@charset "UTF-8";



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


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



.title-set {
	padding-top: 40px;
}

.title-set .txt {
	font-size: 3.0rem;
	text-align: center;
	margin-top: 30px;
}




.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;
	background-color: rgba(255, 255, 255, 0.5);
	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: rgba(90, 139, 126, 0.4);
	text-decoration: none;
}














