@charset "utf-8";
/* CSS Document */

:root {
  --gy: #ccc;
  --bk: #333;
  --dor: #e86d00;
  --or_h: #fff2de;
  --pk: #ef8495;
  --pk_h: #f5c0c9;
  --dpk: #dd414d;
  --dgn: #00813b;
  --rgn: #00bd56;
  --rgn_h:#e2f1df;
  --bl: #268ce2;
  --bl_h: #e6f3ff;
  --rbl: #8ad0ff;
  --ye: #ec9200;
  --grbl: #47c4c9;
  --grbl2: #3bacc9;
}
#spot_l{
  padding-top: 60px;
  margin-top: -60px;
}
#stay_l, #calender_l, #rechotel_l{
  padding-top: 50px;
  margin-top: -50px;
}
#search_l{
  padding-top: 90px;
  margin-top: -90px;
}
.bld{font-weight: bold;}
.br-sp {display: none;}


/*----- ナビゲーション -----*/
.navigation {
	text-align: center;
	margin-top: -10px;
}
.nav_list {
  display: flex;
  justify-content: space-evenly;
}
.nav_item {
  width: calc((100% - (30px * 4)) / 4);
  display: flex;
  flex-direction: column;
}
a.nav_link {
  display: block;
  padding: 54px 10px 4px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  flex: 1 auto;
  align-content: center;
  line-height: 1.3;
  color: var(--bk);
	font-family: sans-serif;
}
a.nav_link:hover {
  text-decoration: none;
 /* transition: .3s;*/
}
a.nav_link::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: var(--rgn);
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: center top;
  /*transition: transform 0.3s;*/
}

a.nav_link:hover:after {
  transform: scale(1, 1);
}
a.nav_link[href*="spot"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_02.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="spot"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_02_on.png) no-repeat 50% -2%;
  background-size: 56px;
}

a.nav_link[href*="stay"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_03.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="stay"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_03_on.png) no-repeat 50% -2%;
  background-size: 56px;
}

a.nav_link[href*="calender"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_01.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="calender"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_01_on.png) no-repeat 50% -2%;
  background-size: 56px;
}

a.nav_link[href*="hotel"] {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_04.png) no-repeat 50% -2%;
  background-size: 56px;
}
a.nav_link[href*="hotel"]:hover {
  background: url(/content/dam/jretravel/site/page/seasonal/spring/images/ic_gw2026_04_on.png) no-repeat 50% -2%;
  background-size: 56px;
}




/* ------------見出しh2----------------*/
.sec_ttl_spot,.sec_ttl_stay,.sec_ttl_calender,.sec_ttl_hotel,.sec_ttl{
	font-weight: bold;
	font-size: 3.8rem;
	margin: 0em 1em 0em 1em;
	text-align: center;
	font-family: sans-serif;
	position: relative;
  padding: 1.5rem;
}
.sec_ttl_spot:after,.sec_ttl_stay:after,.sec_ttl_calender:after,.sec_ttl_hotel:after{
  position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 8px;
    content: '';
    border-radius: 10px;
}
.sec_ttl_spot:after{background: var(--rgn);}
.sec_ttl_stay:after{background: var(--ye);}
.sec_ttl_calender:after{background: var(--pk);}
.sec_ttl_hotel:after{background: var(--bl);}

.sec_ttl_s{font-size: 1.9rem;}

/* ------------見出しh3----------------*/
.t_c_box{text-align: center; margin: 2em 1em 1em 1em;}
.sec_ttl3{
	color: var(--bl);
	font-family: sans-serif;
	position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.sec_ttl3:before,
.sec_ttl3:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 1px var(--bl);
  border-bottom: solid 1px var(--bl);
}
.sec_ttl3:before {left: 0;}
.sec_ttl3:after {right: 0;}

/*----- エリアから選ぶ　おすすめスポット（タブ切り替え★） -----*/
.area .spring_title .feature .section h2::after {
    background-color: var(--rgn);
}
.tab_menu {
  display: flex;
  justify-content: space-between;
  color: var(--bk);
  background-color: #fff;
  border-bottom: solid 3px var(--rgn);
}
.tab_btn {
  width: calc(100% / 8);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  /*transition: all .3s;*/
}
.tab_btn h3 {
  font-size: 1.6rem;
  padding: 10px 0 8px;
  line-height: 1.7;
}
.tab_btn:hover {
  background-color: var(--rgn_h);
}
.tab_btn:first-child {
  margin-left: 0;
}
.tab_btn:last-child {
  margin-right: 0;
}
.tab_btn.active {
  background-color: var(--rgn);
  color: #fff;
}
.tab_area {
  margin-top: 20px;
}
.box_lead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: var(--nv);
}
.txt_inner li {
  margin-top: 10px;
}
.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}

/* 行き先から探す */
.area_img .swichi_thumb {
  display: none;
}
.area_img .swichi_mv {
  position: relative;
}
.area_img .swichi_mv:not([title=""])::after {
  content: none;
}
.area_img .swichi_mv:not([title=""])::before {
  content: attr(title);
  display: block;
  color: #fff;
  position: absolute;
  background: var(--rgn);
  width: auto;
	height: auto;
  opacity: 1;
  padding: 2px 10px;
  /*z-index: 3;*/
  top: 0;
}


.box_content {
  border: solid 1px var(--bk);
  padding: 10px;
  background-color: #fff;
}
.box_content .base_prod .hotel li {
  padding: 10px 0;
}
.box_content .area_box {
  margin: 10px 0 0px;
  font-weight: bold;
}
.box_content .inner_text {
  padding: 10px 2px;
}
.box_content .inner_text .bg_color {
  background-color: var(--rgn);
  padding: 4px 6px;
  margin-right: 6px;
  color: #fff;
}
.box_content .area_box>h4.title_name {
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: solid 1px var(--bk);
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0 0 6px 0;
}
.box_content .area_name {
  position: relative;
  padding-bottom: 4px;
  color: var(--bk);
  font-size: 1.3rem;
  display: block;
}

.box_content .feature .section.osusume_tl {
  margin: 0 auto;
  border-bottom: solid 1px var(--bk);
  font-weight: bold;
  text-align: left;
}
.box_content .base_prod .hotel li>a .details_box>.area {
  background-color: var(--rgn);
}
.box_content .other_btn {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0px 0 0px;
}
.box_content .other_btn>a {
  display: block;
  position: relative;
  background: var(--rgn);
	border-radius: 8px;
  padding:12px 0;
  color: #fff;
}
.box_content .other_btn>a:hover {
  opacity: .7;
}
.box_content .other_btn>a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 3%);
  right: 3%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
/* 商品ボックスの高さ揃え(消したらダメここから)*/
.wrap_slide .swiper .swiper-slide {
  height: auto;
}
.wrap_slide .swiper .swiper-slide .box_content,
.clm_3 .box_content {
  height: 100%;
}
.wrap_slide .swiper {
		overflow: hidden;
	}
/* (消したらダメここまで)*/

/*伊豆のバナー横並び用*/
.bnr_2clm{display: flex; justify-content: center;}
.bnr_2clm div{padding: 0 10px;}
.bnr_2clm a{color:#222;}
.bnr_2clm p{margin-top: .5rem;}

/*----------------過ごし方-------------------*/
.stay_box a {
	background-color: var(--or_h)!important;
}
.stay_box .titleitem {
    color: var(--dor);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.0rem;
}
.keyword_box{margin: 0rem 0 1.5rem!important;}
.keyword_box h4{
	font-size: 2.0rem;
	margin: 1rem 0 0 0.8rem!important;
}
.keyword_box h4::after {
    /*background-color: var(--dor)!important;*/
	display: none!important;
}
.keyword_box ul>li {
    background-color: var(--or_h)!important;
    border-radius: 5px;
    margin: 5px 0 5px 5px;
    display: inline-flex;
}
.keyword_box ul>li a {
	color: var(--dor);
}
.keyword_box ul>li:hover {	background-color: var(--dor)!important;}
.keyword_box ul>li a:hover { color: #fff;}



/*----------------おすすめの宿-------------------*/
.yado_spot{padding: 3px 5px; background: var(--bl_h);}
.yado_spot>.kanko{font-weight: bold; color: var(--bl);}

/*----------------その他のボタン（行先から探す以外）-------------------*/
.t_c{text-align: center; margin: 0 auto;}
.t_c .other_btn2 {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0px 0 0px;
}
.t_c .other_btn2>a {
  display: block;
  position: relative;
  background: var(--rgn);
	border-radius: 8px;
  padding:12px 0;
  color: #fff;
}
.t_c .other_btn2>a:hover {
  opacity: .7;
}
.t_c .other_btn2>a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: calc(50% - 3%);
  right: 3%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}




/*----------------カレンダータブ切り替え----------------------*/

/* カレンダー */
.center {
  text-align: center;
  font-weight: bold;
}
/* タブ */
.tabs, .sub_tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.tab, .sub_tab {
  cursor: pointer;
  user-select: none;
  text-align: center;
}
/* 地方のタブ */
.tabs {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.tab {
  flex: 1;
  padding: 5px 0;
  color: #222;
  border-radius: 10px 10px 0 0;
  /*transition: .2s;*/
}
.tab.active,.tab.active:hover {
  background: var(--pk);
  color: #fff;
}
.tab:hover {
  background: var(--pk_h);
  /*color: #fff;*/
}
.tab .day{
	display: block;
	margin-bottom: -5px;
	font-size: 2.0rem;
}
.tab .week{
	border-radius: 100px;
    background-color: #baaea5;
    display: inline-block;
    padding: 1px 6px 0px 6px;
    font-size: 1.2rem;
    height: 23px;
	color: #fff;
	font-weight: normal;
}
.tab .week_red{
	border-radius: 100px;
    background-color: var(--dpk);
    display: inline-block;
    padding: 1px 6px 0px 6px;
    font-size: 1.2rem;
    height: 23px;
	color: #fff;
	font-weight: normal;
}
.tab .week_blue{
	border-radius: 100px;
    background-color: var(--rbl);
    display: inline-block;
    padding: 1px 6px 0px 6px;
    font-size: 1.2rem;
    height: 23px;
	color: #fff;
	font-weight: normal;
}
.tab .dayname{font-size: 1.2rem;}



/* コンテンツ表示領域 */
.tab_content_wrapper {
  border: 2px solid var(--pk);
}
.tab_content_wrapper, .sub_tab_content_wrapper {
  position: relative;
  background: #fff;
  padding: 20px 10px;
}
.sub_tab_content_wrapper {
  padding: 20px 0 0;
}
.tab_content, .sub_tab_content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  /*transition: opacity 0.2s ease;*/
  pointer-events: none;
  visibility: hidden;
}
.tab_content.active, .sub_tab_content.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: static;
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.tab_content .cal_txt{margin: 0 1em 2px 1em; font-size: 1.6rem; font-weight: bold;}
.tab_content .cal_area{display: flex; justify-content: center;}
.tab_content .cal_area li{
	border-radius: 5px;
    margin: 0 10px 0 0;
    font-size: 1.5rem;
    padding: 5px 2px;
	background-color: var(--pk);
	 /*transition-property: opacity;*/
}
.tab_content .cal_area li a{
	position: relative;
	padding: 10px 20px 10px 10px;
    font-size: 1.7rem;
    font-weight: bold;
	color: #fff;
}
.tab_content .cal_area .cap{font-size: 90%;}
.tab_content .cal_area li:hover{opacity: 0.7;}

.tab_content .cal_area li a::after{
	    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: calc(50% - 3%);
    right: 3%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

/*検索パネルの上*/
.other_area_read{
	position: relative;
	text-align: center;
    display: inline-block;
}
.other_area_read a{
	padding: 10px 100px;
    border-radius: 100px;
    font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background-color: var(--grbl2);
}
.other_area_read a:hover{background-color: var(--grbl);}
.other_area_read a::after{
	position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: calc(50% - 15%);
    right: 7%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
}
/*======================記事======================*/
.btn_no .bnr_box .clm_list_txtarea {display: none;}

/*======================Q&A======================*/
.qa .spring_title .feature .section h2::after {
  background-color: var(--gn);
}
.qa .spring2024_QA_title h2 {
  font-size: 2.4rem!important;
  letter-spacing: 0.15em;
}
.qa .wrap_acco.QandA {
  width: 94%;
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid var(--bk);
}
.qa .wrap_acco.QandA .acco_btn {
  padding: 10px 35px 10px 48px;
  font-size: 1.6rem;
  cursor: pointer;
}
.qa .wrap_acco.QandA .acco_content {
  padding: 10px 35px 10px 48px;
  margin-top: -5px;
}
.qa .wrap_acco.QandA .acco_btn,
.qa .wrap_acco.QandA .acco_content {
  position: relative;
}
.qa .wrap_acco.QandA .acco_btn > .inner_btn::before,
.qa .wrap_acco.QandA .acco_content::before {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 10px;
  margin-top: -14px;
  font-size: 1.4rem;
  text-align: center;
}
.qa .wrap_acco.QandA .acco_btn > .inner_btn::before {
  content: "Q";
  background: var(--rgn);
  color: #fff;
  border-radius: 20%;
}
.qa .wrap_acco.QandA .acco_content::before {
  content: "A";
  background: var(--ye);
  color: #fff;
  font-weight: bold;
  border-radius: 20%;
}
.qa .wrap_acco .acco_content {display: none;}
.qa .wrap_acco .acco_btn.open + .acco_content {display: block;}
.qa .wrap_acco .acco_btn {position: relative;}

.qa .wrap_acco .acco_btn::before,
.qa .wrap_acco .acco_btn::after {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 2px solid var(--bk);
  top: 50%;
  right: 10px;
  margin-top: -1px;
  /*transition: .3s;*/
}
.qa .wrap_acco .acco_btn::after {transform: rotate(90deg);}
.qa .wrap_acco .acco_btn.open::after {transform: rotate(0deg);}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\スマホ///////////////////////////////*/
@media screen and (max-width: 568px) {

.br-sp {display: block;}	
	/*ナビゲーション*/
.nav_item {width: calc((100% - (0px * 4)) / 4);}
	
a.nav_link {font-size: 1.4rem;}
	
	/*----- エリアから選ぶ　おすすめスポット（タブ切り替え★） -----*/
.tab_menu {
	display: flex;
	flex-wrap: wrap;
	border-bottom: none;
}
.tab_btn {
	width: 25%!important;
	border-radius: 10px;
}
.tab_btn h3 {
	font-size: 1.4rem;
	padding: 10px 0;
	line-height: 1.7;
}
.tab_area {
	margin: 0 10px;
}
.swichi_box {width: 100%;}

/*伊豆のバナー横並び用*/
.bnr_2clm{display: flex; flex-direction: column;}
.bnr_2clm div{padding: 0.5em 10px;}
	.bnr_2clm div a{font-size: 1.2rem;}
	
/* カレンダー */
.tabs {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}
.tab {
	width: 15%!important;
	border-radius: 10px;
	flex: 0 0 auto;
	padding: 3px;
}
.tab .dayname{font-size: 1.0rem;}
.tab .day{font-size: 1.7rem;}	
	/*県のボタン*/
.tab_content .cal_area{display: flex; flex-wrap: wrap;}
.tab_content .cal_area li{
	white-space: nowrap;
	margin: 5px;
}
.tab_content .cal_area li a{
	position: relative;
	padding: 10px 20px 10px 10px;
    font-size: 1.4rem;
    font-weight: bold;
	color: #fff;
}	
.tab_content_wrapper {
  border: 2px solid var(--pk);
	padding: 5px;
	margin: 10px 10px 20px 10px;
}	
	/* ------------見出しh2----------------*/
.sec_ttl_spot,.sec_ttl_stay,.sec_ttl_calender,.sec_ttl_hotel,.sec_ttl{
	font-size: 2.8rem;
    margin: 2em 10px 0em 10px;
	padding-bottom: 10px;
}
	/*検索パネルの上*/
.other_area_read a{
	padding: 10px 50px;
    font-size: 1.6rem;
}
	/*キーワード*/
.keyword_box{margin: 0rem 0 1.5rem;}
.keyword_box h4{
	font-size: 2.0rem;
	margin: 4rem 0 0 0.8rem!important;
}

.keyword_box ul>li {
    background-color: var(--or_h)!important;
}
.keyword_box ul>li a {
	color: var(--dor)!important;
}

/*----------------その他のボタン（行先から探す以外）-------------------*/
.t_c .other_btn2 {
  margin: 10px 10%;
}

	
}
