@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Shippori+Mincho+B1:wght@600&display=swap");
.template-page {
  --semi-gold: #C3B9AD;
  --semi-gray: #7b7b7b;
  --gold: #B7AC98;
  --gray: #898989;
}
.template-page .page-banner.section-bg {
  background-image: url("../../../img/common/fv-pc.webp");
}
@media screen and (max-width: 767px) {
  .template-page .page-banner.section-bg {
    background-image: url("../../../img/common/fv-sp.webp");
  }
}
.template-page .page-main {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .template-page .page-main {
    padding-bottom: 0;
  }
}
.template-page .page-banner {
  height: 350px;
}
@media screen and (max-width: 767px) {
  .template-page .page-banner {
    height: 235px;
  }
}
.template-page .page-banner-des h4 {
  font-size: 52px;
  color: var(--semi-gold);
  letter-spacing: 0.04em;
  font-family: "Baskervville", serif;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .template-page .page-banner-des h4 {
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 8px;
  }
}
.template-page .page-banner-des h4::after {
  content: none;
}
.template-page .page-banner-des .page-banner-title {
  font-family: var(--font-jp-gothic);
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--semi-gray);
}
@media screen and (max-width: 767px) {
  .template-page .page-banner-des .page-banner-title {
    font-size: 13px;
  }
}
.template-page .clinic .clinic__inner {
  max-width: 1320px;
  margin: 160px auto;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .template-page .clinic .clinic__inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .template-page .clinic .clinic__inner {
    width: 90%;
    margin: 60px auto;
  }
}
.template-page .clinic .clinic__content {
  width: 100%;
}
.template-page .clinic ul li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .template-page .clinic ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.template-page .clinic ul li h2 {
  color: var(--gold);
  font-family: var(--font-jp-gothic);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  width: 35%;
  max-width: 400px;
  padding-left: 7%;
}
@media screen and (max-width: 767px) {
  .template-page .clinic ul li h2 {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
}
.template-page .clinic ul li p {
  font-size: 20px;
  font-family: var(--font-jp-gothic);
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--gray);
}
@media screen and (max-width: 767px) {
  .template-page .clinic ul li p {
    font-size: 14px;
  }
}
.template-page .clinic ul li p br {
  display: block;
  margin-top: 20px;
  content: "";
}
@media screen and (max-width: 767px) {
  .template-page .clinic ul li p br {
    margin-top: 12px;
  }
}
.template-page .privacy .privacy__inner,
.template-page .privacy .onlinerule__inner,
.template-page .onlinerule .privacy__inner,
.template-page .onlinerule .onlinerule__inner {
  max-width: 1320px;
  margin: 160px auto;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .template-page .privacy .privacy__inner,
  .template-page .privacy .onlinerule__inner,
  .template-page .onlinerule .privacy__inner,
  .template-page .onlinerule .onlinerule__inner {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .template-page .privacy .privacy__inner,
  .template-page .privacy .onlinerule__inner,
  .template-page .onlinerule .privacy__inner,
  .template-page .onlinerule .onlinerule__inner {
    margin: 30px auto 60px;
    width: 90%;
  }
}
.template-page .privacy p,
.template-page .onlinerule p {
  color: var(--gray);
  font-family: var(--font-jp-gothic);
  line-height: 2em;
  letter-spacing: 0.04em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .template-page .privacy p,
  .template-page .onlinerule p {
    word-wrap: break-word;
    line-height: 1.9em;
  }
}
.template-page .privacy h2,
.template-page .onlinerule h2 {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--font-jp-gothic);
  line-height: 1.2em;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-top: 50px;
  margin-bottom: 27px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .template-page .privacy h2,
  .template-page .onlinerule h2 {
    font-size: 16px;
    padding-left: 13px;
    margin-bottom: 15px;
    font-weight: 600 !important;
  }
}
.template-page .privacy h2::before,
.template-page .onlinerule h2::before {
  content: "";
  position: absolute;
  width: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--gold);
}
.template-page .privacy ul,
.template-page .onlinerule ul {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .template-page .privacy ul,
  .template-page .onlinerule ul {
    padding-left: 20px;
  }
}
.template-page .privacy ul li,
.template-page .onlinerule ul li {
  color: var(--gray);
  font-family: var(--font-jp-gothic);
  line-height: 2em;
  letter-spacing: 0.04em;
  font-size: 14px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .template-page .privacy ul li,
  .template-page .onlinerule ul li {
    line-height: 1.9em;
  }
}
@media screen and (max-width: 767px) {
  .template-page .onlinerule p br {
    display: block;
    margin-top: 15px;
    content: "";
  }
}
.template-page .consent .consent__inner {
  padding: 0 30px;
  max-width: unset;
  margin: 130px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner {
    margin: 40px auto 60px;
  }
}
.template-page .consent .consent__inner .consent__content {
  width: 100%;
  max-width: 1320px;
}
.template-page .consent .consent__inner .consent__content .consent__content__card {
  box-shadow: rgba(0, 0, 0, 0.15) 7px 7px 16px;
  width: 100%;
  border-radius: 20px;
  padding: 44px 67px 55px;
}
.template-page .consent .consent__inner .consent__content .consent__content__card .horizontal-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner .consent__content .consent__content__card {
    padding: 40px 15px 35px;
  }
}
.template-page .consent .consent__inner .consent__content .consent__content__card h3 {
  font-weight: 600;
  font-family: var(--font-jp-gothic);
  color: var(--semi-gold);
  letter-spacing: 0.2em;
  line-height: 1em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner .consent__content .consent__content__card h3 {
    font-size: 18px;
  }
}
.template-page .consent .consent__inner .consent__content .consent__content__card p {
  line-height: 2em;
  font-size: 14px;
  font-family: var(--font-jp-gothic);
  color: var(--gray);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner .consent__content .consent__content__card p.text-left-sp {
    text-align: left;
  }
}
.template-page .consent .consent__inner .consent__content .consent__content__card hr {
  border-top: 1px solid var(--gold);
  margin: 28px 0 45px;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner .consent__content .consent__content__card hr {
    margin: 20px 0 25px;
  }
}
.template-page .consent .consent__inner .consent__content .consent__content__card a {
  background: linear-gradient(to right, #D7CCB8 0%, #B7AC98 100%);
  padding: 25px 145px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 0.9em;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-top: 34px;
  box-shadow: rgba(0, 0, 0, 0.15) 7px 7px 16px;
}
@media screen and (max-width: 767px) {
  .template-page .consent .consent__inner .consent__content .consent__content__card a {
    width: 90%;
    padding: 22px 0;
    font-size: 14px;
  }
}
.template-page .contact {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .template-page .contact {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .template-page .contact .container {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
.template-page .contact .contact-form .button-text-3 {
  padding: 0px 20px 5px 10px;
  color: var(--gold);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .template-page .contact .contact-form .button-text-3 {
    font-size: 13px;
  }
}
.template-page .contact .contact-form .button-text-3::before {
  content: none;
}
.template-page .contact .contact-form .button-text-3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../../img/common/vec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
}
.template-page .contact .contact-form .ct-form-box p label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: var(--gray);
  letter-spacing: 0.04em;
  line-height: 2em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .template-page .contact .contact-form .ct-form-box p label {
    font-size: 16px;
  }
}
.template-page .contact .contact-form .ct-form-box p label textarea,
.template-page .contact .contact-form .ct-form-box p label input {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .template-page .contact .contact-form .ct-form-box p label textarea,
  .template-page .contact .contact-form .ct-form-box p label input {
    font-size: 14px;
  }
}
.template-page .contact .contact-form .ct-form-box p label textarea::placeholder,
.template-page .contact .contact-form .ct-form-box p label input::placeholder {
  color: #d9d9d9;
}
.template-page .contact .contact-form .ct-form-box .form-btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .template-page .contact .contact-form .ct-form-box .form-btn > p {
    width: 100%;
    text-align: center;
  }
}
.template-page .contact .contact-form .ct-form-box .form-btn input[type=submit] {
  border: none;
  background: linear-gradient(to right, #D7CCB8 0%, #B7AC98 100%);
  padding: 25px 145px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 0.9em;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-top: 34px;
  box-shadow: rgba(0, 0, 0, 0.15) 7px 7px 16px;
  font-weight: 300;
}
.template-page .contact .contact-form .ct-form-box .form-btn input[type=submit]:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .template-page .contact .contact-form .ct-form-box .form-btn input[type=submit] {
    width: 90%;
    padding: 22px 0;
    font-size: 14px;
  }
}
.template-page .article {
  padding: 160px 0 130px;
}
@media screen and (max-width: 767px) {
  .template-page .article {
    padding: 60px 0 80px;
  }
}
.template-page .article container {
  max-width: 1320px;
}
.template-page .article .artcle-subtitle {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4em;
  color: var(--gold);
  width: 100%;
  border: 1px solid var(--gold);
  border-left: unset;
  border-right: unset;
  padding: 50px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .template-page .article .artcle-subtitle {
    font-size: 17px;
    padding: 15px 5px;
    margin-bottom: 20px;
  }
}
.template-page .article .artcle-subtitle.title-2-spaces {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .template-page .article .artcle-subtitle.title-2-spaces {
    margin-top: 80px;
  }
}
.template-page .article .article-item-wrap {
  max-width: 1320px;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .template-page .article .article-item-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.template-page .article .article-item-wrap .article-item .article-item-img {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  .template-page .article .article-item-wrap .article-item .article-item-img {
    height: 200px;
    padding: 35px;
  }
}
.template-page .article .article-item-wrap .article-item .article-item-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-family: var(--font-jp-gothic);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .template-page .article .article-item-wrap .article-item .article-item-title {
    font-size: 19px;
  }
}
.template-page .article .article-item-wrap .article-item .article-item-title a {
  color: var(--gold);
}
.template-page .article .article-item-wrap .article-item .desc p {
  font-family: var(--font-jp-gothic);
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 0.04em;
  color: var(--gray);
}
.template-page .article .article-item-wrap .article-item .desc p a {
  color: var(--gold);
}
.template-page .on-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .template-page .on-pc {
    display: none;
  }
}
.template-page .on-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .template-page .on-sp {
    display: block;
  }
}

/*# sourceMappingURL=common.css.map */
