@charset "UTF-8";


	
main {
	margin-top: 80px;
}

.ttl {
	font-size: 1.8rem;
	text-align: center;
}

.map {
	margin-top: 10px;
}
	
	

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

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

.map_bt-wrap ul li {
	width: 70%;
	margin-top: 40px;
}

.map_bt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	background: #716865;
	padding: 15px;
	height: 100%;
	transition: all 0.2s ease;
}

.map_bt-wrap ul li a:hover {
	filter: brightness(130%);
	text-decoration: none;
}



	
	










