@charset "UTF-8";
html,
body {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #222222;
}

a {
  text-decoration: none;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

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

.l-container {
  max-width: 600px;
  margin-inline: auto;
  background: #fff;
  height: auto;
  overflow: visible;
}

.c-sec-title {
  background-color: #fe6500;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 1.49rem + 1.11vw, 2.5rem);
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: block !important;
}
.c-sec-title span {
  display: block !important;
}
@media (max-width: 767px) {
  .c-sec-title {
    text-align: left;
    padding: 10px 0 10px 20px;
  }
}

.l-header {
  width: 100%;
  height: clamp(3.375rem, 2.73rem + 2.72vw, 5.1875rem) !important;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #222222;
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 12px;
  background: #FBF2E7;
}
.l-header__logo {
  width: 250px;
  margin: 0;
  padding: 0;
}
.l-header__logo img {
  width: 100%;
  vertical-align: baseline;
}
.l-header .hamburger {
  display: block;
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
  z-index: 100;
}
.l-header .hamburger__line {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #222222;
  transition: all 0.5s;
}
.l-header .hamburger__line:nth-child(1) {
  top: 0;
}
.l-header .hamburger__line:nth-child(2) {
  top: 5px;
}
.l-header .hamburger__line:nth-child(3) {
  bottom: 0;
}
.l-header.is-open .hamburger__line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.l-header.is-open .hamburger__line:nth-child(2) {
  display: none;
}
.l-header.is-open .hamburger__line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.l-header__navi {
  display: none;
  width: 100%;
  max-width: 600px;
  padding-inline: 2%;
  text-align: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.l-header__menu {
  list-style: none;
}
.l-header__menu-item {
  margin-bottom: 30px;
}
.l-header__menu-item a {
  color: #222222;
  font-size: 20px;
}
.l-header__navi-tel {
  margin-bottom: 30px;
}
.l-header__navi-tel a {
  font-size: 24px;
  color: #222222;
  text-decoration: underline;
}
.l-header__navi-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-header__navi-btns .c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 62px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding: 20px 50px;
  position: relative;
}
.l-header__navi-btns .c-btn--web {
  background: #fe6500;
}
.l-header__navi-btns .c-btn--line {
  background: #08a830;
}
.l-header.is-open .l-header__navi {
  display: block !important;
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.l-header .menu-overlay {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.l-header.is-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.p-fv {
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
  background-color: #f9f3eb;
}
.p-fv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.5s ease-in-out;
}
.p-fv__slide.p-fv__active {
  opacity: 1;
  z-index: 2;
}
.p-fv__content {
  position: relative;
  z-index: 10;
  padding-top: 8%;
  padding-left: 4%;
  text-align: left;
}
.p-fv__content .p-fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 1.33rem + 2.84vw, 3rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 16px;
}
.p-fv__content .p-fv__title span {
  display: inline-block;
}
.p-fv__content .p-fv__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.75rem + 0.6vw, 1.25rem) !important;
  color: #222222;
  font-weight: 500;
}
.p-fv__scroll {
  position: absolute;
  left: 5%;
  top: 65%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  z-index: 20;
  animation: scroll-move 2s ease-in-out infinite;
}
.p-fv__scroll-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #222222;
  display: inline-block;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: right top;
  margin-left: -40px;
  margin-bottom: 20px;
}
.p-fv__scroll-arrow {
  width: 2px;
  height: 120px;
  background-color: #222222;
  position: relative;
}
.p-fv__scroll-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 2px solid #222222;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
@keyframes scroll-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.p-fv__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 540px;
  z-index: 10;
  text-align: right;
}
@media (max-width: 600px) {
  .p-fv__bottom {
    width: 90%;
  }
}
.p-fv__banner {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
.p-fv__banner-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.86rem + 1.3vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  white-space: nowrap;
  width: 100%;
}

.p-fv__btn-group {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 600px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  background: rgba(34, 34, 34, 0.4);
  padding: 0 2%;
  gap: 15px;
}
.p-fv__btn-group .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(3.1875rem, 3rem + 0.5vw, 3.8125rem) !important;
  max-width: 450px;
  border-radius: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1vw + 14px, 24px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
.p-fv__btn-group .c-btn--web {
  background-color: #fe6500;
  color: #ffffff;
}
.p-fv__btn-group .c-btn--tel {
  background-color: #222222;
  color: #ffffff;
}
.p-fv__btn-group .c-btn--line {
  background-color: #08a830;
  color: #ffffff;
}
.p-fv__btn-group .c-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-fv {
    height: auto;
    min-height: 550px;
  }
  .p-fv__content {
    padding-top: 40px;
    padding-left: 5%;
  }
  .p-fv__btn-group {
    height: 70px;
  }
}
.p-message {
  padding-bottom: 60px;
}
.p-message__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.p-message__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-message__content {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.p-message__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.8rem + 1.2vw, 1.75rem) !important;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
}
.p-message__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.9375rem, 0.84rem + 0.49vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}
.p-message__text:last-of-type {
  margin-bottom: 0;
}
.p-message__list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-message__list li {
  font-size: clamp(0.9375rem, 0.84rem + 0.49vw, 1.25rem);
  font-weight: 400;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
}
.p-message__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-policy {
  padding: 0;
  background-color: #fff;
}
.p-policy__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #FBF2E7;
  padding: 0 20px 60px;
}
.p-policy__item {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 501px) {
  .p-policy__item:nth-child(1) .p-policy__content-inner {
    align-items: center;
  }
}
.p-policy__item:nth-child(2) .p-policy__content-inner {
  align-items: center;
}
@media (max-width: 534px) {
  .p-policy__item:nth-child(3) .p-policy__content-inner {
    align-items: center;
  }
}
.p-policy__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.p-policy__content-inner {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 78px;
}
.p-policy__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  position: relative;
}
.p-policy__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-policy__title {
  font-family: "Noto Serif", serif;
  font-size: clamp(1.5rem, 1.41rem + 0.39vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  color: #222222;
}
.p-policy img {
  width: 100%;
  max-width: 367px;
  height: 234px;
  margin: 0 auto 30px; /* 画像を中央寄せ */
  display: block;
}
.p-policy__text {
  font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1.125rem) !important;
  font-weight: 400;
  line-height: 1.2;
  color: #222222;
  width: 100%;
  text-align: center; /* テキストは中央寄せ */
}

.p-features {
  padding-bottom: 60px;
}
.p-features__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  gap: 24px;
}
.p-features__item {
  width: 100%;
  max-width: 600px;
}
.p-features__item:nth-child(1) .p-features__title::after {
  content: "DOCTOR";
}
.p-features__item:nth-child(2) .p-features__title::after {
  content: "SUPPORT";
}
.p-features__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-features__content-inner {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 78px;
  position: relative;
}
.p-features__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 400;
  color: #222222;
  line-height: 1;
  position: relative;
}
.p-features__number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-features__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.34rem + 0.78vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  z-index: 1;
}
.p-features__title::after {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 2.3rem + 0.8vw, 4rem);
  color: #e8ddcf;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  z-index: -1;
  white-space: nowrap;
  opacity: 0.6;
}
.p-features img {
  width: 100%;
  max-width: 390px;
  height: 234px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-features__text {
  font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1.125rem) !important;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  width: 100%;
}

.p-problems {
  background-color: #cbcbcb;
  padding: 60px 20px;
  text-align: center;
}
.p-problems__content {
  max-width: 600px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.p-problems__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.38rem + 0.55vw, 1.875rem) !important;
  font-weight: 500;
  color: #222222;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: 0.05em;
}
.p-problems__list {
  list-style: none;
  padding-inline: 5%;
  margin-bottom: 40px;
}
.p-problems__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  color: #222222;
}
.p-problems__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 28px;
  height: 28px;
  border: 2px solid #222222;
  border-radius: 2px;
  background-color: transparent;
}
.p-problems__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.5em;
  width: 14px;
  height: 8px;
  border-left: 3px solid #222222;
  border-bottom: 3px solid #222222;
  transform: rotate(-45deg);
}
.p-problems__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.17rem + 0.39vw, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: left;
}
.p-problems__text br {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-problems {
    padding: 50px 15px;
  }
  .p-problems__list li {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .p-problems__list li::before {
    width: 22px;
    height: 22px;
  }
  .p-problems__list li::after {
    width: 10px;
    height: 6px;
    left: 5px;
    top: 0.6em;
  }
}
.p-goals {
  padding-bottom: 60px;
  max-width: 1490px;
  margin: 0 auto;
  text-align: center;
}
.p-goals img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-bottom: 20px;
}
.p-goals__list {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.p-goals__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 1.08rem + 0.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #222222;
}
.p-goals__list li:nth-child(4) {
  margin-bottom: 0;
}
.p-goals__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #222222;
  border-radius: 2px;
}
.p-goals__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-left: 3px solid #222222;
  border-bottom: 3px solid #222222;
}
.p-goals .caution {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}
.p-goals__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 1.08rem + 0.2vw, 1.25rem);
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
}

.p-treatment {
  max-width: 1490px;
  margin: 0 auto;
  text-align: center;
}
.p-treatment > img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.p-treatment__list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
.p-treatment__item {
  background-color: #DBE5EE;
  padding: 30px 20px 0;
  text-align: left;
}
.p-treatment__item:nth-child(4) {
  padding-bottom: 30px;
}
.p-treatment__item .p-treatment__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.41rem + 0.39vw, 1.75rem);
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  height: 74px;
  line-height: 74px;
}
.p-treatment__item .p-treatment__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-treatment__item .p-treatment__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-treatment__item .p-treatment__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-treatment__item img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 150px;
  margin: 0 auto;
  height: auto;
}
.p-treatment__caution {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  background-color: #DBE5EE;
  padding: 20px 20px 60px;
}
.p-treatment__caution .p-treatment__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  margin-bottom: 15px;
}
.p-treatment__caution .p-treatment__text:last-of-type {
  margin-bottom: 0;
}
.p-treatment__caution-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.p-treatment__caution-list li {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.p-treatment__caution-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-treatment__item {
    padding: 20px 15px;
  }
  .p-treatment__caution {
    padding: 10px 10px 45px;
  }
}
.p-comparison {
  max-width: 1490px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.p-comparison br {
  display: none;
}
.p-comparison__list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding-inline: 20px;
}
.p-comparison__item {
  margin-bottom: 60px;
}
.p-comparison__item .p-comparison__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.21rem + 1.25vw, 2.25rem);
  font-weight: 500;
  color: #222222;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  display: flex;
  align-items: baseline;
  gap: 15px;
  position: relative;
  z-index: 10;
}
.p-comparison__item .p-comparison__title::after {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 2.3rem + 0.8vw, 3rem);
  font-weight: 500;
  color: #e8ddcf;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}
.p-comparison__item:nth-child(1) .p-comparison__title::after {
  content: "ADULT";
}
.p-comparison__item:nth-child(2) .p-comparison__title::after {
  content: "CHILDREN";
}
.p-comparison__item .p-comparison__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #222222;
}
.p-comparison__item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-comparison__heading {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.34rem + 0.78vw, 2rem);
  font-weight: 500;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 80px;
  height: 78px;
  line-height: 78px;
}
.p-comparison > img {
  margin-bottom: 30px;
}
.p-comparison__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-inline: 20px;
  text-align: left;
}
.p-comparison__label-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.9375rem, 0.9rem + 0.1vw, 1rem) !important;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-inline: 20px;
  color: #222222;
}
.p-comparison__label-text:last-of-type {
  margin-bottom: 0;
}
.p-comparison__label-list {
  list-style: none;
  padding: 20px;
  margin-bottom: 30px;
}
.p-comparison__label-list li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.p-comparison__label-list li::before {
  content: "・";
  position: absolute;
  left: 5px;
}
.p-comparison__label-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-comparison .p-comparison {
    padding: 50px 15px;
  }
  .p-comparison .p-comparison__item {
    margin-bottom: 40px;
  }
  .p-comparison .p-comparison__heading {
    margin-top: 50px;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.p-price {
  max-width: 1490px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.p-price__content {
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: left;
}
.p-price__group {
  margin-bottom: 30px;
  padding-inline: 20px;
}
.p-price__group [class^=p-price__group-title] {
  background-color: #f9f3eb;
  padding: 12px 15px;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 1.4;
  border-radius: 4px 4px 0 0;
}
.p-price__group-title {
  height: 56px;
}
.p-price__group-title-big {
  height: 80px;
}
.p-price__group-period, .p-price__group-text, .p-price__group-caution {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  line-height: 1.6;
  list-style: none;
  padding: 0;
}
.p-price__group-title-big {
  height: 80px;
}
.p-price__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
}
.p-price__list dt,
.p-price__list dd {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: 1.4;
}
.p-price__list dt {
  width: 30%;
  color: #222222;
  background: #f5f5f5;
  font-weight: normal;
}
.p-price__list dd {
  width: 70%;
  text-align: left;
  color: #222222;
  margin: 0;
}
.p-price__guedeline {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.41rem + 0.39vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 600px;
  margin-inline: 20px;
  text-align: left;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 20px;
}
.p-price__guideline-list {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  padding-inline: 20px;
}
.p-price__guideline-list li {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
}
.p-price__guideline-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-price__list dt,
  .p-price__list dd {
    padding: 12px 10px;
  }
}
.p-faq {
  max-width: 1490px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.p-faq__content {
  max-width: 600px;
  margin: 0 auto 60px;
}
.p-faq__list {
  text-align: left;
}
.p-faq__item {
  background-color: #fdf6ee;
  padding: 20px 9% 30px;
  border-radius: 4px;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__question {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 1.08rem + 0.2vw, 1.25rem);
  font-weight: 400;
  color: #222222;
  margin-bottom: 8px;
}
.p-faq__answer {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-faq__recs {
  margin-top: 80px;
  margin-bottom: 40px;
}
.p-faq__next-label {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-faq__arrow {
  width: 1px;
  height: 100px;
  background-color: #222222;
  margin: 0 auto;
  position: relative;
}
.p-faq__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  border-right: 1px solid #222222;
  transform: translateX(-100%) rotate(45deg);
  transform-origin: bottom right;
}
.p-faq > img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 40px;
}
.p-faq__lead {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  padding: 0;
}
.p-faq__lead li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #222222;
}
.p-faq__lead li:last-of-type {
  margin-bottom: 0;
}
.p-faq__lead li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1.5px solid #222222;
  border-radius: 2px;
}
.p-faq__lead li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
  height: 6px;
  border-left: 2.5px solid #222222;
  border-bottom: 2.5px solid #222222;
}

@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 15px;
  }
  .p-faq__lead {
    padding-inline: 15px;
  }
  .p-faq__lead li {
    padding-left: 30px;
  }
  .p-faq__lead li::before {
    width: 20px;
    height: 20px;
  }
  .p-faq__lead li::after {
    width: 10px;
    height: 5px;
    left: 4px;
  }
}
.p-access {
  padding-bottom: 60px;
  background-color: #f9f3eb;
  text-align: center;
}
.p-access__content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}
.p-access__map {
  margin: 0 auto 20px;
  text-align: center;
}
.p-access__map a {
  display: inline-block;
  transition: opacity 0.3s;
  line-height: 0;
}
.p-access__map a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.p-access__map img {
  width: 350px;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  margin-top: 40px;
}
.p-access__address {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 600px;
  margin-inline: auto;
}
.p-access__address p {
  margin-bottom: 2px;
}
.p-access__img {
  max-width: 386px;
  height: 287px;
  margin-inline: auto;
}
.p-access__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .p-access {
    padding-bottom: 60px;
  }
  .p-access__address {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .p-access__map {
    margin-bottom: 20px;
  }
}
.l-footer .p-reserve {
  position: relative;
  padding: 100px 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.l-footer .p-reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.65);
  z-index: 1;
}
.l-footer .p-reserve__content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}
.l-footer .p-reserve__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.l-footer .p-reserve__content-text br {
  display: block;
}
.l-footer .p-reserve__content .title {
  margin: 40px 0;
}
.l-footer .p-reserve__content .title .p-reserve__content-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
.l-footer .p-reserve__content .title .p-reserve__content-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.l-footer .p-reserve__btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.l-footer .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(3.1875rem, 3rem + 0.5vw, 3.8125rem) !important;
  border-radius: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 1vw + 14px, 24px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
.l-footer .c-btn::after {
  content: "";
  position: absolute;
  right: 20%;
  width: 5px;
  height: 10px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.l-footer .c-btn:hover {
  opacity: 0.8;
}
.l-footer .c-btn--web {
  background-color: #fe6500;
  color: #fff;
}
.l-footer .c-btn--line {
  background-color: #08a830;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer .p-reserve {
    padding: 60px 15px;
  }
  .c-btn::after {
    right: 20px;
  }
}/*# sourceMappingURL=style.css.map */