.top_map {
  width: 100%;
  height: 0;
  padding-top: calc((3 / 4.5) * 100%);
}

.my_location_btn {
  width: 40px;
  height: 40px;
  margin: 10px;
  border: none;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, .3) 0px 1px 4px -1px;
  background: #ffffff url("../img/my_location_btn_icon.svg") no-repeat center center / 25px auto;
  cursor: pointer;
}

.gm-style-iw-ch {
  font-weight: 700;
}

.map_info_window {
  display: grid;
  grid-row-gap: 10px;
  margin-top: 10px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.map_facility_address,
.map_facility_url {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 5px;
}

.map_facility_url a {
  text-decoration: underline;
}

@media (hover: hover) {
  .map_facility_url a:hover {
    text-decoration: none;
  }
}