<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width: 768px) {
  .accessBlock:not(:first-child) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock:not(:first-child) {
    margin-top: calc(140 / 750 * 100vw);
  }
}

.accessBlock__ttl {
  color: #a69663;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .accessBlock__ttl {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock__ttl {
    padding-bottom: calc(30 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
  }
}

.accessBlock__ttl:after {
  background-color: rgba(166, 150, 99, 0.5);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .accessBlock__ttl:after {
    width: 1043px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock__ttl:after {
    width: 100%;
  }
}

.accessBlock__ttl .inner {
  line-height: 1.2;
}

.accessBlock__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.2) * .5em);
}

.accessBlock__ttl .inner:after {
  margin-bottom: calc((1 - 1.2) * .5em);
}

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

@media screen and (min-width: 768px) {
  .accessBlock__ttl .inner {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock__ttl .inner {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .accessBlock__ttl .small {
    display: inline-block;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock__ttl .small {
    display: block;
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .accessBlock__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock__cont .accessCard:not(:first-child) {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .accessBlock__head + .accessBlock__cont {
    margin-top: 52px;
  }
}

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

@media screen and (min-width: 1440px) {
  .accessBlock:nth-child(2n + 1) .accessBlock__cont {
    margin-left: -110px;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock:nth-child(2n + 1) {
    margin-left: -20px;
  }
}

.accessBlock:nth-child(2n) {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .accessBlock:nth-child(2n) {
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .accessBlock:nth-child(2n) {
    margin-right: -20px;
    width: calc(590 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessBlock:nth-child(2n) .accessBlock__ttl {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .accessBlock:nth-child(2n) .accessBlock__cont {
    margin-right: -110px;
  }
}

.accessCard {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .accessCard {
    width: 572px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard {
    width: calc(572 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard {
    width: calc(590 / 750 * 100vw);
  }
}

.accessCard__dist {
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .8;
  position: absolute;
  text-align: right;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .accessCard__dist {
    right: 48px;
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist {
    right: calc(48 / 750 * 100vw);
    top: calc(60 / 750 * 100vw);
  }
}

.accessCard__dist .place {
  display: block;
}

@media screen and (min-width: 768px) {
  .accessCard__dist .place {
    font-size: 72px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard__dist .place {
    font-size: calc(72 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist .place {
    font-size: calc(72 / 750 * 100vw);
  }
}

.accessCard__dist .time {
  display: block;
}

@media screen and (min-width: 768px) {
  .accessCard__dist .time {
    font-size: 50px;
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard__dist .time {
    font-size: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist .time {
    font-size: calc(50 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .accessCard__dist .time .num {
    font-size: 72px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard__dist .time .num {
    font-size: calc(72 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist .time .num {
    font-size: calc(72 / 750 * 100vw);
  }
}

.accessCard__txt {
  color: #676b67;
}

@media screen and (min-width: 768px) {
  .accessCard__txt {
    font-size: 20px;
    letter-spacing: .1em;
    margin-top: 20px;
    padding-left: 40px;
    line-height: 1.5;
  }
  .accessCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessCard__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessCard__txt:before, .accessCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: .05em;
    margin-top: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }
  .accessCard__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .accessCard__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .accessCard__txt:before, .accessCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.accessCard--rev .accessCard__txt {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .accessCard--rev .accessCard__txt {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .busSect {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 101px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .busSect {
    gap: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .busSect__head {
    width: 471px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .busSect__head {
    width: calc(471 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .busSect__head .lineTtl + .headingUnit {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .lineTtl + .headingUnit {
    margin-top: calc(120 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .headingUnit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .busSect__head .headingUnit + .photo {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .headingUnit + .photo {
    margin-top: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .busSect__head .photo {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 768px) {
  .busSect__cont {
    width: 628px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .busSect__cont {
    width: calc(628 / 1440 * 100vw);
  }
}

.busSect__cont .usableList__inner {
  display: block;
}

@media screen and (min-width: 768px) {
  .busSect__cont .usableList__item:not(:first-child) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__cont .usableList__item:not(:first-child) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .busSect__head + .busSect__cont {
    margin-top: calc(84 / 750 * 100vw);
  }
}

.headVisual {
  position: relative;
  z-index: 1;
}

.headVisual__ttl {
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  z-index: 2;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .headVisual__ttl {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .headVisual__ttl {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .headVisual__ttl {
    font-size: 56px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .headVisual__ttl {
    font-size: calc(64 / 750 * 100vw);
    left: 0;
    padding: 0 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

.headVisual__bg {
  position: relative;
  z-index: 1;
}

.highwayCard {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #333331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .highwayCard {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .highwayCard {
    padding-bottom: calc(32 / 750 * 100vw);
  }
}

.highwayCard:after {
  background-color: #a69663;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.highwayCard__ttl {
  line-height: 1.5;
}

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

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

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

@media screen and (min-width: 768px) {
  .highwayCard__ttl {
    font-size: 20px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .highwayCard__ttl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: .04em;
  }
}

@media screen and (min-width: 768px) {
  .highwayCard__ttl .large {
    font-size: 30px;
  }
}

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

.highwayCard__dist {
  letter-spacing: .1em;
  line-height: 1.5;
}

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

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

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

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

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

.highwayCard__dist .num {
  color: #a69663;
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

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

@media screen and (max-width: 768px) {
  .highwayCard__dist .num {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwayCard__dist .meter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .highwayCard__dist .meter {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwayCard__dist .meter .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .highwayCard__dist .meter .num {
    font-size: calc(50 / 750 * 100vw);
  }
}

.highwaySect__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .highwaySect__head {
    width: 998px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .highwaySect__head {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .lineTtl + .headingUnit {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .lineTtl + .headingUnit {
    margin-top: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .pinchInFigure {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .pinchInFigure {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .headingUnit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .usableList {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .usableList {
    margin: calc(140 / 750 * 100vw)-40px 0;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .usableList__inner {
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .usableList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .usableList__item {
    width: 347px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .usableList__item {
    width: calc(50% - 14px);
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head .pinchInFigure {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head .pinchInFigure {
    margin: calc(80 / 750 * 100vw)-40px 0;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__list .highwayCard {
    width: calc(50% - 28px);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .highwaySect__list .highwayCard {
    margin: 0 auto;
    width: 590px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__list .highwayCard:not(:first-child) {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sectTtl + .highwaySect__list {
    margin-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl + .highwaySect__list {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.highwaySect__cont .sectTtl .inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .inner {
    gap: 42px;
  }
}

.highwaySect__cont .sectTtl .mainTtl {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .mainTtl {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .mainTtl .mid {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .mainTtl .mid {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .mainTtl .large {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .mainTtl .large {
    font-size: calc(40 / 750 * 100vw);
  }
}

.highwaySect__cont .sectTtl .subTtl {
  color: #313331;
  padding-right: 0;
}

.highwaySect__cont .sectTtl .subTtl:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl {
    font-size: calc(28 / 750 * 100vw);
  }
}

.highwaySect__cont .sectTtl .subTtl .num {
  color: #a69663;
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl .num {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl .num {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl .num.small {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__cont .sectTtl .subTtl .num.small {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .highwaySect__head + .highwaySect__cont {
    margin-top: 115px;
  }
}

@media screen and (max-width: 768px) {
  .highwaySect__head + .highwaySect__cont {
    margin-top: calc(140 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .pageIntro__cont {
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro .headingUnit {
    padding-top: 24px;
    width: 415px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro .headingUnit {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro .headVisual {
    width: 728px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .pageIntro .headVisual {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro .headVisual {
    margin: calc(100 / 750 * 100vw)-40px 0;
  }
}

.stationCard__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .stationCard__head {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__head {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.stationCard__head:after {
  background-color: #a69663;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.stationCard__name {
  color: #333331;
  letter-spacing: .1em;
  line-height: 1.8;
}

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

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

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

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

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

.stationCard__name .station {
  display: inline-block;
  padding: 0 .75em;
  position: relative;
  width: 6em;
}

@media screen and (min-width: 768px) {
  .stationCard__name .station {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__name .station {
    font-size: calc(40 / 750 * 100vw);
  }
}

.stationCard__name .station:before {
  content: '「';
  left: 0;
  position: absolute;
  top: 0;
}

.stationCard__name .station:after {
  content: '」';
  position: absolute;
  right: 0;
  top: 0;
}

.stationCard__name .station .t {
  display: inline-block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute-all-lines;
  width: 100%;
}

.stationCard__dist {
  color: #333331;
  letter-spacing: .1em;
  line-height: 1.8;
}

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

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

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

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

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

.stationCard__dist .num {
  color: #a69663;
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .stationCard__dist .num {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__dist .num {
    font-size: calc(80 / 750 * 100vw);
  }
}

.stationCard__cont {
  color: #676b67;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  line-height: 1.66667;
}

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

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

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

@media screen and (min-width: 768px) {
  .stationCard__cont {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__cont {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .stationCard__head + .stationCard__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stationCard__head + .stationCard__cont {
    margin-top: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .stationGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .stationGallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .stationGallery__item {
    min-width: 362px;
    width: calc((100% - 112px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item:not(:first-child) {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.stationGallery--large .stationGallery__item .stationCard__name .station {
  width: 8em;
}

.taxiCard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  display: grid;
  grid-template-rows: 1fr auto;
  height: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .taxiCard__head {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .taxiCard__head {
    padding: calc(40 / 750 * 100vw) 0;
  }
}

.taxiCard__ttl {
  letter-spacing: .1em;
  line-height: 1.8;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .taxiCard__ttl {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .taxiCard__ttl .large {
    font-size: 22px;
  }
}

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

.taxiCard__dist {
  letter-spacing: .1em;
  margin-top: .45em;
  line-height: 1.8;
}

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

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

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

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

.taxiCard__dist .num {
  color: #a69663;
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .taxiCard__dist .num {
    font-size: 40px;
  }
}

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

.taxiCard__cap {
  margin-top: .45em;
}

.taxiCard__cont {
  background-color: #a7a08a;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .taxiCard__cont {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .taxiCard__cont {
    padding: calc(32 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.taxiCard__price {
  letter-spacing: .1em;
  line-height: 2;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .taxiCard__price {
    font-size: calc(22 / 750 * 100vw);
  }
}

.taxiCard__price:not(:first-child) {
  margin-top: .5em;
}

.taxiCard__price .num {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .taxiCard__price .num {
    font-size: 28px;
  }
}

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

@media screen and (min-width: 768px) {
  .taxiSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 101px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .taxiSect {
    gap: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__head {
    width: 471px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .taxiSect__head {
    width: calc(471 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__head .lineTtl + .headingUnit {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head .lineTtl + .headingUnit {
    margin-top: calc(120 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head .headingUnit {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__head .headingUnit + .photo {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head .headingUnit + .photo {
    margin-top: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head .photo {
    margin-left: -40px;
    margin-right: -40px;
  }
}

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

@media screen and (min-width: 768px) {
  .taxiSect__cont {
    gap: 40px;
    width: 628px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .taxiSect__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont {
    gap: 28px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .taxiCard {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .taxiCard {
    width: calc(50% - 14px);
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__head + .taxiSect__cont {
    margin-top: calc(84 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .toyokoSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toyokoSect__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .toyokoSect__head .headingUnit .heading {
    width: 415px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toyokoSect__head .headingUnit .heading {
    width: calc(415 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .toyokoSect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .toyokoSect__head .photo {
    width: 728px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toyokoSect__head .photo {
    width: calc(728 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .toyokoSect__head .photo {
    margin: calc(65 / 750 * 100vw)-40px 0;
  }
}

.toyokoSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .toyokoSect__cont {
    width: 998px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toyokoSect__cont {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .toyokoSect__cont {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 768px) {
  .toyokoSect__head + .toyokoSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .toyokoSect__head + .toyokoSect__cont {
    margin-top: calc(92 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .trainSect__head {
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .trainSect__head {
    margin: 0 -40px;
  }
}

@media screen and (min-width: 768px) {
  .trainSect__head + .trainSect__cont {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__head + .trainSect__cont {
    margin-top: calc(160 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .trainSect__bottom {
    margin: 100px auto 0;
    max-width: 100%;
    width: 998px;
  }
}

@media screen and (max-width: 768px) {
  .trainSect__bottom {
    margin: calc(200 / 750 * 100vw)-40px 0;
  }
}

@media screen and (min-width: 768px) {
  .transportSect {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .transportSect {
    margin-top: calc(178 / 750 * 100vw);
  }
}

.transportSect__ttl {
  color: #a69663;
  letter-spacing: .1em;
  line-height: 1.5;
}

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

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

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

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

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

.transportSect__ttl .num {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .transportSect__ttl .num {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {
  .transportSect__ttl .num {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .transportSect__ttl + .sectTtl {
    margin-top: 20px;
  }
}

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

@media screen and (min-width: 768px) {
  .transportSect__head + .transportSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .transportSect__head + .transportSect__cont {
    margin-top: calc(94 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .transportSect__block:not(:first-child) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .transportSect__block:not(:first-child) {
    margin-top: calc(180 / 750 * 100vw);
  }
}

.access-introduction {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .access-introduction {
    padding: 0 0 82px;
  }
}

@media screen and (max-width: 768px) {
  .access-introduction {
    padding: 0 0 calc(100 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .access-train {
    padding: 0 0 368px;
  }
}

@media screen and (max-width: 768px) {
  .access-train {
    padding: 0 0 calc(300 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .access-toyoko {
    margin-top: -200px;
    padding: 300px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .access-toyoko {
    margin-top: calc(-100 / 750 * 100vw);
    padding: calc(200 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .access-taxi {
    margin-top: -200px;
    padding: 300px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .access-taxi {
    margin-top: calc(-100 / 750 * 100vw);
    padding: calc(200 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .access-highway {
    margin-top: -100px;
    padding: 300px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .access-highway {
    margin-top: calc(-100 / 750 * 100vw);
    padding: calc(200 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .access-bus {
    margin-top: -200px;
    padding: 400px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .access-bus {
    margin-top: calc(-100 / 750 * 100vw);
    padding: calc(200 / 750 * 100vw) 0;
  }
}
</pre></body></html>