@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
　　ページ内ナビ
------------------------------------------------*/
.nav_goodvalue ul {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.nav_goodvalue ul li {
  width: 30%;
  height: 40px;
  background: #cef5ee;
  border-radius: 6px;
}
.nav_goodvalue ul li:hover {
  background: #85d9d7;
  transition: .1s;
}
.nav_goodvalue ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 6px;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
}

/*------------------------------------------------
　　タイトル
------------------------------------------------*/
/* h2 */
.feature .section h2 {
	font-size: 3.4rem;
	position: relative;
}
.feature .section h2:before, .feature .section h2:after {/* スラッシュ吹き出し */
	content:'';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-style: solid;
	border-width: 45px 4px 0 4px;
	border-color: #6d4343 transparent transparent transparent;
}
.feature .section h2:before {left: -10%; transform: rotate(-25deg);}/* 右のスラッシュ吹き出し */
.feature .section h2:after {right: -10%; transform: rotate(25deg);}/* 左のスラッシュ吹き出し */

/* h3 */
.feature .section h3 {
	background-color: #f9f4db;/* 背景色 */
	border-bottom: solid 2px ;/* 線の種類・太さ */
	padding: 1.4% 1.2% 1.2% 4%;
	position: relative;
}
.feature .section h3:before {/* 文頭マークの設定 */
	content: '◆';
	display: block;
	position: absolute;
	left: 1%;
	font-size: 1.3em;
    top: 20%;
}
.feature .section.ttl_gentei h3 { border-color: #fb6800;}
.feature .section.ttl_odoroki h3 { border-color: #16b8ab;}
.feature .section.ttl_ensen h3 { border-color: #ffaa23;}
.ttl_gentei h3::before {color:#fb6800;}/* 文頭マークの色_期間限定プラン */
.ttl_odoroki h3::before {color:#16b8ab;}/* 文頭マークの色_おどろきダネ！ */
.ttl_ensen h3::before {color:#ffaa23;}/* 文頭マークの色_只見線沿線のたび */

/*------------------------------------------------
　　ボタン
------------------------------------------------*/
.btn01_rt {
	margin: 0 auto 20px;
	width: auto;
}
.btn01_rt::after, .btn01_btm::after, .btn01_rt a::after {
	right: 18px;
}

/*------------------------------------------------
　　テキスト・リンク
------------------------------------------------*/
/* 只見線沿線のテキスト */
.txt_ensen {
    clear:both;
    font-weight: bold;
    font-size: 1.1em;
	margin: 0.5% 0 1.3%;
}
.txt_ensen .border {
    padding:0.8%;
    border:2px dotted #ffaa23;
    border-radius:0.5em;
}
.txt_ensen .plus {
    padding:0 0.6%;
	color: #fb6800;
}
/* 別ウィンドウで開く */
.cmp-text a[target="_blank"] {
	background: url(/content/dam/jretravel/site/common/header/outside_icon.png) 1.2% 50% no-repeat;
    background-size: 13px 10px;
    padding: 0 0 0 20px;
}
.list.clm_osusume_area {
	margin-top:0;
}
/* リード文 */
.txt_lead {margin: 0 10px;}
/* 文字サイズ小さめにする */
.txt_small {font-size: small;}
.bld{font-weight: bold;}

/*------------------------------------------------
　　施設情報
------------------------------------------------*/
/*---レイアウト--------------------*/

/* clm01_border_thereの1カラム調整 */
.box_clm01 .clm01_side_img { /*画像を囲むdiv*/
	width: 35%;
	margin-right: 2%;
}
.box_clm01 .clm01_side_img img {height: auto;}/*画像*/
.box_clm01 .listitem5 .clm01_side_tag {/*エリア*/
	width: 580px;
	margin-top: 1%;
}
.box_clm01 .clm01_side_ttl {font-size: 2.6rem; line-height: 1.2; margin-top: 1rem;}/*施設名*/
.box_clm01 .clm01_side_price {font-size: 2.6rem;}/*価格*/
.box_clm01 hr {	margin: 5px 0 12px;}
.box_clm01 .clm01_side_lead {margin-bottom: 1rem;}
.box_clm01 .clm01_side_txt {/*価格の下の説明*/
	font-size:1.4rem;
	line-height:1.6;
	letter-spacing:0.2px;
	color: #222;
}
.box_clm01 .clm01_side_txt b {font-size: 1.1em;}
.border_there {	margin: 1% 0 2%;}/*商品情報囲み*/
 /* 2カラム */
.btn_clm02 li {
	display: inline-block;
	width: 49.5%;
}
.btn_clm02 .btn01_rt, .btn_clm02.btn01_rt {
	width: 92%;	
}
	/* itemlistの2カラムデザイン */
	.codeitem .box_clm02 .codeitem_img img {
		width: 100%;
		height: auto;	
	}
/* 3カラム */
.btn01_rt.btn_clm03 {
	width: 96%;
}
/*---期間限定プラン--------------------*/
.sp_br {display: none;}
.box_right {margin: 0 20px;}
.text_just {text-align: justify;text-justify: inter-ideograph;}
/*---マップアイコン--------------------*/
.map_point {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 6px;
	font-weight: bold;
}
.map_point>.area_name {
	position: relative;
	padding: 10px 0 0 30px;
}
.map_point>.area_name>span {
	position: absolute;
	content: "";
	color: #fb6800;
	margin-top: -5px;
	margin-left: -30px;
	width: 25px;
	height: 25px;
	border: solid 1px currentColor;
	border-radius: 15px 15px 15px 0;
	background-color: currentColor;
	transform: rotate(-45deg);
}
.map_point>.area_name>span::after {
	position: absolute;
	content: "";
	left: 5px;
	top: 5px;
	width: 13px;
	height: 13px;
	color: white;
	border: solid 1px currentColor;
	border-radius: 10px;
	background-color: currentColor;
}
.map_point>.area_title {
	margin-left: 10px;
	font-size: 2.5rem;
}
/*---うれしいポイント--------------------*/
.happy_point {
	margin-top: -15px;
	font-size: 1.3rem;
}
.happy_point>p>strong {
	padding-left: 3px;
	border-left: 6px solid #fb6800;
}

/*---上部キャッチ--------------------*/
.catch{
    font-size: 1.8rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*PCでは改行*/
.br_pc{display: block;}

/*スマホでは改行しない*/
@media screen and (max-width: 767px) {
    .br_pc{display: none;}
}



/*-------------------------------------------------*/
/*---bnr--------------------*/
.bnr_mt {margin-top: -20px;}

/*---------------------------------------------------------
	IE
---------------------------------------------------------*/
@media all and (-ms-high-contrast:none) {
	.clm01_side_img {width: 35%!important;}
	.listitem5 .clm01_side_box {width: 35%!important;}
	.happy_point {color: #222;}
}
/*---------------------------------------------------------*/


/*------------------------------------------------
　　スマホ用メディアクエリ
------------------------------------------------*/
@media screen and (max-width: 767px) {
	/* nav */
	.nav_goodvalue ul {
    flex-wrap: wrap;
    margin: 10px 5px;
    gap: 0;
  }
  .nav_goodvalue ul li {
    width: 47%;
    margin: 0 auto 10px;
  }
  .nav_goodvalue ul li.sp_txsmall {
    letter-spacing: -0.15rem;
  }
	/* ttl */
	.feature .section h2 {
		font-size: 5vw;
		max-width: 100%;
		text-align: center;
		padding: 0 8%;
	}
	.feature .section h2:before, .feature .section h2:after {
		border-width: 33px 3px 0 3px;
		bottom: -10px;
	}
	.feature .section h2:before {left: 2%;}
	.feature .section h2:after {right: 2%;}
	
	.feature .section h3 {
		font-size: 4vw;
		padding: 3% 2% 2.5% 6%;
		line-height: 1.4;
	}
	.feature .section h3::before {
    	font-size: 4vw;
    	top: 0.7em;
	}
	/* リード文 */
	.txt_lead {
		width: 94%;
		margin: auto;
	}
	/* 1カラム */
	.box_clm01 .clm01_side_img {
		width: 100%;
	}
	.box_clm01 .listitem5 .clm01_side_tag {
		width: 100%;
		margin-top: 0;
	}
	.box_clm01 .clm01_side_ttl, .box_clm01 .clm01_side_price {
		font-size: 2rem;
	}
	.box_clm01 hr {
		margin: -10px 0 10px;
	}
	.box_clm01 hr + p {
		line-height: 1.5;
    	margin-bottom: 3%;
	}
	/* btn */
	.btn_clm02 li {
		width: 100%;
	}
	.btn01_rt {
		width: 92%;
	}
	.btn01_rt a {
		padding: 2.5% 8% 2.5% 2.5%;
		font-size: 4.4vw;
	}
	.btn01_rt::after, .btn01_btm::after, .btn01_rt a::after {right: 3.5%;}
	
	.btn01_rt.btn_clm03 {
		width: 92%;
	}
	/* list */
	.list.clm_osusume_area {
	margin-top:-1%;
	}
	/*---期間限定プラン--------------------*/
	.sp_br {display: block;}
	.box_right {margin: 0 3%;}
	.map_point {margin-top: 0;}
	
	.map_point>.area_name>span {
		margin-top: -2px;
		margin-left: -25px;
		width: 20px;
		height: 20px;
	}
	.map_point>.area_name>span::after {
		left: 4px;
		top: 4px;
		width: 10px;
		height: 10px;
	}
	.map_point>.area_name {padding: 9px 0 0 25px;}
	.map_point>.area_title {font-size: 2.3rem;}
	
	.happy_point {margin-bottom: 12px;}
	
	/* youtube */
	.wrap_iframe {
		width: 100%;
		height: 0;
		padding-top: 56%;
		position: relative;
	}
	.wrap_iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/*---上部キャッチ--------------------*/
.catch{
    font-size: 1.4rem;
    text-align: left;
    margin: 10px;
}

}

/*------------------------------------------------
　　追記
------------------------------------------------*/
.cmn_contents .clm_osusume_area>h4::after {
	background: #14948a;
}
.list.clm_osusume_area .list_bg > li {
	padding: 0;
	margin-bottom: .3%;
}
.list.clm_osusume_area .list_bg > li::before {
	left: auto;
	right: 10px;
	border-color: #14948a;
}
.list.clm_osusume_area .list_bg > li > dl > dt > a {
	color: #5e0d0c;
	display: block;
	padding: 10px 25px 10px 10px;
	background: #b8e5e1;
	font-weight: bold;
}
.list.clm_osusume_area .list_bg > li > dl > dt > a:hover {opacity: .8;}

.tyo_otherarea_banner .textitem {
	position: relative;
	padding-left: 1.2em;
}
.tyo_otherarea_banner .textitem::before,
.tyo_otherarea_banner .textitem::after {
	position: absolute;
	content: "";
}
.tyo_otherarea_banner .textitem::before {
	width: 1em;
	height: 1em;
	background: #14948a;
	top: .2em;
	left: 0;
	border-radius: 50%;
}
.tyo_otherarea_banner .textitem::after {
	width: .4em;
	height: .4em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: .5em;
	left: .25em;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.list.clm_osusume_area .list_bg {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.list.clm_osusume_area .list_bg > li {
		border-bottom: none;
		width: 49.7%;
		margin-bottom: .6%;
	}
}
/*------------------------------------------------
　　追記：イズトク
------------------------------------------------*/
.txt_lead_cl {text-align: center;}

.box_bd_red {
	border: 2px solid #fa2323;
	margin: 25px 10px 10px;
	border-radius: 8px;
	position: relative;
}
.inner_bd_red {
	padding: 15px 25px;
	display: inline-block;
}
.txt_info {
	padding: 0 5px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: -0.8em;
	left: 20px;
	font-weight: bold;
}
.inner_bd_red .txt_att {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	display: inline;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	color: #1a3c6b;
}
.txt_marker_y {
	background: #fcf172;
	margin: 0 2px;
	padding: 1px 0;
}
.txt_red {color: #fa2323;}
.txt_note {font-size: 1.2rem;}
sub.txt_small {font-size: 65%;}
.list_note {margin: 0 12px;}

@media screen and (max-width: 767px) {
	.txt_lead_cl {
		text-align: left;
		margin: 0 3%;
	}
	.box_bd_red {margin: 7% 3% 3%;}
	.inner_bd_red {padding: 4% 5%;}
}

/*------------------------------------------------
　　追記：SPレート
------------------------------------------------*/
/* SPレート */
.wrap_i_on_t {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px auto 20px;
}
.wrap_i_on_t .box_i_on_t {
	width: 32%;
	background: #fff;
	filter: drop-shadow(1px 1px 4px #ddd);
	margin-right: 2%;
}
.wrap_i_on_t .box_i_on_t:nth-of-type(3n) {
	margin-right: 0;
}
.wrap_i_on_t .box_i_on_t:nth-of-type(n+4) {
	margin-top: 25px;
}
.wrap_i_on_t .box_i_on_t:first-child:nth-last-child(2) {margin-left: auto;}
.wrap_i_on_t .box_i_on_t:first-child:nth-last-child(2) ~ .box_i_on_t:nth-of-type(2) {margin-right: auto;}

.wrap_i_on_t .box_i_on_t .inner_i_on_t {
	position: relative;
	height: 150px;
	overflow: hidden;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t img[src*="01"],
.wrap_i_on_t .box_i_on_t .inner_i_on_t img[src*="03"] {
	top: 100%;
	transform: translate(-50%, -100%);
}
/* リンクエリア拡大 */
.wrap_i_on_t .box_i_on_t a {
	height: 100%;
	display: block;
}
.wrap_i_on_t .box_i_on_t a:hover {
	opacity: .8;
}
.wrap_i_on_t .box_i_on_t a .inner_i_on_t {
	color: #fff;
}
.wrap_i_on_t .box_i_on_t a .wrap_note {
	color: #222;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t {
	position: relative;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(41, 41, 41, 0.5) 40%);
	background: linear-gradient(to bottom, transparent 0%, rgba(41, 41, 41, 0.5) 40%);
	z-index: 1;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t .wrap_tx {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px;
	margin: auto;
	text-align: center;
	z-index: 10;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t .wrap_tx .tx_area {
	font-size: 1.8rem;
	font-weight: bold;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t .wrap_tx .tx_area > .tx_small {
	font-size: 1.2rem;
	margin-left: 3px;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t .wrap_tx .tx_train {
	font-size: 1.1rem;
	text-align: left;
	display: inline-block;
	line-height: 1.6;
}
.wrap_i_on_t .box_i_on_t .inner_i_on_t .wrap_tx .tx_price {
	color: #ffeb40;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 auto 5px;
}
.wrap_i_on_t .box_i_on_t .wrap_note {
	padding: 4px 8px 6px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.wrap_i_on_t .box_i_on_t .wrap_note > .tx_note {
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
	.wrap_i_on_t {
		margin: 3% auto 6%;
		padding: 0 3%;
	}
	.wrap_i_on_t .box_i_on_t {
		width: 100%;
		border: none;
		margin: 0;
	}
	.wrap_i_on_t .box_i_on_t .inner_i_on_t {
		height: 14rem;
	}
	.wrap_i_on_t .box_i_on_t + li,
	.wrap_i_on_t .box_i_on_t:nth-of-type(n+4) {margin-top: 5%;}
}


/* 商品コンポーネント */
.base_prod.bgc li {background-color: #fff;}


/* 新規コーナー（Autumn & Winter Special） */
.flex_logo {align-items: center;}

/* 新規コーナー（商品コンポーネント） */
.swiper-wrapper {
	padding: 0 8px 10px 0;
}
.base_prod .hotel.wrap_cp01 {transform: translate3d(0, 0, 0) !important;}
.base_prod .hotel.wrap_cp01 li {
	padding: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	transition: .3s;
}
.base_prod .hotel.wrap_cp01 li:hover {
	filter: drop-shadow(2px 3px 4px #ddd);
}
.base_prod .hotel.wrap_cp01 li > a:hover,
.base_prod .hotel.wrap_cp01 li > a img:hover {
	opacity: 1;
}
.base_prod .hotel.wrap_cp01 li > a .details_box {
	padding: 0 10px;
}
.base_prod .hotel.wrap_cp01 li > a .details_box > .area {
	position: absolute;
	width: 100%;
	bottom: 100%;
	left: 0;
	margin-bottom: -62%;
	background: linear-gradient(transparent 0%, rgba(41, 41, 41, 0.6) 40%);
	padding: 1em 10px .5em;
}
.base_prod .hotel.wrap_cp01 li .outside_txt {
	margin: 10px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}

@media screen and (max-width: 767px) {
	.base_prod .hotel.wrap_cp01 {padding: 0;}
	.base_prod .hotel.wrap_cp01 li {width: 90% !important;}
}


