@charset "UTF-8";

/* ---------------------------------------------------------
	スライド
---------------------------------------------------------*/
#slider_wrapper{
	width: 55%;
	margin-right: 30px;
}
#slider_wrapper ul#slider_img{
	position: relative;
}
.slick-prev,
.slick-next{
	z-index: 10;
	width: 40px;
	height: 40px;
}
.slick-prev{
	left: 10px;
}
.slick-next{
	right: 10px;
}
.slick-next:before, .slick-prev:before{
	font-size: 40px;
}
#slider_wrapper ul#slider_nav .slick-slide{
	margin: 10px 5px 0;
}
ul#slider_nav img{
	opacity: 0.6;
}
ul#slider_nav li:hover img,
ul#slider_nav .slick-current li img{
	cursor: pointer;
	opacity: 1.0;
}

/* ---------------------------------------------------------
	bxticker：ティッカー
--------------------------------------------------------- */
#ticker_wrapper{
	margin-top: 50px;
	max-width: 100%;
	/* padding: 10px 0;
	background: #FFF; */
}
#ticker_wrapper .bx-wrapper{
	margin: 0 auto;
	background: none;
	box-shadow: none;
	border: none;
	/*
	max-width: 100% !important;
	*/
}
#ticker_wrapper ul#ticker{
}
#ticker_wrapper ul#ticker li{
	background: #FFF;
	overflow: hidden;
}
#ticker_wrapper ul#ticker .slick-slide{
	margin: 0 5px;
}
#ticker_wrapper ul#ticker li a{
	display: block;
	text-decoration: none;
}
#ticker_wrapper ul#ticker li:hover{
	background: #FFFFDD;
}
#ticker_wrapper ul#ticker li a img{
	width: 100%;
	max-height: 140px;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#ticker_wrapper ul#ticker li a:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
#ticker_wrapper ul#ticker li a dl{
	margin: 5px 10px 10px;
}
#ticker_wrapper ul#ticker li a dl dt{
	font-size: 14px;
	font-size: 14rem;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#ticker_wrapper ul#ticker li a:hover dl dt{
	color: #1592E6;
}
#ticker_wrapper ul#ticker li a dl dd{
	font-size: 12px;
	font-size: 12rem;
}
#ticker_wrapper ul#ticker li a:hover dl dd{
	color: #16160E;
}

/* ---------------------------------------------------------
	おすすめスキー場
--------------------------------------------------------- */
article#push_wrapper{
	width: 720px;
	margin-right: 50px;
	counter-reset: number;
}
article#push_wrapper > section{
	position: relative;
	width: calc((99.99% - 40px) / 3);
	margin-top: 20px;
	margin-right: 20px;
}
article#push_wrapper > section:nth-of-type(3),
article#push_wrapper > section:nth-of-type(2n+3){
	margin-right: 0;
}
article#push_wrapper > section.rnk1::before{
	content: '1';
	background: rgba(219,180,0,1);
}
article#push_wrapper > section.rnk2::before{
	content: '2';
	background: rgba(119,119,110,1);
}
article#push_wrapper > section.rnk3::before{
	content: '3';
	background: rgba(151,107,47,1);
}
article#push_wrapper > section.rnk4::before{
	content: '4';
	background: rgba(84,139,167,1);
}
article#push_wrapper > section.rnk5::before{
	content: '5';
	background: rgba(84,139,167,1);
}
article#push_wrapper > section::before{
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 3px 8px;
	counter-increment: number;
	font-size: 14px;
	font-size: 14rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
article#push_wrapper > section:nth-of-type(-n+3)::before{
	padding: 3px 10px;
	font-size: 18px;
	font-size: 18rem;
}
article#push_wrapper > section:nth-of-type(n+4){
	width: calc((100% - 20px) / 2);
}
article#push_wrapper > section a{
	display: block;
	text-decoration: none;
}
article#push_wrapper > section a .outline{

}
article#push_wrapper > section a .outline h2{
	margin-top: 5px;
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.2;
	text-decoration: underline;
}
article#push_wrapper > section:nth-of-type(n+4) a .outline h2{
	margin-top: 0;
	font-size: 14px;
	font-size: 14rem;
}
article#push_wrapper > section a figure{
	height: 155px;
	overflow: hidden;
}
article#push_wrapper > section:nth-of-type(n+4) a figure{
	float: left;
	margin-right: 10px;
	width: 140px;
	height: 90px;
}
article#push_wrapper > section a figure img{
	-webkit-transition: 300ms;
	transition: 300ms;
}
article#push_wrapper > section a:hover figure img{
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
article#push_wrapper > section:nth-of-type(n+4) a p{
	font-size: 12px;
	font-size: 12rem;
}
article#push_wrapper > section a:hover p{
	color: #000;
}
article#push_wrapper > section a p.price{
	margin-top: 3px;
	font-weight: bold;
	text-align: center;
	color: #F00;
	font-size: 16px;
	font-size: 16rem;
}
article#push_wrapper > section:nth-of-type(n+4) a p.price{
	font-size: 14px;
	font-size: 14rem;
}

/* ---------------------------------------------------------
  タブ
--------------------------------------------------------- */
article#tab_wrapper{
	width: calc(100% - 780px);
	display: none;
}
article#tab_wrapper > h1{
  position: relative;
	width: 100%;
  color: white;
  padding: 5px 5px 5px 1.8em;
  background-color: #548BA7;
  border-radius: 10px;
}
/* article#tab_wrapper > h1::after{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 10px;
  border: solid 5px white;
  border-radius: 100%;
} */
article#tab_wrapper > h1::before{
	content: "\f6fc";
	font-family: "Font Awesome 5 Free";
	font-size: 21px;
	font-size: 21rem;
	color: #FFF;
}
article#tab_wrapper section#tabset{
	margin-top: 20px;
}
#tabset ul#tabpanel li{
	margin-right: 9px;
	text-align: center;
	vertical-align: middle;
}
#tabset ul#tabpanel li:last-of-type{
	margin-right: 0;
}
ul#tabpanel li a{
	display: block;
	padding: 5px 0;
	color: #2D86CE;
	background: #FFF;
	border: 1px solid #D6D6D6;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: 0 3px #DDD;
	-moz-box-shadow: 0 3px #DDD;
	-ms-box-shadow: 0 3px #DDD;
	-o-box-shadow: 0 3px #DDD;
	-webkit-box-shadow: 0 3px #DDD;
}
ul#tabpanel li:hover a,
ul#tabpanel li.active a{
	color: #FFF;
	text-decoration: none;
	background: #359FF3;
	border: 1px solid #2E87CF;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: 0 3px #256FAA;
	-moz-box-shadow: 0 3px #256FAA;
	-ms-box-shadow: 0 3px #256FAA;
	-o-box-shadow: 0 3px #256FAA;
	-webkit-box-shadow: 0 3px #256FAA;
}
#tabset .tabcontents{
	margin-top: 2px;
	padding: 18px;
	background: #FFF;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 3px #DDD;
	-moz-box-shadow: 0 3px #DDD;
	-ms-box-shadow: 0 3px #DDD;
	-o-box-shadow: 0 3px #DDD;
	-webkit-box-shadow: 0 3px #DDD;
}

/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 768px){
	#slider_wrapper{
		width: 60%;
		margin-right: 20px;
	}
	article#push_wrapper{
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 568px){
	#slider_wrapper{
		width: 100%;
		margin-right: 0;
	}
	article#news_wrapper{
		margin-top: 50px;
		width: 100%;
	}
	article#push_wrapper > section{
		width: 100% !important;
		margin-right: 0;
	}
	article#push_wrapper > section a{
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	article#push_wrapper > section a figure{
		float: none !important;
		width: 150px !important;
		height: 100px !important;
		margin-right: 10px;
	}
	article#push_wrapper > section a .outline{
		width: calc(100% - 160px);
	}
	article#push_wrapper > section a .outline h2{
		margin: 0 0 5px;
		font-size: 14px;
		font-size: 14rem;
	}
	article#push_wrapper > section a .outline p{
		font-size: 12px;
		font-size: 12rem;
	}
}
