<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------
	CONCEPT CSS

	- #main_img
	- #intro_sec
	- #sec_bgimg
	- #premium_sec

-----------------------------------------*/

:root {
	--main_color: #2b665e;
}

.w1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


/*============================
#main_img
============================*/
#main_img {
	background: url("../img/location/main_img.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 80px;
	position: relative;
}
#main_img::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background: rgb(0 0 0 / 29%);
	width: 470px;
	height: 172px;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px){
#main_img {
	margin-bottom: 40px;
}
#main_img::before {
	width: 210px;
	height: 90px;
}
}


/* #intro_sec */

#intro_sec h3 {
	font-size: 32px;
	color: var(--main_color);
	letter-spacing: 0.075em;
	margin-bottom: 35px;
	text-align: center;
}
#intro_sec .txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 90px;
	line-height: 2.25;
	text-align: center;
}

#intro_sec .img_area{
	margin-bottom: 130px;
}


#intro_sec .img_area02{
	max-width: 1540px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 120px;
}

 #intro_sec .img{
max-width: 1040px;
margin-left: auto;
margin-right: auto;
}

#intro_sec .img p {
	padding-top: 5px;
	font-size: 13px;
	text-align: right;
}


@media only screen and (max-width: 768px){
	#intro_sec .img_area02{
		flex-direction: column;
		margin-bottom: 45px;
	}
	#intro_sec h3 {
		font-size: 20px;
		margin-bottom: 17.5px;
	}

	#intro_sec .txt {
		font-size: 14px;
		margin-bottom: 45px;
		text-align: left;
	}
	#intro_sec .img_area{
		margin-bottom: 45px;
	}

}

/* #location_sec */

#location_sec .txt_area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

#location_sec .txt_area h3{
	font-size: 32px;
	color: var(--main_color);
	letter-spacing: 0.075em;
	margin-bottom: 35px;
}

#location_sec .txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-bottom: 90px;
	line-height: 2.25;

}


 #location_sec .location_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
  gap: 50px;
	margin-bottom: 130px;
}


#location_sec .img p {
	padding-top: 5px;
	font-size: 13px;
	text-align: end;
}

@media only screen and (max-width: 768px){

	#location_sec .location_container{
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 45px;
	}

	#location_sec .txt_area h3 {
		font-size: 20px;
		margin-bottom: 17.5px;
		text-align: center;

	}

	#location_sec .txt {
		font-size: 14px;
		margin-bottom: initial;
	}



}



/* #location_map_sec */


#location_map_sec .img{
	margin-bottom: 40px;
}


#location_map_sec .map_box {
text-align: left;
font-size: 12px;
margin-bottom: 90px;
line-height: 2.25;
}


@media only screen and (max-width: 768px){

	#location_map_sec .img{
		margin-bottom: 25px;
	}



	#location_map_sec .map_box{
margin-bottom: initial;
	}

}


.bnr_area{
  text-align: center;
  margin: 80px auto;
}
.bnr_area .bnr{
  max-width: 782px;
  margin: 0 auto 30px;
}

.bnr_area .bnr.sumukin{
  border: 1px solid #b8a279;
}

@media not all and (min-width: 768px) {
.bnr_area{
  text-align: center;
  margin: 35px 0 50px;
}
.bnr_area .bnr{
  margin: 0 auto 15px;
}
}</pre></body></html>