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



/********** common変更 **********/



/********** ↑common変更 **********/





.container_map {
    max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}



.map_title {
	font-family: 'Crimson Text', serif;
	color: #43616f;
	font-size: 5.5rem;
	letter-spacing: 0.5rem;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}



.map_01-wrap .cap {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #aa8420;
	padding: 15px;
}



.map_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}

.map_02-wrap &gt; li:nth-child(1) {
	width: 44.38%;
}

.map_02-wrap &gt; li:nth-child(2) {
	width: 52%;
}

.map_02-wrap .title {
	font-size: 2.1rem;
	letter-spacing: 0;
}

.map_02-wrap .copy {
	font-size: 1.7rem;
}

.map_02-wrap .cap {
	font-size: 1.3rem;
	padding-top: 40px;
}





.map_hanrei-wrap {
	display: flex;
	align-items: center;
}

.map_hanrei-wrap li {
	font-size: 1.4rem;
	line-height: 1.4;
}

.map_hanrei-wrap li:nth-child(1) {
	width: 55px;
	margin-bottom: 10px;
}

.map_hanrei-wrap li:nth-child(2) {
	margin-left: 0.2em;
}



.map_bt-wrap {
	padding-top: 80px;
}

.map_bt-wrap ul {
	display: flex;
	justify-content: center;
}

.map_bt-wrap ul li {
	width: 48.13%;
	border: 1px solid #43616f;
	margin: 0 10px;
}

.map_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	background-image: url("../images/common/btmark_map.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	color: #43616f;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	transition: all 0.2s ease;
}

.map_bt-wrap ul li a:hover {
	background-color: #d9dfe2;
	text-decoration: none;
}




.map_bt2-wrap {
	padding-top: 40px;
}

.map_bt2-wrap ul {
	display: flex;
	justify-content: center;
}

.map_bt2-wrap ul li {
	width: 260px;
	border: 1px solid #43616f;
	margin: 0 10px;
}

.map_bt2-wrap ul li a {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	background-image: url("../images/common/btmark_print.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	color: #43616f;
	text-decoration: none;
	transition: all 0.2s ease;
}

.map_bt2-wrap ul li a:hover {
	background-color: #d9dfe2;
	text-decoration: none;
}














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

/********** common変更 **********/

footer {
	padding-top: 40px;
}
	
nav.footer-bt-wrap {
	padding-top: 0;
}
	

/********** ↑common変更 **********/
	
	

	
.container_map {
	padding: 0;
}
	
	
	
.map_title {
	font-size: 3.0rem;
	letter-spacing: 0.2rem;
	padding-top: 20px;
	padding-bottom: 10px;
}



.mk_zoom-wrap {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 7%;
}
	
	
	
.map_01-wrap .cap {
	font-size: 1.3rem;
	text-align: justify;
	padding: 10px;
}

	
	
.map_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 4%;
	padding-top: 40px;
}

.map_02-wrap &gt; li:nth-child(1) {
	width: 70%;
}

.map_02-wrap &gt; li:nth-child(2) {
	width: 100%;
}

.map_02-wrap .title {
	font-size: 1.7rem;
	padding-top: 20px;
}

.map_02-wrap .copy {
	font-size: 1.3rem;
}

.map_02-wrap .cap {
	font-size: 1.1rem;
	padding-top: 20px;
}

	
	
	
	
	
	
.map_hanrei-wrap {
}
	
.map_hanrei-wrap li {
	font-size: 1.0rem;
	line-height: 1.4;
}

.map_hanrei-wrap li:nth-child(1) {
	width: 30px;
	margin-bottom: 8px;
}




	
	

.map_bt-wrap {
	padding-top: 40px;
}
	
.map_bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.map_bt-wrap ul li {
	width: 73%;
	margin: 10px 10px;
}
	
.map_bt-wrap ul li a {
	letter-spacing: 0.05rem;
}
	
	
	
	
	
	
.map_bt2-wrap {
	display: none;
}
	




	
	
	
	
	

	
	

	
	
	
}


</pre></body></html>