/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-top-about {
  padding: 96px 0 45px;
  background-color: #ab9885;
  overflow: hidden;
}
.p-top-about__inner {
  position: relative;
  max-width: 335px;
  min-height: 720px;
  margin: 0 auto;
  padding: 72px 0 0;
}
.p-top-about__inner::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 335px;
  width: 100%;
  height: 720px;
  background: url(../images/img_about_elip_sp.webp) no-repeat center/contain;
  pointer-events: none;
}
.p-top-about__moon {
  position: absolute;
  top: -77px;
  right: 4px;
  width: 84px;
}
.p-top-about__ttl {
  margin-bottom: 31px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.3914285714;
  letter-spacing: 0.08em;
}
.p-top-about__txt {
  margin-bottom: 28px;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.4353846154;
  letter-spacing: 0.11em;
}
.p-top-about__decor {
  width: 46px;
  margin: 0 auto 18px;
}
.p-top-about__sign {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.98125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.1242038217;
  letter-spacing: 0.1em;
}
.p-top-about__sign span {
  position: relative;
  display: inline-block;
  font-size: 0.79125rem;
}
.p-top-about__imgs {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: -17px;
}
.p-top-about__img {
  transition: transform 0.2s linear;
  will-change: transform;
}
.p-top-about__img:nth-child(1) {
  width: 33.8666666667%;
  margin-left: -5px;
  margin-right: 9px;
}
.p-top-about__img:nth-child(2) {
  width: 32.5333333333%;
  margin-top: 133px;
}
.p-top-about__img:nth-child(3) {
  position: relative;
  left: 22px;
  width: 28.2666666667%;
  margin-top: 98px;
}

.p-top-menu {
  position: relative;
  z-index: 1;
  padding: 60px 0 82px;
  background-color: #ab9885;
}
.p-top-menu::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100% + 4px);
  height: calc(100% + 25px);
  background: url(../images/bg_menu_sp.webp) no-repeat top center/cover;
  pointer-events: none;
}
.p-top-menu .c-ttl {
  margin-bottom: 9px;
}
.p-top-menu__columns {
  position: relative;
  display: grid;
  gap: 54px;
  padding: 72px 13px 167px;
}
.p-top-menu__columns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 33px;
  background: url(../images/img_menu_shape.svg) no-repeat center/contain;
}
.p-top-menu__columns::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 104px;
  height: 137px;
  background: url(../images/img_sun.svg) no-repeat center/contain;
}
.p-top-menu__header {
  margin-bottom: 32px;
  padding: 0 35px;
}
.p-top-menu__subtitle {
  margin-bottom: 14px;
  font-family: "the-seasons", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-top-menu__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 59px;
  padding: 13px 20px 10px 40px;
  border: 1px solid #9bffa9;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.p-top-menu__btn::before, .p-top-menu__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% + 52px);
  transform: translateY(-50%);
  width: 13px;
  height: 1px;
  background-color: #9bffa9;
}
.p-top-menu__btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-top-menu__btn.active {
  border-bottom: none;
}
.p-top-menu__btn.active::after {
  display: none;
}
.p-top-menu__body {
  display: none;
  padding: 32px 28px 37px;
  border: 1px solid #9bffa9;
  border-top: none;
}
.p-top-menu__item:not(:last-child) {
  margin-bottom: 56px;
}
.p-top-menu__item__ttl {
  width: calc(100% + 36px);
  margin: 0 0 11px -18px;
  font-family: "the-seasons", sans-serif;
  font-size: 2.0775rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.1442599278;
  letter-spacing: 0.08em;
}
.p-top-menu__item__ttl .sm {
  font-size: 1.90875rem;
}
.p-top-menu__item__ttl .plus {
  position: relative;
  top: 5px;
  display: block;
  font-size: 1.45875rem;
}
.p-top-menu__item__price {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  margin-bottom: 20px;
  padding: 0 5px 2px;
  border-bottom: 1px solid #9bffa9;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
.p-top-menu__item__note {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3738095238;
  letter-spacing: 0.04em;
}
.p-top-menu__item__desc {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6776923077;
  letter-spacing: 0.06em;
}
.p-top-menu__item__img {
  margin-top: 20px;
}

.p-top-contact {
  position: relative;
  z-index: 1;
  padding: 36px 0 40px;
  background-color: #cbc3bc;
}
.p-top-contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: clamp(-9.375rem, -15.306122449vw + -2.037627551rem, -5.625rem);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1px);
  height: clamp(5.625rem, 15.306122449vw + 2.037627551rem, 9.375rem);
  background: url(../images/bg_contact_sp.webp) no-repeat center top/cover;
}
.p-top-contact .c-ttl {
  margin-bottom: 13px;
  color: #40210f;
}
.p-top-contact__txt {
  color: #40210f;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.8315384615;
  letter-spacing: 0.06em;
}
.p-top-contact__form {
  margin-top: 34px;
  padding: 0 28px;
}
.p-top-contact__inner {
  max-width: 532px;
  margin: 0 auto;
}
.p-top-contact__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-top-contact__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 23px;
  padding: 4px 11px 2px;
  background-color: #40210f;
  border-radius: 2px;
  color: #9bffa9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
.p-top-contact__input {
  margin-top: 11px;
  color: #5e252e;
}
.p-top-contact__input input,
.p-top-contact__input textarea {
  width: 100%;
  padding: 10px 12px;
  background-color: #fff !important;
  border: none;
  outline: none;
  color: #5e252e;
  font-size: 1rem;
}
.p-top-contact__input input {
  height: 38px;
}
.p-top-contact__input textarea {
  width: 100% !important;
  height: 192px !important;
  resize: none;
}
.p-top-contact__agree {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 570px;
  margin: 33px auto 32px;
  color: #40210f;
  font-size: 0.859375rem;
  letter-spacing: 0.14em;
}
.p-top-contact__agree__ttl {
  flex-shrink: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-top-contact__agree__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-top-contact__agree__checkbox {
  position: relative;
  margin-bottom: 6px;
}
.p-top-contact__agree__checkbox::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}
.p-top-contact__agree__checkbox input {
  position: relative;
  top: -3px;
  left: -3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #40210f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-top-contact__agree__checkbox input:checked::after {
  opacity: 1;
}
.p-top-contact__agree__checkbox input::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: url(../images/icon_checked.svg) no-repeat center/contain;
  opacity: 0;
}
.p-top-contact__agree__checkbox span {
  position: relative;
}
.p-top-contact__agree__privacy {
  position: relative;
  padding-left: 32px;
  text-decoration: underline;
  text-underline-offset: -2px;
}
.p-top-contact__agree__privacy::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
.p-top-contact__footer {
  max-width: 228px;
  margin: 0 auto;
}
.p-top-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 45px;
  margin-left: auto;
  background-color: #40210f;
  border-radius: 2px;
  color: #9bffa9;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.p-top-contact .mfp_err {
  color: #f44336;
}
.p-top-contact #mfp_hidden,
.p-top-contact #mfp_OperationCheck {
  display: none;
}
.p-top-contact #mfp_phase_confirm {
  margin-top: 34px;
  padding: 0 28px;
}
.p-top-contact #mfp_phase_confirm h4 {
  display: none;
}
.p-top-contact #mfp_phase_confirm table {
  width: 100%;
}
.p-top-contact #mfp_phase_confirm table th,
.p-top-contact #mfp_phase_confirm table td {
  display: block;
  color: #5e252e;
}
.p-top-contact #mfp_phase_confirm table th {
  padding-top: 10px;
}
.p-top-contact #mfp_phase_confirm table td {
  border-bottom: 1px solid #5e252e;
  padding-bottom: 10px;
}
.p-top-contact #mfp_phase_confirm .mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 30px;
}
.p-top-contact #mfp_phase_confirm .mfp_element_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 45px;
  margin: 0 20px;
  background-color: #40210f;
  border-radius: 2px;
  color: #9bffa9;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.p-top-access {
  position: relative;
  z-index: 1;
  padding: 72px 0 20px;
  background-color: #cbc3bc;
}
.p-top-access::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 790px;
  background: url(../images/bg_access_sp.webp) no-repeat center top/cover;
}
.p-top-access__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 790px;
  margin: 0 auto;
}
.p-top-access .c-ttl {
  margin-bottom: 1px;
}
.p-top-access__img {
  width: 198px;
  margin-bottom: 19px;
}
.p-top-access__box {
  margin-bottom: 45px;
}
.p-top-access__address {
  margin-bottom: 5px;
  font-size: 0.83rem;
  line-height: 1.9254518072;
  letter-spacing: 0.14em;
}
.p-top-access__link {
  position: relative;
  padding-left: 16px;
  font-size: 1.1425rem;
  text-decoration: underline;
  line-height: 1.7817286652;
  letter-spacing: 0.14em;
}
.p-top-access__link::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #9bffa9;
  mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
}
.p-top-access__ttl {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  margin-bottom: 17px;
  padding: 3px 16px;
  background-color: #5e252e;
  border-radius: 100px;
  color: #9bffa9;
  font-family: "the-seasons", sans-serif;
  font-size: 1.218125rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.11em;
}
.p-top-access__ttl::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 22px;
  background: url(../images/icon_triangle.svg) no-repeat center/contain;
}
.p-top-access__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.p-top-access__social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
}

main {
  overflow: clip;
}

@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 131px 0 82px;
  }
  .p-top-about__inner {
    max-width: 816px;
    min-height: 1168px;
    margin-bottom: 62px;
    padding: 230px 20px 100px;
  }
  .p-top-about__inner::before {
    max-width: 816px;
    height: 1168px;
    background: url(../images/img_about_elip.webp) no-repeat center/contain;
  }
  .p-top-about__moon {
    top: -70px;
    right: auto;
    left: calc(50% + clamp(13.125rem, 71.875vw + -21.375rem, 24.625rem));
    width: clamp(7.91875rem, 21.2109375vw + -2.2625rem, 11.3125rem);
  }
  .p-top-about__ttl {
    margin-bottom: 56px;
    font-size: 2.1875rem;
    line-height: 1.4785714286;
    letter-spacing: 0.14em;
  }
  .p-top-about__txt {
    margin-bottom: 50px;
    font-size: 1.1875rem;
    line-height: 1.8815789474;
    letter-spacing: 0.14em;
  }
  .p-top-about__decor {
    width: 91px;
    margin-bottom: 25px;
  }
  .p-top-about__sign {
    font-size: 1.6875rem;
    line-height: 1.3611111111;
    letter-spacing: 0.12em;
  }
  .p-top-about__sign span {
    top: -6px;
    font-size: 1.3125rem;
  }
  .p-top-about__imgs {
    max-width: 1018px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .p-top-about__img:nth-child(1) {
    width: 30.2554027505%;
    margin: -277px 5.2062868369% 0 0;
  }
  .p-top-about__img:nth-child(2) {
    width: 30.8447937132%;
    margin-top: 0;
    margin-right: 6.7779960707%;
  }
  .p-top-about__img:nth-child(3) {
    left: 0;
    margin-top: -93px;
    width: 26.9155206287%;
  }
  .p-top-menu {
    padding: 125px 0 max(368px, 25.5555555556vw);
  }
  .p-top-menu::before {
    top: -36px;
    height: calc(100% + 36px);
    background: url(../images/bg_menu.webp) no-repeat top center/cover;
  }
  .p-top-menu .c-ttl {
    margin-bottom: 42px;
  }
  .p-top-menu__columns {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.875rem, 22.265625vw + -8.8125rem, 5.4375rem);
    padding: 81px 0 0;
  }
  .p-top-menu__columns::after {
    bottom: auto;
    top: 1508px;
    right: -25px;
    width: 205px;
    height: 275px;
  }
  .p-top-menu__header {
    margin-bottom: 38px;
    padding: 0 20px;
  }
  .p-top-menu__subtitle {
    font-size: 2.5rem;
  }
  .p-top-menu__btn {
    min-height: 56px;
    padding: 13px 20px 10px 40px;
    font-size: 1.125rem;
    transition: all 0.5s;
  }
  .p-top-menu__btn:hover {
    opacity: 0.7;
  }
  .p-top-menu__body {
    margin-bottom: -92px;
    padding: 34px clamp(0.875rem, 5.46875vw + -1.75rem, 1.75rem) 58px;
  }
  .p-top-menu__item:not(:last-child) {
    margin-bottom: 56px;
  }
  .p-top-menu__item__ttl {
    width: calc(100% + 32px);
    margin: 0 0 9px -16px;
    font-size: clamp(1.5rem, 2.1388888889vw + 0.4733333333rem, 2.0775rem);
  }
  .p-top-menu__item__ttl .sm {
    font-size: clamp(1.375rem, 1.9768518519vw + 0.4261111111rem, 1.90875rem);
  }
  .p-top-menu__item__ttl .plus {
    top: 4px;
    font-size: 1.45875rem;
  }
  .p-top-menu__item__price {
    margin-bottom: 20px;
  }
  .p-top-menu__item__note {
    padding-top: 3px;
    font-size: 0.7875rem;
  }
  .p-top-contact {
    padding: 0 0 62px;
  }
  .p-top-contact::before {
    top: -242px;
    top: min(-242px, -16.8055555556vw);
    height: max(282px, 19.5833333333vw);
    background: url(../images/bg_contact.webp) no-repeat center top/cover;
  }
  .p-top-contact .c-ttl {
    margin-bottom: 22px;
  }
  .p-top-contact__txt {
    font-size: 1.125rem;
    line-height: 1.6561111111;
  }
  .p-top-contact__form {
    margin-top: 35px;
    padding: 0;
  }
  .p-top-contact__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-top-contact__label {
    min-height: 26px;
    font-size: 0.875rem;
  }
  .p-top-contact__input {
    margin-top: 12px;
  }
  .p-top-contact__input input {
    height: 43px;
  }
  .p-top-contact__input textarea {
    height: 212px !important;
  }
  .p-top-contact__agree {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 35px;
    padding-top: 27px;
    font-size: 0.955rem;
  }
  .p-top-contact__agree__ttl {
    margin-bottom: 0;
  }
  .p-top-contact__agree__content {
    padding-right: 3px;
  }
  .p-top-contact__agree__checkbox {
    cursor: pointer;
  }
  .p-top-contact__agree__checkbox input {
    top: -3px;
    left: -3px;
    width: 25px;
    height: 25px;
  }
  .p-top-contact__agree__checkbox input::after {
    top: 6px;
    left: 5px;
    width: 14px;
  }
  .p-top-contact__agree__privacy {
    padding-left: 35px;
    text-underline-offset: 0;
    transition: all 0.5s;
  }
  .p-top-contact__agree__privacy:hover {
    text-decoration: none;
  }
  .p-top-contact__agree__privacy::before {
    left: 8px;
    width: 14px;
    height: 14px;
  }
  .p-top-contact__footer {
    max-width: 532px;
  }
  .p-top-contact__btn {
    width: 126px;
    height: 50px;
    font-size: 1.053125rem;
    transition: all 0.5s;
  }
  .p-top-contact__btn:hover {
    opacity: 0.7;
  }
  .p-top-contact #mfp_phase_confirm {
    margin-top: 35px;
    padding: 0;
  }
  .p-top-contact #mfp_phase_confirm table {
    max-width: 560px;
    margin: 0 auto;
  }
  .p-top-contact #mfp_phase_confirm table th,
  .p-top-contact #mfp_phase_confirm table td {
    display: table-cell;
  }
  .p-top-contact #mfp_phase_confirm table th {
    padding-bottom: 10px;
    width: 210px;
  }
  .p-top-contact #mfp_phase_confirm table td {
    padding-top: 10px;
    padding-left: 20px;
    border-bottom: none;
  }
  .p-top-contact #mfp_phase_confirm .mfp_buttons {
    margin-top: 50px;
  }
  .p-top-contact #mfp_phase_confirm .mfp_element_button {
    width: 126px;
    height: 50px;
    font-size: 1.053125rem;
    transition: all 0.5s;
  }
  .p-top-contact #mfp_phase_confirm .mfp_element_button:hover {
    opacity: 0.7;
  }
  .p-top-access {
    padding: 144px 0 0;
  }
  .p-top-access::before {
    top: 0;
    width: 112vw;
    height: 110vw;
    border-radius: 100%;
    background-color: #886e69;
  }
  .p-top-access .container {
    min-height: 23.9vw;
  }
  .p-top-access__inner {
    flex-direction: row;
    align-items: flex-end;
  }
  .p-top-access .c-ttl {
    margin-bottom: 12px;
  }
  .p-top-access__img {
    margin: 0 clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem) 0 0;
  }
  .p-top-access__box {
    margin: 0 clamp(1.25rem, 14.84375vw + -5.875rem, 3.625rem) 0 0;
    padding-bottom: 18px;
  }
  .p-top-access__address {
    margin-bottom: 33px;
    font-size: 1.1425rem;
    line-height: 1.6176148796;
  }
  .p-top-access__link {
    padding-left: 18px;
    font-size: 1.455rem;
    line-height: 1.2701890034;
    transition: all 0.5s;
  }
  .p-top-access__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .p-top-access__link::before {
    top: 50%;
    width: 14px;
    height: 14px;
  }
  .p-top-access__followus {
    flex-shrink: 0;
    padding-bottom: 12px;
  }
  .p-top-access__ttl {
    min-height: 43px;
    margin-bottom: 18px;
    padding: 6px 18px;
    font-size: 1.400625rem;
  }
  .p-top-access__ttl::before {
    bottom: -16px;
  }
  .p-top-access__socials {
    gap: 30px;
  }
  .p-top-access__social {
    width: 52px;
    transition: all 0.5s;
  }
  .p-top-access__social:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=maps/top.css.map */
