/* map_visual */
#map_visual {
	width: 100%;
	height: 548px;
	background: url(../img/map_visual.jpg) 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}
#map_visual h2 {
	font-size: 24px;
	color: #fff;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: 100;
	opacity: 0.9;
}

.map_title,
.map_text {
	color: #666666;
}
.map_title {
	text-align: center;
}
.map_title h3 {
	margin: 70px 0 18px 0;
}
.map_title p {
	font-size: 22px;
	margin-bottom: 70px;
}
.map_text h4 {
	font-weight: bold;
	font-size: 1.04vw;
	margin-bottom: 1.3%;
	color: #222222;
}
.map_text p {
	font-size: 0.83vw;
	line-height: 24px;
	margin-bottom: 20px;
}
.map_text h4:first-child+p+p+h4+p {
	margin-bottom: 100px;
}






