.access-page {
  background: #fff;
  color: #183c58;
}

.access-location-photo { margin: 28px 0 0; }
.access-location-photo img { display: block; width: 100%; height: clamp(220px, 32vw, 380px); object-fit: cover; object-position: center 65%; }

.access-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.access-hero {
  padding: 68px 0 54px;
  background: linear-gradient(135deg, #f7fcff, #e5f4ff);
  border-bottom: 1px solid #cfe5f5;
}

.access-hero h1,
.access-section h2 {
  margin: 8px 0 18px;
  color: #07569c;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.35;
}

.access-hero .access-lead {
  margin: 0 0 12px;
  color: #07569c;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 800;
}

.access-hero p:last-child {
  max-width: 700px;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.access-section {
  padding-block: 78px;
  scroll-margin-top: 100px;
}

.access-section > p,
.access-section .access-wrap > p {
  font-size: 16px;
  line-height: 1.9;
}

.entrance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.entrance-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfe2f0;
  border-top: 5px solid #075ba5;
}

.entrance-card.east-card {
  border-top-color: #d65a24;
}

.entrance-copy,
.entrance-action {
  padding: 25px;
}

.entrance-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.entrance-title h3 {
  margin: 0;
  color: #07569c;
  font-size: 22px;
}

.entrance-title span {
  padding: 4px 10px;
  border-radius: 4px;
  background: #eaf6ff;
  color: #075ba5;
  font-size: 13px;
  font-weight: 800;
}

.east-card .entrance-title span {
  background: #fff0e8;
  color: #b84b1e;
}

.route-origin {
  min-height: 76px;
  margin: 0;
  color: #07569c;
  font-size: clamp(23px, 2.2vw, 29px);
  font-weight: 900;
  line-height: 1.45;
}

.east-card .route-origin {
  color: #b84b1e;
}

.route-flow {
  margin: 8px 0 0;
  color: #183c58;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.entrance-destination {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #d2e5f3;
}

.entrance-destination > small {
  display: block;
  margin-bottom: 7px;
  color: #526e82;
  font-size: 13px;
  font-weight: 700;
}

.entrance-card figure {
  height: 290px;
  margin: 0;
  overflow: hidden;
  background: #eef8ff;
}

.entrance-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.west-card figure img {
  object-position: center 61%;
}

.east-entrance-photo {
  height: auto !important;
}

.east-entrance-photo > img {
  height: 290px !important;
  object-position: center 56%;
}

.east-entrance-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  background: #fff4ed;
  color: #8b3b19;
  font-size: 13px;
  font-weight: 800;
}

.access-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
  padding: 14px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.west-button {
  background: #075ba5;
}

.east-button {
  background: #d65a24;
}

.outline-button {
  background: #fff;
  color: #07569c;
  border: 1px solid #8bbcdf;
}

.entrance-action p {
  margin: 13px 0 0;
  color: #526e82;
  font-size: 14px;
}

.entrance-action .east-guidance {
  margin: 0 0 16px;
  line-height: 1.8;
}

.entrance-buttons {
  display: grid;
  gap: 10px;
}

.access-map-section {
  max-width: none;
  background: #f3faff;
  border-block: 1px solid #d2e5f3;
}

.google-map {
  height: 460px;
  margin-top: 30px;
  overflow: hidden;
  background: #e5f4ff;
  border: 1px solid #cfe2f0;
}

.google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-entrances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.map-entrances span {
  padding: 13px 16px;
  background: #fff;
  color: #526e82;
  font-size: 14px;
}

.map-entrances span:first-child {
  border-left: 4px solid #075ba5;
}

.map-entrances span:last-child {
  border-left: 4px solid #d65a24;
}

.map-entrances b {
  margin-right: 8px;
  color: #183c58;
}

.map-button {
  width: min(360px, 100%);
  margin-top: 18px;
  background: #075ba5;
}

.access-info {
  max-width: none;
  background: #f3faff;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.info-grid h2 {
  font-size: clamp(30px, 3.5vw, 44px);
}

.info-grid h3 {
  margin: 26px 0 8px;
  color: #07569c;
  font-size: 22px;
}

.access-tel {
  display: inline-block;
  margin-top: 10px;
  color: #07569c;
  font-size: 28px;
  font-weight: 900;
}

.large-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 48px;
  padding: 30px;
  background: #fff;
  border-left: 5px solid #075ba5;
}

.large-access h3 {
  margin: 0 0 6px;
  color: #07569c;
  font-size: 23px;
}

.large-access p {
  margin: 0;
  color: #526e82;
}

.large-access .access-button {
  min-width: 285px;
}

@media (max-width: 800px) {
  .entrance-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .route-origin {
    min-height: 0;
  }

  .info-grid {
    gap: 34px;
  }

  .large-access {
    align-items: stretch;
    flex-direction: column;
  }

  .map-entrances {
    grid-template-columns: 1fr;
  }

  .large-access .access-button {
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .access-wrap {
    width: min(100% - 32px, 1180px);
  }

  .access-hero {
    padding: 48px 0 40px;
  }

  .access-section {
    padding-block: 58px;
  }

  .access-hero h1,
  .access-section h2 {
    font-size: 32px;
  }

  .entrance-copy,
  .entrance-action {
    padding: 21px 18px;
  }

  .entrance-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .entrance-title h3 {
    font-size: 20px;
  }

  .entrance-card figure {
    height: 250px;
  }

  .west-card figure img {
    object-position: center 61%;
  }

  .east-entrance-photo {
    height: auto !important;
  }

  .east-entrance-photo > img {
    height: 250px !important;
  }

  .east-entrance-photo figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .google-map {
    height: 330px;
  }

  .large-access {
    padding: 24px 20px;
  }
}
