.oupute_contact_map {
  padding: 7.5rem 0;
  background: #F8F8F8;
}

.oupute_contact_map .ocm-map-wrap {
  width: 100%;
  aspect-ratio: 233 / 94;
  overflow: hidden;
}

.oupute_contact_map .ocm-map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .oupute_contact_map .ocm-map-wrap {
    aspect-ratio: 4 / 3;
  }
}