html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  body.is-fixed {
    overflow: hidden;
  }
}
body.is-modal-fixed {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #2a2a2a;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #c9c9c9;
}

button:disabled {
  opacity: 0.8;
  pointer-events: none;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.c-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 1px;
  background-image: linear-gradient(to bottom, #cbb074 0%, #f2e1bc 12%, #f9edca 28%, #feffdc 50%, #fbf6d3 69%, #f2e1bc 83%, #cbb074 100%);
}
.c-btn__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #b9a070 0%, #a1895b 31%, #887146 66%, #7a6640 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
}
.c-btn--header {
  width: 258px;
  height: 50px;
  padding: 2px;
  background-image: linear-gradient(45deg, #aa8541 0%, #cbaa66 12%, #dfc992 28%, #fdeec6 50%, #dfc992 68%, #cbaa66 80%, #aa8541 100%);
}
.c-btn--header .c-btn__box {
  background-color: #957c4c;
  font-size: 18px;
}
.c-btn--fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 2px;
  background-image: linear-gradient(45deg, #aa8541 0%, #cbaa66 12%, #dfc992 28%, #fdeec6 50%, #dfc992 68%, #cbaa66 80%, #aa8541 100%);
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .c-btn--fixed {
    display: block;
  }
}
.c-btn--fixed .c-btn__box {
  background-color: #957c4c;
  font-size: 18px;
}

/* c-ttl */
.c-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
}
.c-ttl__main {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 40px;
  background-image: linear-gradient(to right, #836e3a 0%, #a28659 19%, #d0b58a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
.c-ttl__line {
  display: block;
  width: 73px;
  height: 1px;
  background-image: linear-gradient(to right, #aa8541 0%, #dfc992 49%, #dfc992 62%, #cbaa66 84%, #aa8541 100%, #cbaa66 100%);
}

/* c-lead */
.c-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lead {
    line-height: 1.6;
  }
}

/* c-form */
.c-form {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.c-form__group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 29px;
}
@media screen and (max-width: 767px) {
  .c-form__group {
    flex-direction: column;
    gap: 12px 0;
  }
}
.c-form__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 18px;
  width: 180px;
  margin-top: 15px;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-form__head {
    width: 100%;
    margin-top: 0;
    gap: 0 6px;
  }
}
.c-form__head span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 22px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form__head span {
    display: none;
  }
}
.c-form__head span.required {
  background-color: #b28e4f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form__head span.required {
    display: flex;
  }
}
.c-form__body {
  flex: 1;
  width: 100%;
}
.c-form__input, .c-form__textarea {
  padding: 15px 26px;
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-form__input, .c-form__textarea {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__textarea {
    height: 128px;
  }
}
.c-form__checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-form__checkbox input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.c-form__checkbox input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}
.c-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.c-form__error {
  margin-top: 8px;
  font-size: 14px;
  color: #f00;
}
.c-form__dayTxt {
  padding: 15px 0;
}
.c-form__privacy {
  margin: 9px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-form__privacy {
    margin-bottom: 0;
  }
}
.c-form__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  max-width: 464px;
  width: 100%;
  height: 74px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  background-color: #957c4c;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-form__btn {
    max-width: 303px;
  }
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

/* l-inner */
.l-inner {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.l-inner--xs {
  max-width: 846px;
}
.l-inner--sm {
  max-width: 932px;
}
.l-inner--lg {
  max-width: 1352px;
}

/* l-header */
.l-header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 124px;
  z-index: 40;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 49px;
  }
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  display: block;
  width: 78px;
  opacity: 1;
  position: fixed;
  top: 23px;
  left: 30px;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 14px;
    left: 16px;
    width: 52px;
  }
}
.l-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 38px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.l-header__nav.is-active {
  transform: translateY(0);
  background-color: #f7f7f7;
}
.l-header__nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 991px) {
  .l-header__nav__list {
    flex-direction: column;
    gap: 30px 0;
  }
}
.l-header__nav__item a {
  font-family: "Crimson Text", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .l-header__nav__item a {
    font-size: 20px;
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav .c-btn {
    display: none;
  }
}
.l-header__toggle {
  display: none;
  position: relative;
  top: 14px;
  width: 57px;
  height: 49px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 2px;
  background-color: #2a2a2a;
  transition: all 0.3s;
}
.l-header__toggle span:first-child {
  transform: translate(-50%, -6px);
}
.l-header__toggle span:last-child {
  transform: translate(-50%, 4px);
}
.l-header__toggle--home span {
  background-color: #fff;
}
.l-header__toggle.is-active {
  background-color: #fff;
}
.l-header__toggle.is-active span {
  width: 34px;
  height: 1px;
  background-color: #2a2a2a;
}
.l-header__toggle.is-active span:first-child {
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active span:last-child {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-header.is-scrolled {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header.is-scrolled .l-header__logo {
  opacity: 1;
}
.l-header.is-scrolled .l-header__logo--home {
  transform: translateY(-100%);
}
.l-header.is-scrolled .l-header__nav__item a {
  color: #2a2a2a;
}
@media screen and (max-width: 991px) {
  .l-header.is-scrolled .l-header__nav__item a {
    color: #000;
  }
}
.l-header.is-scrolled .l-header__toggle {
  top: 0;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  height: 75px;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled {
    height: 49px;
  }
}
.l-header.is-scrolled .l-header__inner {
  justify-content: space-between;
}
.l-header.is-scrolled .l-header__logo {
  position: relative;
  top: auto;
  left: auto;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logo {
    width: 36px;
  }
}
.l-header.is-scrolled .l-header__logo--home {
  display: none;
}
.l-header.is-scrolled .l-header__toggle span {
  background-color: #2a2a2a;
}

/* p-mv */
.p-mv {
  position: relative;
}
.p-mv__main {
  height: 54.0972222222vw;
  background-image: url("../img/bg_mv.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    height: 160vw;
    background-image: url("../img/bg_mv_sp.jpg");
  }
}
.p-mv__ttl {
  position: absolute;
  top: 10.1388888889vw;
  left: 6.1111111111vw;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    top: 29.8666666667vw;
    left: 4.2666666667vw;
  }
}
.p-mv__ttl span {
  display: block;
  width: fit-content;
  line-height: 1;
}
.p-mv__ttl__01 {
  background-image: url("../img/line_mv.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 58.75vw 0.0694444444vw;
  margin-bottom: 1.7361111111vw;
  padding: 0 0.6944444444vw 1.3888888889vw;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 5px rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 767px) {
  .p-mv__ttl__01 {
    background-image: url("../img/line_mv_sp.svg");
    background-size: 54.1333333333vw 0.2666666667vw;
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 0 0 3.2vw;
  }
}
.p-mv__ttl__01 strong {
  color: #dcbf85;
  font-weight: 500;
}
.p-mv__ttl__02 {
  margin-bottom: 0.3472222222vw;
  font-size: 4.1666666667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl__02 {
    display: inline-block !important;
    margin: 0;
    font-size: 9.6vw;
  }
}
.p-mv__ttl__02 small {
  font-size: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl__02 small {
    font-size: 6.4vw;
  }
}
.p-mv__ttl__03 {
  background-image: linear-gradient(to bottom, #aa8541 0%, #cbaa66 12%, #dfc992 28%, #dfc992 56%, #cbaa66 68%, #aa8541 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.8472222222vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl__03 {
    display: inline-block !important;
    font-size: 14.4vw;
  }
}
.p-mv__ttl__03 small {
  font-size: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl__03 small {
    font-size: 9.6vw;
  }
}
.p-mv__price {
  position: absolute;
  top: 19.1666666667vw;
  right: 4.8611111111vw;
  max-width: 28.0555555556vw;
}
@media screen and (max-width: 767px) {
  .p-mv__price {
    top: 72.2666666667vw;
    right: auto;
    left: 3.7333333333vw;
    max-width: 63.7333333333vw;
  }
}
.p-mv__price img {
  width: 100%;
}
.p-mv__box {
  margin-top: -10px;
  padding: 2.6388888889vw 0 21.1805555556vw;
  background-color: #051126;
}
@media screen and (max-width: 767px) {
  .p-mv__box {
    padding: 0 0 48.5333333333vw;
  }
}
.p-mv__feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-mv__feature {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6.6666666667vw;
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.p-mv__feature__item {
  width: 15vw;
}
@media screen and (max-width: 767px) {
  .p-mv__feature__item {
    width: 37.8666666667vw;
  }
}
.p-mv__feature__item img {
  width: 100%;
}
.p-mv__feature__item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-mv__feature__item-wrapper {
    margin-top: -5.3333333333vw;
    gap: 6.6666666667vw;
  }
}
.p-mv__feature__cross {
  width: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-mv__feature__cross {
    display: none;
  }
}

/* p-intro */
.p-intro {
  margin-top: -14.375vw;
  position: relative;
  width: 100%;
  height: 39.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin-top: -37.3333333333vw;
    height: 148.5333333333vw;
  }
}
.p-intro__item--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 57.2222222222vw;
}
@media screen and (max-width: 767px) {
  .p-intro__item--01 {
    width: 91.4666666667vw;
    left: 4.2666666667vw;
  }
}
.p-intro__item--02 {
  position: absolute;
  top: 6.5972222222vw;
  left: 58.75vw;
  width: 19.7222222222vw;
}
@media screen and (max-width: 767px) {
  .p-intro__item--02 {
    width: 40.5333333333vw;
    top: 80.5333333333vw;
    left: 7.4666666667vw;
  }
}
.p-intro__item--03 {
  position: absolute;
  top: 0;
  left: 80vw;
  width: 20.0694444444vw;
}
@media screen and (max-width: 767px) {
  .p-intro__item--03 {
    width: 41.3333333333vw;
    top: 66.9333333333vw;
    left: 51.4666666667vw;
  }
}
.p-intro__item--04 {
  position: absolute;
  top: 25vw;
  left: 80vw;
  width: 20.0694444444vw;
}
@media screen and (max-width: 767px) {
  .p-intro__item--04 {
    width: 41.3333333333vw;
    top: 118.6666666667vw;
    left: 51.4666666667vw;
  }
}
.p-intro__item__img {
  width: 100%;
}
.p-intro__item__note {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-intro__item__note {
    padding-right: 0;
    font-size: 10px;
  }
}

/* p-plan */
.p-plan {
  padding-top: 130px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-top: 80px;
  }
}
.p-plan__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-plan__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    flex-direction: column;
  }
}
.p-plan__item {
  display: flex;
  flex-direction: column;
  padding: 1px;
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
}
@media screen and (max-width: 1023px) {
  .p-plan__item {
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-plan__item__ttl {
  padding: 5px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__item__ttl {
    font-size: 20px;
  }
}
.p-plan__item__ttl span {
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-plan__item__ttl span {
    font-size: 32px;
  }
}
.p-plan__item__ttl--a {
  background-image: linear-gradient(to right bottom, #202f4e 50%);
}
.p-plan__item__ttl--b {
  background-color: #2c416c;
}
.p-plan__item__ttl--c {
  background-color: #496399;
}
.p-plan__item__box {
  flex: 1;
  padding: 36px 15px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__item__box {
    padding: 10px 13px 19px;
  }
}
.p-plan__item__area {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 767px) {
  .p-plan__item__area {
    margin: 15px 0;
  }
}
.p-plan__item__area .area-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}
.p-plan__item__area .area-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #cbb074 0%, #f2e1bc 12%, #f9edca 28%, #feffdc 50%, #fbf6d3 69%, #f2e1bc 83%, #cbb074 100%);
}
.p-plan__item__area .area-item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 14px;
  width: 126px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.p-plan__item__area .area-item__ttl img {
  width: 25px;
}
.p-plan__item__area .area-item__txt {
  flex: 1;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.p-plan__item__struct {
  font-size: 14px;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.p-plan__item__struct .struct-ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 26px;
  background-color: #202f4e;
  font-weight: 600;
  color: #fff;
}
.p-plan__item__struct .struct-txt {
  flex: 1;
}
.p-plan__item__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 7px;
  margin: 30px 0 25px;
}
.p-plan__item__gallery .gallery-item {
  position: relative;
  padding: 7px 0 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.p-plan__item__gallery .gallery-item__view {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  width: 20px;
}
.p-plan__item__gallery .gallery-item__img {
  overflow: hidden;
  aspect-ratio: 1;
}
.p-plan__item__gallery .gallery-item__img img {
  transition: all 0.3s;
}
.p-plan__item__gallery .gallery-item__img:hover img {
  transform: scale(1.1);
}
.p-plan__item__gallery .gallery-item__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-plan__item__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 1px;
  background-image: linear-gradient(to bottom, #cbb074 0%, #f2e1bc 12%, #f9edca 28%, #feffdc 50%, #fbf6d3 69%, #f2e1bc 83%, #cbb074 100%);
}
.p-plan__item__btn__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 14px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #b9a070 0%, #a1895b 31%, #887146 66%, #7a6640 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
}
.p-plan__payment {
  margin-top: 30px;
  background-image: linear-gradient(to bottom, #aa8541 0%, #cbaa66 12%, #dfc992 28%, #fdeec6 41%, #dfc992 56%, #cbaa66 68%, #aa8541 100%);
  font-family: "Noto Serif JP", serif;
  padding: 2px;
}
@media screen and (max-width: 991px) {
  .p-plan__payment {
    max-width: 390px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.p-plan__payment__box {
  padding: 30px 33px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__box {
    padding: 30px 12px;
  }
}
.p-plan__payment__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: fit-content;
  margin: 0 auto 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__payment__ttl {
    gap: 5px 0;
    margin-bottom: 15px;
  }
}
.p-plan__payment__ttl .payment-ttl__en {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(to right, #836e3a 0%, #a28659 19%, #d0b58a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__ttl .payment-ttl__en {
    font-size: 14px;
  }
}
.p-plan__payment__ttl .payment-ttl__ja {
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__ttl .payment-ttl__ja {
    font-size: 20px;
  }
}
.p-plan__payment__ttl .payment-ttl__ja strong {
  font-family: "Crimson Text", serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__ttl .payment-ttl__ja strong {
    font-size: 32px;
  }
}
.p-plan__payment__sim {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 20px;
  background-color: #f6f4ef;
  border: 1px solid #e6e0cf;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim {
    flex-direction: column;
    align-items: center;
  }
}
.p-plan__payment__sim .payment-sim__sales {
  width: 253px;
  border: 1px solid #e6e0cf;
  margin-right: 17px;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__sales {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.p-plan__payment__sim .payment-sim__sales__ttl {
  padding: 5px;
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
  font-size: min(1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__sales__ttl {
    font-size: 16px;
  }
}
.p-plan__payment__sim .payment-sim__sales__ttl small {
  font-size: min(0.7638888889vw, 11px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__sales__ttl small {
    font-size: 11px;
  }
}
.p-plan__payment__sim .payment-sim__sales__price {
  text-align: center;
  background-color: #fff;
}
.p-plan__payment__sim .payment-sim__sales__price span {
  display: block;
  font-size: min(1.6666666667vw, 24px);
  font-weight: 700;
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__sales__price span {
    font-size: 20px;
  }
}
.p-plan__payment__sim .payment-sim__sales__price span strong {
  font-size: min(3.3333333333vw, 48px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__sales__price span strong {
    font-size: 36px;
  }
}
.p-plan__payment__sim .payment-sim__deposit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 148px;
  text-align: center;
  border-left: 1px solid #e6e0cf;
  border-right: 1px solid #e6e0cf;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__deposit {
    width: 100%;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #e6e0cf;
    border-bottom: 1px solid #e6e0cf;
  }
}
.p-plan__payment__sim .payment-sim__deposit__ttl {
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-plan__payment__sim .payment-sim__deposit__ttl {
    font-size: 16px;
  }
}
.p-plan__payment__sim .payment-sim__deposit__price {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 700;
  color: #96403a;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__deposit__price {
    font-size: 24px;
  }
}
.p-plan__payment__sim .payment-sim__deposit__price span {
  font-size: min(3.3333333333vw, 48px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__deposit__price span {
    font-size: 48px;
  }
}
.p-plan__payment__sim .payment-sim__bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 338px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__bonus {
    width: 100%;
    padding: 20px 0;
  }
}
.p-plan__payment__sim .payment-sim__bonus__ttl {
  font-size: min(1.1111111111vw, 16px);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__bonus__ttl {
    font-size: 14px;
  }
}
.p-plan__payment__sim .payment-sim__bonus__price {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 700;
  color: #957c4c;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__bonus__price {
    font-size: 24px;
  }
}
.p-plan__payment__sim .payment-sim__bonus__price span {
  font-size: min(3.3333333333vw, 48px);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__bonus__price span {
    font-size: 48px;
  }
}
.p-plan__payment__sim .payment-sim__bonus__note {
  font-size: 12px;
  font-weight: 500;
}
.p-plan__payment__sim .payment-sim__bonus__note span {
  font-size: 20px;
}
.p-plan__payment__sim .payment-sim__bonus__note small {
  font-size: 14px;
  font-weight: 700;
}
.p-plan__payment__sim .payment-sim__bonus--repay {
  width: 327px;
  padding-left: 30px;
  border-left: 1px solid #e6e0cf;
}
@media screen and (max-width: 991px) {
  .p-plan__payment__sim .payment-sim__bonus--repay {
    width: 100%;
    padding: 20px 0 0;
    border: none;
    border-top: 1px solid #e6e0cf;
  }
}
.p-plan__payment__note {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-plan__modal {
  display: none;
  position: fixed;
  z-index: 60;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  max-width: 642px;
  width: 92%;
}
.p-plan__modal__box {
  position: relative;
  padding: 1px;
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
}
.p-plan__modal__close {
  position: absolute;
  width: 38px;
  top: 12px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-plan__modal__close {
    top: 8px;
    right: 10px;
    width: 30px;
  }
}
.p-plan__modal__close:hover {
  opacity: 0.8;
}
.p-plan__modal__img img {
  width: 100%;
}
.p-plan__modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
}

/* p-gallery */
.p-gallery {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding: 40px 0 60px;
  }
}
.p-gallery .c-ttl {
  margin-bottom: 0;
}
.p-gallery .c-ttl__main {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-gallery .c-ttl__main {
    font-size: 24px;
  }
}
.p-gallery__tab {
  display: flex;
  flex-direction: row;
  gap: 0 8px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-gallery__tab {
    gap: 0 5px;
    margin-bottom: 18px;
  }
}
.p-gallery__tab__item {
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
}
.p-gallery__tab__item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  width: 197px;
  height: 48px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.04em;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-gallery__tab__item a {
    gap: 0 1px;
    width: 111px;
    height: 30px;
    font-size: 14px;
  }
}
.p-gallery__tab__item a span {
  position: relative;
  top: -3px;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-gallery__tab__item a span {
    top: -1px;
    font-size: 20px;
  }
}
.p-gallery__tab__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-gallery__tab__item a:before {
    top: 13px;
    right: 6px;
    width: 6px;
    height: 6px;
  }
}
.p-gallery__tab__item a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right bottom, #030f25 0%, #202f4e 50%, #202f4e 100%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-gallery__tab__item a:after {
    bottom: -6px;
  }
}
.p-gallery__tab__item.is-active a, .p-gallery__tab__item:hover a {
  opacity: 1;
}
.p-gallery__tab__item.is-active a:after, .p-gallery__tab__item:hover a:after {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-gallery__body {
    position: relative;
  }
}
.p-gallery__list {
  display: none;
}
.p-gallery__list.is-active {
  display: block;
}
.p-gallery__list .swiper-button-prev,
.p-gallery__list .swiper-button-next {
  z-index: 1;
}
.p-gallery__list .swiper-button-prev svg,
.p-gallery__list .swiper-button-next svg {
  display: none;
}
.p-gallery__list .swiper-button-prev {
  left: 38px;
}
@media screen and (max-width: 767px) {
  .p-gallery__list .swiper-button-prev {
    left: 8px;
  }
}
.p-gallery__list .swiper-button-prev img {
  transform: scaleX(-1);
}
.p-gallery__list .swiper-button-next {
  right: 38px;
}
@media screen and (max-width: 767px) {
  .p-gallery__list .swiper-button-next {
    right: 8px;
  }
}
.p-gallery__item__img {
  width: fit-content;
}
.p-gallery__item__img img {
  width: auto;
  height: 270px;
}
@media screen and (max-width: 640px) {
  .p-gallery__item__img img {
    height: 57.3333333333vw;
  }
}
.p-gallery__item__img__txt {
  position: absolute;
  bottom: 11px;
  right: 14px;
  padding: 0 10px;
  background-color: rgba(255, 251, 251, 0.7);
  border-radius: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .p-gallery__item > .swiper-button-prev,
  .p-gallery__item > .swiper-button-next {
    display: none;
  }
}
.p-gallery__item__thumbs {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-gallery__item__thumbs {
    display: block;
    margin: 10px 16px 0;
  }
  .p-gallery__item__thumbs .swiper-slide {
    position: relative;
  }
  .p-gallery__item__thumbs .swiper-slide .thumb-img {
    aspect-ratio: 133/83;
    object-fit: cover;
  }
  .p-gallery__item__thumbs .swiper-slide .thumb-view {
    position: absolute;
    bottom: 8px;
    right: 6px;
    width: 20px;
  }
}
.p-gallery .p-gallery__item__thumbs__prev {
  display: none;
  left: 0.8vw !important;
  width: 6.1333333333vw !important;
}
@media screen and (max-width: 640px) {
  .p-gallery .p-gallery__item__thumbs__prev {
    display: block;
    top: 71.4666666667vw !important;
  }
}
@media screen and (max-width: 375px) {
  .p-gallery .p-gallery__item__thumbs__prev {
    top: 73.0666666667vw !important;
  }
}
.p-gallery .p-gallery__item__thumbs__prev img {
  transform: scaleX(-1);
}
.p-gallery .p-gallery__item__thumbs__next {
  display: none;
  right: 0.8vw !important;
  width: 6.1333333333vw !important;
}
@media screen and (max-width: 640px) {
  .p-gallery .p-gallery__item__thumbs__next {
    display: block;
    top: 71.4666666667vw !important;
  }
}
@media screen and (max-width: 375px) {
  .p-gallery .p-gallery__item__thumbs__next {
    top: 73.0666666667vw !important;
  }
}


/* p-youtube */
.p-youtube{
  padding-bottom: 100px;
}
@media(max-width: 768px) {
  .p-youtube{
    padding-bottom: 50px;
  }
}
.p-youtube__wrap{
  text-align: center;
  margin: 50px auto 0;
}
@media(max-width: 768px) {
  .p-youtube__wrap{
    margin: 30px auto 0;
  }
}
.p-youtube__wrap iframe{
  width: 100%;
}


/* p-location */
.p-location {
  padding: 100px 0;
  background-color: #051126;
  background-image: url("../img/bg_location.png");
  background-repeat: no-repeat;
  background-position: left 16px;
  background-size: 491px 328px;
}
@media screen and (max-width: 767px) {
  .p-location {
    padding: 60px 0;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .p-location .c-ttl {
    text-align: center;
  }
}
.p-location .c-ttl__main {
  line-height: 1;
  margin-bottom: 12px;
}
.p-location .c-lead {
  color: #fff;
}
.p-location__map {
  position: relative;
  width: 100%;
  aspect-ratio: 900/359;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-location__map {
    margin-top: 30px;
    aspect-ratio: 343/199;
  }
}
.p-location__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-location__address {
  margin: 16px 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.09em;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-location__address {
    text-align: left;
  }
}
.p-location .p-location__access .place-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 14px;
  max-width: 384px;
  width: 100%;
  margin-left: 27px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1023px) {
  .p-location .p-location__access .place-item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item {
    gap: 0 7px;
  }
}
.p-location .p-location__access .place-item__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px 0;
  width: 78px;
  height: 78px;
  border-radius: 9999px;
  background-image: linear-gradient(to bottom, #aa8541 0%, #cbaa66 12%, #dfc992 28%, #fdeec6 41%, #dfc992 56%, #cbaa66 68%, #aa8541 100%);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #051126;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item__time {
    width: 76px;
    height: 76px;
  }
}
.p-location .p-location__access .place-item__time__method {
  font-size: 14px;
}
.p-location .p-location__access .place-item__time__txt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item__time__txt {
    font-size: 16px;
  }
}
.p-location .p-location__access .place-item__time__txt strong {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item__time__txt strong {
    font-size: 24px;
  }
}
.p-location .p-location__access .place-item__place {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.p-location .p-location__access .place-item__place__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item__place__ttl {
    font-size: 18px;
  }
}
.p-location .p-location__access .place-item__place__txt {
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-location .p-location__access .place-item__place__txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-location__access-pc {
    display: none;
  }
}
.p-location__access-pc .p-location__access .access-item__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 19px;
}
.p-location__access-pc .p-location__access .access-item__place {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 19px;
}
.p-location__access-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-location__access-sp {
    display: block;
  }
}
.p-location__access-sp .p-location__access {
  display: flex;
  flex-direction: column;
  gap: 19px 0;
}
.p-location__access-sp .p-location__access .access-item__place {
  margin-top: -38px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.p-location__site {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-location__site {
    margin-top: 40px;
  }
}
.p-location__site .c-ttl__main {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-location__site .c-ttl__main {
    font-size: 20px;
    margin: 0;
  }
}

/* p-highlights */
.p-highlights {
  padding: 120px 0 90px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-highlights {
    padding: 60px 0;
  }
}
.p-highlights__list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-highlights__list {
    gap: 30px 0;
    margin-top: 30px;
  }
}
.p-highlights__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 37px;
}
@media screen and (max-width: 767px) {
  .p-highlights__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }
}
.p-highlights__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-highlights__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-highlights__item__img {
  max-width: 428px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-highlights__item__img {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}
.p-highlights__item__head {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-highlights__item__head {
    gap: 10px 0;
  }
}
.p-highlights__item__head .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-highlights__item__head .ttl {
    gap: 0;
  }
}
.p-highlights__item__head .ttl__num {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  background-image: linear-gradient(to right, #836e3a 0%, #a28659 19%, #d0b58a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-highlights__item__head .ttl__num {
    font-size: 36px;
  }
}
.p-highlights__item__head .ttl__slash {
  display: block;
  transform: rotate(-67deg);
  width: 47px;
  height: 2px;
  background-image: linear-gradient(to right, #836e3a 0%, #a28659 19%, #d0b58a 60%);
}
@media screen and (max-width: 767px) {
  .p-highlights__item__head .ttl__slash {
    height: 1px;
  }
}
.p-highlights__item__head .ttl__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .p-highlights__item__head .ttl__txt {
    font-size: 20px;
  }
}
.p-highlights__item__head .txt {
  font-size: 14px;
  line-height: 1.85;
}
.p-highlights__item__head .txt a {
  color: #a28659;
  text-decoration: underline;
}

/* p-atmo */
.p-atmo__txt {
  margin-top: 9px;
  font-size: 11px;
  text-align: right;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-atmo__txt {
    margin-top: 8px;
    font-size: 10px;
  }
}

/* p-reason */
.p-reason {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 29.8611111111vw;
  margin: 4.8611111111vw 0 8.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .p-reason {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    height: auto;
    margin: 27px 0 0;
  }
}
.p-reason__img {
  position: absolute;
  top: 0;
  left: -1px;
  width: 49.8611111111vw;
}
@media screen and (max-width: 1239px) {
  .p-reason__img {
    max-width: none;
    width: 49.8611111111vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-reason__img {
    position: relative;
    left: auto;
    width: 100%;
  }
}
.p-reason__box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .p-reason__box {
    display: block;
  }
}
.p-reason__body {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-reason__body {
    gap: 20px 0;
  }
}
.p-reason__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: fit-content;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1159px) {
  .p-reason__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__ttl {
    gap: 6px 0;
    font-size: 24px;
  }
}
.p-reason__ttl:before {
  content: "";
  position: absolute;
  width: 165px;
  height: 1px;
  background-color: #2a2a2a;
  bottom: 21px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-reason__ttl:before {
    bottom: 17px;
    right: 20px;
    width: 104px;
  }
}
.p-reason__ttl__txt {
  display: block;
}
.p-reason__ttl__txt:first-child {
  position: relative;
  left: -19px;
}
.p-reason__txt {
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-reason__txt {
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.p-reason__bg {
  position: absolute;
  top: 200px;
  right: 0;
  width: 588px;
}
@media screen and (max-width: 1239px) {
  .p-reason__bg {
    top: 13.8888888889vw;
    width: 40.8333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-reason__bg {
    top: 27.7777777778vw;
    max-width: 588px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__bg {
    top: 20.5333333333vw;
    max-width: none;
    width: 100.8vw;
  }
}
.p-reason__bg img {
  width: 100%;
}

/* p-quality */
@media screen and (max-width: 767px) {
  .p-quality {
    padding-top: 80px;
  }
}
.p-quality .c-lead {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  text-align: left;
}
.p-quality__label {
  width: 76px;
}
.p-quality__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .p-quality__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-quality__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-quality__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 18px 20px 40px;
  background-color: #957c4c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-quality__item {
    padding-bottom: 20px;
  }
}
.p-quality__item__img {
  width: 100%;
  margin-bottom: 10px;
}
.p-quality__item__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality__item__ttl {
    font-size: 18px;
  }
}
.p-quality__item__txt {
  font-size: 14px;
  line-height: 1.9;
}

/* p-series */
.p-series {
  padding: 80px 0;
  background-color: #051126;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-series {
    padding: 40px 0;
  }
}
.p-series__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 129px;
}
@media screen and (max-width: 1099px) {
  .p-series__inner {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .p-series__inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-series__inner {
    gap: 30px;
  }
}
.p-series__lead {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
@media screen and (max-width: 767px) {
  .p-series__lead {
    gap: 3px 0;
  }
}
.p-series__lead span {
  width: fit-content;
  padding: 0 12px;
  background-image: linear-gradient(to right, #836e3a 0%, #a28659 100%);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
}
.p-series__body {
  width: 649px;
}
@media screen and (max-width: 1023px) {
  .p-series__body {
    width: 100%;
  }
}
.p-series__body .c-ttl {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-series__body .c-ttl {
    font-size: 36px;
  }
}
.p-series__txt {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-series__txt {
    margin: 15px 0;
  }
}
.p-series__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-series__copy {
    font-size: 19px;
    line-height: 1.6;
  }
}
.p-series__copy img {
  position: relative;
  top: 16px;
  display: inline-block;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .p-series__copy img {
    top: 7px;
    width: 86px;
    margin-left: 0;
  }
}
.p-series__img {
  position: relative;
  max-width: 423px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-series__img {
    margin: 0 auto;
  }
}

/* p-feature */
.p-feature {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding: 0;
  }
}
.p-feature__box {
  display: flex;
  flex-direction: column;
  height: 353px;
  margin: 0 auto;
  padding: 50px 16px;
  background-image: url("../img/bg_feature.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__box {
    height: auto;
    padding: 40px 16px;
    background-image: url("../img/bg_feature_sp.jpg");
  }
}
.p-feature__box__inner {
  max-width: 887px;
  margin: 0 auto;
}
.p-feature__ttl {
  margin-bottom: 34px;
  padding: 6px 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 22%, #fff 79%, rgba(255, 255, 255, 0) 100%);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -16px 20px;
    font-size: 20px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 5%, #fff 12%, #fff 91%, rgba(255, 255, 255, 0.63) 94%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__ttl__inner {
    width: fit-content;
    text-align: left;
  }
}
.p-feature__ttl__em {
  color: #b28e4f;
}
@media screen and (max-width: 767px) {
  .p-feature__ttl__em {
    display: block;
  }
}
.p-feature__commit {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-feature__commit {
    font-size: 16px;
    text-align: left;
  }
}
.p-feature__line {
  display: block;
  width: fit-content;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .p-feature__line {
    margin: 20px auto;
  }
}
.p-feature__txt {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-feature__txt {
    text-align: left;
  }
}

/* p-reservation */
.p-reservation {
  padding: 130px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding: 60px 0;
  }
}
.p-reservation .c-lead {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-reservation .c-lead {
    text-align: left;
  }
}
.p-reservation__form {
  margin-top: 40px;
}
.p-reservation__form .c-btn {
  margin: 0 auto;
}

/* p-thanks */
.p-thanks {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-top: 242px;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 202px;
  }
}
.p-thanks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    align-items: flex-start;
  }
}
.p-thanks__txt {
  font-size: 14px;
  line-height: 1.85;
}
.p-thanks__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  max-width: 250px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  background-color: #957c4c;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin: 0;
  }
}

/* l-footer */
.l-footer {
  background-color: #f7f7f7;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .l-footer--home {
    padding-bottom: 49px;
  }
}
.l-footer--thanks {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .l-footer--thanks .l-footer__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.l-footer__note {
  padding-top: 40px;
  padding-bottom: 42px;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__note {
    padding-bottom: 32px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.l-footer__copyright {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.05em;
}
.l-footer__nav__list {
  display: flex;
  flex-direction: row;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__list {
    gap: 0 20px;
  }
}
.l-footer__nav__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
}/*# sourceMappingURL=style.css.map */