@import url("https://use.typekit.net/gcy2lyv.css");
#access .cont-space-lg {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #access .cont-space-lg {
    padding-bottom: 70px;
  }
}
#access .cont-space-md {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #access .cont-space-md {
    padding-bottom: 30px;
  }
}

.access-map {
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .access-map .caption {
    bottom: -10px;
  }
}

.station-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.1%;
}
@media (max-width: 767px) {
  .station-list ul {
    gap: 2.8%;
  }
}
.station-list ul li {
  width: 31.2666666667%;
}
@media (max-width: 767px) {
  .station-list ul li {
    width: 48.6%;
  }
}
.station-list ul li:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .station-list ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.station-list.row-2 ul li {
  width: 48.45%;
}

.station-item .img img {
  width: 100%;
}
.station-item .ttl {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .station-item .ttl {
    padding-top: 4px;
  }
}
.station-item .ttl .tx {
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .station-item .ttl .tx {
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .station-item .ttl .tx.fz14-sp {
    font-size: 14px;
  }
}
.station-item .ttl .en {
  font-family: "adobe-caslon-pro", serif;
}
.station-item .ttl .small {
  font-size: 20px;
}
@media (max-width: 900px) {
  .station-item .ttl .small {
    font-size: 12px;
  }
}
.station-item .ttl .md {
  font-size: 27px;
}
@media (max-width: 900px) {
  .station-item .ttl .md {
    font-size: 18px;
  }
}
.station-item .ttl .lg {
  font-size: 47px;
}
@media (max-width: 900px) {
  .station-item .ttl .lg {
    font-size: 28px;
  }
}
.station-item .ex {
  font-size: 18px;
}
@media (max-width: 767px) {
  .station-item .ex {
    line-height: 1.4;
    font-size: 12px;
  }
}

.train-lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .train-lead {
    gap: 3.1%;
  }
}
@media (max-width: 767px) {
  .train-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.train-lead .ttl {
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .train-lead .ttl {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .train-lead .ttl {
    padding-bottom: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .train-lead .ttl.txCenter-sp {
    text-align: center;
  }
}
.train-lead .tx {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .train-lead .tx {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .train-lead .lead-img {
    width: 48.3%;
  }
}
@media (min-width: 768px) {
  .train-lead .lead-tx {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1000px) {
  .route-map .route-map-cont {
    width: 1024px;
  }
}
@media (max-width: 1000px) {
  .route-map .route-map-cont img {
    width: 100%;
  }
}

.first-train {
  background: #ECE6DC;
  padding: 30px 0 63px;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .first-train {
    padding: 15px;
  }
}
.first-train .inr {
  max-width: 800px;
  margin-inline: auto;
}
.first-train .ttl {
  position: relative;
  padding: 39px 0 38px;
}
@media (max-width: 767px) {
  .first-train .ttl {
    padding: 23px 0 24px;
  }
}
.first-train .ttl .tx {
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .first-train .ttl .tx {
    font-size: 16px;
  }
}
.first-train .ttl .img {
  width: 59px;
  height: 105px;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -47.5%);
          transform: translate(-50%, -47.5%);
}
@media (max-width: 767px) {
  .first-train .ttl .img {
    width: 35px;
    height: 62px;
  }
}
.first-train .main-tx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #BE9461;
}
@media (min-width: 768px) {
  .first-train .main-tx {
    gap: 28px;
  }
}
.first-train .main-tx .tx {
  line-height: 1;
  letter-spacing: 0.06em;
}
.first-train .main-tx .small {
  font-size: 21px;
}
@media (max-width: 767px) {
  .first-train .main-tx .small {
    font-size: 12px;
  }
}
.first-train .main-tx .md {
  font-size: 33px;
}
@media (max-width: 767px) {
  .first-train .main-tx .md {
    font-size: 16px;
  }
}
.first-train .main-tx .md.sp-md {
  font-size: 25px;
}
.first-train .main-tx .lg {
  font-size: 81px;
}
@media (max-width: 767px) {
  .first-train .main-tx .lg {
    font-size: 57px;
  }
}
.first-train .main-tx .red {
  color: #9A0404;
}
.first-train .main-tx .tx-01 {
  width: 565px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .first-train .main-tx .tx-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .first-train .main-tx .tx-02 {
    width: 205px;
  }
}
.first-train .sub-tx ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 27px;
}
@media (max-width: 767px) {
  .first-train .sub-tx ul {
    gap: 9px;
  }
}
.first-train .sub-tx ul LI {
  padding-top: 23px;
}
@media (min-width: 768px) {
  .first-train .sub-tx ul LI {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .first-train .sub-tx ul LI {
    padding-top: 14px;
  }
}
.first-train .sub-tx .tx {
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
.first-train .sub-tx .tx .lg {
  font-size: 45px;
}
@media (max-width: 767px) {
  .first-train .sub-tx .tx .lg {
    font-size: 22px;
  }
}
.first-train .sub-tx .tx .md {
  font-size: 24px;
}
@media (max-width: 767px) {
  .first-train .sub-tx .tx .md {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .airport-map .airport-map-cont {
    width: 1024px;
  }
}
@media (max-width: 1000px) {
  .airport-map .airport-map-cont img {
    width: 100%;
  }
}

.location-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.1%;
}
@media (max-width: 767px) {
  .location-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .location-item.row-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .location-item.cont-50 .lead {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 48.45%;
  }
}
@media (min-width: 768px) {
  .location-item.cont-50 .location-item-img {
    max-width: 100%;
    width: 48.45%;
  }
}
@media (min-width: 768px) {
  .location-item .lead {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .location-item .lead {
    width: 100%;
    padding-bottom: 30px;
  }
}
.location-item .lead .ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
}
@media (max-width: 900px) {
  .location-item .lead .ttl {
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .location-item .lead .ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .location-item .lead .ttl.txCenter-sp {
    text-align: center;
  }
}
.location-item .lead .tx {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .location-item .lead .tx {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .location-item .location-item-img {
    max-width: 495px;
  }
}
.location-item .location-item-img.w80-sp {
  width: 80%;
}
@media (min-width: 768px) {
  .location-item .img.location-item-01 {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .location-item .width-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.location-item .lead-img-ttl {
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 22px;
  padding-bottom: 8px;
}
.location-item .tx-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .location-item .tx-img {
    gap: 22px;
  }
}
@media (max-width: 1100px) {
  .location-item .tx-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location-item .tx-img .in-tx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-item .location-item-04 {
  display: block;
  width: 240px;
}
@media (max-width: 767px) {
  .location-item .location-item-04 {
    width: 80%;
    min-width: 200px;
    padding-top: 30px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .location-item.space-md-sp {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .location-item .w-80-sp {
    width: 80%;
    margin-inline: auto;
  }
}

@media (max-width: 1000px) {
  .location-map .location-map-cont {
    width: 1000px;
  }
  .location-map .location-map-cont.w-100 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .location-map .location-map-cont img {
    width: 100%;
  }
}

.location-list ul li:nth-child(n+2) {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .location-list ul li:nth-child(n+2) {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .panorama-map-cont {
    width: 900px;
  }
}

.access-modal-btn {
  margin: 20px auto;
}

.p-intro {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-intro::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/plan/plan-bg.webp") no-repeat;
  background-size: cover;
}

.p-style {
  padding-top: 190px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-style {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.page-ttl.--white {
  color: #fff;
  border-color: #fff;
}

.page-lead,
.page-subttl {
  position: relative;
}
.page-lead.--white,
.page-subttl.--white {
  color: #fff;
}

.page-subttl.line-2 {
  line-height: 1.34;
}

.flex-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  gap: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .flex-cntr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.img-wrap {
  position: relative;
  padding-bottom: 2em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.img-wrap .caption {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.txt-wrap {
  width: 48%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 767px) {
  .txt-wrap {
    width: 100%;
  }
}

.tab-wrap {
  padding-bottom: 180px;
  margin-top: 35px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .tab-wrap {
    margin-top: 15px;
    padding-bottom: 90px;
  }
}

.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  max-width: 400px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .tab-list {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.tab-contArea__txtWrap img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tab-contArea {
  display: none;
  margin-top: 50px;
  gap: 8%;
}
@media (max-width: 767px) {
  .tab-contArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
    gap: 30px;
  }
}

.tab-contArea__img {
  position: relative;
  padding-bottom: 1em;
}
.tab-contArea__img .caption {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.tab-contArea.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 767px) {
  .tab-btnWrap {
    gap: 13px;
  }
}

.tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .tab-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .tab-btn {
    width: calc((100% - 20px) / 2);
  }
}

.tab-button.active {
  background: #000;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#654A3D), to(#B79C8F));
  background: -webkit-linear-gradient(right, #654A3D, #B79C8F);
  background: linear-gradient(to left, #654A3D, #B79C8F);
}

.tab-button {
  color: #828282;
  font-size: 22px;
  padding: 12px;
  text-align: center;
  width: calc((100% - 72px) / 5);
  background: -webkit-gradient(linear, right top, left top, from(#ACA7A4), to(#E9E6E4));
  background: -webkit-linear-gradient(right, #ACA7A4, #E9E6E4);
  background: linear-gradient(to left, #ACA7A4, #E9E6E4);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .tab-button {
    width: calc((100% - 13px) / 2);
    font-size: 16px;
  }
}

.tab-contArea__photo {
  margin-top: 30px;
  position: relative;
}
.tab-contArea__photo .caption {
  position: absolute;
  padding: 5px;
  bottom: 2px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media (max-width: 767px) {
  .tab-contArea__photo .caption {
    font-size: 10px;
  }
}

.plan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .plan-list {
    margin-top: 30px;
  }
}

.plan-list-ttl {
  color: #A5A09C;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .plan-list-ttl {
    font-size: 30px;
  }
}

.plan-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 40px) / 2);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .plan-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .plan-link {
    width: 100%;
  }
}

.plan-linkTtl {
  color: #fff;
  font-family: "adobe-caslon-pro", serif;
  font-size: 50px;
  line-height: 1;
  padding-top: 44px;
  position: relative;
}
@media (max-width: 767px) {
  .plan-linkTtl {
    font-size: 40px;
    padding-top: 30px;
  }
}
.plan-linkTtl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  left: 50%;
  top: -38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #9A0404;
}
@media (max-width: 767px) {
  .plan-linkTtl::before {
    height: 40px;
    top: -30px;
  }
}
.plan-linkTtl .small {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.plan-linkTxtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .plan-linkTxtWrap {
    width: 100%;
  }
}

.plan-linkDetail {
  font-size: 17px;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .plan-linkDetail {
    font-size: 14px;
    margin-top: 25px;
  }
}
.plan-linkDetail .big {
  font-size: 45px;
}
@media (max-width: 767px) {
  .plan-linkDetail .big {
    font-size: 32px;
  }
}
.plan-linkDetail .medium {
  font-size: 28px;
}
@media (max-width: 767px) {
  .plan-linkDetail .medium {
    font-size: 20px;
  }
}

.plan-linkNum {
  font-size: 35px;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .plan-linkNum {
    font-size: 28px;
  }
}
.plan-linkNum .big {
  font-size: 45px;
}
@media (max-width: 767px) {
  .plan-linkNum .big {
    font-size: 32px;
  }
}
.plan-linkNum .medium {
  font-size: 36px;
}
@media (max-width: 767px) {
  .plan-linkNum .medium {
    font-size: 24px;
  }
}

.plan-linkTxt {
  font-size: 14px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .plan-linkTxt {
    margin-top: 16px;
  }
}

.plan-linkimgWrap {
  max-width: 270px;
}
@media (max-width: 767px) {
  .plan-linkimgWrap {
    max-width: 100%;
    width: 100%;
  }
}

.plan-linkMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: auto;
  padding: 15px 5px 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .plan-linkMore {
    margin-top: 20px;
  }
}
.plan-linkMore::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9A0404;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .plan-linkMore:hover::before {
    right: -50px;
  }
}

.plan-bannerArea {
  max-width: 750px;
  margin: 90px auto 0;
}
@media (max-width: 767px) {
  .plan-bannerArea {
    margin-top: 50px;
  }
}

.plan-btnList {
  margin-top: 20PX;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
@media (min-width: 768px) {
  .plan-btnList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .plan-btnList {
    gap: 20px;
  }
}
.plan-btnList .entry-btn {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 767px) {
  .plan-btnList .entry-btn {
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    font-size: 14px;
  }
}
.plan-btnList .entry-btn.--gold {
  background-color: #5F4639;
}

.p-sky {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, right bottom, from(#A49185), to(#695348)) !important;
  background: -webkit-linear-gradient(top left, #A49185, #695348) !important;
  background: linear-gradient(to bottom right, #A49185, #695348) !important;
}
@media (max-width: 767px) {
  .p-sky {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.sky-img {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sky-img {
    margin-top: 30px;
  }
}
.sky-img .caption {
  bottom: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .sky-img .caption {
    bottom: 7px;
    right: 5px;
  }
}

.sky-movie {
  margin: 100px auto 0;
  max-width: 750px;
}
@media (max-width: 767px) {
  .sky-movie {
    margin-top: 60px;
  }
}

.p-spec {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .p-spec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.spec-list {
  margin-top: 60px;
}

.spec-box {
  background-color: #F8F4F1;
  padding: 36px;
  max-width: 1000px;
  margin: 60px auto 0;
}

.spec-ttl {
  text-align: center;
  max-width: 248px;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .spec-ttl {
    font-size: 18px;
  }
}
.spec-ttl::before {
  position: absolute;
  content: "";
  width: 248px;
  height: 1px;
  background: url("../img/plan/spec-line.webp") no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
}
.spec-ttl + .page-lead {
  margin-top: 18px;
}

.spec-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .spec-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.spec-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .spec-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.spec-item + .spec-item {
  margin-top: 40px;
}

.spec-itemImg {
  width: calc((100% - 40px) / 2 * 0.8);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.spec-itemImg .caption {
  position: absolute;
  bottom: 2px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
}
.spec-itemImg .caption.--white {
  background-color: transparent;
}
.spec-itemImg img {
  width: 100%;
}
@media (max-width: 767px) {
  .spec-itemImg {
    width: 100%;
  }
}

.spec-itemTtl {
  color: #8B6F61;
  font-size: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #8B6F61;
}
@media (max-width: 767px) {
  .spec-itemTtl {
    font-size: 18px;
  }
}

.spec-itemTxt {
  text-align: left;
  margin-top: 15px;
}

.charm-ttl {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .charm-ttl {
    margin-top: 90px;
  }
}

.charm-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .charm-list {
    margin-top: 30px;
    gap: 20px;
  }
}

.charm-item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 767px) {
  .charm-item {
    width: 100%;
  }
}

.charm-itemTtl {
  color: #fff;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B79C8F), to(#8B6F61)) !important;
  background: -webkit-linear-gradient(top, #B79C8F, #8B6F61) !important;
  background: linear-gradient(to bottom, #B79C8F, #8B6F61) !important;
  text-align: center;
  padding: 12px 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .charm-itemTtl {
    font-size: 18px;
  }
}

.charm-imgWrap {
  position: relative;
}
.charm-imgWrap .caption {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.charm-imgWrap .caption.--black {
  color: #000;
}

.charm-itemTxt {
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .charm-itemTxt {
    font-size: 14px;
  }
}

.plan-modal {
  position: fixed;
  inset: 0;
  z-index: 10003;
  display: none;
  padding: 30px;
}
@media (max-width: 767px) {
  .plan-modal {
    padding: 20px;
  }
}

.plan-modal.is-active {
  display: block;
}

.plan-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.plan-modal__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-height: 90dvh;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan-modal__inner .swiper-slide {
  border: 25px solid #DCDCDC;
  max-height: 90dvh;
  background-color: #fff;
}
@media (max-width: 767px) {
  .plan-modal__inner .swiper-slide {
    border: 15px solid #DCDCDC;
  }
}
.plan-modal__inner .swiper-slide::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #A54040;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .plan-modal__inner .swiper-slide::before {
    top: -15px;
    height: 15px;
  }
}
.plan-modal__inner .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  background-color: #DCDCDC;
  bottom: -25px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .plan-modal__inner .swiper-slide::after {
    bottom: -15px;
    height: 15px;
  }
}
.plan-modal__inner .swiper-slide.--green::before {
  background-color: #466C54;
}
.plan-modal__inner .swiper-slide.--blue::before {
  background-color: #3E699E;
}
.plan-modal__inner .swiper-slide.--brown::before {
  background-color: #996147;
}

.plan-modal__itemWrap {
  overflow: hidden;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: 90dvh;
}

.plan-modal__item {
  overflow-y: scroll;
  position: relative;
  max-height: 90dvh;
  padding-top: 25px;
  padding-bottom: 60px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .plan-modal__item {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}
.plan-modal__item::-webkit-scrollbar {
  display: none;
}
.plan-modal__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 75px;
  background-color: #A54040;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .plan-modal__item::before {
    top: 0;
    height: 45px;
  }
}
.plan-modal__item.--green::before {
  background-color: #466C54;
}
.plan-modal__item.--blue::before {
  background-color: #3E699E;
}
.plan-modal__item.--brown::before {
  background-color: #996147;
}

.plan-modal__cont {
  max-width: 940px;
  margin: 0 auto;
  padding: 110px 20px 0;
  position: relative;
}
@media (max-width: 1000px) {
  .plan-modal__cont {
    padding: 110px 40px 0;
  }
}
@media (max-width: 767px) {
  .plan-modal__cont {
    padding: 60px 30px 50px;
  }
}

.plan-modal__num {
  position: absolute;
  left: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .plan-modal__num {
    width: 30px;
  }
}

.plan-modal__ttl {
  color: #A54040;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-modal__ttl {
    font-size: 20px;
  }
}
.plan-modal__ttl.--green {
  color: #466C54;
}
.plan-modal__ttl.--blue {
  color: #3E699E;
}
.plan-modal__ttl.--brown {
  color: #996147;
}

.plan-modal__subTtl {
  font-size: 28px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan-modal__subTtl {
    font-size: 20px;
    line-height: 1.2;
  }
}

.plan-modal__txt {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .plan-modal__txt {
    font-size: 14px;
  }
}

.plan-modal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .plan-modal__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.plan-modal__flex.--narrow {
  gap: 25px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.plan-modal__flex.--flexible .plan-modal__flexImg:nth-of-type(1) {
  width: 57%;
}
@media (max-width: 767px) {
  .plan-modal__flex.--flexible .plan-modal__flexImg:nth-of-type(1) {
    width: 100%;
  }
}
.plan-modal__flex.--flexible .plan-modal__flexImg:nth-of-type(2) {
  width: 35%;
}
@media (max-width: 767px) {
  .plan-modal__flex.--flexible .plan-modal__flexImg:nth-of-type(2) {
    width: 100%;
  }
}

.plan-modal__flexImg {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 767px) {
  .plan-modal__flexImg {
    width: 100%;
  }
}
.plan-modal__flexImg img {
  width: 100%;
}
.plan-modal__flexImg.--narrow {
  width: calc((100% - 25px) / 2);
}
@media (max-width: 767px) {
  .plan-modal__flexImg.--narrow {
    width: 100%;
  }
}

.plan-modal__flexTxt {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.plan-modal__close {
  color: #978377;
  border: 1px solid #978377;
  padding: 10px 15px 6px;
  font-family: "adobe-caslon-pro", serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin: 32px auto 0;
}

.plan-modal__closeWrap {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .plan-modal__closeWrap {
    padding-bottom: 40px;
  }
}

.plan-swiper .swiper-wrapper {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.plan-swiper .swiper-slide {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.plan-swiper .swiper-button-next {
  background: url(../img/plan/arrow.webp) no-repeat;
  width: 22px;
  height: 52px;
  background-size: contain;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .plan-swiper .swiper-button-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .plan-swiper .swiper-button-next {
    right: 20px;
    width: 11px;
    height: 26px;
  }
}
.plan-swiper .swiper-button-prev {
  background: url(../img/plan/arrow.webp) no-repeat;
  width: 22px;
  height: 52px;
  background-size: contain;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1000px) {
  .plan-swiper .swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .plan-swiper .swiper-button-prev {
    left: 20px;
    width: 11px;
    height: 26px;
  }
}

.strage-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
}

.panorama-img {
  margin-top: 30px;
}

.sec-storage {
  background: #F4F0EA !important;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec-storage {
    padding: 45px 0;
  }
}
.sec-storage .sec-head {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .sec-storage .sec-head {
    padding-bottom: 30px;
  }
}
.sec-storage .storage-list {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec-storage .storage-list {
    padding: 45px 0;
  }
}

.storage-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.1%;
}
@media (max-width: 767px) {
  .storage-list ul {
    gap: 1.5%;
  }
}
.storage-list ul li {
  width: 31.2666666667%;
}
.storage-list ul li:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .storage-list ul li {
    width: 49.25%;
  }
  .storage-list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.storage-item .img {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .storage-item .img {
    margin-bottom: 6px;
  }
}
.storage-item .ttl {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .storage-item .ttl {
    font-size: 14px;
    padding-bottom: 6px;
    line-height: 1.3;
  }
}
.storage-item .tx {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .storage-item .tx {
    font-size: 12px;
    line-height: 1.5;
  }
}
.storage-item .tx .small {
  display: inline;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: 12px;
}
@media (max-width: 767px) {
  .storage-item .tx .small {
    font-size: 10px;
    line-height: 1.5;
  }
}

.casbee {
  max-width: 400px;
  margin-inline: auto;
}