@charset "UTF-8";
/* ---------------
  セクション共通
------------------ */
/* セクション全体のコンテナスタイル */
.section-container {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: var(--section-bg-color, #ffffff); /* 背景色をCSS変数で設定、デフォルトは白 */
  background-image: var(--section-bg-image, none); /* 背景画像をCSS変数で設定、デフォルトはなし */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #76674A;
}

/* セクションの内容をラップするコンテナ */
.section-content {
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
}

.section-content-wrapper {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* ---------------
  オーダーメイド施術
------------------ */
.section-content.sc-allinone {
  padding-top: 145px;
  padding-bottom: 176px;
}

.section-title-container-a {
  width: 100%;
  max-width: 805px;
  padding: 15px 20px 16px;
  text-align: center;
  color: var(--font-color, #51bbb1);
  border-top: 1px solid var(--font-color, #51bbb1);
  border-bottom: 1px solid var(--font-color, #51bbb1);
  margin: 0 auto 50px;
}
.section-title-container-a .section-title {
  font-size: 3.3rem;
  line-height: 4.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.allinone-main-warp {
  margin-bottom: 80px;
}
.allinone-main-warp p {
  text-align: center;
  color: #51BBB1;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.13em;
  margin-bottom: 67px;
}
.allinone-main-warp figure {
  max-width: 800px;
  margin: 0 auto;
}

.allinone-content-wrap {
  padding: 0;
  margin: 0;
}

.allinone-content {
  position: relative;
}
.allinone-content:first-of-type {
  margin-bottom: 83px;
}
.allinone-content:nth-of-type(2) {
  margin-bottom: 69px;
}

.allinone-content-title {
  padding: 15px 20px 8px;
  text-align: center;
  color: #ffffff;
  background-color: #51bbb1;
  border-radius: 9999px;
  margin: 0 auto 52px;
  font-size: 2.5rem;
  line-height: 3.6rem;
  letter-spacing: 0.5em;
  margin-bottom: 25px;
}

.allinone-content-flex {
  display: flex;
  gap: 30px;
  padding-left: 5px;
}
.allinone-content-flex .flex-content {
  flex: 0 1 auto;
  width: 61%;
}
.allinone-content-flex .flex-content p {
  font-size: 1.7rem;
  line-height: 3.7rem;
  margin-bottom: 20px;
}
.allinone-content-flex .flex-content .box {
  padding: 12px 21px 16px;
  max-width: 554px;
  border: 1px solid #51B3A9;
  border-radius: 12px;
}
.allinone-content-flex .flex-content .box .box-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #51BBB1;
  border-bottom: 1px solid #51B3A9;
  padding: 0 19px 5px;
  margin-bottom: 20px;
}
.allinone-content-flex .flex-content .box .box-list-wrap {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}
.allinone-content-flex .flex-content .box .box-list {
  flex: 0 1 auto;
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.allinone-content-flex .flex-content .box .box-list:nth-child(1) {
  width: 44%;
}
.allinone-content-flex .flex-content .box .box-list li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 9px;
}
.allinone-content-flex .flex-content .box .box-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: #51B3A9;
  border-radius: 9999px;
}
.allinone-content-flex > figure {
  flex: 0 0 auto;
  margin-top: 13px;
  width: 39%;
}
.allinone-content-flex > figure img {
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .section-content.sc-allinone {
    padding-top: 46px;
    padding-bottom: 50px;
  }
  .section-title-container-a {
    width: calc(100% - 20px);
    max-width: 805px;
    padding: 10px 20px 12px;
    margin: 0 auto 41px;
  }
  .section-title-container-a .section-title {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .allinone-main-warp {
    margin-bottom: 58px;
  }
  .allinone-main-warp p {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 32px;
  }
  .allinone-content-wrap {
    padding: 0 10px;
  }
  .allinone-content:first-of-type {
    margin-bottom: 40px;
  }
  .allinone-content:nth-of-type(2) {
    margin-bottom: 39px;
  }
  .allinone-content-title {
    font-size: 1.9rem;
    line-height: 2.7rem;
    padding: 7px 20px;
    margin-bottom: 21px;
  }
  .allinone-content-flex {
    flex-direction: column;
    padding-left: 0;
  }
  .allinone-content-flex .flex-content {
    width: auto;
  }
  .allinone-content-flex .flex-content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
  .allinone-content-flex .flex-content figure {
    padding: 0 32px;
    text-align: center;
    margin-bottom: 21px;
  }
  .allinone-content-flex .flex-content figure img {
    border-radius: 12px;
  }
  .allinone-content-flex .flex-content .box {
    padding: 12px 11px 10px;
  }
  .allinone-content-flex .flex-content .box .box-title {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0 12px 4px;
    margin-bottom: 5px;
  }
  .allinone-content-flex .flex-content .box .box-list-wrap {
    display: block;
    padding: 0 8px;
  }
  .allinone-content-flex .flex-content .box .box-list {
    width: auto;
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
  .allinone-content-flex .flex-content .box .box-list:nth-child(1) {
    width: auto;
  }
  .allinone-content-flex .flex-content .box .box-list li {
    margin-bottom: 0;
  }
  .allinone-content-flex .flex-content .box .box-list li::before {
    top: 6px;
    left: 3px;
    width: 13px;
    height: 13px;
  }
}
/* ---------------
  料金・施術の流れ
------------------ */
.section-container.flow-price {
  background-color: #CEE9E7;
}

.section-content.sc-flow-price {
  padding-top: 107px;
  padding-bottom: 207px;
}

.section-sub {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}
.section-sub .section-sub-line-inner {
  outline: 1px solid #51B3A9;
  border-radius: 8px;
}
.section-sub .section-sub-inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px 0;
}
.section-sub .section-sub-inner.flow {
  padding-top: 43px;
  padding-bottom: 69px;
}
.section-sub .section-sub-inner.price {
  padding-top: 46px;
  padding-bottom: 70px;
}
.section-sub .section-sub-title {
  width: 265px;
  font-size: 2.5rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: 5px;
  color: #51BBB1;
  text-align: center;
  border-bottom: 1px solid #51B3A9;
  padding-bottom: 9px;
  margin: 0 auto 47px;
}
.section-sub .section-sub-title.price {
  padding-bottom: 8px;
  margin-bottom: 46px;
}
.section-sub:not(:last-of-type) {
  margin-bottom: 185px;
}

@media screen and (max-width: 768px) {
  .section-content.sc-flow-price {
    padding: 70px 30px 80px;
  }
  .section-content.sc-flow-price .section-title-container {
    margin-bottom: 22px;
  }
  .section-sub {
    padding: 5.5px;
  }
  .section-sub .section-sub-inner {
    padding: 35px 20px 0;
  }
  .section-sub .section-sub-inner.flow {
    padding-top: 26px;
    padding-bottom: 35px;
  }
  .section-sub .section-sub-inner.price {
    padding-top: 28px;
    padding-bottom: 53px;
  }
  .section-sub .section-sub-title {
    width: 100%;
    max-width: 200px;
    font-size: 1.9rem;
    line-height: 2.7rem;
    letter-spacing: 0.25em;
    padding-bottom: 7px;
    margin: 0 auto 30px;
  }
  .section-sub .section-sub-title.price {
    padding-bottom: 6px;
    margin-bottom: 33px;
  }
  .section-sub:not(:last-of-type) {
    margin-bottom: 59px;
  }
}
/* 施術の流れ */
.flow-panel {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 110px;
  border-radius: 15px;
  background-color: #E1F3F2;
  padding: 12px 44px;
  counter-increment: flow-counter;
  padding: 12px 0 12px 47px;
  margin-bottom: 42px;
}
.flow-panel:not(:last-of-type)::after {
  position: absolute;
  display: block;
  content: "";
  width: 34px;
  height: 17px;
  bottom: -29.5px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../documents/allinone/flow_arrow.svg) no-repeat center center;
  background-size: cover;
}
.flow-panel:last-of-type {
  margin-bottom: 0;
}
.flow-panel .flow-panel-title-container {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
  border-right: 1px solid #51BBB1;
  display: flex;
  align-items: center;
}
.flow-panel .flow-panel-title-container .flow-panel-title {
  position: relative;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #51BBB1;
  padding: 0 10px 0 55px;
}
.flow-panel .flow-panel-title-container .flow-panel-title::before {
  display: block;
  position: absolute;
  content: counter(flow-counter, decimal-leading-zero);
  top: 50%;
  left: 0;
  width: 52px;
  height: 4.2rem;
  font-size: 2.9rem;
  line-height: 3.9rem;
  transform: translateY(-50%);
  z-index: 1;
}
.flow-panel .flow-panel-text-container {
  flex: 0 1 auto;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0 30px 0 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow-image-wrap {
  padding: 0 0 59px;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

.figure-flex-radius {
  display: flex;
  gap: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.figure-flex-radius figure {
  flex: 1 1 auto;
  width: auto;
  display: block;
  margin: 0 -1px 0 0;
  font-size: 0;
  line-height: 0;
}

/* 料金*/
.price-table-wrap {
  margin-bottom: 33px;
}

.price-table-title {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #5B280D;
  border-top: 1px solid #76674A;
  border-right: 1px solid #76674A;
  border-left: 1px solid #76674A;
  padding: 9px 23px 14px;
}

.price-table {
  width: 100%;
  border: 1px solid #76674A;
  margin-bottom: 26px;
}
.price-table tr {
  border-bottom: 1px solid #76674A;
}
.price-table tr:nth-child(odd) {
  background-color: #FDF6E5;
}
.price-table tr.color_tr {
  background-color: #FDF6E5;
}
.price-table tr.basic-price-tr {
  background-color: #FBE6B8;
}
.price-table th {
  text-align: left;
  padding: 5px 20px 5px 62px;
  width: 428px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.price-table th:not(:last-child) {
  border-right: 1px solid #76674A;
}
.price-table td {
  padding: 5px 20px 5px 43px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.price-table td:not(:last-child) {
  border-right: 1px solid #76674A;
}

.price-table-memo {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
}

.insurance-content-a {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.insurance-content-a p {
  padding-left: 6px;
}

.insurance-content-title-a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #1DAEA7;
  border: 1px solid #AADED9;
  padding: 6px 16px;
  margin-bottom: 18px;
}

.insurance-content-b {
  font-size: 1.6rem;
  line-height: 2.7rem;
  margin-bottom: 76px;
  letter-spacing: 1px;
}
.insurance-content-b p {
  padding-left: 7px;
}

.insurance-content-title-b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #1DAEA7;
  border-bottom: 1px solid #AADED9;
  padding: 6px 18px;
  margin-bottom: 16px;
}

.payment-note-box {
  padding: 12px 12px 13px;
  border: 1px solid #76674A;
  border-radius: 5px;
}
.payment-note-box p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-left: 24px;
  margin-bottom: 12px;
}
.payment-note-box figure {
  border: none;
}

@media screen and (max-width: 768px) {
  /* 施術の流れ */
  .flow-panel {
    display: block;
    padding: 4px 12px 15px;
    min-height: inherit;
    margin-bottom: 32px;
  }
  .flow-panel:not(:last-of-type)::after {
    width: 27px;
    height: 14px;
    bottom: -24px;
  }
  .flow-panel .flow-panel-title-container {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #51BBB1;
    padding: 0;
  }
  .flow-panel .flow-panel-title-container .flow-panel-title {
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 5px 0 5px 37px;
  }
  .flow-panel .flow-panel-title-container .flow-panel-title::before {
    top: 0;
    width: 3em;
    font-size: 2.2rem;
    line-height: 2.6rem;
    height: 2.6rem;
    transform: inherit;
  }
  .flow-panel .flow-panel-text-container {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 9px 0 0;
  }
  .flow-image-wrap {
    padding: 0 19px 40px;
  }
  .figure-flex-radius {
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
  }
  .figure-flex-radius figure {
    width: 50%;
  }
  .figure-flex-radius figure.figure_01 {
    order: 1;
  }
  .figure-flex-radius figure.figure_02 {
    order: 2;
  }
  .figure-flex-radius figure.figure_03 {
    order: 4;
  }
  .figure-flex-radius figure.figure_04 {
    order: 3;
  }
  /* 料金*/
  .price-table-wrap {
    margin-bottom: 22px;
  }
  .price-table-title {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 8px 8px;
  }
  .price-table {
    margin-bottom: 12px;
  }
  .price-table th {
    width: 66.5%;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0;
    vertical-align: top;
    padding: 3px;
  }
  .price-table td {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0;
    padding: 3px 3px 3px 5px;
  }
  .price-table .price-note {
    font-size: 1.25rem;
    letter-spacing: -2px;
  }
  .price-table-memo {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .insurance-content-a {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 14px;
  }
  .insurance-content-a p {
    padding-left: 0;
  }
  .insurance-content-title-a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 5px 15px;
    margin-bottom: 7px;
  }
  .insurance-content-b {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 23px;
  }
  .insurance-content-b p {
    padding-left: 0;
  }
  .insurance-content-title-b {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 0 7px;
    margin-bottom: 10px;
  }
  .payment-note-box {
    padding: 11px 14px 17px;
  }
  .payment-note-box p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 0;
    margin-bottom: 17px;
  }
}
/* ---------------
  院案内
------------------ */
.section-content.sc-guide {
  padding-top: 101px;
  padding-bottom: 84px;
}
.section-content.sc-guide .section-title-container {
  padding-bottom: 10px;
  margin-bottom: 52px;
}

.guide-text-main {
  margin-bottom: 37px;
}
.guide-text-main p {
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
}

.guide-img-note {
  margin-bottom: 20px;
}

.guide-img-wrap-pc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.guide-img-wrap-pc figure {
  flex: 0 1 auto;
  width: calc((100% - 40px) / 3);
}
.guide-img-wrap-pc figure:nth-child(1), .guide-img-wrap-pc figure:nth-child(2) {
  width: calc((100% - 20px) / 2);
}

.guide-img-wrap-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .section-content.sc-guide {
    padding: 68px 30px 57px;
  }
  .section-content.sc-guide .section-title-container {
    padding-bottom: 8px;
    margin-bottom: 19px;
  }
  .guide-text-main {
    margin-bottom: 25px;
  }
  .guide-text-main p {
    font-size: 1.4rem;
    line-height: 2.85rem;
  }
  .guide-img-note {
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: right;
    margin-bottom: 26px;
  }
  .guide-img-wrap-pc {
    display: none;
  }
  .guide-img-wrap-sp {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
/* ---------------
  スタッフのご紹介
------------------ */
.section-content.sc-staff {
  padding-top: 85px;
  padding-bottom: 82px;
}
.section-content.sc-staff .section-title-container {
  padding-bottom: 10px;
  margin-bottom: 68px;
}

.staff-content-warp {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.staff-content {
  display: flex;
  padding-left: 52px;
  gap: 30px;
  justify-content: space-between;
}
.staff-content figure {
  flex: 0 0 auto;
  width: 260px;
}
.staff-content:not(:first-of-type) figure {
  padding-top: 9px;
}
.staff-content .staff-content-detail {
  flex: 0 1 auto;
  width: 596px;
}
.staff-content .staff-name {
  color: #51BBB1;
  font-weight: 700;
  margin-bottom: 25px;
}
.staff-content .staff-name .sub {
  font-size: 2rem;
  line-height: 4.3rem;
  letter-spacing: 0.5px;
}
.staff-content .staff-name .name {
  font-size: 2.4rem;
  line-height: 3.1rem;
  letter-spacing: 0.5px;
}
.staff-content .staff-description p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.staff-content .staff-description p:not(:last-of-type) {
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .section-content.sc-staff {
    padding: 60px 30px 75px;
  }
  .section-content.sc-staff .section-title-container {
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  .staff-content-warp {
    gap: 54px;
  }
  .staff-content {
    flex-direction: column;
    gap: 23px;
    padding: 0;
  }
  .staff-content:not(:last-of-type) {
    margin-bottom: 0;
  }
  .staff-content figure {
    width: 100%;
    padding: 0 50px;
    text-align: center;
  }
  .staff-content:not(:first-of-type) figure {
    padding-top: 0;
  }
  .staff-content .staff-content-detail {
    width: 100%;
  }
  .staff-content .staff-name {
    text-align: center;
    margin-bottom: 24px;
  }
  .staff-content .staff-name .sub {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .staff-content .staff-name .name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .staff-content .staff-description p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
/* ---------------
  個人情報保護方針について
------------------ */
.section-container.privacy-policy {
  background: #CEE9E7;
  padding-top: 80px;
  padding-bottom: 66px;
}

.privacy-policy-box {
  background: #fff;
  border-radius: 15px;
  padding: 39px 50px 23px;
}

.section-title-container-b {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #51BBB1;
  border-bottom: 1px solid #51BBB1;
  padding: 0 0 6px;
  margin-bottom: 19px;
}

.privacy-policy-warp {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #666666;
}
.privacy-policy-warp > p {
  margin-bottom: 2.3rem;
}

.privacy-policy-dl dt {
  color: #51BBB1;
}
.privacy-policy-dl dd {
  margin-bottom: 2.3rem;
}

.privacy-policy-list {
  padding-left: 1em;
}
.privacy-policy-list li::before {
  content: "・";
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .section-container.privacy-policy {
    padding-top: 66px;
    padding-bottom: 73px;
  }
  .section-content.sc-privacy-policy {
    padding-right: 30px;
    padding-left: 30px;
  }
  .privacy-policy-box {
    padding: 20px 21px 10px;
  }
  .section-title-container-b {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 17px;
    padding-bottom: 5px;
  }
  .privacy-policy-warp {
    font-size: 1rem;
    line-height: 1.9rem;
  }
  .privacy-policy-warp > p {
    margin-bottom: 1.9rem;
  }
  .privacy-policy-dl dd {
    margin-bottom: 1.9rem;
  }
}