@charset "UTF-8";







/*********** 共通・bg *************/

main {
    margin-top: 160px;
}

.container-map {
    max-width: 1000px;
	margin: 0 auto;
}

footer {
	padding-top: 20px;
}

/*********** ↑共通・bg *************/




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

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

.map_01-wrap {
    margin-top: 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: 30%;
	border: 1px solid #333;
	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: #E4E1D7;
	text-decoration: none;
}









@media only screen and (max-width: 767px){
	

	
/*********** 共通・bg *************/

main {
	margin-top: 100px;
}

footer {
	padding-top: 0px;
}
	
/*********** ↑共通・bg *************/
	
	
	
h2 p:nth-child(1) {
	font-size: 3.5rem;
}

h2 p:nth-child(2) {
	font-size: 1.6rem;
	margin-top: 10px;
}

.map_01-wrap {
    margin-top: 20px;
}
	
	
.map_bt-wrap {
	margin-top: 40px;
	margin-bottom: 0;
}

.map_bt-wrap ul li {
	width: 70%;
	margin: 10px 0;
}

.map_bt-wrap ul li a {
	min-height: 60px;
	padding: 10px 0;
}

	
	
	
	





	
	

	
	
	
}











