/* CSS Document */

#detail{}
	#detail > *+*{
		margin-top: 2em;
		}

#title{}
	#title h1{
		font-size: 1.6em;
		font-weight: bold;
		}
		#title h1 span{
			color: #4d4d4d;
			font-size: 0.6em;
			font-weight: normal;
			}
	#title h2,#title p{
		margin-top: 0.5em;
		color: var(--secondary-color);
		line-height: 1.4em;
		}

#hero{}
	#hero ul{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		}
		#hero li{
			width: 50%;
			}
	#hero ul+div{
		margin-top: 1em;
		text-align: center;
		}
	#hero .post1{
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		}
	#hero .post2{}
	#hero .post3{}
		#hero .post3 li{
			width: 33.33%;
			}
	#hero .post4{}
	#hero .post5{}
		#hero .post5 li:nth-child(n+3){
			width: 33.33%;
			}
	#hero .post6{}
		#hero .post6 li{
			width: 33.33%;
			}
	#hero .post7{}
		#hero .post7 li:nth-child(n+5){
			width: 33.33%;
			}
	#hero .post8{}
		#hero .post8 li:nth-child(n+3){
			width: 33.33%;
			}
	#hero .thumbBox{
		padding-top: 66.66%;
		}

#catch{
	color: var(--secondary-color);
	}

#text{}
	#text p+p{
		margin-top: 1em;
		}

#youtube{
	text-align: center;
	}

#infomation{}
	#infomation dl{
		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;
		border: 1px solid #b7b7b7;
		}
	#infomation dt,
	#infomation dd{
		padding: 0.5em;
		}
		#infomation dt:nth-of-type(n+2),
		#infomation dd:nth-of-type(n+2){
			border-top: 1px solid #b7b7b7;
			}
	#infomation dt{
		width: 14em;
		background: #D1D8E1;
		}
	#infomation dd{
		width: calc(100% - 14em);
		}

#gMap{
	height: 50vw;
	}

#spot{}
	#spot 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: 2em 0;
		}
		#spot aside a{
			display: block;
			width: calc(33.33% - 0.7em);
			padding: 1em;
			background: #fff;
			border: 1px solid #b7b7b7;
			border-radius: 0.2em;
			line-height: 3em;
			}
			#spot aside a:hover,
			#spot aside a:active{
				border-color: var(--primary-color);
				}
		#spot aside img{
			max-height: 3em;
			vertical-align: middle;
			}

#spotList{}
	#spotList 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;
		}
	#spotList li{
		width: calc(25% - 0.75em);
		margin-top: 1em;
		text-align: center;
		}
		#spotList li a{
			position: relative;
			display: block;
			color: inherit;
			}
		#spotList 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;
			}

#planTab{
	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;
	border-bottom: 0.1em solid var(--primary-color);
	}
	#planTab li{
		width: calc(50% - 0.5em);
		padding: 1em;
		background: #D1D8E1;
		border-radius: 0.2em 0.2em 0 0;
		text-align: center;
		line-height: 1.4em;
		transition: background 0.2s ease-out;
		}
		#planTab li:hover,
		#planTab li:active{
			cursor: pointer;
			opacity: 0.8;
			}
	#planTab li.select{
		background: var(--primary-color);
		color: #fff;
		}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
	#youtube{
		text-align: center;
		position:relative;
		width:80%;
		padding-top:56.25%;
		}
		#youtube iframe{
			position:absolute;
			top:0;
			right:0;
			width:100%;
			height:100%;
			}
	#gMap{
		height: 75vw;
		}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#hero{}
	#hero li{
		width: 100%;
		}
	#hero .post1{}
	#hero .post2{}
	#hero .post3{}
		#hero .post3 li{
			width: 100%;
			}
		#hero .post3 li:nth-child(n+2){
			width: 50%;
			}
	#hero .post4{}
		#hero .post4 li:nth-child(n+3){
			width: 50%;
			}
	#hero .post5{}
	#hero .post6{}
		#hero .post3 li{
			width: 100%;
			}
		#hero .post6 li:nth-child(n+3){
			width: 50%;
			}
	#hero .post7{}
		#hero .post7 li:nth-child(n+3){
			width: 50%;
			}
		#hero .post7 li:nth-child(n+5){
			width: 33.33%;
			}
	#hero .post8{}
	#hero .thumbBox{
		padding-top: 66.66%;
		}
#infomation{}
	#infomation dl{
		margin: 0 -1em;
		border-width: 1px 0 1px 0;
		}
	#infomation dt,
	#infomation dd{
		width: 100%;
		padding: 1em;
		}
		#infomation dd:nth-of-type(n+2){
			border: none;
			}
#spot{}
	#spot aside{}
		#spot aside a{
			width: 100%;
			}
		#spot aside a+a{
			margin-top: 0.5em;
			}
#spotList{}
	#spotList li{
		width: calc(50% - 0.5em);
		}
#planTab{}
	#planTab li{
		width: calc(50% - 0.2em);
		padding: 0.5em;
		font-size: 0.8em;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
}


/* for PC */
@media (min-width: 960px) {
/*960px以上*/
#title{}
	#title h1{
		font-weight: 500;
		}
#gMap{
	height: 30em;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
#title{}
	#title h1{
		font-size: 1.8em;
		}
	#title h2,#title p{
		font-size: 1.2em;
		}
}


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



