@charset "UTF-8";
:root {
  --base-color: #ffffff;
  --font-color: #333333;
  --color-brown: #483324;
  --color-red: #98242b;
  --color-white: #f6f3ed;
  --color-beige-01: #c6b99c;
  --color-beige-02: #bfaa7c;
  --color-beige-03: #ae9c75;
  --color-beige-04: #8a7a59;
  --lh-12: 1.2;
  --lh-14: 1.4;
  --lh-16: 1.6;
  --lh-18: 1.8;
}

/* ------------------------------------------------------------

Reset

------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
      font:inherit;
      font-family:inherit;
      */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  font-size: calc((100vw - var(--scrollbar)) / 1920 * 10 / 1620 * 1440);
  /*-ブレイクポイント1920px-*/
  /*-ブレイクポイント1620px-*/
  /*-ブレイクポイント1440px-*/
  /*-ブレイクポイント1200px-*/
  /*-ブレイクポイント767px-*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1620 * 10);
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9);
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 9.5);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.2727272727vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
textarea {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

picture {
  display: block;
}

dialog {
  padding: 0;
  border: none;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}

button {
  color: var(--font-color);
  font-size: 1.6rem;
  background: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: var(--font-color);
}

/*button:focus-visible{outline: thin dotted #333;}*/
* {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "MS PGothic", sans-serif;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: var(--base-color);
  color: var(--font-color);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: var(--lh-18);
  font-feature-settings: "palt";
}

.svg_symbol {
  display: none;
}

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

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

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: super !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #ff0000;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

404ページ

------------------------------------------------------------ */
.page-404 .content {
  padding: 7.2rem 2rem;
}
.page-404 .content > p {
  margin-bottom: 4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 6rem 2rem 3rem;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: var(--font-color);
}
.breadcrumb__link {
  color: var(--font-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    text-decoration: none;
  }
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.c-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 36rem;
  min-height: 5.6rem;
  margin-inline: auto;
  padding: 1rem 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  border: 1px solid #919191;
  border-radius: 0.5rem;
  color: var(--font-color);
}
@media (hover: hover) {
  .c-button:hover svg {
    scale: 1.2;
  }
}
.c-button svg {
  flex: none;
  width: 2.2rem;
  height: 2.2rem;
  fill: #707070;
  transition: scale 0.3s;
}
.c-button.white {
  border: 1px solid #fff;
  color: #fff;
}
.c-button.white svg {
  fill: #fff;
}

.mapBtn {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  width: fit-content;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #9c9a9a;
  color: var(--font-color);
  line-height: 1;
}

.buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 7.2rem 2rem;
}
.buttonWrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 12rem;
  border-radius: 0.5rem;
  padding: 2rem;
  color: var(--base-color);
  position: relative;
}
@media (hover: hover) {
  .buttonWrap a:hover svg {
    translate: 0.5rem 0;
  }
}
.buttonWrap a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.buttonWrap a span.sub {
  font-size: 1.4rem;
}
.buttonWrap a span.main {
  font-size: 2.4rem;
}
.buttonWrap a svg {
  fill: var(--base-color);
  width: 4.4rem;
  height: 1.4rem;
  position: absolute;
  bottom: 2.4rem;
  right: 2rem;
  transition: translate 0.3s;
}
.buttonWrap a.brown {
  background: #7a6c50;
}
.buttonWrap a.red {
  background: var(--color-red);
}

/* ------------------------------------------------------------

事前予約制

------------------------------------------------------------ */
.c-btnUnit {
  padding: 4rem;
  position: relative;
  z-index: 0;
}
.c-btnUnit .c-decoration {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-btnUnit .c-decoration__top {
  width: 100%;
}
.c-btnUnit .c-decoration__top span.left::before, .c-btnUnit .c-decoration__top span.left::after, .c-btnUnit .c-decoration__top span.right::before, .c-btnUnit .c-decoration__top span.right::after {
  content: "";
  display: block;
  width: 9.5rem;
  height: 7.5rem;
  border-top: 1px solid #bfaa7c;
  position: absolute;
}
.c-btnUnit .c-decoration__top span.left::before, .c-btnUnit .c-decoration__top span.left::after {
  border-left: 1px solid #bfaa7c;
}
.c-btnUnit .c-decoration__top span.left::before {
  top: 0;
  left: 0.5rem;
}
.c-btnUnit .c-decoration__top span.left::after {
  top: 0.5rem;
  left: 0;
}
.c-btnUnit .c-decoration__top span.right::before, .c-btnUnit .c-decoration__top span.right::after {
  border-right: 1px solid #bfaa7c;
}
.c-btnUnit .c-decoration__top span.right::before {
  top: 0;
  right: 0.5rem;
}
.c-btnUnit .c-decoration__top span.right::after {
  top: 0.5rem;
  right: 0;
}
.c-btnUnit .c-decoration__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-btnUnit .c-decoration__bottom span::before, .c-btnUnit .c-decoration__bottom span::after {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: 7.5rem;
  border-left: 1px solid #bfaa7c;
  border-right: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-btnUnit .c-decoration__bottom span::before {
  bottom: 0.5rem;
  left: 0;
}
.c-btnUnit .c-decoration__bottom span::after {
  bottom: 0;
  left: 0.5rem;
}
.c-btnUnit__title {
  color: var(--color-beige-02);
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
}
.c-btnUnit__text {
  margin-bottom: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-btnUnit__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.c-btnUnit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 30rem;
  height: 6rem;
  border-radius: 1rem;
  color: #fff;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .c-btnUnit a:hover {
    filter: brightness(1.1);
  }
}
.c-btnUnit a svg {
  width: 2rem;
  height: 2rem;
  fill: #fff;
}
.c-btnUnit a span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-btnUnit a.reservation {
  background: var(--color-red);
}
.c-btnUnit a.reservation span:nth-of-type(1) {
  margin-bottom: -0.1rem;
}
.c-btnUnit a.reservation span:nth-of-type(2) {
  font-size: 1.8rem;
}
.c-btnUnit a.tel {
  background: #7a6c50;
}
.c-btnUnit a.tel span {
  font-size: 2rem;
}

/* ------------------------------------------------------------

症例紹介
画像スライダー

------------------------------------------------------------ */
.c-caseBox__title {
  display: flex;
}
.c-caseBox__title p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 3.8rem;
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 1.8rem;
}
.c-caseBox__title p:nth-of-type(1) {
  background: var(--color-beige-02);
  border-right: 0.1rem solid #fff;
}
.c-caseBox__title p:nth-of-type(2) {
  background: var(--color-beige-01);
  border-left: 0.1rem solid #fff;
}
.c-caseBox .imageSlider {
  position: relative;
  z-index: 0;
}
.c-caseBox .imageSlider__before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-caseBox .imageSlider__before::before {
  content: "";
  width: 4.2rem;
  height: 100%;
  background: url(../images/bg_slider.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -2.1rem;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}
.c-caseBox .imageSlider__before::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  right: -0.1rem;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
.c-caseBox .imageSlider__before img {
  width: 100%;
  height: 100%;
  aspect-ratio: 400/248;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: left center;
}
.c-caseBox .imageSlider__after {
  position: relative;
  z-index: -1;
}
.c-caseBox .imageSlider__after img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/248;
}
.c-caseBox .imageSlider input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: col-resize;
}

/* ------------------------------------------------------------

お問合せフォーム

------------------------------------------------------------ */
.c-contact__group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-contact__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-contact__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}
.c-contact__label .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  background: var(--color-red);
  color: var(--base-color);
  font-size: 1.2rem;
}
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact input[type=date],
.c-contact input[type=number],
.c-contact select,
.c-contact textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #ccc;
  background: var(--base-color);
  font-size: 1.6rem;
}
.c-contact input[type=text]::placeholder,
.c-contact input[type=email]::placeholder,
.c-contact input[type=tel]::placeholder,
.c-contact input[type=date]::placeholder,
.c-contact input[type=number]::placeholder,
.c-contact select::placeholder,
.c-contact textarea::placeholder {
  color: #999;
}
.c-contact input[type=text]:focus,
.c-contact input[type=email]:focus,
.c-contact input[type=tel]:focus,
.c-contact input[type=date]:focus,
.c-contact input[type=number]:focus,
.c-contact select:focus,
.c-contact textarea:focus {
  outline: none;
  border-color: var(--color-brown01);
}
.c-contact select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 3.6rem;
}
.c-contact textarea {
  min-height: 15rem;
  field-sizing: content;
}
.c-contact .wpcf7-radio,
.c-contact .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.c-contact .wpcf7-radio .wpcf7-list-item,
.c-contact .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-contact .wpcf7-radio .wpcf7-list-item label,
.c-contact .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.c-contact .wpcf7-radio .wpcf7-list-item input[type=radio],
.c-contact .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.c-contact .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.c-contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--color-brown01);
  cursor: pointer;
}
.c-contact .wpcf7-checkbox.vertical {
  flex-direction: column;
  gap: 1.2rem;
}
.c-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}
.c-contact__submit input[type=submit] {
  width: 24rem;
  padding: 1.6rem 3rem;
  background: var(--color-beige-04);
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-contact__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.c-contact__submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 0;
  right: 2rem;
}
.c-contact__note {
  padding: 1.6rem;
  background: #f9f7f4;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--font-color);
  text-align: center;
}
.c-contact .wpcf7-not-valid-tip {
  color: #c94a4a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.4rem;
}
.c-contact .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.2rem;
  border-radius: 4px;
  text-align: center;
}
.c-contact .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.c-contact .wpcf7-validation-errors {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.c-contact__value {
  padding: 1.2rem 1.4rem;
  background: #f9f7f4;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-contact__value p:not(:last-child) {
  margin-bottom: 0.4rem;
}
.c-contact__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.c-contact__buttons input[type=submit],
.c-contact__buttons input[type=button] {
  width: 24rem;
  padding: 1.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-contact__buttons input[type=submit]:hover,
  .c-contact__buttons input[type=button]:hover {
    opacity: 0.8;
  }
}
.c-contact__buttons input[type=submit] {
  background: var(--color-beige-04);
  color: var(--base-color);
}
.c-contact__buttons input[type=button] {
  background: var(--color-white);
  color: var(--font-color);
}
.c-contact--confirm .c-contact__label .required {
  display: none;
}
.c-contact__email-error {
  color: #c94a4a;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.4rem;
  display: none;
}
.c-contact__email-error.is-show {
  display: block;
}

/* ------------------------------------------------------------

院長紹介

------------------------------------------------------------ */
.c-doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin-inline: -2rem;
  padding: 0 2rem;
  position: relative;
}
.c-doctor::before {
  content: "";
  display: block;
  width: 34rem;
  height: calc(100% - 14.4rem);
  background: url(../images/bg_gray_01.webp) no-repeat center/cover;
  position: absolute;
  top: 7.2rem;
  right: 0;
  z-index: -1;
}
.c-doctor .h2-title {
  width: calc(100% + 4rem);
}
.c-doctor__image img {
  width: 36rem;
  height: auto;
  margin-inline: auto;
}
.c-doctor__image figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 3.2rem;
  text-align: center;
}
.c-doctor__image figcaption p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-doctor__image figcaption p:nth-of-type(1) {
  font-size: 1.8rem;
}
.c-doctor__image figcaption p:nth-of-type(2) {
  font-size: 2.8rem;
}
.c-doctor__list {
  width: 100%;
}
.c-doctor__list .c-listBox {
  padding: 0;
  background: none;
}
.c-doctor__subtitle {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  color: var(--color-beige-02);
  position: relative;
}
.c-doctor__subtitle::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
}
.c-doctor__accordion {
  width: 100%;
}
.c-doctor__accordion > summary {
  display: grid;
  place-content: center;
  width: 36rem;
  margin-inline: auto;
  padding: 1.5rem 2rem;
  background: var(--color-beige-01);
  border-radius: 0.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  cursor: pointer;
  position: relative;
}
.c-doctor__accordion > summary::-webkit-details-marker {
  display: none;
}
.c-doctor__accordion > summary .ico {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3rem;
}
.c-doctor__accordion > summary .ico::before, .c-doctor__accordion > summary .ico::after {
  content: "";
  display: block;
  background: var(--font-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.c-doctor__accordion > summary .ico::before {
  width: 100%;
  height: 1px;
}
.c-doctor__accordion > summary .ico::after {
  width: 1px;
  height: 100%;
}
.c-doctor__accordion[open] > summary .ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-doctor__accordion > .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
.c-doctor__table {
  width: 100%;
}
.c-doctor__lecture {
  width: 100%;
}
.c-doctor__lecture p {
  margin-bottom: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-doctor__lecture ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-doctor__lecture ul li {
  width: calc((100% - 0.8rem) / 2);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-doctor__lecture ul li:hover {
    opacity: 0.7;
  }
}
.c-doctor__lecture ul li img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

Q＆A

------------------------------------------------------------ */
.c-faq {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-faq details {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-beige-01);
  position: relative;
}
.c-faq details .question,
.c-faq details .answer {
  flex: none;
  display: grid;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: var(--font-color);
  color: #fff;
  font-size: 2rem;
  font-family: "EB Garamond";
}
.c-faq details .answer {
  background: var(--color-beige-01);
}
.c-faq details summary {
  display: flex;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}
.c-faq details summary::-webkit-details-marker {
  display: none;
}
.c-faq details summary .txt {
  margin-block: auto;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-faq details summary .ico {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.c-faq details summary .ico::before, .c-faq details summary .ico::after {
  content: "";
  background: var(--color-beige-01);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-faq details summary .ico::before {
  width: 1.6rem;
  height: 0.2rem;
}
.c-faq details summary .ico::after {
  width: 0.2rem;
  height: 1.6rem;
}
.c-faq details[open] summary .ico::after {
  opacity: 0;
  rotate: 90deg;
}
.c-faq details[open] summary .ico::before {
  rotate: 180deg;
}
.c-faq details .content__inner {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

/* ------------------------------------------------------------

流れパターン

------------------------------------------------------------ */
.c-flow {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding-top: 4rem;
  position: relative;
}
.c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6rem 2rem 4rem;
  margin-bottom: 2.8rem;
  background: var(--color-white);
  position: relative;
  position: relative;
  z-index: 1;
}
.c-flow__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: var(--color-white);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.c-flow__item:not(:last-child)::before {
  content: "";
  background: var(--color-beige-01);
  width: 6rem;
  height: 2rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -9rem;
  left: 50%;
  translate: -50% 0;
}
.c-flow__num {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  position: absolute;
  top: -3rem;
  left: 50%;
  translate: -50% 0;
}
.c-flow__num span {
  color: var(--color-beige-02);
  font-family: "EB Garamond";
  line-height: 1;
}
.c-flow__num span:nth-of-type(1) {
  font-size: 4rem;
}
.c-flow__num span:nth-of-type(2) {
  font-size: 5.6rem;
}
.c-flow__title {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-flow__image img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

院内紹介

------------------------------------------------------------ */
.c-info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-info__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-info__item h3 {
  padding-left: 1.6rem;
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  position: relative;
}
.c-info__item h3::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-beige-04);
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.c-info__image img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

リスト

------------------------------------------------------------ */
.c-listBox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3.2rem 2rem;
  background: var(--color-white);
}
.c-listBox li {
  padding-left: 2.2rem;
  line-height: var(--lh-16);
  position: relative;
}
.c-listBox li::before {
  flex: none;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.c-listBox li a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-listBox li a:hover {
    text-decoration: none;
  }
}
.c-listBox li:has(img) {
  padding-left: 0;
}
.c-listBox li:has(img)::before {
  display: none;
}
.c-listBox li:has(img) img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

newsのリスト

------------------------------------------------------------ */
.c-newsList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-newsList__noarticle {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-newsList .item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  color: var(--font-color);
  position: relative;
}
@media (hover: hover) {
  .c-newsList .item:hover .item__title {
    text-decoration: none;
  }
}
.c-newsList .item__category {
  display: grid;
  place-content: center;
  width: 16rem;
  height: 2.8rem;
  background: var(--color-beige-02);
  border-radius: 0.3rem;
  color: var(--base-color);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-newsList .item time {
  width: 8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-newsList .item__title {
  width: 28rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
}

/* ------------------------------------------------------------

目次

------------------------------------------------------------ */
.c-outline {
  padding: 5rem 2rem 7.2rem;
  background: var(--color-white);
  margin-inline: 2rem;
}
.c-outline__title {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.c-outline__title p {
  color: var(--color-beige-02);
  font-size: 2.2rem;
  font-family: "EB Garamond";
}
.c-outline__title h2 {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-outline ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-outline ul li {
  padding-left: 2.2rem;
  position: relative;
}
.c-outline ul li::before {
  flex: none;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.c-outline ul li a {
  display: block;
  color: var(--font-color);
  line-height: var(--lh-16);
  text-decoration: underline;
  transition: color 0.3s;
}
@media (hover: hover) {
  .c-outline ul li a:hover {
    color: #a1a1a1;
  }
}

/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.c-pageTitle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 6rem 2rem 4rem;
  background: url(../images/bg_page-title_01.webp) no-repeat center bottom/cover;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .c-pageTitle {
    padding: 14rem 2rem 4rem;
  }
}
.c-pageTitle p {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------

ピックアップ

------------------------------------------------------------ */
.c-pickup {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 4.8rem 4rem 6rem;
  margin-inline: -2rem;
  background: url(../images/bg_pickup_01.webp) no-repeat center/cover;
}
.c-pickup__en {
  color: var(--color-beige-02);
  font-size: 5.6rem;
  font-family: "EB Garamond";
  text-align: center;
}
.c-pickup__title {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.c-pickup__image img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

料金表

------------------------------------------------------------ */
.c-price {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-price:not(:last-of-type) {
  margin-bottom: 6rem;
}
.c-price__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-price__name {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}
.c-price__image {
  width: 23.2rem;
  margin-inline: auto;
}
.c-price__image img {
  width: 100%;
  height: auto;
}
.c-price__cost table, .c-price__rating table {
  width: 100%;
}
.c-price__cost table th,
.c-price__cost table td, .c-price__rating table th,
.c-price__rating table td {
  padding: 1rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-price__cost table th, .c-price__rating table th {
  background: var(--color-beige-04);
  color: var(--base-color);
}
.c-price__cost table td, .c-price__rating table td {
  background: var(--color-white);
}
.c-price__cost table th {
  width: 20rem;
}
.c-price__rating {
  margin-inline: -0.2rem;
}
.c-price__rating table {
  border-collapse: separate;
  border-spacing: 0.2rem 0;
}
.c-price__compare {
  margin-top: -2rem;
}
.c-price__compare div p {
  padding: 1rem 0.5rem;
  background: var(--color-beige-04);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-price__compare div .c-listBox {
  padding: 2rem;
}
.c-price__pay {
  width: 36rem;
  margin-inline: auto;
}
.c-price__pay summary {
  display: grid;
  place-content: center;
  padding: 1.5rem 2rem;
  background: var(--color-beige-01);
  border-radius: 0.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  cursor: pointer;
  position: relative;
}
.c-price__pay summary::-webkit-details-marker {
  display: none;
}
.c-price__pay summary .ico {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3rem;
}
.c-price__pay summary .ico::before, .c-price__pay summary .ico::after {
  content: "";
  display: block;
  background: var(--font-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.c-price__pay summary .ico::before {
  width: 100%;
  height: 1px;
}
.c-price__pay summary .ico::after {
  width: 1px;
  height: 100%;
}
.c-price__pay[open] > summary .ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-price__pay .content {
  padding: 2rem;
  background: #eee9e0;
}
.c-price__pay .content p {
  margin-bottom: 1.5rem;
  padding: 0.5rem 2rem;
  background: var(--base-color);
  border-radius: 0.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-price__pay .content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem 0;
  table-layout: fixed;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-price__pay .content table tr:nth-of-type(2) td {
  padding-top: 1rem;
}
.c-price__pay .content table th,
.c-price__pay .content table td {
  padding: 0.5rem 1rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.c-price__pay .content table th {
  background: var(--color-beige-02);
  color: var(--base-color);
}
.c-price__pay .content table td {
  background: var(--base-color);
}

/* ------------------------------------------------------------

テーブル

------------------------------------------------------------ */
.c-table {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.c-table__table {
  width: 100%;
}
.c-table__table tr:not(:last-of-type) td {
  margin-bottom: 3.2rem;
}
.c-table__table th,
.c-table__table td {
  padding: 1rem 2rem;
}
.c-table__table th {
  background: var(--color-beige-04);
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.c-table__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--color-white);
}
.c-table__table td .c-listBox {
  padding: 0;
  background: none;
}

.scheduleTable__table {
  width: 100%;
  text-align: center;
}
.scheduleTable__table thead th {
  background: var(--color-beige-02);
  padding: 0.5rem 0;
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.scheduleTable__table thead th.scheduleTable__header {
  width: 10rem;
  text-align: left;
  padding-left: 1rem;
}
.scheduleTable__table tbody tr:nth-of-type(1) td {
  padding: 1rem 0 0.5rem;
}
.scheduleTable__table tbody tr:nth-of-type(2) td {
  padding: 0.5rem 0 1rem;
}
.scheduleTable__table tbody tr td.scheduleTable__time {
  color: var(--font-color);
  text-align: left;
  padding-left: 1rem;
  letter-spacing: 0;
}
.scheduleTable__table th,
.scheduleTable__table td {
  background: var(--color-white);
  color: var(--color-beige-04);
  text-align: center;
  white-space: nowrap;
}
.scheduleTable__note {
  margin-top: 1.5rem;
  text-align: left;
}

/* ------------------------------------------------------------

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.c-unit__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-unit__item:has(.h5-title) .c-unit__image {
  width: 36rem;
  margin-inline: auto;
}
.c-unit__image img {
  width: 100%;
  height: auto;
}
.c-unit__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-unit__desc p {
  text-align: justify;
}
.c-unit__desc p a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__map iframe, .c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 400/248;
}

.c-desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-desc p {
  text-align: justify;
}
.c-desc p a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-desc p a:hover {
    text-decoration: none;
  }
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.heading01__en {
  color: var(--color-beige-02);
  font-size: 2.4rem;
  font-family: "EB Garamond";
}
.heading01 h2,
.heading01 h3 {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.heading01 h2 span,
.heading01 h3 span {
  display: inline-block;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.heading01 h2 span.sub,
.heading01 h3 span.sub {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.heading01 h2 span.dot,
.heading01 h3 span.dot {
  line-height: var(--lh-14);
  border-bottom: 2px dotted var(--color-beige-02);
}
.heading01.white {
  color: #fff;
}
.heading01.white .heading01__en,
.heading01.white h2 {
  color: #fff;
}

.heading02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading02__en {
  color: var(--color-beige-02);
  font-size: 3.8rem;
  font-family: "EB Garamond";
}
.heading02 h3 {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.heading02.white {
  color: #fff;
}
.heading02.white .heading02__en,
.heading02.white h3 {
  color: #fff;
}

.h2-title,
.h3-title,
.h4-title,
.h5-title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}

.h2-title {
  padding: 2rem;
  margin-inline: -2rem;
  background: var(--color-beige-02);
  color: var(--base-color);
  font-size: 2.6rem;
  position: relative;
}
.h2-title::before, .h2-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.h2-title::before {
  top: -0.5rem;
}
.h2-title::after {
  bottom: -0.5rem;
}

.h3-title {
  padding-bottom: 1.4rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  position: relative;
}
.h3-title::before, .h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.h3-title::before {
  bottom: 0;
}
.h3-title::after {
  bottom: -0.5rem;
}

.h4-title {
  font-size: 2.2rem;
  padding-left: 1.6rem;
  border-left: 3px solid #a79777;
}

.h5-title {
  padding-left: 1.6rem;
  font-size: 2rem;
  position: relative;
}
.h5-title::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-beige-04);
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}

/* ------------------------------------------------------------

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 7.2rem 2rem 0;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
section > .h2-title,
.divSection > .h2-title {
  margin-bottom: 4rem;
}
section.sectionBtm,
.divSection.sectionBtm {
  padding-bottom: 7.2rem;
}

.SVG-Sprites {
  display: flex;
  flex-wrap: wrap;
}
.SVG-Sprites svg {
  width: 25%;
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.spHeader {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    padding: 0 2rem;
    background: var(--base-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .spHeader a {
    display: block;
    width: 16rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .spHeader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.spHeader.is-show {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 6rem 2rem 0;
  background: url(../images/bg_footer_01.webp) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: var(--base-color);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .footer::before {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    margin-bottom: 5.6rem;
  }
}
.footer__logo {
  display: block;
  width: 36rem;
  margin-inline: auto;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__badges {
  display: flex;
  gap: 1.2rem;
}
.footer__badges li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 8rem;
  background: var(--color-beige-02);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.footer__badges li::before, .footer__badges li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.footer__badges li::before {
  top: -0.3rem;
}
.footer__badges li::after {
  bottom: -0.3rem;
}
.footer__badges li:nth-of-type(even) {
  background: var(--color-beige-03);
}
.footer__badges li:nth-of-type(even)::before, .footer__badges li:nth-of-type(even)::after {
  background: var(--color-beige-03);
}
.footer__badges li span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.footer__badges li span span {
  font-size: 1.9rem;
}
.footer__address {
  margin-bottom: -2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2.4rem 0;
  background: var(--color-white);
}
.footer__sns li {
  width: 5rem;
}
.footer__sns li a {
  display: block;
  transition: scale 0.3s;
}
@media (hover: hover) {
  .footer__sns li a:hover {
    scale: 1.1;
  }
}
.footer__sns li a img {
  width: 100%;
  height: auto;
}
.footer .c-access__map iframe {
  width: 100%;
  aspect-ratio: 400/240;
}
.footer .c-access__links {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.footer .c-access__links a {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--color-beige-01);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.footer .c-access__links a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.8rem;
  background: var(--color-beige-01);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer__specialist {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.footer__specialist a {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__specialist a:hover {
    filter: brightness(1.1);
  }
}
.footer__specialist a:nth-of-type(1) {
  margin-right: -1rem;
}
.footer__specialist a img {
  width: 100%;
  height: auto;
}
.footer .c-facility {
  margin-top: 2rem;
}
.footer .c-facility__title {
  color: var(--color-beige-02);
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
  line-height: var(--lh-14);
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
}
.footer .c-facility__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer .c-facility__list li a {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer .c-facility__list li a:hover {
    filter: brightness(1.1);
  }
}
.footer .c-facility__list li a img {
  width: 100%;
  height: auto;
}
.footer .c-facility.group {
  padding: 6rem 2rem;
  position: relative;
  z-index: 0;
}
.footer .c-facility.group .c-decoration {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer .c-facility.group .c-decoration__top {
  width: 100%;
}
.footer .c-facility.group .c-decoration__top span.left::before, .footer .c-facility.group .c-decoration__top span.left::after, .footer .c-facility.group .c-decoration__top span.right::before, .footer .c-facility.group .c-decoration__top span.right::after {
  content: "";
  display: block;
  width: 8rem;
  height: 13.5rem;
  border-top: 1px solid #bfaa7c;
  position: absolute;
}
.footer .c-facility.group .c-decoration__top span.left::before, .footer .c-facility.group .c-decoration__top span.left::after {
  border-left: 1px solid #bfaa7c;
}
.footer .c-facility.group .c-decoration__top span.left::before {
  top: 0;
  left: 0.5rem;
}
.footer .c-facility.group .c-decoration__top span.left::after {
  top: 0.5rem;
  left: 0;
}
.footer .c-facility.group .c-decoration__top span.right::before, .footer .c-facility.group .c-decoration__top span.right::after {
  border-right: 1px solid #bfaa7c;
}
.footer .c-facility.group .c-decoration__top span.right::before {
  top: 0;
  right: 0.5rem;
}
.footer .c-facility.group .c-decoration__top span.right::after {
  top: 0.5rem;
  right: 0;
}
.footer .c-facility.group .c-decoration__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .c-facility.group .c-decoration__bottom span::before, .footer .c-facility.group .c-decoration__bottom span::after {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: 13.5rem;
  border-left: 1px solid #bfaa7c;
  border-right: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .c-facility.group .c-decoration__bottom span::before {
  bottom: 0.5rem;
  left: 0;
}
.footer .c-facility.group .c-decoration__bottom span::after {
  bottom: 0;
  left: 0.5rem;
}
.footer .c-facility.nursery {
  padding: 8rem 2rem 6rem;
  position: relative;
  z-index: 0;
}
.footer .c-facility.nursery .c-decoration {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer .c-facility.nursery .c-decoration__top {
  width: 100%;
}
.footer .c-facility.nursery .c-decoration__top span.left::before, .footer .c-facility.nursery .c-decoration__top span.left::after, .footer .c-facility.nursery .c-decoration__top span.right::before, .footer .c-facility.nursery .c-decoration__top span.right::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 13.5rem;
  border-top: 1px solid #bfaa7c;
  position: absolute;
}
.footer .c-facility.nursery .c-decoration__top span.left::before, .footer .c-facility.nursery .c-decoration__top span.left::after {
  border-left: 1px solid #bfaa7c;
}
.footer .c-facility.nursery .c-decoration__top span.left::before {
  top: 0;
  left: 0.5rem;
}
.footer .c-facility.nursery .c-decoration__top span.left::after {
  top: 0.5rem;
  left: 0;
}
.footer .c-facility.nursery .c-decoration__top span.right::before, .footer .c-facility.nursery .c-decoration__top span.right::after {
  border-right: 1px solid #bfaa7c;
}
.footer .c-facility.nursery .c-decoration__top span.right::before {
  top: 0;
  right: 0.5rem;
}
.footer .c-facility.nursery .c-decoration__top span.right::after {
  top: 0.5rem;
  right: 0;
}
.footer .c-facility.nursery .c-decoration__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .c-facility.nursery .c-decoration__bottom span::before, .footer .c-facility.nursery .c-decoration__bottom span::after {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: 13.5rem;
  border-left: 1px solid #bfaa7c;
  border-right: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .c-facility.nursery .c-decoration__bottom span::before {
  bottom: 0.5rem;
  left: 0;
}
.footer .c-facility.nursery .c-decoration__bottom span::after {
  bottom: 0;
  left: 0.5rem;
}
.footer__banner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__banner a {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .footer__banner a:hover {
    filter: brightness(1.1);
  }
}
.footer__banner a img {
  width: 100%;
  height: auto;
}
.footer__copy {
  margin-inline: -2rem;
  padding: 4rem 2rem 1.5rem;
  margin-bottom: 2.8rem;
  background: var(--color-brown);
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer__copy::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: var(--color-brown);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__copy {
    margin-bottom: 0;
  }
  .footer__copy::after {
    display: none;
  }
}

/* ------------------------------------------------------------

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  height: 8.8rem;
  background: var(--base-color);
  border-radius: 0 0 0 0.5rem;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .menuButton:hover {
    filter: brightness(0.95);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 5.6rem;
    height: 5.6rem;
    background: #f6f2ee;
    border-radius: 0 0 0 0.5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.menuButton .text {
  margin-top: 4rem;
  color: var(--font-color);
  font-family: "EB Garamond", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}
.menuButton .border {
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  margin-top: -2rem;
  background: var(--font-color);
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border {
    width: 2.7rem;
    margin-top: -1.4rem;
  }
}
.menuButton .border:nth-child(1) {
  transform: translateY(-0.8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border:nth-child(1) {
    transform: translateY(-0.6rem);
  }
}
.menuButton .border:nth-child(3) {
  transform: translateY(0.8rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border:nth-child(3) {
    transform: translateY(0.6rem);
  }
}
.menuButton.active {
  background: #fff;
}
.menuButton.active .text::after {
  content: "CLOSE";
}
.menuButton.active .js-menuText {
  font-size: 0;
}
.menuButton.active .js-menuText::after {
  font-size: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.active .js-menuText::after {
    font-size: 1.2rem;
  }
}
.menuButton.active .border:nth-child(1) {
  transform: rotate(21deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.active .border:nth-child(1) {
    transform: rotate(20deg);
  }
}
.menuButton.active .border:nth-child(2) {
  opacity: 0;
}
.menuButton.active .border:nth-child(3) {
  transform: rotate(-21deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.active .border:nth-child(3) {
    transform: rotate(-20deg);
  }
}

.mvFixedBtn {
  height: calc(100% - 17.6rem);
  position: fixed;
  top: 8.8rem;
  right: 0;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    display: flex;
    width: calc(100% - 5.6rem);
    height: 5.6rem;
    inset: auto auto 0 0;
  }
}
.mvFixedBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 8.8rem;
  height: 50%;
  border-radius: 0.5rem 0 0 0.5rem;
  color: var(--base-color);
  font-weight: 700;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    height: 100%;
    width: 50%;
    border-radius: 0.5rem 0.5rem 0 0;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--base-color);
}
.mvFixedBtn__btn span {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.2em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.mvFixedBtn__btn.reservation {
  background: var(--color-red);
  margin-left: auto;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .mvFixedBtn__btn.reservation:hover {
    filter: brightness(1.2);
  }
}
.mvFixedBtn__btn.reservation span.sub {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation span.sub {
    margin-bottom: -0.1rem;
    font-size: 1.2rem;
  }
}
.mvFixedBtn__btn.reservation span.number {
  font-size: 1.8rem;
  text-combine-upright: all;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation span.number {
    font-size: 1.2rem;
  }
}
.mvFixedBtn__btn.tel {
  background: var(--color-beige-04);
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .mvFixedBtn__btn.tel:hover .large {
    translate: 0 0;
  }
}
.mvFixedBtn__btn.tel .small {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small {
    gap: 0.5rem;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 44rem;
  height: 100%;
  padding: 0 2rem;
  background: var(--color-beige-04);
  border-radius: 0.5rem 0 0 0.5rem;
  translate: 100% 0;
  transition: translate 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.mvFixedBtn__btn.tel .large::before, .mvFixedBtn__btn.tel .large::after {
  content: "";
  display: block;
  width: 39.2rem;
  height: 10rem;
  background: url(../images/icon_line_01.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.mvFixedBtn__btn.tel .large::before {
  top: 4rem;
}
.mvFixedBtn__btn.tel .large::after {
  bottom: 4rem;
  scale: -1 -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .large {
    display: none;
  }
}
.mvFixedBtn__btn.tel .large span {
  writing-mode: horizontal-tb;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) svg {
  width: 3.6rem;
  height: 3.6rem;
}

.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 8.8rem;
  height: 8.8rem;
  color: var(--color-beige-04);
  background: var(--base-color);
  border-radius: 0.5rem 0 0 0.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (hover: hover) {
  .pageTop:hover span {
    translate: 0 -0.3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    gap: 0.5rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.4rem;
  }
}
.pageTop span {
  width: 2.2rem;
  height: 1rem;
  background: var(--color-beige-01);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: translate 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span {
    width: 1.2rem;
    height: 0.6rem;
  }
}

/* ------------------------------------------------------------

pc-content

------------------------------------------------------------ */
.wrapper {
  width: 100%;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    width: unset;
  }
}

h1 {
  width: 63.6458333333%;
  padding: 0 7.2rem;
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  position: fixed;
  top: 2.2rem;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  h1 {
    width: 100%;
    padding: 7rem 2rem 0;
    -webkit-line-clamp: 2;
    position: absolute;
    top: 0;
  }
  .home h1 {
    padding: 1rem 11rem 0 2rem;
  }
}

.pc-content {
  width: 100%;
  height: 100vh;
  background: url(../images/bg_mv_01.webp) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: contents;
    height: unset;
  }
}
.pc-content__inner {
  width: 63.6458333333%;
  height: 100%;
  padding-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__inner {
    display: none;
  }
}
.pc-content__unit {
  display: flex;
  gap: 4.2rem;
  padding-left: 7.2rem;
  margin-bottom: 5rem;
}
.pc-content__logo {
  width: 38rem;
}
.pc-content__logo a {
  display: block;
}
.pc-content__logo a img {
  width: 100%;
  height: auto;
}
.pc-content__tag {
  display: flex;
  gap: 0.5rem 1.2rem;
  flex-wrap: wrap;
  width: 41.2rem;
}
.pc-content__tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.5rem;
  height: 3.5rem;
  background: var(--color-beige-02);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.pc-content__tag li::before, .pc-content__tag li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.pc-content__tag li::before {
  top: -0.3rem;
}
.pc-content__tag li::after {
  bottom: -0.3rem;
}
.pc-content__tag li:nth-of-type(2), .pc-content__tag li:nth-of-type(3) {
  background: var(--color-beige-03);
}
.pc-content__tag li:nth-of-type(2)::before, .pc-content__tag li:nth-of-type(2)::after, .pc-content__tag li:nth-of-type(3)::before, .pc-content__tag li:nth-of-type(3)::after {
  background: var(--color-beige-03);
}
.pc-content__tag li span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.pc-content__tag li span span {
  font-size: 1.9rem;
}
.pc-content__slide {
  width: 97.05400982%;
  height: 65.6842105263%;
  position: relative;
}
.pc-content__slide .splide__track {
  height: 100%;
}
.pc-content__slide .splide__slide {
  height: 100%;
}
.pc-content__slide .splide__slide picture {
  height: 100%;
}
.pc-content__slide .splide__slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-content__slide .splide__pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: -2.4rem;
  gap: 1.6rem;
}
.pc-content__slide .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  background: #d8ceb8;
  opacity: 1;
}
.pc-content__slide .splide__pagination__page.is-active {
  background: #8b7355;
}
.pc-content .mvFixedNews {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  width: 99.4rem;
  padding: 3.2rem 5.6rem;
  background: var(--base-color);
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content .mvFixedNews {
    display: none;
  }
}
.pc-content .mvFixedNews__title {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pc-content .mvFixedNews__title p {
  font-size: 2.2rem;
}
.pc-content .mvFixedNews__title p.en {
  color: var(--color-beige-02);
  font-family: "EB Garamond";
}
.pc-content .mvFixedNews__title p.ja {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.pc-content .mvFixedNews .c-button {
  gap: 1rem;
  width: 16rem;
  min-height: 4.8rem;
}

/* ------------------------------------------------------------

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 44rem;
  background: var(--base-color);
  margin-inline: auto 8.8541666667%;
  position: relative;
  z-index: 0;
}
.home .allContent {
  background: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}

/* ------------------------------------------------------------

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 100%, 0.1);
  backdrop-filter: blur(2rem);
  position: fixed;
  inset: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
  visibility: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu {
    height: 100%;
    background: var(--color-white);
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__inner {
  display: flex;
  width: 100%;
  height: 65.2631578947%;
  background: var(--color-white);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 620' preserveAspectRatio='none'%3E%3Cpath d='M0,0 H1920 V546.627 C1519.98,620 960.5,620 960.5,620 C401.02,620 0,546.627 0,546.627 Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    height: 100%;
    background: none;
    flex-direction: column;
    mask-image: none;
  }
}
.drawerMenu__image {
  flex: none;
  width: 34.375%;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__image {
    order: 2;
    width: 100%;
    height: auto;
  }
}
.drawerMenu__image picture {
  width: 100%;
  height: 100%;
}
.drawerMenu__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__image picture img {
    height: auto;
  }
}
.drawerMenu__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    order: 1;
    flex-direction: column;
    gap: 3.6rem;
    padding: 6.6rem 2rem;
    position: relative;
    z-index: 1;
  }
  .drawerMenu__nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.8rem;
    background: var(--color-white);
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: absolute;
    bottom: -2.7rem;
    left: 0;
    z-index: 1;
  }
}
.drawerMenu__list {
  display: flex;
  justify-content: center;
  gap: 5.2083333333vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__list {
    width: 100%;
    flex-direction: column;
    gap: 4.2rem;
  }
}
.drawerMenu__item > a,
.drawerMenu__item > p {
  display: inline-block;
  color: var(--color-beige-04);
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.drawerMenu__item > a {
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__item > a:hover {
    color: var(--color-red);
  }
}
.drawerMenu__item > p {
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item > p {
    margin-bottom: 2rem;
  }
}
.drawerMenu__item > div {
  display: flex;
  gap: 4.1666666667vw;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item > div {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.drawerMenu__item > div ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.drawerMenu__item > div ul li a {
  display: flex;
  gap: 1rem;
  color: var(--font-color);
  line-height: var(--lh-16);
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__item > div ul li a:hover {
    color: var(--color-red);
  }
}
.drawerMenu__item > div ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  margin-top: 1.2rem;
  background: var(--color-beige-04);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item.treatment > div {
    flex-direction: row;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item.treatment > div ul {
    width: 50%;
  }
}
.drawerMenu__bg {
  flex: 1;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__bg {
    display: none;
  }
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.js-modal {
  opacity: 0;
  translate: 0 3rem;
}
.js-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.js-modal[open] {
  display: block;
  animation: slideUp 0.3s ease-out forwards;
}
.js-modal[open]::backdrop {
  opacity: 1;
}
.js-modal.closing {
  animation: slideDown 0.2s ease-in forwards;
}
.js-modal.closing::backdrop {
  opacity: 0;
}

@keyframes slideUp {
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes slideDown {
  from {
    opacity: 1;
    translate: 0 0;
  }
  to {
    opacity: 0;
    translate: 0 3rem;
  }
}
/* ------------------------------------------------------------

画像ポップアップモーダル

------------------------------------------------------------ */
.imageModal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.imageModal.is-open {
  display: block;
}
.imageModal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.5rem);
  animation: fadeIn 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.imageModal__container {
  position: relative;
  z-index: 1000;
  animation: zoomIn 0.3s ease-out;
}
.imageModal__close {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1;
  position: absolute;
  top: -4.8rem;
  right: 0;
  cursor: pointer;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .imageModal__close {
    font-size: 3.2rem;
    top: -3.2rem;
    right: -0.8rem;
  }
}
.imageModal__image {
  display: block;
  height: 70vh;
  width: auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .imageModal__image {
    width: 90vw;
    height: auto;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
.page-top > section,
.page-top > .divSection {
  padding: 0;
  background: var(--base-color);
}
.page-top .mv {
  height: 100vh;
  background: none;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv {
    height: 73rem;
    padding-top: 7.2rem;
    background: url(../images/bg_gray_01.webp) no-repeat center/cover, var(--base-color);
  }
}
.page-top .mv__logo {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv__logo {
    display: block;
    width: 27rem;
    margin: 0 auto 2.4rem;
  }
}
.page-top .mv__logo img {
  width: 100%;
  height: auto;
}
.page-top .mv .splide {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv .splide {
    display: block;
    width: 36rem;
  }
}
.page-top .mv .splide__slide img {
  width: 100%;
  height: auto;
}
.page-top .mv .splide__pagination {
  display: flex;
  position: absolute;
  bottom: -3rem;
  left: 2rem;
  gap: 1.6rem;
}
.page-top .mv .splide__pagination__page {
  width: 1.2rem;
  height: 1.2rem;
  background: #d8ceb8;
  opacity: 1;
}
.page-top .mv .splide__pagination__page.is-active {
  background: #8b7355;
}
.page-top .mv__copy {
  width: 31.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv__copy {
    width: 18.3rem;
    top: unset;
    left: unset;
    bottom: 4rem;
    right: 2rem;
    translate: 0;
  }
}
.page-top .mv__copy img {
  width: 100%;
  height: auto;
}
.page-top .lead {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
  padding: 6.4rem 2rem;
}
.page-top .lead__logo {
  display: block;
  width: 30rem;
  margin-inline: auto;
}
.page-top .lead__logo img {
  width: 100%;
  height: auto;
}
.page-top .lead__badges {
  display: flex;
  gap: 1.2rem;
}
.page-top .lead__badges li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 8rem;
  background: var(--color-beige-02);
  color: #fff;
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.page-top .lead__badges li::before, .page-top .lead__badges li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.page-top .lead__badges li::before {
  top: -0.3rem;
}
.page-top .lead__badges li::after {
  bottom: -0.3rem;
}
.page-top .lead__badges li:nth-of-type(even) {
  background: var(--color-beige-03);
}
.page-top .lead__badges li:nth-of-type(even)::before, .page-top .lead__badges li:nth-of-type(even)::after {
  background: var(--color-beige-03);
}
.page-top .lead__badges li span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .lead__badges li span span {
  font-size: 1.9rem;
}
.page-top .lead__address {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.page-top .lead__links {
  display: flex;
  justify-content: space-between;
  margin-top: -2rem;
}
.page-top .lead__links a {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--color-beige-01);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  position: relative;
}
.page-top .lead__links a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.8rem;
  background: var(--color-beige-01);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.page-top .lead__btn {
  padding: 4rem 2rem;
  margin-inline: -2rem;
  background: var(--color-white);
}
.page-top .lead__btn .c-btnUnit .c-decoration__top span.left::before,
.page-top .lead__btn .c-btnUnit .c-decoration__top span.left::after,
.page-top .lead__btn .c-btnUnit .c-decoration__top span.right::before,
.page-top .lead__btn .c-btnUnit .c-decoration__top span.right::after {
  width: 9rem;
}
.page-top .lead__btn .c-btnUnit__title {
  font-size: 2.8rem;
}
.page-top .lead__btn .c-btnUnit__text {
  font-size: 2.2rem;
}
.page-top .newsSub {
  padding: 0 2rem 6.4rem;
}
.page-top .newsSub__inner {
  padding: 4rem 2rem;
  background: url(../images/bg_gray_02.webp) no-repeat center/cover;
}
.page-top .newsSub__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.page-top .newsSub__title .heading01 {
  align-items: unset;
  gap: 0;
}
.page-top .newsSub__title .heading01__en {
  font-size: 2.2rem;
}
.page-top .newsSub__title .heading01__ja {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .newsSub__title .c-button {
  width: 19rem;
  height: 5.6rem;
  margin-inline: 0;
}
.page-top .newsSub .c-newsList .item {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.page-top .newsSub .c-newsList .item__title {
  width: 100%;
}
.page-top .booking {
  padding-bottom: 8rem;
}
.page-top .booking__inner {
  padding: 5rem 2rem 2rem;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
.page-top .booking__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: var(--color-white);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.page-top .booking__title {
  margin-bottom: 3.2rem;
}
.page-top .booking__title p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .booking__title p:nth-of-type(1) {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--color-beige-02);
  font-size: 2.4rem;
}
.page-top .booking__title p:nth-of-type(1) span {
  flex: 1;
  position: relative;
}
.page-top .booking__title p:nth-of-type(1) span::before, .page-top .booking__title p:nth-of-type(1) span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  top: -0.25rem;
}
.page-top .booking__title p:nth-of-type(1) span::after {
  top: 0.25rem;
}
.page-top .booking__title p:nth-of-type(2) {
  font-size: 1.8rem;
}
.page-top .booking__unit {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-top .booking__tab {
  display: grid;
  place-content: center;
  height: 8rem;
  border: 1px solid var(--color-beige-02);
  border-radius: 0.5rem;
  color: #747474;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: var(--lh-14);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.page-top .booking__tab::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.6rem;
  background: var(--color-beige-01);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .booking__tab:nth-child(-n+4) {
  width: calc((100% - 1rem) / 2);
}
.page-top .booking__tab:nth-child(n+5) {
  width: calc((100% - 2rem) / 3);
}
.page-top .booking__tab.active {
  background: var(--color-beige-02);
  color: #fff;
}
.page-top .booking__tab.active::after {
  background: #fff;
}
.page-top .booking__content {
  margin-top: 5.2rem;
}
.page-top .booking__item {
  display: none;
}
.page-top .booking__item.active {
  display: block;
}
.page-top .booking__item iframe {
  width: 100%;
  height: 30rem;
}
.page-top .booking__return {
  display: grid;
  place-content: center;
  width: 36rem;
  height: 8rem;
  margin-inline: auto;
  background: #98242b;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .about {
  padding: 10rem 2rem 5.2rem;
  background: url(../images/home_01.webp) no-repeat top/contain, linear-gradient(#9a835d 0%, #fffcfb 100%);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-top .about::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top .about::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fefaf9;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.page-top .about .heading01 {
  margin-bottom: 6rem;
}
.page-top .about .heading01 h2 span.dot {
  border-bottom: 2px dotted var(--base-color);
}
.page-top .about__images {
  display: flex;
  justify-content: space-between;
  margin: 0 -2rem 3.2rem;
}
.page-top .about__images div {
  width: 22rem;
}
.page-top .about__images div:nth-of-type(2) {
  margin-top: 4rem;
}
.page-top .about__images div img {
  width: 100%;
  height: auto;
}
.page-top .about .c-desc {
  color: #fff;
}
.page-top .about__worry {
  padding: 5.6rem 4rem;
  margin: 4.6rem 0;
  background: #978970;
  color: #fff;
  position: relative;
}
.page-top .about__worry::after {
  content: "";
  display: block;
  width: 18rem;
  height: 4rem;
  background: var(--color-beige-02);
  mix-blend-mode: multiply;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .about__title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  letter-spacing: 0.2em;
  text-align: center;
}
.page-top .about__title span {
  font-size: 3rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .about__list li {
  padding: 1.2rem 0 1.2rem 3.2rem;
  border-bottom: 1px dotted #eee9e0;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  position: relative;
}
.page-top .about__list li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_check_01.svg) no-repeat center/contain;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.page-top .about__lead {
  margin-bottom: 6.4rem;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.page-top .about__lead span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .about__lead span.bg {
  background: var(--color-white);
  mix-blend-mode: multiply;
}
.page-top .about__lead span.big {
  font-size: 2.4rem;
}
.page-top .menu {
  padding: 9rem 2rem;
}
.page-top .menu .heading01 {
  margin-bottom: 4rem;
}
.page-top .menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 3rem;
}
.page-top .menu__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: calc((100% - 1.4rem) / 2);
  aspect-ratio: 1/1;
  background: var(--color-white);
  border-radius: 0.5rem;
  position: relative;
}
@media (hover: hover) {
  .page-top .menu__card:hover::after {
    width: 10rem;
  }
}
.page-top .menu__card::after {
  content: "";
  display: block;
  width: 8.6rem;
  height: 0.3rem;
  background: var(--color-beige-02);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  transition: width 0.3s;
}
.page-top .menu__card:nth-of-type(2), .page-top .menu__card:nth-of-type(3), .page-top .menu__card:nth-of-type(6), .page-top .menu__card:nth-of-type(7) {
  background: #eee7dc;
}
.page-top .menu__card img {
  margin-top: -1rem;
  width: 9rem;
  height: auto;
}
.page-top .menu__card p {
  line-height: 1;
}
.page-top .menu__card p:nth-of-type(2) {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .menu__other {
  background: var(--color-white);
  border-radius: 0.5rem;
  padding: 5.2rem 2rem;
  position: relative;
}
.page-top .menu__other::after {
  content: "";
  display: block;
  width: 14rem;
  height: 0.3rem;
  background: var(--color-beige-02);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.page-top .menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
.page-top .menu__title p {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .menu__title img {
  width: 2.8rem;
  height: 2.8rem;
}
.page-top .menu__treatment {
  margin-bottom: 3.2rem;
}
.page-top .menu__treatment li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 1px dotted var(--color-beige-01);
}
.page-top .menu__treatment li p:nth-of-type(1) {
  width: 45%;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .menu__treatment li p:nth-of-type(2) {
  width: 55%;
}
.page-top .children {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 5.6rem;
}
.page-top .children__image {
  position: relative;
}
.page-top .children__image::before {
  content: "";
  display: block;
  width: 14.9rem;
  height: 20.8rem;
  background: url(../images/home_05.webp) no-repeat center/contain;
  position: absolute;
  top: -20.8rem;
  right: 0;
  z-index: -1;
}
.page-top .children__image img {
  width: 100%;
  height: auto;
}
.page-top .children__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
}
.page-top .children__list li {
  display: grid;
  place-content: center;
  width: 35.5rem;
  height: 6.4rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.1em;
}
.page-top .children__list li:nth-of-type(odd) {
  background: #9fb182;
  border-radius: 0 3rem 3rem 0;
}
.page-top .children__list li:nth-of-type(even) {
  margin-inline: auto 0;
  background: #b3c594;
  border-radius: 3rem 0 0 3rem;
}
.page-top .children__list li:nth-of-type(3), .page-top .children__list li:nth-of-type(4) {
  position: relative;
}
.page-top .children__list li:nth-of-type(3)::before, .page-top .children__list li:nth-of-type(4)::before {
  content: "";
  display: block;
  width: 8.1rem;
  height: 10.2rem;
  background: url(../images/home_06.webp) no-repeat center/contain;
  position: absolute;
  top: -10.2rem;
  z-index: 1;
}
.page-top .children__list li:nth-of-type(3)::before {
  left: 2rem;
}
.page-top .children__list li:nth-of-type(4)::before {
  right: 2rem;
}
.page-top .children .c-button {
  margin-bottom: 1.6rem;
}
.page-top .children__banner {
  display: block;
  padding: 0 2rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .page-top .children__banner:hover {
    filter: brightness(1.1);
  }
}
.page-top .children__banner img {
  width: 100%;
  height: auto;
}
.page-top .second {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 10rem 2rem 5.2rem;
  background: var(--color-white);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-top .second::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top .second::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: var(--color-white);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.page-top .second__image {
  padding: 0 2rem;
}
.page-top .second__image img {
  width: 100%;
  height: auto;
}
.page-top .second__list {
  padding: 0 4rem 0 2rem;
  margin-bottom: 5.6rem;
  position: relative;
}
.page-top .second__list::before {
  content: "";
  display: block;
  width: 42rem;
  height: 62.8rem;
  background: #fcfcfc;
  position: absolute;
  top: -16.2rem;
  left: -2rem;
  z-index: -1;
}
.page-top .second__list li {
  padding: 1.2rem 0 1.2rem 3.2rem;
  border-bottom: 1px dotted var(--color-beige-01);
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  position: relative;
}
.page-top .second__list li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_check_02.svg) no-repeat center/contain;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.page-top .second__list .c-desc {
  margin-bottom: 2rem;
}
.page-top .principles {
  display: flex;
  flex-direction: column;
  gap: 10.8rem;
  padding: 10rem 2rem 5.2rem;
  background: linear-gradient(#9a835d 0%, #b8a78c 30%, #c2b39c 42%, #e6ded4 52%, #efe9e2 62%, #f4efea 82%, #fff 100%);
}
.page-top .principles .heading01 h2 span {
  font-size: 4.8rem;
}
.page-top .principles__item {
  position: relative;
}
.page-top .principles__item:nth-of-type(1) {
  color: #fff;
}
.page-top .principles__item:nth-of-type(2) .principles__image p span {
  background: #9c8f72;
}
.page-top .principles__item:nth-of-type(2) .principles__content h3 {
  border-bottom: 1px dotted var(--color-beige-02);
}
.page-top .principles__item:nth-of-type(3) .principles__image p span {
  background: #c4b596;
}
.page-top .principles__item:nth-of-type(3) .principles__content h3 {
  border-bottom: 1px dotted var(--color-beige-02);
}
.page-top .principles__num {
  color: var(--color-beige-01);
  font-size: 11.8rem;
  line-height: 1;
  font-family: "EB Garamond";
  mix-blend-mode: multiply;
  position: absolute;
  top: -6rem;
  left: 0rem;
  z-index: 1;
}
.page-top .principles__image {
  margin-bottom: 3.2rem;
  position: relative;
}
.page-top .principles__image img {
  width: 100%;
  height: auto;
}
.page-top .principles__image p {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: absolute;
  top: -3.2rem;
  right: 2rem;
}
.page-top .principles__image p span {
  display: grid;
  place-content: center;
  width: 10rem;
  height: 10rem;
  background: #78602f;
  color: #fff;
  font-size: 8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .principles__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 6rem;
}
.page-top .principles__content h3 {
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px dotted var(--base-color);
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-top .team__image img, .page-top .team__sub img {
  width: 100%;
  height: auto;
}
.page-top .team__text {
  padding: 6rem 2rem;
  position: relative;
}
.page-top .team__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 74.5rem;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .team__text .heading01 {
  margin-bottom: 5rem;
}
.page-top .team__text .heading01 h2 span.sub {
  font-size: 2rem;
}
.page-top .case {
  padding: 10rem 2rem 5rem;
}
.page-top .case__inner {
  margin-bottom: 5.6rem;
  padding: 12rem 0 6rem;
  position: relative;
  position: relative;
  z-index: 0;
}
.page-top .case__inner .c-decoration {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .case__inner .c-decoration__top {
  width: 100%;
}
.page-top .case__inner .c-decoration__top span.left::before, .page-top .case__inner .c-decoration__top span.left::after, .page-top .case__inner .c-decoration__top span.right::before, .page-top .case__inner .c-decoration__top span.right::after {
  content: "";
  display: block;
  width: 13.5rem;
  height: 9rem;
  border-top: 1px solid #bfaa7c;
  position: absolute;
}
.page-top .case__inner .c-decoration__top span.left::before, .page-top .case__inner .c-decoration__top span.left::after {
  border-left: 1px solid #bfaa7c;
}
.page-top .case__inner .c-decoration__top span.left::before {
  top: 0;
  left: 0.5rem;
}
.page-top .case__inner .c-decoration__top span.left::after {
  top: 0.5rem;
  left: 0;
}
.page-top .case__inner .c-decoration__top span.right::before, .page-top .case__inner .c-decoration__top span.right::after {
  border-right: 1px solid #bfaa7c;
}
.page-top .case__inner .c-decoration__top span.right::before {
  top: 0;
  right: 0.5rem;
}
.page-top .case__inner .c-decoration__top span.right::after {
  top: 0.5rem;
  right: 0;
}
.page-top .case__inner .c-decoration__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top .case__inner .c-decoration__bottom span::before, .page-top .case__inner .c-decoration__bottom span::after {
  content: "";
  display: block;
  width: calc(100% - 0.5rem);
  height: 9rem;
  border-left: 1px solid #bfaa7c;
  border-right: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top .case__inner .c-decoration__bottom span::before {
  bottom: 0.5rem;
  left: 0;
}
.page-top .case__inner .c-decoration__bottom span::after {
  bottom: 0;
  left: 0.5rem;
}
.page-top .case__inner .heading01 {
  position: absolute;
  top: -2rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .case__slider .splide__track {
  margin-bottom: 5.2rem;
}
.page-top .case__slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 19rem;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  translate: -50% 0;
  pointer-events: none;
}
.page-top .case__slider .splide__arrow {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transition: opacity 0.3s;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .page-top .case__slider .splide__arrow:hover {
    opacity: 0.7;
  }
}
.page-top .case__slider .splide__arrow svg {
  width: 3rem;
  height: 3rem;
  fill: var(--color-beige-02);
}
.page-top .case__slider .splide__arrow--prev svg {
  transform: rotate(-180deg);
}
.page-top .case__slider .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  pointer-events: auto;
}
.page-top .case__slider .splide__pagination li button {
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border: 1px solid var(--color-beige-02);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.page-top .case__slider .splide__pagination li button.is-active {
  background: var(--color-beige-02);
}
.page-top .case__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.page-top .case__name {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.page-top .case__detail {
  display: flex;
  flex-direction: column-reverse;
  background: var(--color-white);
  border-radius: 0.5rem;
}
.page-top .case__detail summary {
  display: grid;
  place-content: center;
  padding: 1.5rem 2rem;
  cursor: pointer;
  position: relative;
}
.page-top .case__detail summary::-webkit-details-marker {
  display: none;
}
.page-top .case__detail summary .text {
  color: var(--color-beige-04);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .case__detail summary .ico {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3rem;
}
.page-top .case__detail summary .ico::before, .page-top .case__detail summary .ico::after {
  content: "";
  display: block;
  background: var(--color-beige-04);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.page-top .case__detail summary .ico::before {
  width: 100%;
  height: 1px;
}
.page-top .case__detail summary .ico::after {
  width: 1px;
  height: 100%;
}
.page-top .case__detail[open] > summary {
  margin-bottom: 1rem;
}
.page-top .case__detail[open] > summary .ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-top .case__contents {
  padding: 2rem;
}
.page-top .case__contents dl {
  padding: 1.5rem 0;
  border-bottom: 1px dotted var(--color-beige-01);
}
.page-top .case__contents dl dt,
.page-top .case__contents dl dd {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.page-top .case__contents dl dt {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.2rem 1.5rem;
  background: #ffffff;
  border-radius: 1.5rem;
}
.page-top .case__nopost {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
}
.page-top .doctor {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 10rem 2rem 6rem;
  background: url(../images/bg_gray_01.webp) no-repeat center/cover, var(--base-color);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-top .doctor::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top .doctor::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #000;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.page-top .doctor::after {
  content: "";
  background: url(../images/bg_gray_01.webp) no-repeat center/cover, var(--base-color);
}
.page-top .doctor .heading01 {
  margin-bottom: -1.6rem;
}
.page-top .doctor .c-doctor::before {
  display: none;
}
.page-top .doctor__badge {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 2rem;
  background: var(--color-beige-01);
  color: #fff;
}
.page-top .doctor__badge h3 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
}
.page-top .doctor__badge h3 span {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .doctor__badge h3 span.dot {
  border-bottom: 2px dotted var(--base-color);
}
.page-top .doctor__badge h3 span.main {
  font-size: 3.2rem;
}
.page-top .doctor__image {
  width: 100%;
  position: relative;
}
.page-top .doctor__image img {
  width: 19rem;
  height: auto;
}
.page-top .doctor__image p {
  width: fit-content;
  padding: 0.5rem 1rem;
  background: var(--color-beige-04);
  font-size: 1.8rem;
  color: var(--base-color);
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  white-space: nowrap;
  position: absolute;
}
.page-top .doctor__image:nth-of-type(1) p {
  top: 1.6rem;
  right: 0;
}
.page-top .doctor__image:nth-of-type(2) {
  margin-top: -6.4rem;
  text-align: right;
}
.page-top .doctor__image:nth-of-type(2) p {
  bottom: 1.6rem;
  left: 0;
}
.page-top .treatment {
  padding: 8rem 2rem 7rem;
}
.page-top .treatment__slide {
  margin: 0 -2rem 6rem;
}
.page-top .treatment__slide img {
  width: 100%;
  height: auto;
}
.page-top .treatment .heading01 {
  margin-bottom: 3.2rem;
}
.page-top .treatment__tabs {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  margin-top: 7rem;
}
.page-top .treatment__tabs button {
  flex: 1;
  height: 7.6rem;
  padding-bottom: 0.5rem;
  background: #e0d6c8;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-14);
  cursor: pointer;
  position: relative;
}
.page-top .treatment__tabs button::before {
  content: "";
  background: var(--color-beige-02);
  width: 1.4rem;
  height: 0.6rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .treatment__tabs button.active {
  height: 9.4rem;
}
.page-top .treatment__tabs button:nth-of-type(1) {
  background: var(--color-white);
}
.page-top .treatment__tabs button:nth-of-type(2) {
  background: var(--color-beige-02);
  color: #fff;
}
.page-top .treatment__tabs button:nth-of-type(3) {
  background: var(--color-beige-04);
  color: #fff;
}
.page-top .treatment__content {
  display: none;
  padding: 3.2rem 2rem 6.4rem;
}
.page-top .treatment__content.active {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.page-top .treatment__content:nth-of-type(1) {
  background: var(--color-white);
}
.page-top .treatment__content:nth-of-type(2) {
  background: var(--color-beige-02);
  color: #fff;
}
.page-top .treatment__content:nth-of-type(3) {
  background: var(--color-beige-04);
  color: #fff;
}
.page-top .treatment__content h4 {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  letter-spacing: 0.1em;
  text-align: center;
}
.page-top .treatment__content .c-button {
  margin-top: 2rem;
}
.page-top .treatment__image img {
  width: 100%;
  height: auto;
}
.page-top .feature {
  padding: 10rem 2rem 6rem;
  background: url(../images/bg_gray_01.webp) no-repeat center/cover, var(--base-color);
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-top .feature::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top .feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #000;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  z-index: 1;
}
.page-top .feature::after {
  content: "";
  background: url(../images/bg_gray_01.webp) no-repeat center/cover, var(--base-color);
}
.page-top .feature .heading01 {
  margin-bottom: 1rem;
}
.page-top .feature__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 6rem;
}
.page-top .feature__item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  position: relative;
}
.page-top .feature__item h3 {
  font-size: 2.2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.page-top .feature__item:nth-of-type(even) .feature__num {
  flex-direction: row-reverse;
}
.page-top .feature__num {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: -3.2rem;
  color: var(--color-beige-01);
  font-size: 8rem;
  font-family: "EB Garamond";
  line-height: var(--lh-12);
  mix-blend-mode: multiply;
}
.page-top .feature__num::after {
  flex: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-01);
}
.page-top .feature__image img {
  width: 100%;
  height: auto;
}
.page-top .recruit {
  padding: 9rem 2rem 8rem;
}
.page-top .recruit a {
  display: block;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .page-top .recruit a:hover {
    filter: brightness(1.2);
  }
}
.page-top .recruit a img {
  width: 100%;
  height: auto;
}
.page-top .newsMain {
  padding: 10rem 2rem 5.2rem;
  background: #f6f2ee;
  position: relative;
  z-index: 1;
}
.page-top .newsMain::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 440 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M220 28C91.719 28 0 0 0 0H440C440 0 348.281 28 220 28Z' fill='%23000'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top .newsMain .heading01 {
  margin-bottom: 4rem;
}
.page-top .newsMain .heading01 p:nth-of-type(2) {
  font-size: 2.8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-top .newsMain__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
}
.page-top .newsMain__tabs button {
  width: calc((100% - 2.4rem) / 3);
  height: 5rem;
  border: 1px solid #BFAA7C;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-12);
  cursor: pointer;
  transition: background 0.3s;
}
.page-top .newsMain__tabs button.active {
  background: var(--color-beige-02);
  color: #fff;
  position: relative;
}
.page-top .newsMain__tabs button.active::before {
  content: "";
  background: #f8f1e7;
  width: 0.9rem;
  height: 0.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.page-top .newsMain__contents {
  display: none;
}
.page-top .newsMain__contents.active {
  display: block;
  margin-bottom: 5.6rem;
}
.page-top .newsMain__contents .c-newsList .item {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px dotted var(--color-beige-01);
}
.page-top .newsMain__contents .c-newsList .item__title {
  width: 100%;
}
.page-top .bottomImgae img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 4rem 2rem 7.2rem;
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.archive__links .c-button {
  width: calc((100% - 1.6rem) / 2);
  margin-inline: unset;
  font-size: 1.5rem;
}
.archive__inner {
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.articleUnit {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: var(--font-color);
  padding-bottom: 4rem;
  border-bottom: 1px dotted var(--color-beige-01);
}
.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/248;
}
.articleUnit .c-caseBox .imageSlider {
  margin-bottom: 0;
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/248;
}
.articleUnit__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articleUnit__date time {
  width: 8rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.articleUnit__category {
  display: grid;
  place-content: center;
  width: 16rem;
  height: 2.8rem;
  background: var(--color-beige-02);
  border-radius: 0.3rem;
  color: var(--base-color);
  font-size: 1.4rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.articleUnit__title {
  line-height: var(--lh-16);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.PageNavi .page-numbers {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  color: var(--font-color);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .PageNavi .page-numbers:hover {
    opacity: 0.6;
  }
}
.PageNavi .page-numbers:not(.prev):not(.next):not(.current) {
  border: 1px solid var(--color-beige-02);
}
.PageNavi .page-numbers.current {
  background: var(--color-beige-02);
  color: var(--base-color);
  pointer-events: none;
}

/* ------------------------------------------------------------

記事詳細

------------------------------------------------------------ */
.single {
  padding: 7.2rem 2rem;
}
.single .h2-title {
  margin-bottom: 4rem;
}
.single .h3-title {
  margin-bottom: 3.2rem;
}
.single__image:not(:last-child) {
  margin-bottom: 2rem;
}
.single__image img {
  width: 100%;
  height: auto;
}
.single__image figcaption {
  text-align: center;
}
.single .classic, .single__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single .classic:not(:last-child), .single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single .classic:has(+ .treatment), .single__desc:has(+ .treatment) {
  margin-bottom: 8rem;
}
.single .classic p,
.single .classic li, .single__desc p,
.single__desc li {
  font-size: 1.6rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.single .classic strong, .single__desc strong {
  font-weight: 900;
  font-size: 1.8rem;
}
.single .classic ol, .single__desc ol {
  margin-left: 2.5rem;
}
.single .classic ol li, .single__desc ol li {
  list-style-type: decimal;
}
.single .classic ul, .single__desc ul {
  margin-left: 2.5rem;
}
.single .classic ul li, .single__desc ul li {
  list-style-type: disc;
}
.single .classic a, .single__desc a {
  color: var(--color-red);
  text-decoration: underline;
}
.single .classic hr, .single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: #eeeeee;
}
.single .classic del, .single__desc del {
  text-decoration: line-through;
}
.single .classic em, .single__desc em {
  font-style: italic;
}
.single .classic u, .single__desc u {
  text-decoration: underline;
}
.single .classic blockquote, .single__desc blockquote {
  padding: 1rem;
  background: var(--color-white);
}
.single .classic iframe, .single__desc iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 400/248;
}
.single .classic table th, .single__desc table th {
  background: var(--color-beige-04);
  color: var(--base-color);
}
.single .classic table th,
.single .classic table td, .single__desc table th,
.single__desc table td {
  border: 1px solid var(--color-beige-04);
}
.single .classic h2,
.single .classic h3,
.single .classic h4,
.single .classic h5, .single__desc h2,
.single__desc h3,
.single__desc h4,
.single__desc h5 {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
}
.single .classic h2, .single__desc h2 {
  padding: 2rem;
  margin-inline: -2rem;
  background: var(--color-beige-02);
  color: var(--base-color);
  font-size: 2.6rem;
  position: relative;
}
.single .classic h2::before, .single .classic h2::after, .single__desc h2::before, .single__desc h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.single .classic h2::before, .single__desc h2::before {
  top: -0.5rem;
}
.single .classic h2::after, .single__desc h2::after {
  bottom: -0.5rem;
}
.single .classic h3, .single__desc h3 {
  padding-bottom: 1.4rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  position: relative;
}
.single .classic h3::before, .single .classic h3::after, .single__desc h3::before, .single__desc h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-beige-02);
  position: absolute;
  left: 0;
}
.single .classic h3::before, .single__desc h3::before {
  bottom: 0;
}
.single .classic h3::after, .single__desc h3::after {
  bottom: -0.5rem;
}
.single .classic h4, .single__desc h4 {
  font-size: 2.2rem;
  padding-left: 1.6rem;
  border-left: 3px solid #a79777;
}
.single .classic h5, .single__desc h5 {
  padding-left: 1.6rem;
  font-size: 2rem;
  position: relative;
}
.single .classic h5::before, .single__desc h5::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-beige-04);
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.single .classic {
  gap: 2rem;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 8rem;
}
.single .treatment__item > h4 {
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__before {
  background: var(--color-beige-02);
  color: var(--base-color);
}
.single .treatment__after {
  background: var(--color-brown);
  color: var(--base-color);
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: var(--color-beige-02);
}
.single .c-table {
  margin-bottom: 6rem;
}
.single__content {
  margin-bottom: 8rem;
}
.single__content .h4-title {
  margin-bottom: 2.4rem;
}
.single__content__image {
  margin-bottom: 2.4rem;
}
.single__content__image img {
  width: 100%;
  height: auto;
}
.single .supervision,
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 2rem;
  background: var(--color-white);
}
.single .supervision__title,
.single .overview__title {
  font-size: 2rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
  line-height: var(--lh-16);
  text-align: center;
}
.single .supervision__image img,
.single .overview__image img {
  width: 100%;
  height: auto;
}
.single .supervision__image figcaption,
.single .overview__image figcaption {
  margin-top: 2rem;
  text-align: center;
}
.single .supervision__image figcaption p,
.single .overview__image figcaption p {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", "MS Mincho", serif;
}
.single .supervision {
  margin-bottom: 4rem;
}
.single .overview__info a {
  display: block;
  color: var(--font-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .single .overview__info a:hover {
    text-decoration: none;
  }
}

.singleNavi {
  padding: 7.2rem 2rem 2rem;
}
.singleNavi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.singleNavi__prev, .singleNavi__archive, .singleNavi__next {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--font-color);
  transition: color 0.3s;
}
@media (hover: hover) {
  .singleNavi__prev:hover, .singleNavi__archive:hover, .singleNavi__next:hover {
    color: var(--color-beige-02);
  }
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 2rem;
  height: 2rem;
  fill: var(--font-color);
}
.singleNavi__prev svg {
  rotate: 180deg;
}
/*# sourceMappingURL=style.css.map */
