@charset("UTF-8");

.main-visual::after{
	background-image:url(../images/company-main-visual.jpg);
	background-position:center bottom;
}

#googlemap{
	height:460px;
	margin-bottom:30px;
}
.map-btn{
	color:#fff;
	display:block;
	width:300px;
	line-height:60px;
	margin:auto;
	text-align:center;
	background:#234a83;
}



/* ********************************************** */
/* **************レスポンシブスタイル************ */
/* ********************************************** */
@media screen and (max-width:767px){

#googlemap{
	height:24rem;
	margin-bottom:2rem;
}
.map-btn{
	width:calc(100% - 3rem);
	line-height:5rem;
}
}