@charset "Shift_JIS";

/*--------------------------------------------------------
  googleマップのレスポンシブル設定
--------------------------------------------------------*/

.google-map {
    position: relative;
    width: 100%; 
    height: 0;
    padding-bottom: 75%; 
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; !important
    height: 100%; !important
}

