.access-title-band {
  padding: 8px 0 12px;
  background: var(--red);
}

.access-title-band h1 {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 400;
}

.access-title-band strong {
  color: #0e2475;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 43px;
  font-weight: 400;
}

.access-content {
  width: min(calc(100% - 40px), 700px);
  padding: 82px 0 95px;
}

.access-location + .access-location {
  margin-top: 92px;
}

.access-location h2 {
  margin: 0 0 28px;
  padding: 0 24px 3px;
  border-bottom: 2px solid #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.access-address {
  margin: 0 12px 20px;
  font-size: 18px;
  line-height: 1.45;
}

.access-address p {
  margin: 0 0 3px;
}

.access-map {
  width: 608px;
  max-width: calc(100% - 24px);
  margin: 0 12px 24px;
  aspect-ratio: 608 / 373;
  overflow: hidden;
  background: #eee;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-route {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin: 0 44px;
  font-size: 17px;
  line-height: 1.55;
}

.access-route p {
  margin: 0;
}

.access-label {
  text-align: right;
}

@media (max-width: 680px) {
  .access-title-band h1 {
    display: block;
  }

  .access-title-band strong {
    display: block;
    font-size: 35px;
  }

  .access-title-band span {
    font-size: 21px;
  }

  .access-content {
    width: min(calc(100% - 28px), 700px);
    padding: 50px 0 70px;
  }

  .access-location + .access-location {
    margin-top: 65px;
  }

  .access-location h2 {
    padding-inline: 8px;
    font-size: 23px;
  }

  .access-address {
    margin-inline: 4px;
    font-size: 15px;
  }

  .access-map {
    max-width: 100%;
    margin-inline: 0;
    aspect-ratio: 4 / 3;
  }

  .access-route {
    display: block;
    margin-inline: 4px;
    font-size: 14px;
  }

  .access-label {
    margin-bottom: 5px !important;
    text-align: left;
    font-weight: 700;
  }
}
