.accessCard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

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

.accessCard__station {
  letter-spacing: .11em;
  line-height: 1.53333;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .accessCard__station {
    font-size: 30px;
  }
}

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

.accessCard__time {
  line-height: 2.09091;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .accessCard__time {
    font-size: 22px;
    letter-spacing: .11em;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__time {
    font-size: 11px;
    letter-spacing: -.01em;
  }
}

.accessCard__time .num {
  color: #d72547;
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: .03em;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .accessCard__time .num {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__time .num {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .accessCard__head + .accessCard__cont {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__head + .accessCard__cont {
    margin-top: 10px;
  }
}

.accessCard__txt {
  color: #666666;
  font-size: 10px;
  letter-spacing: .11em;
}

@media print, screen and (min-width: 768px) {
  .accessCard__txt {
    line-height: 2;
  }
  .accessCard__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .accessCard__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .accessCard__txt:before, .accessCard__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__txt {
    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 print, screen and (min-width: 768px) {
  .airportSect__cont {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.airportSect__cont .caption {
  margin-top: 5px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__head + .airportSect__cont {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .simulatorSect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .simulatorSect {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .simulatorSect__cont .swipeFigure {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .simulatorSect__cont .swipeFigure {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .simulatorSect__cont .swipeFigure .figurePlot {
    left: 0;
    top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .simulatorSect__head + .simulatorSect__cont {
    margin-top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .simulatorSect__head + .simulatorSect__cont {
    margin-top: 20px;
  }
}

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

.spotCard__ttl {
  color: #ffffff;
  font-family: "Cinzel", serif;
  letter-spacing: .03em;
  position: absolute;
  z-index: 2;
  line-height: 1;
}

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

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

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

@media print, screen and (min-width: 768px) {
  .spotCard__ttl {
    bottom: 20px;
    font-size: 30px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .spotCard__ttl {
    bottom: 10px;
    font-size: 15px;
    right: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__head .photo + .caption {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__head .photo + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__cont .usableList {
    margin: -25px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__cont .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__cont .usableList__inner {
    gap: 10px 9px;
  }
}

.trainAccessSect__cont .usableList__item:first-child {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__cont .usableList__item:nth-child(n+2) {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__cont .usableList__item:nth-child(n+2) {
    width: calc((100% - 18px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__cont .usableList__note {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__head + .trainAccessSect__cont {
    margin-top: 106px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__head + .trainAccessSect__cont {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__info {
    margin-top: 103px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__info {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__info .usableList {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__info .usableList {
    margin-top: 42px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__info .usableList__inner {
    gap: 60px 50px;
  }
}

@media screen and (max-width: 768px) {
  .trainAccessSect__info .usableList__inner {
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .trainAccessSect__info .usableList__item {
    width: calc((100% - 100px) / 3);
  }
}

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

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

@media screen and (max-width: 768px) {
  .access-train {
    padding: 50px 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-airport {
    padding: 93px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .access-airport {
    padding: 60px 0;
  }
}
