@charset "utf-8";

/* ttl */
.ttlInner{
	width: 1320px;
	margin: 0 auto;
	padding-top: 100px;
	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%;
	}
}

/* planContents */
.planContents{
	background: linear-gradient(to right,#3d3a35,#555048,#3d3a35);
	opacity: 0.75;
	padding: 80px 0;
	margin-bottom: 50px;
}
.planContents h3{
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #e5dccc;
	text-align: center;
	margin-bottom: 30px;
}
.planContents_row{
	width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.planContents_inner{
	width: 48%;
	margin-bottom: 30px;
}
.locationContents_inner .imgBox{
	margin-bottom: 10px;
}
.locationContents_inner .txtBox h4{
	font-size: 1.15em;
	text-align: center;
}
.ttlBox{
	background: linear-gradient(180deg,transparent 0%,transparent 25%,#40342f 25%,#40342f 100%);
	padding-bottom: 30px;
}
.ttlBox_inner{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
.ttlBox_inner p{
	width: 38%;
}
.ttlBox_inner ul{
	width: 60%;
}
.ttlBox_inner ul li{
	font-size: 1.35em;
	color: #e5dccc;
}
.ttlBox_inner ul li:first-of-type{
	margin-bottom: 5px;
}
.imgBox{
	background-color: #998675;
	padding: 30px 0;
}
.imgBox_inner{
	width: 90%;
	margin: 0 auto;
}
.imgBox_inner p:first-of-type{
	margin-bottom: 30px;
}
.imgBox_inner>.btn{
	text-align: center;
}
.imgBox_inner>.btn>a{
	display: inline-block;
	position: relative;
	border-radius: 50px;
	font-size: 1.5em;
	letter-spacing: 0.25em;
	color: #e5dccc;
	padding:0 70px 5px 50px;
	transition: 0.5s;
}
.imgBox_inner>.btn>a:hover,
.imgBox_inner>.btn>a:active{
	background-color: #3f332e;
	transition: 0.5s;
}
.imgBox_inner>.btn>a:after{
	content: "";
	width:30px;
	height:8px;
	border-bottom:1px solid #e5dccc;
	border-right: 1px solid #e5dccc;        
	position: absolute;
	top: 30%;
	right: 30px;
	transform: skew(45deg);
}
@media (max-width:1600px){
	.planContents_row{
		width: 82.5%;
	}
}
@media (max-width:1300px){
	.ttlBox_inner ul li{
		font-size: 1.25em;
	}
}
@media (max-width:1200px){
	.ttlInner {
		padding-top: 80px;
	}
	.planContents_row{
		width: 90%;
	}
}
@media (max-width:1000px){
	.ttlBox{
		padding-bottom: 20px;
	}
	.ttlBox_inner ul li{
		font-size: 1.15em;
	}
}
@media (max-width:900px){
	.planContents_inner {
		width: 100%;
	}
	.ttlBox_inner p{
		width: 28%;
	}
	.ttlBox_inner ul{
		width: 70%;
	}
}
@media (max-width:768px){
	.ttlInner {
		padding-top: 50px;
	}
	.planContents{
		padding: 50px 0;
	}
	.planContents h3{
		font-size: 2.25em;
	}
	.locationContents_inner{
		width: 48%;
		margin-bottom: 30px;
	}
	.leaflet-top, .leaflet-bottom{
		z-index: 990;
	}
}
@media (max-width:500px){
	.planContents h3{
		font-size: 2em;
	}
	.locationContents_inner .txtBox h4{
		font-size: 1em;
	}
	.ttlBox_inner p{
		width: 38%;
	}
	.ttlBox_inner ul{
		width: 60%;
	}
}
@media (max-width:375px){
	.locationContents_inner{
		width: 100%;
	}
}