.accessCard {
  color: #4c4b49;
}

.accessCard__head {
  text-align: center;
}

.accessCard__head .heading {
  border: 0;
}

.accessCard__head .heading--dark {
  background-color: #4c4b49;
}

.accessCard__head:has(.heading--dark) + .accessCard__cont {
  background-color: #bfbcb6;
}

.accessCard__head:has(.heading--light) + .accessCard__cont {
  background-color: #ffffff;
}

.accessCard__cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ebe9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .accessCard__cont {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__cont {
    padding: 10px 0;
  }
}

.accessCard__item {
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .accessCard__item {
    font-size: 14px;
    width: 50%;
  }
}

.accessCard__item .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}

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

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

.accessCard__item .label {
  background-color: #ebe9e6;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .accessCard__item .label {
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__item .label {
    border-radius: 2.5px;
    font-size: 10px;
    letter-spacing: 0;
    padding: 4px 10px;
  }
}

.accessCard__item .caption {
  display: block;
  letter-spacing: .05em;
}

.accessCard__item + .accessCard__item {
  border-left: 1px dotted #958b79;
}

@media screen and (min-width: 768px) {
  .accessCard__item + .accessCard__item {
    margin-left: 24px;
    padding-left: 24px;
  }
}

.airportSect__head {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .airportSect__head .txt {
    padding: 0 28px;
    text-align: left;
  }
}

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

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

.airportSect__cont .headingCombi .heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .airportSect__cont .headingCombi .txt {
    text-align: center;
  }
}

.airportSect__caption {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .airportSect__caption {
    margin-inline: auto;
    max-width: 880px;
    padding-left: 20px;
  }
}

.airportSect__caption .caption {
  display: block;
}

@media screen and (min-width: 768px) {
  .airportSect__caption .caption {
    margin-inline: auto 0;
    width: 50%;
  }
}

.airportSect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .airportSect__inner {
    gap: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__inner {
    gap: 12px;
    margin-top: 16px;
  }
}

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

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

.airportSect__item .ttl {
  color: #958b79;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .airportSect__item .ttl {
    font-size: 14px;
  }
}

.airportSect__item .ttl:before {
  aspect-ratio: 1 / 1;
  background-color: #958b79;
  content: '';
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .airportSect__item .ttl:before {
    margin-right: 6px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__item .ttl:before {
    margin-right: 4px;
    width: 8px;
  }
}

@media screen and (min-width: 768px) {
  .airportSect__item .accessCard {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .airportSect__item .accessCard {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__head + .carSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__head + .carSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__cont .subSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .carSect__cont .subSect__head {
    width: 415px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont .subSect__head > .headingCombi .heading {
    margin: 0 -28px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont .subSect__head > .headingCombi .txt {
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .carSect__cont .subSect__cont {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    width: calc((((100vw - var(--scrollbar)) - 1200px) / 2) + 730px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .carSect__cont .subSect__cont {
    margin-left: -20px;
    width: 730px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .carSect__cont .subSect__cont .pinchInFigure {
    margin: 0 -28px;
  }
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .carDist__head {
    width: calc(100% - 140px);
  }
}

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

.carDist__head .heading {
  border: 0;
}

.carDist__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #958b79;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .carDist__cont {
    font-size: 19px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .carDist__cont {
    font-size: 14px;
    width: 100px;
  }
}

.carDist__cont .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  line-height: .7;
}

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

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

@media screen and (min-width: 768px) {
  .stationSect__head + .stationSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__head + .stationSect__cont {
    margin-top: 32px;
  }
}

.stationSect__figure {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .stationSect__figure .figurePlot {
    top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__figure + .caption {
    margin-top: 32px;
    text-align: right;
  }
}

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

.stationSect__figCap {
  bottom: 5px;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .stationSect__figCap {
    right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__figCap {
    left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

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

.stationSect__list + .caption {
  margin-top: 10px;
  text-align: right;
}

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

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

.stationSect__card .minutesCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  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: 768px) {
  .stationSect__card .minutesCard {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__visual {
    width: 98px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__visual {
    width: 78px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__desc {
    width: 236px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__desc {
    width: 189px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__station {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__station {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__station .strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__station .strong {
    font-size: 24px;
  }
}

.stationSect__card .minutesCard__minutes {
  border-top: 1px solid #bfbcb6;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__minutes {
    font-size: 18px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__minutes {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.stationSect__card .minutesCard__minutes .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .stationSect__card .minutesCard__minutes .num {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__card .minutesCard__minutes .num {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect--tozai .stationSect__cont .swipeFigure__inner {
    height: 223px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect--jr .stationSect__cont .swipeFigure__inner {
    height: 267px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect--oedo .stationSect__cont .swipeFigure__inner {
    height: 516px;
  }
}

.stationSelect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .stationSelect__list {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__list {
    gap: 5px;
  }
}

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

@media screen and (max-width: 768px) {
  .stationSelect__item {
    width: 112.5px;
  }
}

.stationSelect__item:nth-child(1) .stationSelect__trigger.is-active {
  background-color: #ebf0f4;
}

.stationSelect__item:nth-child(2) .stationSelect__trigger.is-active {
  background-color: #f4f3eb;
}

.stationSelect__item:nth-child(3) .stationSelect__trigger.is-active {
  background-color: #f4edeb;
}

.stationSelect__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 15px rgba(12, 17, 11, 0.2);
          box-shadow: 2px 0 15px rgba(12, 17, 11, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .stationSelect__trigger {
    font-size: 16px;
    gap: 16px;
    line-height: calc(24 / 16);
    padding: 24px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__trigger {
    font-size: 12px;
    gap: 10px;
    line-height: calc(36 / 24);
    padding: 16px 0 20px;
    color: #000;
  }
}

.stationSelect__trigger .border {
  background-color: #958b79;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .stationSelect__trigger .border {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__trigger .border {
    height: 8px;
  }
}

.stationSelect__trigger .border:before, .stationSelect__trigger .border:after {
  content: '';
  inset: 0;
  position: absolute;
}

.stationSelect__trigger .border:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
  opacity: .7;
}

.stationSelect__trigger .border:after {
  background: url("../common/imgs/sp/bg-btn-03.jpg") no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: .25;
}

.stationSelect__trigger .logo {
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
  .stationSelect__trigger .logo {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__trigger .logo {
    width: 23px;
  }
}

.stationSelect__trigger.is-active {
  pointer-events: none;
}

.stationSelect__trigger.is-active .border {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media screen and (min-width: 768px) {
  .stationSelect__bottom .stationSelect__trigger {
    padding: 32px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__bottom .stationSelect__trigger {
    padding: 20px 0 16px;
  }
}

.stationSelect__bottom .stationSelect__trigger .border {
  bottom: auto;
  top: 0;
}

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

.stationSelect__cont {
  -webkit-box-shadow: 0 0 20px rgba(12, 17, 11, 0.2);
          box-shadow: 0 0 20px rgba(12, 17, 11, 0.2);
  display: none;
}

@media screen and (min-width: 768px) {
  .stationSelect__cont {
    margin: 0 -80px;
    padding: 104px 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .stationSelect__cont {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .stationSelect__cont {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stationSelect__cont {
    margin: 0 -28px;
    padding: 48px 28px;
  }
}

.stationSelect__cont.is-active {
  display: block;
}

.stationSelect__cont:nth-child(1) {
  background-color: #ebf0f4;
}

.stationSelect__cont:nth-child(2) {
  background-color: #f4f3eb;
}

.stationSelect__cont:nth-child(3) {
  background-color: #f4edeb;
}

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

@media screen and (max-width: 768px) {
  .taxiSect__head + .taxiSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .subSect {
    -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;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .subSect__head {
    width: 415px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .subSect__head .heading {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .subSect__head .txt {
    padding: 0 28px;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .subSect__cont {
    width: 730px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .subSect__cont {
    margin-top: 40px;
  }
}

.taxiSect__cont .subSect__cont .usableList + .caption {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .subSect__cont .usableList__inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .subSect__cont .usableList__inner {
    gap: 12px;
  }
}

@media screen and (min-width: 768px) {
  .taxiSect__cont .subSect__cont .usableList__item {
    width: 355px;
  }
}

@media screen and (max-width: 768px) {
  .taxiSect__cont .subSect__cont .usableList__item {
    width: 100%;
  }
}

.taxiSect__cont .subSect__cont .accessCard__item:nth-child(2) .label {
  background-color: #4c4b49;
  color: #ffffff;
}

.taxiSect__cont .subSect__cont .accessCard__item .caption {
  color: #4c4b49;
}

.trafficGallery {
  -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;
}

@media screen and (min-width: 768px) {
  .trafficGallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .trafficGallery {
    gap: 12px 28px;
  }
}

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

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

.trafficGallery__desc {
  color: #958b79;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: .7;
  text-align: center;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .trafficGallery__minutes {
    font-size: 36px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .trafficGallery__minutes {
    font-size: 18px;
    margin-top: 8px;
  }
}

.trafficGallery__minutes .small {
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .trafficGallery__minutes .small {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .trafficGallery__minutes .small {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .trafficGallery__minutes .strong {
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .trafficGallery__minutes .strong {
    font-size: 32px;
  }
}

.trafficGallery__note {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .trafficGallery__note {
    letter-spacing: -.05em;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 36px;
  }
}

.trafficSect__cont {
  position: relative;
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure {
    margin: 0 -28px 40px;
    width: calc(100% + 56px);
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure .photo__image {
    position: relative;
    width: auto;
    height: 329px;
    max-width: none;
    display: block;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .trafficSect__cont .swipeFigure + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .trafficSect__cont .swipeFigure + .caption {
    margin-top: 44px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .access-traffic {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .access-traffic {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .access-station {
    padding: 96px 0 320px;
  }
}

@media screen and (max-width: 768px) {
  .access-station {
    padding: 40px 0 174px;
  }
}

@media screen and (min-width: 768px) {
  .access-taxi {
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 768px) {
  .access-taxi {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .access-car {
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 768px) {
  .access-car {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .access-airport {
    padding-bottom: 120px;
  }
}

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