@charset "UTF-8";

.mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.mainVisual__picture img {
  width: 100%;
  height: 100vh;
  object-position: center;
  object-fit: cover;
}

.mainVisual__capIn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}

.mainVisual .title-page {
  color: #ffffff;
  position: absolute;
  bottom: 6.375%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.mainVisual::after {
  content: '';
  width: 100%;
  height: 18.75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.wrap-content {
  padding: 120px 0 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .wrap-content {
    padding: 60px 0 0;
  }
}

.terminal {
  text-align: center;
}

.container1322 {
  max-width: 1322px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.access .title01 {
  margin: 0 0 150px;
}

.access .title03 {
  margin: 0 0 15px;
}

.access .title02 {
  margin: 0 0 40px;
}

.f-cinz {
  font-family: "Cinzel", serif;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f23 {
  font-size: 23px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.f43 {
  font-size: 43px;
}

.f49 {
  font-size: 49px;
}

.f56 {
  font-size: 56px;
}

.f64 {
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .access .title01 {
    margin: 0 0 40px;
  }

  .access .title02 {
    margin: 0 0 20px;
  }

  .s-desc {
    text-align: left;
  }

  .f12 {
    font-size: 11px;
  }

  .f14 {
    font-size: 13px;
  }

  .f18 {
    font-size: min(4.25vw, 17px);
  }

  .f19 {
    font-size: min(4.5vw, 18px);
  }

  .f20 {
    font-size: min(4.75vw, 18px);
  }

  .f23 {
    font-size: min(5vw, 20px);
  }

  .f28 {
    font-size: min(6vw, 24px);
  }

  .f30 {
    font-size: min(7vw, 28px);
  }

  .f34 {
    font-size: min(7.5vw, 30px);
  }

  .f43 {
    font-size: min(8.5vw, 34px);
  }

  .f49 {
    font-size: min(10.75vw, 43px);
  }

  .f56 {
    font-size: min(12.25vw, 49px);
  }

  .f64 {
    font-size: min(14vw, 56px);
  }

}


h5.title03 {
  font-size: 20px;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.4;
}

/*  */
.schedule {
  max-width: 420px;
  margin: 100px auto 80px;
  text-align: left;
}

.schedule .schedule-note {
  text-align: center;
}

.schedule .min {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  margin: 20px 0;
}

.schedule .min .f64 {
  line-height: 0;
}

.schedule .f34 {
  display: inline-block;
  text-indent: -20px;
}

/* local */
.local .local-tit {
  font-size: 19px;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 16px;
  /* border-bottom: 1px solid #ffffff; */
  line-height: 1.4;
}

.local .list-local {
  display: flex;
  justify-content: space-between;
  gap: 23px;
}

.local .list-local .info-local {
  text-align: center;
  margin: 16px 0 0;
}

.local .list-local .info-local .info-tit {
  font-size: 28px;
}

.local .list-local .f49 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.local .list-local .mr.f49 {
  margin: 0 0 0 8px;
}

/* .access .title03.under-line {
  text-decoration: underline;
  width: fit-content;
  margin: 0 auto 15px;
} */

.local .local-cap {
  text-align: right;
  font-size: 12px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .terminal {
    margin: 0 0 30px;
  }

  .schedule {
    margin: 120px 0 60px;
  }

  .schedule .schedule-note {
    text-align: left;
  }

  .local {
    width: 100%;
  }

  .local .local-tit {
    font-size: 17px;
    margin: 0 0 20px;
  }

  .local .list-local {
    flex-wrap: wrap;
    gap: unset;
  }

  .local .list-local .info-local .info-tit {
    font-size: min(6vw, 24px);
    margin-left: -0.6em;
  }

  .local .list-local .local-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
    align-items: center;
  }

  .local .list-local .local-detail.reverse-sp {
    flex-direction: row-reverse;
  }

  .local .list-local .local-detail > figure {
    width: 50%;
  }

  .local .list-local .local-detail .info-local {
    width: 50%;
  }

  .local .local-cap {
    margin: 0 20px 0 0;
  }
}


.train-time {
  max-width: 1140px;
  margin: 40px auto 0;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.train-time .train-map {
  width: 58.245614%;
}

.train-time .gr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
  text-indent: -20px;
}

.train-time .gr .f64,
.train-time .gr .f56 {
  line-height: 0;
}

.train-time .metro-top {
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.train-time .metro-top .gr {
  margin: 15px 0;
}

.train-time .other-detail {
  margin: 40px 0 0;
}

.train-time .other-detail .gr {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .train-time .train-map {
    width: 100%;
    margin: 40px 0 0;
    overflow-x: scroll;
    padding: 0 0 20px;
  }

  .train-time .train-map img {
    max-width: unset;
  }

  .train-time .other-detail {
    margin: 30px 0 0;
  }

  .train-time .time-info {
    width: fit-content;
    margin: 0 auto;
  }
}

/* inner */
.access-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

.access-inner .inner-txt {
  width: 48%;
}

.access-inner .inner-img {
  width: 47.81818181818%;
}

/* car */
.car-time {
  margin: 180px auto 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .car-time {
    margin: 120px auto 60px;
    width: 100%;
  }

  .inner-img {
    width: 100%;
    order: -1;
    margin: 0 0 30px;
  }

  .inner-img img {
    width: 100%;
  }

  .access-inner .inner-txt {
    width: 100%;
    padding: 0 20px;
  }
}

/* air */
.air-time {
  margin: 180px auto 90px;
  text-align: center;
}

.air-time .time-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}

.air-time .time-info .time-info-tit {
  width: 28%;
  border-right: 1px solid #ffffff;
  text-align: left;
  align-content: center;
  line-height: 1.6;
}

.air-time .time-info .list-time {
  padding: 0 0 0 40px;
  text-align: left;
  width: 72%;
}

.air-time .list-time .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  margin: 0 0 10px;
}

.air-time .list-time .row .f43 {
  line-height: 0;
  display: inline-block;
  padding: 0 4px;
}

.air-time .list-time .row .f28 {
  display: inline-block;
  text-indent: -15px;
}

.air-time .list-time .time-detail:not(:last-child) {
  margin: 0 0 20px;
}

.air-time .list-time .ps02 {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .air-time {
    margin: 120px auto 60px;
    width: 100%;
  }

  .air-time .time-info .time-info-tit {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 20px 10px;
    margin: 0 0 30px;
  }

  .air-time .time-info .list-time {
    width: 100%;
    padding: 0 20px;
  }

  .air-time .list-time .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .air-time .list-time .row .col {
    display: inline-block;
    margin: 20px 0 0;
  }

  .air-time .list-time .time-detail:not(:last-child) {
    margin: 0 0 30px;
  }
}

/* walk-time */
.walk-time {
  margin: 180px auto 90px;
  text-align: center;
}

.walk-time .inner-txt .s-desc {
  margin-right: -30px;
}

@media screen and (max-width: 768px) {
  .walk-time {
    margin: 120px auto 60px;
    width: 100%;
  }

  .walk-time .inner-txt .s-desc {
    margin-right: unset;
  }

}


.swipe {
  display: none;

}


@media screen and (max-width: 768px) {
  .swipe {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 15px auto 0;
  }

  .swipe::after {
    content: '';
    background: url("../../common/imgs/icon_swipe.png") no-repeat center center/100% 100%;
    width: 32px;
    height: 32px;
    margin-left: 10px;
  }
}





























/* 





.bottomArea {
  color: #ffffff;
  padding-top: 80px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 40px 20px;
  }
} */