@charset "utf-8";

/* eyeCatch */
.eyeCatch_outerWrap{
	aspect-ratio: 1920/1080;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.eyeCatch{
	width: 100%;
	height: 100%;
	position: relative;
}
.eyeCatch_inner{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.effect01{
	mix-blend-mode: screen;
}
.effect02{
	mix-blend-mode: overlay;
}
.effect03{
	mix-blend-mode: multiply;
}
@media (max-width:768px){	
	.eyeCatch_outerWrap{
		aspect-ratio: 768/1000;
	}
}

/* ttl */
.ttlInner{
	width: 1320px;
	margin: 0 auto;
	padding-top: 80px;
	margin-bottom: 50px;
}
.ttlInner h3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.ttlInner h3 span{
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.ttlInner h3 span:last-of-type{
	font-size: 1.5em;
	letter-spacing: 0.25em;
}
.ttlInner p{
	font-size: 1.25em;
	line-height: 1.8;
	text-align: center;
}
@media (max-width:1600px){
	.ttlInner{
		width: 82.5%;
	}
}
@media (max-width:1200px){
	.ttlInner{
		width: 90%;
	}
}
@media (max-width:500px){
	.ttlInner h3 span{
		font-size: 2.5em;
	}
	.ttlInner h3 span:last-of-type{
		font-size: 1.25em;
	}
	.ttlInner p{
		font-size: 1em;
	}
}

/* map */
.mapInner{
	width: 1320px;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media (max-width:1600px){
	.mapInner{
		width: 82.5%;
	}
}
@media (max-width:1200px){
	.mapInner{
		width: 90%;
	}
}

/* locationContents */
.locationContents_row{
	width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.locationContents_inner{
	width: 30%;
	margin-bottom: 30px;
}
.locationContents_inner .imgBox{
	margin-bottom: 10px;
}
.locationContents_inner .txtBox h4{
	font-size: 1.15em;
	text-align: center;
}
@media (max-width:1600px){
	.locationContents_row{
		width: 82.5%;
	}
}
@media (max-width:1200px){
	.locationContents_row{
		width: 90%;
	}
}
@media (max-width:768px){
	.locationContents_inner{
		width: 48%;
		margin-bottom: 30px;
	}
}
@media (max-width:500px){
	.locationContents_inner .txtBox h4{
		font-size: 1em;
	}
}
@media (max-width:375px){
	.locationContents_inner{
		width: 100%;
	}
}