@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  position: relative;
  font-style: normal;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

span {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1365px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html p {
    font-weight: 600 !important;
  }
}

body {
  background: #F8F6F4;
}
body.js-sticky {
  overflow-y: hidden;
}

h4 span {
  color: #8B476F;
  font-size: 0.9375rem;
  margin-left: 1rem;
}

h5 {
  position: relative;
  padding-left: 1.5rem;
  color: #4E453D;
  margin-block: 0.5rem;
}
h5::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  border-radius: 100vw;
  width: 0.9375rem;
  height: 0.9375rem;
}

.c-section__title {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #4E453D;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.c-section__title--en {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #867958;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-section__title--en {
    margin-top: 0.25rem;
  }
}

.c-title--borderLeft {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1.25rem;
  color: #4E453D;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-title--borderLeft {
    font-size: 1.125rem;
    padding-left: 0.75rem;
  }
}
.c-title--borderLeft::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  height: 2.5rem;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-title--borderLeft::before {
    height: 1.75rem;
  }
}

.c-btn {
  display: block;
  background: #867958;
  border: 0.0625rem solid #867958;
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 15rem;
  text-align: center;
  padding-block: 0.8125rem;
  border-radius: 100vw;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #867958;
    background: #fff;
  }
}
.c-btn--purple {
  background: #8B476F;
  border: 0.125rem solid #8B476F;
}
@media screen and (max-width: 767px) {
  .c-btn--purple {
    width: 100%;
    padding-block: 1.09375rem;
  }
}
@media (any-hover: hover) {
  .c-btn--purple:hover {
    color: #8B476F;
    background: #fff;
  }
}
.c-btn--borderPurple {
  border: 0.125rem solid #8B476F;
  background: #fff;
  color: #8B476F;
}
@media screen and (max-width: 767px) {
  .c-btn--borderPurple {
    width: 100%;
    padding-block: 1.09375rem;
  }
}
@media (any-hover: hover) {
  .c-btn--borderPurple:hover {
    color: #fff;
    background: #8B476F;
  }
}
.c-btn--footer {
  width: 25rem;
  padding-block: 1.09375rem !important;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn--footer {
    width: 100%;
  }
}

.c-flexBtn {
  display: flex;
  gap: 0.125rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-flexBtn {
    flex-direction: column;
    padding-inline: 1rem;
  }
}

.c-flexBtn__link {
  max-width: 38.6875rem;
  width: 100%;
  height: 100%;
}
.c-flexBtn__link a {
  display: block;
  max-width: 38.6875rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-flexBtn__link a svg {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6875rem;
  border-radius: 100vw;
  transition: all 0.3s ease;
  width: 5.125rem;
  height: 5.125rem;
}
@media screen and (max-width: 767px) {
  .c-flexBtn__link a svg {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.c-flexBtn__link a svg text {
  fill: #fff;
}
.c-flexBtn__link a .c-flexBtn__textBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.625rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .c-flexBtn__link a .c-flexBtn__textBox {
    left: 1.5rem;
  }
}
.c-flexBtn__link a .c-flexBtn__textBox p {
  margin-top: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-flexBtn__link a .c-flexBtn__textBox p {
    font-size: 0.9375rem;
  }
}
.c-flexBtn__link a .c-flexBtn__title {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-flexBtn__link a .c-flexBtn__title {
    font-size: 1.5rem;
  }
}
.c-flexBtn__link a img {
  max-width: 38.6875rem;
  width: 100%;
}
@media (any-hover: hover) {
  .c-flexBtn__link a:hover svg {
    background: #fff;
    stroke: #867958;
  }
  .c-flexBtn__link a:hover svg text {
    fill: #867958;
  }
}

.c-fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #8B476F;
  z-index: 10;
}
.c-fixedBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding-block: 1.1875rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.c-fixedBtn__img {
  width: 1.5rem;
  object-fit: contain;
}

.wpcf7-submit {
  display: block;
  width: 25rem;
  padding-block: 0.8125rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #8B476F;
  border: 0.125rem solid #8B476F;
  border-radius: 100vw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    width: 100%;
    padding-block: 1.09375rem;
  }
}
@media (any-hover: hover) {
  .wpcf7-submit:hover {
    background: #fff;
    color: #8B476F;
  }
}

.c-label {
  background: #867958;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 1.25rem;
  }
}
.c-label--64 {
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .c-label--64 {
    height: 3.125rem;
  }
}
.c-label--section {
  place-items: baseline;
  padding-block: 0.53125rem;
  padding-left: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-label--section {
    padding-block: 0.325rem;
    padding-left: 1rem;
    font-size: 1.125rem;
  }
}

.c-menu__list__wrapper {
  background: #fff;
  padding: 3rem 3rem 5rem 5.5625rem;
}
@media screen and (max-width: 767px) {
  .c-menu__list__wrapper {
    padding: 0.875rem 1rem;
    font-weight: 600;
  }
}

.c-menu__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.0625rem;
  row-gap: 4.28125rem;
}
@media screen and (max-width: 767px) {
  .c-menu__items {
    background: #FFFFFF;
    gap: 0;
  }
}

.c-menu__items__section {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section {
    background: #F3EFE9;
  }
  .c-menu__items__section:not(:first-child) {
    margin-top: 1.125rem;
  }
}

.c-menu__list {
  padding-top: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-menu__list {
    padding-inline: 1.09375rem;
    padding-block: 1.25rem 1.5rem;
    overflow: hidden;
    transition: height 0.3s ease;
    padding-block: 0;
  }
}

.c-menu__items__section__title {
  background: #EDE9E2;
  color: #867958;
  font-size: 1.5rem;
  border-bottom: 0.125rem solid #867958;
  font-family: "Noto Serif JP", serif;
  padding-block: 0.375rem;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title {
    border-bottom: none;
    background: transparent;
    padding-block: 1.59375rem 1.5rem;
    padding-left: 5.28125rem;
    font-size: 1.25rem;
    cursor: pointer;
  }
}
.c-menu__items__section__title__icon {
  position: relative;
}
.c-menu__items__section__title__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: url(../img/menu/icon--section__title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title__icon::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 2.25rem;
  }
}
.c-menu__items__section__title__icon02 {
  position: relative;
}
.c-menu__items__section__title__icon02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: url(../img/menu/icon--section__title02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title__icon02::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 2.25rem;
  }
}
.c-menu__items__section__title__icon03 {
  position: relative;
}
.c-menu__items__section__title__icon03::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: url(../img/menu/icon--section__title3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title__icon03::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 2.25rem;
  }
}
.c-menu__items__section__title__icon04 {
  position: relative;
}
.c-menu__items__section__title__icon04::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  width: 4.4375rem;
  height: 4.4375rem;
  background: url(../img/menu/icon--section__title4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title__icon04::before {
    width: 3.5rem;
    height: 3.5rem;
    left: 1rem;
    top: 2.25rem;
  }
}
.c-menu__items__section__title::after {
  content: "";
  position: absolute;
  background: url(../img/menu/arrow-above.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.375rem;
  right: 1.5rem;
  top: 44%;
  display: none;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .c-menu__items__section__title::after {
    display: block;
  }
}
.c-menu__items__section__title.js-accordionOpen::after {
  top: 50%;
  transform: translateY(-50%);
  rotate: 0deg;
}

.c-menu__item {
  width: 13.125rem;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-menu__item {
    width: 100%;
  }
}
.c-menu__item a {
  display: block;
  border-bottom: 0.0625rem solid #867958;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-block: 0.625rem;
  padding-right: 0.5rem;
  color: #4E453D;
}
@media screen and (max-width: 767px) {
  .c-menu__item a {
    font-size: 0.9375rem;
    font-weight: 600;
  }
}
.c-menu__item::before {
  content: "";
  position: absolute;
  background: url(../img/menu/menu__item__icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.275rem;
  height: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (any-hover: hover) {
  .c-menu__item:hover {
    opacity: 0.5;
  }
}

/* 開いた状態のリスト用のクラス（高さはJSで動的に設定） */
.c-menu__list.js-open {
  /* 高さはJavaScriptで動的に設定されるので、ここでは何も指定しない */
}
@media screen and (max-width: 767px) {
  .c-menu__list.js-open {
    padding-bottom: 1.5rem;
  }
}

/* PCではアコーディオン解除（常に表示） */
@media screen and (min-width: 769px) {
  .c-menu__list {
    height: auto !important;
    overflow: visible;
  }
}
.c-text--gothic {
  font-size: 0.75rem;
  font-size: 1rem;
  color: #4E453D;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-text--gothic {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    font-weight: 600;
  }
}

.c-aside {
  width: 18.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-aside {
    display: none;
  }
}

.c-label--aside {
  font-size: 1.25rem;
  height: 3rem;
}

.c-aside__list {
  margin-top: 1rem;
}

.c-aside__item:not(:first-child) {
  margin-top: 1.5rem;
}
.c-aside__item:last-child .c-aside__item__title {
  background: #867958;
  color: #fff;
  text-align: center;
  padding-left: 0;
}

.c-aside__item__title {
  background: #EDE9E2;
  padding-block: 0.5625rem;
  font-size: 1.25rem;
  color: #867958;
  padding-left: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-aside__item__title::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #867958;
}

.c-aside__subList {
  margin-top: 0.125rem;
}

.c-aside__subItem a {
  display: block;
  padding-block: 0.65rem;
  color: #4E453D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: opacity 0.3s ease;
  border-bottom: 0.0625rem solid #4E453D;
  line-height: 1.5rem;
  position: relative;
}
.c-aside__subItem a::before {
  content: "";
  position: absolute;
  background: url(../img/menu/menu__item__icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.375rem;
  height: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (any-hover: hover) {
  .c-aside__subItem a:hover {
    opacity: 0.5;
  }
}

.c-table__list {
  color: #4E453D;
}

.c-table__item {
  display: flex;
  text-align: center;
  border-top: 0.0625rem solid #DBD6C9;
  border-left: 0.0625rem solid #DBD6C9;
  border-right: 0.0625rem solid #DBD6C9;
  line-height: 2rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table__item {
    font-size: 0.9375rem;
  }
}
.c-table__item:last-child {
  border-bottom: 0.0625rem solid #DBD6C9;
}
@media screen and (max-width: 767px) {
  .c-table__item {
    flex-direction: column;
  }
}

.c-table__item__title {
  flex: 1;
  padding-block: 0.5rem;
  background: #EDE9E2;
}
@media screen and (max-width: 767px) {
  .c-table__item__title {
    font-weight: 600;
  }
}

.c-table__item__content {
  flex: 1;
  padding-block: 0.5rem;
  color: #4E453D;
}
@media screen and (max-width: 767px) {
  .c-table__item__content {
    font-weight: 600;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 100;
  background: rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}
.p-header.js-scroll {
  transform: translateY(-100%);
}

.p-header__item a {
  transition: all 0.3s ease;
  border-bottom: 0.0625rem solid rgba(139, 71, 111, 0);
}
@media (any-hover: hover) {
  .p-header__item a:hover {
    color: #8B476F;
    border-bottom: 0.0625rem solid rgb(139, 71, 111);
  }
}

.p-header--secondary {
  background: #EDE9E2;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.p-header--secondary .p-drawer__list {
  padding-top: 2rem !important;
}
.p-header--secondary.js-secondary-scroll {
  opacity: 1;
  visibility: visible;
}
.p-header--secondary .p-header__list:nth-child(2) .p-header__item::before {
  background: #4E453D !important;
}
.p-header--secondary .p-header__item a {
  color: #4E453D;
  transition: all 0.3s ease;
  border-bottom: 0.0625rem solid rgba(139, 71, 111, 0);
}
@media (any-hover: hover) {
  .p-header--secondary .p-header__item a:hover {
    color: #8B476F;
    border-bottom: 0.0625rem solid rgb(139, 71, 111);
  }
}

.p-header__inner {
  padding-left: 1.5rem;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 1rem;
  }
}

.p-header__logo {
  display: block;
  max-width: 14.8125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 8.875rem;
  }
}

.p-header__nav {
  margin-left: auto;
  padding-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
}
.p-header__list:nth-child(1) {
  gap: 2rem;
  justify-content: right;
}
.p-header__list:nth-child(1) .p-header__item::before {
  content: "";
  position: absolute;
  background: url(../img/header/triangle--purple.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5625rem;
  height: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}
.p-header__list:nth-child(2) {
  margin-top: 0.875rem;
  gap: 1.75rem;
}
.p-header__list:nth-child(2) .p-header__item::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 0.0625rem;
  height: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}

.p-header__item {
  position: relative;
}
.p-header__item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
}

.p-header__reserve__btn {
  width: 10.9375rem;
  height: 6rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__reserve__btn {
    display: none;
  }
}
.p-header__reserve__btn a {
  background: #8B476F;
  display: grid;
  place-items: center;
  padding-inline: 2.125rem;
  padding-bottom: 0.25rem;
  height: inherit;
}
.p-header__reserve__btn a img {
  object-fit: contain;
  width: 6.6875rem;
  height: 5.5rem;
}

.p-drawer {
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 1.3125rem;
  border-radius: 100vw;
  width: 2.8125rem;
  height: 2.8125rem;
  z-index: 102;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__bars {
  height: 2.8125rem;
  position: relative;
}
.p-drawer__bar {
  width: 2.25rem;
  height: 0.21875rem;
  background: #fff;
  border-radius: 100vw;
  position: absolute;
  transition: all 0.3s ease;
}
.p-drawer__bar:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__bar:nth-child(1).js-drawerOpen {
  rotate: 45deg;
  transition: all 0.3s ease;
  background: #4E453D;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -0.3rem;
}
.p-drawer__bar:nth-child(2) {
  top: 0.54375rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__bar:nth-child(2).js-drawerOpen {
  opacity: 0;
  transition: all 0.3s ease;
}
.p-drawer__bar:nth-child(3) {
  top: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-drawer__bar:nth-child(3).js-drawerOpen {
  rotate: -45deg;
  transition: all 0.3s ease;
  background: #4E453D;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -0.3rem;
}
.p-drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  background: #F8F7F4;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100dvh;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.p-drawer__content.js-drawerOpen {
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 101;
  visibility: visible;
}
.p-drawer__item {
  position: relative;
}
.p-drawer__item:last-child a {
  border-top: 0.0635rem solid #000;
}
.p-drawer__item a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1rem;
  padding-block: 1.25rem 0.5rem;
  border-bottom: 0.0635rem solid #000;
}
.p-drawer__item a span {
  font-size: 0.625rem;
  display: block;
  margin-left: 1.25rem;
  position: relative;
}
.p-drawer__item a span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
  background: #000;
  width: 0.3125rem;
  height: 0.0625rem;
}
.p-drawer__item a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  background: #000;
  width: 0.3125rem;
  height: 0.0625rem;
}

.drawer__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.drawer__text.js-drawerOpen {
  color: #4E453D;
}

.p-drawer__list {
  padding-top: 2rem;
  padding-inline: 1rem;
  margin-top: 3.75rem;
}
.p-drawer__list.js-drawerOpen {
  margin-top: 3.75rem;
  padding-top: 5rem;
}

.p-drawer__header {
  padding-left: 1rem;
  background: #EDE9E2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.p-drawer__header__logo {
  width: 8.875rem;
}

.p-drawer--secondary .drawer__text {
  color: #4E453D;
}
.p-drawer--secondary .p-drawer__bar {
  background: #4E453D;
}

.p-drawer__item__title {
  font-size: 1.0625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4E453D;
}

.p-drawer__subItem a {
  display: block;
  font-size: 0.9375rem;
  color: #4E453D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 0.625rem;
  padding-top: 1rem;
  border: none;
  position: relative;
}
.p-drawer__subItem a::before {
  content: "";
  position: absolute;
  background: url(../img/header/triangle--purple.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.25rem;
  left: 0;
  width: 0.5625rem;
  height: 0.5rem;
}

.p-drawer__content__imstagram {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1.25rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
  display: block;
}

.p-footer {
  background: url(../img/footer/footer__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-footer {
    background: url(../img/footer/footer__bg--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-footer__inner {
  padding-block: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 2.25rem 5rem;
    padding-inline: 1rem;
  }
}

.p-footer__list {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    width: 100%;
  }
}
.p-footer__item a {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 0.9375rem;
    width: 100%;
    line-height: 1.875rem;
    padding-bottom: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-footer__item a:hover {
    transition: all 0.5s ease;
    border-bottom: 0.0625rem solid rgb(255, 255, 255);
  }
}

.p-footer__sub__item {
  margin-top: 0.5rem;
}
.p-footer__sub__item a {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  margin-left: 0.625rem;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0);
}
.p-footer__sub__item a::before {
  content: "";
  position: absolute;
  background: url(../img/footer/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.375rem;
  height: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -0.625rem;
}
@media (any-hover: hover) {
  .p-footer__sub__item a:hover {
    transition: all 0.5s ease;
    border-bottom: 0.0625rem solid rgb(255, 255, 255);
  }
}

.p-footer__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__instagram {
    justify-content: left;
    gap: 1rem;
  }
}
.p-footer__instagram img {
  width: 1.875rem;
  height: 1.875rem;
}
.p-footer__instagram p {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top__mv__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__mv__inner {
    padding-inline: 1rem;
  }
}

.p-top__mv__titleBox {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-block: 17.1875rem 13.25rem;
  padding-left: 8.875rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top__mv__titleBox {
    padding-left: 0;
    padding-block: 15.6875rem 1.25rem;
  }
}
.p-top__mv__titleBox h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv__titleBox h1 {
    font-size: 1.875rem;
    line-height: 3rem;
  }
}
.p-top__mv__titleBox p {
  font-weight: 500;
  margin-top: 2.25rem;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv__titleBox p {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

.p-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-slide::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-slide img {
  height: 100%;
  object-fit: cover;
}

.p-top__mv__btnBox {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__mv__btnBox {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 3rem;
  }
}

.p-top__mv__btn a {
  color: #fff;
  border: 0.0625rem solid #fff;
  padding-block: 0.34375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  border-radius: 100vw;
  padding-inline: 1.18375rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.p-top__mv__btn a img {
  width: 0.625rem;
  height: 0.375rem;
  object-fit: contain;
}

.p-top__mv__news {
  position: absolute;
  bottom: 2.5rem;
  right: 1.5rem;
  background: #fff;
  border-radius: 100vw;
  z-index: 3;
}

.p-top__mv__news__item {
  display: flex;
  align-items: center;
  padding: 0.5625rem 2.5rem 0.5rem 1.75rem;
}

.p-top__mv__news__label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #867958;
}

.p-top__mv__news__title {
  margin-left: 1.875rem;
  position: relative;
}
.p-top__mv__news__title::before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 0.0625rem;
  height: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.1875rem;
}

.p-top__mv__news__time {
  display: block;
  margin-left: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #867958;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.slick-list,
.slick-track {
  height: 100%;
}

/* スライダー内の画像の設定 */
.slick-slide img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

/* ズームインのアニメーション */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
/* スライドにズームアニメーションを追加 */
.add-animation {
  animation: zoomUp 10s linear infinite; /* 10秒間でズームイン */
}

/* アニメーションを外すためのクラス */
.remove-animation img {
  animation: none; /* アニメーションを無効化 */
}

/* slickのactive時にズーム */
.slick-active .slide img {
  transform: scale(1.1);
}

.p-top__campaign__inner {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__inner {
    padding-inline: 1rem;
    padding-block: 3rem;
  }
}

.p-top__campaign__titleBox {
  text-align: center;
}

.p-top__campaign__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.1875rem;
  max-width: 77.375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__list {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-top__campaign__item {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__campaign__item:hover {
    opacity: 0.7;
  }
}

.p-top__campaign__item__thumbnail {
  width: 25rem;
  height: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__item__thumbnail {
    width: 100%;
  }
}
.p-top__campaign__item__thumbnail img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.p-top__campaign__item__title {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__item__title {
    margin-top: 0.5rem;
  }
}

.p-top__campaign__item__time {
  display: block;
  font-size: 1rem;
  margin-top: 0.625rem;
  color: #867958;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__item__time {
    margin-top: 0.375rem;
  }
}

.p-top__campaign__btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top__campaign__btn {
    margin-top: 1.5rem;
  }
}

.p-top__news {
  background: #EDE9E2;
}

.p-top__news__inner {
  padding-block: 2.5rem;
  padding-inline: 1rem;
}

.p-top__news__list {
  margin-top: 1.25rem;
  border-bottom: 0.0625rem solid #DBD6C9;
}

.p-top__news__item a {
  padding-block: 0.8125rem 0.75rem;
  display: block;
  border-top: 0.0625rem solid #DBD6C9;
}

.p-top__news__text {
  margin-top: 0.625rem;
}

.p-top__news__item__time {
  display: block;
  color: #867958;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top__about {
  background: #EDE9E2;
}
@media screen and (max-width: 767px) {
  .p-top__about .p-top__about__titleBox {
    order: -1;
    text-align: center;
  }
}

.p-top__about__inner {
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__inner {
    padding-inline: 0;
    padding-block: 3rem;
  }
}

.p-top__about__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__about__content {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-top__about__bg {
    width: 100%;
    margin-top: 1.125rem;
  }
}
.p-top__about__bg img {
  object-fit: cover;
  max-width: 100%;
}

.p-top__about__textBox {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top__about__textBox {
    display: contents;
  }
}

.p-top__about__text {
  margin-top: 2rem;
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.3125rem;
  color: #4E453D;
}
@media screen and (max-width: 767px) {
  .p-top__about__text {
    padding-inline: 1rem;
    font-size: 0.9375rem;
    text-align: center;
    font-weight: 600;
  }
}

.p-top__about__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__about__btn {
    margin-top: 1.5rem;
  }
}

.p-top__menu__inner {
  padding-block: 7.875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__menu__inner {
    padding-block: 4rem 3rem;
    padding-inline: 1rem;
  }
}

.p-top__menu__titleBox {
  text-align: center;
  position: relative;
}
.p-top__menu__titleBox span {
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 2.5rem;
  background: #867958;
  top: -2.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-top__menu__content {
  margin-top: 2.5rem;
  max-width: 67.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__menu__content {
    margin-top: 1.25rem;
  }
}

.p-top__menu__content__wrapper {
  background: #fff;
}

.p-top__menu__content__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top__menu__content__wrapper {
    gap: 1rem;
    flex-direction: column;
    padding-inline: 0.9375rem;
    padding-block: 1rem 1.25rem;
  }
}

.p-top__menu__content__img {
  flex-shrink: 0;
  width: 27.375rem;
  height: 19.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top__menu__content__img {
    width: 100%;
    height: 14.4375rem;
  }
}
.p-top__menu__content__img img {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-top__menu__content__img img {
    border-radius: 0.375rem;
  }
}

.p-top__menu__nutrition__title {
  color: #4E453D;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-top__menu__nutrition__title {
    display: none;
  }
}

.p-top__menu__nutrition__text {
  margin-top: 2rem;
  line-height: 2rem;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4E453D;
}
@media screen and (max-width: 767px) {
  .p-top__menu__nutrition__text {
    margin-top: 0;
    font-weight: 600;
  }
}

.p-top__menu__nutrition__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__menu__nutrition__btn {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
}

.p-menu__items__section::after {
  content: "";
  rotate: 0deg;
}
.p-menu__items__section.js-accordionOpen::after {
  top: 50%;
  transform: translateY(-50%);
  rotate: 180deg;
}

.p-top__nursery {
  background: #EDE9E2;
}

.p-top__nursery__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__nursery__inner {
    flex-direction: column;
    padding-inline: 1rem;
    padding-block: 3.125rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__nursery__img {
    width: 100%;
    height: 15.5625rem;
    order: -1;
    margin-top: 1.125rem;
  }
}
.p-top__nursery__img img {
  object-fit: cover;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top__nursery__titleBox {
    order: -2;
    text-align: center;
  }
}

.p-top__nursery__textBox {
  padding-left: 8.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top__nursery__textBox {
    display: contents;
    padding-left: 0;
  }
}

.p-top__nursery__text {
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.3125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__nursery__text {
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.875rem;
  }
}

.p-top__nursery__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__nursery__btn {
    margin-top: 1.5rem;
  }
}

.p-access {
  background: #EDE9E2;
}

.p-access__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.0625rem;
  padding-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    flex-direction: column;
    padding-inline: 1rem;
    gap: 0;
    align-items: stretch;
    padding-block: 1.5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-access__content {
    display: contents;
  }
}

.p-access__logo {
  width: 21.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-access__logo {
    width: 17.1875rem;
    margin-inline: auto;
  }
}
.p-access__logo img {
  object-fit: contain;
}

.p-access__text {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 2rem;
  color: #4E453D;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    text-align: center;
  }
}

.p-access__btn:nth-child(3) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__btn:nth-child(3) {
    order: 1;
  }
}
.p-access__btn:nth-child(4) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-access__btn:nth-child(4) {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 0.75rem;
  }
}
.p-access__map iframe {
  max-width: 38.6875rem;
  height: 23.8125rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    width: 100%;
    max-width: 100%;
    height: 13.0625rem;
  }
}

.p-page__mv {
  margin-top: 6.25rem;
  position: relative;
}
.p-page__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.p-page__mv--about {
  background: url(../img/about/mv-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--about {
    background: url(../img/about/mv-about--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--nursery {
  background: url(../img/nursery/mv-nursery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--nursery {
    background: url(../img/nursery/mv-nursery--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--faq {
  background: url(../img/faq/mv-faq.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--faq {
    background: url(../img/faq/mv-faq--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--menu {
  background: url(../img/menu/mv-menu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--menu {
    background: url(../img/menu/mv-menu--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--campaign {
  background: url(../img/campaign/mv-campaign.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--campaign {
    background: url(../img/campaign/mv-campaign--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--contact {
  background: url(../img/contact/mv-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--contact {
    background: url(../img/contact/mv-contact--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--case {
  background: url(../img/case/mv-case.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--case {
    background: url(../img/case/mv-case--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--news {
  background: url(../img/news/mv-news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--news {
    background: url(../img/news/mv-news--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--beginner {
  background: url(../img/beginner/mv-beginner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-page__mv--nutrition {
  background: url(../img/nutrition/mv-nutrition.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--nutrition {
    background: url(../img/nutrition/mv-nutrition--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--botox {
  background: url(../img/botox/mv-botox.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--botox {
    background: url(../img/botox/mv-botox--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-page__mv--gi-map {
  background: url(../img/gi-map/mv-gi-map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-page__mv--gi-map {
    background: url(../img/gi-map/mv-gi-map--sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-page__mv {
    margin-top: 3.75rem;
  }
}

.p-page__mv__inner {
  padding-block: 8.75rem 8.625rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page__mv__inner {
    padding-block: 4rem;
  }
}

.p-page__mv__title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__mv__title {
    font-size: 1.5rem;
  }
}

.p-page__mv__title--en {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-page__mv__title--en {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.p-container {
  margin-top: 2.25rem;
  max-width: 77.375rem;
  margin-inline: auto;
}

.p-container__inner {
  display: flex;
  align-items: start;
  gap: 4rem;
  justify-content: center;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-container__inner {
    padding-inline: 1rem;
    padding-bottom: 3rem;
  }
}

.p-page__content__img {
  width: 100%;
}

.p-page__content__title--en {
  font-family: "Noto Serif JP", serif !important;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  color: #867958 !important;
}
@media screen and (max-width: 767px) {
  .p-page__content__title--en {
    font-size: 0.875rem;
  }
}

.p-page__content__title {
  margin-top: 0.75rem;
  font-size: 2rem;
  color: #4E453D;
  line-height: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page__content__title {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 0.625rem;
  }
}

.p-page__content__img {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-page__content__img {
    margin-top: 0.75rem;
    height: 12.125rem;
  }
}
.p-page__content__img img {
  object-fit: cover;
}

.p-flexBtn {
  padding-block: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-flexBtn {
    padding-block: 2.25rem;
  }
}

.p-about__content__text {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__content__text {
    margin-top: 1.5rem;
  }
}

.p-about__doctor {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__doctor {
    margin-top: 3rem;
  }
}

.p-about__doctor__flex {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-about__doctor__img {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__img {
    width: 100%;
  }
}

.p-about__doctor__name {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #4E453D;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: baseline;
  gap: 0.5625rem;
  padding-bottom: 0.53125rem;
  border-bottom: 0.125rem dotted #707070;
  width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__name {
    font-size: 0.9375rem;
    font-weight: 500;
  }
}
.p-about__doctor__name span {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
}

.p-about__doctor__policy {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #4E453D;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__policy {
    line-height: 2.5rem;
  }
}

.p-about__doctor__message {
  margin-top: 1.5625rem;
  line-height: 2rem !important;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__message {
    margin-top: 1rem;
  }
}

.p-about__doctor__carrer {
  margin-top: 2.5rem;
}
.p-about__doctor__carrer ul {
  margin-top: 1rem;
}

.p-about__doctor__qualification {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__doctor__qualification {
    margin-top: 1.25rem;
  }
}
.p-about__doctor__qualification p {
  margin-top: 1rem;
}

.p-about__doctor__item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-about__clinic {
  margin-top: 4rem;
}

.p-about__table {
  margin-top: 1.6875rem;
}

.p-about__access {
  margin-top: 3.875rem;
}

.p-about__access__content {
  margin-top: 1.5rem;
  display: flex;
  align-items: start;
  gap: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about__access__content {
    flex-direction: column;
    gap: 0;
  }
}

.p-about__access__textBox__item:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__access__textBox__item:nth-child(1) {
    order: -2;
  }
}

.p-about__access__textBox {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__access__textBox {
    display: contents;
  }
}
.p-about__access__textBox p {
  margin-top: 0.625rem;
}

.p-about__access__label {
  position: relative;
  padding-left: 1.5rem;
  color: #4E453D;
  margin-block: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
}
.p-about__access__label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  border-radius: 100vw;
  width: 0.9375rem;
  height: 0.9375rem;
}

.p-about__access__map {
  width: 27.3125rem;
  height: 19.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about__access__map {
    width: 100%;
    order: -1;
    margin-top: 1.125rem;
  }
}
.p-about__access__map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-about__table {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    margin-top: 1.125rem;
  }
}

.p-nursery__info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-nursery__info {
    margin-top: 3rem;
  }
}

.p-nursery__imgBox {
  display: flex;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-nursery__imgBox {
    flex-direction: column;
    gap: 0.375rem;
  }
}

.p-nursery__info__img {
  width: 27.3125rem;
}
@media screen and (max-width: 767px) {
  .p-nursery__info__img {
    width: 100%;
  }
}

.p-nursery__table {
  margin-top: 1.6875rem;
}

.p-nursery__precautions {
  margin-top: 2.5rem;
}

.p-nursery__precautions__text {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #8B476F;
  line-height: 2rem;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-nursery__precautions__text {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

.p-nursery__precautions__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-nursery__precautions__btn {
    margin-top: 1.5rem;
  }
}

.p-accordion__item {
  width: 54.625rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__item {
    width: 100%;
  }
}
.p-accordion__item:not(:first-child) {
  margin-top: 20px;
}

.p-accordion__head {
  cursor: pointer;
  background: #fff;
  padding-block: 1.53125rem;
  padding-inline: 6.4375rem 3rem;
  transition: all 0.5s ease;
  position: relative;
  line-height: 2rem;
  color: #4E453D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-accordion__head {
    padding-inline: 2.4375rem 2.125rem;
    padding-block: 1.1875rem;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}
.p-accordion__head::before {
  content: "";
  position: absolute;
  background: url(../img/faq/icon-q.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.9375rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head::before {
    width: 1.1875rem;
    height: 1.1875rem;
    left: 0.75rem;
    display: flex;
    align-items: center;
  }
}
.p-accordion__head::after {
  content: "";
  position: absolute;
  background: url(../img/menu/arrow-above.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3.625rem;
  rotate: 180deg;
  margin-top: -0.5rem;
  transition: margin 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-accordion__head::after {
    right: 1rem;
    width: 0.625rem;
    height: 0.375rem;
  }
}

.p-accordion__head.is-open::after {
  rotate: 0deg;
  margin: 0;
}

.p-accordion__body {
  background: #fff;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 0;
}
.p-accordion__body p {
  padding-inline: 3rem;
  padding-block: 1.5625rem;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4E453D;
  font-weight: 500;
  transition: all 0.5s ease;
  border-top: 0.0625rem solid #DBD6C9;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__body p {
    padding: 1rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}
.p-accordion__body p a {
  display: inline-block;
  color: #8B476F;
  position: relative;
}
.p-accordion__body p a::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.0625rem;
  background: #8B476F;
}

.p-menu__content {
  max-width: 67.625rem;
  margin-top: 2.875rem;
  margin-inline: auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-menu__content {
    padding-inline: 1rem;
  }
}

.p-menu__content__nutrition {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-menu__content__nutrition {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__content__nutrition .p-top__menu__content__img img {
    border-radius: 0;
  }
}

.p-single-menu .p-about__content__text,
.p-single-menu p {
  font-size: 0.75rem;
  font-size: 1rem;
  color: #4E453D;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-menu .p-about__content__text,
  .p-single-menu p {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}
.p-single-menu .p-label--single-menu {
  margin-block: 4rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-menu .p-label--single-menu {
    margin-block: 3rem 1.125rem;
  }
}

.menuPostH3Title {
  font-weight: 500;
}

.p-campaign__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.p-campaign__item a {
  display: flex;
  gap: 1rem;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-campaign__item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__item a {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__item__textBox p {
    display: none;
  }
}

.p-campaign__item__img {
  width: 25rem;
  height: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__item__img {
    width: 100%;
    height: 12.125rem;
  }
}

.p-campaign__item__title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2rem;
  color: #4E453D;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__item__title {
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

.p-campaign__item__time {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  color: #4E453D;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__item__time {
    font-size: 0.875rem;
    margin-top: 0.375rem;
  }
}

.p-single-campaign p {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-campaign p {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-single-campaign h5 {
  margin-block: 1rem 0.625rem;
}

.p-single-campaign__item__time {
  color: #867958;
}

.p-campaign__content h3 {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1.25rem;
  color: #4E453D;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__content h3 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
  }
}
.p-campaign__content h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  height: 2.5rem;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__content h3::before {
    height: 1.75rem;
  }
}
.p-campaign__content p {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  font-size: 1rem;
  color: #4E453D;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__content p {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    margin-top: 0.5rem;
  }
}

.p-single-campaign__label {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-campaign__label {
    margin-top: 1.25rem;
    margin-bottom: 1.125rem;
  }
}

.p-thanks__content {
  padding-block: 3.875rem 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding-block: 2rem 3rem;
    padding-inline: 1rem;
  }
}
.p-thanks__content h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #4E453D;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-thanks__content h2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.p-thanks__content p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content p {
    margin-top: 2.25rem;
  }
}

.p-thanks__btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 1.25rem;
  }
}

.p-contact__content {
  max-width: 67.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding-inline: 1rem;
  }
}

.p-contact__form {
  padding-block: 4.6875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding-block: 2rem 3rem;
  }
}

.p-contact__form__item {
  display: flex;
  align-items: center;
  padding-block: 1.5rem;
  border-top: 0.0625rem solid #DBD6C9;
}
@media screen and (max-width: 767px) {
  .p-contact__form__item {
    flex-direction: column;
    align-items: baseline;
    gap: 1.25rem;
  }
}
.p-contact__form__item p {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.p-contact__form__item:last-child {
  border-bottom: 0.0625rem solid #DBD6C9;
}

.p-contact__confirm__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm__wrapper p {
    font-size: 0.9375rem;
  }
}

.p-contact__form__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  color: #4E453D;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form__label {
    width: auto;
    font-size: 0.9375rem;
  }
}
.p-contact__form__label span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.875rem;
  background: #867958;
  color: #fff;
  width: 2.5rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__label span {
    margin-left: 0.5rem;
  }
}

.p-contact__form__checkboxes {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__checkboxes {
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    margin-left: 0;
  }
}
.p-contact__form__checkboxes label {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4E453D;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-contact__form__checkboxes label input {
  width: 1.25rem;
  height: 1.25rem;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  padding-block: 0.7125rem 0.625rem;
  padding-inline: 1.25rem;
  width: 46.875rem;
  margin-left: auto;
  border: 0.0625rem solid #DBD6C9 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 100%;
    margin-left: 0;
  }
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #DBD6C9;
}

textarea {
  min-height: 12.5rem;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 0.0625rem solid #DBD6C9;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 0.0625rem solid #4E453D;
  border-bottom: 0.0625rem solid #4E453D;
  transform: rotate(45deg);
}

.p-contact__form__checkboxes--privacy {
  display: grid;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form__checkboxes--privacy .p-contact__form__checkbox {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__checkboxes--privacy {
    margin-top: 2.25rem;
  }
}

.p-contact__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.0625rem;
}

.wpcf7-form-control-wrap {
  margin-left: 4.75rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}
.wpcf7-list-item.first {
  margin: 0;
}

.p-contact__form__checkboxes--privacy .wpcf7-form-control-wrap {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-contact__btn {
    display: block;
  }
}

.p-case__tab__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-case__tab__item a {
  display: block;
  width: 6.25rem;
  padding-block: 0.5rem;
  background: #fff;
  border: 0.0625rem solid #867958;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #867958;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case__tab__item a {
    width: 5.0625rem;
    padding-block: 0.625rem;
  }
}
@media (any-hover: hover) {
  .p-case__tab__item a:hover {
    background: #867958;
    color: #fff;
  }
}

.p-case__tab__item.is-active a {
  color: #fff;
  background: #867958;
}

.p-case__item__img {
  width: 25rem;
  height: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-case__item__img {
    width: 100%;
    height: 12.125rem;
  }
}

.p-case__list {
  margin-top: 1.5rem;
}

.p-case__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.p-case__item a {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case__item a {
    flex-direction: column;
  }
}

.p-case__item__title {
  font-size: 1.25rem;
  color: #4E453D;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-case__item__title {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

.p-case__item__profile {
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4E453D;
}
@media screen and (max-width: 767px) {
  .p-case__item__profile {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}

.p-single-case .c-title--borderLeft {
  margin-top: 1.625rem;
}
.p-single-case p {
  margin-top: 1rem;
}

.p-single__title {
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #4E453D;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.p-single__img {
  width: 54.625rem;
  height: 30.75rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__img {
    width: 100%;
    height: 12.125rem;
    margin-top: 0.75rem;
  }
}

.p-single-case__btn {
  margin-top: 2.5rem;
}

.p-menu__post-surgery__content {
  font-size: 0.75rem;
  font-size: 1rem;
  color: #4E453D;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-menu__post-surgery__content {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    font-weight: 600;
  }
}
.p-menu__post-surgery__content h4 {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1.25rem;
  color: #4E453D;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-menu__post-surgery__content h4 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
    margin-top: 1.125rem;
  }
}
.p-menu__post-surgery__content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  height: 2.5rem;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-menu__post-surgery__content h4::before {
    height: 1.75rem;
  }
}
.p-menu__post-surgery__content h5 {
  margin-top: 1rem;
  margin-bottom: 0.625rem;
}
.p-menu__post-surgery__content img {
  display: inline-block;
  height: auto;
  margin-top: 1.5rem;
  margin-inline: 0.1rem;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-menu__post-surgery__content img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
}

.p-label--single-menu {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.menu-post-img-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .menu-post-img-list {
    display: flex;
    flex-direction: column;
  }
}

.menu-post-img-item {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .menu-post-img-item {
    height: auto;
  }
}

.priceTitle {
  margin-block: 2.5rem 1.5rem;
}

.otherNote {
  margin-top: 1.5rem;
}

.p-menu-post__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-post__btn {
    display: flex;
    justify-content: center;
  }
}

.menu-post-caution {
  margin-top: 1rem;
}

.p-news h5 {
  margin-block: 1rem 0.625rem;
}

.p-news__content {
  width: 54.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-news__main {
    width: 100%;
  }
}

.p-news__time {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #867958;
  text-align: left;
}

.p-news__item:not(:first-child) a {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__item:not(:first-child) a {
    padding-top: 0.75rem;
  }
}
.p-news__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 0.0625rem solid #DBD6C9;
  padding-bottom: 1.5rem;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    flex-direction: column;
    align-items: start;
    gap: 0.375rem;
    padding-bottom: 0.75rem;
  }
}
.p-news__item a h2 {
  color: #4E453D;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news__item a h2 {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}
@media (any-hover: hover) {
  .p-news__item a:hover {
    opacity: 0.5;
  }
}

.p-single-news .c-title--borderLeft {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-news .c-title--borderLeft {
    margin-top: 2.5rem;
  }
}
.p-single-news h3 {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1.25rem;
  color: #4E453D;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-news h3 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
  }
}
.p-single-news h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #867958;
  height: 2.5rem;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-news h3::before {
    height: 1.75rem;
  }
}
.p-single-news p {
  margin-top: 2.25rem;
  font-size: 0.75rem;
  font-size: 1rem;
  color: #4E453D;
  line-height: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-news p {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    margin-top: 0.5rem;
  }
}

.p-beginner p span {
  color: #8B476F;
}

.p-brginner__tab {
  margin-bottom: 1.5rem;
}

.p-brginner__tab__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-brginner__tab__item a {
  padding-inline: 2.625rem;
  padding-block: 0.5rem;
  border: 0.0625rem solid #867958;
  font-size: 1rem;
  color: #867958;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-brginner__tab__item a {
    padding-inline: 0.4375rem;
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .p-brginner__tab__item a:hover {
    background: #867958;
    color: #fff;
  }
}

.p-beginner__img {
  width: 54.625rem;
  height: 21.0625rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__img {
    width: 100%;
    height: 12.125rem;
  }
}

.p-beginner__reservation__label {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__reservation__label {
    margin-bottom: 0.5rem;
  }
}

.p-beginner__reservation__list {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__reservation__list {
    margin-top: 1.5rem;
  }
}

.p-beginner__reservation__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__reservation__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-beginner__reservation__item__btn {
  margin-top: 1rem;
}

.p-beginner__reservation__img {
  width: 27.3125rem;
  height: 18.3125rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__reservation__img {
    width: 100%;
    height: 14.375rem;
  }
}

.p-beginner__menu__img {
  width: 31.8125rem;
  height: 18.3125rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__menu__img {
    width: 100%;
    height: 12.3125rem;
    margin-top: 0.5rem;
  }
}

.p-beginner__precautions {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__precautions {
    margin-top: 2.5rem;
  }
}

.p-beginner__precautions__textBox {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__precautions__textBox {
    margin-top: 0.75rem;
    gap: 0.75rem;
  }
}

.p-beginner__policy {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__policy {
    margin-top: 2.5rem;
  }
}

.p-beginner__policy__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__policy__text {
    margin-top: 0.75rem;
  }
}

.p-beginner__policy__item {
  margin-top: 1.5rem;
}

.p-beginner__policy__table {
  margin-top: 1rem;
  border: 0.0625rem solid #DBD6C9;
}
.p-beginner__policy__table--secondary .p-beginner__policy__table__contents {
  padding-inline: 0.6875rem;
  text-align: center;
}

.p-beginner__policy__table__item {
  display: flex;
  align-items: stretch;
  line-height: 2rem;
  font-size: 1rem;
  color: #4E453D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-beginner__policy__table__item {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.p-beginner__policy__table__item:not(:first-child) {
  border-top: 0.0625rem solid #DBD6C9;
}

.p-beginner__policy__table__title {
  padding-block: 0.375rem;
  background: #EDE9E2;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-beginner__policy__table__title {
    width: 7.125rem;
    flex: auto;
    flex-shrink: 0;
  }
}

.p-beginner__policy__table__contents {
  width: 50%;
  background: #fff;
  padding-block: 0.375rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-beginner__policy__table__contents {
    padding-left: 0.5rem;
    width: 100%;
  }
}

.p-pagination {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 1.5rem;
  }
}

svg path {
  fill: #867958;
  transition: fill 0.3s ease;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-numbers li {
  font-size: 1.125rem;
  background: #fff;
  width: 2.625rem;
  height: 2.625rem;
  color: #867958;
  display: grid;
  place-items: center;
  border-radius: 0.25rem;
}
.page-numbers li:has(.current) {
  background: #867958;
  color: #fff;
}
.page-numbers li a {
  width: 2.625rem;
  height: 2.625rem;
  display: grid;
  place-items: center;
  color: #867958;
  border: 0.0625rem solid #867958;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.page-numbers li a img {
  width: 0.625rem;
}
.page-numbers li a svg {
  width: 0.625rem;
}
@media (any-hover: hover) {
  .page-numbers li a:hover {
    background: #867958;
    color: #fff;
  }
  .page-numbers li a:hover svg path {
    fill: #fff;
  }
}

.p-nutrition__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__list {
    margin-top: 3rem;
  }
}

.p-nutrition__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__item:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-nutrition__reccomend {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__reccomend {
    margin-top: 1.5rem;
  }
}

.p-nutrition__reccomend__list {
  background: #fff;
  padding: 1.5rem 2.5rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__reccomend__list {
    padding: 1rem 0.75rem;
  }
}

.p-nutrition__reccomend__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.p-nutrition__reccomend__item:not(:first-child) {
  margin-top: 0.5rem;
}
.p-nutrition__reccomend__item p {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4E453D;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__reccomend__item p {
    font-size: 0.9375rem;
  }
}

.p-nutrition__reccomend__item__img {
  width: 1rem;
  height: 1rem;
}

.p-nutrition__item__img--feature {
  width: 27.3125rem;
  height: 16.25rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__item__img--feature {
    width: 100%;
    height: 12.125rem;
    margin-top: 1.25rem;
  }
}

.p-nutrition__borderLeft {
  margin-block: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__borderLeft {
    margin-block: 1.125rem 0.5rem;
  }
}

.p-nutrition__price__list {
  margin-block: 1.5rem;
  border-left: 0.0625rem solid #DBD6C9;
  border-right: 0.0625rem solid #DBD6C9;
}

.p-nutrition__price__item {
  display: flex;
  border-top: 0.0625rem solid #DBD6C9;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #4E453D;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__price__item {
    font-size: 0.875rem;
  }
}
.p-nutrition__price__item:last-child {
  border-bottom: 0.0625rem solid #DBD6C9;
}

.p-nutrition__price__item__title {
  flex: 1;
  background: #EDE9E2;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__price__item__title {
    padding-inline: 0.25rem;
  }
}

.p-nutrition__price__item__contents {
  flex: 1;
  background: #fff;
  padding-block: 0.5rem;
}

.p-nutrition__price__btn {
  width: 21.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__price__btn {
    margin-top: 1.5rem;
  }
}

.p-nutrition__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__btn .c-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-nutrition__btn {
    margin-top: 1.5rem;
  }
}

.p-nutrition__price__title {
  margin-top: 1.5rem;
}

.p-nutrition__circle__title {
  font-size: 1.125rem;
  color: #4E453D;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 2.5rem;
}
.p-nutrition__circle__title::before {
  content: "";
  position: absolute;
  background: #867958;
  width: 0.9375rem;
  height: 0.9375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100vw;
}

.p-nutrition__content__list {
  background: #fff;
  margin-top: 0.625rem;
  font-size: 1rem;
  border-left: 0.0625rem solid #DBD6C9;
  border-right: 0.0625rem solid #DBD6C9;
  border-bottom: 0.0625rem solid #DBD6C9;
}

.p-nutrition__content__item {
  padding: 0.5rem 1rem;
  border-top: 0.0625rem solid #DBD6C9;
  line-height: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-nutrition__content__item {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.p-404 {
  margin-top: 4.25rem;
  padding: 10rem 1rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-404__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-404__text {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.p-404__btn {
  display: flex;
  justify-content: center;
}

.p-label--reccomend {
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-label--reccomend {
    font-size: 1.125rem;
  }
}

.p-breadcrumb {
  color: #4E453D;
  margin-top: 0.625rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb .breadcrumbs {
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb .breadcrumbs {
    font-size: 0.75rem;
  }
}
.p-breadcrumb .breadcrumbs a {
  color: #4E453D;
}

.p-breadcrumb__items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.p-breadcrumb__item {
  color: #878787;
}
.p-breadcrumb__item a {
  color: #878787;
}

.p-botox__content__title {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-botox__content__title {
    margin-bottom: 1.5rem;
  }
}

.p-botox__label {
  display: flex;
  justify-content: center;
}

.p-botox__reccomend {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__reccomend {
    margin-top: 1.5rem;
  }
}

.p-botox__menu {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-botox__menu {
    margin-top: 1.5rem;
  }
}
.p-botox__menu p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-botox__menu p {
    margin-top: 0.5rem;
  }
}

.p-botox__symptoms__img {
  width: 100%;
  position: relative;
}
.p-botox__symptoms__img .p-botox__text {
  position: absolute;
}
.p-botox__symptoms__img .p-botox__text a {
  display: block;
  width: inherit;
  height: inherit;
}
.p-botox__symptoms__img .p-botox__text1 {
  position: absolute;
  top: 8.1875rem;
  left: 5.625rem;
  width: 13.125rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__symptoms__img .p-botox__text1 {
    top: 2.9rem;
    left: 1.5rem;
    width: 6rem;
    height: 1.5rem;
  }
}
.p-botox__symptoms__img .p-botox__text2 {
  position: absolute;
  top: 13rem;
  left: 12.25rem;
  width: 7rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__symptoms__img .p-botox__text2 {
    top: 4.75rem;
    left: 4.25rem;
    width: 4rem;
    height: 1.5rem;
  }
}
.p-botox__symptoms__img .p-botox__text3 {
  position: absolute;
  top: 19.65rem;
  left: 8.5rem;
  width: 7rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__symptoms__img .p-botox__text3 {
    top: 7.5rem;
    left: 2.65rem;
    width: 4rem;
    height: 1.5rem;
  }
}
.p-botox__symptoms__img .p-botox__text4 {
  position: absolute;
  top: 14.45rem;
  right: 11.5rem;
  width: 8.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__symptoms__img .p-botox__text4 {
    top: 5.5rem;
    right: 4.25rem;
    width: 4rem;
    height: 1.5rem;
  }
}
.p-botox__symptoms__img .p-botox__text5 {
  position: absolute;
  bottom: 4.45rem;
  right: 8.4rem;
  width: 7.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-botox__symptoms__img .p-botox__text5 {
    bottom: 1.45rem;
    right: 2.75rem;
    width: 4rem;
    height: 1.5rem;
  }
}

.p-botox__case__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  gap: 1.125rem;
}

.p-botox__case__item {
  width: 100%;
}

.p-botox__title--borderLeft {
  margin-top: 1.25rem;
}

.p-botox__risk {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-botox__risk {
    margin-top: 3rem;
  }
}
.p-botox__risk p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-botox__risk p {
    margin-top: 0.5rem;
  }
}

.p-botox__fee {
  margin-top: 4rem;
}

.p-botox__table {
  margin-block: 1.5rem;
}

.p-botox__case {
  margin-top: 4rem;
}

.p-botox__remarks {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-botox__remarks {
    margin-top: 3rem;
  }
}
.p-botox__remarks p {
  margin-top: 1.5rem;
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal.is-active {
  display: block;
}

.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.c-modal__content {
  position: relative;
  width: 80%;
  max-width: 500px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 100%;
    padding-inline: 1rem;
    padding-top: 3rem;
  }
}

.c-modal__close {
  margin-top: 2.5rem;
  cursor: pointer;
}

.p-gi-map__content__img {
  margin-bottom: 2.5rem;
}

.p-gi-map__doctor {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-gi-map__doctor {
    margin-top: 3rem;
  }
}

.p-gi-map__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-gi-map__btn {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gi-map__btn a {
    width: 100%;
  }
}

.p-caution {
  box-sizing: border-box;
  overflow-x: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-caution {
    width: 100%;
    max-width: 100%;
  }
}
.p-caution p {
  margin-top: 0.25rem;
  font-size: 1rem;
  width: 100%;
}
.p-caution h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-caution h2 {
    line-height: 2rem;
  }
}
.p-caution h3 {
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-no-border-top {
  border-top: none !important;
}

.u-footer__border {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-footer__border {
    border-bottom: 0.0625rem solid #fff !important;
  }
}

.u-w285 {
  width: 17.8125rem;
}

.u-color-purple {
  color: #8B476F;
}

.u-fz18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-fz18 {
    font-size: 0.9375rem;
  }
}

.u-dfr {
  display: flex;
  justify-content: end;
  border-top: none;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pt16 {
  padding-top: 1rem;
}

.u-smt4_5 {
  scroll-margin-top: 4.5rem;
}

.u-smt4_2 {
  scroll-margin-top: 4.2rem;
}

.u-mt40 {
  margin-top: 2.5rem;
}

.u-white {
  color: #fff !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-w100 {
  width: 100%;
}

.u-mt15 {
  margin-top: 1.5rem;
}

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