@charset "UTF-8";



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

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

.footer-tel-bg {
	margin-top: 160px;
}


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



main {
    margin-top: 200px;
}

h2 p:nth-child(1) {
	font-family: 'Cinzel', serif;
	font-size: 5.0rem;
	text-align: center;
}

h2 p:nth-child(2) {
	font-size: 2.0rem;
	text-align: center;
	margin-top: 30px;
}

.map_01 {
    margin-top: 40px;
}





.map_fbt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}

.map_fbt-wrap ul li {
	width: 280px;
	margin: 0 20px;
}

.map_fbt-wrap ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	background: linear-gradient(110deg, #D3CFD0, #7E7169, #B9B0AF);
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.2s ease;
}

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







