.p-about__banner {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-about__banner {
    max-width: 800px;
  }
}

.p-about__banner img {
  width: 100%;
}

.p-price__text .once {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

.c-heading02 span.faq-btn {
  cursor: pointer;
  transition: 0.3s;
}

.c-heading02 span.faq-btn:hover {
  opacity: 0.7;
}

.p-faq__inner {
  display: none;
}

.p-faq__inner.is-open {
  display: block;
  animation: appear 0.3s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header__lang {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lang-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lang-btn {
  padding: 3px 8px;
  border: 1px solid #736357;
  color: #736357;
}
.l-header__sns {
  margin: 0;
}
.l-header__inner {
  padding-top: 12px;
  padding-right: 10px;
}
@media screen and (min-width: 1000px) {
  .l-header__inner {
    padding-top: 12px;
    padding-right: 24px;
  }
}

/* footer add 20250407 */

.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0 3vw;
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    flex-direction: row;
    gap: 0 4vw;
  }
}
.l-footer__wellness {
  margin-bottom: 20px;
  max-width: 430px;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__wellness {
    margin-bottom: 0px;
    margin: 20px 0;
    padding: 0;
  }
}
.l-footer__copy {
  width: 100%;
}

/* add 20260606 price */

.p-price__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 30px;
  background: #fff;
  width: 100%;
  max-width: 800px;
  width: 100%;
  gap: 60px;
}
@media print, screen and (min-width: 1070px) {
  .p-price__area {
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    padding: 30px 25px 40px;
  }
}
.p-price__contents {
  padding: 0;
}
.p-price__text {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-price__text {
    font-size: 37px;
  }
}
.p-price__text-small {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-price__text-small {
    font-size: 18px;
  }
}

.p-price__title {
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .p-price__title {
    font-size: 26px;
  }
}

.p-price__contents-monitor {
  display: block;
  position: relative;
  line-height: 1.9;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-price__contents-monitor {
    font-size: 18px;
  }
}
.p-price__contents-monitor::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: -30px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width: 1070px) {
  .p-price__contents-monitor::after {
    right: -30px;
    top: 0;
    bottom: auto;
    width: 1px;
    height: 100%;
    border-right: 1px solid #000;
  }
}
.p-price__monitor-image {
  margin-bottom: 25px;
}
.p-price__monitor-title {
  text-align: center;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .p-price__monitor-title {
    font-size: 22px;
  }
}

.p-price__monitor-text {
  margin-bottom: 20px;
}

/* add 20250821 追従バナー*/
.l-header__cta {
  bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-header__cta {
    width: 75px;
    bottom: 40px;
  }
}
.l-header__cta a {
  margin-top: 5px;
}

/* 2025-10-14 追加 start */
.mt-0 {
  margin-top: 0;
}
.mt-80 {
  margin-top: 80px;
}
/* 2025-10-14 追加 end */
