/* CSS Document */

#hero{
	position: relative;
	padding: 0;
	}
	#hero li{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		position: relative;
		height: 50vw;
		}
		#hero li a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: rgba(0,0,0,0);
			}
	#hero dl{
		float: left;
		background: rgba(0,0,0,0.6);
		border: 0.2em solid #fff;
		color: #fff;
		fill: #fff;
		}
	#hero dt{
		font-weight: bold;
		line-height: 1.2em;
		}
	#hero dt+dd{
		border-top: 1px solid #fff;
		line-height: 1em;
		}
	#hero dd i{
		vertical-align: middle;
		}
		#hero dd i svg{
			width: 1.2em;
			height: 1.2em;
			}
	#hero .thumbBox{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-size: cover;
		z-index: -1;
		}
		#hero .thumbBox img{
			object-fit: cover;
			}
	#hero .wrap{
		}

#overview{}
	#overview p{
		text-align: center;
		}
		#overview p:last-of-type{
			color:#E00;
			font-size: 0.8em;
			}
	#overview .youtube{
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2em;
		}
		#overview .youtube div{
			position: relative;
			/*padding-top: 66.66%;*/
			padding-top: 60%;
			}
		#overview .youtube iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}

#access{
	overflow: hidden;
	}

#accessLink{}
	#accessLink ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		list-style: none;
		}
	#accessLink li{
		width: calc(50% - 0.5em);
		}
		#accessLink li:nth-child(n+3){
			margin-top: 1em;
			}
		#accessLink li a{
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			color: inherit;
			text-decoration: none;
			}
			#accessLink li a:hover span,
			#accessLink li a:active span{
				border-bottom: 0.1em solid #f6ad49;
				}
		#accessLink li i{
			width: 4em;
			border-radius: 100%;
			overflow: hidden;
			}
			#accessLink li i .thumbBox{
				}
		#accessLink li span{
			max-width: calc(100% - 4em);
			padding-left: 0.5em;
			line-height: 1.2em;
			}
	#accessLink p{
		margin-top: 2em;
		text-align: center;
		}

#accessMap{
	position: relative;
	}
	#accessMap dl{
		position: absolute;
		top: 1em;
		right: 1em;
		background: #fff;
		border-radius: 0.2em;
		box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.3);
		overflow: hidden;
		}
	#accessMap dt{
		padding: 0.8em 1em;
		background: #93ca21;
		color: #fff;
		text-align: center;
		}
	#accessMap dd{
		padding: 1em;
		}
		#accessMap dd:last-child{
			text-align: center;
			}
	#accessMap dd+dd{
		padding-top: 0;
		}
	#accessMap ul{
		list-style: none;
		}
	#accessMap li{
		position: relative;
		padding-left: 1.2em;
		line-height: 1.4em;
		}
		#accessMap li:before{
			content: "";
			position: absolute;
			left: 0;
			top: 0.4em;
			width: 0.8em;
			height: 0.8em;
			border: 0.2em solid #93ca21;
			border-radius: 100%;
			box-sizing: border-box;
			}
	#accessMap li+li{
		margin-top: 0.5em;
		}
	#accessMap .thumbBox{
		padding-top: 85%;
		background-position: top left;
		}
		#accessMap .thumbBox img{
			object-fit: cover;
			object-position: top left;
			}

#feature{
	background: url(../images/featureBg.jpg) center center;
	background-size: cover;
	}
	#feature section{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0;
		padding: 1em 0;
		border-bottom: 1px solid #b7b7b7;
		position: relative;
		}
	#feature figure{
		width: 30%;
		}
	#feature figure+div{
		width: 70%;
		padding-left: 1em;
		}
	#feature ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		list-style-type: none;
		margin-bottom: 1em;
		}
	#feature li{
		width: 1.8em;
		height: 1.8em;
		background: #000;
		border-radius: 100%;
		color: #fff;
		text-align: center;
		line-height: 1.7em;
		}
	#feature li+li{
		margin-left: 0.3em;
		}
	#feature h3{
		font-weight: bold;
		font-size: 1.2em;
		}
	#feature p{
		margin-top: 0.5em;
		}
	#feature .spr{
		background: #ffb0cc;
		}
	#feature .sum{
		background: #73bbff;
		}
	#feature .aut{
		background: #f6ad49;
		}
	#feature .win{
		background: #93ca21;
		}
	#feature .pr{
		width: auto;
		height: auto;
		margin-left: 0.8em;
		padding: 0.3em 0.5em;
		background: #ed6d21;
		border-radius: 0;
		line-height: 1em;
		}
	#feature .wrap{
		padding: 2em 1em;
		background: rgba(255,255,255,0.9);
		border-radius: 0.2em;
		}
	#feature .thumbBox{
		padding-top: 66.66%;
		}

#ranking{}
	#ranking ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		list-style: none;
		}
	#ranking li{
		width: calc(20% - 0.5em);
		}
		#ranking li a{
			position: relative;
			display: block;
			color: inherit;
			}
		#ranking li span{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			padding: 0.8em;
			background: rgba(255,255,255,0.8);
			line-height: 1em;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			text-align: center;
			}
		#ranking li i{
			position: absolute;
			top: 0;
			left: 0;
			padding: 0.5em;
			background: #93ca21;
			color: #fff;
			line-height: 1em;
			}

#lodging{
	background: url(../images/lodgingBg.jpg) center center;
	background-size: cover;
	color: #fff;
	}
	#lodging p{
		text-align: center;
		}
	#lodging aside{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		text-align: center;
		margin-top: 1em;
		}
		#lodging aside a{
			display: block;
			width: calc(33.33% - 0.7em);
			padding: 1em;
			background: #fff;
			border-radius: 0.2em;
			line-height: 3em;
			}
		#lodging aside img{
			max-height: 3em;
			vertical-align: middle;
			}

#information{
	background: #f0ede6;
	}
	#information header{
		width: 100%;
		}
	#information section{
		position: relative;
		width: calc(33.33% - 0.667em);
		margin: 0;
		padding: 1em;
		background: #fff;
		border-radius: 0.2em;
		box-shadow: 0.5em 0.5em 0 rgba(0,0,0,0.15);
		}
		#information section:hover h3 i,
		#information section:active h3 i{
			background: #f6ad49;
			}
		#information div section:first-of-type{
			display: none;
			}
		#information section:nth-of-type(2n+3){
			margin-left: 1em;
			}
	#information h3{
		position: relative;
		padding-top: 5em;
		font-weight: bold;
		text-align: center;
		}
		#information h3 i{
			position: absolute;
			top: 0;
			left: calc(50% - 0.5em);
			background: #ed6d21;
			width: 1em;
			height: 1em;
			border-radius: 100%;
			fill: #fff;
			font-size: 4.8em;
			line-height: 1em;
			transition: background 0.2s ease-out;
			overflow: hidden;
			z-index: 1;
			}
	#information p{
		margin-top: 0.5em;
		}
	#information a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: rgba(0,0,0,0)
		}
	#information .wrap{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		list-style: none;
		}

#instagram{
	padding-bottom: 0;
	text-align: center;
	}
	#instagram i{
		position: relative;
		padding-left: 1.8em;
		}
	#instagram svg{
		position: absolute;
		left: 0;
		top: calc(50% - 0.7em);
		width: 1.4em;
		height: 1.4em;
		}
	#instagram ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 2em;
		list-style: none;
		}
	#instagram li{
		width: 14.28%;
		}

#sns{}
	#sns p{
		font-size: 1.2em;
		}
	#sns p+div{
		display: block;
		margin-top: 1em;
		}
	#sns i{
		position: relative;
		padding-left: 1.8em;
		}
	#sns svg{
		position: absolute;
		left: 0;
		top: calc(50% - 0.7em);
		width: 1.4em;
		height: 1.4em;
		}
	#sns .youtube{}
		#sns .youtube div{
			position: relative;
			padding-top: 66.66%;
			}
		#sns .youtube iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	#sns .facebook{}
	#sns .wrap{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		list-style: none;
		}
		#sns .wrap > div{
			width: calc(50% - 1em);
			max-width: 500px;
			text-align: center;
			}


/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
#hero{}
	#hero .slick-arrow{
		font-size: 1.5em;
		}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#hero{}
	#hero dl{
		font-size: 0.6em;
		}
#accessLink{}
	#accessLink li{
		width: 100%;
		}
	#accessLink li+li{
		margin-top: 1em;
		}
#accessMap{}
	#accessMap dl{
		position: static;
		margin: 1em 1em 0;
		}
#feature{}
	#feature section{
		padding: 0 0 1em 0;
		}
	#feature figure{
		width: 100%;
		}
	#feature figure+div{
		width: 100%;
		margin-top: 1em;
		padding: 0;
		padding-left: 1em;
		padding-right: 1em;
		}
#ranking{}
	#ranking li{
		width: calc(50% - 0.5em);
		}
	#ranking li:first-child{
		width: 100%;
		}
	#ranking li+li{
		margin-top: 1em;
		}
#lodging{}
	#lodging aside{}
		#lodging aside a{
			width: 100%;
			}
		#lodging aside a+a{
			margin-top: 0.5em;
			}
#information{}
	#information section{
		width: 100%;
		margin-left: 0 !important;
		}
	#information section+section{
		margin-top: 1em;
		}
#instagram{}
	#instagram li{
		width: 33.33%;
		}
	#instagram li:nth-child(n+10){
		display: none;
		}
#sns{}
	#sns .facebook{
		margin: 2em 0 0 0;
		}
	#sns .wrap{
		display: block;
		}
		#sns .wrap > div{
			width: 100%;
			margin-left: 0;
			}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
#hero{}
	#hero dt{
		font-size: 1.2em;
		}
#access{
	padding-bottom: 0;
	}
#feature{}
	#feature section{
		padding: 1em;
		}
#instagram{}
	#instagram li{
		width: 20%;
		}
	#instagram li:nth-child(n+11){
		display: none;
		}
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
#hero{}
	#hero .slick-arrow{
		font-size: 2em;
		}
#feature{}
	#feature p{
		margin-top: 1em;
		}
#lodging{}
	#lodging aside{}
		#lodging aside a{
			line-height: 2em;
			}
		#lodging aside img{
			max-height: 2em;
			}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#hero{}
	#hero dt{
		font-size: 1.3em;
		}
#access{
	padding-bottom: 0;
	}
}
@media (max-width: 991px) {
/*991px以下*/
#hero{}
	#hero dl{
		padding: 0.8em;
		}
	#hero dt+dd{
		margin-top: 0.8em;
		padding-top: 0.8em;
		}
	#hero .wrap{
		padding: 0 2em;
		}
#accessMap{
	position: relative;
	width: 100vw;
	left: calc(50% - 50vw);
	margin-top: 2em;
	}
#sns{}
	#sns .facebook{
		margin-left: 2em;
		}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#hero{}
	#hero dl{
		padding: 1em;
		}
	#hero dt{
		font-size: 1.4em;
		}
	#hero dt+dd{
		margin-top: 1em;
		padding-top: 1em;
		}
#access{
	position: relative;
	}
#accessLink{
	margin-left: calc(50% + 2em);
	}
#accessMap{
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 50vw;
	height: 100%;
	background: #ccc;
	}
	#accessMap dt,
	#accessMap dd{
		font-size: 0.8em;
		}
	#accessMap .thumbBox{
		height: 100%;
		padding: 0;
		background-position: top left;
		}
		#accessMap .thumbBox img{
			object-fit: cover;
			object-position: top left;
			}
#feature{}
	#feature section{
		padding: 1.5em 0;
		}
	#feature figure{
		width: 30%;
		}
	#feature figure+div{
		width: 70%;
		padding-left: 1.5em;
		}
	#feature h3{
		font-weight: 400;
		}
	#feature .wrap{
		padding: 2em;
		}
#information{}
	#information section{
		width: calc(33.33% - 1.33em);
		padding: 2em;
		}
	#information h3{
		font-size: 1.2em;
		}
#sns{}
	#sns .facebook{
		margin-left: 3em;
		}
	#sns .wrap{}
		#sns .wrap > div{
			width: calc(50% - 1.5em);
			}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1200px*/
#hero{}
	#hero .wrap{
		padding: 0 3em;
		}
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* ie */
@media all and (-ms-high-contrast: none){}


