@charset "utf-8";
/* CSS Document */

/*-----クリック無効対策-----*/
.nav_summer,.acco_baby {
  position: relative;
  z-index: 2;
}
.box_shadow,.btn_01 a {
  position: relative;
  z-index: 1;
}
/*-----背景-----*/
.bg_color {
  background: #f2fbff;
  position: relative;
  z-index: 1;
}
.ace-section:has(>.bg_01),.ace-section:has(>.bg_02),.ace-section:has(>.bg_03),.ace-section:has(>.bg_04),.ace-section:has(>.bg_05) {
  position: relative;
}
.ace-section:has(>.bg_01)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 241px 250px;
  width: 241px;
  height: 250px;
  right: 30px;
  bottom: -70px;
}
.ace-section:has(>.bg_02)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 241px 250px;
  width: 241px;
  height: 250px;
  left: 30px;
  top: 90px;
}
.ace-section:has(>.bg_03)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg02.png) no-repeat 0 0 / 119px 159px;
  width: 119px;
  height: 159px;
  right: calc(50% - 630px);
  top: 30px;
}
.ace-section:has(>.bg_03)::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg02.png) no-repeat 0 0 / 119px 159px;
  width: 119px;
  height: 159px;
  left: calc(50% - 630px);
  bottom: 140px;
}
.ace-section:has(>.bg_04)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 241px 250px;
  width: 241px;
  height: 250px;
  left: 50px;
  top: 30px;
  z-index: -1;
}
.ace-section:has(>.bg_05)::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 241px 250px;
  width: 241px;
  height: 250px;
  right: 30px;
  top: -40px;
  z-index: -1;
}
/*-----ナビ-----*/
.nav_summer {
	display: flex;
  justify-content: space-between;
}
.nav_summer li {
	border-right: 1px solid #ddd;
  width: calc(100% / 6);
  text-align: center;
}
.nav_summer li:last-of-type {
  border-right: none;
}
.nav_summer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #067daf;
  font-weight: bold;
  padding: 50px 0 5px;
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  transition: .2s;
}
.nav_summer li a:hover {
  color: #f29a10;
}
.nav_summer li a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 34px;
	top: 5px;
	left: 0;
}
.nav_summer li:nth-child(1) a::before {
	background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic01.png") no-repeat center 0/34px auto;
}
.nav_summer li:nth-child(2) a::before {
	background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic03.png") no-repeat center 0/34px auto;
}
.nav_summer li:nth-child(3) a::before {
  background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic02.png") no-repeat center 0/34px auto;
}
.nav_summer li:nth-child(4) a::before {
	background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic04.png") no-repeat center 0/34px auto;
}
.nav_summer li:nth-child(5) a::before {
	background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic05.png") no-repeat center 0/34px auto;
}
.nav_summer li:nth-child(6) a::before {
	background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic06.png") no-repeat center 0/34px auto;
}
.nav_summer li a[href*="#plan"]>span {
  letter-spacing: -0.15rem;
}
.nav_summer li a>span {
  display: block;
  padding: 0 15px 0 0;
  position: relative;
}
.nav_summer li a>span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f9a117;
  border-right: 2px solid #f9a117;
  transform: rotate(135deg);
  top: 50%;
  right: 0;
  margin-top: -6px;
}
.nav_summer li a[href*="seasonal"]>span::before {
  transform: rotate(45deg);
  margin-top: -4px;
}
/*-----クーポン-----*/
.coupon_container {
  margin: 20px auto 10px;
}
.box_shadow {
  border: 1px solid #067daf;
  width: 70%;
  height: auto !important;
  border-radius: 8px;
  margin: 20px auto;
  padding: 0 30px 20px;
  background: #fff;
  filter: drop-shadow(4px 4px 0 #067daf);
}
.box_shadow .feature .section h2 {
  display: table;
  padding: 130px 10px 0;
  background: linear-gradient(transparent 92%, #f9a11744 92%);
}
.box_shadow .coupon_text {
  margin: 20px auto 30px;
}
.box_shadow .coupon_text dl {
  display: flex;
  margin: 0 auto 5px;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ccc;
}
.box_shadow .coupon_text dl>dt {
  width: 25%;
}
.box_shadow.hisyo .coupon_text dl>dt {
  width: 18%;
}
.box_shadow .coupon_text dl>dd {
  width: 75%;
}
.box_shadow.hisyo .coupon_text dl>dd {
  width: 82%;
}
.box_shadow .btn_01 a {
  background: #e38000;
}
/*.coupon_text .acc_QandA .btn_question {
  height: auto;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: 1.6;
  margin: 3px auto;
  padding: 0 10px;
}
.coupon_text .acc_QandA input[type="checkbox"] + label.btn_question::after {
  display: none;
}
.coupon_text .box_answer > .inner_answer {
  margin: 0 auto;
}*/
/*-----タイトル-----*/
.feature .section h2 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #067daf;
  margin: -120px auto 10px;
  padding: 180px 0 0;
  position: relative;
  z-index: -1;
}
.feature .section h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 125px;
  left: calc(50% - 25px);
}
.feature #plan.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic01.png) no-repeat 0 0 / 50px 50px;
}
.feature #higaeri.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic02.png) no-repeat 0 0 / 50px 50px;
}
.feature #hisyo.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/logo_hisyotabi_01.png) no-repeat 0 0 / 87px 50px;
  width: 87px;
  left: calc(50% - 44px);
}
.feature #area.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic04.png) no-repeat 0 0 / 50px 50px;
}
.feature #theme.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic07.png) no-repeat 0 0 / 50px 50px;
}
.feature #article.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic08.png) no-repeat 0 0 / 50px 50px;
}
.feature #qa.section h2::before {
  background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic09.png) no-repeat 0 0 / 50px 50px;
}
.feature .section h3 {
  font-size: 2.0rem;
  color: #067daf;
  text-align: center;
  background: none;
  border: none;
  padding: 0 0 15px;
  position: relative;
}
.feature .section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f9a117;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  bottom: 0;
  left: calc(50% - 25px);
}
/*-----ボタン-----*/
.btn_01 {
  text-align: center;
}
.btn_01 a {
  display: inline-block;
  width: auto;
  min-width: 400px;
  font-size: 1.8rem;
  color: #fff;
  background: #0a90d2;
  padding: 0 30px 0 10px;
  font-weight: bold;
  border-radius: 22px;
  position: relative;
  margin: auto;
  line-height: 2.4;
  transition: .2s;
}
.btn_01 a span {
	font-size: 1.2rem;
}
.btn_01 a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.btn_01 a:hover {
  opacity: .7;
}
.hisyo .btn_01 {
  margin: 10px;
}
/*-----商品コンポーネント-----*/
/*.yabo_all{margin: 0 10px!important;}
.base_prod {margin-bottom: 15%;}
.base_prod.clm3 li,.base_prod.clm2 li{width: 70%!important;}*/

.s_icon01, .s_icon02, .s_icon03 {
	display: inline;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 5px 10px;
	border-radius: 50px;
}
.s_icon01 {
	background: #e98181;/*ファミリー*/
}
.s_icon02 {
	background: #4F87BF;/*海プール*/
}
.s_icon03 {
	background: #78B468;/*高原*/
}
.s_icon_baby {
  display: inline-block;/*ウェルカムベビー*/
  width: 60px;
  margin: 0 auto -8px;
}
.box_content {
  border: 1px solid #067daf;
  background: #fff;
  height: 100%;
}
.base_prod .hotel li>a .details_box>.area {
  position: absolute;
  top: 10px;
  right: 10px;
  /*background: #0574ab;*/
  background: #e38000;
  /*background: #0a90d2;*/
}
.hisyo .details_box>.txt {
  background: #dbf3ff;
  padding: 5px 10px;
  border-radius: 6px;
}
/*-----タブ-----*/
.tab_menu,.tab-list {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 40px;
  background: #eee;
  border-radius: 20px;
  margin: 10px auto;
}
.tab_menu>li,.tab-list>li {
  font-size: 1.6rem;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
.tab_menu.clm3>li {
  width: calc(100% / 3);
}
.tab-list.clm5>li {
  width: calc(100% / 5);
}
.tab_menu>li.active,.tab-list>li.active02 {
  color: #fff;
  background-color: #0a90d2;
  border-radius: 20px;
}
.tab_area,.tab-contents-item {
  display: none;
}
.tab_area.show,.tab-contents-item.show02 {
  display: block;
}
/*-----カルーセル-----*/
.wrap_slide {
  position: relative;
  display: flex;
}
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide 
{
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li, .cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}
/*商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* 前へ/後ろへボタン */
.wrap_slide .swiper-button-prev, .wrap_slide .swiper-button-next {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #f29a10;
  border-right: 2px solid #f29a10;
  transform: rotate(45deg);
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled
{
  opacity: .35;
}
.wrap_slide .swiper-button-prev {
  top: 48%;
  left: -20px;
  transform: rotate(-135deg);
}
.wrap_slide .swiper-button-next {
  right: -20px;
}
.swiper-pagination-bullet {
  background: #f29a10;
}
/*-----ウェルカムベビーのお宿とは？-----*/
.acco_baby .acc_QandA input[type="checkbox"] + label.btn_question::after,.acco_baby .box_answer > .inner_answer > div::after {
  display: none;
}
.acco_baby .acc_QandA .btn_question {
  text-align: center;
  font-size: 2rem;
  padding: 2px 0;
  height: 40px;
  border-radius: 20px;
}
.acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div>.logo_baby {
  width: 16%;
  margin-right: 4%;
}
.acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div>.text_baby {
  width: 80%;
}
/*-----エリアから探す-----*/
.bnr_container {
  display: flex;
  justify-content: space-between;
}
.bnr_container .banner {
  width: 25% !important;
  padding: 0 10px;
  background: #fff;
}
.bnr_container .imageitem img {
  width: 100%;
  height: 142px;
  object-fit: cover;
}
.bnr_container .imageitem,
.bnr_container .textitem {
  width: 100%;
  padding: 0;
}
.bnr_container .textitem::before,
.bnr_container .textitem::after {
  content: none;
}
.bnr_container .listitem a {
  flex-direction: column;
  background: none;
}
.bnr_container .titleitem {
  background: #0a90d2;
  padding: 7px 10px;
  position: relative;
}
.bnr_container  .titleitem {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
}
.bnr_container .titleitem::before {
  content: "";
  margin: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.bnr_container .leaditem {
  padding: 5px 0 0;
  font-size: 1.3rem;
}
.bnr_container.area .listitem a {
  position: relative;
}
.bnr_container.area .listitem a>.textitem {
  position: absolute;
  top: calc(50% - 18px);
}
.bnr_container.area .listitem a>.textitem>.titleitem {
  background: none;
  font-size: 2.4rem;
  text-align: center;
  filter: drop-shadow(1px 1px 3px #000);
}
.bnr_container.area .titleitem::before {
  width: 10px;
  height: 10px;
  right: 26%;
}
/*-----おすすめ記事-----*/
.article_container {
  margin: 0 auto 30px;
}
.article_container .bnr_box>li {
  border: 1px solid #067daf !important;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}
.article_container .bnr_box .clm_list_txtarea {
  display: none;
}
.article_container .bnr_box_1>li .clm_lst_tag {
  width: 47%;
  margin-left: 3%;
}
.article_container .bnr_box_1>li .clm_lst_tag>div {
  padding: 0;
}
.article_container .bnr_box .clm_list_bnr a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004a77 !important;
  background: #dbf3ff;
  border: 1px solid #067daf;
  border-radius: 20px;
  margin: 25px auto 0;
  padding: 4px 40px;
  transition: .2s;
}
.article_container .bnr_box .clm_list_bnr a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #067daf;
  border-right: 2px solid #067daf;
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
.article_container .bnr_box .clm_list_bnr a:hover {
  background: #95dcff;
}
/*-----よくあるご質問-----*/
/*QA*/
.acc_QandA input[type="checkbox"] + label.btn_question::after,
.box_answer > .inner_answer > div::after {
	position: absolute;
  top: 5px;
  left: 1%;
  margin-top: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 1.5;
}
.acc_QandA input[type="checkbox"] + label.btn_question::after {
  content: "Q";
  background: none;
  color: #067daf;
  border: none;
}
.box_answer > .inner_answer > div::after {
  content: "A";
  color: #f9a117;
  top: 11px;
}
.acc_QandA input[type="checkbox"] + label::before {display: none;}
/* + - */
.acc_QandA .btn_question > .btn_mark,
.acc_QandA .btn_question > .btn_mark::after {
	position: absolute;
	content: "";
	background: #067daf;
	height: 2px;
	top: calc(50% - 1px);
}
.acc_QandA .btn_question > .btn_mark {
	width: 14px;
	right: 2%;
}
.acc_QandA .btn_question > .btn_mark::after {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	transition: 0.3s;
	transform: rotate(90deg);
}
.acc_QandA input[type="checkbox"]:checked + .btn_question > .btn_mark::after {
	transform: rotate(180deg);
}
/*Qテキスト*/
.acc_QandA .btn_question {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004a77;
  background: #dbf3ff;
  border: 1px solid #067daf;
  border-radius: 20px;
  margin: 0 auto 10px;
  padding: 4px 50px;
}
/*Aテキスト*/
.box_answer {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: all 0.5s ease-in-out -0.2s, opacity 0.25s ease-in-out 0s;
}
.btn_check:checked + .btn_question + .box_answer {
	visibility: visible;
	opacity: 1;
	max-height: 400px;
	transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0s;
}
.box_answer > .inner_answer {
  margin: 0 auto 20px;
}
.btn_check + .btn_question + .box_answer > .inner_answer > div {
  position: relative;
  padding: 10px 10px 10px 50px;
  font-size: 1.5rem;
}
/*-----おすすめ記事-----*/
.article_contens > ul > li:nth-child(odd), .article_contens > ul > li {
	margin-bottom: 5%;
}
.article_contens > ul > li .ac_ttl {
	margin-bottom: 3%;
}
.article_contens > ul > li .ac_ttl a {
	font-weight: bold;
	font-size: 1.5rem;
	color: #222;
}

/*-----PC-----*/
@media screen and (min-width: 768px) {
  /*-----カルーセル-----*/
	.wrap_slide .swiper {
    padding: 0 0 40px;
  }
	.wrap_slide .swiper .swiper-wrapper .swiper-slide {
    width: 320px;
  }
	/*.wrap_slide.clm2 .swiper .swiper-wrapper .swiper-slide {
    width: 490px;
  }*/
  .pc_clm2 .swiper-wrapper {
    justify-content: center;
  }
	/*前へ/後ろへボタン*/
	.wrap_slide .swiper-button-prev.swiper-button-disabled,
	.wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }
  .wrap_slide.coupon_container .swiper-button-prev {
    left: 120px;
    z-index: 2;
  }
  .wrap_slide.coupon_container .swiper-button-next {
    right: 120px;
    z-index: 2;
  }
	/*カルーセルなし 非表示*/
	.wrap_slide.no_swipe .swiper-button-prev,
	.wrap_slide.no_swipe .swiper-button-next,
	.wrap_slide.no_swipe .swiper-pagination {
		display: none !important;
	}
}

/*-----SP-----*/
@media screen and (max-width: 767px) {
  /*-----背景-----*/
  .ace-section:has(>.bg_01)::before {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 120px 125px;
    width: 120px;
    height: 125px;
    right: 10px;
  }
  .ace-section:has(>.bg_02)::before {
    display: none;
  }
  .ace-section:has(>.bg_03)::before {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg02.png) no-repeat 0 0 / 60px 80px;
    width: 60px;
    height: 80px;
    right: 10px;
    top: 0;
  }
  .ace-section:has(>.bg_03)::after {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg02.png) no-repeat 0 0 / 60px 80px;
    width: 60px;
    height: 80px;
    left: 15px;
    top: 70px;
  }
  .ace-section:has(>.bg_04)::before {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 120px 125px;
    width: 120px;
    height: 125px;
    left: 10px;
    top: -10px;
  }
  .ace-section:has(>.bg_05)::before {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_bg01.png) no-repeat 0 0 / 120px 125px;
    width: 120px;
    height: 125px;
    right: 10px;
    top: 0;
  }
  /*-----ナビ-----*/
  .nav_summer {
    flex-wrap: wrap;
    border: 0.5px solid #ddd;
  }
  .nav_summer li {
    border: 0.5px solid #ddd!important;
    width: calc(100% / 3);
  }
  .nav_summer li a {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
    padding: 30px 0 5px;
    line-height: 1.1;
    height: 65px;
  }
  .nav_summer li a::before {
    height: 25px;
  }
  .nav_summer li:nth-child(1) a::before {
    background: url(/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic01.png) no-repeat center 0/25px auto;
  }
  .nav_summer li:nth-child(2) a::before {
    background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic02.png") no-repeat center 0/25px auto;
  }
  .nav_summer li:nth-child(3) a::before {
    background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic03.png") no-repeat center 0/25px auto;
  }
  .nav_summer li:nth-child(4) a::before {
    background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic04.png") no-repeat center 0/25px auto;
  }
  .nav_summer li:nth-child(5) a::before {
    background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic05.png") no-repeat center 0/25px auto;
  }
  .nav_summer li:nth-child(6) a::before {
    background: url("/content/dam/jretravel/site/page/seasonal/summer/images/summer2025_ic06.png") no-repeat center 0/25px auto;
  }
  .nav_summer li a>span {
    width: 100%;
  }
  .nav_summer li a>span::before {
    right: 10px;
  }
  /*-----クーポン-----*/
  .box_shadow {
    width: 90%!important;
    height: 100% !important;
    margin: 20px 10px;
    padding: 0 20px 20px;
  }
  .box_shadow .feature .section h2 {
    font-size: 1.8rem;
    background: linear-gradient(transparent 95%, #f9a11744 95%);
  }
  .box_shadow .coupon_text {
    margin: 10px auto;
  }
  .box_shadow .coupon_text dl {
    flex-direction: column;
  }
  .box_shadow .coupon_text dl>dt,.box_shadow .coupon_text dl>dd,
  .box_shadow.hisyo .coupon_text dl>dt,.box_shadow.hisyo .coupon_text dl>dd {
    width: auto;
  }
  .wrap_slide.coupon_container .swiper-button-prev {
    display: block !important;
    left: 10px;
    z-index: 3;
  }
  .wrap_slide.coupon_container .swiper-button-next {
    display: block !important;
    right: 10px;
    z-index: 3;
  }
  /*.coupon_text .acc_QandA {
    margin: 0 auto;
  }*/
  /*-----タイトル-----*/
  .feature .section h2 {
    font-size: 2.2rem;
  }
  .feature .section h3 {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
  /*-----ボタン-----*/
  .btn_01 {
    margin: 0 10px;
  }
  .btn_01 a {
    min-width: 100%;
    font-size: 1.5rem;
    line-height: 3;
  }
  /*-----商品コンポーネント-----*/
  .base_prod .hotel li>a .details_box>.area {
    top: 1%;
    right: 1.5%;
  }
  /*-----タブ-----*/
  .tab_menu, .tab-list {
    margin: 10px;
  }
  .tab_menu.clm3 {
    height: 50px;
    border-radius: 25px;
  }
  .tab_menu>li, .tab-list>li {
    font-size: 1.4rem;
    line-height: 1.1;
  }
  .tab_menu.clm3>li {
    padding: 7px 0;
    line-height: 1.3;
  }
  .tab-list.clm5>li {
    padding: 12px 0;
  }
  .tab_menu>li.active {
    border-radius: 25px;
  }
  /*-----エリアから探す-----*/
  .bnr_container {
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .bnr_container .banner {
    width: 47% !important;
    margin: 0 auto 20px !important;
  }
  .bnr_container .tyo_destination_banner .titleitem {
    font-size: 1.5rem;
    padding: 5px 8px;
  }
  .bnr_container .tyo_destination_banner .textitem {
    padding: 0;
  }
  .bnr_container .tyo_destination_banner .imageitem img {
    height: 100px;
  }
  .bnr_container.area .listitem a>.textitem>.titleitem {
    font-size: 2rem;
  }
  .bnr_container.area .titleitem::before {
    right: 23%;
  }
  /*-----カルーセル-----*/
  .wrap_slide .cmn_contents {
    width: 100%;
  }
  /*-----ウェルカムベビーのお宿とは？-----*/
  .acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div {
    flex-direction: column;
    padding: 10px 0;
  }
  .acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div>.logo_baby {
    width: 130px;
    margin: 0 auto 10px;
  }
  .acco_baby .btn_check + .btn_question + .box_answer > .inner_answer > div>.text_baby {
    width: auto;
  }
  /*-----おすすめ記事-----*/
  .article_container .bnr_box_1>li .clm_list_img {
    width: 49% !important;
  }
  .article_container .bnr_box_1>li .clm_lst_tag>div {
    font-size: 1.3rem;
    margin: 0 !important;
    line-height: 1.4;
  }
  .article_container .bnr_box .clm_list_bnr a {
    margin: 5px auto 0;
    padding: 4px 0;
  }
  /*-----よくあるご質問-----*/
  .acc_QandA {
    margin: 0 10px;
  }
  .acc_QandA .btn_question {
    font-size: 1.5rem;
    height: auto;
    border-radius: 8px;
  }
  .acc_QandA .btn_question > .btn_mark {
    right: 3%;
  }
}