@charset "UTF-8";
/**********
** p-first
***********************************/
.p-first__bg {
  padding-block: 1.25rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-first__bg {
    padding-block: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  ._about .p-first__bg {
    padding-bottom: 8.125rem;
  }
}
._strength .p-first__bg {
  background-color: #FAFAFA;
  padding-top: 1.5625rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  ._strength .p-first__bg {
    padding-top: 6.25rem;
    padding-bottom: 7.1875rem;
  }
}
._treatment .p-first__bg {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  ._treatment .p-first__bg {
    padding-bottom: 6.25rem;
  }
}
._flow .p-first__bg {
  background-color: #F9F6F2;
  padding-block: 1.5625rem;
}
@media screen and (min-width: 768px) {
  ._flow .p-first__bg {
    padding-block: 6.25rem;
  }
}
._payment .p-first__bg {
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  ._payment .p-first__bg {
    padding-block: 6.25rem 5rem;
  }
}

.p-first__textBox {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first__textBox {
    margin-top: 3.125rem;
  }
}

.p-first__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-first__text {
    line-height: 2;
  }
}

.p-first__text + .p-first__text {
  margin-top: 1.6em;
}
@media screen and (min-width: 768px) {
  .p-first__text + .p-first__text {
    margin-top: 2em;
  }
}

.p-first__media {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first__media {
    margin-top: 2.8125rem;
  }
}

.p-first__consult {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first__consult {
    margin-top: 3.1875rem;
  }
}

.p-first__strength,
.p-first__treatment,
.p-first__treatmentMenu,
.p-first__flowContent,
.p-first__mediaPayment {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first__strength,
  .p-first__treatment,
  .p-first__treatmentMenu,
  .p-first__flowContent,
  .p-first__mediaPayment {
    margin-top: 3.125rem;
  }
}

.p-first__treatmentMenu {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-first__treatmentMenu {
    margin-top: 3.125rem;
  }
}

.p-first__paymentContent {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-first__paymentContent {
    margin-top: 3.125rem;
  }
}
.p-first__paymentContent:last-of-type {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-first__paymentContent:last-of-type {
    margin-top: 3.125rem;
  }
}

/**********
** p-first-consult
***********************************/
.p-first-consult__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  color: #998E73;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-first-consult__title {
    font-size: 1.75rem;
    line-height: 1;
  }
}

.p-first-consult__imgBox {
  margin-top: 1.125rem;
  display: grid;
  width: min(100%, 60rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-first-consult__imgBox {
    margin-top: 1.625rem;
  }
}

.p-first-consult__img,
.p-first-consult__textBox {
  grid-row: 1/2;
  grid-column: 1/2;
}

.p-first-consult__img {
  position: relative;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.25);
}

.p-first-consult__img::before,
.p-first-consult__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-first-consult__img::before {
  background-color: rgba(86, 85, 101, 0.1);
}

.p-first-consult__img::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.67)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.67));
}

.p-first-consult__img img {
  aspect-ratio: 960/190;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-first-consult__textBox {
  padding-block: 1.25rem 1.25rem;
  padding-inline: 1.125rem 1.4375rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-first-consult__textBox {
    padding-block: 2.0625rem 3.25rem;
    padding-left: 10.73375rem;
    padding-right: 0;
  }
}

.p-first-consult__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .p-first-consult__text {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-first-consult__text span {
  font-size: 0.875rem;
  line-height: 2;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-first-consult__text span {
    font-size: 1.375rem;
    line-height: 1.8;
  }
}

.p-first-consult__note {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  line-height: 1.5;
}

/**********
** p-first-strength
***********************************/
.p-first-strength__item:not(:last-child) {
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-first-strength__item:not(:last-child) {
    border-bottom: 1px solid #E8E2D3;
  }
}

.p-first-strength__item + .p-first-strength__item {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-first-strength__item + .p-first-strength__item {
    margin-top: 1.25rem;
  }
}

.p-first-strength__media {
  margin-top: 1.25rem;
}

/**********
** p-first-treatment
***********************************/
.p-first-treatment__boxLink {
  display: block;
}

.p-first-treatment__content {
  padding: 1.25rem 1.40625rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 1.875rem #E5E5E5;
          box-shadow: 0 0 1.875rem #E5E5E5;
  border: 0.125rem solid #FFFFFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-treatment__content {
    padding: 1.25rem 2.5rem;
  }
}

.p-first-treatment__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/first/bg_treatment.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-first-treatment__content::before {
    width: 35.625rem;
    clip-path: polygon(22.3% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-first-treatment__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 73, 115, 0.8);
  background-blend-mode: multiply, normal, normal;
}
@media screen and (min-width: 768px) {
  .p-first-treatment__content::after {
    display: none;
  }
}

.p-first-treatment__textBox {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-first-treatment__textBox {
    color: #565565;
    width: 47.5247524752%;
  }
}

.p-first-treatment__title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
}

.p-first-treatment__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-first-treatment__text + .p-first-treatment__text {
  margin-top: 2em;
}

.p-first-treatment__btnBox {
  position: relative;
  z-index: 2;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-first-treatment__btnBox {
    position: absolute;
    right: 4.125rem;
    bottom: 0.125rem;
  }
}

/**********
** p-first-payment
***********************************/
.p-first-payment__lists {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__lists {
    margin-top: 1.25rem;
  }
}

.p-first-payment__list {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-payment__list {
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-first-payment__list::before {
    content: "・";
  }
}

.p-first-payment__table,
.p-first-payment__reservation,
.p-first-payment__textBox {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__table,
  .p-first-payment__reservation,
  .p-first-payment__textBox {
    margin-top: 3.125rem;
  }
}

.p-first-payment__note {
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__note {
    margin-top: 3.125rem;
  }
}

.p-first-payment__cancelBox {
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__cancelBox {
    margin-top: 3.125rem;
  }
}

.p-first-payment__detail {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__detail {
    margin-top: 3.4375rem;
  }
}
.p-first-payment__detail._mtLg {
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__detail._mtLg {
    margin-top: 3.4375rem;
  }
}

.p-first-payment__table._mtSmall {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__table._mtSmall {
    margin-top: 0.125rem;
  }
}

.p-first-payment__note._mtSmall {
  margin-top: 0.625rem;
}

.p-first-payment__note._mtLg {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__note._mtLg {
    margin-top: 3.125rem;
  }
}

.p-first-payment__textBox {
  width: min(100%, 50rem);
  margin-inline: auto;
}
.p-first-payment__textBox._w100 {
  width: 100%;
}

.p-first-payment__text a {
  text-decoration: underline;
}

.p-first-payment__cancelLists {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__cancelLists {
    margin-top: 0.125rem;
  }
}

.p-first-payment__cancelList {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-payment__cancelList {
    line-height: 2;
  }
}

.p-first-payment__cancelText {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__cancelText {
    margin-top: 0.25rem;
  }
}
.p-first-payment__cancelText span {
  font-weight: 700;
  line-height: 2;
}
.p-first-payment__cancelText._lineHeightSmall span {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-first-payment__cancelText._lineHeightSmall span {
    line-height: 2;
  }
}

.p-first-payment__cancelText + .p-first-payment__cancelText {
  margin-top: 0.7em;
}

.p-first-payment__cancelText + .p-first-payment__cancelLists {
  margin-top: 0.625rem;
}

.p-first-payment__visitLists {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__visitLists {
    margin-top: 1.4375rem;
  }
}
.p-first-payment__visitLists._mtLg {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-first-payment__visitLists._mtLg {
    margin-top: 1.4375rem;
  }
}

.p-first-payment__visitList {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-payment__visitList {
    line-height: 2;
  }
}

.p-first-payment__visitList::before {
  content: "・";
}

.p-first-payment__visitList + .p-first-payment__visitList {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-first-payment__visitList + .p-first-payment__visitList {
    margin-top: 0;
  }
}/*# sourceMappingURL=page-first.css.map */