@charset 'UTF-8';

.headding.sub {
	margin-bottom: 48px;
}
.section.about {
	margin-bottom: 50px;
}
.about .img {
	margin-bottom: 39px;
}
.map {
	max-width: 880px;
	margin: 0 auto 100px;
	background: #FFF;
}
.map iframe {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}