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

/*=======================================
	map_wrap
=======================================*/
#map_wrap {
	
}
#map_wrap h2 {
	font-size: 42px;
	letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	background: rgb(66, 66, 66);
	transition: var(--transition_delay);
	margin-bottom: 85px;
	position: relative;
}
#map_wrap span {
	font-size: 12px;
	display: block;
}
#map_wrap .map_area {
	margin-bottom: 80px;
}
#map_wrap .map_area .ttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.entry {
	margin-bottom: 100px;
}
#map_wrap .img{
	width: fit-content;
	margin: 0 auto 60px;
}
.sttl {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.img_note {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#map_wrap h2 {
		font-size: 24px;
    padding: 30px 0;
    margin-bottom: 40px;
	}
	#map_wrap .map_area .ttl {
		font-size: 24px;
		line-height: 1.3;
	}
	#map_wrap .map_area {
		margin-bottom: 10px;
	}
	.entry {
		margin-bottom: 60px;
	}
	#map_wrap .img{
		margin-bottom: 30px;
	}
	.sttl {
		font-size: 22px;
		line-height: 1.3;
	}
	.img_note {
		font-size: 11px;
	}
}</pre></body></html>