@media only screen and (min-width: 768px) {
  .aerialArea {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aerialArea {
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .aerialArea__head + .aerialArea__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aerialArea__head + .aerialArea__cont {
    margin-top: calc(64 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .aerialArea__cont {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .aerialArea__cont {
    margin-left: calc(-16 / 375 * 100vw);
    width: calc(100% + 32 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .trafficSect {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect {
    padding-top: calc(120 / 375 * 100vw);
  }
}
@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: calc(64 / 375 * 100vw);
  }
}
@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: calc(64 / 375 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__cont .zoomFigure__controller {
    bottom: 0;
    top: auto;
  }
}
.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: calc(32 / 375 * 100vw);
  }
}
.trafficSect__bottom {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .trafficSect__bottom {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 767px) {
  .trafficSect__bottom {
    margin-left: calc(-16 / 375 * 100vw);
    width: calc(100% + 32 / 375 * 100vw);
  }
}

.trafficList {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .trafficList {
    flex-direction: column;
  }
}
.trafficList + .cap {
  padding: 10px 16px 0 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 100%;
}
.trafficList__hero {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .trafficList__hero {
    width: calc(50% - 5px);
  }
}
.trafficList__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .trafficList__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .trafficList__grid .trafficCard {
    width: calc(50% - 5px);
  }
}

.trafficCard {
  overflow: hidden;
  position: relative;
}
.trafficCard__bg .photo__image {
  max-width: initial;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.trafficCard__bg:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  inset: 0;
  position: absolute;
}
.trafficCard__name {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .trafficCard__name {
    font-size: 50px;
    left: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .trafficCard__name {
    font-size: calc(28 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
  }
}
.trafficCard__time {
  align-items: flex-end;
  color: #fff;
  display: flex;
  gap: 4px;
  line-height: 1.8;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .trafficCard__time {
    bottom: 8px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficCard__time {
    bottom: calc(6 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
  }
}
.trafficCard__time .num {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .trafficCard__time .num {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .trafficCard__time .num {
    font-size: calc(40 / 375 * 100vw);
  }
}
.trafficCard__time .unit {
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .trafficCard__time .unit {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .trafficCard__time .unit {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 768px) {
  .trafficCard--hero {
    height: 100%;
  }
  .trafficCard--hero .trafficCard__bg .photo__image {
    height: 100%;
  }
  .trafficCard--hero .trafficCard__bg {
    height: 100%;
  }
  .trafficCard--hero .photo {
    height: 100%;
  }
}

.routeSect {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .routeSect {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .routeSect {
    padding: calc(120 / 375 * 100vw) 0;
  }
}
.routeSect .wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .routeSect__block + .routeSect__block {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .routeSect__block + .routeSect__block {
    margin-top: calc(120 / 375 * 100vw);
  }
}
.routeSect__head {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .routeSect__head {
    gap: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .routeSect__head {
    gap: calc(120 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .routeSect__head + .routeSect__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .routeSect__head + .routeSect__cont {
    margin-top: calc(64 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .routeSect__cont .cap {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .routeSect__cont .cap {
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .routeItem + .routeItem {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .routeItem + .routeItem {
    margin-top: calc(32 / 375 * 100vw);
  }
}
.routeItem__mark--red {
  color: #A90B71;
}
.routeItem__mark--pink {
  color: #d05b90;
}
.routeItem__mark--yellow {
  color: #edc525;
}
.routeItem__label {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .routeItem__label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .routeItem__label {
    font-size: calc(15 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .routeItem__label + .swipeFigure, .routeItem__label + .photo {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .routeItem__label + .swipeFigure, .routeItem__label + .photo {
    margin-top: calc(32 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .routeItem .swipeFigure + * {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .routeItem .swipeFigure + * {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.taxiSect {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .taxiSect {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .taxiSect {
    padding: calc(120 / 375 * 100vw) 0;
  }
}
@media only screen and (min-width: 768px) {
  .taxiSect__body {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .taxiSect__body {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.taxiSect__body .photo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .taxiSect__body .photo {
    width: 600px;
  }
}
.taxiSect__body .photo .photo__image {
  display: block;
  width: 100%;
}
.taxiSect__body .cap {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .taxiSect__body .cap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .taxiSect__body .cap {
    margin-top: calc(40 / 375 * 100vw);
  }
}/*# sourceMappingURL=access.css.map */