@charset "utf-8";

/* ==================================================
   ページ共通
================================================== */
.contents-wrapper{
	border-bottom: solid 1px #ccc;
	margin-top: -45px;
}

/* ==================================================
   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;
}

/* ============= pagenav ================= */
.pagenav{
	background: #FFFB93;
	position: relative;
}
.pagenav-inner{
	position: relative;
    margin: 0 auto;
	padding: 0 5px;
	max-width: 1600px;
	min-width: 970px;
}
.pagenav dl{
	display: flex;
	justify-content: center;
}
.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: flex;
	justify-content: center;
	flex-direction: column;
	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: 110px;
}

.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 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: 160px!important;
	padding-left: 5px;
}
.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: 50px;
	top: 43%;
	-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: 50px;
}
.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;
}
.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 img:hover {
    opacity: .6;
    transition: all 0.4s ease;
}
.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;
	}
}

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;
}
figure {
    display: flex;
    flex-flow: column;
}

/* ============= ratings-sect ================= */
.ratings-sect__cassette{
	display: flex;
	flex-wrap: wrap;
}
.ratings-sect__cassette > li{
	position: relative;
	width: calc(100% / 3 - 10px);
	display: flex;
	flex-direction: column;
	margin: 10px 5px;
	padding: 6px;
	font-size: 1.4rem;
	border: solid 10px #f5f5f5;
	background: #fff;
	justify-content: space-between;
}
.ratings-sect__cassette > li:first-child{
	margin-top: 10px;
}
.ratings-sect__hoteldetail dt{
	padding-bottom: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: dotted 2px #ccc;
	text-align: left;
}
.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 5px;
	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追加==================================================
   スキー場
================================================== */

.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;
}


@media (max-width: 1280px){
.contents_wrap 
.box_other{
min-height:110px;
}
}
@media (max-width: 768px){
.contents_wrap .box_other{
min-height:auto;
}}



/*-------------------------------------
  特集・プランから選ぶ
-------------------------------------*/
.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】
-------------------------------------*/
.subtitle_area {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 30px 0 0;
}
.subarea span {
    padding: 0 10px;
}
.subarea:before, .subarea:after {
    position: relative;
    top: 4px;
    font-family: 'Material Icons Round';
    content: "\eb3b";
    color: #409be6;
}


/*-------------------------------------
  MAP スキー場詳細【202510】
-------------------------------------*/
.ski.resort {
    margin: 5px;
    padding: 1em;
    width: 100%;
    background-color: #dbf0fe;
    color: #666;
    border: 1px solid;
    border-color: #c0c0c0;
    border-radius: 10px;
}
.ski_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}
.resort_link a {
   display: block;
    border-radius: 100vh;
    border: 1px solid;
    padding: 10px 20px;
    margin: 10px;
    background-color: #fff;
}
.resort_link a:hover {
   background-color: rgba(16, 69, 167, 0.9);
   color: white;
   transform: translateY(-2px);
}

.resort_link a:before {
    content: "＃";
    padding-right: .25em;
}
.subtitle_ski {
    text-align: center;
    margin: 30px 0 0;
}
.subski {
    font-size: 2.2rem;
    font-weight: 700;
}
.subski span {
    margin: 0 30px;
}
.subski:after {
    font-family: 'Material Icons Round';
    content: "\eb3b";
    color: #409be6;
    position: relative;
    top: 4px;
    right: 25px;
}
.subski:before {
    font-family: 'Material Icons Round';
    content: "\eb3b";
    color: #409be6;
    position: relative;
    top: 4px;
    left: 25px;
}

