@charset "utf-8";

/*検索パネル対応0328　が入っているものは検索パネル追加による
臨時対応のため、コンポネ化したら削除（20220328）*/
.pc_hide{display: none;}
.sp_hide{display: block;}


.font_09em {font-size: 0.9em;}
.font_11em {font-size: 1.1em;}
.font_12em {font-size: 1.2em;}
.font_13em {font-size: 1.3em;}
.bld{font-weight: bold;}


/* ------------------bases------------------ */
.sec_box{padding: 40px 0 10px 0;}
.area_color {background: #f6f3eb;}
.cmp-text  {text-align: center; padding-left: 0.5em;}
.top_txt {
	line-height: 1.7;
}
.mark {background: linear-gradient(transparent 50%, #f5ff13a3 30%);}
.mv .cmp-text {text-align:left;margin-top:0.5%;}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn .cmp-text {text-align:left;}
.feature .section h1 {color: #9f632f;font-size: 1.5rem;}
.base_prod {margin-bottom: 0!important;}
.bg_white>li {background: #fff;}

.e_navi{
    margin: 0px auto 10px auto;
}
/* ------------------ボタンコンポネ制御------------------*/
/*クイック検索*/
.qc_btn{padding: 1px!important;}
.qc_btn a:hover{background-color:#d7f1f2!important;}
.qc_btn_box{padding: 0 50px;}
.qc_btn .arrow-right {
    border-top: 2px solid #46a1ff!important;
    border-right: 2px solid #46a1ff!important;
}
.qc_btn>a {
    border: solid 1px #919191!important;
	border-radius: 0px!important;
	padding: 5px 10px 5px 5px!important;
}
.qc_btn .btn_ttl{
	font-size: 1.4rem!important;
}
.to_tyo{
	text-align: center;
    margin: 2rem 5px 2rem 5px;
    padding: 20px 10px;
    background-color: #f2f2f2;
	border-radius: 0.5rem;
}

.to_tyo_ttl{
	font-weight: bold;
    font-size: 1.8rem;
	color: #265080;
	margin: 10px 0;
}


.to_tyo_btn li{
	font-size: 110%;
	position: relative;
	border: solid 1px #ccc;
    margin: 4px 2px 2px 2px;
	display: inline-block;
	background-color: #fff;

}
.to_tyo_btn li a{
	padding: 10px 25px 10px 12px;
	display: block;
	font-weight: bold;
}
.to_tyo_btn li:hover{
	background-color: #c6e1ff;
}
.to_tyo_btn li::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #46a1ff;
    border-right: solid 2px #46a1ff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    margin-top: -4px;
}

/*各施設の青ボタン*/
.fac_btn{padding: 0 15px;}
.fac_btn .btn_ttl{font-size: 1.4rem!important; font-weight: normal!important;}
.fac_btn .btn_price{
	color: #fff!important;
	font-size: 1.6rem!important;
	font-weight: normal!important;
}
.fac_btn .arrow-right {
    border-top: 2px solid #fff!important;
    border-right: 2px solid #fff!important;
}



/* ------------------btn 各施設------------------*/
.spot_box .btn {
	display:block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.spot_box .btn.gyo1 a {padding:3% 0;}
.spot_box .btn span {font-size: 0.75em;color: #fff;}
.spot_box .btn a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 100%;
	margin: 0 auto;
	padding:6px 10px 10px;
	border-radius: 0.2em;
	background: #46a1ff;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
}
.spot_box .btn a:after {
	position: absolute;
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	top: 51%;
	right: 1.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translate(-35%,-40%);
	transform: rotate(45deg) translate(-35%,-40%);
}
.btn a:hover {background: #1173d9;}


@media screen and (max-width: 767px) {
	.to_tyo{
    margin: 1rem 5px 5px 5px;
    padding: 10px 5px;
	}
	.qc_btn .btn_ttl{font-size: 1.6rem!important;}
	.qc_btn_box .btn_box{margin: 1px!important;}
	.fac_btn{padding: 0 3px; text-align: left!important;}
	.qc_btn_box{padding: 0px;}
	.qc_btn .arrow-right {
		width: 7px!important;
    	height: 7px!important;
	}
	.fac_btn .btn_ttl{
		font-size: 1.4rem!important;
		text-align: left!important;
		padding: 5px 5px 2px 5px !important;
		margin: 0px!important;
		font-weight: bold;
	}
	.fac_btn .btn_price{
		font-size: 1.2rem !important;
        text-align: left !important;
        padding: 0 5px 5px 5px !important;
	}
}




/* ------------------btn 検索に飛ばす------------------*/
.panel_box {
	width: 100%;
}
.panel_btn {
	display:block;
	width: 50%;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin: 0 auto;
}
.panel_box .panel_btn span {font-size: 0.75em;color: #fff;}
.panel_box .panel_btn a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	height: 100%;
	margin: 0 auto;
	padding:6px 10px 10px;
	border-radius: 0.2em;
	background: #666;
	color: #fff;
	font-weight: normal;
	line-height: 1.4;
}
.panel_box .panel_btn a:after {
	position: absolute;
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	top: 51%;
	right: 1.5rem;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg) translate(-35%,-40%);
	transform: rotate(45deg) translate(-35%,-40%);
}
.panel_btn a:hover {background: #323232;}


.btn:focus,.btn:active:focus,.btn.active:focus,.btn:active { outline: 0; box-shadow:0 0 0 #fff;}
.box_clm1 .btn {padding: 0;}
.box_clm1 .btn a {
	width: 90%;
	margin: 0 auto;
	padding: 3%;
}
/* ------------------ttl------------------*/
/*h2(見出し）*/
.sec_h2 {
 	border-bottom: solid 3px #46a1ff;
    position: relative;
    font-size: 3.0em;
    text-align: center;
    padding: 0 0 5px 0;
    color: #666666;
    line-height: 90%;
	font-weight: normal;
}

.sec_h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
.sec_h2_s{
	margin: 10px;
	font-size: 1.8rem;
}

.w_l{margin: 10px 20% 2rem 20%;}
.w_s{margin: 10px 30% 0 30%;}




.feature .section h4 {
	/*margin: 6% 0 1.5%;*/
	margin: 3% 0 1.5%;/*検索パネル対応0328*/
	padding: 5px;
	border: none;
	background: #e7e7e7;
    color: #222;
	font-size: 1.5rem;
}
.feature .section h5 {
	font-size: 2rem;
	border-left: 10px double #f6b522;
	line-height: 1.5;
}
.top .section h3 {
	margin: 2% auto 0.5%;
	background: none;
	font-weight: bold;
	font-size: 2.4rem;
}
/* ------------------施設・商品情報------------------ */
.spot_box {
	/*padding: 2% 3% 3% 3%;*//*検索パネル対応0328*/
	/*padding: 2.5% 3% 2%;*/
	padding: 0px 0px 20px 0px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0.5em;
	margin: 0 5px 20px 5px;
}
.spot_box .spot_photo img {
	border-radius: 0.5em 0.5em 0 0;
}
.nb_listitem {
	padding: 5px 10px 0 10px;
}


.spot_box.clm2_left,
.spot_box.clm2_center {margin-right:2%}
.clm2_right.event_clm2 {padding-left:0;}
.cmn_contents.clm2_right.box_clm1 {margin: -1.7% 0 0 1rem;}
.sizeS .nb_listitem .codeitem_ttl {font-size: 1.9rem;}
.box_clm1 .nb_listitem .codeitem_ttl {font-size: 2.6rem;line-height: 1.6;}
.nb_listitem .codeitem_area.img_area {
	position: absolute;
	display: block;
	padding: .3em .4em;
	top: -2.45em;
	background: #38bac9cc;
}
.nb_listitem li {
	position: relative;
	display: inline;
	margin: 0;
	padding:5px 0;
}
.nb_listitem .flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.nb_listitem .flex .codeitem_area.img_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nb_listitem .codeitem_ttl {
	margin-bottom:2.4rem;
	font-size: 2.1rem;
	margin-top: 1rem;/*検索パネル対応0328*/
}
.nb_listitem .codeitem_ttl span {font-size: 1.5rem;}
.nb_listitem .codeitem_ttl .slash {
	margin: 0 0.5rem;
	font-size: 1em;
	font-weight:normal;
}
.slider_fourcols .slick-prev:hover {left:-22px;transition: all 0.2s ease;}
.slick-next.slick-arrow:hover {right: -22px;transition: all 0.2s ease;}
.access {
	position: absolute;
	top: -1em;
	color:#46a1ff;
	background: #fff;
	font-size: 1.1em;
}
.sightseeing dl {
	position: relative;
	margin: 5px 10px;
	padding: 10px;
	border: 1px solid #46a1ff;
	border-radius:0;
	background: none;
	font-size: 0.95em;
	margin-bottom: 20px;/*検索パネル対応0328*/
	line-height: 1.7;/*検索パネル対応0328*/
}
.clm_osusume_s_plan_area {
	margin-bottom: 2%;
	background: #46a1ff;
	font-size: 0.9em;
}
.slick-slider .codeitem_area {
	position: absolute;
	top: 11.8em;
	background: #46a1ff;
}
.recommend .clm_osusume_s_plan_course {display: none;}
.clm_osusume_s_plan_ttl {font-size: 1.8rem;	}
.clm_osusume_s_product .listitem4 li {
	margin-bottom: 0;
	padding: 5px 2px 10px;
	border:none;
}
.nb_listitem .codeitem_area {margin-top: 2%;}
.codeitem .listitem li {min-height: 31em;background: #fff;}
.productbyhotel {padding-left: 0;}
.codeitem .codeitem_img img,
.listitem .codeitem_img img {object-fit:cover;}
.slick-slide .codeitem .codeitem_img img {width:100%;height: 162px;}
/* area.cssから引越し */
.clm_osusume_s_img {width: 45%;margin-bottom: 0;}
.clm_2box, .clm_2box > .contents > div, .clm_2box > .contents > div > .article_photo li {width: 100% !important;}
.vtabi_article_box {
	margin-bottom: 8rem;
	padding: 1rem 1.5rem;
	border: 1px solid #aaa;
	border-radius: 0.4em;
	background: #fff;
}
.vtabi_box > .contents > div > .article_photo li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.vtabi_box {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding: .2%;
	position: relative;
}
.vtabi_box > .contents {width: auto;margin: 10px;}
.vtabi_box > .contents > div {
	display: inline-block;
	width: 41.5%;
	padding: 0 .5%;
	vertical-align: top;
}
.vtabi_box > .contents > div:first-child {
	display: inline-block;
	width: 58%;
	padding: 0;
	vertical-align: top;
}
.vtabi_box > .contents > div > .article_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: start;
	align-content: start;
	margin: 0;
	padding: 0;
}
.vtabi_box > .contents > div > .article_photo li {
	list-style: none;
	display: inline-block;
	width: 50%;
	padding: 1%;
}
.vtabi_box > .contents img + p {
	margin-top:2%;
	font-size:1.1rem;
	color:#9d9d9d;
}
.vtabi_box > .contents div p {padding: 0;}
.vtabi_box > .contents > div > p .logo {
	display: inline-block;
	vertical-align: middle;
	padding: 2% 0;
}
.vtabi_box > .contents > div > p .logo img {width: 80px;vertical-align: bottom;}

/*商品内の記事テキストリンク*/
.article_link{
	font-size: 90%;
}
/* ------------------vtabi_box btn------------------ */
.vtabi_box h5 {
	margin: 10px 0;/*検索パネル対応0328*/
    line-height: 1.6;
    font-size: 1.6rem;/*検索パネル対応0328*/
    font-weight: bold;/*検索パネル対応0328*/
}
.vtabi_box .btn.kizibtn {
	display: block;
	position: relative;
	text-transform: uppercase;
	width: 28%;
	margin-top:2%;
	border-radius: 0.3em;
}
.btn.kizibtn,.btn.kizibtn::after {transition: all 0.3s;}
.btn.kizibtn::before,
.btn.kizibtn::after {
	position: absolute;
	content: '';
	background: #38bacd;
	z-index: 0;
	border-radius: 0.3em;
}
.kizibtn::after {
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
}
.kizibtn:hover:after {width: 100%;}
.vtabi_box .kizibtn a {
	text-align: left;
	margin: 0;
	padding-top: 12px;
	padding-left: 20%;
	background: none;
	color:#38bac9;
	font-size: 0.9em;
	line-height:2;
	font-weight: bold;
}
.vtabi_box .kizibtn a:after {
	border-color:#38bac9;
	left:0;
	top:50%;
}
.vtabi_box .kizibtn:hover a {
	margin-left:5%;
	background:none;
	color:#ffffff;
	z-index:1;
}
.vtabi_box .kizibtn:hover a:after {border-color:#fff;}
/* end-vtabi_box btn */
.swichi_mv:not([title=""]):after {background: #9f632f;}
.bnr_area {
	margin-top: 2rem;
	padding: 3% 0 2%;
	border-top: 1px dashed #f6b522;
	border-bottom: 1px dashed #f6b522;
}
.bnr_area .imageitem {width: 460px;margin: 0 auto;}
.bnr_area .txt_center {text-align: center;line-height: 2;}
.bnr_area .txt_center .textitem {color: #06c;text-decoration:underline;}
.bnr_area .txt_center .textitem:hover {text-decoration:none;}
.bnr_area.noborder {
	margin: -2% 0 5%;
	padding: 0;
	border: none;
}

a img:hover {opacity: 0.8;}
.feature .section h2 img:hover {opacity: 1;}


/* ------------------スマホ------------------ */
@media screen and (max-width: 767px) {
	.pc_hide{display: block;}
	.sp_hide{display: none;}
	.cmp-text  {text-align: left;}
	.top_txt {margin: 0 2%; line-height: 1.7;/*検索パネル対応0328*/}
	.mv .cmp-text {margin-bottom: -4%;margin-top: 2%;}
	.naviArea .e_navi {margin-bottom:-4%;}
	.naviArea .e_navi li {border-top: 1px solid #fff;}
	.naviArea .e_navi li span:after  {content:none;}
	.naviArea .e_navi li:nth-child(even) {border-left:1px solid #fff;}
	.naviArea .e_navi li:nth-last-child(1), .naviArea .e_navi li:nth-last-child(2) {border-bottom: 1px solid #fff;}
	.feature .section h5 {font-size:1.8rem;}
	/* 施設情報 */
	.swichi_box {width: 100%;}
	.swichi_thumb {margin-bottom: 6%;}
	.nb_listitem {
		width: 100%;
		padding: 5px 5px 0 5px;}
	.nb_listitem .codeitem_ttl {
		margin: 10px 0 15px 0;
		padding: 0;
		font-size: 2rem;
	}
	.nb_listitem .codeitem_area.img_area {top: -3.1em;}
	.nb_listitem .flex .codeitem_ttl {margin: 0 0 0.6rem;}
	.slick-slider .codeitem_area {top: 8.9em;}
	.slick-slide .codeitem .codeitem_img img {height: 109px;}
	.codeitem .listitem li {min-height:24em;}
	.cmn_contents.clm2_right.box_clm1 {margin-left: 0;}
	.box_clm1 .nb_listitem .codeitem_ttl {font-size: 2rem;}
	.sizeS .nb_listitem .codeitem_ttl {font-size: 2.1rem;}
	.clm_osusume_s_tag {margin: -0.4rem 0 0 0.8rem;}
	.recommend .btn a {width: 90%;}
	.recommend .btn.panelbtn {font-size: 15px;}
	.recommend .box_clm1 .btn a {width: 80%;margin-bottom: 3%;padding: 2% 0 2.5%;}

	.recommend .btn.panelbtn a {width: 100%;margin: 0.5rem auto 2.5rem;padding: 3% 0;}
	.recommend .btn.panelbtn a:after {right: 1.5rem;top:30%;}
	.vtabi_article_box {margin: 0 3% 3rem;padding: 0;}
	.vtabi_box {margin-bottom: 0;}
	.vtabi_box > .contents img + p {min-height: inherit;}
	.vtabi_box h5 {margin-top: 2%; line-height: 1.4; font-size: 1.4rem;}
	.vtabi_box .btn.kizibtn {margin-top: 0;width: 40%;}
	.bnr_area {padding: 4% 0;}
	.bnr_area .imageitem {width: 100%;} 
	.bnr_area .txt_center img {margin-top: 4%;}
	
	.spot_box {
		margin: 0 3px 30px 3px;
}
	.spot_box .btn {
		width: 100%;
		font-size: 12px;
		letter-spacing: 0.05em;
		padding: 0 5px;
}
	
	.spot_box .btn a {
		text-align: left!important;
		padding: 10px;
	}
	.spot_box .btn a:after {right: 0.7rem;}
	.spot_box .btn span {font-size: 1.1em; font-weight: bold;}
	.sightseeing dl {
		margin: 5px;
		padding: 5px;
		font-size: 0.9em;
		margin-bottom: 20px;/*検索パネル対応0328*/
		line-height: 1.7;/*検索パネル対応0328*/
}
	.panel_btn {
	width: 80%;
}
	/* ------------------ttl------------------*/
/*h2(見出し）*/
.sec_h2 {
    font-size: 2.5em;
    padding: 0 0 5px 0;
    line-height: 90%;
}

.sec_h2:after {
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
.sec_h2_s{
	margin: 10px;
	font-size: 1.5rem;
}

.w_l{margin: 10px 20% 20px 20%;}
.w_s{margin: 10px 20% 20px 20%;}

.feature .section h4 {
    margin: 3% 15px 1.5%;
    padding: 5px;
    font-size: 1.5rem;
}
.base_prod .hotel li {padding: 5px 15px;}
}

@media all and (-ms-high-contrast: none) {
	.codeitem .codeitem_img img {object-fit:cover;}
	.li_ie>div>.listitem4>li {width: 70%;}
	.vtabi_box > .contents > div > .article_photo li img {object-fit: cover; /*IE11のみ対応させる*/}
}
