<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accessItem {
  letter-spacing: .08em;
}

@media screen and (min-width: 769px) {
  .accessItem {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .accessItem {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .accessItem .large {
    font-size: 24px;
    letter-spacing: .01em;
  }
}

@media (max-width: 768px) {
  .accessItem .large {
    font-size: calc(36 / 750 * 100vw);
  }
}

.accessItem .num {
  color: #880114;
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .accessItem .num {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .accessItem .num {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .areaCard {
    width: 500px;
  }
}

@media screen and (min-width: 769px) {
  .areaCard:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .areaCard + .areaCard {
    margin-top: calc(65 / 750 * 100vw);
  }
}

.areaCard__head {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .areaCard__head {
    margin-top: 20px;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .areaCard__head {
    margin-top: 30px;
    padding-bottom: 12px;
  }
}

.areaCard__ttl {
  letter-spacing: .12em;
  line-height: 1.44444;
}

.areaCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.44444) * .5em);
}

.areaCard__ttl:after {
  margin-bottom: calc((1 - 1.44444) * .5em);
}

.areaCard__ttl:before, .areaCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .areaCard__ttl {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .areaCard__ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.areaCard__head + .areaCard__cont {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 18px;
}

.areaCard__cont .txt {
  line-height: 1.76923;
}

.areaCard__cont .txt:before {
  content: '';
  margin-top: calc((1 - 1.76923) * .5em);
}

.areaCard__cont .txt:after {
  margin-bottom: calc((1 - 1.76923) * .5em);
}

.areaCard__cont .txt:before, .areaCard__cont .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .areaCard__cont .txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .areaCard__cont .txt {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .generalColumn + .areaSect {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .generalColumn + .areaSect {
    margin-top: calc(180 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .areaSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}

.areaSect__head .txt {
  line-height: 1.875;
}

.areaSect__head .txt:before {
  content: '';
  margin-top: calc((1 - 1.875) * .5em);
}

.areaSect__head .txt:after {
  margin-bottom: calc((1 - 1.875) * .5em);
}

.areaSect__head .txt:before, .areaSect__head .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .areaSect__head .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .areaSect__head .txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .areaSect__head .gridVisual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px;
  }
}

@media (max-width: 768px) {
  .areaSect__head .gridVisual {
    margin-left: -40px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .areaSect__head .gridVisual + .txt {
    margin-top: calc(78 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .areaSect__head + .areaSect__cont {
    margin-top: calc(90 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .areaSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.countrySect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countrySect__head {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .countrySect__cont {
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .countrySect .locationTitle + .countrySect__time {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .countrySect__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .countrySect__time .timeGuide + .timeGuide {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.countrySect__cap {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .countrySect__cap {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .countrySect__cap {
    margin-top: calc(25 / 750 * 100vw);
  }
}

.gridVisual__inner {
  display: grid;
}

.gridVisual .photo {
  width: 100%;
}

.gridVisual .photo__image {
  width: 100%;
}

.gridVisual .photo__capIn[data-color='sdw-wh'] {
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 7px;
}

.gridVisual__item--wide {
  grid-column: 1 / 3;
}

.gridVisual__cap {
  text-align: end;
  width: 100%;
}

.gridVisual--3 .gridVisual__inner {
  grid-template-columns: calc(450 / 750 * 100%) 40%;
}

.gridVisual--3 .gridVisual__inner .gridVisual__item--row {
  grid-row: auto / span 2;
}

.gridVisual--4 .gridVisual__inner {
  grid-template-columns: 40% calc(450 / 750 * 100%);
}

.gridVisual--4 .gridVisual__inner .gridVisual__item--row {
  grid-row: auto / span 2;
}

@media screen and (min-width: 769px) {
  .gridVisual--lead {
    margin: 0 calc(50% - 50vw);
    max-width: 1280px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .gridVisual--lead {
    margin: 0 calc(50% - 50vw);
  }
}

.locationCard__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(37 / 750 * 100vw);
  }
}

.locationCard__txtArea .name {
  letter-spacing: .08em;
  line-height: 1.66667;
}

.locationCard__txtArea .name:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.locationCard__txtArea .name:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.locationCard__txtArea .name:before, .locationCard__txtArea .name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .name {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 165px);
            flex: 0 0 calc(100% - 165px);
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .name {
    font-size: calc(28 / 750 * 100vw);
  }
}

.locationCard__txtArea .distance {
  letter-spacing: .14em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .distance {
    font-size: 18px;
    text-align: right;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .distance {
    font-size: calc(24 / 750 * 100vw);
  }
}

.locationCard__txtArea .distance .num {
  color: #880114;
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .distance .num {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .distance .num {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .distance .small {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .distance .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

.locationCard__txtArea .time,
.locationCard__txtArea .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .08em;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .time,
  .locationCard__txtArea .close {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .time,
  .locationCard__txtArea .close {
    font-size: calc(20 / 750 * 100vw);
  }
}

.locationCard__txtArea .time .ttl,
.locationCard__txtArea .close .ttl {
  line-height: 2;
  width: 5em;
}

.locationCard__txtArea .time .txt,
.locationCard__txtArea .close .txt {
  line-height: 2;
  width: calc(100% - 5em);
}

@media screen and (min-width: 769px) {
  .locationCard__txtArea .time .txt,
  .locationCard__txtArea .close .txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .locationCard__txtArea .time .txt,
  .locationCard__txtArea .close .txt {
    font-size: calc(20 / 750 * 100vw);
  }
}

.locationCard__txtArea .close .ttl {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.locationCard__txtArea .atm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.locationSlider {
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 769px) {
  .locationTitle + .locationSlider {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .locationTitle + .locationSlider {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.locationSlider .swiper-button-prev,
.locationSlider .swiper-button-next {
  background: none;
  height: 100%;
  outline: none;
  top: 0;
}

@media screen and (min-width: 769px) {
  .locationSlider .swiper-button-prev,
  .locationSlider .swiper-button-next {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  .locationSlider .swiper-button-prev,
  .locationSlider .swiper-button-next {
    width: 50%;
  }
}

.locationSlider .swiper-button-prev {
  cursor: url("../../common/imgs/icon-arrow-prev.png"), pointer;
}

@media screen and (min-width: 769px) {
  .locationSlider .swiper-button-prev {
    left: calc((100vw - 1040px) / -2);
  }
}

@media (max-width: 768px) {
  .locationSlider .swiper-button-prev {
    left: 0;
  }
}

.locationSlider .swiper-button-next {
  cursor: url("../../common/imgs/icon-arrow-next.png"), pointer;
}

@media screen and (min-width: 769px) {
  .locationSlider .swiper-button-next {
    right: calc((100vw - 1040px) / -2);
  }
}

@media (max-width: 768px) {
  .locationSlider .swiper-button-next {
    right: 0;
  }
}

.locationTitle {
  font-family: "Libre Caslon Display", serif;
  letter-spacing: .08em;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .locationTitle {
    font-size: 24px;
    margin-top: 155px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .locationTitle {
    font-size: 18px;
    margin-top: calc(164 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }
}

.locationTitle:after {
  background: #aaa3a3;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .locationTitle--disc {
    font-size: 18px;
    margin-top: 100px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .locationTitle--disc {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(105 / 750 * 100vw);
    padding-left: calc(28 / 750 * 100vw);
  }
}

.locationTitle--disc:before {
  background: #a40018;
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .locationTitle--disc:before {
    height: 6px;
    top: calc(.5em - 3px);
    width: 6px;
  }
}

@media (max-width: 768px) {
  .locationTitle--disc:before {
    height: 4px;
    top: calc(.5em - 2px);
    width: 4px;
  }
}

@media screen and (min-width: 769px) {
  .locationSlider + .locationTitle {
    margin-top: 160px;
  }
}

@media (max-width: 768px) {
  .locationSlider + .locationTitle {
    margin-top: calc(184 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .relatedBox + .mapSect {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .relatedBox + .mapSect {
    margin-top: calc(190 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .mapSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}

.mapSect__head .txt {
  line-height: 1.875;
}

.mapSect__head .txt:before {
  content: '';
  margin-top: calc((1 - 1.875) * .5em);
}

.mapSect__head .txt:after {
  margin-bottom: calc((1 - 1.875) * .5em);
}

.mapSect__head .txt:before, .mapSect__head .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .mapSect__head .txt {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .mapSect__head .txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: calc(90 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .mapSect__cont {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px;
  }
}

@media (max-width: 768px) {
  .mapSect__cont {
    margin-left: -40px;
    width: 100vw;
  }
}

.relatedBox {
  background-color: #e2e2e2;
}

@media screen and (min-width: 769px) {
  .relatedBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
    padding: 60px 80px;
  }
}

@media (max-width: 768px) {
  .relatedBox {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 60px;
    padding: 40px 20px;
  }
}

.relatedBox__head .locationTitle {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .relatedBox__head .locationTitle {
    line-height: 2.1666;
  }
}

@media (max-width: 768px) {
  .relatedBox__head .locationTitle {
    line-height: 1.4444;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox__head + .relatedBox__cont {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .relatedBox__head + .relatedBox__cont {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox__head .txt {
    line-height: 2;
    margin-top: 20px;
    width: 400px;
  }
}

@media (max-width: 768px) {
  .relatedBox__head .txt {
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.76923;
  }
  .relatedBox__head .txt:before {
    content: '';
    margin-top: calc((1 - 1.76923) * .5em);
  }
  .relatedBox__head .txt:after {
    margin-bottom: calc((1 - 1.76923) * .5em);
  }
  .relatedBox__head .txt:before, .relatedBox__head .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox__collages {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .relatedBox__collages {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox__collages .photo {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .relatedBox__collages .photo {
    width: 190px;
  }
}

.relatedBox__collages .photo:not(:nth-of-type(2)) .photo__capOut {
  left: 5px;
  right: auto;
}

.relatedBox__collages .photo:nth-child(2) {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .relatedBox__collages .photo:nth-child(2) {
    margin: -30px 0 -30px auto;
    width: 180px;
  }
}

@media (max-width: 768px) {
  .relatedBox__collages .photo:nth-child(2) {
    margin: -30px 0 -30px auto;
    width: 141px;
  }
}

.relatedBox__collages .photo:nth-child(2) .photo__capIn[data-color='sdw-wh'] {
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 5px, rgba(0, 0, 0, 0.7) 0 0 7px;
}

.relatedBox__collages .photo:nth-child(3) {
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .relatedBox__collages .photo:nth-child(3) {
    margin-left: 60px;
  }
}

@media (max-width: 768px) {
  .relatedBox__collages .photo:nth-child(3) {
    margin-left: 45px;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox--rev .relatedBox__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.relatedBox--rev .relatedBox__collages .photo:nth-child(1) {
  margin-left: auto;
  margin-right: 0;
}

.relatedBox--rev .relatedBox__collages .photo:nth-child(1) .photo__capIn {
  left: auto;
  right: 5px;
}

@media screen and (min-width: 769px) {
  .relatedBox--rev .relatedBox__collages .photo:nth-child(2) {
    margin: -30px auto -30px 0;
  }
}

@media (max-width: 768px) {
  .relatedBox--rev .relatedBox__collages .photo:nth-child(2) {
    margin: -30px auto -30px 0;
  }
}

.relatedBox--rev .relatedBox__collages .photo:nth-child(3) {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .relatedBox--rev .relatedBox__collages .photo:nth-child(3) {
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .relatedBox--rev .relatedBox__collages .photo:nth-child(3) {
    margin-right: 45px;
  }
}

@media screen and (min-width: 769px) {
  .relatedBox--diagonal .relatedBox__collages .photo {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .relatedBox--diagonal .relatedBox__collages .photo {
    width: calc(306 / 750 * 100vw);
  }
}

.relatedBox--diagonal .relatedBox__collages .photo:nth-child(1) {
  margin-left: auto;
  margin-right: 0;
}

.relatedBox--diagonal .relatedBox__collages .photo:nth-child(1) .photo__capOut {
  bottom: 100%;
  left: auto;
  padding-bottom: 5px;
  right: 5px;
  top: auto;
}

.relatedBox--diagonal .relatedBox__collages .photo:not(:nth-of-type(2)) .photo__capIn {
  left: 5px;
  right: auto;
  text-shadow: rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 7px, rgba(0, 0, 0, 0.7) 0 0 7px;
}

.relatedBox--diagonal .relatedBox__collages .photo:nth-child(2) {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .relatedBox--diagonal .relatedBox__collages .photo:nth-child(2) {
    margin: -30px auto;
    width: 266px;
  }
}

@media (max-width: 768px) {
  .relatedBox--diagonal .relatedBox__collages .photo:nth-child(2) {
    margin: -30px auto;
    width: calc(456 / 750 * 100vw);
  }
}

.relatedBox--diagonal .relatedBox__collages .photo:nth-child(3) {
  margin-right: auto;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .relatedBox--diagonal .relatedBox__collages .photo:nth-child(3) {
    margin-left: 0;
    width: 175px;
  }
}

@media (max-width: 768px) {
  .relatedBox--diagonal .relatedBox__collages .photo:nth-child(3) {
    margin-left: 0;
    width: calc(283 / 750 * 100vw);
  }
}

.relatedBox + .caption {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .stationGuide {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .stationGuide__item {
    font-size: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stationGuide__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .stationGuide__item {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: .008em;
  }
  .stationGuide__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .stationSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .stationSect__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
    width: 650px;
  }
}

.stationSect__head .photo__image {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .stationSect .stationGuide {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: .008em;
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .name {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .name {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .minutes {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .minutes {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .small {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .small {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .small .num {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .small .num {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .caption {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .caption {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .num {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .num {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .stationSect__time .timeGuide .num.red {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .stationSect__time .timeGuide .num.red {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .locationTitle + .stationSect {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .locationTitle + .stationSect {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.taxiAccess {
  color: #cccccc;
}

@media screen and (min-width: 769px) {
  .bottomHeading + .taxiAccess {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .bottomHeading + .taxiAccess {
    margin-top: calc(58 / 750 * 100vw);
  }
}

.taxiAccess__head {
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .taxiAccess__head {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .taxiAccess__head {
    font-size: calc(32 / 750 * 100vw);
  }
}

.taxiAccess__cont {
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .taxiAccess__cont {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .taxiAccess__cont {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
  }
}

.taxiAccess__cont .num {
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .taxiAccess__cont .num {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .taxiAccess__cont .num {
    font-size: calc(56 / 750 * 100vw);
  }
}

.taxiAccess__cap {
  letter-spacing: .08em;
}

@media screen and (min-width: 769px) {
  .taxiAccess__cap {
    font-size: 12px;
    margin-top: 60px;
    padding-right: 40px;
    line-height: 2;
  }
  .taxiAccess__cap:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .taxiAccess__cap:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .taxiAccess__cap:before, .taxiAccess__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .taxiAccess__cap {
    line-height: 1.6;
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
  .taxiAccess__cap:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .taxiAccess__cap:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .taxiAccess__cap:before, .taxiAccess__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .timeGuide {
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .timeGuide:nth-child(n + 4) {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .timeGuide {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: .008em;
  }
  .timeGuide:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .small {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .timeGuide .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .name {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .timeGuide .name {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .minutes {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .timeGuide .minutes {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .md {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .timeGuide .md {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .small {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .timeGuide .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .small .num {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .timeGuide .small .num {
    font-size: calc(24 / 750 * 100vw);
  }
}

.timeGuide .num {
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .timeGuide .num {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .timeGuide .num {
    font-size: calc(20 / 750 * 100vw);
  }
}

.timeGuide .num.red {
  color: #880114;
}

@media screen and (min-width: 769px) {
  .timeGuide .num.red {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .timeGuide .num.red {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .timeGuide .caption {
    font-size: 12px;
  }
}

.trainGuide {
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .trainGuide {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    padding: 35px 160px;
  }
}

@media (max-width: 768px) {
  .trainGuide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding: 20px 15px;
  }
}

.trainGuide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .trainGuide__item {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    width: 45%;
  }
}

@media (max-width: 768px) {
  .trainGuide__item {
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: .08em;
    width: 100%;
  }
  .trainGuide__item + .trainGuide__item {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .trainGuide__item:nth-of-type(2) .goal {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .trainGuide__item .name {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .trainGuide__item .name {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .trainGuide__item .minutes {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .trainGuide__item .minutes {
    font-size: 10px;
  }
}

.trainGuide__item .num {
  display: inline-block;
  font-family: "Libre Caslon Display", serif;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .trainGuide__item .num {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .trainGuide__item .num {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .trainGuide__item .start {
    margin-right: 30px;
  }
}

.trainGuide__item .goal {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .trainGuide__item .goal {
    display: block;
  }
}

@media (max-width: 768px) {
  .trainGuide__item .goal {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .lowPageHeading .lowPageTtl {
    line-height: 1.19048;
  }
  .lowPageHeading .lowPageTtl:before {
    content: '';
    margin-top: calc((1 - 1.19048) * .5em);
  }
  .lowPageHeading .lowPageTtl:after {
    margin-bottom: calc((1 - 1.19048) * .5em);
  }
  .lowPageHeading .lowPageTtl:before, .lowPageHeading .lowPageTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .access-station .lowSection {
    padding-top: 180px;
  }
}

@media (max-width: 768px) {
  .access-station .lowSection {
    padding-top: calc(182 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .access-location {
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .access-location {
    padding-bottom: calc(126 / 750 * 100vw);
  }
}

.access-location .lowSection {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .access-location .generalColumn__item--photo {
    margin-left: -40px;
    margin-right: -40px;
  }
}
</pre></body></html>