@charset "UTF-8";

html {
  font-size: 62.5%;
}

@media screen and (max-width: 402px) {
  html {
    font-size: 2.469vw;
  }
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
}

main {
  width: 402px;
}

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

a{
  cursor: pointer;
}

sup {
  font-size: 0.67em;
  margin-left: -.5em;
}

.lp_contents {
  background-color: #fff;
  margin: auto;
}

.u-relative {
  position: relative;
}

/* ========================================
  余白
======================================== */
:root {
  --section-spacing-top: 5em;
  --section-spacing-bottom: 4em;
}

.section-unit {
  padding-top: var(--section-spacing-top);
  padding-bottom: var(--section-spacing-bottom);
}

.l-inner {
  padding: 0 2em;
}

/* ========================================
  text
====================================== */
h2,
h3 {
  font-family: "Shippori Mincho";
}

.u-text {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
}

.u-text-semi-bold {
  font-weight: 500;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-light-gold {
  color: #BD9764;
}

.u-text-gold {
  color: #B19049;
}

.u-txt-center {
  text-align: center;
}

.u-underline-gold {
  border-bottom: .1em solid #DABB85;
}

.u-txt-bg-white {
  /* display: inline-block; */
  padding: 0.2em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -.25em;
  background: linear-gradient(180deg, transparent 12%, #fff 12%);
  font-size: 2.6em;
  letter-spacing: -0.1823rem;
}

.u-txt-bg-gold {
  display: inline-block;
  padding: 0.1em 0.1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -.25em;
  background: linear-gradient(180deg, transparent 12%, #B19049 12%);
  letter-spacing: 0.1369rem;
  color: #fff;
}

/* ========================================
　共通ボタン
====================================== */
.c-cta {
  background: #CABC91;
  padding: 2.2em .5em 0;
}

/* ========================================
　タイトル
====================================== */
.c-ttl {
  text-align: center;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: .5em;
}

.c-sub-ttl-en {
  color: #BD9764;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5em;
  margin-bottom: 0.5em;
}


/* ========================================
  header
======================================== */
header {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}

header a {
  display: block;
  width: 15em;
}

/* ========================================
  intro
======================================== */
.p-intro {
  padding-top: 8.5em;
  overflow: hidden;
}

.p-intro__item {
  position: absolute;
  width: 45.7em;
  top: -13em;
  right: -1em;
}

.p-intro__ttl {
  position: relative;
  font-size: 4em;
  padding-bottom: .6em;
  line-height: 1.3;
  font-weight: 500;
  z-index: 1;
}

.p-intro__ttl-underline {
  background-image: linear-gradient(#DABB85, #DABB85);
  background-repeat: no-repeat;
  background-size: 100% 0.025em;
  background-position: 0 92%;
}

.p-intro__sub-ttl {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}

.p-intro__sub-ttl .u-underline-gold {
  display: block;
  width: 80%;
  margin: auto;
  padding-bottom: .5em;
}

.p-intro__txt-area {
  padding: 1.3em 0 3.4em 4em;
}

.p-intro__txt {
  font-size: 1.3em;
  line-height: 2;
}

/* ========================================
  reason
======================================== */
.p-reason {
  background: linear-gradient(324deg, rgba(0, 175, 240, 0.1) 0%, rgba(202, 245, 255, 0.1) 100%);
  overflow: hidden;
  padding-bottom: 5em;
}

.p-reason__item_bg {
  position: absolute;
  z-index: -1;
}

.p-reason__item_bg.p-item01 {
  width: 15em;
  top: -79%;
}

.p-reason__item_bg.p-item02 {
  bottom: -52%;
  width: 23.4em;
  left: 3%;
}

.p-reason__item_bg.p-item03 {
  right: -2%;
  bottom: 43%;
  width: 23.4em;
}

.p-reason__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho";
  gap: 1em;
  margin-top: -4em;
  position: relative;
  z-index: 10;
}

.p-reason__ttl-num {
  font-size: 17em;
  color: #BD8856;
  line-height: 1;
  font-style: italic;
}

.p-reason__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3em;
}

.p-reason__txt-main {
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
}

.p-reason__txt-sub {
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.1;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 95% 0.025em;
  background-position: center 12%;
  padding-top: 0.2em;
}

.p-reason__item {
  padding-top: 4em;
  z-index: 1;
}

.p-reason__image-unit {
  margin-bottom: 3.6m;
}

.p-reason__badge {
  position: absolute;
  top: -1.5em;
  left: 3.5em;
  width: 6.4rem;
  z-index: 2;
}

.p-reason__badge--reverse {
  left: 30.5em;
}

.p-reason__img-area {
  padding-left: 6.2em;
}

.p-reason__img-area--reverse {
  padding-right: 6.2em;
}

.p-reason__img {
  width: 34em;
  display: block;
}

/* .p-reason__item-sub-ttl {
  display: inline-block;
  padding: 0.1em 0.1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -.3em;
  background: linear-gradient(180deg, transparent 12%, #fff 12%);
  font-size: 2.6em;
  letter-spacing: -0.1823rem;
} */

.p-reason__item-sub-ttl--lg {
  font-size: 3em;
}

.p-reason__item-sub-ttl-num {
  font-size: 1.5em;
  letter-spacing: .01em;
  line-height: 1;
}

.p-reason__item-txt {
  font-size: 1.5em;
  line-height: 1.6;
  padding-left: 2em;
  padding-top: 3em;
  padding: 1em 2em 0 2em;
}

.p-reason__note {
  font-size: 1.1em;
  color: #999;
  margin-top: 0.5em;
  padding-left: 3em;
}

.p-reason__item-txt--01 {
  padding: 3.6em 2.5em 0 2em;
}

.p-reason__item-ttl-01 {
  position: absolute;
  bottom: 13.5em;
  left: 3em;
}

.p-reason__item-ttl-02 {
  position: absolute;
  bottom: 13em;
  left: 3em;
}

.p-reason__item-ttl-03 {
  position: absolute;
  bottom: 11em;
  left: 3.8em;
}

.p-reason__item-ttl-04 {
  position: absolute;
  bottom: 20.5em;
  left: 16.8em;
}

.p-reason__item-ttl-05 {
  position: absolute;
  bottom: 10.5em;
  left: 1.5em;
}

/* ========================================
  doctor
======================================== */
.p-doctor__ttl {
  text-align: center;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1;
}

.p-doctor__container {
  padding-top: 4.5em;
}

.p-doctor__body {
  margin-top: -11em;
}

.p-doctor__position {
  font-size: .9em;
}

.p-doctor__name {
  width: 14.4em;
}

.p-doctor__container {
  padding-top: 4.5em;
  position: relative;
  max-width: 778px;
  margin: 0 auto 4em;
}

.p-doctor__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-doctor__body {
  position: absolute;
  left: 0;
  bottom: -4em;
  width: 100%;
  z-index: 10;
}

.p-doctor__position {
  font-size: .9em;
  line-height: 1.4;
}

.p-doctor__profile {
  background-color: #fff;
  border: 1px solid #B19049;
  padding: 2em 1.5em 1.5em;
  margin-top: -1em;
  width: 31.2em;
  margin-left: 2em;
}

.p-doctor__profile-item {
  font-size: 1.4em;
  line-height: 1.4;
}




/* ========================================
  cost
======================================== */
.p-cost {
  background: #DAF0F7;
}

.p-cost__price {
  display: block;
  margin: 0 auto;
  padding: 2em;
}

.p-cost__txt-area {
  font-size: 1.2rem;
  padding: 0 2em;
}

.p-cost__txt {
  text-indent: -.5em;
}

/* ========================================
  menu
======================================== */
.p-menu-ttl__txt {
  padding: .5em 1em 0;
}

.p-menu__container {
  padding-top: 1.2em;
}

.p-menu__item {
  border: 0.6px solid #C19A65;
  background: #FAF8F3;
  padding: 2.5em 2em;
  /* 内側の余白 */
  margin-bottom: 1.2em;
}

.p-menu__ttl {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 0.03em solid #DABB85;
  display: block;
  line-height: 1.2;
  color: #BD9764;
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
}

.p-menu__txt {
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0 2.5em 0 0;
}

/* ========================================
  place
======================================== */
.p-place {
  background: #EDEBE5;
}

.p-place h3 .u-txt-bg-white {
  display: inline-block;
  line-height: 1;
  padding: .15em;
}

.p-place h3 .u-txt-bg-white.p-place__ttl-small {
  padding: .25em;
}

.p-place__container {
  padding-bottom: 3em;
}

.p-place__img-top {
  padding-left: 4em;
  width: 40em;
}

.p-place__txt-area {
  margin-top: -3em;
}

.p-place__ttl-small {
  font-size: 1.68em;
}

.p-place__ttl {
  font-size: 3.5em;
}

.p-place__ttl-kana {
  font-size: 0.35em;
}

.p-place__txt {
  font-size: 1.4em;
  line-height: 1.7;
  margin: .9em 0 2.2em;
}

.p-place__img-bottom {
  padding-right: 7em;
}

.p-place-info__wrapper {
  background-color: #fff;
  width: 36em;
  margin: 0 auto;
  padding: 2em 2em 3em;
}

.p-place-info__logo {
  width: 23.8em;
  margin: 0 auto;
  display: block;
}

.p-place-info {
  margin: 1.5em 0 2em;
}

.p-place-info__item {
  display: flex;
  align-items: stretch;
}

.p-place-info__label {
  width: 4.5em;
  flex-shrink: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-top: 0.2em;
  font-size: 1.1em;
  font-weight: 400;
}

.p-place-info__label span {
  display: inline-block;
  width: 0;
}

.p-place-info__description {
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #E0E0E0;
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.5;
}

.p-place-info__description--top {
  padding-bottom: 1em;
}

.p-place-info__item:last-child {
  margin-bottom: 0;
}

.p-place-info__wrapper iframe {
  width: 100%;
  height: 21em;
  border: 0;
  display: block;
}

/* ========================================
  faq
======================================== */
.faq-container {
  width: 36em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.faq-item {
  border: 1px solid #B7B7B7;
  background-color: #fff;
  overflow: hidden;
}

.faq-header {
  width: 100%;
  padding: 1.4em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.faq-icon {
  flex-shrink: 0;
  width: 2.5em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotate(0deg);
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
}

.faq-item.is-open .faq-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -.2em;
  right: 0;
  height: .1em;
  background-color: #B7B7B7;
}

.faq-content-inner {
  padding: 1.4em 1em;
  line-height: 1.4;
  font-size: 1.5em;
}

.p-faq__btn {
  text-align: center;
  width: 13.2em;
  margin: 1em auto 0;
  border-bottom: 1px solid #000;
  font-size: 1.4em;
  cursor: pointer;
}

/* ========================================
  last
======================================== */
.p-last {
  background-image: url(../img/last-01.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-last__txt-area {
  color: #FFF;
  padding: 20em 0 4em 4em;
}

.p-last__ttl {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.46;
  padding-bottom: .5em;
}

.c-cat-bottom__wrapper {
  display: block;
  padding: 2em 0;
}

.c-cta-bottom__btn {
  margin-bottom: 1em;
}

/* ========================================
  footer
======================================== */
.p-footer {
  background-color: #000;
  color: #fff;
}

.p-footer__wrapper {
  padding: 2em 2em 3em;
}

.p-footer__txt-area {
  padding-left: 7em;
}

.p-footer__logo {
  width: 22.9em;
  margin: 0 auto 1.5em;
  display: block;
}

.p-footer__name {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

.p-footer__address {
  font-size: 1.2em;
  line-height: 1.6;
}

.p-footer-link {
  display: flex;
  font-size: 1em;
  justify-content: center;
  gap: 2em;
  border-top: 1px solid #787878;
  padding-top: 1.5em;
  margin: 2em 0 1em;
}

.p-footer__copyright {
  color: #888;
  font-size: 1em;
  line-height: 1.65;
  text-align: center;
}