@charset "utf-8";

/* navHeight */
.navHeight{
	width:100%;
	height: 129px;
}
@media (max-width:1200px){
	.navHeight{
		width:100%;
		height: 70px;
	}
}

/* eyeCatch */
.eyeCatch{
	position: relative;
}
.eyeCatch_wrap{
	position: relative;
}
.eyeCatch_txtBox{
	text-align: center;
	position: absolute;
	width:100%;
	top: 80px;
}
.eyeCatch_txtBox h3{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 30px;
}
.eyeCatch_txtBox p{
	font-size: 1em;
	line-height: 1.8;
}
.eyeCatch_txtBox .emTxt{
	font-size: 1.75em;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.eyeCatch_wrap:after{
	content: '';
	background-image: url(../images/top/waveBottom.svg);
	aspect-ratio: 1920/94;
	width: 100%;
	height: auto;
	position: absolute;
	bottom:-1px;
	left: 0;
}
@media (max-width:1600px){ 
	.over1600{
		display: none;
	}         
	.eyeCatch_wrap>.under1800{
		display: none;
	}
}
@media (max-width:1400px){          
	.eyeCatch_wrap>.under1600{
		display: none;
	}
}
@media (max-width:1200px){          
	.eyeCatch_wrap>.under1400{
		display: none;
	}
}
@media (max-width:768px){            
	.eyeCatch_txtBox{
		padding: 80px 0;
		position: static;
	}
	.eyeCatch_txtBox h3{
		font-size: 2.75em;
		color: #0078ad;
	}
	.eyeCatch_txtBox p{
		font-size: 1.25em;
	}
	.eyeCatch_txtBox .emTxt{
		font-size: 2em;
	}
}
@media (max-width:500px){            
	.eyeCatch_txtBox{
		padding: 50px 0;
	}
	.eyeCatch_txtBox h3{
		font-size: 2.5em;
	}
	.eyeCatch_txtBox p{
		font-size: 1em;
	}
	.eyeCatch_txtBox .emTxt{
		font-size: 1.75em;
	}
}

/* mainTxt */
.mainTxt{
	padding: 80px 0 160px 0;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.mainTxt_inner{
	width:1320px;
	margin:0 auto;
}
.mainTxt_inner>h3{
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 80px;
}
.locationContents_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 50px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 50px;
	background-color: #fff;
}
.locationContents_txtBox{
	width:32%;
}
.locationContents_txtBox h4{
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color:#0078ad;
	margin-bottom: 30px;
}
.locationContents_txtBox p{
	font-size: 1em;
	line-height: 1.8;
}
.locationContents_imgBox{
	width:65%;
}
/*.mainTxt:after{
	content: '';
	background-image: url(../images/location/waveBottom_blue.svg);
	aspect-ratio: 1920/98;
	width: 100%;
	height: auto;
	position: absolute;
	bottom:-1px;
	left: 0;
}*/
.waveWrap{
	position: absolute;
	bottom:0;
	left:0;
}
@media (max-width:1600px){
	.mainTxt_inner{
		width:82.5%;
	}
}
@media (max-width:1400px){
	.locationContents_txtBox h4{
		font-size: 1.5em;
	}
}
@media (max-width:1200px){
	.mainTxt_inner>p:last-of-type{
		margin-bottom:30px;
	}
	.mainTxt_inner{
		width:90%;
	}
}
@media (max-width:1024px){
	.mainTxt_inner{
		width:60%;
	}
	.locationContents_row{
		padding: 50px 50px;
		flex-direction: column;
	}
	.locationContents_txtBox{
		width:90%;
		margin-bottom: 15px;
	}
	.locationContents_imgBox{
		width:100%;
	}
	.locationContents_txtBox h4{
		text-align: center;
		margin-bottom: 15px;
	}
	.locationContents_row:last-of-type>.locationContents_imgBox{
		order: 1;
	}
}
@media (max-width:768px){
	.mainTxt{
		background-image: url(../images/top/waveBg_sp.jpg);
	}
	.mainTxt_inner{
		width:90%;
	}
}
@media (max-width:500px){
	.mainTxt{
		padding: 50px 0 80px 0;
	}
	.mainTxt_inner>h3{
		margin-bottom: 50px;
	}
	.locationContents_row{
		padding: 30px 25px;
		flex-direction: column;
	}
}

/* map */
.map{
	padding: 150px 0 0 0;
	background-color: #d8e4ea;
}
.mapInner{
	width:1320px;
	margin: 0 auto;
}
@media (max-width:1600px){
	.mapInner{
		width:82.5%;
	}
}
@media (max-width:1200px){          
	.mapInner{
		width:90%;
	}
}
@media (max-width:768px){
	.mapInner>p>div{
		z-index: 2;
	}
	.leaflet-left {
		left: auto;
		right: 0;
	}
	.leaflet-top {
		top: auto;
		bottom: 0;
	}
	.leaflet-left .leaflet-control {
		margin-left: 0px;
		margin-right: 10px;
	}
	.leaflet-top .leaflet-control {
		margin-top: 0px;
		margin-bottom: 10px;
	}
}
@media (max-width:500px){
	.map{
		padding: 50px 0 0 0;
	}
}

/* pageNotice */
.pageNotice {
    background-color: #d8e4ea;
    padding: 50px 0;
}