@charset "UTF-8";

article#gelende_wrapper #mycar_lead{
	margin-top: 10px;
	padding: 20px;
	font-size: 18px;
	font-size: 18rem;
	background: #FFF;
	border-radius: 10px;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.3));
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,.3));
}

/* ---------------------------------------------------------
	ショーカットメニュー
---------------------------------------------------------*/
dl#short_menu{
	padding: 20px;
	font-size: 16px;
	font-size: 16rem;
	background: #DBEEED;
	border-radius: 10px;
}
dl#short_menu dt{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
	background: #83B3B6;
	border-radius: 5px;
}
dl#short_menu dd{
	margin-top: 15px;
}
dl#short_menu dd ul{
	gap: 15px 30px;
	justify-content: center;
}
dl#short_menu dd ul li{
	text-indent: -1em;
	margin-left: 1em;
}
dl#short_menu dd ul li a{
	display: block;
}
dl#short_menu dd ul li a::before{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-size: 14rem;
	font-weight: 900;
	padding-right: 3px;
}
dl#short_menu{
	width: 100%;
	margin: 30px auto 0;
}
@media screen and (max-width: 430px){
	dl#short_menu{
		padding: 10px;
	}
	dl#short_menu dt{
		cursor: pointer;
		color: #FF0;
		background: #1592E6;
	}
	dl#short_menu dt:hover{
		color: #FFF;
		background: #52A437;
	}
	dl#short_menu dt.opn{
		border-radius: 10px 10px 0 0;
	}
	dl#short_menu dd{
		display: none;
	}
	dl#short_menu dd ul{
		gap: 15px 15px;
		justify-content: flex-start;
		font-size: 14px;
		font-size: 14rem;
	}
}

/* ---------------------------------------------------------
	マップ
---------------------------------------------------------*/
article#gelende_wrapper .gelende_list > h1.wline{
	margin-top: 80px;
}
article#gelende_wrapper .gelende_list:first-of-type > h1.wline{
	margin-top: 30px;
}
article#gelende_wrapper .gelende_list .map_wrapper{
	width: calc((100% - 60px) / 3);
	margin-top: 30px;
	margin-right: 30px;
}
dl.dep_link{
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	text-align: center;
	background: #DBEEED;
	border: 1px solid #83B3B6;
	border-radius: 5px;
}
dl.dep_link dt{
	width: 100%;
	font-weight: bold;
}
dl.dep_link dd{
	display: flex;
	margin-top: 5px;
	margin-left: 10px;
}
dl.dep_link dd:not(.noentry){
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
}
dl.dep_link dd.noentry{
	font-size: 16px;
	font-size: 16rem;
	font-weight: bold;
}
dl.dep_link dd:first-of-type{
	margin-left: 0;
}
dl.dep_link dd a{
	display: block;
	width: 100%;
	padding: 5px 0;
	line-height: 1.3;
	text-decoration: none;
	color: #000;
	background: #FFF;
	border-radius: 3px;
	border: 2px solid #83B3B6;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
}
dl.dep_link dd a:hover{
	color: #FFF;
	background: #83B3B6;
	border: 2px solid #FFF;
}
dl.dep_link dd a em{
	display: block;
	font-size: 16px;
	font-size: 16rem;
	font-weight: bold;
}
dl.dep_link dd a em span{
	display: block;
	font-size: 14px;
	font-size: 14rem;
}
.map_wrapper iframe{
	width: 100%;
	height: 400px;
}

/* ---------------------------------------------------------
	ゲッレンデリスト
---------------------------------------------------------*/
article#gelende_wrapper .gelende_list section.gelende{
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-top: 30px;
	padding: 10px;
	background: #FFF;
}
article#gelende_wrapper .gelende_list section.gelende:nth-of-type(3n+2){
	margin-right: 0;
}
section.gelende h2{
	width: 100%;
	text-indent: -14px;
	padding: 5px 0 5px 21px;
	font-size: 16px;
	font-size: 16rem;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
}
section.gelende h2::before{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-size: 18rem;
	font-weight: 900;
	padding-right: 3px;
	transition: 00.3s;
}
section.gelende h2.sp_gelende{
	display: none;
}
section.gelende h2.sp_gelende::before{
	content: "\f055";
	color: #1592E6;
}
section.gelende h2.sp_gelende.opn::before{
	content: "\f056";
}
section.gelende span.carplan{
	display: inline-block;
	width: 48%;
	margin: 5px 0 0 2%;
	padding: 5px 0;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}
section.gelende span.carplan.daypln{
	background: #52A437;
}
section.gelende span.carplan.htlpln{
	background: #FF871B;
}
section.gelende span.carplan.noplan{
	background: none;
}
section.gelende span.carplan:first-of-type{
	margin-left: 0;
}
section.gelende figure{
	float: left;
	width: 180px;
	height: 120px;
	margin: 10px 10px 0 0;
}
section.gelende figure a{
	position: relative;
	display: block;
	height: 120px;
}
section.gelende figure a::after{
	position: absolute;
	right: 3px;
	bottom: 3px;
	content: "\f00e";
  font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 16rem;
	font-weight: 900;
	padding-right: 3px;
}
section.gelende figure a:hover::after{
	color: #1592E6;
}
section.gelende figure a:hover img{
	opacity: 0.6;
}
section.gelende .outline{
	margin-top: 10px;
}
.gelende .gelende_wrap{
	display: block;
}
.gelende .gelende_wrap dl.data{
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
}
.gelende_wrap dl.data dt{
  position: relative;
	width: 6.5em;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	color: #FFF;
	background: #78C7E7;
	border-radius: 5px;
}
.gelende_wrap dl.data dt::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #78C7E7;
}
.gelende_wrap dl.data dd{
	width: calc(100% - 100px);
	margin-left: 10px;
}
.gelende_wrap dl.data dd:nth-of-type(-n+2){
	width: calc(50% - 100px);
}
.gelende_wrap dl.data dt:not(:last-of-type),
.gelende_wrap dl.data dd:not(:last-of-type){
	margin-bottom: 10px;
}
.gelende_wrap dl.data dd table{
	width: 100%;
}
.gelende_wrap dl.data dd table td{
	font-weight: bold;
	white-space: nowrap;
	padding: 3px 0;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
.gelende_wrap dl.data dd table td span{
	display: block;
	font-size: 10px;
	font-size: 10rem;
	font-weight: normal;
	color: #FFF;
}
.gelende_wrap dl.data dd table td:nth-of-type(1){ background: #6AB218; }
.gelende_wrap dl.data dd table td:nth-of-type(2){ background: #EF8A18; }
.gelende_wrap dl.data dd table td:nth-of-type(3){ background: #D1201E; }
.gelende_wrap p.gelende_link{
	margin-top: 10px;
}
.gelende_wrap p.gelende_link a{
	display: block;
	padding: 8px 0;
	font-size: 16px;
	font-size: 16rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	color: #FF0;
	background: rgba(21,146,230,1);
	border-radius: 100vh;
}
.gelende_wrap p.gelende_link a:hover{
	color: rgba(21,146,230,1);
	background: #FF0;
}


/* ---------------------------------------------------------
	レスポンシブ
--------------------------------------------------------- */
@media screen and (max-width: 768px){
	dl.dep_link dd:not(.noentry){
		-webkit-box-flex: 0;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
	}
	article#gelende_wrapper .gelende_list .map_wrapper,
	article#gelende_wrapper .gelende_list section.gelende{
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	article#gelende_wrapper .gelende_list section.gelende:nth-of-type(3n+2){
		margin-right: 20px;
	}
	article#gelende_wrapper .gelende_list section.gelende:nth-of-type(2n+1){
		margin-right: 0;
	}
	article#gelende_wrapper .gelende_list .map_wrapper iframe{
		height: 420px;
	}
}
@media screen and (max-width: 568px){
	dl.dep_link dd:not(.noentry){
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
	article#gelende_wrapper h2.pc_gelende,
	article#gelende_wrapper .gelende_list .map_wrapper,
	.gelende .gelende_wrap{
		display: none;
	}
	article#gelende_wrapper h2.sp_gelende{
		display: block;
	}
	article#gelende_wrapper .gelende_list section.gelende{
		margin-top: 10px;
	}
	section.gelende figure{
		width: 120px;
		height: 100px;
	}
	section.gelende figure a{
		height: 100px;
	}
}
@media screen and (max-width: 567px){
	dl.dep_link dd:not(.noentry){
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
	}
	article#gelende_wrapper .gelende_list section.gelende{
		width: 100%;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 320px){
}
