@charset "utf-8";

/******************************************************************
common
******************************************************************/
body.under .mainInner,
body.under .mainInner_wide{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-weight: 100;
}




/*埋め込みyoutube*/
.video_wrapper .youtube{
	width: 800px;
	height: 450px;
	margin:0  auto 100px auto;
}

.video_wrapper .youtube.ut{
	margin:0  auto 70px auto;
}

@media only screen and (max-width:920px){
	.video_wrapper .youtube{
		width: 100%!important;
		height: 100%!important;
		margin-bottom: 70px;
	}

	.video_wrapper .youtube.ut{
		margin:0  auto 60px auto;
	}

	.video_wrapper .youtube iframe{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}
/*埋め込みyoutube*/





.mv01{
	text-align: center;
}
.mv01 video{
	width: 800px;
	text-align: center;
	margin: 0 0 50px 0;
}

.under_txt{
	max-width: 850px;
	margin: 80px auto 80px auto;
}


.under_txt.noh3{
	margin-top: 30px!important;
}


.tit_midashi{
	font-size: 30px;
	font-weight: 400;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 15px;
}

.tit_midashi span{
	font-size: 15px;
	letter-spacing: 0;
}


.tit_time{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 70px;
	line-height:100%;
	margin-bottom: 30px;
}

.midashi_time{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight:500;
	margin-bottom: 80px;
	letter-spacing:0.4em;
}

.tit_last{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 35px;
	letter-spacing: 0.3em;
	font-style: italic;
	line-height:150%;
	margin-bottom: 70px;
}

.btn_red{
	overflow: hidden;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	padding:15px 30px 12px 30px;
	text-align: center;
	font-style: normal;
	line-height:100%;
	background: rgb(195,71,31);
	background: linear-gradient(90deg, rgba(195,71,31,1) 0%, rgba(105,32,63,1) 100%, rgba(0,212,255,1) 100%);
	letter-spacing:0.05em;
	font-weight: 300;
	color: #fff;
	width: 450px;
	display: block;
	margin: 90px auto 0 auto;
	box-sizing: border-box;
	transition: ease .2s;
	box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
}


.btn_red:hover{
    opacity: 0.7;
	transition: ease .2s;
}


.btn_red.hotel_link{
    margin-top: 30px;
}


/* 左右いっぱいに伸びた横線 */
h3.heading {
	margin: 80px auto 30px auto;
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	font-size: 140%;
	width: 80%;
  }
  h3.heading::before,
  h3.heading::after {
	background-color: #3f547c; /* 横線の色 */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 1px; /* 横線の高さ */
  }
  h3.heading::before {
	margin-right: 15px; /* 文字との余白 */
  }
  h3.heading::after {
	margin-left: 15px; /* 文字との余白 */
  }

.plan01,
.plan02{
	padding-bottom: 30px;
}

.t_line{
	width:80%;
		border-collapse: separate;
		border-spacing: 1px;
		margin: auto;
		font-weight: lighter;
	}
	
	.t_line td{
		padding:10px 10px 10px 10px;
		line-height: 160%;
		box-sizing: border-box;
		background-color: rgba(40,62,105,0.5);
		box-sizing: border-box;
	}
	
	.t_line th{
		padding:10px 10px 10px 10px;
		line-height: 160%;
		box-sizing: border-box;
		background-color: rgba(60,86,133,0.5);
		width: 28%;
	}
	


	.k_box{
		display: flex;
		justify-content: space-between;
		border: solid 1px #6b422a;
		margin-top: 30px;
		padding: 20px;
		box-sizing: border-box;
		font-size: 80%;
		line-height: 220%;
	}

	.k_box .pro{
		width: 400px;
		margin-right: 20px;
	}


	.sup{
		font-size: 0.6em;
		vertical-align: top;
		line-height: 350%;
	}


@media only screen and (max-width:920px){

	.under_txt{
		margin: 60px 0 60px 0;
	}

	.tit_midashi{
		font-size: 22px;
		line-height: 140%;
	}

	
	.under_txt.noh3{
		margin-top: 15px!important;
	}


	.tit_time{
		font-size: 40px;
		margin-bottom: 15px;
	}
	
	.midashi_time{
		font-size: 18px;
		line-height: 170%;
		margin-bottom: 70px;
		letter-spacing: 0.2em;
	}

	.btn_red{
		font-size: 16px;
		padding:10px 30px 10px 30px;
		text-align: center;
		font-style: normal;
		width: 100%;
		margin: 30px auto 0 auto;
		line-height: 140%;
	}

	.tit_last{
		font-size: 20px;
		line-height:180%;
		margin-bottom: 60px;
	}

	h3.heading {
		margin: 30px auto 25px auto;
		width: 100%;
		font-size: 120%;
	  }


	.t_line {
		width: 100%;
	}

	.t_line th,
	.t_line td {
		display: block;
		width: 100%;
	}



	.k_box{
		display: block;
		padding: 20px;
	}

	.k_box .pro{
		width: auto;
		margin:0 0 20px 0;
		text-align: center;
	}


}


/* =======================================
	clumn
======================================= */

.clm_pleft{
	display: flex;
	justify-content: space-between;
	text-align: left;
	text-align: left;
}

.clm_pleft .clm_photo{
	width: 100%;
	text-align: left;
}

.thumbnail {
  width: 100%;
}

.clm_pleft .clm_txt{
	width: 70%!important;
	padding:0 4vw 0 4vw;
	box-sizing: border-box;
}



.clm_pright{
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.p_right_only{
	width: 100%;
	text-align: right;
}

.p_right_only .clm_photo{
	margin-left: auto;
}




.clm_pright.p_only{
	display: flex;
	justify-content: space-between;
	text-align: left;
}


.clm_pright.p_only .clm_txt{
	width: 20%;
}


.clm_center{
	justify-content: space-between;
	text-align: left;
	width: 80%;
	margin: auto;
}
.clm_center .clm_txt{
	margin-bottom: 7vw;
	box-sizing: border-box;
}
.clm_center .clm_photo{
	text-align: center!important;
	margin: auto;
}

.clm_pright .clm_txt{
	padding:0 4vw 0 4vw;
	box-sizing: border-box;
	width: 70%;
}


.clm_pright .clm_photo{
	text-align: right;
}


.clm_pright .clm_txt_center{
	padding:0 4vw 0 4vw;
	box-sizing: border-box;
	width: 70%;
	margin: auto;
}


.clm_pright .clm_photo{
	width: 100%;
}







/*reserveエリア*/
.reserve{
	text-align: center;
	margin: 80px 0 0 0;
	font-size: 160%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reserve .tel{
	font-size: 210%;
	margin-top: 30px;
}


.reserve .tel span{
	background: url(/en/ski/experience/img/tel.png) no-repeat left 6px;
	background-size: 13%!important;
	padding-left: 65px;
}

.reserve .tel.black span{
	background: url(/en/ski/experience/img/tel_b.png) no-repeat left 6px;
}



.reserve .tel_btn{
	font-size: 100%;
	width: 400px;
	margin: auto;
}

.reserve .tel_btn a{
	display: block;
	background: #fff;
	border-radius: 30px;
	color: #0d1c4f;
	font-weight: bold;
	padding: 14px 0 12px 0;
	box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.2);
	transition: ease .2s;
}

.reserve .tel_btn a:hover{
    opacity: 0.7;
	transition: ease .2s;
}

@media only screen and (max-width:920px){

	.reserve{
		margin: 30px 0 0 0;
		font-size: 140%;
	}

	.reserve .tel{
		font-size: 120%;
	}
	
	.reserve .tel span{
		background: url(/en/ski/experience/img/tel2.png) no-repeat 10px center;
		padding: 14px 0 14px 50px;
	}

	.reserve .tel a{
		display: block;
		background: #fff;
		border-radius: 30px;
		color: #0d1c4f;
		font-weight: bold;
		padding: 14px 0 14px 0;

	}

	.reserve .tel_btn{
		width: 100%;
	}

}



@media only screen and (max-width:920px){

	.clm_pleft,
	.clm_pright{
		display: block;
	}

	.clm_pleft .clm_photo{
		width: 92%;
		margin-bottom: 7vw;
	}

	.clm_pleft .clm_txt,
	.clm_pright .clm_txt,
	.clm_pright .clm_txt_center,
	.clm_pright.p_only .clm_txt{
		width: 100%!important;
		padding:0 7vw 3vw 7vw;
	}

	.clm_pright .clm_photo,
	.clm_pright.p_only .clm_photo{
		width: 92%;
		margin: 22px 0 0 auto;
	}

	.clm_center{
		width: 100%;
		padding:0 7vw 0 7vw;
		box-sizing: border-box;
	}
	.clm_center .clm_txt{
		margin-bottom: 7vw;
		box-sizing: border-box;
	}
	

}


/*-------------------------------------
エレベーター
-------------------------------------*/

/*========= 現在地表示のためのCSS ===============*/

#dummy{height: 0;}
.dummy_nav{display: none;}

#sidenav{
	position: fixed;
	top: 30%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 2!important;
	text-align: center;
  }
  
  /*========= レイアウトのためのCSS ===============*/

  #g-nav ul{
	list-style: none;
  }
  
  #g-nav ul li{
	display:flex;
	justify-content: space-between;
	align-items: center;
	line-height: 100%;
	margin-right: -50px;
}

  #g-nav ul li span{
	display: block;
	text-decoration: none;
	transition:all 0.3s;
	color: #888;
	padding: 5px 5px 4px 8px;
	font-size: 80%;
	opacity: 0;
	margin-right: -4px;
	width: 40px;

 }

 
  span.time_line{opacity: 100!important;}
  span.time_line::before{
	content: "";
	position: absolute;
	top: center;
	right: 0;
	content:"";
	display:block;
	width:18px;
	height:1px;
	background-color:#888;
  }

  
  #g-nav ul li.current span{
	display: inline-block;
	background: #003078;
	color: #fff;
	opacity: 100;
	width: 40px;
  }



  #g-nav ul li.current span.time_line{
	display:none;
  }


  @media screen and (max-width:920px) {
	#sidenav{
		position: fixed;
		top:15%;
	  }

  }
