@media only screen and (min-width: 768px) {
  .trafficSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect {
    padding-top: 21.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 17.0666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .trafficSect__cont + .trafficSect__bottom {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__cont + .trafficSect__bottom {
    margin-top: 17.0666666667vw;
  }
}
.trafficSect__cont .zoomFigure + .cap {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .trafficSect__cont .zoomFigure + .cap {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__cont .zoomFigure + .cap {
    margin-top: 8.5333333333vw;
  }
}
.trafficSect__bottom {
  width: calc(100vw - var(--scrollbar));
}
@media only screen and (min-width: 768px) {
  .trafficSect__bottom {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .trafficSect__bottom {
    margin-left: -4.2666666667vw;
    width: calc(100% + 8.5333333333vw);
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__bottom {
    margin-left: -4.2666666667vw;
  }
}
.trafficSect__bottom .cap {
  margin-top: 16px;
  padding-right: 20px;
  text-align: right;
}
.trafficSect__list {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .trafficSect__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}
.trafficSect .trafficCard {
  position: relative;
}
.trafficSect .trafficCard__desc {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  inset: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .trafficSect .trafficCard__desc {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .trafficCard__desc {
    gap: 4.2666666667vw;
  }
}
.trafficSect .trafficCard__ttl {
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .trafficSect .trafficCard__ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .trafficCard__ttl {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .trafficSect .trafficCard__ttl .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .trafficCard__ttl .name {
    font-size: 4.8vw;
  }
}
.trafficSect .trafficCard__minutes {
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .trafficSect .trafficCard__minutes {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .trafficCard__minutes {
    font-size: 3.4666666667vw;
  }
}
.trafficSect .trafficCard__minutes .num {
  color: #D8D2C3;
  font-family: "Cinzel", serif;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .trafficSect .trafficCard__minutes .num {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect .trafficCard__minutes .num {
    font-size: 6.4vw;
  }
}
.trafficSect .trafficCard__bg .photo {
  width: 100%;
}
.trafficSect .trafficCard__bg .photo__image {
  max-width: initial;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .limousineSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .limousineSect {
    padding-top: 32vw;
  }
}
.limousineSect__head {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .limousineSect__head + .limousineSect__cont {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .limousineSect__head + .limousineSect__cont {
    margin-top: 17.0666666667vw;
  }
}
.limousineSect__head .sectTtl {
  color: #fff;
  left: 50%;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.limousineSect__head .sectTtl:after {
  content: initial;
}
.limousineSect__head .photo {
  width: calc(100vw - var(--scrollbar));
}
@media only screen and (min-width: 768px) {
  .limousineSect__head .photo {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .limousineSect__head .photo {
    margin-left: -4.2666666667vw;
    width: calc(100% + 8.5333333333vw);
  }
}
@media only screen and (max-width: 767px) {
  .limousineSect__head .photo {
    margin-left: -4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .limousineSect__cont .subSect {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .limousineSect__cont .subSect__head {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) {
  .limousineSect__cont .subSect__head .txt + .txt {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .limousineSect__cont .subSect__head .txt + .txt {
    margin-top: 6.4vw;
    padding: 0 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .limousineSect__cont .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .limousineSect__cont .subSect__cont {
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .busSect {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .busSect {
    padding: 32vw 0;
  }
}
.busSect__head {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .busSect__head + .busSect__cont {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .busSect__head + .busSect__cont {
    margin-top: 17.0666666667vw;
  }
}
.busSect__head .sectTtl {
  color: #fff;
  left: 50%;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.busSect__head .sectTtl:after {
  content: initial;
}
.busSect__head .photo {
  width: calc(100vw - var(--scrollbar));
}
@media only screen and (min-width: 768px) {
  .busSect__head .photo {
    margin-left: calc((100% - 100vw + var(--scrollbar)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .busSect__head .photo {
    margin-left: -4.2666666667vw;
    width: calc(100% + 8.5333333333vw);
  }
}
@media only screen and (max-width: 767px) {
  .busSect__head .photo {
    margin-left: -4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .busSect__cont .subSect {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .busSect__cont .subSect__head {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .busSect__cont .subSect__head + .subSect__cont {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .busSect__cont .subSect__cont {
    width: 500px;
  }
}/*# sourceMappingURL=access.css.map */