@charset "UTF-8";



/*********** 共通・背景 *************/

.map-bg {
	padding-top: 50px;
}

/*********** ↑共通・背景 *************/



.map-title {
	font-size: 5.0rem;
	font-weight: 400;
	text-align: center;
}

.map_01-wrap {
	margin-top: 40px;
}

.map_01-wrap .ttl {
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.map_mk-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	padding-top: 10px;
}

.map_mk-wrap li {
	display: flex;
	margin-right: 20px;
}

.map_mk-wrap li p:nth-child(1) {
	width: 27px;
	margin-right: 5px;
	margin-top: -5px;
}

.map_bt-wrap {
	margin-top: 80px;
	margin-bottom: -80px;
}

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

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

.map_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	height: 100%;
	transition: all 0.2s ease;
}

.map_bt-wrap ul li:nth-child(1) a {
	background-image: url("../images/mk_map.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.map_bt-wrap ul li:nth-child(2) a {
	background-image: url("../images/mk_print.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

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














