@charset "utf-8";

/* ==================================================
   ページ共通
================================================== */
.contents-wrapper{
	border-bottom: solid 1px #ccc;
}

/* ==================================================
   h1　見出し
================================================== */
.page-title-h1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.head-wrap__title span{
	display: block;
	font-size: 1.6rem;
}

/* ==================================================
   キービジュアル
================================================== */
.mv img {
    width: 100%;
    aspect-ratio: 16 / 5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* ==================================================
   北海道・本州切り替えタブ
================================================== */

/* tab */
.tab-list{
	position: relative;
	z-index: 1;
	margin-top: -75px;
	width: 100%;
	border-bottom: solid 8px #1045a7;
}
.tab-list__area{
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	width: 100%;
	max-width: 1130px;
	min-width: 970px;
	padding: 0 5px;
	min-height: 68px;
}
.tab-list__area li{
	margin-left: 10px;
	width: calc((100% - 10px) / 2);
	height: 100%;
}
.tab-list__area li:first-child{
	margin-left: 0;
}
.tab-list__area li a{
	display: block;
	padding: 10px;
	color: #1045a7;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px 5px 0 0;
	border: solid 3px #1045a7;
	border-bottom: none;
	background: #fff;
}
.tab-list__area li a:hover{
	text-decoration: none;
	background: #fff09c;
	transition: all 0.4s ease;
}
.tab-list__area .selected a{
	color: #fff;
	font-size: 3.0rem;
	background: #1045a7;
}
.tab-list__area .selected a:hover{
	color: #fff;
	background: #1045a7;
}


/* ============= pagenav ================= */
.pagenav{
	background: #FFFB93;
}
.pagenav-inner{
	position: relative;
    margin: 0 auto;
	padding: 0 5px;
	max-width: 1200px;
	min-width: 970px;
}
.pagenav dl{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pagenav dt,
.area-chenge{
	display: none;
}
.pagenav dd{
	width: 100%;
}
.pagenav ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.pagenav li{
	position: relative;
	width: 100%;
}
.pagenav li:after{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-right: solid 1px #e6c50f;
}
.pagenav li:first-child:before{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-left: solid 1px #e6c50f;
	z-index: 1;
}
.pagenav li.deptlink:after{
	border-right: solid 1px #e3a500;
}
.pagenav li a{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;	
	position: relative;
	padding: 20px 5px 28px;
	height: 100%;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.pagenav a:after{
	position: absolute;
	left: 50%;
	bottom: 1px;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	display: block;
	font-size: 1.6rem;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e906";
	speak: none;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagenav li a:hover{
	background-color: rgba(255,255,255,0.6);
	transition: all 0.4s ease;
}
.pagenav li a em{
	font-size: 1.6rem;
}

.fixed .pagenav{
    position: fixed;
    top: -80px;
	width: 100%;
    z-index: 10000;
	background-color: rgba(16,69,167,0.9);
}
.fixed .pagenav dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.fixed .pagenav dt br{
	display: none;
}
.fixed .pagenav .hokkaido-nav dt{
	width: 120px;
}
.fixed .pagenav .honshu-nav dt{
	width: 230px;
}

.fixed .pagenav dt em{
	font-size: 1.6rem;
}
.fixed .pagenav dd{
	padding: 7px 0 8px;
}
.fixed .pagenav .hokkaido-nav dd{
	width: calc(100% - 350px);
	/*width: calc(100% - 120px);*/
}
.fixed .pagenav .honshu-nav dd{
	width: calc(100% - 360px);
}

.fixed .pagenav ul{
	background: #FFFB93;
}

.fixed .pagenav li a{
	padding: 10px 12px 20px;
}
.fixed #mainvis{
	margin-bottom: 86px;
}
.fixed .pagenav li a:after{
	font-size: 1.5rem;
}
.fixed .pagenav .area-chenge{
	display: block;
	width: 270px!important;
	padding-left: 10px;
}
.pagenav .area-chenge a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 10px 9px 5px!important;
	height: 85%;
	color: #1045a7;
	line-height: 1.3;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 5px;
	background: #fff;
}
.pagenav .area-chenge a:hover{
	text-decoration: none;
	background: #eaf1ff;
	transition: all 0.4s ease;
}
.pagenav .area-chenge a:after{
	left: inherit;
	bottom: inherit;
	right: 10px;
	top: 45%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);

	font-size: 1.5rem;
	content: "\e905";
	color: #1045a7;
}
.pagenav .area-chenge em{
	font-size: 1.5rem;
}


/* ============= section ================= */
.sect h2{
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	background: #2265cb;
	margin-bottom: 20px;
}
.sect h2 span{
	display: inline-block;
}
.search-NGO{
	margin: 20px auto 0;
	width: 700px;
}
.search-NGO a{
	position: relative;
	display: block;
	padding: 50px 20px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	background: #1045a7;
	box-shadow: 0px 2px 6px 0px rgba(119, 113, 99, 0.3);
}
.search-NGO a:after{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);

	display: block;
	font-size: 2.5rem;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-NGO a:hover{
	opacity: .6;
	transition: all 0.4s ease;
	text-decoration: none;
}


/* ============= map-sect ================= */
.map-sect{
	margin-top: 0;
}
.map-sect .map{
	position: relative;
	min-height: 514px;
	background: url(/kokunai/promotion/theme/ski/images2018/map_bg.png) no-repeat center;
}
.map-sect .map-txt{
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	background-color: rgba(255,255,255,0.7);
}
.map-sect ul{
	position: relative;
	margin: 0 auto;
	max-width: 970px;
	min-height: 514px;
}
.map-sect li{
	position: absolute;
	width: 197px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	.map-sect li.map-sect-01{ left: 24%; top: 27%; }
	.map-sect li.map-sect-02{ left: 15%; top: 46%; }
	.map-sect li.map-sect-03{ left: 15%; top: 85%; }
	.map-sect li.map-sect-04{ left: 48%; top: 85%; }
	.map-sect li.map-sect-05{ left: 73%; top: 65%; }
	.map-sect li.map-sect-06{ left: 80%; top: 45%; }
	.map-sect li.map-sect-07{ left: 78%; top: 23%; }
	.map-sect li.map-sect-08{ left: 12%; top: 66%; }
	.map-sect li.map-sect-09{ left: 50%; top: 20%; }

.map-sect li a{
	position: relative;
	display: block;
	padding: 5px;
	color: #18487e;
	background: #fae2ed;
}
.map-sect li a:hover{
	background: #fff;
	transition: all 0.4s ease;
	text-decoration: none;
}
.map-sect li dt{
	position: relative;
	padding: 5px 8px 5px 5px;
	line-height: 1.2;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 700;
	border-radius: 5px;
	background: #f4397d;
	text-shadow:
		#ffffff 2px 0px,  #ffffff -2px 0px,
		#ffffff 0px -2px, #ffffff 0px 2px,
		#ffffff 2px 2px , #ffffff -2px 2px,
		#ffffff 2px -2px, #ffffff -2px -2px,
		#ffffff 1px 2px,  #ffffff -1px 2px,
		#ffffff 1px -2px, #ffffff -1px -2px,
		#ffffff 2px 1px,  #ffffff -2px 1px,
		#ffffff 2px -1px, #ffffff -2px -1px;
}
.map-sect li dt:after{
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);

	display: block;
	font-size: 1.3rem;
	text-shadow: none;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.map-sect li a:hover dt{
	transition: all 0.4s ease;
	background: #ff669e;
}
.map-sect li dt em{
	font-size: 1.5rem;
	font-weight: 700;
}
.map-sect li dd{
	position: relative;
	margin-top: 5px;
	padding-left: 30px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.map-sect li dd:after{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "";
	display: block;
	width: 17px;
	height: 25px;
	background: url(/kokunai/promotion/theme/ski/images2018/map_ico.png) no-repeat 0 0;
}
.map-sect li.disabled a{
	pointer-events: none;
}
.map-sect li.disabled a:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
.map-sect li.disabled dt:after{
	display: none;
}



/* パネル */
.map-panel{
	display: none;
	position: absolute;
	width: 280px;
	margin-top: -5px;
	padding-top: 10px;
}
.map-panel__wrapper{
	position: relative;
	padding: 15px;
	border: solid 1px #ccc;
	background: #fff;
}
.map-panel__wrapper:before {
	top: -9px;
	border-color: transparent transparent #fff transparent;
	z-index: 2;
}
.map-panel__wrapper:after {
	top: -10px;
	border-color: transparent transparent #ccc transparent;
	z-index: 1;
}
.map-panel__wrapper:before, .map-panel__wrapper:after {
	content: "";
	border-style: solid;
	border-width: 0 10px 10px 10px;
	position: absolute;
	left: 25%;
	margin-left: -10px;
}

.map-close{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: opacity .2s;
}
.map-close:before{
	font-size: 1.2rem;
	font-family: 'kkrs-dp';
	text-decoration: none;
	content: "\e911";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.map-close:hover{
	opacity: .6;
}
.map-panel__wrapper dt{
	font-size: 1.2rem;
	text-align: center;
}
.map-panel__wrapper dt em{
	font-size: 1.8rem;
	font-weight: 700;
}
.map-panel__wrapper dt span{
	display: inline-block;
	font-size: 1.2rem;
}
.map-panel__wrapper dt span:before,
.map-panel__wrapper dt span:after{
	margin: 0 5px;
	content: "－";
}
.map-panel__wrapper ul{
	margin-top: 15px;
}
.map-panel__wrapper li{
	margin-top: 10px;
	border-radius: 8px;
	background: #fff;
}
.map-panel__wrapper li a{
	position: relative;
	display: block;
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 8px;
	transition: opacity .2s;
}
.map-panel__wrapper li a:hover{
	opacity: .6;
}
.map-panel__wrapper li a:before,
.map-panel__wrapper li a:after{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.map-panel__wrapper li a:before{
	left: 10px;
	font-size: 1.8rem;
}
.panel-map__hotel a:before{ content: "\e960"; }
.panel-map__jr a:before{ content: "\e969"; }
.panel-map__air a:before{ content: "\e918"; }

.map-panel__wrapper li a:after{
	right: 8px;
	content: "\e902";
}
.panel-map__hotel a{ background: #db5858; }
.panel-map__jr a{ background: #f59000; }
.panel-map__air a{ background: #60a8d6; }

.map-panel__wrapper li em{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}


/*  人気エリアから探す
============================================================================= */
.recommend-sect__cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 10px 10px -10px;
}
.recommend-sect__cassette > li{
	margin-left: 20px;
	width: calc(100% / 3 - 20px);
	background: #fff;
}
.recommend-sect__cassette dt{
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.recommend-sect__cassette dd{
	margin-top: 10px;
}
.recommend-sect__cassette img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.recommend-sect__cassette-txt{
	margin-top: 15px;
}
.recommend-sect__cassette-bt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0 0 -8px;
}
.recommend-sect__cassette-bt li{
	margin-left: 8px;
	width: 100%;
	border-radius: 8px;
	background: #fff;
}
.recommend-sect__cassette-bt li a{
	position: relative;
	display: block;
	padding: 15px 15px 15px 0;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 8px;
	transition: opacity .2s;
}
.recommend-sect__cassette-bt li a:hover{
	opacity: .6;
}
.recommend-sect__cassette-bt li a:after{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.recommend-sect__cassette-bt li span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.recommend-sect__cassette-bt li span:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
	font-size: 1.5rem;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.recommend-sect__cassette-bt-htl span:before{ content: "\e960"; }
.recommend-sect__cassette-bt-jr span:before{ content: "\e969"; }
.recommend-sect__cassette-bt-air span:before{ content: "\e918"; }

.recommend-sect__cassette-bt li a:after{
	right: 5px;
	content: "\e902";
}
.recommend-sect__cassette-bt-htl a{ background: #db5858; }
.recommend-sect__cassette-bt-jr a{ background: #f59000; }
.recommend-sect__cassette-bt-air a{ background: #60a8d6; }

.recommend-sect__cassette-bt li em{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}
.recommend-sect__bt{
	margin: 50px auto 0;
	width: 600px;
	border-radius: 35px;
	background: #fff;
}
.recommend-sect__bt a{
	position: relative;
	display: block;
	padding: 20px 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	background: #db5858;
	border-radius: 35px;
	transition: opacity .2s;
}
.recommend-sect__bt a:before{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
    
	font-family: 'kkrs-dp' !important;
	content: "\e902";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.recommend-sect__bt a:hover{
	opacity: .6;
}
.recommend-sect__bt em{
	font-size: 1.8rem;
	font-weight: 700;
}
.recommend-sect__bt span{
	display: inline-block;
	font-size: 1.2rem;
}
.recommend-sect__bt span:before,
.recommend-sect__bt span:after{
	margin: 0 5px;
	content: "－";
}

@media screen and (max-width: 1246px){
	.recommend-sect__cassette dt{
		font-size: 1.5rem;
	}
	.recommend-sect__cassette-bt li em{
		font-size: 1.1rem;
	}
}




/* ============= ratings-sect ================= */
.ratings-sect__cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ratings-sect__cassette > li{
	position: relative;
	width: calc(100% / 2 - 20px);
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: 20px;
	padding: 20px;
	font-size: 1.4rem;
	border: solid 10px #f5f5f5;
	background: #fff;
}
.ratings-sect__cassette > li:first-child{
	margin-top: 10px;
}
.ratings-sect__hotelimg{
	width: 140px;
}
.ratings-sect__cassetteright{
	margin-left: 15px;
	width: calc(100% - 155px);
}
.ratings-sect__hoteldetail dt{
	padding-bottom: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: dotted 2px #ccc;
}
.ratings-sect__cassettetxt{
	margin-top: 10px;
}
.ratings-sect__cassetteicon{
	margin-top: 10px;
}
.ratings-sect__cassetteicon p{
	margin-left: auto;
	padding: 10px 20px;
	width: auto;
	text-align: center;
	background: #fff7be;
}
.ratings-sect__cassetteicon p span strong{
	margin: 0 5px;
	color: #e80014;
	font-weight: 500;
}

.ratings-sect__cassette-bt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0 0 -8px;
	width: calc(100% + 8px);
}
.ratings-sect__cassette-bt li{
	margin-left: 8px;
	width: 100%;
	border-radius: 8px;
	background: #fff;
}
.ratings-sect__cassette-bt li a{
	position: relative;
	display: block;
	padding: 15px 15px 15px 20px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 8px;
	transition: opacity .2s;
}
.ratings-sect__cassette-bt li a:hover{
	opacity: .6;
}
.ratings-sect__cassette-bt li a:after{
	position: absolute;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ratings-sect__cassette-bt li span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.ratings-sect__cassette-bt li span:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
	font-size: 1.5rem;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ratings-sect__cassette-bt-htl span:before{ content: "\e960"; }
.ratings-sect__cassette-bt-jr span:before{ content: "\e969"; }
.ratings-sect__cassette-bt-air span:before{ content: "\e918"; }

.ratings-sect__cassette-bt li a:after{
	right: 5px;
	content: "\e902";
}
.ratings-sect__cassette-bt-htl a{ background: #db5858; }
.ratings-sect__cassette-bt-jr a{ background: #f59000; }
.ratings-sect__cassette-bt-air a{ background: #60a8d6; }

.ratings-sect__cassette-bt li em{
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}
.ratings-sect__bt{
	margin: 50px auto 0;
	width: 600px;
	border-radius: 35px;
	background: #fff;
}
.ratings-sect__bt a{
	position: relative;
	display: block;
	padding: 20px 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	background: #db5858;
	border-radius: 35px;
	transition: opacity .2s;
}
.ratings-sect__bt a:before{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
    
	font-family: 'kkrs-dp' !important;
	content: "\e902";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ratings-sect__bt a:hover{
	opacity: .6;
}
.ratings-sect__bt em{
	font-size: 1.8rem;
	font-weight: 700;
}
.ratings-sect__bt span{
	display: inline-block;
	font-size: 1.2rem;
}
.ratings-sect__bt span:before,
.ratings-sect__bt span:after{
	margin: 0 5px;
	content: "－";
}
.ratings-sect__area a font{
	font-weight: 500;
}
.ratings-sect__area a font:after {
    font-family: 'jtb-dom' !important;
    content: "\e976";
    margin-left: 3px;
}


/* ============= search ================= */
.search-sect{
	border-top: solid 1px #ccc;
	background: #f5f5f5;
}


/* ============= release ================= */
.release{
	margin-top: 10px;
	padding: 80px 0;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	background: #fff;
}


/* ============= close ================= */
.close{
	margin: 50px auto 0;
	width: 700px;
	text-align: center;
}
.close-txt{
	padding: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 8px;
	background: #fff;
}
.close-bt{
	margin: 10px auto 0;
	max-width: 500px;
}
.close-bt a{
	display: block;
	padding: 0px 20px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 8px;
	background: #cc0d21;
}
.close-bt a:hover{
	text-decoration: none;
	opacity: .6;
	transition: all 0.4s ease;
}
.close-bt a span:after{
	margin-left: 20px;
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  FAQ
============================================================================= */
.faq-sect__inner{
	position: relative;
	margin: 50px auto 0;
	padding: 0 5px;
	width: 100%;
	min-width: 970px;
	max-width: 1246px;
}
.faq-sect ul{
	background-color: #f5f5f5;
	padding: 10px;
}
.faq-sect li:not(:first-child){
	margin-top: 8px;
}
.faq-sect dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq-sect dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	width: 350px;
	background: #efede0;
}
.faq-sect dd{
	margin-left: 5px;
	padding: 15px 20px;
	width: calc(100% - 355px);
	background: #fff;
}
.faq-sect dt, .faq-sect dd{
	position: relative;
	display: block;
	padding-left: 65px;
}
.faq-sect dt::before, .faq-sect dd::before {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 1.4em;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 2.0em;
	height: 2.0em;
	line-height: 2.0em;
	text-align: center;
}
.faq-sect dt::before {
	content: 'Q';
	background: #60a8d6;
}
.faq-sect dd::before {
	content: 'A';
	background: #db5858;
}
.faq-sect dd a{
	text-decoration: underline;
}
/* 20210916追加==================================================
   目的別・特集
================================================== */
.dom-featlist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 5px -20px;
}
.dom-featlist > li{
	width: calc((100% - 80px) / 4);
	margin: 20px 0 0 20px;
}
.dom-featlist > li a:hover {
	opacity: .6;
	transition: all 0.4s ease;
	text-decoration: underline;
}

.dom-featlist__txt {
  font-size: 1.6rem;
  line-height: 1.4;
}

.dom-area-more-btn {
  margin-top: 15px;
  margin-left: auto;
  margin-bottom: 60px;
  width: 200px;
}

/* 202205追加==================================================
   スキー場
================================================== */

.maparea {
    display: flex;
    margin: 5px;
}
.maparea div{
 margin: 5px;
 padding: 1em;
 width: 100%; /* ボックス幅 */
 background-color: #97cdf3a1; /* ボックス背景色 */
 color: #666; /* 文章色 */
 border: 1px solid;
 border-color: #c0c0c0;
 border-radius: 10px; /* 角の丸み */
}
.contents_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
}

@media all{
ul{
overflow-wrap:break-word;
}
p{
overflow-wrap:break-word;
}
}
*,:after,:before{
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
p{
margin-top:0;
margin-bottom:1rem;
}
ul{
margin-bottom:1rem;
}
ul{
margin-top:0;
}
a{
color:#000cc0;
text-decoration:none;
background-color:
transparent;
}
a:hover{
color:#000774;
}
.box_other{
margin-top:20px;
min-height:78px;
}
.box_other_list{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-top:5px;
}
.box_other_list li{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
background:#fff;
margin:auto;
margin-left:0;
margin-right:0.5em;
margin-bottom:8px;
padding:0 1em;
border-radius:50px;
}

@media (max-width: 1280px){
.contents_wrap 
.box_other{
min-height:110px;
}
}
@media (max-width: 768px){
.contents_wrap .box_other{
min-height:auto;
}}



/*-------------------------------------
  planSki
-------------------------------------*/
#planSki .inner { background-color: #cffaff; background: -moz-linear-gradient(top, #cffaff 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #cffaff 0%,#ffffff 100%); background: linear-gradient(to bottom, #cffaff 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cffaff', endColorstr='#ffffff',GradientType=0 ); padding: 70px 0 30px; position: relative; }
#planSki .inner::after { background: url(../images/bg-planski.png) no-repeat 50% 0; content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#planSki .inner_content { position: relative; z-index: 1; text-align:center;}
#planSki .catch { left: 60px; position: absolute; text-align: left; top: -25px; }
#planSki .catch img { display: block }
#planSki .ski-area { position: absolute; text-align: left; width: 242px; }
#planSki .ski-area h3 { font-size: 16px; font-weight: bold; }
#planSki .ski-area p { color: #333; font-size: 12px; line-height: 1.3; padding: 2px 0 8px; }
#planSki .ski-area li { padding: 0 2px 2px 0; width: 50%; }
#planSki .ski-area li a { -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; display: block; color: #fff; font-size: 14px; line-height: 28px; padding: 0 0.5em 0 1em; text-decoration: none; }
#planSki .ski-area li a::before { content: '\e801'; font-family: 'ic'; font-size: 12px; margin-right: 0.6em; }
#planSki .img-map { margin-bottom: 180px }
#planSki p a { background-color: #ff6e00; border-bottom: 4px solid #bf5300; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; color: #fff; display: block; font-size: 20px; margin: 0 auto; padding: 18px 0; position: relative; text-decoration: none; width: 500px; }
#planSki #area-01 { left: 460px; top: -35px; }
#planSki #area-01 h3 { color: #c499de }
#planSki #area-01 a { background-color: #c499de }
#planSki #area-01 li:first-child a { font-size: 12px }
#planSki #area-02 { left: 800px; top: 160px; }
#planSki #area-02 h3 { color: #8ea1f9 }
#planSki #area-02 a { background-color: #8ea1f9 }
#planSki #area-03 { left: 750px; top: 324px; }
#planSki #area-03 h3 { color: #89c1fd }
#planSki #area-03 a { background-color: #89c1fd }
#planSki #area-05 { left: 374px; top: 92px; }
#planSki #area-05 h3 { color: #5ec6c3 }
#planSki #area-05 a { background-color: #5ec6c3 }
#planSki #area-06 { left: 566px; top: 446px; }
#planSki #area-06 h3 { color: #c4bf59 }
#planSki #area-06 a { background-color: #c4bf59 }
#planSki #area-08 { left: 270px; top: 440px; }
#planSki #area-08 h3 { color: #f7bf51 }
#planSki #area-08 a { background-color: #f7bf51 }
#planSki #area-09 { left: 125px; top: 186px; }
#planSki #area-09 h3 { color: #ff9d41 }
#planSki #area-09 a { background-color: #ff9d41 }
#planSki #bnr-area h4 { font-size: 18px; padding: 8px 0; margin-bottom: 20px; }
#planSki #bnr-area h4 { color: #178ee3 }
#planSki #bnr-area h4 { color: #3cab17 }


#contentWrap {
    margin: 0 auto;
    text-align: center;
    width: 1120px;
}
fieldset, img {
    border: 0;
}

#planSki ul {
    display: flex;
    letter-spacing: -0.1em;
}
#planSki .ski-area {
    position: absolute;
    text-align: left;
    width: 242px;
}
figure {
  display: flex;
  flex-flow: column;
}
figcaption {
    position: absolute;
    /*right: 0;*/
    /*bottom: 5px;*/
    text-align: center;
    padding: 3px;
    font-size: 1.2rem;
    line-height: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
.sect {
    padding: 30px 0;
}


/*-------------------------------------
  特集・プランから選ぶ
-------------------------------------*/
.c-bnr__list {
	display: none!important;
}
.c-bottom__link {
	display: none!important;	
}
.c-sec__head::before {
	display: none!important;	
}
.c-sec__title {
	text-align: center!important;
	padding: 10px!important;
    color: #fff!important;
    text-align: center!important;
    font-size: 3.0rem!important;
    font-weight: bold!important;
    background: #2265cb!important;
    margin-bottom: 20px!important;
	/*margin-left: 350px!important;
    margin-right: 350px!important;*/
}
.c-title {
	text-align: center!important;
}
.c-title span{
	color: #323743!important;
}
.c-sec:nth-child(even) {
    background-color: #fff!important;
}
.c-sec__head {
	margin-bottom: 0px!important;
}
.sec-plan .c-list .c-word {
	color:#60A8D6!important;
}
.sec-plan .c-list .c-word:hover { 
	background-color: #aed8f3!important; 
}

.c-sec__bottom {
  margin: 50px 0;
}
.l-block .c-title span {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
.sec-plan .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 50px;
}
.sec-plan .c-list.c-list__month .c-word {
  border-color: #1dab91;
}
.sec-plan .c-list__month .c-word span {
  color: #1dab91;
}
.sec-plan .c-list .c-word {
  display: inline-flex;
  justify-content: center;
  border-radius: 100vh;
  height: 3.125em;
  margin: .5em .25em;
  padding: 0 2em;
  align-items: center;
  background-color: #fff;
  border: 1px solid;
  color: #60A8D6 !important;
}
.sec-plan .c-list .c-word span {
  font-weight: 500;
  font-size: 1.125em;
}
.c-word span::before {
  content: "＃";
  padding-right: .25em;
}

/*-------------------------------------
  スキー場注意文言
-------------------------------------*/
.information {
	text-align: center;
    font-size: 1.4rem;
	color: #323743;
}

/*-------------------------------------
  カタログ情報追加
-------------------------------------*/
.feature-sect__list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0 0 -30px;
}
.feature-sect__list > li {
    width: calc(100% / 4 - 30px);
    margin: 20px 0 0 30px;
    border-radius: 8px;
}
.feature-sect__list a {
    transition: 0.4s ease;
}
.catalog-title {
    color: #002587 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
	margin-top: 5px !important;
}
.c-flex {
	display: flex;
	justify-content: space-between;
}
  .c-btn {    
	background-color: #60A8D6 !important;
}

/*-------------------------------------
  KW追加【202507】
-------------------------------------*/
#kw.c-sec {
  padding: 4.25em 0 0;
}
.c-list.c-list__kw {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-kw .c-list .c-word {
  color: #1a5178;
  border-radius: 100vh;
  height: 3.125em;
  margin: .5em .25em;
  padding: 0 2em;
}
.sec-kw a:hover {
  background-color: rgba(16, 69, 167, 0.9);
}
.sec-kw .c-list .c-word span {
  font-weight: 500;
  font-size: 1.125em;
}

/*-------------------------------------
  北海道スキースノボ特集への導線【202510】
-------------------------------------*/
.hokkaido_detail {
    margin-top: 50px;
    text-align: center;
}
.hokkaido_bt {
    /* color: rgb(0, 37, 135); */
    color: #125687;
    font-weight: 500;
}
.hokkaido_bt a {
    color: #fff;
    background-color: #125687;
    padding: 15px 50px;
    border-radius: 50vw;
}
.hokkaido_bt a:hover{
    opacity: .6;
	transition: all 0.4s ease;
}
.hokkaido_bt a:after{
    content: "\e902";
    position: absolute;
    margin-left: 10px;
    font-family: 'kkrs-dp' !important;
}

/*-------------------------------------
  フラッシュ現象抑制【202508】
-------------------------------------*/
.tab-box-honshu:not(.selected) {
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
    top: 0 !important;
    left: 0 !important;
}

.tab-box-honshu.selected {
    visibility: visible !important;
    position: static !important;
    z-index: auto !important;
}

/* URLパラメータに基づく追加制御 */
body[data-url-param="honshu"] .tab-box-honshu:not(.selected) {
    visibility: visible !important;
    position: static !important;
    z-index: auto !important;
}

body[data-url-param="honshu"] .tab-box-hokkaido:not(.selected) {
    visibility: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}
