.c-map {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.c-map figcaption {
  color: #000;
  left: auto;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .c-map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .c-map__scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .c-map__scroll::-webkit-scrollbar {
    display: none;
  }
  .c-map__scroll img {
    width: 200vw;
    max-width: none;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-map__icon {
    width: 50px;
    display: block;
    margin: 20px auto 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .c-map__icon.-hide {
    opacity: 0;
  }
}

.p-bg {
  padding-bottom: 200px;
  background-color: #eeede9;
}
@media screen and (max-width: 768px) {
  .p-bg {
    padding-bottom: 0;
  }
}

.p-spot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-spot {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
}

.p-spot__text {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .p-spot__text {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}

.p-spot__time {
  text-align: center;
  line-height: 1;
  font-size: clamp(12px, 1.081vw, 18px);
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .p-spot__time {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-spot__time span {
  font-size: clamp(48px, 4.323vw, 72px);
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-spot__time span {
    font-size: clamp(24px, 8vw, 36px);
  }
}
.p-spot__time small {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-spot__time small {
    font-size: 11px;
  }
}

.p-spot-ext {
  text-align: center;
  font-size: clamp(10.4px, 0.937vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .p-spot-ext {
    font-size: 11px;
  }
}

.c-cap.-tar {
  text-align: right;
}

.taxi {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#545454));
  background: linear-gradient(0deg, #000 0%, #545454 100%);
  padding: 80px 100px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .taxi {
    padding: 35px 20px 20px 50px;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.taxi::before, .taxi::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #afa17a;
  position: absolute;
  top: 0;
}
.taxi::before {
  left: 50px;
}
@media screen and (max-width: 768px) {
  .taxi::before {
    left: 30px;
  }
}
.taxi::after {
  left: 55px;
}
@media screen and (max-width: 768px) {
  .taxi::after {
    left: 35px;
  }
}

.taxi__heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .taxi__heading-row {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.taxi__heading {
  font-size: clamp(44px, 3.963vw, 66px);
  color: #afa17a;
  font-weight: 100;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .taxi__heading {
    font-size: clamp(24px, 8vw, 36px);
  }
}

.taxi__copy {
  color: #fff;
  font-size: clamp(17.6px, 1.585vw, 26.4px);
}
.taxi__copy sup {
  font-size: 10px;
  position: relative;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .taxi__copy {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
  .taxi__copy.-mtsp {
    margin-top: 20px;
  }
}
.taxi__copy + .taxi__img {
  margin-top: 20px;
}

.taxi__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .taxi__row {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.taxi__text {
  line-height: 2.1;
  font-size: clamp(12.4px, 1.117vw, 18.6px);
}

@media screen and (max-width: 768px) {
  .taxi__cap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .taxi__cap.-sp-wide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.taxi__text-area {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.taxi__bar {
  width: 6px;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .taxi__img {
    width: 100vw;
    margin-left: calc(50% - 54vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: 1;
  }
}
.taxi__img figcaption {
  left: auto;
  right: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .taxi__img figcaption {
    bottom: -13px;
  }
}
.taxi__img figcaption.-black {
  color: #000;
}

.p-kiten {
  padding-block: 100px;
}
@media screen and (min-width: 769px) {
  .p-kiten {
    background: url(../img/access/kiten-bg.webp) left center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-kiten {
    padding-top: 2px;
    padding-bottom: 40px;
  }
}

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

.p-kiten__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-kiten__row {
    gap: 15px;
    background-image: url(../img/access/kiten-bg-sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.p-kiten__heading {
  font-size: clamp(40px, 3.602vw, 60px);
  color: #afa17a;
  font-family: "EB Garamond", serif;
}

.p-kiten__copy {
  margin-top: 20px;
  font-size: clamp(16px, 1.441vw, 24px);
  line-height: 1.5;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-kiten__copy {
    margin-bottom: 30px;
  }
}

.c-section-copy {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .c-section-copy {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}

.c-section-text {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 2.2;
  margin-top: 20px;
}
.c-section-text + .c-cap {
  margin-top: 10px;
}

.p-kiten__img-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-kiten__img-row {
    gap: 15px;
  }
}
.p-kiten__img-row .p-spot__time {
  margin-top: 10px;
}
.p-kiten__img-row .p-spot__time small {
  text-align: center;
  display: block;
}

.p-kiten__cap {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-kiten__cap {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.p-position {
  padding-block: 100px;
  background-image: url(../img/access/position-bg.webp);
  background-position: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-position {
    padding-block: 50px;
    background-image: url(../img/access/position-bg-sp.webp);
    background-size: cover;
    background-position: top;
  }
}

.p-position__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-position__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-search {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .t-access__search {
    background-color: #fff;
  }
}
/*# sourceMappingURL=access.css.map */