/* Google Maps InfoWindow スタイル */
/* Google Maps InfoWindowのデフォルトのmax-height: 648pxを上書き */
.gm-style-iw.gm-style-iw-c {
  max-height: none !important; /* または任意の値、例: max-height: 800px !important; */
  overflow-y: auto !important;
  padding-left: 0; 
}

.gm-style-iw-d{
    max-height: none !important;
    overflow-y: auto !important;
}

.gm-style-iw.gm-style-iw-c{
    max-width: 86vw !important;
}

.gm-style .gm-style-iw-c{
    padding: 0 !important;
}

@media (min-width: 767px) {
    .gm-style-iw.gm-style-iw-c{
        max-width: 60vw !important;
    }
}