@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
.p-access {
  background-image: url("../img/top/bg-concept-ptn.png");
  background-color: #ffffff;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: repeat-y;
  width: 100%;
}
.p-access .mv {
  background-image: url("../img/access/mv-access.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: min(41.6666666667vw, 800px);
}
@media screen and (max-width: 750px) {
  .p-access .mv {
    background-image: url("../img/access/mv-access-sp.jpg");
    height: 58.6666666667vw;
  }
}
.p-access .info {
  position: relative;
  background-image: url("../img/top/bg-info.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-access .info {
    background-size: cover;
    background-position: center;
  }
}
.p-access .info__inner {
  width: 100%;
  max-width: min(66.6666666667vw, 1280px);
  padding: min(3.125vw, 60px) 0 min(3.6458333333vw, 70px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-access .info__inner {
    max-width: none;
    padding: 8vw 0 13.3333333333vw;
  }
}
.p-access .info__content {
  width: 100%;
}
.p-access .info__content .title h3 {
  width: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.4583333333vw, 28px);
  white-space: nowrap;
  color: #ffffff;
  margin: 0 auto min(0.78125vw, 15px);
  scale: 1.5;
  opacity: 0;
  letter-spacing: 3em;
  transition: scale 1.2s ease-in, letter-spacing 1.2s ease-in, opacity 0.6s 0.6s ease-in;
}
.p-access .info__content .title h3.animate {
  scale: 1;
  opacity: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-access .info__content .title h3 {
    font-size: 4.8vw;
    margin: 0 auto 2vw;
  }
}
.p-access .info__content .info-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
.p-access .info__content .info-content__description {
  position: relative;
  color: #FDE9C8;
  opacity: 0;
  translate: 0 50% 0;
  transition: opacity 0.6s 0.2s ease-in, translate 0.8s ease-in;
}
.p-access .info__content .info-content__description.animate {
  opacity: 1;
  translate: 0 0 0;
}
.p-access .info__content .info-content__description p {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.5520833333vw, 49px);
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-access .info__content .info-content__description p {
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
  .p-access .info__content .info-content__description p:first-child {
    font-size: 8vw;
  }
}
.p-access .info__content .info-content__description p .notation {
  position: absolute;
  top: 0;
  right: max(-1.3020833333vw, -25px);
  transform: translateY(100%);
  display: block;
  height: 1em;
  font-size: min(0.8854166667vw, 17px);
  line-height: 1;
  letter-spacing: normal;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-access .info__content .info-content__description p .notation {
    top: 10.6666666667vw;
    right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-access .train {
  width: 100%;
  margin: min(8.3333333333vw, 160px) auto;
}
@media screen and (max-width: 750px) {
  .p-access .train {
    margin: 16vw auto;
  }
}
.p-access .train__text {
  width: 100%;
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-access .train__text {
    margin-bottom: 8vw;
  }
}
.p-access .train__text p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(1.8229166667vw, 35px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.15em;
  text-align: center;
}
.p-access .train__text p + p {
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: normal;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .train__text p {
    font-size: 5.6vw;
    line-height: 8.2666666667vw;
  }
  .p-access .train__text p + p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-access .train__mv {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-access .train__mv {
    max-width: calc(100% - 5.3333333333vw);
    margin: 0 auto 8vw;
  }
}
.p-access .train__mv > span {
  display: block;
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
  color: rgba(118, 106, 92, 0.3);
  margin: 0 auto max(-1.4583333333vw, -28px);
}
@media screen and (max-width: 750px) {
  .p-access .train__mv > span {
    font-size: 16vw;
    margin: 0 auto -3.3333333333vw;
  }
}
.p-access .train__mv .image-list {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.78125vw, 15px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-access .train__mv .image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}
.p-access .train__mv .image-item .image {
  width: 100%;
  height: min(27.8645833333vw, 535px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-access .train__mv .image-item .image {
    height: auto;
    margin-bottom: 8vw;
  }
}
.p-access .train__mv .image-item .image::after {
  transform: translateY(100%);
  color: #333333;
  filter: none;
}
.p-access .train__mv .image-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .train__mv .image-item .text {
  position: relative;
  width: 100%;
}
.p-access .train__mv .image-item .text > .note {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: block;
  font-family: "BIZ UDPMincho", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .p-access .train__mv .image-item .text > .note {
    font-size: 2.9333333333vw;
  }
}
.p-access .train__mv .image-item .text > .note em {
  font-style: normal;
  color: #6a6d6a;
  margin-right: 0.5em;
}
.p-access .train__mv .image-item .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.5104166667vw, 29px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-access .train__mv .image-item .text p span {
  font-size: min(2.1875vw, 42px);
}
@media screen and (max-width: 750px) {
  .p-access .train__mv .image-item .text p {
    font-size: 3.4666666667vw;
  }
  .p-access .train__mv .image-item .text p span {
    font-size: 4.8vw;
  }
}
.p-access .train__mv .image-item .text p + p span {
  color: #85753a;
}
.p-access .train__map {
  background-image: url("../img/access/train-mv-bg1.png"), url("../img/access/train-mv-bg2.png");
  background-size: 50% auto, 40% auto;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  width: 100%;
}
.p-access .train__map .image {
  width: 100%;
  max-width: min(54.6875vw, 1050px);
  margin: 0 auto min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .train__map .image {
    max-width: calc(100% - 5.3333333333vw);
    margin: 0 auto 13.3333333333vw;
  }
}
.p-access .train__map .text {
  position: relative;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .train__map .text {
    max-width: calc(100% - 5.3333333333vw);
    margin: 0 auto 2.6666666667vw;
  }
}
.p-access .train__map .text > .note {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: block;
  font-family: "BIZ UDPMincho", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .p-access .train__map .text > .note {
    font-size: 2.9333333333vw;
  }
}
.p-access .train__map .text > .note em {
  font-style: normal;
  color: #6a6d6a;
  margin-right: 0.5em;
}
.p-access .train__map .text .text-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-access .train__map .text .text-list {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
  }
}
.p-access .train__map .text .text-item {
  width: fit-content;
}
.p-access .train__map .text .text-item p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.1979166667vw, 23px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.04em;
}
.p-access .train__map .text .text-item p > span {
  font-size: min(1.71875vw, 33px);
}
.p-access .train__map .text .text-item p > span em {
  font-style: normal;
  color: #6a6d6a;
}
@media screen and (max-width: 750px) {
  .p-access .train__map .text .text-item p {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .p-access .train__map .text .text-item p > span {
    font-size: 5.6vw;
  }
}
.p-access .train__map > .note {
  width: 100%;
  padding: 0 min(13.0208333333vw, 250px);
}
.p-access .train__map > .note > p {
  font-size: min(0.625vw, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-access .train__map > .note {
    padding: 0 min(2.0833333333vw, 40px);
  }
  .p-access .train__map > .note > p {
    font-size: 2.1333333333vw;
  }
}
.p-access .bus {
  width: 100%;
}
.p-access .bus__content {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-access .bus__content {
    flex-flow: column nowrap;
    gap: 2vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-access .bus__content .content-image {
  width: 65%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-access .bus__content .content-image {
    width: 100%;
    height: 60vw;
  }
}
.p-access .bus__content .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .bus__content .content-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}
@media screen and (max-width: 750px) {
  .p-access .bus__content .content-text {
    width: 100%;
  }
}
.p-access .bus__content .content-text p {
  font-family: "BIZ UDPMincho", serif;
  font-size: min(1.8229166667vw, 35px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-access .bus__content .content-text p {
    font-size: 5.6vw;
    line-height: 1.8;
  }
}
.p-access .bus .town {
  background-image: linear-gradient(#453c33, #453c33), url("../img/location/bg-matsumoto.png");
  background-size: calc(100% - min(20.8333333333vw, 400px)) 100%;
  background-position: top left;
  background-repeat: repeat-y;
  padding: min(8.3333333333vw, 160px) 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town {
    background-size: cover;
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
}
.p-access .bus .town__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__inner {
    max-width: calc(100% - 8vw);
  }
}
.p-access .bus .town__title {
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__title {
    margin-bottom: 8vw;
  }
}
.p-access .bus .town__title h2 {
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__title h2 {
    font-size: 13.3333333333vw;
  }
}
.p-access .bus .town__content {
  display: flex;
  flex-flow: row nowrap;
  gap: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-access .bus .town__content .content-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 30%;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .content-wrapper {
    width: 100%;
  }
}
.p-access .bus .town__content .content-wrapper > .note {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + min(0.5208333333vw, 10px)));
  font-family: "Shippori Mincho", serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .content-wrapper > .note {
    transform: translateY(100%);
    font-size: 2.1333333333vw;
  }
}
.p-access .bus .town__content > .image {
  position: relative;
  width: 70%;
}
.p-access .bus .town__content > .image > .note {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + min(0.5208333333vw, 10px)));
  font-family: "Shippori Mincho", serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content > .image {
    width: 100%;
  }
  .p-access .bus .town__content > .image > .note {
    transform: translateY(calc(100% + 1.3333333333vw));
    font-size: 2.9333333333vw;
  }
}
.p-access .bus .town__content .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.2em;
  color: #ffffff;
}
.p-access .bus .town__content .text p + p {
  font-size: min(0.7291666667vw, 14px);
  line-height: min(2.0833333333vw, 40px);
  letter-spacing: 0.04em;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .text p {
    font-size: 5.0666666667vw;
    line-height: 1.8;
  }
  .p-access .bus .town__content .text p + p {
    font-size: 2.9333333333vw;
    line-height: 1.8;
    margin-top: 2.9333333333vw;
  }
}
.p-access .bus .town__content .point-list {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.5208333333vw, 10px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-list {
    gap: 2vw;
    margin: 5.3333333333vw 0;
  }
}
.p-access .bus .town__content .point-item {
  border: 2px solid rgba(175, 167, 156, 0.5);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-item {
    padding: 2.6666666667vw;
  }
}
.p-access .bus .town__content .point-item > p {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.p-access .bus .town__content .point-item > p + p {
  margin-top: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-item > p + p {
    margin-top: 1.3333333333vw;
  }
}
.p-access .bus .town__content .point-item > p.focus {
  font-size: min(1.5625vw, 30px);
  line-height: min(2.34375vw, 45px);
  color: #c6bea2;
}
.p-access .bus .town__content .point-item > p.focus span {
  font-size: min(2.2395833333vw, 43px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-item > p.focus {
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
  }
  .p-access .bus .town__content .point-item > p.focus span {
    font-size: 6.4vw;
  }
}
.p-access .bus .town__content .point-item > p:not(.focus) {
  font-size: min(1.0416666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-item > p:not(.focus) {
    font-size: 3.4666666667vw;
  }
}
.p-access .bus .town__content .point-item > p:last-child {
  font-size: min(0.6770833333vw, 13px);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-access .bus .town__content .point-item > p:last-child {
    font-size: 2.1333333333vw;
    line-height: 1.2;
  }
}
.p-access .bus .highway {
  width: 100%;
  max-width: min(78.125vw, 1500px);
  margin-left: auto;
  margin-bottom: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway {
    max-width: none;
    margin-bottom: 16vw;
  }
}
.p-access .bus .highway__mv {
  width: 100%;
  margin: min(6.25vw, 120px) 0;
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__mv {
    margin: 10.6666666667vw 0;
  }
}
.p-access .bus .highway__mv h3 {
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1;
  letter-spacing: normal;
  color: rgba(118, 106, 92, 0.3);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__mv h3 {
    font-size: 13.3333333333vw;
  }
}
.p-access .bus .highway__mv .mv-image {
  width: 100%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__mv .mv-image {
    height: 60vw;
  }
}
.p-access .bus .highway__mv .mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .bus .highway__content {
  width: 100%;
}
.p-access .bus .highway__content > .text {
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__content > .text {
    margin-bottom: 8vw;
  }
}
.p-access .bus .highway__content > .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.2em;
}
.p-access .bus .highway__content > .text p + p {
  font-size: min(0.78125vw, 15px);
  line-height: min(2.0833333333vw, 40px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__content > .text p {
    font-size: 4.8vw;
    line-height: 1.8;
    padding: 0 4vw;
  }
  .p-access .bus .highway__content > .text p + p {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    margin-top: 2.6666666667vw;
  }
}
.p-access .bus .highway__content .images {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.0416666667vw, 20px);
  width: 100%;
  max-width: min(48.4375vw, 930px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__content .images {
    flex-flow: column nowrap;
    gap: 2vw;
    max-width: none;
  }
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__content .images .image:first-child {
    padding: 0 4vw;
  }
}
.p-access .bus .highway__content .images .image:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .bus .highway__content > .note {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.6770833333vw, 13px);
  line-height: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-access .bus .highway__content > .note {
    font-size: 2.1333333333vw;
    line-height: 1.8;
  }
}
.p-access .airport {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../img/top/bg-info.jpg");
  background-size: cover, cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: min(10.4166666667vw, 200px) 0 min(6.25vw, 120px);
  margin-bottom: min(10.4166666667vw, 200px);
}
@media screen and (max-width: 750px) {
  .p-access .airport {
    padding: 21.3333333333vw 0 13.3333333333vw;
    margin-bottom: 16vw;
  }
}
.p-access .airport__mv {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: min(10.4166666667vw, 200px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__mv {
    flex-flow: column nowrap;
    margin-bottom: 21.3333333333vw;
  }
}
.p-access .airport__mv .mv-wrapper {
  position: relative;
  width: 65%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__mv .mv-wrapper {
    width: 100%;
    height: 60vw;
    margin-bottom: 21.3333333333vw;
  }
}
.p-access .airport__mv .mv-wrapper .mv-image {
  width: 100%;
  height: 100%;
}
.p-access .airport__mv .mv-wrapper .mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .airport__mv .mv-wrapper .mv-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  width: min(26.0416666667vw, 500px);
  height: min(17.1875vw, 330px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__mv .mv-wrapper .mv-sub {
    transform: translateY(50%);
    width: 40vw;
    height: auto;
    aspect-ratio: 50/33;
  }
}
.p-access .airport__mv .mv-wrapper .mv-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .airport__mv .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}
@media screen and (max-width: 750px) {
  .p-access .airport__mv .text {
    width: 100%;
  }
}
.p-access .airport__mv .text p {
  font-family: "BIZ UDPMincho", serif;
  font-size: min(1.8229166667vw, 35px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: 0.2em;
  color: #ffffff;
  padding-bottom: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__mv .text p {
    font-size: 6.1333333333vw;
    line-height: 1.8;
    padding-bottom: 0;
  }
}
.p-access .airport__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-access .airport__inner {
    width: calc(100% - 8vw);
    max-width: none;
  }
}
.p-access .airport__inner h2 {
  font-family: "Cinzel", serif;
  font-size: min(6.9270833333vw, 133px);
  line-height: 1;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.3);
  padding-left: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__inner h2 {
    font-size: 13.3333333333vw;
    padding-left: 0;
  }
}
.p-access .airport__inner .notes {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: min(0.5729166667vw, 11px);
  line-height: min(0.8333333333vw, 16px);
  letter-spacing: 0.06em;
  text-align: right;
  color: #ffffff;
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .airport__inner .notes {
    font-size: 2.1333333333vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 8vw;
  }
}
.p-access .airport .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(6.25vw, 120px);
  width: 100%;
  padding: 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .airport .content-wrapper {
    flex-flow: column nowrap;
    gap: 8vw;
    padding: 0 2.6666666667vw;
  }
}
.p-access .airport .content-wrapper .text {
  width: 35%;
  padding-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .airport .content-wrapper .text {
    width: 100%;
    padding-top: 0;
  }
}
.p-access .airport .content-wrapper .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.15em;
  color: #ffffff;
}
.p-access .airport .content-wrapper .text p + p {
  font-size: min(0.78125vw, 15px);
  line-height: min(2.0833333333vw, 40px);
  letter-spacing: 0.1em;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .airport .content-wrapper .text p {
    font-size: 6.1333333333vw;
    line-height: 1.8;
  }
  .p-access .airport .content-wrapper .text p + p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    margin-top: 2.6666666667vw;
  }
}
.p-access .airport .content-wrapper .image {
  width: 65%;
}
@media screen and (max-width: 750px) {
  .p-access .airport .content-wrapper .image {
    width: 100%;
  }
}
.p-access .airport .content-wrapper .image > .note {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.5729166667vw, 11px);
  line-height: min(1.25vw, 24px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .airport .content-wrapper .image > .note {
    font-size: 1.8666666667vw;
    line-height: 1.8;
  }
}
.p-access .airport .area-list {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.78125vw, 15px);
  width: 100%;
  margin: min(4.1666666667vw, 80px) 0 0;
}
@media screen and (max-width: 750px) {
  .p-access .airport .area-list {
    flex-flow: column nowrap;
    gap: 2vw;
    margin: 10.6666666667vw 0 0;
  }
}
.p-access .airport .area-item {
  width: 100%;
}
.p-access .airport .area-item .image {
  position: relative;
  width: 100%;
  height: min(12.5vw, 240px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .airport .area-item .image {
    height: 46.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-access .airport .area-item .image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
}
.p-access .airport .area-item .image::after {
  transform: translateY(100%);
  color: #ffffff;
  filter: none;
}
.p-access .airport .area-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-access .airport .area-item .image span {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-family: "Cinzel", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: 1;
  color: #ffffff;
  padding-left: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-access .airport .area-item .image span {
    font-size: 5.6vw;
  }
}
.p-access .airport .area-item .detail p {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.9375vw, 18px);
  letter-spacing: 0.08em;
  color: #ffffff;
}
.p-access .airport .area-item .detail p span {
  font-size: min(1.6666666667vw, 32px);
  line-height: min(2.2916666667vw, 44px);
}
.p-access .airport .area-item .detail p span strong {
  font-size: min(2.2916666667vw, 44px);
  color: #d1c99e;
  margin-left: 0.3em;
}
.p-access .airport .area-item .detail p + p {
  font-size: min(1.3541666667vw, 26px);
  line-height: min(1.6666666667vw, 32px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-access .airport .area-item .detail p {
    font-size: 3.4666666667vw;
  }
  .p-access .airport .area-item .detail p span {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .p-access .airport .area-item .detail p span strong {
    font-size: 6.4vw;
  }
  .p-access .airport .area-item .detail p + p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.p-access .airport .area-item .detail .note {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.5208333333vw, 10px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .airport .area-item .detail .note {
    font-size: 2.1333333333vw;
    line-height: 2.1333333333vw;
  }
}

/*# sourceMappingURL=access.css.map */
