@charset "UTF-8";

/* ---------------------------------------------------------
	ヘッダー：第2階層ナビゲーション
---------------------------------------------------------*/
/*
header nav .nav_2nd > ul#nav_cararea{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
header nav .nav_2nd > ul#nav_cararea li{
	margin: 5px 100px 0 0;
	font-size: 16px;
	font-size: 16rem;
}
header nav .nav_2nd > ul#nav_cararea li:last-of-type{
	margin-right: 0;
}
*/
header nav .nav_2nd > ul#nav_cararea li a{
	display: block;
	padding: 10px 18px;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
header nav .nav_2nd > ul#nav_cararea li a:hover,
header nav .nav_2nd > ul#nav_cararea li.active a{
	background: #DBEEED;
	-webkit-filter: drop-shadow(0px -3px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0px -3px 3px rgba(0,0,0,0.3));
}

/* ---------------------------------------------------------
	マップ
---------------------------------------------------------*/
#map_wrapper{
	width: 55%;
	margin-right: 30px;
	position: relative;
}
#map_wrapper section#tabset ul#tabs{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background: #548BA7;
}
ul#tabs li{
	margin-right: 20px;
}
ul#tabs li:last-of-type{
	margin-right: 0;
}
ul#tabs li a{
	display: block;
	padding: 10px 20px 8px;
	text-decoration: none;
	background: #C0D9D3;
	border-radius: 5px 5px 0 0;
}
ul#tabs li a:hover,
ul#tabs li.active a{
	background: #FFF;
	font-weight: bold;
}
#map_wrapper section#tabset .tabcontents{
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
}
section#tabset .tabcontents iframe{
	width: 100%;
	height: 410px;
}

/* ---------------------------------------------------------
  ゲレンデリスト
--------------------------------------------------------- */
#skilist_wrapper{
}

#skilist_wrapper > .skilist_area:not(:first-of-type){
	margin-top: 50px;
}
.skilist_area section.skilist{
	width: calc((100% - 40px) / 3);
	margin-top: 20px;
	margin-right: 20px;
}
.skilist_area section.skilist:nth-of-type(3n){
	margin-right: 0;
}
section.skilist > a{
	padding: 10px;
	background: #FFF;
	text-decoration: none;
}
section.skilist > a h2{
	display: block;
		width: 100%;
	margin-bottom: 10px;
  padding: 5px;
	font-size: 18px;
	font-size: 18rem;
	text-decoration: underline;
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
}
section.skilist > a:hover h2{
	text-decoration: none;
}
section.skilist > a h2::before{
	content: "\f138";
  font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 18rem;
	font-weight: 900;
	padding-right: 3px;
}
section.skilist > a:hover h2::before{
	color: #1592E6;
}
section.skilist > a figure{
	width: 150px;
	margin-right: 10px;
}
section.skilist > a:hover figure img{
	opacity: 0.6;
}
section.skilist > a .outline{
	width: calc(100% - 160px);
}
section.skilist > a:hover .outline{
	color: #000;
}
section.skilist > a dl{
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	border-top: 1px dotted #CCC;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	color: #000;
}
section.skilist > a:hover dl{
	opacity: 0.6;
}
section.skilist > a dl dt{
  position: relative;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	color: #FFF;
	background: #78C7E7;
	border-radius: 5px;
}
section.skilist > a dl dt::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #78C7E7;
}
section.skilist > a dl dd{
	width: calc(100% - 100px);
	margin-left: 10px;
}
section.skilist > a dl dd:nth-of-type(-n+2){
	width: calc(50% - 100px);
}
section.skilist > a dl dt:not(:last-of-type),
section.skilist > a dl dd:not(:last-of-type){
	margin-bottom: 10px;
}
section.skilist > a dl dd table{
	width: 100%;
}
section.skilist > a dl dd table td{
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 0;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
section.skilist > a dl dd table td span{
	display: block;
	font-size: 10px;
	font-size: 10rem;
	font-weight: normal;
	color: #FFF;
}
section.skilist > a dl dd table td:nth-of-type(1){ background: #6AB218; }
section.skilist > a dl dd table td:nth-of-type(2){ background: #EF8A18; }
section.skilist > a dl dd table td:nth-of-type(3){ background: #D1201E; }

/* ---------------------------------------------------------
  特集スキープラン
--------------------------------------------------------- */
article#special_wrapper{
	width: 100%;
	margin-top: 50px;
}
article#special_wrapper.col3{
	width: calc(100% - 350px);
}
article#special_wrapper.col3 > section.special{
  width: calc((100% - 60px) / 3);
	margin: 20px 30px 0 0;
}
article#special_wrapper:not(.col3) > section.special{
  width: calc((100% - 90px) / 4);
	margin: 20px 30px 0 0;
}
article#special_wrapper:not(.col3) > section.special:nth-of-type(4n),
article#special_wrapper.col3 > section.special:nth-of-type(3n){
	margin-right: 0;
}
section.special > a{
	display: block;
  text-decoration: none;
	position: relative;
}
section.special > a h2{
	padding: 3px 0;
	line-height: 1.2;
	text-align: center;
	background: #DBEEED;
	color: #FFF;
	background: #1592E6;
}
section.special > a:hover h2{
	background: #FF871B;
}
section.special > a figure{
	overflow: hidden;
}
section.special > a figure img{
-webkit-transition: 300ms;
transition: 300ms;
}
section.special > a:hover figure img{
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
section.special > a p{
	padding: 3px;
	font-size: 12px;
	font-size: 12rem;
	background: #FFF;
}
section.special > a:hover p{
	color: #000;
	background: #FFFFDD;
}

/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 768px){
	section#tabset .tabcontents iframe{
		height: 340px;
	}
	ul#tabs li{
		margin-right: 10px;
	}
	ul#tabs li a{
		padding: 10px 10px 8px;
	}
	.skilist_area section.skilist{
		width: calc((100% - 20px) / 2);
	}
	.skilist_area section.skilist:nth-of-type(3n){
		margin-right: 20px;
	}
	.skilist_area section.skilist:nth-of-type(2n){
		margin-right: 0;
	}
	article#special_wrapper.col3{
		width: 100%;
	}
	article#special_wrapper > section.special{
	  width: calc((100% - 60px) / 3) !important;
		margin: 20px 30px 0 0 !important;
	}
	article#special_wrapper > section.special:nth-of-type(4n){
		margin-right: 30px !important;
	}
	article#special_wrapper > section.special:nth-of-type(3n){
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 568px){
	#map_wrapper{
		width: 100%;
		margin-right: 0;
	}
	section.skilist > a figure{
		width: 100%;
		margin-right: 0;
	}
	section.skilist > a .outline{
		width: 100%;
		margin-top: 10px;
	}
	section.skilist > a dl dt{
		width: 6.5em;
	}
	section.skilist > a dl dt:nth-of-type(-n+2){
		width: 5em;
	}
	section.skilist > a dl dd{
		width: calc(100% - 6.5em);
	}
	section.skilist > a dl dd:nth-of-type(-n+2){
		width: calc(50% - 5em);
	}
}
@media screen and (max-width: 567px){
	article#special_wrapper > section.special{
		width: calc((100% - 20px) / 2) !important;
		margin: 20px 20px 0 0 !important;
	}
	article#special_wrapper > section.special:nth-of-type(4n){
		margin-right: 20px !important;
	}
	article#special_wrapper > section.special:nth-of-type(3n){
		margin-right: 20px !important;
	}
	article#special_wrapper > section.special:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.skilist_area section.skilist{
		width: 100%;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 320px){
	ul#tabs li{
		font-size: 12px;
		font-size: 12rem;
	}
	ul#tabs li a{
		padding: 10px 5px 8px;
	}
	article#special_wrapper > section.special{
		width: 100% !important;
		margin-right: 0 !important;
	}
	article#special_wrapper > section.special:nth-of-type(3n){
		margin-right: 0 !important;
	}
}
