@charset "Shift_JIS";

.headingBlock-styleTypeSingleTop{
	margin-bottom: 0;
}

.areaHeaderContainer{
  margin-top: 10px;
  background: url(../img/main_sp.png);
  background-position: bottom right -25px;
  background-size: 318px auto;
  padding:0 20px 20px 20px;
  background-repeat: no-repeat;

}
.areaHeader_ttl{
  color: #ed0000;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-align: center;
}

.headingBlock-shopinfo02{
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.headingBlock-styleType01{
  font-size: 1.7rem;
}
.oftenShopBlock{
  background: #F7F7F0;
  padding: 16px 16px 12px;
  margin-bottom: 20px;
}
.oftenShopList .oftenShopLink{
  display: inline;
}
.textLink.textLink-often-type01{
  display: inline-block;
  line-height: 34px;
  height: 34px;
  border:1px solid #cccccc;
  border-radius: 17px;
  margin:0 6px 6px 0;
  padding: 0 15px;
  background: #ffffff;
}
.textLink.textLink-often-type01 + .textLink-often-type01{
  display: inline-block!important;
}
.textLink.textLink-often-type01:hover{
  opacity: 0.7;
}
.areaListBox{
  padding-bottom:40px;
}
.areaListBox .columnComp-type03{
  display: block;
}
.areaListBox .columnComp_box{
  width: 100%;
}
.areaListBox_SPHide{
  display: none;
}
.areaListBox_SPTaparea{
  cursor: pointer;
  position: relative;
  padding-right: 16px;
}
.areaListBox_SPTaparea::before,
.areaListBox_SPTaparea::after{
  content:'';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  background: #ED0000;
  top: 50%;
  right: 0;
  transition: transform 100ms linear;
}
.areaListBox_SPTaparea::after{
  transform: rotate(90deg);
}
.areaListBox_SPTaparea.open::after{
  transform: rotate(180deg);
}


.areaListBox_item{
  border: 1px solid #cccccc;
  padding: 16px;
  margin-bottom: 25px;
}
.areaListBox_item .areaListBox_ttl{
  font-weight: bold;
  font-size: 1.8rem;
}
.areaListBox_ruby{
  font-size: 1rem;
  color:#808080;
}
.areaListBox_service{
  margin-top: 10px;
  display: flex;
}
.areaListBox_service span{
  display: inline-block;
  width: 26px;
  margin-right: 5px;
}
.areaListBox_service span img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.areaListBox_detail{
  margin-top: 10px;
  line-height: 1.5;
}
.areaListBox dt{
  font-weight: bold;
}
.areaListBox dd{
  margin-bottom: 10px;
}
dt.areaListBox_tel{
  width: 3em;
}
dt.areaListBox_tel + dd{
  padding-left: 3.5em;
  margin-top: -1.5em;
}
dt.areaListBox_tel + dd a{
  color: #ed0000;
  text-decoration: underline;
}
.areaListBox_link{
  display: flex;
  justify-content: space-between;
}
.areaListBox_linkitem{
  width: calc(50% - 4px);
}
.areaListBox_link .areaListBox_linkitem:only-child{
  width: 100%;
}
.areaListBox_link .boxLink{
  display: block;
}

.areaBlock .headingBlock-styleType01 span.small{
  display: block;
  font-size: 1.2rem;
}
.moreLinkButton .boxLink,
.areaListButton .boxLink {
  display: block;
  border-color: #ED0000;
  height: 100%;
  max-width: 340px;
  margin: 0 auto 40px;
  cursor: pointer;
}
.areaListButton .boxLink{
  margin-top: 10px;
  margin-bottom: 0;
}
.areaListButton .boxLink::before{
  transform: rotate(135deg);
}
.areaListButton .open.boxLink::before{
  transform: rotate(-45deg);
  top:50%;
}
.moreLinkButton{
  padding: 0 20px;
}
#shoplistContainer .headingBlock-styleType03{
  text-align: left;
}
#shoplistContainer .headingBlock-styleType03 span{
  text-align: left;
  display: block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#shoplistContainer .headingBlock-styleType03 span::before{
  background-image: url(../img/icon/icon_01.png);
  height: 30px;
  width: 38px;
  top: calc(50% - 15px);
}
.headingBlock-styleType03{
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.headingBlock-styleType03 span{
  position: relative;
  padding-left: 50px;
}
.headingBlock-styleType03 span::before{
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  left: 0px;    
}
#modal-iconInfo{
  display: none;
  animation: a .3s cubic-bezier(0,0,.2,1);
}
#modal-iconInfo.is-open{
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 150;
}
.iconInfo_over{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  background:rgba(0,0,0,0.19);
}
.sp-iconInfo_btn span{
  display: inline-block;
  padding-left: 28px;
  line-height: 24px;
  height: 24px;
  background: url(../img/icon/icon_10.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
}
.iconInfo_box{
  background: #fff;
  padding: 25px 15px 10px 15px;
  margin-bottom: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  position: absolute;
}
.iconInfo_box span{
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  width:40%;
  height: 26px;
  line-height: 26px;
  color: #707070;
  font-size: 1.2rem;
}
.iconInfo_box span:nth-child(2n){
  width: 56%;
}
.iconInfo_box span img{
  width: 26px;
  height: auto;
  margin-right: 5px;
}
.sp-iconInfo_btn{
  text-align: right;
  margin-bottom: 10px;
}
.iconInfo_box span.sp-iconInfo_close{
  position: absolute;
  display: block;
  top: -11px;
  right: -7px;
  width: 24px;
}
.iconInfo_box span.sp-iconInfo_close img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#campaignContainer{
  padding: 40px 0 15px;
  background: #F7F7F0;
  margin: 40px 0;
}
#campaignContainer .headingBlock-styleType03 span::before{
  background-image: url(../img/icon/icon_02.png);
  height: 36px;
  width: 34px;
  top: calc(50% - 20px);
  left: 6px;
}
.areaCampaign{
  padding: 0 20px;
  justify-content: space-between;
}
.areaCampaign .columnComp_box{
  width: calc(50% - 5px);
  margin-bottom: 25px;
}
.areaCampaign_desc{
  display: none;
}


#recommendContainer{
  padding: 50px 0 10px;
}
#recommendContainer .headingBlock-styleType03 span::before{
  background-image: url(../img/icon/icon_03.png);
  height: 30px;
  width: 43px;
  top: calc(50% - 13px);
  left: -6px;
}
.areaRecommend{
  justify-content: space-between;
  padding: 0 20px;
}
.areaRecommend .columnComp_box{
  margin-bottom: 23px;
  width: 100%;
}
.areaRecommend_item .boxLink.areaRecommend_linkBox{
  border-color: #cccccc;
  color:#333333;
  font-weight: normal;
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 30px 15px 15px;
  position: relative;
}
.areaRecommend_item .areaRecommend_linkImg{
  position: absolute;
  border: 1px solid #cccccc;
  max-width: 83px;
  top: 15px;
  left: 15px;
}
.areaRecommend_item .areaRecommend_linkText{
  padding-left: 95px;
}
.areaRecommend_item .areaRecommend_linkText span{
  font-weight: bold;
}


#prefecturesContainer{
  padding-bottom: 20px;
}
.prefecturesList{
  background: #F7F7F0;
  padding: 20px 20px;
}
.prefecturesList_ttl h3{
  font-size: 1.6rem;
  font-weight: bold;
}
.prefecturesList_areaBox{
  margin-top: 15px;
}
.prefecturesList_areaBox dt{
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  cursor: pointer;
}
.prefecturesList_areaBox dt::before,
.prefecturesList_areaBox dt::after{
  content:'';
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  background: #808080;
  top: 35%;
  right: 10px;
  transition: transform 100ms linear;
}
.prefecturesList_areaBox dt::after{
  transform: rotate(90deg);
}
.prefecturesList_areaBox dt.open::after{
  transform: rotate(180deg);
}
.prefecturesList_areaBox dd{
  display: none;
}
.prefecturesList_link a{
  display: inline-block;
  width: calc((100%/3) - 20px);
  font-size: 1.4rem;
  line-height: 1.4;
  padding-right: 7px;
  margin-right: 12px;
  margin-top: 10px;
  position: relative;
}

.prefecturesList_link a:hover{
  text-decoration: underline;
}

.prefecturesList_link a::before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.osusume{
	background-color: orangered;
	border-radius: 5px;
	color: white;
	margin-left: 3rem;
	padding: 0 1rem;
	display: inline-block;
	font-size: 80%;
}

#tokyomap{
	max-width: 100%;
    width: auto;
}

.tokyomap_area{
	display: flex;
	justify-content: flex-start;
	max-width: 1000px;
	flex-wrap: wrap;
	margin: auto;
	font-size: 14px;
	border: 1px solid #b7b772;
	padding:  1rem 0;
	margin: 0.5rem;
	border-radius: 5px;
}

.tokyomap_area div{
	padding:0 1rem;
}

.tokyomap_area div a{
	text-decoration: underline!important;
}

.quoted{
	font-size: 1rem;
	text-align: start;
	margin: auto;
}