@charset "UTF-8";



/*********** 共通 *************/

.container-map {
    max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}

/*********** ↑共通 *************/






.title-set .txt {
	font-family: 'Cinzel', serif;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}


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

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

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

.map_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 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: #ddd;
	text-decoration: none;
}













