@charset "utf-8";
/* CSS Document */
/*------共通------*/

/*------タイトル------*/
div.popularArea {
  text-align: center;
  margin-bottom: 20px;
}
#tokyo,#kanagawa,#chibasaitama,#tohoku_hokkaido,#koshinetsu_nkanto,#search,#hotellist {
  text-align: center;
}
#tokyo,#tohoku_hokkaido {
  margin: 40px auto 0;
}
#hotellist {
  margin: 30px auto 0;
}
/*------小タイトル------*/
.areaName {
  color: #122a49;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/*------ボタン------*/
.BtnBox {
  display: flex;
}
.areaBtnBox {
  display: flex;
}
.areaBtnBox02 {
  display: flex;
  justify-content: flex-start;
  height: 74px;
  /*flex-wrap: wrap;*/
}
.areaBtn {
  text-align: center;
  width: 200px;
  border-left: 2px dotted #59708e;
  position: relative;
}
.sendai,.morioka,.akita,.yamagata,.nagano,.nigata {
  width: 250px;
}
.areaBtn.yamagata {
  border-right: 2px dotted #59708e;
}
.areaBtn::after {
  content: "";
  display: inline-block;
  width: 180px;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 90px);
  bottom: -1px;
}
.areaBtn.sendai::after,
.areaBtn.morioka::after,
.areaBtn.akita::after,
.areaBtn.yamagata::after,
.areaBtn.nagano::after,
.areaBtn.nigata::after {
  content: "";
  display: inline-block;
  width: 229px;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 114.5px);
  bottom: -1px;
}
.otherPageBtn,
.otherPageBtn_tyo {
  border-left: 2px dotted #59708e;
  border-right: 2px dotted #59708e;
  width: 400px;
  position: relative;
}
.otherPageBtn_tyo {
  width: 500px;
}
.otherPageBtn::after {
  content: "";
  display: inline-block;
  width: 379px;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 189.5px);
  bottom: -1px;  
}
.otherPageBtn_tyo::after {
  content: "";
  display: inline-block;
  width: 479px;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 239.5px);
  bottom: -1px;  
}
.searchBtnBox {
  display: flex;
  width: 810px;
  margin: 20px auto 0;
  justify-content: space-between;
}
.searchBtn {
  border: 1px solid #59708e;
  text-align: center;
  width: 400px;
  height: 40px;
}
.hotellistBtn {
  border: 1px solid #59708e;
  text-align: center;
  width: 400px;
  height: 40px;
}
/*東京*/
.areaBtn.tokyo a {
  padding: 37px 99px;
  width: 46px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_tokyo.png) no-repeat center top 30%/46px 23px;
  display: block;
}
.areaBtn.tokyo a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_tokyo_hover.png) no-repeat center top 30%/46px 23px;
}
.areaBtn a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_shita.png) no-repeat 0 0/18px 10px;
  width: 18px;
  height: 10px;
  margin-left: -9px;
  margin-bottom: -6px;
}
/*神奈川*/
.areaBtn.kanagawa a {
  padding: 37px 99px;
  width: 69px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_kanagawa.png) no-repeat center top 30%/69px 23px;
  display: block;
}
.areaBtn.kanagawa a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_kanagawa_hover.png) no-repeat center top 30%/69px 23px;
}
/*千葉・埼玉*/
.areaBtn.chibasaitama a {
  padding: 37px 99px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_chiba_saitama.png) no-repeat center top 30%/109px 23px;
  display: block;
}
.areaBtn.chibasaitama a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_chiba_saitama_hover.png) no-repeat center top 30%/109px 23px;
}
/*仙台*/
.areaBtn.sendai a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_sendai.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.sendai a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_sendai_hover.png) no-repeat center top 30%/46px 22px;
}
/*盛岡*/
.areaBtn.morioka a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_morioka.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.morioka a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_morioka_hover.png) no-repeat center top 30%/46px 22px;
}
/*秋田*/
.areaBtn.akita a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_akita.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.akita a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_akita_hover.png) no-repeat center top 30%/46px 22px;
}
/*山形*/
.areaBtn.yamagata a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_yamagata.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.yamagata a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_yamagata_hover.png) no-repeat center top 30%/46px 22px;
}
/*長野*/
.areaBtn.nagano a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_nagano.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.nagano a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_nagano_hover.png) no-repeat center top 30%/46px 22px;
}
/*新潟*/
.areaBtn.nigata a {
  padding: 37px 124px;
  width: 109px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_niigata.png) no-repeat center top 30%/46px 22px;
  display: block;
}
.areaBtn.nigata a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_niigata_hover.png) no-repeat center top 30%/46px 22px;
}
/*東日本*/
.otherPageBtn a {
  padding: 37px 198px;
  width: 296px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_eastjapan.png) no-repeat center top 45%/296px 23px;
  display: block;
}
.otherPageBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_eastjapan_hover.png) no-repeat center top 45%/296px 23px;
}
.otherPageBtn a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_migi.png) no-repeat 0 0/10px 18px;
  width: 10px;
  height: 18px;
  right: 13px;
  top: 27px;
  position: absolute;
}
/*首都圏*/
.otherPageBtn_tyo a {
  padding: 37px 248px;
  width: 296px;
  height: 23px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_shutoken.png) no-repeat center top 45%/296px 23px;
  display: block;
}
.otherPageBtn_tyo a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_shutoken_hover.png) no-repeat center top 45%/296px 23px;
}
.otherPageBtn_tyo a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_migi.png) no-repeat 0 0/10px 18px;
  width: 10px;
  height: 18px;
  right: 13px;
  top: 27px;
  position: absolute;
}
/*商品を探す*/
.searchBtn a {
  padding: 19px 199px;
  width: 87px;
  height: 18px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_search.png) no-repeat center top 50%/87px 18px;
  display: block;
}
.searchBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_search_hover.png) no-repeat center top 50%/87px 18px;
}
/*ホテル一覧*/
.hotellistBtn a {
  padding: 19px 200px;
  width: 225px;
  height: 18px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_hotellist.png) no-repeat center top 50%/225px 18px;
  display: block;
}
.hotellistBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_hotellist_hover.png) no-repeat center top 50%/225px 18px;
}
/*------ロングステイプラン------*/
.type02 .info_box_component .info_box_ttl.text {
  justify-content: space-between;
}
/*------アコーディオン------*/
.accordion {
  width: 1000px;
  margin: 80px auto;
}
/*初期設定リセット*/
input[type="checkbox"]:checked+label::after,
input[type="checkbox"]+label::before{
  display: none;
}
input[type="checkbox"]+label {
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: 0;
  padding: 14px 0;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
  padding: 14px;
	display: block;
	color: #222;
	background:#f6fbfe;
  border-top: 1px solid #59708e;
  text-align: center;
  height: 80px;
}
.Label:last-of-type {
  border-bottom: 1px solid #59708e;
}
label {
  margin-bottom: 0;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex p {
  margin-left: 15px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.Label::after{		/*＋アイコン*/
	content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_open.png) no-repeat 0 0/24px 24px;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  top: 27px;
  right: 18px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
  margin: 0;
  padding: 0;
	overflow: hidden;
  background: #daeaf4;
  display: flex;
  justify-content: space-between;
}
.content ul {
  width: 468px;
}
.content ul li {
  text-decoration: none;
  border-top: 1px dashed #59708e;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_link.png) no-repeat 8px 17px/7px 14px;
  padding-left: 25px;
  height: 50px;
  padding-top: 13px;
}
.content ul li:last-of-type {
  border-bottom: 1px dashed #59708e;
}
.content ul li a { /*リンク領域拡大*/
  padding: 16px 0;
  padding-right: 174px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0 15px 10px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_close.png) no-repeat 0 0/24px 24px;
  width: 24px;
  height: 24px;
  border: none;
  position: absolute;
  top: 35px;
  left: 958px;
}
.toggle:checked + .Label {
  background: #daeaf4;
  border-bottom: transparent;
}
/*------背景色------*/
.bgBlue {
  background: #9ecddd;
}
.bgWhite {
  background: #f6fbfe;
  padding: 10px;
  border: 1px solid #859bb7;
}
li.swiper-slide.aem-GridColumn.aem-GridColumn--default--12.swiper-slide-active,
li.swiper-slide.aem-GridColumn.aem-GridColumn--default--12.swiper-slide-next,
li.swiper-slide.aem-GridColumn.aem-GridColumn--default--12 {
  background: #f6fbfe;
  border: 1px solid #859bb7;
}
/*------スライダー------*/
.swiper-pagination-bullet {
  background: #cbe5ee;
  opacity: unset;
}
.swiper-pagination-bullet-active {
  background: #4e99b2;
  opacity: unset;
}
.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: unset;
}
.swiper-container .swiper-button-next, .swiper-button-prev {
  color: #cbe5ee;
}

.spOnly {display: none;}
/*~767px For SP*/
@media screen and (max-width:767px){
  .spOnly {display: block;}
  .pcOnly {display: none;}
  /*以下SP記述*/
  
/*------商品縦並び------*/
  .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }
/*------左右マージン5px------*/
.mlr5 {
  margin: 0 5px;
}
/*------おすすめPICKUP　画像余白削除------*/
  .swichi_box {
    width: 100%;
  }
/*------タイトル------*/
div.popularArea {
  width: 219px;
  margin: auto;
}
#kanagawa,#chibasaitama,   #koshinetsu_nkanto,#search,#hotellist {
  width: auto;
  margin: auto;
}
#tokyo,#tohoku_hokkaido {
  width: auto;
  margin: 30px auto 0;
}
/*------小タイトル------*/
.areaName {
  color: #122a49;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
/*------ボタン------*/
.BtnBox {
  display: flex;
  flex-direction: column;
  margin: 10px 5px 0;
}
.areaBtnBox {
  display: flex;
  justify-content: space-between;
  height: 46px;
}
.areaBtnBox02 {
  display: flex;
  justify-content: flex-start;
  height: 46px;
  flex-wrap: wrap;
}
.BtnBox.mt10 .areaBtnBox02 {
  justify-content: flex-end;
}
.areaBtn {
  text-align: center;
  border-left: 2px dotted #59708e;
  position: relative;
}
  .chibasaitama {
  border-right: 2px dotted #59708e;
  }
.sendai,.morioka,.akita,.yamagata,.nagano,.nigata {
  width: 33.333%;
  height: 46px;
}
.areaBtn.akita,
.areaBtn.nigata {
  border-right: 2px dotted #59708e;
}
.areaBtn::after {
  content: "";
  display: inline-block;
  width: 88%;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 44%);
  bottom: -1px;
}
.areaBtn.sendai::after,
.areaBtn.morioka::after,
.areaBtn.akita::after,
.areaBtn.yamagata::after,
.areaBtn.nagano::after,
.areaBtn.nigata::after {
  content: "";
  display: inline-block;
  width: 88%;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 44%);
  bottom: -1px;
}
.otherPageBtn,
.otherPageBtn_tyo {
  /*display: flex;*/
  border-left: 2px dotted #59708e;
  border-right: 2px dotted #59708e;
  width: auto;
  position: relative;
  margin-top: 5px;
  height: 46px;
}
.otherPageBtn_tyo {
  width: auto;
}
.otherPageBtn::after {
  content: "";
  display: inline-block;
  width: 96%;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 48%);
  bottom: -1px;  
}
.otherPageBtn_tyo::after {
  content: "";
  display: inline-block;
  width: 96%;
  height: 1px;
  background-color: #59708e;
  position: absolute;
  left: calc(50% - 48%);
  bottom: -1px;  
}
.searchBtnBox {
  display: flex;
  width: auto;
  margin: 10px 5px 0;
  justify-content: space-between;
  gap: 5px;
}
.searchBtn {
  border: 1px solid #59708e;
  text-align: center;
  height: 25px;
}
.hotellistBtn {
  border: 1px solid #59708e;
  text-align: center;
  height: 25px;
}
/*東京*/
.areaBtn.tokyo a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_tokyo.png) no-repeat center top 30%/32px 16px;
  display: block;
  position: relative
}
.areaBtn.tokyo a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_tokyo_hover.png) no-repeat center top 30%/32px 16px;
}
.areaBtn a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_shita.png) no-repeat 0 0/9px 5px;
  width: 9px;
  height: 5px;
  top: 75%;
  left: 55%;
  position: absolute;
}
/*神奈川*/
.areaBtn.kanagawa a {
  padding: 22px 50%;
  width: 48px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_kanagawa.png) no-repeat center top 30%/48px 16px;
  display: block;
}
.areaBtn.kanagawa a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_kanagawa_hover.png) no-repeat center top 30%/48px 16px;
}
/*千葉・埼玉*/
.areaBtn.chibasaitama a {
  padding: 22px 50%;
  width: 73px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_chiba_saitama.png) no-repeat center top 30%/73px 16px;
  display: block;
}
.areaBtn.chibasaitama a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_chiba_saitama_hover.png) no-repeat center top 30%/73px 16px;
}
/*仙台*/
.areaBtn.sendai a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_sendai.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.sendai a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_sendai_hover.png) no-repeat center 30%/32px 16px;
}
/*盛岡*/
.areaBtn.morioka a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_morioka.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.morioka a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_morioka_hover.png) no-repeat center 30%/32px 16px;
}
/*秋田*/
.areaBtn.akita a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_akita.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.akita a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_akita_hover.png) no-repeat center 30%/32px 16px;
}
/*山形*/
.areaBtn.yamagata a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_yamagata.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.yamagata a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_yamagata_hover.png) no-repeat center 30%/32px 16px;
}
.areaBtn.yamagata {
  border-right: transparent;
  margin-top: 10px;
}
/*長野*/
.areaBtn.nagano a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_nagano.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.nagano a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_nagano_hover.png) no-repeat center 30%/32px 16px;
}
/*新潟*/
.areaBtn.nigata a {
  padding: 22px 50%;
  width: 32px;
  height: 16px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_niigata.png) no-repeat center 30%/32px 16px;
  display: block;
  position: relative;
}
.areaBtn.nigata a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_niigata_hover.png) no-repeat center 30%/32px 16px;
}
/*東日本*/
.otherPageBtn a {
  padding: 22px 50%;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_eastjapan.png) no-repeat center center/203px 16px;
  display: block;
}
.otherPageBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_eastjapan_hover.png) no-repeat center top 45%/203px 16px;
}
.otherPageBtn a::after,
.otherPageBtn_tyo a::after {
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_migi.png) no-repeat 0 0/5px 9px;
  width: 5px;
  height: 9px;
  right: 3%;
  top: 40%;
  position: absolute;
}
/*首都圏*/
.otherPageBtn_tyo a {
  padding: 23px 50%;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_shutoken.png) no-repeat center 45%/197px 16px;
  display: block;
}
.otherPageBtn_tyo a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_shutoken_hover.png) no-repeat center 45%/196px 16px;
}
/*商品を探す*/
.searchBtn a {
  padding: 12px 50%;
  width: 54px;
  height: 12px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_search.png) no-repeat center center/54px 12px;
  display: block;
}
.searchBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_search_hover.png) no-repeat center top 50%/54px 12px;
}
/*ホテル一覧*/
.hotellistBtn a {
  padding: 12px 50%;
  width: 142px;
  height: 12px;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_hotellist.png) no-repeat center center/142px 12px;
  display: block;
}
.hotellistBtn a:hover {
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/navi_hotellist_hover.png) no-repeat center top 50%/142px 12px;
}
/*------ロングステイプラン------*/
.type02 .info_box_component .info_box_ttl.text {
  font-size: 1.7rem;
}
/*------アコーディオン------*/
.accordion {
  width: auto;
  margin: 40px auto 0;
}
/*初期設定リセット*/
input[type="checkbox"]+label {
  position: relative;
  display: block;
  cursor: pointer;
  margin-right: 0;
  padding: 3.5%;
}
.Label {		/*タイトル*/
  padding: 14px;
	display: block;
	color: #222;
	background:#f6fbfe;
  border-top: 1px solid #59708e;
  text-align: center;
  height: 50px;
}
.Label img {
  height: 26px;
}
.flex p {
  margin-left: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
.content {		/*本文*/
	height: 0;
  margin: 0;
  padding: 0;
	overflow: hidden;
  background: #daeaf4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content ul {
  width: auto;
}
.content ul li {
  text-decoration: none;
  border-top: 1px dashed #59708e;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_link.png) no-repeat 2% 50%/5px 9px;
  padding-left: 22px;
}
.content ul:first-child li:nth-child(4) {
  border-bottom: transparent;
}
.Label::after{		/*＋アイコン*/
	content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_open.png) no-repeat 0 0/13px 13px;
  width: 13px;
  height: 13px;
  border: none;
  position: absolute;
  top: 39%;
  right: 2%;
}
.content ul li:last-of-type {
  border-bottom: none;
}
.content ul li a { /*リンク領域拡大*/
  padding: 16px 0;
  padding-right: 64px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 0 10px 5px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_close.png) no-repeat 0 0/13px 13px;
  width: 13px;
  height: 13px;
  border: none;
  position: absolute;
  top: 55%;
  left: 94.7%;
}
/*------背景色------*/
.bgWhite {
  background: #f6fbfe;
  padding: 5px;
  border: 1px solid #859bb7;
}

}

/*----- 2024追加 ホテルファミリーオ・フォルクローロクーポン -----*/
.clm_2 {
  display: flex;
  gap: 0 10px;
}
.clm_2.aem-Grid::before, .clm_2.aem-Grid::after {
  content: none;
}
#tokyo, #tohoku_hokkaido {
  /* margin: 40px auto 0; */
  margin: 0px auto 0;
}
.hotel_ff .center_box {
  margin: 0 auto;
}
.hotel_ff.cmn_contents {
  margin: 40px auto 0;
}
.accordion .coupon_ic {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion .coupon_img {
  /* position: absolute;
  content: ""; */
  background: url("/content/dam/jretravel/site/page/feature/jreast_hotels/images/ic_coupon.png") no-repeat 50% 50% / contain;
  width: 74px;
  height: 34px;
  /* top: 19px;
  bottom: 0;
  left: 284px;
  margin: auto; */
  display: inline-block;
}
.coupon_txt {
  /* position: relative;
  top: -16px;
  left: -28.5px; */
  display: inline-block;
  color: #ff9119;
  line-height: 1.1;
  animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.coupon_container {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  height: 50px;
}
/* input[type="checkbox"]+label {
  padding: 2.5%;
} */
.hotelff_logo {
  display: inline-block;
  height: 50px;
  width: auto;;
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
  .hotel_ff.cmn_contents {
    margin: 10px auto 0;
  }
  .hotel_ff .tyo_otherarea_banner .textitem {
    font-size: 1.4rem;
    text-align: left;
  }
  .clm_2 {
    gap: 0 5px;
  }
  .coupon_txt {
    font-size: 1.0rem;
    line-height: 1.1;
  }
  .coupon_container {
    gap: 0 8px;
    align-items: center;
  }
  .accordion .coupon_img {
    width: 42px;
    height: 18px;
    align-items: center;
  }
  label:has(.coupon_container) {
    padding: 0 !important;
  }
  .flex p {
    line-height: 1.1;
  }
}