@charset "UTF-8";

/*コンテンツ*/
#map_wrap{
	max-width: 773px;
	width: 100%;
	margin: 60px auto 70px;
	height: 490px;
}
#map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#contents{
	margin: 30px auto 70px;
}
.btn01{
	margin-top: 40px;
}
/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	#map_wrap,#contents{
		width: 97%;
		margin: 30px auto 40px;
	}

}

