.custoday-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custoday-block {
  padding: 24px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.custoday-intro h2,
.custoday-heading h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
}

.custoday-lead {
  line-height: 2;
}

.custoday-heading {
  margin-bottom: 16px;
}

.custoday-block-lead {
  margin-bottom: 16px;
  line-height: 2;
}

.custoday-info-grid,
.custoday-access-grid,
.custoday-location-grid,
.custoday-target-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custoday-info-card,
.custoday-panel,
.custoday-target-card {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.custoday-info-card h3,
.custoday-panel h3,
.custoday-target-card h3 {
  margin-bottom: 12px;
  color: #444444;
  font-size: 16px;
}

.custoday-status {
  margin-bottom: 10px;
  color: #0078d6;
  font-size: 20px;
  font-weight: bold;
}

.custoday-phone {
  margin-bottom: 10px;
}

.custoday-phone img {
  display: block;
  width: 298px;
  max-width: 100%;
  height: auto;
}

.custoday-list li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}

.custoday-list li + li {
  margin-top: 10px;
}

.custoday-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0078d6;
}

.custoday-map-block {
  display: flex;
  flex-direction: column;
}

.custoday-map-frame {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.custoday-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.custoday-route-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custoday-route {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.custoday-route h3 {
  margin-bottom: 12px;
  color: #444444;
  font-size: 16px;
  font-weight: bold;
}

.custoday-route p {
  margin-bottom: 16px;
  line-height: 2;
}

.custoday-action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.custoday-map-block .custoday-action-links {
  padding-top: 16px;
}

.custoday-action-links a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.custoday-footnote {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.custoday-map-block .custoday-footnote {
  margin-top: 14px;
}

.custoday-target-card p,
.custoday-info-card p,
.custoday-panel p {
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .custoday-info-grid,
  .custoday-access-grid,
  .custoday-location-grid,
  .custoday-target-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 834px) {
  .custoday-page {
    gap: 16px;
  }

  .custoday-block {
    padding: 16px;
  }

  .custoday-lead {
    font-size: 14px;
  }

  .custoday-info-card,
  .custoday-panel,
  .custoday-target-card {
    padding: 16px;
  }

  .custoday-status {
    font-size: 18px;
  }

  .custoday-map-frame {
    min-height: 240px;
  }

  .custoday-intro h2,
  .custoday-heading h2 {
    font-size: 18px;
  }

  .custoday-map-block .custoday-action-links {
    padding-top: 12px;
  }
}
