@charset "UTF-8";

.headLine2 {
	position: relative;
	margin: 36px 0 12px;
	font-size: 18px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 15px;
}

.headLine2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: url(../img/common/title_bg01.png) repeat-x;
}

iframe.googlemap {
	width:100%;
	height:400px;
}

@media only screen and (max-width:768px) {
	.headLine2 {
		font-size:2rem
	}
}