@charset "utf-8";
/* CSS Document */

/*----- 全体 -------------------------------------------------------*/
/* マウスオン */
.hover_img a img:hover {
  opacity: 0.8;
}
/* 背景色 */
.bg_blue {
	background-color: #e6f3f6;
	padding: 10px 0 20px;
	margin: 20px 0 10px;
}
/* 文字色 */
.text_red {
  color: #ea0000;
}
/* 上付き文字 */
.sup {
	font-size: 30%;
	vertical-align: super;
	padding: 0 2px;
}
.autolist_price span.sup {
  font-size: 30%;
}
/* 余白 */
.mb0 {
  margin-bottom: 0 !important;
}
/* 小文字 */
small, .small {
  display: inline-block;
  font-size: 75%;
}
.small .outside_icon {
  background-size: 10px;
  background-position: 0;
  padding: 0 0 0 12px;
}
/* アンカーの調整 */
#destination-area, #heijitsutabi, #attention, #panel {
	padding-top: 100px;
  margin-top: -100px;
}
/*------------------------------------------------------------*/

/*日帰り2023ナビ*/
ul.higaeri_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
	gap: 4px;
}
ul.higaeri_nav li {
  /* width: 247px; */
  width: 100%;
  height: initial; /* ★ */
  font-size: 1.4rem;
  text-align: center;
  padding-top: 0px; /* ★ */
  position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
ul.higaeri_nav li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 41px;
  /* left: calc(50% - 5px); */
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
}
ul.higaeri_nav li:hover::after {
  top: 45px;
  transition: 0.2s;
}
ul.higaeri_nav li a:hover {
  background: #a4d6e3;
  transition: 0.2s;
}
ul.higaeri_nav li a[href*="recommend"] {
  padding: initial; /* ★ */
}
ul.higaeri_nav li a[href*="theme"] {
  padding: inherit; /* ★ */
}
ul.higaeri_nav li a[href*="attention"] {
  padding: 12px 0 24px;; /* ★ */
}
ul.higaeri_nav li a[href*="panel"] {
  padding: 12px 0 24px;; /* ★ */
}
ul.higaeri_nav li a {
	font-weight: bold;
  color: #222;
	background: #bce4ee;
	display: block;
	width: 100%;
	padding: 12px 0 24px;
}
/*----- いちご狩り -------------------------------------------------------*/
/* ナビ */
.naviArea .nav_inner li, .naviArea3 .nav_inner li {
	border-color: #896546;
	margin: 0 5px;
	background: #faefd7;
	border: 1px solid #896546;
	border-radius: 3px;
}
.naviArea .nav_inner li, .naviArea3 .nav_inner li,
.naviArea .nav_inner li a,.naviArea3 .nav_inner li a {
	height: auto;
}
.naviArea .nav_inner li:hover, .naviArea3 .nav_inner li:hover {
	opacity: 1;
	background: #fce6b3;
}
.naviArea li a, .naviArea3 li a,
.naviArea li a:hover, .naviArea3 li a:hover {
	color: #896546;
}
.naviArea .nav_inner li span, .naviArea3 .nav_inner li span {
	padding: 10px 25px 10px 10px;
	position: relative;
}
.naviArea .nav_inner li span::before, .naviArea3 .nav_inner li span::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #896546 transparent transparent transparent;
}
/* 旬のおすすめ */
.section.ttl_sub01-2 h2 {
	color: #896546;
	position: relative;
	margin: 0px auto -10px;
	font-size: 1.5rem;
	padding: 0 6px 3px;
}
.section.ttl_sub01-2 h2::before, .section.ttl_sub01-2 h2::after {
	position: absolute;
	content: "";
}
.section.ttl_sub01-2 h2::before {
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #896546;
}
.section.ttl_sub01-2 h2::after {
	width: 8px;
	height: 8px;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	background: #fff;
	border-bottom: 1px solid #896546;
	border-right: 1px solid #896546;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* h3 */
.top .section.ttl_sub05 {
  text-align: center;
  margin-bottom: -10px;
}
.top .section.ttl_sub05 a {
	display: inline-block;
	margin: 8px auto;
	position: relative;
}
.top .section.ttl_sub05 h3 {
  font-weight: bold;
  margin: auto;
  font-size: 2.2rem;
  position: relative;
  color: #222;
  padding: 5px;
  background: none;
}
.top .section.ttl_sub05 a::before,.top .section.ttl_sub05 a::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/higaeri/images/higaeri_im01.png) 0 0/46px 32px;
  width: 46px;
  height: 32px;
}
.top .section.ttl_sub05 a::before {
	left: -50px;
  top: 0;
  transform: scale(-1,1);
}
.top .section.ttl_sub05 a::after {
	right: -50px;
  top: 0;
}
/* h4追加 */
.top .section.ttl_sub04 {
	text-align: center
}
.top .section.ttl_sub04 h4 {
	position: relative;
	display: inline-block;
	color: #e16132;
}
.top .section.ttl_sub04 h4::before, .top .section.ttl_sub04 h4::after {
	position: absolute;
	content: "";
	width: 120px;
	height: 4px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	top: 50%;
	margin-top: -2px;
}
.top .section.ttl_sub04 h4::before {left: -140px;}
.top .section.ttl_sub04 h4::after {right: -140px;}

@media screen and (max-width:568px) {
	/* h2 */
	.top .section.ttl_m_short h2 {margin: 14px auto 12px;}
	.section.ttl_sub01-2 h2 {margin-bottom: -16px; font-size: 1.4rem;}
	/* h3 */
	.top .section.ttl_sub05 a {margin: 0 auto 4px;}
	/* h4追加 */
	.top .section.ttl_sub04 h4::before, .top .section.ttl_sub04 h4::after {width: 30%;}
	.top .section.ttl_sub04 h4::before {left: -35%;}
	.top .section.ttl_sub04 h4::after {right: -35%;}
	/* ナビ */
	.naviArea .nav_inner, .naviArea3 .nav_inner {padding: 0 2%;}
	.naviArea .nav_inner li, .naviArea3 .nav_inner li {
		margin: 0 2% 2% 0;
		width: 49%;
	}
	.naviArea .nav_inner li:nth-of-type(2),
	.naviArea .nav_inner li:nth-of-type(5),
	.naviArea .nav_inner li:nth-of-type(2n),
	.naviArea3 .nav_inner li:nth-of-type(2n){
		margin-right: 0;
	}
	.naviArea .nav_inner li:nth-of-type(-n+2) {width: 49% !important;}
	.naviArea .nav_inner li:nth-of-type(n+3) {width: 32% !important;}

	.naviArea .nav_inner li span,
	.naviArea3 .nav_inner li span {
		padding: 8px 18px 8px 6px;
	}
	.naviArea .nav_inner li span::before,
	.naviArea3 .nav_inner li span::before {
		right: 8px;
		border-width: 5px 5px 0 5px;
	}
	.naviArea .nav_inner li span:after,
	.naviArea3 .nav_inner li span:after {
		display: none;
	}
}

/*----- Q&A -------------------------------------------------------*/
.acc_QandA {margin-bottom: 40px;}
/* Qテキスト */
.acc_QandA .btn_question {
	background: #faf2e1;
	display: block;
	font-size: 1.6rem;
	padding: 12px 45px 12px 60px;
	color: #896546;
	margin: 10px 0 0;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
}
.btn_check:checked + .btn_question {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: .4s;
}
/* Q/A */
.acc_QandA .btn_question .inner_question,
.box_answer > li .inner_answer {
	position: relative;
	display: block;
}
.acc_QandA .btn_question .inner_question::before,
.box_answer > li .inner_answer::before {
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -0.9em;
}
.acc_QandA .btn_question .inner_question::before {
	content: "Q";
	background: none;
	border: none;
}
.box_answer > li .inner_answer::before {
	content: "A";
	font-size: 1.6rem;
}
.acc_QandA input[type="checkbox"]+label::before {display: none;}
/* 縦線 */
.acc_QandA .btn_question .inner_question::after,
.box_answer > li .inner_answer::after {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	top: 0;
	left: -12px;
	border-left: 1px dashed #896546;
}
.box_answer > li::after {left: 38px;}
/* +/- */
.acc_QandA .btn_question .btn_mark,.acc_QandA .btn_question .btn_mark::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 2px;
	background: #896546;
	transition: .5s;
}
.acc_QandA .btn_question .btn_mark {
	top: 50%;
	right: 20px;
}
.acc_QandA .btn_question .btn_mark::before {
	transform: rotate(90deg);
}
/* テキスト */
.box_answer {
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-out;
	background: #fffcf5;
}
.box_answer > li {
	padding: 0 10px 0 53px;
	color: #896546;
	font-weight: bold;
	position: relative;
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition:
		visibility .2s ease-out .2s,
		opacity .2s ease-out .2s,
		padding-top ease-out .3s,
		padding-bottom ease-out .3s;
	border: 7px solid #faf2e1;
	border-top: 0;
	border-bottom: 0;
}
.box_answer > li a {
	color: #896546;
}

.btn_check:checked + .btn_question .btn_mark::before {
	transform: rotate(0);
}
.btn_check:checked + .btn_question + .box_answer {
	visibility: visible;
	opacity: 1;
}
.btn_check:checked + .btn_question + .box_answer > li {
	visibility: visible;
	height: auto;
	padding: 10px 10px 10px 53px;
	opacity: 1;
	transition:
		visibility .2s ease-out .2s,
		opacity .2s ease-out .2s,
		padding-top ease-out .3s,
		padding-bottom ease-out .3s;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 7px solid #faf2e1;
	border-top: 0;
}
.acc_QandA input[type="checkbox"]:checked+label::after {display: none;}

@media screen and (max-width:568px) {
	.acc_QandA {margin: 0 2% 8%;}
	.acc_QandA .btn_question {
		padding: 10px 30px 10px 45px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.box_answer > li {
		padding: 0 10px 0 38px;
	}
	.btn_check:checked + .btn_question + .box_answer > li {
		padding: 10px 10px 10px 38px;
	}
	.acc_QandA .btn_question .inner_question::before {
		left: -33px;
	}
	.box_answer > li .inner_answer::before {
		left: -30px;
	}
	.acc_QandA .btn_question .inner_question::after,
	.box_answer > li .inner_answer::after {
		left: -10px;
	}
	.acc_QandA .btn_question .btn_mark,
	.acc_QandA .btn_question .btn_mark::before {
		width: 10px;
	}
	.acc_QandA .btn_question .btn_mark {
		right: 12px;
	}
}

/*----- ウィークデイスペシャル -------------------------------------------------------*/
.top_corner {
	max-width: 1030px;
	padding: 10px;
	margin: 10px auto 50px;
	border: 2px solid #c69979;
	border-radius: 15px;
}
@media screen and (max-width:568px) {
	.top_corner {padding: 0;}
	.top_corner .ttl_img01 {padding: 0 2%;}
}

/*----- キーワードから探す -------------------------------------------------------*/
.wrap_keyword {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
.wrap_keyword a {color: #4d4d4d; text-decoration: none;}
.box_keyword {width: 32.5%;}
.box_keyword:nth-of-type(n+4) {margin-top: 10px;}
.ttl_keyword {
	font-size: 1.8rem;
	border-bottom: 1px solid #896546;
	padding: 0 3px;
	margin-bottom: 8px;
}
.ttl_keyword a {
	color: #896546;
	display: block;
	padding: 2px 4px;
	position: relative;
}
.ttl_keyword a:hover {color: #c29676;}
.ttl_keyword a::before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	border-top: 1px solid #896546;
	border-right: 1px solid #896546;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list_keyword li {display: inline-block; margin: 5px 3px;}
.list_keyword li a {
	font-size: 1.2rem;
	padding: 1px 8px;
	background: #faf2e1;
	display: block;
}
.list_keyword li a:hover {opacity: 0.75;}

@media screen and (max-width:568px) {
	.wrap_keyword {
		display: block;
		padding: 0 10px;
		margin-top: 0;
	}
	.box_keyword {width: 100%;}
	.box_keyword,.box_keyword:nth-of-type(n+4) {margin-top: 10px;}
}
/*------------------------------------------------------------*/


/*---------------グロナビ---------------*/
.nav_higaeri {display: -webkit-flex; display: flex;}
.nav_higaeri li {border-right: 1px solid #ccc; width: 100%;}
.nav_higaeri li:nth-last-of-type(1) {border-right: 1px solid #ccc; width: 110%;}
.nav_higaeri li:nth-of-type(1) {border-left: 1px solid #ccc;}
.nav_higaeri li a,.nav_higaeri li.active {
	display: block;
	padding: 6px 3px 8px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.nav_higaeri li.active {
	font-weight: bold;
	color: #666;
}
.nav_higaeri li a {
	color: #4d4d4d;
	text-decoration: none;
}
.nav_higaeri .nav_higaeri_top.active,.nav_higaeri .nav_higaeri_top a:hover {border-bottom: 3px solid #fce4af;}
.nav_higaeri .nav_higaeri_themepark.active,.nav_higaeri li.nav_higaeri_themepark a:hover {border-bottom: 3px solid #f5c299;}
.nav_higaeri .nav_higaeri_gourmet.active,.nav_higaeri li.nav_higaeri_gourmet a:hover {border-bottom: 3px solid #f6a0b2;}
.nav_higaeri .nav_higaeri_taiken.active,.nav_higaeri li.nav_higaeri_taiken a:hover {border-bottom: 3px solid #dcb9e6;}
.nav_higaeri .nav_higaeri_otoku.active,.nav_higaeri li.nav_higaeri_otoku a:hover {border-bottom: 3px solid #bbd2a3;}
.nav_higaeri .nav_higaeri_onsen.active,.nav_higaeri li.nav_higaeri_onsen a:hover {border-bottom: 3px solid #8d9ad8;}
.nav_higaeri .nav_higaeri_fruits-flowers.active,.nav_higaeri li.nav_higaeri_fruits-flowers a:hover {border-bottom: 3px solid #fcc4de;}

/*---------------ページごとナビ---------------*/
.naviArea, .naviArea3 {text-align: center;}
.naviArea li, .naviArea3 li {display: inline-block; height: auto;}
.naviArea li span,.naviArea3 li span {padding: 14px 0;}
/*ナビ　ボタンの数が5個の時に幅変更*/
.naviArea li:first-child:nth-last-child(5), .naviArea li:first-child:nth-last-child(5) ~ li {width: calc((100%/5) - 5px);}

.nav_themepark_wrap,.nav_themepark {background-color: #f7a460;}
.nav_gourmet_wrap,.nav_gourmet {background-color: #f27f99;}
.nav_taiken_wrap,.nav_taiken {background-color: #c4abcc;}
.nav_otoku_wrap,.nav_otoku {background-color: #adc791;}
.nav_onsen_wrap,.nav_onsen {background-color: #92c1de;}
.nav_fruits-flowers_wrap,.nav_fruits-flowers {background-color: #f0adcc;}

/*---------------ページごとタイトル---------------*/
.ttl_page {margin: 30px 0;}
.ttl_page_box {position: relative;}
.lead_page {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	background: linear-gradient(transparent 65%, #fcf2f3 65%);
	font-size: 1.3rem;
	transform: translateX(-50%);
}
.ttl_page img {margin: auto; padding-left: 10px;}

/*-----テーマパーク-----*/
.ttl_themepark_wrap {background-color: #f5c299;}
.ttl_themepark {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_themepark_pc.png") no-repeat;
	padding: 15px 0 46px;
	margin: -15px -7px -17px -8px;
}
.lead_themepark {bottom: -2px;}

/*-----グルメ-----*/
.ttl_gourmet_wrap {background-color: #f6b7c4;}
.ttl_gourmet {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_gourmet_pc.png") no-repeat;
	padding: 24px 0 50px;
	margin: -15px -7px -17px -8px;
}
.lead_gourmet {bottom: -6px;}

/*-----散策・体験-----*/
.ttl_taiken_wrap {background-color: #e0cae5;}
.ttl_taiken {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_sansaku-taiken_pc.png") no-repeat;
	padding: 22px 0 57px;
	margin: -15px -7px -17px -8px;
}
.lead_taiken {bottom: -2px; width: 52%;}

/*-----お得なパック-----*/
.ttl_otoku_wrap {background-color: #cae1b1;}
.ttl_otoku {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_otoku_pc.png") no-repeat;
	padding: 24px 0 48px;
	margin: -15px -7px -17px -8px;
}
.lead_otoku {bottom: -2px;}

/*-----温泉-----*/
.ttl_onsen_wrap {background-color: #b4d7ed;}
.ttl_onsen {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_onsen_pc.png") no-repeat;
	padding: 18px 0 64px;
	margin: -15px -7px -17px -8px;
}
.lead_onsen {bottom: -2px;}

/*-----フルーツ狩り・花鑑賞-----*/
.ttl_fruits-flowers_wrap {background-color: #fcdeec;}
.ttl_fruits-flowers {
	background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_fruits-flowers_pc.png") no-repeat;
	padding: 17px 0 72px;
	margin: -15px -7px -17px -8px;
}
.lead_fruits-flowers {bottom: -2px;}

/*---------------サムネイル画像---------------*/
.spot_box .swichi_box {padding: 0 .5rem;}
/*---------------商品情報---------------*/
.product.clm01_product.border_there,
.codeitem .shouhin_box .listitem li,
.bg_yellow01 .codeitem .listitem li {background-color: #fff;}
.shouhin_box .nb_listitem li:nth-of-type(1) {
	background-color: #fff;
	padding: 10px 8px;
	border: 1px solid #ccc;
}
.shouhin_box .clm01_side_area,.shouhin_box .codeitem_area{
	background: none;
	color: #896546;
	font-weight: bold;
	padding: 0 15px;
	position: relative;
}
.shouhin_box .clm01_side_area::before,.shouhin_box .codeitem_area::before,.shouhin_box .clm01_side_area::after,.shouhin_box .codeitem_area::after {
	content: "";
	position: absolute;
	display: block;
}
.shouhin_box .clm01_side_area::before,.shouhin_box .codeitem_area::before {
	color: #c69979;
	margin: 2px 0 0 -15px;
	width: 12px;
	height: 12px;
	border: solid 1px currentColor;
	border-radius: 7px 7px 7px 0;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.shouhin_box .clm01_side_area::after,.shouhin_box .codeitem_area::after {
	left: 4px;
	top: 6px;
	width: 4px;
	height: 4px;
	color: #fff;
	border: solid 1px currentColor;
	border-radius: 3px;
	background-color: currentColor;
}
.shouhin_box .clm01_side_lead {font-size: 1.2rem;}
.shouhin_box .product_tag_icon {background: #c79d7f;}
.shouhin_box .tx_point {font-size: 1.3rem; margin: 12px 0;}
.shouhin_box .box_point {
	font-size: 1.3rem;
	background: #fcf5e5;
	border: 1px dashed #c79d7f;
	padding: 5px 8px;
	color: #896546;
	font-weight: bold;
}
.shouhin_box .box_point a {
	color: #896546;
}
.product.clm01_product.border_there.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--6.aem-GridColumn--offset--default--0 {
	min-height: 350px;
}
.codeitem .listitem a.h_underline {text-decoration: underline; font-size: 1.3rem;}
.codeitem .listitem a.h_underline:hover {text-decoration: none;}

.shouhin_box ul li a {font-size: 1.2rem;}
.tx_point_red {color: #e03434; margin-bottom: 4px;}

/* フルーツから探す */
.no_area.shouhin_box .codeitem_area {position: absolute;}
.no_area.shouhin_box .codeitem_area::before,.no_area.shouhin_box .codeitem_area::after {display: none;}
.under_line.shouhin_box .nb_listitem .codeitem_ttl {border-bottom: 1px dashed #896546;padding: 0px 2px 3px;}

/*商品*/
.base_prod .hotel>li {
  background: #fff;
  border: 1px solid #ccc;
  width: 97%;
  height: 100%;
  margin: 0 auto;
}
.base_prod .hotel li>a .details_box>ul {
  background: #bce4ee;
  width: 100%;
  border-radius: 10px;
  color: #333;
  font-weight: bold;
  padding: 10px;
}
.base_prod .hotel li>a .details_box>ul li {
  position: relative;
  padding: 0 0 0 15px!important;
}
.base_prod .hotel li>a .details_box>ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #2990a8;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 0px;
  top: 8px;
}
.hotel .details_box .are {
  position: relative;
  padding: 0 0 0 20px;
}
.hotel .details_box .are::before,
.base_prod .hotel li>a .details_box>.area::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/higaeri/images/higaeri_ic01.png) 0 0/13px 18px;
  width: 13px;
  height: 18px;
  top: 0;
  left: 0;
}
/* .hogaeri_hotel_col02 {
  display: flex;
} */
.base_prod .hotel li>a .details_box>.area {
  background-color: #fff;
  color: #222;
  position: relative;
  padding: 0 0 0 20px;
}
.base_prod .hotel li>a .details_box>.txt,
.base_prod .hotel li>a .details_box>ul li {
  font-size: 1.4rem;
  width: 100%;
}
.base_prod .hotel li>a .details_box>.txt {
  margin: 10px 0;
}
.base_prod .hotel li>a .details_box>.txt .marker {
  background: linear-gradient(transparent 80%, #f9f880 80%);
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 0 0 0 2px;
  text-align: center;
  font-weight: bold;
}
.base_prod .hotel li>a .details_box>.tag>p:first-of-type {
  margin: 5px 0;
  color: #222;
  border: none;
  font-size: 1.1rem;
  display: block;
}
.base_prod .hotel li>a.icon_01 .details_box>.tag::after {
  content: "1名利用可";
  display: inline-block;
  color: #fff;
  background: #2990a8;
  border-radius: 0.3em;
  margin: 0.5rem 0 0;
  padding: 0.3em 0.5em;
}
.base_prod .hotel li>a.txt_blackout .details_box>.tag>.icon:nth-of-type(2) {
  position: relative;
  margin-bottom: 25px;
}
.base_prod .hotel li>a.txt_blackout .details_box>.tag>.icon:nth-of-type(2)::after {
  content: "※一部除外日がございます。";
  display: block;
  color: #099;
  font-size: 1.1rem;
  position: absolute;
  bottom: -22px;
}
.base_prod .hotel li>a .details_box>.tx_small_blue {
  color: #099;
  font-size: 1.1rem;
  margin: -7px 0 0 7px;
}
.base_prod .hotel#upopoi li>a .details_box>.ttl {
  width: 390px;
}
.link_text>a {
  font-weight: bold;
  text-decoration: underline;
}
.link_text>a:hover {
  opacity: .6;
}

/*---------------タイトル---------------*/
.ttl_sub01,.ttl_sub02 {position: relative; border-radius: 6px;}
.ttl_sub01 {background-color: #fce6b3;}
.ttl_sub01::before {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	margin-left: -10px;
	border-top: 12px solid #fce6b3;
}
.ttl_sub01.section h2 {margin: 5px auto 25px;padding: 10px 0;color: #896546;}

/* .higaeri_ttl h2 {
  position: relative;
  font-size: 2.2rem!important;
  color: #222!important;
  background: #fff;
  border: 2px solid #333;
  border-radius: 30px;
  padding: 12px 25px;
}
.higaeri_ttl h2::before, .higaeri_ttl h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 4px;
  border-top: 4px dotted #333;
  right: 102%;
  top: calc(50% - 2px);
}
.higaeri_ttl h2::after {
  left: 102%;
}
#recommend .higaeri_ttl h2::before, #recommend .higaeri_ttl h2::after {
  width: 360px;
}
#theme .higaeri_ttl h2::before, #theme .higaeri_ttl h2::after {
  width: 366px;
}
#panel .higaeri_ttl h2::before, #panel .higaeri_ttl h2::after {
  width: 404px;
} */


.higaeri_ttl h2 {
  position: relative;
  font-size: 2.2rem !important;
  color: #222 !important;
  background: #fff;
  border: 2px solid #333;
  border-radius: 30px;
  padding: 12px 25px;
  width: fit-content;
  margin: 0 auto;
}

.higaeri_ttl h2::before,
.higaeri_ttl h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 4px;
  border-top: 4px dotted #333;
  top: calc(50% - 2px);
  width: var(--line-w);
}

.higaeri_ttl h2::before {
  right: 102%;
}

.higaeri_ttl h2::after {
  left: 102%;
}
#area { --line-w: 392px; }
#weekdays { --line-w: 416px; }
#theme     { --line-w: 366px; }
#panel     { --line-w: 404px; }


#reserved .top .section h2 {
  margin: 10px auto 0;
  color: #222;
}
#article .top .section h2 {
  position: relative;
  font-size: 2.2rem;
  color: #222;
  border: 2px solid #333;
  margin: 0 auto 30px;
  padding: 6px 30px;
}
#article .top .section h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/content/dam/jretravel/site/page/feature/higaeri/images/higaeri_im03.png) 0 0/37px 52px;
  width: 37px;
  height: 52px;
  left: -12px;
  top: -30px;
  border: none;
}
#reserved .top .section h2::before,
#reserved .top .section h2::after {
  display: none;
}
#article .top .section h2::before,
#article .top .section h2::after {
  border: none;
}
.top .section.ttl_sub03 h3 {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  background: #2990a8;
  border-radius: 23px;
  padding: 10px 25px;
}

/*---------------バナー---------------*/

.bnr_box .textitem {position: relative; padding-left: 20px;}
.bnr_box .textitem:hover {text-decoration: underline;}
.bnr_box .textitem::before,.bnr_box .textitem::after {
	position: absolute;
	display: block;
	content: "";
}
.bnr_box .textitem::before {
	width: 16px;
	height: 16px;
	background-color: #896546;
	border-radius: 50%;
	top: 12px;
	left: 0;
	margin-top: -8px;
}
.bnr_box .textitem::after {
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 9px;
	left: 4px;
	transform: rotate(45deg);
}
/*1カラム*/
.bnr_col1 {
  width: 460px;
}
.bnr_col1 .banner ul li a .titleitem {
  text-align: center;
}
/*2カラム*/
.cmn_contents.cmp-section.aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12.bnr_col2 {
  display: flex;
  justify-content: center;
}
.cmn_contents.cmp-section.aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12.bnr_col2 div {
  margin-left: 0;
}
/*共通*/
.textitem {
  position: relative;
  padding-left: 10px;
  width: 460px;
}
.textitem::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: 0;
  border-top: 2px solid #2990a8;
  border-right: 2px solid #2990a8;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
/*---------------TOP---------------*/
.box_white01 {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 20px;
  padding: 20px;
}
#reserved.box_white01 {
  padding: 0 20px;
}
#reserved.box_white01 .mt5 {
  margin-top: 0!important;
}
.box_top_train01 {padding: 0 20px 0;}
.tx_top_train01 {font-size: 1.8rem;	margin: 0 0 10px;}
.img_top_train01 {
  margin: 0;
  padding: 0;
  width: 260px;
  right: 45px;
}
.tx_top_train02 p:has(a) {
  position: relative;
  padding-left: 13px;
}
.tx_top_train02 p:has(a)::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 4%);
  left: 0;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

/*---------------ボタン---------------*/
.tx_onthe_btn {text-align: center;}
.tx_onthe_btn p {position: relative; display: inline-block;}
.tx_onthe_btn p::before,.tx_onthe_btn p::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 18px;
	background-color: #4d4d4d;
	bottom: -1px;
}
.tx_onthe_btn p::before {left: -20px; -webkit-transform: rotate(-30deg); transform: rotate(-30deg);}
.tx_onthe_btn p::after {right: -20px; -webkit-transform: rotate(30deg); transform: rotate(30deg);}

.btn01_rt a {font-size: 1.4rem;	font-weight: bold;}
.btn01_rt.btn_brown a {background-color: #2990a8;}
.btn01_rt.btn_red01 a {background-color: #de5750;}

.hotel .outside_txt .btn02>a {
  display: block;
  border: 2px solid #2990a8;
  color: #13677b;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 10px;
  transition: .2s;
}

/*---------------Coming Soon---------------*/
.comingsoon {text-align: center;}
.comingsoon p {
	color: #ed1c24;
	font-size: 2rem;
	border-bottom: 1px dashed #ed1c24;
	display: inline-block;
	padding: 1px 10px;
}

/*---------------びゅうたび---------------*/
.tabi_area .cmn_contents{
  margin-top: 0;
}
.tabi_area .flex .freehtml{
  width: fit-content;
}
  .tabi_area .flex{
  display:flex;
  justify-content: space-evenly;
  }
.tabi_area {
  padding: 20px 10px 0;
  background-color: #e6f3f6;
}
.tabi_area h3 {
  text-align: center;
}
.tabi_area h3 img {
  max-width: 150px;
}
.tabi_txt{
	text-align: center;
  padding: 10px 0 25px;
  font-weight: 900;
}
  .tabi_area #tabi .freehtml{
    width: fit-content;
  }

.tabi_area .feature .section{
  margin-top: 0;
}
.tabi_area .feature .section h2{
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 23px;
  color:  #2990a8;
  /* background-color: #2990a8; */
	font-size: 1.6rem;
  max-width: fit-content;
	position: relative;
}
.tabi_area .feature .section h2::before,
.tabi_area .feature .section h2::after{
	position: absolute;
	content: '';
	width: 130px;
	height: 1px;
  background-color: #2990a8;
	top: 20px;
}

.tabi_area .feature .section h2::before{
	left: -30%;
}

.tabi_area .feature .section h2::after{
	right: -30%;
}
.reel-wrapper {
  width: 320px;
  height: 500px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.reel-wrapper .instagram-media {
  max-height: 500px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
}
#tabi .ace-section{
  max-width: 600px;
}
.tabi_area .base_prod.side_box .hotel li>a .img_box{
  width: 38%;
}
.tabi_area .base_prod.side_box .hotel li>a .details_box{
  width: 59%;
}
@media screen and (min-width: 768px) {
.tabi_wrapper{
  position: relative;
  z-index: 1;
}
.tabi_wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99vw;
  height: 100%;
  background-color: #e6f3f6;
  z-index: -1;
}
  .tabi_area #tabi .freehtml{
    padding-right: 10px;
  }
  .tabi_txt2{
		padding-top: 10px;
	}

}

@media (any-hover: hover) {
  .tabi_txt a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width:767px) {
  /*日帰り2023ナビ*/
  ul.higaeri_nav {
    flex-wrap: wrap;
		gap: 1px;
  }
  ul.higaeri_nav li {
    width: calc((100% - 1px* 1) / 2) ;
    border: 1px solid #fff;
    padding-top: 0px;
  }
  ul.higaeri_nav li:nth-of-type(3) {
    padding-top: 0px; /*★*/
  }
  ul.higaeri_nav li:hover {
    background: #bce4ee;
  }
  ul.higaeri_nav li::after {
    top: 46px;
  }
  ul.higaeri_nav li:hover::after {
    top: 46px;
  }
  ul.higaeri_nav li a[href*="recommend"] {
    padding: 14px 22px 26px;
  }
  ul.higaeri_nav li a[href*="theme"] {
    padding: 14px 29px 26px;
  }
  ul.higaeri_nav li a[href*="attention"] {
    padding: 7px 0 16px;
  }
  ul.higaeri_nav li a[href*="attention"] span {
    line-height: 1.2;
    display: inline-block;
  }
  ul.higaeri_nav li a[href*="panel"] {
    padding: 12px 0 24px; /*★*/
  }
	/*---------------グロナビ---------------*/
	.nav_higaeri {-webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.nav_higaeri li {
		border-right: none;
		border-bottom: 1px dashed #ccc;
		width: 50%;
	}
	.nav_higaeri li:nth-of-type(1) {border-left: none;}
	.nav_higaeri li:nth-last-of-type(1) {
		border-right: none;
		border-left: none;
		width: 100%;
	}
	.nav_higaeri li:nth-of-type(2n) {
		border-left: 1px dashed #ccc;
		border-right: none;
	}
	.nav_higaeri li a, .nav_higaeri li.active {padding: 5px 3px;}

	/*-----ページ内リンク-----*/
	.naviArea3 li:nth-last-child(1), .naviArea3 li:nth-last-child(2) {height: auto;}
	/*ナビ　ボタンの数が5個の時に幅変更 を元に戻す*/
	.naviArea li:first-child:nth-last-child(5), .naviArea li:first-child:nth-last-child(5) ~ li {width: 50%;}
	.naviArea li:first-child:nth-last-child(5), .naviArea li:first-child:nth-last-child(5) ~ li:nth-child(1) {width: 99.9%;}
	/*ページ内リンク ＞の調整*/
	.naviArea li span, .naviArea3 li span {position: relative; padding: 10px 14px 10px 0;}
	.naviArea li span:after, .naviArea3 li span:after {
		position: absolute;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 50%;
		right: 0;
		margin: -4px 0 0;
		width: 9px;
		height: 9px;
	}

	/*---------------ページごとタイトル---------------*/
	.lead_page {
		width: 95%;
		text-align: center;
		font-size: 1.2rem;
		background: none;
		bottom: -55px;
	}
	.ttl_page {margin: 15px 0 50px;}
	.ttl_page img {margin: auto; padding-left: 10px;}

	/*-----テーマパーク-----*/
	.ttl_themepark {
		background-image: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_themepark_sp.png");
		background-size: 100%;
		padding: 10px 0 22px;
		margin: -15px 0 -23px 0;
	}
	.ttl_themepark img.sp {width: 55%;}

	/*-----グルメ-----*/
	.ttl_gourmet {
		background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_gourmet_sp.png") no-repeat;
		background-size: 100%;
		padding: 5px 0 20px;
		margin: -16px 0 -20px 0;
	}
	.ttl_gourmet img.sp {width: 55%; padding: 0 5px;}

	/*-----散策・体験-----*/
	.ttl_taiken {
		background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_sansaku-taiken_sp.png") no-repeat;
		background-size: 100%;
		padding: 15px 0 63px;
		margin: -12px 0 -53px 0;
	}
	.ttl_taiken img.sp {width: 55%;}

	/*-----お得なパック-----*/
	.ttl_otoku {
		background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_otoku_sp.png") no-repeat;
		background-size: 100%;
		padding: 11px 0 26px;
		margin: -16px 0 -28px 0;
	}
	.ttl_otoku img.sp {width: 60%; padding: 0px 5px;}

	/*-----温泉-----*/
	.ttl_onsen {
		background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_onsen_sp.png") no-repeat;
		background-size: 100%;
		padding: 9px 0 26px;
		margin: -14px 0 -29px 0;
	}
	.ttl_onsen img.sp {width: 60%; padding: 0px 5px;}

	/*-----フルーツ狩り・花鑑賞-----*/
	.ttl_fruits-flowers {
		background: url("/content/dam/jretravel/site/page/feature/higaeri/images/bg_higaeri_fruits-flowers_sp.png") no-repeat;
		background-size: 100%;
		padding: 8px 0 19px;
		margin: -16px 0 -26px 0;
	}
	.ttl_fruits-flowers img.sp {width: 53%;}

	/*---------------タイトル---------------*/
	.ttl_img01 .sp {max-height: 45px;}
	.ttl_img02 .sp {padding: 0px 10px;}
	.ttl_img_train img.sp {max-height: 60px;}
	.feature .section.ttl_sub01,.top .section.ttl_sub01 {width: 94%;}
	.ttl_sub01.section h2 {padding: 10px auto;margin: 10px auto;font-size: 1.6rem;}
  #recommend .higaeri_ttl h2::before, #recommend .higaeri_ttl h2::after {
    width: 17%;
  }
  #theme .higaeri_ttl h2::before, #theme .higaeri_ttl h2::after {
    width: 22%;
  }
  #panel .higaeri_ttl h2::before, #panel .higaeri_ttl h2::after {
    width: 100%;
  }
  .bg_blue .top .section h2 {
    margin: 20px auto;
  }
  .top .section.ttl_sub05 h3 {
    font-size: 1.8rem;
  }
  .top .section.ttl_sub05 a::before, .top .section.ttl_sub05 a::after {
    background: url(/content/dam/jretravel/site/page/feature/higaeri/images/higaeri_im01.png) 0 0/35px 24px no-repeat;
    width: 35px;
    height: 24px;
  }
  .top .section.ttl_sub05 a::before {
    left: -35px;
  }
  .top .section.ttl_sub05 a::after {
    right: -35px;
  }
	/*---goto---*/
	.ttl_goto .fourcols_title img {
		height: 7rem;
		object-fit: cover;
		object-position: 50% 0;
	}

	/*---------------サムネイル画像---------------*/
	.spot_box .swichi_box {padding: 0;}
	/*---------------商品情報---------------*/
	.slick-list.draggable {height: max-content !important;}
	.clm01_side_img img {height: auto;}
	.shouhin_box .nb_listitem li {display: block; margin: 0;}
	.shouhin_box .nb_listitem li:nth-of-type(1) {padding: 0; border: none;}
	.shouhin_box .nb_listitem li:nth-of-type(2) {
		background-color: #fff;
		padding: 10px 8px 0;
		border: 1px solid #ccc;
	}
  /* .base_prod .hotel li { ★
    padding: 10px;
    width: 95%;
  } */
  .base_prod .hotel li {
    padding: 6px;
    width: 100%;
  }
  .hogaeri_hotel_col02 {
    flex-direction: column;
  }
  .base_prod .hotel#upopoi li>a .details_box>.ttl {
    width: auto;
  }
  .base_prod .hotel.swiper-wrapper {
    width: 95%;
  }
  .base_prod .hotel.swiper-wrapper>li {
    width: 85vw !important;
    /*width: calc((100% - 4px) / 2)!important;SP２カラム*/
  }
  /*---------------バナー---------------*/
	.bnr_box li {margin: 0;}
	.bnr_box .textitem {padding-left: 18px;}
	.bnr_box .textitem::before {top: 11px; margin-top: -7px;}
	.bnr_box .textitem::after {left: 3px;}
  /*2カラム*/
	.cmn_contents.cmp-section.aem-Grid.aem-Grid--12.aem-Grid--default--12.aem-Grid--phone--12.bnr_col2 {
    flex-direction: column;
  }
  /*1カラム*/
  .bnr_col1 {
    width: 100%;
  }
  .banner.tyo_otherarea_banner,.textitem {
    width: 100% !important;
  }
  .textitem::before {
    top: 8px;
  }
	/*---------------TOP---------------*/
	.box_white01 {
    padding: 10px;
    margin: 0px 10px 15px;
  }
  #reserved.box_white01 {
    padding: 4px 20px;
  }
  #reserved.box_white01 .ace-section .box_r_note01 {
    margin: 0;
  }
	.box_top_train01 {padding: 0;}
	.tx_top_train01 {font-size: 1.8rem; margin: 10px 0;}
  .img_top_train01 {
    margin: 20px auto 0;
    padding: 0;
    width: 290px;
    height: 248px;
    right: 0;
  }
  .tx_top_train02 p:nth-of-type(2),
  .tx_top_train02 p:nth-of-type(3),
  .tx_top_train02 p:nth-of-type(4) {
    display: inline;
  }
	/*---------------ボタン---------------*/
	.btn01_rt.btn_brown {margin: 20px auto !important;}
	.tx_onthe_btn p::before,.tx_onthe_btn::after {height: 14px;}
	.tx_onthe_btn p::before {left: -10px;}
	.tx_onthe_btn p::after {right: -10px;}

	.btn01_rt a {padding: 12px 40px 12px 20px;}

  .hotel .outside_txt .btn02>a {
    line-height: 1.3;
  }
 }

/*-----PC-----*/
@media screen and (min-width: 768px) {
  .swiper-container:has(.no_swipe) .swiper-button-disabled,
  .swiper-container:has(.no_swipe) .swiper-pagination {
    display: none;
  }
}

/*------------------------------ IE11対応 ------------------------------*/
.ttl_themepark_wrap {padding-top: 1px;}



/*---------------びゅうたびsp---------------*/
@media screen and (max-width: 767px) {
  .tabi_txt{
    padding-bottom: 10px;
		font-size: 1.2rem;
  }
	.tabi_txt2{
		font-size: 1.2rem;
	}
    .tabi_area .flex{
      flex-direction: column;
      column-gap: 30px;
    }
  .tabi_area #tabi .freehtml{
      margin: 0 auto -15px;
    }
  .reel-wrapper{
      width: 350px;
      height: 490px;
      margin-bottom: 30px;
    }
  .tabi_area .base_prod.side_box .hotel li>a .img_box{
  width: 100%;
}
.tabi_area .base_prod.side_box .hotel li>a .details_box{
  width: 96%;
}
.tabi_area .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--6{
  width: 100%;
}
.tabi_area .feature .section h2::before,
.tabi_area .feature .section h2::after{
	width: 30px;
}
.tabi_area .feature .section h2::before{
	left: -10px;
}

.tabi_area .feature .section h2::after{
	right:-10px;
}
}

/*--------------------------------------
  2026 タブ切り替え改修
--------------------------------------*/
.tab_wrapper {
	.cmn_contents {
		margin: 0 auto;
	}
	.tab_menu {
		display: flex;
    gap: min(0vw, 1.0rem);
		text-align: center;
		border-bottom: solid 2px #2990a8;
		margin-top: 10px;
		margin-inline: 0;
		/* margin-bottom: clamp(10px, (100vw - 768px) * 1000, 20px); */
		margin-bottom: clamp(10px, 2.5vw, 20px);
		justify-content: space-between;
	}
	.tab_btn {
		/* width: calc((100% - 10px* 3) / 4); */
		width: calc((100% - min(2vw, 1.0rem) * 3) / 4);
		/* border-bottom: none; */
		border-radius: 10px 10px 0 0;
    /* padding: clamp(0.2rem, 0.5vw + 0.2rem, 1.0rem); */
    padding: 1.0rem 0 0.8rem;
		font-weight: bold;
		cursor: pointer;
		transition : .3s;
		font-size: clamp(1.4rem, 0.5vw + 1.0rem, 1.8rem);
		justify-content: space-between;
	}
	.lead_top {
		font-size: clamp(1.6rem, 1vw + 0.8rem, 1.8rem);
		text-align: center;

		>p {
			background: linear-gradient(transparent 55%, rgba(250, 234, 84, 0.5) 55%);
			display: inline-block;
			padding: 0 4px;
		}
	}
	.top .section.ttl_sub05 {
		background-color: #eefaf1;
		padding: 10px 0;
	}
	/*----- 商品をgridへ変更 -----*/
	&.area {
		.hogaeri_hotel_col02.main_contents {
				background-color: #eefaf1;
				gap: 0 20px;
        padding-inline: clamp(0px, (100vw - 768px) * 1000, 20px);
				margin-bottom: 30px;

				@media (max-width: 767px) {
					gap: 0 6px;
					padding: 0 6px;
				}
			}
		.hogaeri_hotel_col02 {
				display: grid !important;
				grid-template-columns: repeat(12, 1fr);
				gap: 10px;
			}
		.hogaeri_hotel_col02.aem-Grid::before,
		.hogaeri_hotel_col02.aem-Grid::after {
			content: none;
		}
		/* columnをコンテナクエリへ */
		.hogaeri_hotel_col02.main_contents {
			container-type: inline-size;
			container-name: item_contents;
			width: 100%;
		}

	}
	.base_prod .hotel>li {
		border: none;
	}
	.hogaeri_hotel_col02 > .base_prod {
		border: solid 1px #ccc;
		background-color: #fff;
	}
}

	@media (hover: hover) {
		.tab_btn:hover {
			background-color: #bce4ee;
		}
	}
	.tab_btn.active {
		/* border: solid 1px #2990a8; */
		border-bottom: none;
		background-color: #2990a8;
		color: #fff;
	}
	.tab_area {
		display: none; /* 初期状態は非表示 */
		opacity: 0;    /* 透明 */
		/* transform: translateY(15px); 少し下に配置 */
		transition: opacity .7s ease, transform .7s ease; /* 変化の速度 */
	}
	/* JSでこのクラスがついた瞬間に、ふわっと浮き上がる */
	.tab_area.show {
		opacity: 1;
	}

/*----- 記事 -----*/
.article_contents.day_trip {
	ul {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}
	.ac_i_box {
		width: 100%;
		margin-right: 0;
	}
	.ac_t_box {
		width: 100%;
	}
	.ac_ttl {
		font-weight: bold;
		margin-top: 10px;
	}
	@media (hover: hover) {
		.ac_ttl:hover {
			opacity: .7;
		}
	}
}
/*----- 旅せよ平日 -----*/
.weekdays {
	.title.top.aem-GridColumn {
		text-align: center;
	}
	.cmn_contents {
		margin: 0 auto;
	}
	.top .section h2 {
		margin: 10px auto;
	}
	.top .section h3, .heijitu_icon h3, .h3_border h3 {
		font-size: 2.1rem;
    color: #14948a;
    background-color: transparent;
    padding: 6px 20px;
    margin: 0px auto;
		font-weight: bold;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		line-height: 1.4;
		border-bottom: none;
	}
	.top .section h3::before, .heijitu_icon h3::before {
		content: "";
    display: inline-block;
    /* position: absolute; */
    background: url(/content/dam/jretravel/site/page/feature/goodvalue/images/logo_heijitutabi_color_n.png) no-repeat 50% 50%;
		background-size: contain;
    width: 100px;
    height: 100px;
    border: none;
    transform: none;
		/* left: -72px; */
	}
	h3 .small_text {
		display: block;
    font-size: 1.8rem;
	}
	.info_sprate {
		background-color: #fff;
    padding: clamp(1.6rem, 0.172rem + 1.72vw, 2.0em);
		margin: 0 clamp(0px, (1000px - 100vw) * 1000, 10px);
		h4 {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 8px;

			img {
				width: clamp(12%, (768px - 100vw) * 1000, 30%);
			}
		}
		li {
			position: relative;
			padding: 0 0 0 15px;
		}
		li::before {
			content: "";
			display: inline-block;
			position: absolute;
			background: #2990a8;
			width: 6px;
			height: 6px;
			border-radius: 3px;
			top: 9px;
			left: 0;
		}
	}
	.btn_wrapper {
		display: flex;
		gap: 20px;
		text-align: center;
		justify-content: center;

		.btn01 {
			width: calc((82% - 20px* 1) / 2);
			a {
				background-color: #2990a8;
				display: block;
				padding: 12px 0;
				color: #fff;
				border-radius: 10px;
				position: relative;
			}
			a::after {
				content: "";
				position: absolute;
				margin: auto;
				top: 0;
				bottom: 0;
				right: 6%; /* 右 */
				width: 8px;
				height: 8px;
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				transform: rotate(45deg);
			}
			@media (hover: hover) {
			 a:hover {
					opacity: .7;
				}
			}
		}
	}
}
/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
	.br_sp {
 		display: none;
	}
	.hogaeri_hotel_col02.main_contents {
		.base_prod /*:nth-of-type(-n+2)*/ {
			grid-column: span 6;
		}
		.base_prod.side_box {
			grid-column: span 12;
			margin-bottom: 3%;
		}
		/* .base_prod:nth-of-type(n+3) {
			grid-column: span 4;
		} */
	}
	/* 基本のstyle 3カラム */
	.base_prod {
		grid-column: span 4;
	}
	/* .base_prod:nth-of-type(n+4) {
		grid-column: span 3;
	} */
	/* 東北 */
	#tab_area_02 {
		.hogaeri_hotel_col02 {
			/* .base_prod:nth-of-type(-n+2) {
				grid-column: span 6;
			} */
			/* .base_prod:nth-of-type(n+3) {
				grid-column: span 4;
			} */
		}
	}
	/* 関東 */
	#tab_area_03 {
		/* .base_prod:nth-of-type(-n+2) {
			grid-column: span 6;
		} */
		/* .base_prod:nth-of-type(n+3) {
			grid-column: span 4;
		} */
	}
	/* 甲信越・東海 */
	#tab_area_04 {
		.hogaeri_hotel_col02.main_contents {
			/* .base_prod:nth-of-type(-n+2) {
				grid-column: span 6;
			} */
			.banner {
				grid-column: span 12;
			}
			.banner li {
				justify-content: center;
    		display: flex;
			}
		}
		.hogaeri_hotel_col02.koshinetsu {
			.base_prod:nth-of-type(n) {
				grid-column: span 4;
			}
		}
	}
	.weekdays {
		.cmp-text p {
			text-align: center;
		}
	}
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	#area, #weekdays, #theme, #panel { --line-w: 100%; overflow: hidden;}
	.tab_wrapper {
		/*----- 商品をgridへ変更 -----*/
		&.area {
			.hogaeri_hotel_col02 {
				gap: 0 6px;
				padding: 0 6px;

			}
			.base_prod {
				grid-column: span 6;
			}

			@container item_contents (max-width: 499px) {
				.base_prod.clm_01 {
					grid-column: span 12;
				}
			}
		}
		#tab_area_04 {
			.hogaeri_hotel_col02.main_contents {
				.banner {
					grid-column: span 12;
				}
			}
		}
		.tab_btn {
			width: calc((100% - 0px* 3) / 4);
			padding: 0.8rem 0 0.7rem;
		}
	}
	/* タブの調整 02*/
	.tab_wrapper_02 {
		.tab_menu {
			flex-wrap: wrap;
			padding: 0 1rem;
			gap: 1rem;
			border-bottom: none;
		}
		.tab_btn {
			width: calc((100% - 1rem * 1) / 2);
			border-radius: 10px;
			padding: 1rem 0;
		}
	}
	/* タブの調整 03*/
	.tab_wrapper_03 {
		.tab_menu {
			border-bottom: none;
			align-items: center;
			line-height: 1.5;
		}
		.tab_btn {
			border-radius: 10px;
			padding: 1rem 0;
		}
		.dot {
			display: none;
		}
		.tab_btn:has(.dot) {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 0.6rem 0;
		}
	}
	.article_contents.day_trip {
		ul {
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 10px;
		}
	}
	.weekdays {
			.btn_wrapper {
				flex-direction: column;
				margin: 0 10px;
    }
		& .btn_wrapper {
			.btn01 {
					width: 100%;
			}

			a {
				line-height: 1.4;
				padding: 8px 0;
			}
    }
	}
}

/*商品内ボタンを最下部に配置*/
.hogaeri_hotel_col02 .base_prod .hotel>li {
  display: flex;
  flex-direction: column;
}
.hogaeri_hotel_col02 .base_prod .hotel li>a {
  flex-grow: 1;
}
.hogaeri_hotel_col02 .base_prod div:has(>.hotel),.base_prod div>.hotel {
  height: 100%;
}
.hogaeri_hotel_col02 .hotel .outside_txt {
  width: 100%;
}