/* ==========================================================================
   nozomi-no-sato page
   ========================================================================== */
.p-nozomi-no-sato {
  --theme-color: #4f7bd0;
  --theme-color-alpha: rgb(79 123 208 / 7.5%);
}
.p-nozomi-no-sato a[target=_blank]::after {
  display: none;
}

.l-inner .p-cards {
  margin-top: 2.5rem;
}
.l-inner .footnote {
  margin-top: 0.9375rem;
  letter-spacing: 0.01em;
}
.l-inner .c-btn {
  margin-top: 1.875rem;
  color: var(--theme-color);
}
.l-inner .c-btn i {
  stroke-width: 1.75;
}

.public-transportation .c-simple-list dt:nth-of-type(1) {
  margin-top: 1.75rem;
}
.public-transportation .c-simple-list dt:nth-of-type(2) {
  margin-top: 0;
}

@media (min-width: 80em) {
  #flow h3 span {
    display: block;
  }
}