@charset "utf-8";
/* CSS Document */

/* ====================スマホに適用するCSS==================== */
@media screen and (max-width:767px)
{
	.google-map_wrapper {
position: relative;		/* 相対位置 */
padding-bottom: 100%; 	/* 縦横比 */
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;		/* 絶対位置 */
top: 0;
left: 0;
width: 100%;
height: 100%;
}

	
}