@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Ryumin Pr6N L-KL";
  src: url("../public/fonts/Ryumin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Pro Medium";
  src: url("../public/fonts/DINNextLTPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Pro Regular";
  src: url("../public/fonts/DINNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN W3";
  src: url("../public/fonts/Hiragino Kaku Gothic ProN W3.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN W6";
  src: url("../public/fonts/Hiragino Kaku Gothic ProN W6.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho ProN W3";
  src: url("../public/fonts/Hiragino Mincho ProN W3.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho ProN W6";
  src: url("../public/fonts/Hiragino Mincho ProN W6.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 10px;
  color: #25160f;
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 200px;
  }
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--left {
  -o-object-position: left;
     object-position: left;
}
.image--right {
  -o-object-position: right;
     object-position: right;
}
.image--top {
  -o-object-position: top;
     object-position: top;
}
.image--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.image--center-30 {
  -o-object-position: center 30%;
     object-position: center 30%;
}

.footer {
  padding: 10vh 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__container {
  max-width: calc(1760px + 8%);
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    gap: 20px;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .footer__info {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10%;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__logo {
  width: 525px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: calc(200px + (525 - 200) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 265px;
    margin: 0 auto;
  }
}
.footer__text, .footer__contact {
  font-weight: 700;
}
.footer__info-text {
  font-size: 2.1rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .footer__info-text {
    font-size: calc(13px + (21 - 13) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__info-text {
    font-size: 13px;
  }
}
.footer__info-note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .footer__info-note {
    font-size: calc(10px + (15 - 10) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__info-note {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-note {
    font-size: 12px;
  }
}
.footer__contact {
  width: 32.72%;
}
@media screen and (max-width: 1024px) {
  .footer__contact {
    width: 100%;
    text-align: center;
  }
}
.footer__contact-text {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .footer__contact-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-text {
    font-size: 15px;
  }
}
.footer__contact-tel:hover {
  opacity: 0.8;
}
.footer__contact-note {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .footer__contact-note {
    font-size: calc(12px + (16 - 12) * (100vw - 1025px) / (1920 - 1025));
  }
}
@media screen and (max-width: 1024px) {
  .footer__contact-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-note {
    font-size: 12px;
  }
}
.footer__contact-image {
  max-width: 576px;
  height: auto;
  margin: 15px 0;
}
@media screen and (max-width: 1024px) {
  .footer__contact-image {
    max-width: 276px;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact-image {
    max-width: 288px;
    margin: 5px 0;
  }
}

.lp__container {
  padding: 0 4%;
  margin: 0 auto;
  max-width: calc(1200px + 8%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp__container {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1600px) {
  .lp__container {
    max-width: calc(1100px + 8%);
  }
}
.lp__title {
  position: relative;
  font-size: 7vh;
  font-family: "DIN Next LT Pro Medium", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.lp__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 2.4vh;
}
@media screen and (max-width: 767px) {
  .lp__title::after {
    bottom: 13px;
  }
}
.lp__tagline {
  font-size: 4.5vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 980px) {
  .lp__tagline {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lp__tagline {
    font-size: 24px;
  }
}
.lp__tagline > .red {
  color: #891a1c;
  font-weight: 900;
}
.lp__image {
  position: relative;
}
.lp__image > .black, .lp__image > .white {
  font-size: 1.6rem;
  font-family: "DIN Next LT Pro Regular", serif;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.lp__image > .white {
  color: #fff;
}
.lp__bg {
  position: relative;
  z-index: 0;
}
.lp__bg-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp {
  background-color: white;
}
.lp__mv {
  position: relative;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  z-index: 1;
}
.lp__mv-bg {
  height: 100%;
  width: 102%;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.lp__mv-bg > img {
  height: 110%;
}
.lp__mv-header, .lp__mv-heading, .lp__mv-subheading, .lp__mv-text {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp__mv-header {
  width: 100%;
  height: 11.46%;
  top: 3.29%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .lp__mv-header {
    top: 2%;
    height: 8%;
  }
}
.lp__mv-header-logo {
  width: 26.32%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lp__mv-header-logo {
    width: 40%;
  }
}
.lp__mv-header-nav {
  width: 30%;
  height: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .lp__mv-header-nav {
    width: 40%;
  }
}
.lp__mv-row {
  width: 100%;
  height: 30.54%;
  position: absolute;
  top: 50.69%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp__mv-row {
    top: 33.69%;
  }
}
.lp__mv-item-ctr {
  width: 600px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .lp__mv-item-ctr {
    width: calc(500px + (600 - 500) * (100vw - 980px) / (1920 - 980));
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-item-ctr {
    width: 100%;
  }
}
.lp__mv-item {
  position: relative;
  height: 100%;
}
.lp__mv-item--left > img {
  position: relative;
  left: 23px;
}
.lp__mv-flare {
  mix-blend-mode: screen;
  position: absolute;
  width: 72.29%;
  height: 73.05%;
}
.lp__mv-flare--left {
  top: -18.1%;
  left: -8.66%;
}
@media screen and (max-width: 767px) {
  .lp__mv-flare--left {
    top: -16.1%;
    left: -2.66%;
  }
}
.lp__mv-flare--right {
  top: -18.1%;
  right: -4.66%;
}
.lp__mv-heading {
  width: 71.06%;
  height: 19.14%;
  top: 26.82%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__mv-heading {
    width: 80%;
    height: auto;
    top: 20.82%;
  }
}
.lp__mv-subheading {
  width: 85.14%;
  height: 10.62%;
  top: 72.31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__mv-subheading {
    top: 60.31%;
  }
}
.lp__mv-text {
  position: absolute;
  top: 85.85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.5rem;
  font-family: "Hiragino Mincho ProN W3", serif;
  text-align: center;
  color: #fff;
  line-height: 2em;
}
@media screen and (min-width: 767px) {
  .lp__mv-text {
    font-size: calc(12px + (25 - 12) * (100vw - 768px) / 1152);
  }
}
@media screen and (max-width: 767px) {
  .lp__mv-text {
    font-size: 1.8rem;
    padding: 0 4%;
    width: 100%;
    top: 71.85%;
  }
}
.lp__info .lp__bg-img {
  height: 105%;
}
.lp__info-bg {
  aspect-ratio: 1920/970;
  height: 70vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__info-bg {
    height: 65%;
  }
}
.lp__info-detail {
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__info-detail {
    height: 35%;
  }
}
.lp__info-content {
  display: grid;
  grid-template-columns: 68.7% 24.6%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 150px;
  width: 100%;
  max-width: 1620px;
}
@media screen and (max-width: 1200px) {
  .lp__info-content {
    padding: 40px 100px;
  }
}
@media screen and (max-width: 980px) {
  .lp__info-content {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 767px) {
  .lp__info-content {
    max-width: 375px;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__info-text:nth-child(2) {
    padding: 0 35px;
  }
}
.lp__info-home {
  justify-self: center;
  width: 210px;
}
.lp__nav-math-ctr {
  display: grid;
  grid-template-columns: auto 63.35%;
  gap: 30px;
  padding: 36px 0 34px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .lp__nav-math-ctr {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-math-ctr {
    padding: 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .lp__nav-col.mx600 {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-col.mx600 {
    max-width: 337px;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-col.mx600::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
  }
}
.lp__nav-col-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp__nav-col-sp {
    position: relative;
    display: grid;
    gap: 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-col-sp::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-col-sp > .image {
    max-height: 65px;
    -o-object-position: left;
       object-position: left;
  }
}
.lp__nav-cards {
  background-color: #816d53;
  padding: 40px 4%;
}
.lp__nav-title {
  font-size: clamp(3.5rem, -5.0714rem + 8vw, 5.9rem);
  letter-spacing: 0.1em;
  color: #fdb913;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .lp__nav-title {
    font-size: 24px;
  }
}
.lp__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 980px) {
  .lp__nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.lp__nav-item {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .lp__nav-item {
    width: 100%;
  }
}
.lp__nav-banner {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .lp__nav-banner {
    margin-bottom: 5px;
  }
}
.lp__nav-card {
  display: grid;
  grid-template-columns: 557px auto;
  gap: 20px;
}
@media screen and (min-width: 981px) {
  .lp__nav-card {
    grid-template-columns: calc(257px + (557 - 257) * (100vw - 981px) / (1920 - 981)) auto;
  }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  .lp__nav-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-card {
    grid-template-columns: 1fr;
  }
}
.lp__nav-picture {
  aspect-ratio: 557/279;
  overflow: hidden;
}
.lp__nav-p {
  font-size: 29.49px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (min-width: 981px) {
  .lp__nav-p {
    font-size: calc(16px + (29.49 - 16) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  .lp__nav-p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__nav-p {
    font-size: 18px;
  }
}
.lp__room-tour {
  padding: 5vh 4% 6vh;
}
@media screen and (max-width: 767px) {
  .lp__room-tour {
    padding: 5vh 5% 6vh;
  }
}
.lp__room-tour .lp__title::after {
  content: none;
}
.lp__room-tour-video {
  position: relative;
  width: 100%;
  margin-top: 5vh;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.lp__room-tour-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lp__landscape {
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 6vh 0 5vh;
}
@media screen and (max-width: 900px) {
  .lp__landscape {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .lp__landscape {
    padding-top: 50px;
  }
}
.lp__landscape::after {
  content: "";
  height: 844px;
  width: 1100px;
  background: url("../public/img/upper/landscape-tree.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.lp__landscape-wrapper {
  max-width: calc(1700px + 8%);
  margin: 0 auto;
  padding: 5vh 4% 0;
}
@media screen and (max-width: 900px) {
  .lp__landscape-wrapper {
    padding-top: 30px;
  }
}
.lp__landscape-grid {
  display: grid;
  grid-template-columns: 47.4fr 51.8fr;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .lp__landscape-grid {
    grid-template-columns: 1fr;
  }
}
.lp__landscape-map {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .lp__landscape-map {
    max-height: 300px;
  }
}
.lp__landscape-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 58px;
}
@media screen and (max-width: 767px) {
  .lp__landscape-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lp__landscape-image {
  max-height: 20vh;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 900px) {
  .lp__landscape-image {
    max-height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .lp__landscape-image {
    max-height: 100%;
    aspect-ratio: 345/193;
  }
}
.lp__landscape-title {
  margin-top: 20px;
  font-size: 2.4vh;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .lp__landscape-title {
    margin-top: 12px;
    font-size: 15px;
  }
}
.lp__landscape-title:has(.lp__landscape-large-title) {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .lp__landscape-title:has(.lp__landscape-large-title) {
    margin-top: 12px;
  }
}
.lp__landscape-large-title {
  font-size: 1.5em;
}
.lp__landscape-text {
  font-size: 2.1vh;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .lp__landscape-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp__landscape-text {
    font-size: 12px;
  }
}

.lp__planning {
  position: relative;
  padding: 50px 0 60px;
  background-color: #d0c7bb;
  border-top: 20px solid #25160f;
  border-bottom: 20px solid #25160f;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp__planning {
    border-width: 10px;
    padding: 58px 0 55px;
  }
}
.lp__planning-bg-deco {
  width: 100%;
  height: 1306px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp__planning-main {
  display: grid;
  grid-template-columns: 11.48% 45.1% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 23px 0 8px;
}
@media screen and (max-width: 980px) {
  .lp__planning-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-main {
    gap: 20px;
    margin: 30px 0 28px;
  }
}
.lp__planning-main-banner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  font-weight: 600;
  color: #fff;
  background-color: #fdb913;
  line-height: 1.3em;
  padding: 20px 15px 13px 20px;
}
@media screen and (min-width: 981px) {
  .lp__planning-main-banner {
    font-size: calc(20px + (28 - 20) * (100vw - 981px) / (1920 - 981));
    padding: 20px calc(10px + (15 - 10) * (100vw - 981px) / (1920 - 981)) 13px calc(20px + (20 - 20) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 980px) {
  .lp__planning-main-banner {
    width: calc(100% - 46px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-main-banner {
    width: calc(100% - 26px);
    font-size: 20px;
    padding: 10px 25px 3px 40px;
  }
}
.lp__planning-main-banner::after {
  content: "";
  width: 46px;
  height: 100%;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  position: absolute;
  top: 0;
  right: -45px;
}
@media screen and (min-width: 981px) {
  .lp__planning-main-banner::after {
    width: calc(24px + (46 - 24) * (100vw - 981px) / (1920 - 981));
    right: calc(-23px + (-45 - -23) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-main-banner::after {
    width: 26px;
    right: -26px;
  }
}
.lp__planning-main-banner > .num {
  font-size: 4rem;
}
@media screen and (min-width: 981px) {
  .lp__planning-main-banner > .num {
    font-size: calc(28px + (40 - 28) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-main-banner > .num {
    font-size: 30px;
  }
}
.lp__planning-main-banner > .note {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 981px) {
  .lp__planning-main-banner > .note {
    font-size: calc(12px + (20 - 12) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-main-banner > .note {
    font-size: 16px;
  }
}
.lp__planning-meter {
  margin-left: 10px;
}
.lp__planning-smp {
  margin-left: 29px;
}
@media screen and (max-width: 767px) {
  .lp__planning-smp {
    width: 100%;
    margin-left: 0;
  }
}
.lp__planning-smp-label {
  font-size: 2.5rem;
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #000;
  text-align: center;
  padding: 2px 0;
}
@media screen and (min-width: 981px) {
  .lp__planning-smp-label {
    font-size: calc(18px + (25 - 18) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-smp-label {
    font-size: 20px;
  }
}
.lp__planning-smp-desc {
  display: block;
  background-color: #fff;
  padding: 11px 20px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 981px) {
  .lp__planning-smp-desc {
    font-size: calc(12px + (16 - 12) * (100vw - 981px) / (1920 - 981));
    padding: 11px calc(10px + (20 - 10) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-smp-desc {
    font-size: 15px;
    padding: 6px 10px;
  }
}
.lp__planning-desc {
  font-size: 4.3rem;
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lp__planning-desc {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-desc {
    font-size: 25px;
  }
}
.lp__planning-desc > .num {
  color: #891a1c;
  font-size: 7rem;
}
@media screen and (max-width: 1200px) {
  .lp__planning-desc > .num {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-desc > .num {
    font-size: 30px;
  }
}
.lp__planning-desc > .big {
  font-size: 5.3rem;
}
@media screen and (max-width: 1200px) {
  .lp__planning-desc > .big {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-desc > .big {
    font-size: 32px;
  }
}
.lp__planning-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 3.4%;
  margin: 34px 0 50px;
  padding: 0 25px;
}
@media screen and (max-width: 980px) {
  .lp__planning-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 30px;
  }
}
.lp__planning-list::after {
  content: "";
  width: 1920px;
  height: 1420px;
  background: url("../public/img/middle/planning-deco.png") center/contain no-repeat;
  position: absolute;
  bottom: -300px;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp__planning-list::after {
    width: 767px;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.lp__planning-item-img {
  aspect-ratio: 382/230;
}
.lp__planning-item-note {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 981px) {
  .lp__planning-item-note {
    font-size: calc(11px + (14 - 11) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-item-note {
    font-size: 14px;
  }
}
.lp__planning-item-label {
  font-size: 2.2rem;
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2666666667em;
}
@media screen and (min-width: 981px) {
  .lp__planning-item-label {
    font-size: calc(18px + (22 - 18) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-item-label {
    font-size: 24px;
  }
}
.lp__planning-item-label > .small {
  font-size: 1.9rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 981px) {
  .lp__planning-item-label > .small {
    font-size: calc(15px + (19 - 15) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-item-label > .small {
    font-size: 20px;
  }
}
.lp__planning-item-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__planning-item-content {
    max-width: 337px;
    margin: 0 auto;
  }
}
.lp__planning-item-num {
  width: 80px;
  aspect-ratio: 138/137;
  position: absolute;
  left: -12px;
  top: -5px;
}
@media screen and (min-width: 981px) {
  .lp__planning-item-num {
    width: calc(58px + (80 - 58) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-item-num {
    width: auto;
    top: -27px;
  }
}
.lp__planning-item-main {
  width: 82%;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp__planning-item-main {
    width: 78%;
  }
}
.lp__planning-item-desc {
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3333333333em;
  margin-top: 18px;
}
@media screen and (min-width: 981px) {
  .lp__planning-item-desc {
    font-size: calc(11px + (15 - 11) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-item-desc {
    font-size: 18px;
  }
}
.lp__planning-floors {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 53% 44.03%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .lp__planning-floors {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lp__planning-floors.p2 {
  grid-template-columns: 44.32% 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.7%;
}
@media screen and (max-width: 767px) {
  .lp__planning-floors.p2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-floors.p2 img {
    height: 100%;
  }
}
.lp__planning-floor:first-child {
  aspect-ratio: 934/501;
}
.lp__planning-floor:last-child {
  aspect-ratio: 775/503;
}
.lp__planning-title {
  font-size: 53px;
  color: #891a1c;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1601px) {
  .lp__planning-title {
    font-size: calc(23px + (43 - 23) * (100vw - 768px) / (1601 - 768));
  }
}
@media screen and (min-width: 768px) {
  .lp__planning-title {
    margin-bottom: calc(5px + (20 - 5) * (100vw - 768px) / (1920 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lp__planning-title {
    font-size: 21px;
  }
}
.lp__planning-room {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp__planning-room-ctr {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__planning-room-ctr {
    max-width: 500px;
  }
}
.lp__planning-room-iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 3/1.5;
}
.lp__location {
  overflow-x: hidden;
  position: relative;
  padding: 50px 0 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp__location {
    padding: 66px 0 35px;
  }
}
.lp__location-deco-top {
  width: 100%;
  height: 1306px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp__location-deco-bot {
  width: 1224px;
  height: 1420px;
  position: absolute;
  bottom: 322px;
  right: -22px;
  z-index: -1;
}
.lp__location-content {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .lp__location-content {
    margin-top: 30px;
  }
}
.lp__location-block {
  padding: 0 83px;
}
@media screen and (max-width: 1200px) {
  .lp__location-block {
    padding: 0 63px;
  }
}
@media screen and (max-width: 981px) {
  .lp__location-block {
    padding: 0;
  }
}
.lp__location-block:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp__location-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.lp__location-heading-ctr {
  padding: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lp__location-heading-ctr {
    padding: 3px;
  }
}
.lp__location-heading-ctr.pink {
  background-color: #a55575;
}
.lp__location-heading-ctr.orange {
  background-color: #a36209;
}
.lp__location-heading-ctr.green {
  background-color: #2d7d2f;
}
.lp__location-heading-ctr.blue {
  background-color: #008a84;
}
.lp__location-heading {
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 4px 0 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .lp__location-heading {
    font-size: calc(22px + (34 - 22) * (100vw - 768px) / 1152);
  }
}
@media screen and (max-width: 767px) {
  .lp__location-heading {
    font-size: 26px;
  }
}
.lp__location-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 3.77%;
}
@media screen and (max-width: 980px) {
  .lp__location-list {
    gap: 25px 1.77%;
  }
}
@media screen and (max-width: 767px) {
  .lp__location-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.lp__location-item.ls-01 .lp__location-label {
  letter-spacing: -0.11em;
}
.lp__location-item.mh54 .lp__location-info {
  min-height: 36px;
}
@media screen and (min-width: 981px) {
  .lp__location-item.mh54 .lp__location-info {
    min-height: calc(32px + (36 - 32) * (100vw - 981px) / (1920 - 981));
  }
}
@media screen and (max-width: 767px) {
  .lp__location-item.mh54 .lp__location-info {
    min-height: auto;
  }
}
.lp__location-image {
  aspect-ratio: 353/229;
  margin-bottom: 14px;
}
.lp__location-label, .lp__location-info {
  font-family: "Hiragino Kaku Gothic ProN W6", serif;
}
.lp__location-label {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp__location-label {
    font-size: calc(13px + (18 - 13) * (100vw - 768px) / (1920 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lp__location-label {
    font-size: 24px;
  }
}
.lp__location-info {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .lp__location-info {
    font-size: calc(10px + (12 - 10) * (100vw - 768px) / 1152);
  }
}
@media screen and (max-width: 767px) {
  .lp__location-info {
    font-size: 16px;
  }
}
.lp__location-desc {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  letter-spacing: 0.06em;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .lp__location-desc {
    font-size: calc(11px + (16 - 11) * (100vw - 768px) / 1152);
  }
}
@media screen and (max-width: 767px) {
  .lp__location-desc {
    font-size: 18px;
  }
}
.lp__location-note {
  font-size: 1.5rem;
  font-family: "Hiragino Mincho ProN W3", serif;
  letter-spacing: 0.08em;
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1601px) {
  .lp__location-note {
    font-size: calc(10px + (13 - 10) * (100vw - 768px) / (1601 - 768));
    margin-top: calc(15px + (20 - 15) * (100vw - 768px) / (1601 - 768));
  }
}
@media screen and (max-width: 767px) {
  .lp__location-note {
    font-size: 14px;
  }
}

.lp__facility {
  border-top: 20px solid #25160f;
  background: url("../public/img/lower/facility-bg.jpg") no-repeat top/contain;
  padding: 5vh 0 40px;
}
@media screen and (max-width: 767px) {
  .lp__facility {
    border-top: 10px solid #25160f;
    padding: 80px 0 0;
  }
}
.lp__facility-container {
  max-width: calc(1200px + 8%);
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1601px) {
  .lp__facility-container {
    padding-top: calc(20px + (40 - 20) * (100vw - 768px) / (1601 - 768));
    max-width: calc(1300px + 8%);
  }
}
@media screen and (max-width: 767px) {
  .lp__facility-container {
    max-width: 100%;
  }
}
.lp__facility-item:not(:last-child) {
  margin-bottom: 13vh;
}
@media screen and (max-width: 767px) {
  .lp__facility-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.lp__facility-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lp__facility-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__facility-flex .lp__facility-item {
  width: 37%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .lp__facility-flex .lp__facility-item {
    width: 100%;
  }
}
.lp__facility-flex .lp__facility-item:first-child {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .lp__facility-flex .lp__facility-item:first-child {
    width: 100%;
  }
}
.lp__facility-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #423532;
  margin-bottom: 20px;
  padding-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .lp__facility-title {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
.lp__facility-heading {
  font-size: 3.5rem;
  font-family: "DIN Next LT Pro Medium", serif;
  letter-spacing: 0.06em;
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  .lp__facility-heading {
    font-size: 30px;
  }
}
.lp__facility-brand {
  width: 158px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .lp__facility-brand {
    width: 118.5px;
    height: 15px;
  }
}
.lp__facility-brand--toto {
  width: 72px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .lp__facility-brand--toto {
    width: 57.5px;
    height: 13px;
  }
}
.lp__facility-image {
  margin-bottom: 5vh;
}
.lp__access {
  height: 100vh;
  border-top: 20px solid #25160f;
  background: url("../public/img/lower/access-bg.jpg") no-repeat top/cover;
}
@media screen and (max-width: 767px) {
  .lp__access {
    height: auto;
    border-top: 10px solid #25160f;
  }
}
.lp__access-main {
  height: 80vh;
  padding-top: 5vh;
}
@media screen and (max-width: 767px) {
  .lp__access-main {
    height: auto;
    padding-top: 50px;
  }
}
.lp__access-flex {
  max-width: calc(1000px + 8%);
  padding: 0 4%;
  margin: 5vh auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .lp__access-flex {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 50px;
  }
}
.lp__access-item .image {
  height: 40vh;
}
.lp__access-title {
  font-size: 3.3333333333vw;
  font-family: "DIN Next LT Pro Medium", serif;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__access-title {
    font-size: 37px;
  }
}
.lp__access-train, .lp__access-car {
  border-top: 1px solid #25160f;
  margin-top: -1.1458333333vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .lp__access-train, .lp__access-car {
    margin-top: -13px;
  }
}
.lp__access-time {
  max-width: calc(1760px + 8%);
  margin: 0 auto;
  padding: 10px 4%;
  height: 18vh;
}
@media screen and (max-width: 767px) {
  .lp__access-time {
    height: auto;
    margin-top: 30px;
  }
}
.lp__access-time img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.lp__map-main {
  height: 100vh;
  padding-top: 10vh;
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .lp__map-main {
    height: auto;
    padding-top: 50px;
  }
}
.lp__map-container {
  height: 70vh;
}
@media screen and (max-width: 767px) {
  .lp__map-container {
    height: auto;
  }
}
.lp__map-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__map-image {
    height: auto;
  }
}
.lp__map-address {
  width: 100%;
  font-size: 2.3vh;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #25160f;
  padding: 27px 0 20px;
}
@media screen and (max-width: 767px) {
  .lp__map-address {
    font-size: 20px;
    padding: 10px;
  }
}
.lp__map-note {
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN W3", serif;
  line-height: 1.4;
  text-align: justify;
  color: #231f20;
}
@media screen and (min-width: 768px) {
  .lp__map-note {
    font-size: calc(13px + (18 - 13) * (100vw - 768px) / 1152);
  }
}
@media screen and (max-width: 767px) {
  .lp__map-note {
    font-size: 14px;
  }
}
.lp__map-note:first-child {
  border-bottom: 1px solid #231f20;
  margin-bottom: 3vh;
  padding-bottom: 3vh;
}
.lp__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 5vh 0 0;
}
@media screen and (max-width: 767px) {
  .lp__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 0;
  }
}
.lp__button {
  width: 47%;
  border-bottom: 5px solid #231f20;
  background-color: #58595b;
  font-size: 4rem;
  font-family: "Ryumin Pr6N L-KL", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp__button {
    font-size: calc(16px + (25 - 16) * (100vw - 768px) / (1920 - 768));
  }
}
@media screen and (max-width: 1024px) {
  .lp__button {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .lp__button {
    width: 100%;
    font-size: 16px;
    margin-bottom: 14px;
    padding: 15px 15px 10px;
  }
}
.lp__button:hover {
  opacity: 0.8;
}

.text-red {
  color: #891a1c;
}

.block {
  display: block;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.gold {
  color: #fdb913;
}

.semibold {
  font-weight: 600;
}