@charset "UTF-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.6666666667vw;
  }
}

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: #333333;
  background: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: #333333;
}

/*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: #f0e8d8;
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  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;
  }
}

.clipping01 {
  -webkit-clip-path: url(#clipping01);
  clip-path: url(#clipping01);
}

.clipping02 {
  -webkit-clip-path: url(#clipping02);
  clip-path: url(#clipping02);
}

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

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: 8rem 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-404 .content {
    padding: 8rem 2rem;
  }
}
.page-404 .content > p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 4.8rem;
}
@media (hover: hover) {
  .page-404 .content .button:hover svg {
    translate: -0.3rem -50%;
  }
}
.page-404 .content .button svg {
  width: 1.8rem;
  height: 1.4rem;
  right: auto;
  left: 3rem;
  scale: -1 1;
}

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

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  padding: 1.8rem 6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb {
    padding: 0 2rem;
  }
}
.breadcrumb__item {
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
.breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-inline: 0.5rem;
  color: #333333;
}
.breadcrumb__link {
  color: #333333;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}

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

ボタン

------------------------------------------------------------ */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem 2rem;
  border: 1px solid #333333;
  color: #333333;
  font-weight: 700;
  line-height: 1.5625;
  text-align: center;
  position: relative;
  margin-block: 0.2rem;
}
@media (hover: hover) {
  .button.arrow:hover svg {
    translate: 0.5rem -50%;
  }
}
.button.arrow svg {
  width: 1.5rem;
  height: 1rem;
  fill: #9c7f2a;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-90deg);
  transition: translate 0.3s;
}
.button.circle {
  gap: 1.4rem;
}
@media (hover: hover) {
  .button.circle:hover::after {
    transform: scale(1.5);
  }
}
.button.circle::after {
  flex: none;
  content: "";
  display: block;
  background: #9c7f2a;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  transition: transform 0.3s;
}

.mapBtn {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  width: fit-content;
  margin-inline: auto;
  color: #333333;
  line-height: 1;
  transition: color 0.3s;
}
@media (hover: hover) {
  .mapBtn:hover {
    color: #9c7f2a;
  }
}
.mapBtn svg {
  fill: #bba872;
  width: 1.2rem;
  height: 1.8rem;
}

.buttonWrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 7.2rem 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .buttonWrap {
    padding: 7.2rem 2rem;
  }
}
.buttonWrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 12rem;
  padding: 2.1rem 2rem;
  border-radius: 1rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (hover: hover) {
  .buttonWrap a:hover::after {
    transform: scale(1.5);
  }
}
.buttonWrap a::after {
  content: "";
  display: block;
  background: #fffcf5;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: transform 0.3s;
}
.buttonWrap a svg {
  fill: #a99352;
  width: 12.3rem;
  height: 13rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: -1;
}
.buttonWrap a span:nth-of-type(1) {
  line-height: 1.5;
}
.buttonWrap a span:nth-of-type(2) {
  font-size: 2.5rem;
  line-height: 1;
}
.buttonWrap a.brown {
  background: #9c7f2a;
}
.buttonWrap a.beige {
  background: #b7a267;
}
.buttonWrap a.white {
  background: #ffffff;
  color: #333333;
}
.buttonWrap a.white::after {
  background: #d8ceaf;
}
.buttonWrap a.white svg {
  fill: #f3eee5;
}

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

下層のアンカーリンクパーツ

------------------------------------------------------------ */
.c-links {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.c-links:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media (hover: hover) {
  .c-links .button:hover svg {
    translate: 0 -5%;
  }
}
.c-links .button svg {
  transform: unset;
}

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

下層のパーツ

------------------------------------------------------------ */
.c-unit {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.c-unit:not(:last-of-type) {
  margin-bottom: 4rem;
}
.c-unit .h3-title {
  margin-bottom: 3.2rem;
}
.c-unit__item .listBox:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__image:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__image picture {
  width: 100%;
  height: auto;
}
.c-unit__image picture img {
  width: 100%;
  height: auto;
}
.c-unit__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-unit__desc:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__desc p {
  line-height: 1.75;
  text-align: justify;
}
.c-unit__desc p a {
  color: #9c7f2a;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-unit__desc p a:hover {
    text-decoration: none;
  }
}
.c-unit__desc p span.border {
  display: block;
  width: fit-content;
  padding: 0.3rem 0.5rem;
  border: 1px solid #333333;
}
.c-unit__list {
  padding: 2rem;
  border: 1px solid #333333;
}
.c-unit__list:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__list .listBox {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.c-unit__list .listBox li {
  width: calc((100% - 1rem) / 2);
}
.c-unit__list p {
  font-size: 1.4rem;
  text-align: right;
}
.c-unit__quotation {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem 2rem 2rem 3rem;
  background: #ffffff;
  position: relative;
}
.c-unit__quotation::before {
  content: "";
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDQgMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjUiIHkxPSIyLjE4NTU3ZS0wOCIgeDI9IjAuNDk5OTk5IiB5Mj0iMzAiIHN0cm9rZT0iI0RBQjg0QiIvPgo8bGluZSB4MT0iMy41IiB5MT0iMS4wMjIwM2UtMDgiIHgyPSIzLjUiIHkyPSIzMCIgc3Ryb2tlPSIjREFCODRCIi8+Cjwvc3ZnPgo=) repeat-y center/contain;
  width: 0.5rem;
  height: calc(100% - 4rem);
  position: absolute;
  top: 50%;
  left: 1.3rem;
  translate: 0 -50%;
}
.c-unit__quotation:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__quotation p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
}
.c-unit__quotation p.note {
  font-size: 1.2rem;
  font-style: italic;
}
.c-unit__map:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 325/215;
}
.c-unit__movie:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 325/192;
}
.c-unit__border {
  border: 1px solid #333333;
  padding: 4rem 2.4rem;
}
.c-unit__border:not(:last-child) {
  margin-bottom: 2.4rem;
}
.c-unit__border .h3-title {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.c-unit__border p {
  line-height: 1.75;
  text-align: justify;
}

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

院長紹介

------------------------------------------------------------ */
.doctorUnit {
  padding: 6.6rem 6rem 5rem;
  margin: 9.4rem 0 3.8rem;
  background: #ffffff;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .doctorUnit {
    padding: 6.6rem 2rem 5rem;
  }
}
.doctorUnit::before {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_01.svg) no-repeat center/cover;
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: -2.3rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .doctorUnit::before {
    height: 2.1rem;
    top: -2rem;
  }
}
.doctorUnit::after {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_02.svg) no-repeat center/cover;
  width: 100%;
  height: 3.8rem;
  position: absolute;
  bottom: -3.7rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .doctorUnit::after {
    height: 3.1rem;
    bottom: -3rem;
  }
}
.doctorUnit__image {
  margin-bottom: 7.2rem;
  position: relative;
}
.doctorUnit__image::before {
  content: "";
  display: block;
  background: url(../images/bg_circle_01.svg) no-repeat center/contain;
  width: 30.1rem;
  height: 31.8rem;
  position: absolute;
  top: 9.3rem;
  left: -6rem;
  z-index: -1;
}
.doctorUnit__image img {
  width: 100%;
  height: auto;
}
.doctorUnit__name {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
  position: relative;
}
.doctorUnit__name::after {
  content: "";
  display: block;
  background: url(../images/icon_mark_01.svg) no-repeat center/contain;
  width: 19.3rem;
  height: 24rem;
  position: absolute;
  bottom: -11rem;
  right: -9rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .doctorUnit__name::after {
    right: -2rem;
  }
}
.doctorUnit__name p {
  font-weight: 700;
}
.doctorUnit__name p:nth-of-type(2) {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-size: 2.4rem;
}
.doctorUnit__name p:nth-of-type(2) span {
  font-size: 2.8rem;
}
.doctorUnit__name p:nth-of-type(2) span ruby rt {
  ruby-align: center;
}
.doctorUnit__list > div {
  width: 100%;
}
.doctorUnit__list > div:not(:last-of-type) {
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #9c7f2a;
  margin-bottom: 1.6rem;
}
.doctorUnit__list > div p {
  margin-bottom: 1rem;
  font-weight: 700;
}

.page-staff .doctorUnit__name > span {
  font-weight: 700;
}
.page-staff .doctorUnit__name > span:nth-of-type(2) {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-size: 2.4rem;
}
.page-staff .doctorUnit__name > span:nth-of-type(2) span {
  font-size: 2.8rem;
}
.page-staff .doctorUnit__name > span:nth-of-type(2) span ruby rt {
  ruby-align: center;
}
.page-staff .doctorUnit__list > div h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}
.page-staff .doctorUnit__list > div picture {
  margin-bottom: 2.4rem;
}
.page-staff .doctorUnit__list > div picture img {
  width: 100%;
  height: auto;
}
.page-staff .doctorUnit__list > div p {
  margin-bottom: 0;
  font-weight: 500;
}
.page-staff .doctorUnit__list > div .desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-staff .doctorUnit__list > div .desc p {
  line-height: 1.75;
  text-align: justify;
}

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

Q＆A

------------------------------------------------------------ */
.faqUnit {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.faqUnit__item {
  position: relative;
  cursor: pointer !important;
}
.faqUnit__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  translate: -50% 0;
}
.faqUnit__note svg {
  fill: #9c7f2a;
  width: 1.8rem;
  height: 0.8rem;
}
.faqUnit__note span {
  color: #9c7f2a;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.faqUnit__note.active {
  flex-direction: column-reverse;
}
.faqUnit__note.active svg {
  transform: rotate(180deg);
}
.faqUnit details {
  padding-bottom: 4.8rem;
  background: #ffffff;
  border-radius: 1rem;
  position: relative;
}
.faqUnit details summary {
  padding: 4.3rem 2.3rem 0;
  margin-top: 2.5rem;
  position: relative;
  cursor: pointer;
}
.faqUnit details summary::-webkit-details-marker {
  display: none;
}
.faqUnit details summary .question {
  width: 6.6rem;
  height: 6.6rem;
  position: absolute;
  top: -3.3rem;
  left: 50%;
  translate: -50% 0;
}
.faqUnit details summary .txt {
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #9c7f2a;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2777777778;
  text-align: justify;
}
.faqUnit details[open] summary .ico::after {
  opacity: 0;
  rotate: 90deg;
}
.faqUnit details[open] summary .ico::before {
  rotate: 180deg;
}
.faqUnit details .content__inner {
  display: flex;
  gap: 1.6rem;
  padding: 0 2rem 2.4rem;
}
.faqUnit details .content__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faqUnit details .content .answer {
  flex: none;
  padding-top: 0.5rem;
}
.faqUnit details .content .answer img {
  width: 1.5rem;
  height: auto;
}
.faqUnit details .content p {
  line-height: 1.5;
  text-align: justify;
}

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

流れパターン

------------------------------------------------------------ */
.flow {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  position: relative;
}
.flow__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4.5rem;
  padding: 6.6rem 2rem 4rem;
  border-radius: 1rem;
  background: #fffcf5;
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 0.4rem;
  height: 6.5rem;
  background: url(../images/icon_flow_01.svg) repeat-y center/cover;
  position: absolute;
  bottom: -6.5rem;
  left: 50%;
  translate: -50% 0;
}
.flow__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 10rem;
  height: 10rem;
  background: url(../images/icon_circle_01.svg) no-repeat center/contain;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  translate: -50% 0;
}
.flow__num img:nth-of-type(1) {
  width: 2.7rem;
  height: auto;
}
.flow__num img:nth-of-type(2) {
  width: 4.5rem;
  height: auto;
}
.flow__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5454545455;
}
.flow__image img {
  width: 100%;
  height: auto;
}
.flow__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.flow__text p {
  line-height: 1.75;
  text-align: justify;
}

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

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.heading01__en {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #9c7f2a;
}
.heading01__en img {
  width: auto;
  height: 1.1rem;
}
.heading01 h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.heading01 h2 span {
  font-size: 2.2rem;
}

.h2-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 700;
  text-align: center;
}
.h2-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.6rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzM1IiBoZWlnaHQ9IjM2LjI1NiIgdmlld0JveD0iMCAwIDMzNSAzNi4yNTYiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCB3aWR0aD0iMzM1IiBoZWlnaHQ9IjM2LjI1NiIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgtMiI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM5NDQ0IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzOTQ0NCIgd2lkdGg9IjMzNSIgaGVpZ2h0PSIzNi4yNTYiIGZpbGw9IiNjMWIxODQiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMTI4IiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAxMjgiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8ZyBpZD0i44Kw44Or44O844OXXzE4MTM1IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxODEzNSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3Njg1IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzY4NSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjczODciIGRhdGEtbmFtZT0i44OR44K5IDI3Mzg3IiBkPSJNMS45LDBDNi4zNDEsMy41NCw0LjAzNSwxNC44NzgsMTMuODE1LDE1Ljg2OCwyNy43MiwxNy40ODgsNDIsMTcuMjg2LDU2LjE2NCwxNy4zYzEzLjMzMS4yNzcsMjYuNjQ4LjY2MSw0MCwuNTI5LDE3LjYxNy0uMTM2LDM1LjQ3Ni45NjcsNTIuODcyLS45NDgsNS41MDktLjY0NywxMS4wNjMtLjIzOSwxNi41NzctLjUxOSwxLjc5Mi0uMDkxLDIuODkzLjYzNiwyLjY4MywxLjY1NC0uNyw0LjcyNy0yLjY3NSw5LjI3NS0yLjcyNCwxNC4wMzhhNi4zODUsNi4zODUsMCwwLDAsMy45MDYtMS40OTRjNi4wMzgtNC4wMDgsMTEuOTc4LTguMDU5LDE3Ljk3LTEyLjA4OGEzLjksMy45LDAsMCwxLDQuMTI4LS42MThjMi4xNzksMS4yMTYtMi4zMTEsMi4zMjQtMy4zLDMuMzEzLTMuNTM5LDEuOTM3LTIyLjYxNiwxNi43LTI2LjEyNiwxNC45NDNhMS4yNiwxLjI2LDAsMCwxLS42NDYtMS4yNjVjLjg2Ni00LjEyNCwxLjgxNi04LjI0MiwyLjQtMTIuMzgyLjAxNy0xLjI4NywyLjMxMi0zLjk4Mi0xLjUzOS00LjA2NS0zLjgtLjAxOC03LjY1OC0uMTIzLTExLjQuMTU5LTM1Ljk3MSwyLjE0Ni03Mi4zNzcuNTE5LTEwOC40MzIuM2ExOTQuNDU1LDE5NC40NTUsMCwwLDEtMzIuOTQtMS42NzNjLTIuMjkxLS4yNjktMy42NjQtMS4wOS00LjE2OS0yLjI3My0xLjE3MS0yLjc0OC0zLjA4LTUuMzktMy40MzUtOC4yNjFDMS43NzEsNC44NzYuNzA5LDMuMTM5LjA3OSwxLjM4MS0uMTQ3Ljc1MS4wMTEuNjc4LDEuOSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzI3Mzg4IiBkYXRhLW5hbWU9IuODkeOCuSAyNzM4OCIgZD0iTTY3NC40MzIsMjYuMjA5Yy0xLjQ0MiwwLTQuMjUtLjcyNC0zLjU4MS0xLjQ4Ni45NjYtMS41MDcsMjAuODY5LjAzMiwyNC45MjMtLjIzNiwxOS42OTMuMjEsMzkuNSwxLjA4NCw1OS4xMTgtLjE3NiwxMi40MzUtLjE0NywyNC44ODguMDMxLDM3LjMyMi0uNDI4LDkuMDY4LS40NzcsOS42MTYtOS4yNDcsMTEuODY3LTEzLjAzMS4yMTgtMS4zMTUsMy44LTEuMDMsMy41MzUuMjM3LTIuNDUzLDQuOTgzLTMuMzYzLDE0LjctMTUuODQ3LDE0LjcyNS0xMy45OTMuMzc1LTI4LjAzLjEyMS00Mi4wMTIuNTI5LTI1LjEsMS4xMTctNTAuMjE4LS42ODgtNzUuMzI1LS4xMzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NzIuNjI5IC03LjA0KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
}

.h3-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7916666667;
  position: relative;
}
.h3-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../images/bg_heading_01.svg) repeat-x center/cover;
}

.h4-title {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
  position: relative;
}
.h4-title::after {
  content: "";
  display: block;
  width: 15rem;
  height: 5rem;
  margin-top: -1rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMTUwIDE1Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8zOTQ3MSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMzk0NzEiIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5MyAxNzUzKSIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMC44Ii8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aC0yIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzk0NTAiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM5NDUwIiB3aWR0aD0iMTQ5IiBoZWlnaHQ9IjE4IiBmaWxsPSIjOWM3ZjJhIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0i44Oe44K544Kv44Kw44Or44O844OXXzEiIGRhdGEtbmFtZT0i44Oe44K544Kv44Kw44Or44O844OXIDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTMgLTE3NTMpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9IuOCsOODq+ODvOODl18xODEzOSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTgxMzkiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk4LCAwLjA3LCAtMC4wNywgMC45OTgsIDc5NC4yNTYsIDE3NDUuNzE0KSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3NzM3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzczNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjc1NTgiIGRhdGEtbmFtZT0i44OR44K5IDI3NTU4IiBkPSJNMTQ4LjQ2MSwwYS41MzkuNTM5LDAsMCwxLC4yNTQsMS4wMTNDMTM4LjQ1Miw2LjUsMTI2Ljg2Niw4LjksMTE0LjksMTEuMDYyYy0xNC4zMjUsMi41OTEtMjkuNzY0LDUuMS00NS42LDUuOS02LjQ0NS4zMjMtMTMuMzExLjM4MS0xOS44NzEtMS40YTEwLjc3LDEwLjc3LDAsMCwxLTUuMDg4LTIuNkExMjIuMTc5LDEyMi4xNzksMCwwLDEsLjUsMTcuNjUxYS41MzkuNTM5LDAsMCwxLC4wODMtMS4wNzQsMTIxLjA4OCwxMjEuMDg4LDAsMCwwLDQzLjA1NC00LjUyMiw0LjUxMSw0LjUxMSwwLDAsMS0uMDYzLTUuMDQ0Yy45NjctMS4zLDIuNjE0LTEuNzY4LDQuMjQ5LTIuMDgzLjgyOC0uMTU4LDMuMzQ0LS42NDQsNC41MjEsMS4wMDhhMy4xODcsMy4xODcsMCwwLDEtLjU0LDMuOTI1LDcuODYsNy44NiwwLDAsMS0zLjMxOSwxLjc5NHEtMS40NjguNS0yLjk1Ljk1M2ExMC43ODEsMTAuNzgxLDAsMCwwLDQuMTc5LDEuOTE3YzYuNDE1LDEuNzM2LDEzLjE4LDEuNjc5LDE5LjUzNSwxLjM1OCwxNS43OC0uNzk1LDMxLjE3OC0zLjMsNDUuNDY3LTUuODgyLDExLjg3My0yLjE0NywyMy4zNjktNC41MjQsMzMuNDk1LTkuOTM4QS41MzYuNTM2LDAsMCwxLDE0OC40NjEsME00NC43MTEsMTEuNzMzcTEuNzI0LS41MjQsMy40MjgtMS4xYTYuODkyLDYuODkyLDAsMCwwLDIuODg1LTEuNTE5LDIuMTMsMi4xMywwLDAsMCwuNDQtMi41NTRjLS41MjItLjczMy0xLjY0OC0uOTIzLTMuNDQyLS41NzUtMS4zMjUuMjU1LTIuOC42MTUtMy41OSwxLjY2OGEzLjU2NiwzLjU2NiwwLDAsMCwuMjc4LDQuMDc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjOWM3ZjJhIi8+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==") no-repeat center/contain;
}

.h5-title {
  padding-left: 1.6rem;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}
.h5-title::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.3rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNyAyMyI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IHdpZHRoPSIyNyIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgtMiI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM5NDUxIiBkYXRhLW5hbWU9IumVt+aWueW9oiAzOTQ1MSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjMzOSAtMC4zNCkiIGZpbGw9IiNjMWIxODQiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMTMwIiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAxMzAiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8ZyBpZD0i44Kw44Or44O844OXXzE4MTQwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxODE0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNTM0IDAuMTQzKSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3NzkxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzc5MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xOTYgMC4xOTYpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoLTIpIj4NCiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV8yNzYwNCIgZGF0YS1uYW1lPSLjg5HjgrkgMjc2MDQiIGQ9Ik0xNi40LDMuOTQ1Yy01LjA4My02LjAzLTE0LjMxLjYxMy0xMC42ODcsNy40MS0yLjg0OSwxLjQxLTQuMjQ4LDIuMTg4LTQuMDQzLDUuNjY5QzEuNzI4LDE5LjY5MiwzLjQsMjAuMjU5LDUuOSwyMC41ODhjLjMxMSwyLjU0OC00Ljc0MS44LTUuMTEzLS43ODctMS43LTMuNC0uNTUzLTYuNzU5LDIuNy05LjE0NUMxLjU2MiwzLjgsOS42ODEtMi43ODgsMTUuNzE4LDEuMjE3LDIwLjcwNi0uODksMjUuNjkyLjE3NywyNy4yOTMsNS43ODdjLS43LDIuMzA2LTIuMDMxLjcxMy0yLjMyMS0uODM5LTEuNTI5LTMuNjY2LTUuNTQ1LTMuNzUtOC41NzYtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODUgLTAuMTc1KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
  position: absolute;
  top: -0.6rem;
  left: 0;
}

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

院内紹介

------------------------------------------------------------ */
.info {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.info:not(:last-child) {
  margin-bottom: 2.4rem;
}
.info__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.info__item h3 {
  width: fit-content;
  color: #9c7f2a;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
}
.info__item h3::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzk0NzEiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM5NDcxIiB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk5MCA2NDI5KSIgZmlsbD0iIzYwNjA2MCIgb3BhY2l0eT0iMC42Ii8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aC0yIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzk0NTMiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM5NDUzIiB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDI4IDAuMjA4KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9IuODnuOCueOCr+OCsOODq+ODvOODl18xIiBkYXRhLW5hbWU9IuODnuOCueOCr+OCsOODq+ODvOODlyAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTkwIC02NDI5KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTgxNTEiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDE4MTUxIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjk4NSwgMC4xNzQsIC0wLjE3NCwgMC45ODUsIDk5MS4yMzgsIDY0MjguODQ4KSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3Nzk4IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzc5OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjMxIC0wLjIwMSkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgtMikiPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzI3NjA4IiBkYXRhLW5hbWU9IuODkeOCuSAyNzYwOCIgZD0iTTM4LjM2MSwzMi40NjNjLjE4LDIuMjkyLDEuNzkxLjE1MSwyLjUtLjYwOS40NDItLjc4NCwyLjI2OS0xLjk0MiwxLjQzMy0yLjg1NmEuOTExLjkxMSwwLDAsMC0xLjE0NC40NzMsMTIuODU5LDEyLjg1OSwwLDAsMS0yLjc4NywyLjk5MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyLjczMSAtMjQuMzA5KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzI3NjA5IiBkYXRhLW5hbWU9IuODkeOCuSAyNzYwOSIgZD0iTTUuOTExLDcyLjQ2OEMzLjk2NCw3Mi40MjksMi40OTMsNzQuMzM2LjQyOSw3NC4yNkEuNjMyLjYzMiwwLDAsMCwuMjE4LDc1LjM0YzEuMDcuNTYzLDQuMzc1LTEuMzU3LDUuNDU5LTEuOTc4YS42NzguNjc4LDAsMCwwLC4yMzQtLjg5NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS41NCAtNjEuMzE3KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzI3NjEwIiBkYXRhLW5hbWU9IuODkeOCuSAyNzYxMCIgZD0iTTg3Ljc4MSw1LjU0NGMuMjM4LS4xNzMuNjY2LS4zMTguNzM1LS41NjMuMTU2LS43MTEsMi4wNDEtNS45NTQuMDc0LTQuODIyLS41MDgsMS4zNi0uNzIxLDIuODIzLTEuMTQsNC4yMTRhLjk1My45NTMsMCwwLDAsLjMzMSwxLjE3MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3LjA0NSAwLjI5KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
  position: absolute;
  top: -0.5rem;
  right: -1.5rem;
}
.info__image img {
  width: 100%;
  height: auto;
}
.info__text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.info__text p {
  line-height: 1.6;
  text-align: justify;
}

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

リスト

------------------------------------------------------------ */
.listBox {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.listBox:not(:last-child) {
  margin-bottom: 2.4rem;
}
.listBox li {
  display: flex;
  gap: 1rem;
  line-height: 1.75;
}
.listBox li::before {
  content: "";
  display: block;
  flex: none;
  margin-top: 0.9rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #9c7f2a;
  border-radius: 50%;
}
.listBox li.brown {
  color: #9c7f2a;
}
.listBox.frame li {
  gap: 0.8rem;
}
.listBox.frame li::before {
  content: "";
  display: block;
  flex: none;
  width: 0.8rem;
  height: 0.8rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8xMjgiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDEyOCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDI3IC00MDY4LjMwNSkiPg0KICAgICAgPGcgaWQ9IualleWGhuW9ol8xNzgiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDE3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDI3IDQwNjguMzA1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOWM3ZjJhIiBzdHJva2Utd2lkdGg9IjEiPg0KICAgICAgICA8Y2lyY2xlIGN4PSI0IiBjeT0iNCIgcj0iNCIgc3Ryb2tlPSJub25lIi8+DQogICAgICAgIDxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSIzLjUiIGZpbGw9Im5vbmUiLz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K") no-repeat center/contain;
}
.listBox.check li {
  gap: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.listBox.check li::before {
  content: "";
  display: block;
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.6rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgtMiI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM1ODI1IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzNTgyNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjOWM3ZjJhIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0i44Oq44OU44O844OI44Kw44Oq44OD44OJXzEyOCIgZGF0YS1uYW1lPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4kgMTI4IiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9IuOCsOODq+ODvOODl18xNjQ2MSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTY0NjEiPg0KICAgICAgPGcgaWQ9IuOCsOODq+ODvOODl18xNjQ2MCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTY0NjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgtMikiPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzE1NyIgZGF0YS1uYW1lPSLjg5HjgrkgMTU3IiBkPSJNOS4wMDgsMTMuMzQzYS4zMzUuMzM1LDAsMCwxLS4xODUtLjA1NUw1LjY5LDExLjIzNWEuMzM3LjMzNywwLDEsMSwuMzY5LS41NjNsMi44ODksMS44OTIsNC40NTktNS4xYS4zMzcuMzM3LDAsMSwxLC41MDcuNDQzTDkuMjYyLDEzLjIyOGEuMzM2LjMzNiwwLDAsMS0uMjU0LjExNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNzY3IC0yLjM0NCkiIGZpbGw9IiM5YzdmMmEiLz4NCiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV8xNTgiIGRhdGEtbmFtZT0i44OR44K5IDE1OCIgZD0iTTgsMTZhOCw4LDAsMSwxLDgtOCw4LjAwOSw4LjAwOSwwLDAsMS04LDhNOCwuNjczQTcuMzI2LDcuMzI2LDAsMSwwLDE1LjMyNyw4LDcuMzM0LDcuMzM0LDAsMCwwLDgsLjY3MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzljN2YyYSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
}

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

newsのリスト

------------------------------------------------------------ */
.newsList {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.newsList .item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: fit-content;
  color: #333333;
  position: relative;
}
@media (hover: hover) {
  .newsList .item:hover .item__unit::before {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .newsList .item {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.newsList .item__category {
  min-width: 10rem;
  padding: 0.2rem 1rem;
  border: 1px solid #d8ceaf;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
.newsList .item__unit {
  display: flex;
  gap: 1.6rem;
  line-height: 1.625;
  position: relative;
}
.newsList .item__unit::before {
  content: "";
  display: block;
  background: #333333;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.newsList .item__unit time {
  min-width: 8rem;
}
.newsList .item__title {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

ページタイトル

------------------------------------------------------------ */
.pageTitle {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  background: #c1b184;
  padding: 4.5rem 6rem 1.2rem;
  margin-bottom: 3.4rem;
  border-radius: 5rem 5rem 0 0;
  color: #eeeeee;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle {
    padding: 0 2rem 2.8rem;
    margin-bottom: 5rem;
    border-radius: 0;
  }
}
.pageTitle::after {
  content: "";
  display: block;
  background: url(../images/bg_page_title_01.svg) no-repeat center/contain;
  width: 100%;
  height: 3.4rem;
  position: absolute;
  bottom: -3.3rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle::after {
    height: 2.8rem;
    bottom: -2.7rem;
  }
}
.pageTitle__note {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle__note {
    padding-right: 4rem;
  }
}
.pageTitle__bg {
  width: 11.5rem;
  position: absolute;
  bottom: 0;
  right: -2rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle__bg {
    bottom: 1rem;
    right: 0;
  }
}
.pageTitle__bg svg {
  fill: #cbc1a1;
  width: 8rem;
  height: 8.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTitle__bg svg {
    width: 11.5rem;
    height: 12.1rem;
  }
}
.pageTitle__ja {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6428571429;
  letter-spacing: 0.15em;
  text-align: center;
}

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

ピックアップ

------------------------------------------------------------ */
.pickup {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 6.6rem 6rem 5rem;
  margin: 9.4rem 0 3.8rem;
  background: #ffffff;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pickup {
    padding: 6.6rem 2rem 5rem;
  }
}
.pickup::before {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_01.svg) no-repeat center/cover;
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: -2.3rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pickup::before {
    height: 2.1rem;
    top: -2rem;
  }
}
.pickup::after {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_02.svg) no-repeat center/cover;
  width: 100%;
  height: 3.8rem;
  position: absolute;
  bottom: -3.7rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pickup::after {
    height: 3.1rem;
    bottom: -3rem;
  }
}
.pickup__label {
  width: 23.3rem;
  margin-inline: auto;
  position: relative;
}
.pickup__label img {
  width: 100%;
  height: auto;
}
.pickup__label svg {
  fill: #f1ecdf;
  width: 16.5rem;
  height: 17.4rem;
  position: absolute;
  top: -1rem;
  left: -8rem;
  z-index: -1;
}
.pickup__title {
  padding: 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.9166666667;
  text-align: center;
}
.pickup .h3-title {
  font-size: 2rem;
}
.pickup__image picture img {
  width: 100%;
  height: auto;
}
.pickup__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.pickup__desc p {
  line-height: 1.75;
  text-align: justify;
}

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

section関連の記述

------------------------------------------------------------ */
section,
.divSection {
  padding: 7.2rem 6rem 0.1rem;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  section,
  .divSection {
    padding: 7.2rem 2rem 0.1rem;
  }
}
section > .h2-title,
.divSection > .h2-title {
  margin-bottom: 2.4rem;
}
section .h3-title,
.divSection .h3-title {
  margin-bottom: 2.4rem;
}
section .h4-title,
.divSection .h4-title {
  margin-bottom: 2.4rem;
}
section .h5-title,
.divSection .h5-title {
  margin-bottom: 2.4rem;
}
section > .titleImage:not(:last-child),
.divSection > .titleImage:not(:last-child) {
  margin-bottom: 2.4rem;
}
section > .titleImage img,
.divSection > .titleImage img {
  width: 100%;
  height: auto;
}
section .textBox,
.divSection .textBox {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
section .textBox:not(:last-child),
.divSection .textBox:not(:last-child) {
  margin-bottom: 2.4rem;
}
section .textBox p,
.divSection .textBox p {
  line-height: 1.75;
  text-align: justify;
}

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

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

テーブル

------------------------------------------------------------ */
.textTable {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.textTable:not(:last-of-type) {
  margin-bottom: 4rem;
}
.textTable__table {
  width: 100%;
  border-collapse: collapse;
}
.textTable__table tr:has(+ tr) td {
  margin-bottom: 1.5rem;
}
.textTable__table th,
.textTable__table td {
  padding: 2rem;
}
.textTable__table th {
  background: #c1b184;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5555555556;
}
.textTable__table td {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
  line-height: 1.75;
}
.textTable__table td p a {
  color: #9c7f2a;
  text-decoration: underline;
}
@media (hover: hover) {
  .textTable__table td p a:hover {
    text-decoration: none;
  }
}
.textTable__table.row th,
.textTable__table.row td {
  width: 50%;
  text-align: center;
}
.textTable__table.row tr {
  display: flex;
}
.textTable__table.row th:nth-of-type(1),
.textTable__table.row td:nth-of-type(1) {
  margin-right: 0.5rem;
}
.textTable__table.merit th {
  background: #9c7f2a;
}
.textTable__table.demerit th {
  background: #404040;
}
.textTable__table.demerit .listBox li:before {
  background: #404040;
}

.scheduleTable__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}
.scheduleTable__table tr:nth-of-type(2) td:first-child {
  border-radius: 0 0 0 0.5rem;
}
.scheduleTable__table tr:nth-of-type(2) td:last-child {
  border-radius: 0 0 0.5rem 0;
}
.scheduleTable__table th,
.scheduleTable__table td {
  padding: 1rem 0;
  line-height: 1.75;
  white-space: nowrap;
}
.scheduleTable__table th {
  width: calc((100% - 10rem) / 7);
  background: #d8ceaf;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.scheduleTable__table th.scheduleTable__header {
  width: 10rem;
  padding: 1rem;
  text-align: left;
}
.scheduleTable__table th:first-child {
  border-radius: 0.5rem 0 0 0;
}
.scheduleTable__table th:last-child {
  border-radius: 0 0.5rem 0 0;
}
.scheduleTable__table td {
  background: #ffffff;
  font-size: 1.5rem;
  text-align: center;
}
.scheduleTable__table td.scheduleTable__time {
  text-align: right;
}
.scheduleTable__text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.scheduleTable__text p {
  font-weight: 700;
  line-height: 1.5625;
}

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

直近の予約可能日

------------------------------------------------------------ */
.availableDates {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}
.availableDates__note {
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 4.5rem;
}
.availableDates__note::after {
  content: "";
  display: block;
  width: 12rem;
  height: 2.3rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTIwIDIzIj4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8zOTQ3MSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMzk0NzEiIHdpZHRoPSIxMjAiIGhlaWdodD0iMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNSA5NTA1KSIgZmlsbD0iI2VjM2IzYiIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9IuODnuOCueOCr+OCsOODq+ODvOODl18xIiBkYXRhLW5hbWU9IuODnuOCueOCr+OCsOODq+ODvOODlyAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE1IC05NTA1KSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMzQzIiBkYXRhLW5hbWU9IuODkeOCuSAzNDMiIGQ9Ik02OC44ODQsMjUuMDUzYTEuMDY4LDEuMDY4LDAsMCwxLS45Mi0uNTg2Yy0uMDYtLjEtLjE0MS0uMjM1LS4yNDQtLjQxNGE1LjI3Miw1LjI3MiwwLDAsMC0xLjk4My0xLjg3NSwyNy4zMjIsMjcuMzIyLDAsMCwwLTcuNjE2LTIuOGMtOC42NDUtMi4xLTIwLjY0NS0yLjY2LTM3Ljc2NS0xLjc2Mi05LjkzOS41MjEtMTYuNTE2LTEuNDUzLTE5LjU0OS01Ljg3QTExLjQ1MSwxMS40NTEsMCwwLDEtLjg3MiwzLjYzNSwxNS45MTIsMTUuOTEyLDAsMCwxLC4yLS40MDgsMSwxLDAsMCwxLDEuNTE5LS45MTMsMSwxLDAsMCwxLDIuMDI1LjQwOCwxNC4yLDE0LjIsMCwwLDAsMS4xLDMuOTU1YTkuMzQxLDkuMzQxLDAsMCwwLDEuMzYsNi42NjZBMTAuNTY4LDEwLjU2OCwwLDAsMCw3Ljk5LDE0LjQyOWEzMy43NTYsMzMuNzU2LDAsMCwwLDEyLjI2MSwxLjE4NiwyMjIuODcyLDIyMi44NzIsMCwwLDEsMjMuMTI4LS4yMDUsODMuMTksODMuMTksMCwwLDEsMTUuMjE0LDIuMDIxYzQuNDczLDEuMDg2LDcuMDgxLDIuMjYxLDguNjU4LDMuMzQ2QTUuNTA5LDUuNTA5LDAsMCwxLDY4LjU5MSwxNi42YTUuNjM1LDUuNjM1LDAsMCwxLDMuNTM1LTEuNTc0LDE3LjMxNiwxNy4zMTYsMCwwLDEsNS45OTUuNjE3YzEzLjQ2OSwzLjM2NiwyMy4wMTIsMy42LDMyLjkzNy44YTYuNDE2LDYuNDE2LDAsMCwwLDQuNjg3LTUsNC4zNzQsNC4zNzQsMCwwLDAtMS44NTctNC40ODlBMSwxLDAsMSwxLDExNS4wMTYsNS4zYTYuMzg1LDYuMzg1LDAsMCwxLDIuNyw2LjQ2NCw4LjQyMSw4LjQyMSwwLDAsMS02LjExOCw2LjYsNTEuMjEsNTEuMjEsMCwwLDEtMTQuNjYsMiw4Mi40MjgsODIuNDI4LDAsMCwxLTE5LjMwNS0yLjc3OWMtMy44MDktLjk1Mi02LjQzNy0uODEzLTcuNi40LTEuNDI3LDEuNDg5LS41NSw0LjQ1NS0uMjYxLDUuNDMuMDM1LjExOC4wNjMuMjEyLjA4My4yODlhMS4wMjYsMS4wMjYsMCwwLDEtLjU2MiwxLjI2NUExLjA2MywxLjA2MywwLDAsMSw2OC44ODQsMjUuMDUzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzE1LjQ2OSA5NTA2LjA1OSkgcm90YXRlKC0zKSIgZmlsbD0iI2MxYjE4NCIvPg0KICA8L2c+DQo8L3N2Zz4NCg==") no-repeat center/contain;
  position: absolute;
  top: 1rem;
  left: -1rem;
}
.availableDates__title {
  width: fit-content;
  padding: 0 3rem;
  margin: 0 auto -1rem;
  background: #9c7f2a;
  border-radius: 1.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.availableDates iframe {
  width: 100%;
  height: 25rem;
  background: #fffcf5;
  border-radius: 1rem;
  scrollbar-width: none;
}

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

タグまとめ

------------------------------------------------------------ */
.tags__top, .tags__bottom {
  display: flex;
  gap: 2.4rem;
}
.tags__top p, .tags__bottom p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 11rem;
  height: 11rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 0;
}
.tags__top p::before, .tags__bottom p::before {
  content: "";
  width: 11rem;
  height: 11rem;
  background: url(../images/bg_circle_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tags__top p span, .tags__bottom p span {
  line-height: 1.4;
}
.tags__top p span .brown, .tags__bottom p span .brown {
  color: #9c7f2a;
}
.tags__top p:nth-child(2)::before, .tags__bottom p:nth-child(2)::before {
  transform: scale(-1, -1);
}
.tags__top p:nth-child(1) {
  padding-top: 1.5rem;
}
.tags__bottom {
  justify-content: flex-end;
}
.tags__bottom p:nth-child(1) {
  padding-top: 1rem;
}
.tags__bottom p:nth-child(1)::before {
  transform: scale(-1, 1);
}
.tags__bottom p:nth-child(2)::before {
  transform: scale(-1, -1);
}

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

タグまとめ

------------------------------------------------------------ */
.btnUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.btnUnit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 32rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  font-weight: 700;
  transition: filter 0.3s;
}
@media (hover: hover) {
  .btnUnit a:hover {
    filter: brightness(1.2);
  }
}
.btnUnit a.reservation {
  background: #9c7f2a;
  color: #eeeeee;
  font-size: 1.8rem;
}
.btnUnit a.reservation svg {
  fill: #eeeeee;
  width: 1.9rem;
  height: 1.5rem;
}
.btnUnit a.tel {
  font-size: 3.2rem;
}
.btnUnit a.tel svg {
  fill: #9c7f2a;
  width: 1.6rem;
  height: 2.2rem;
}

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

SP時 Header

------------------------------------------------------------ */
.spHeader {
  display: none;
  width: calc(100% - 2rem);
  height: 5.5rem;
  padding: 0 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .spHeader {
    display: flex;
    align-items: center;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .spHeader a {
    display: block;
    width: 23.8rem;
  }
  .spHeader a img {
    width: 100%;
    height: auto;
  }
}
.spHeader.is-show {
  opacity: 1;
  visibility: visible;
}

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

Footer

------------------------------------------------------------ */
.footer {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6.6rem 6rem 5rem;
  margin-top: 2.4rem;
  background: #ffffff;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer {
    margin-top: 2.1rem;
    padding: 6.6rem 2rem 5rem;
  }
}
.footer::before {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_01.svg) no-repeat center/cover;
  width: 100%;
  height: 2.4rem;
  position: absolute;
  top: -2.3rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer::before {
    height: 2.1rem;
    top: -2rem;
  }
}
.footer__logo {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer address {
  padding: 1.6rem 0;
  border-top: 1px dotted #9c7f2a;
  border-bottom: 1px dotted #9c7f2a;
  line-height: 1.6;
}
.home .footer .availableDates {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .footer .availableDates {
    display: block;
  }
}
.footer .scheduleTable {
  padding-bottom: 2.4rem;
  border-bottom: 1px dotted #9c7f2a;
}
.footer__access > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.footer__access > div span:nth-of-type(1) {
  width: 7.9rem;
}
.footer__access > div span:nth-of-type(1) img {
  width: 100%;
  height: auto;
}
.footer__access > div span:nth-of-type(2) {
  width: 2rem;
}
.footer__access > div span:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
.footer__access ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__access ul li {
  display: flex;
  gap: 1rem;
}
.footer__access ul li span {
  font-weight: 700;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 335/210;
  margin-bottom: 1.6rem;
}
.footer__textBox {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}
.footer__textBox::after {
  content: "";
  display: block;
  background: url(../images/icon_mark_01.svg) no-repeat center/contain;
  width: 19.3rem;
  height: 24rem;
  position: absolute;
  bottom: 0;
  right: -6rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__textBox::after {
    right: -2rem;
  }
}
.footer__textBox p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  text-align: justify;
}
.footer__banner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
}
.footer__banner a {
  display: block;
  width: 24.5rem;
  margin-inline: auto;
  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 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
}

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

サイドバー

------------------------------------------------------------ */
.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 1rem 0 0 1rem;
  border: 1px solid #fffcf5;
  border-right: none;
  background: #fffcf5;
  opacity: 1;
  cursor: pointer;
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 5;
}
@media (hover: hover) {
  .menuButton:hover {
    border: 1px solid #9c7f2a;
    border-right: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 0 0 0 1rem;
    top: 0;
    transition: all 0.3s;
  }
}
.menuButton .text {
  margin-top: 2.2rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .text {
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
}
.menuButton .border {
  position: absolute;
  width: 3.5rem;
  height: 0.1rem;
  margin-top: -2rem;
  background: #404040;
  transition: transform 0.4s, opacity 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border {
    width: 2.8rem;
  }
}
.menuButton .border:nth-child(1) {
  transform: translateY(-0.7rem);
}
@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.7rem);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton .border:nth-child(3) {
    transform: translateY(0.6rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.active {
    background: #f8f2e5 !important;
  }
}
.menuButton.active .border:nth-child(1) {
  transform: rotate(25deg);
}
.menuButton.active .border:nth-child(2) {
  opacity: 0;
}
.menuButton.active .border:nth-child(3) {
  transform: rotate(-25deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .menuButton.fixed {
    border-radius: 1rem;
    background: none;
    top: 1rem;
    right: 1.5rem;
  }
}

.mvFixedBtn {
  height: 54.8076923077%;
  position: fixed;
  top: 13rem;
  right: 0;
  z-index: 2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
    width: calc(100% - 16rem);
    height: 6rem;
    inset: auto auto 0 0;
  }
}
.mvFixedBtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 7rem;
  height: calc((100% - 1rem) / 2);
  border-radius: 1rem 0 0 1rem;
  color: #eeeeee;
  font-weight: 700;
  writing-mode: vertical-lr;
  text-orientation: upright;
  transition: filter 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn {
    height: 100%;
    border-radius: 0;
    font-size: 1.5rem;
    writing-mode: unset;
  }
}
.mvFixedBtn__btn svg {
  fill: #eeeeee;
}
.mvFixedBtn__btn.reservation {
  background: #9c7f2a;
  margin-bottom: 1rem;
}
@media (hover: hover) {
  .mvFixedBtn__btn.reservation:hover {
    filter: brightness(1.2);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation {
    flex: 1;
    gap: 0.5rem;
  }
}
.mvFixedBtn__btn.reservation svg {
  width: 2.3rem;
  height: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.reservation svg {
    width: 1.6rem;
    height: 1.3rem;
  }
}
.mvFixedBtn__btn.tel {
  background: #b7a267;
  transition: width 0.3s ease;
}
@media screen and (hover: hover) and (min-width: 767px) {
  .mvFixedBtn__btn.tel:hover {
    flex-direction: column;
    gap: 1.7rem;
    width: 28rem;
    padding: 0 2rem;
    writing-mode: unset;
    pointer-events: visible;
  }
  .mvFixedBtn__btn.tel:hover .small {
    display: none;
  }
  .mvFixedBtn__btn.tel:hover .large {
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel {
    width: 6rem;
  }
}
.mvFixedBtn__btn.tel .small {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.mvFixedBtn__btn.tel .small svg {
  width: 1.4rem;
  height: 1.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .small svg {
    width: 1rem;
    height: 1.4rem;
  }
}
.mvFixedBtn__btn.tel .large {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.3s, width 0.3s, height 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedBtn__btn.tel .large {
    display: none;
  }
}
.mvFixedBtn__btn.tel .large span:nth-of-type(1) {
  font-size: 1.6rem;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 3rem;
  line-height: 1.8333333333;
}
.mvFixedBtn__btn.tel .large span:nth-of-type(2) svg {
  width: 1.4rem;
  height: 1.9rem;
}

.mvFixedDates {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .mvFixedDates {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
}
.mvFixedDates__small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 6rem;
  background: #7b6420;
  position: relative;
}
.mvFixedDates__small::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.7rem;
  background: #fffcf5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 50%;
  right: 0.8rem;
  translate: 0 -50%;
}
.mvFixedDates__small p {
  font-size: 1.4rem;
  font-weight: 700;
}
.mvFixedDates__small p:nth-of-type(1) {
  color: #ffffff;
}
.mvFixedDates__small p:nth-of-type(2) {
  color: #b8ab85;
}
.mvFixedDates__unit {
  width: 37.5rem;
  padding: 3rem 2rem 0;
  background: #7b6420;
  border-radius: 2rem 2rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.mvFixedDates__unit .availableDates__note {
  color: #ffffff;
}
.mvFixedDates__unit button {
  width: 100%;
  padding: 2.4rem;
}
.mvFixedDates__unit button span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.mvFixedDates__unit button span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.7rem;
  background: #fffcf5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: -1.5rem;
  translate: 0 -50%;
}

.pageTop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
  cursor: pointer;
}
@media (hover: hover) {
  .pageTop:hover span svg {
    transform: rotate(180deg) translateY(0.5rem);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop {
    right: 0.8rem;
  }
}
.pageTop span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 7rem;
  height: 7rem;
  color: #9c7f2a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span {
    gap: 0.4rem;
    width: 5rem;
    height: 5rem;
    font-size: 1.1rem;
  }
}
.pageTop span::before {
  content: "";
  display: block;
  background: url(../images/icon_circle_01.svg) no-repeat center/contain;
  width: 7rem;
  height: 7rem;
  opacity: 0.9;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span::before {
    width: 5rem;
    height: 5rem;
  }
}
.pageTop span svg {
  fill: #9c7f2a;
  width: 1.6rem;
  height: 1rem;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pageTop span svg {
    width: 1.2rem;
    height: 0.8rem;
  }
}

.js-pageTop {
  opacity: 1;
  visibility: visible;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .js-pageTop {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

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

PCのみの記述

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
}

.pc-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  background: #f8f2e5;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content {
    display: contents;
  }
}
.pc-content__left, .pc-content__right {
  width: calc((100% - 45.5rem) / 2);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__right {
    display: none;
  }
}
.pc-content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 6rem 5rem 4.6rem;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content__left {
    padding: 2rem 4rem 2rem 3rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left {
    display: contents;
  }
}
.pc-content__left h1 {
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content__left h1 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__left h1 {
    padding: 4rem 6rem 2.8rem 2rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #eeeeee;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
  }
}
.pc-content__unit {
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__unit {
    background: #c1b184;
  }
}
.pc-content__logo {
  display: block;
  width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content__logo {
    width: 24rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content__logo {
    display: none;
  }
}
.pc-content__logo a {
  display: block;
}
.pc-content__logo img {
  width: 100%;
  height: auto;
}
.pc-content .mvFixedNews {
  width: 100%;
  padding: 3.4rem;
  margin: 0 2rem;
  border-top: 1px dotted #9c7f2a;
  border-bottom: 1px dotted #9c7f2a;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content .mvFixedNews {
    padding: 1.6rem 2.4rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content .mvFixedNews {
    display: none;
  }
}
.pc-content .mvFixedNews__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}
.pc-content .mvFixedNews__title .button {
  width: 12rem;
  height: 3.5rem;
  min-height: unset;
  padding: 0;
  font-size: 1.4rem;
}
.pc-content .mvFixedNews__unit {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.pc-content .mvFixedNews__unit p {
  border-bottom: 1px solid #9c7f2a;
}
.pc-content .mvFixedNews__unit p img {
  width: 4.3rem;
  height: auto;
}
.pc-content .mvFixedNews__unit h2 {
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pc-content .availableDates {
    display: none;
  }
}
.pc-content .availableDates__note {
  font-size: 1.6rem;
  top: -1rem;
  left: 28.9655172414%;
}
.pc-content .availableDates__note::after {
  width: 14rem;
  height: 3rem;
  top: 1rem;
  left: -1rem;
}
.pc-content .availableDates__title {
  padding: 0.2rem 3rem;
}
.pc-content .availableDates iframe {
  height: 20rem;
  background: #ffffff;
}
@media screen and (max-width: 1620px) {
  .pc-content .availableDates iframe {
    height: 24rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-content .availableDates iframe {
    height: 24rem;
  }
}
.pc-content__right {
  padding: 7.2rem 5.5rem 0;
  position: relative;
}
@media screen and (max-height: 800px) {
  .pc-content__right {
    padding-top: 2rem;
  }
}
.pc-content__right::before {
  content: "";
  display: block;
  background: url(../images/bg_mv_01.svg) no-repeat center/contain;
  width: 88rem;
  height: 86.1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.pc-content .tags {
  width: 49.1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content .tags {
    width: 44rem;
  }
}
@media screen and (max-width: 1200px) {
  .pc-content .tags {
    width: 42rem;
  }
}
.pc-content .tags__top, .pc-content .tags__bottom {
  gap: 4rem;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content .tags__top, .pc-content .tags__bottom {
    gap: 2rem;
  }
}
.pc-content .tags__top p, .pc-content .tags__bottom p {
  width: 17.5rem;
  height: 17.5rem;
  font-size: 2rem;
}
@media screen and (max-height: 800px) {
  .pc-content .tags__top p, .pc-content .tags__bottom p {
    width: 16rem;
    height: 16rem;
  }
}
.pc-content .tags__top p::before, .pc-content .tags__bottom p::before {
  width: 17.5rem;
  height: 17.5rem;
}
@media screen and (max-height: 800px) {
  .pc-content .tags__top p::before, .pc-content .tags__bottom p::before {
    width: 16rem;
    height: 16rem;
  }
}
.pc-content .tags__top p span.small, .pc-content .tags__bottom p span.small {
  font-size: 1.6rem;
}
.pc-content__image {
  width: 66rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1700px), (max-height: 800px) {
  .pc-content__image {
    width: 58rem;
  }
}
.pc-content__image img {
  width: 100%;
  height: auto;
}

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

メインコンテンツ

------------------------------------------------------------ */
.allContent {
  width: 45.5rem;
  margin: 5rem auto 0;
  background: #f0e8d8;
  border-radius: 5rem;
  box-shadow: 0 0 5rem rgba(168, 156, 122, 0.4);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .allContent {
    display: contents;
  }
}

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

ドロワーメニュー

------------------------------------------------------------ */
.drawerMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3rem);
  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 {
    display: block;
  }
}
.drawerMenu.active {
  opacity: 1;
  visibility: visible;
}
.drawerMenu__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5.7rem;
  width: 100%;
  height: fit-content;
  padding: 10rem 0 19rem;
  border-radius: 0 0 5rem 5rem;
  background: #fffcf5;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner {
    min-height: 100dvh;
    padding: 5.6rem 2rem;
    border-radius: 0;
  }
}
.drawerMenu__inner::before {
  content: "";
  display: block;
  background: url(../images/bg_header_01.svg) no-repeat center/contain;
  width: 57.9rem;
  height: 52rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner::before {
    width: 35.5rem;
    height: 30.6rem;
    background: url(../images/bg_header_01_sp.svg) no-repeat center/contain;
    top: unset;
    bottom: 0;
  }
}
.drawerMenu__inner::after {
  content: "";
  display: block;
  background: url(../images/bg_header_02.svg) no-repeat center bottom/contain;
  width: 100%;
  height: 8.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -48% 0;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__inner::after {
    display: none;
  }
}
.drawerMenu__logo {
  width: 45.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__logo {
    display: none;
  }
}
.drawerMenu__logo img {
  width: 100%;
  height: auto;
}
.drawerMenu__nav {
  display: flex;
  gap: 12rem;
  width: fit-content;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__nav {
    flex-direction: column;
    gap: 3.2rem;
    width: 100%;
  }
}
.drawerMenu__item .title {
  display: inline-block;
  margin-bottom: 2.4rem;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item .title {
    margin-bottom: 1.6rem;
  }
}
.drawerMenu__item a.title {
  margin-bottom: 0;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__item a.title:hover {
    color: #9c7f2a;
  }
}
.drawerMenu__item > div {
  display: flex;
  gap: 6.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item > div {
    flex-direction: column;
    gap: 2rem;
  }
}
.drawerMenu__item > div ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.drawerMenu__item > div ul li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #333333;
  font-size: 0.8333333333vw;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover) {
  .drawerMenu__item > div ul li a:hover {
    color: #9c7f2a;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .drawerMenu__item > div ul li a {
    font-size: 1.6rem;
  }
}
.drawerMenu__item > div ul li a::before {
  flex: none;
  content: "";
  display: block;
  width: 1.2rem;
  height: 2px;
  background: #9c7f2a;
}
.drawerMenu__item.treatment > div ul li a::before {
  background: #122d1e;
}
.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;
  }
}
/* ------------------------------------------------------------

アニメーション

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

トップページ

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__unit {
    background: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home .pc-content__left h1 {
    padding: 1rem 6rem 3rem 1rem;
    font-size: 1.4rem;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.page-top .spLogo {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .spLogo {
    display: block;
    padding-top: 8rem;
    position: relative;
  }
  .page-top .spLogo::before {
    content: "";
    display: block;
    width: 32rem;
    height: 38.4rem;
    background: url(../images/bg_mv_04.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .spLogo .breadcrumb {
    display: none;
  }
}
.page-top .spLogo__logo {
  display: block;
  width: 28.7rem;
  margin-inline: auto;
}
.page-top .spLogo__logo img {
  width: 100%;
  height: auto;
}
.page-top .mv {
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .mv {
    padding-top: 2.1rem;
  }
}
.page-top .mv__animation {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 9rem;
  left: 0;
}
.page-top .mv__animation > div {
  width: 127.4rem;
  flex: none;
  animation: messageSlide 30s linear infinite;
}
.page-top .mv__animation > div img {
  width: 100%;
  height: auto;
}
@keyframes messageSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.page-top .mv__image {
  margin-bottom: 3.2rem;
}
.page-top .mv__image img {
  width: 100%;
  height: auto;
}
.page-top .mv h2 {
  padding-top: 4rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.page-top .mv h2::before {
  content: "";
  display: block;
  background: url(../images/bg_mv_03.svg) no-repeat center/contain;
  width: 10.3rem;
  height: 4.6rem;
  position: absolute;
  top: -1rem;
  left: 2.4rem;
}
.page-top .mv h2 span {
  font-size: 2.6rem;
}
.page-top .spNews {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .spNews {
    display: block;
    margin: 6.4rem 2rem 0;
    padding: 2.4rem 2rem;
    background: #f8f2e5;
    border-radius: 1rem;
  }
}
.page-top .spNews__title {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2rem;
}
.page-top .spNews__title p {
  border-bottom: 1px solid #9c7f2a;
}
.page-top .spNews__title p img {
  width: 4.3rem;
  height: auto;
}
.page-top .spNews__title h2 {
  font-weight: 700;
}
.page-top .spNews .newsList .item__category {
  min-width: 6.5rem;
}
.page-top .spNews .newsList .item__title {
  flex: unset;
  text-decoration: underline;
}
.page-top .spNews .button {
  width: 12rem;
  min-height: 3.5rem;
  margin: 2.4rem auto 0;
  padding: 0;
  font-size: 1.4rem;
}
.page-top .about {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 6.4rem 6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about {
    padding: 6.4rem 2rem 0;
  }
}
.page-top .about__logo {
  display: block;
  width: 100%;
}
.page-top .about__logo img {
  width: 100%;
  height: auto;
}
.page-top .about__table table {
  width: 100%;
}
.page-top .about__table table tr {
  border-top: 1px dotted #9c7f2a;
}
.page-top .about__table table tr:last-of-type {
  border-bottom: 1px dotted #9c7f2a;
}
.page-top .about__table table tr th,
.page-top .about__table table tr td {
  vertical-align: top;
}
.page-top .about__table table tr th {
  width: 12rem;
  padding: 3.1rem 0;
}
.page-top .about__table table tr th img {
  width: auto;
  height: 1.5rem;
}
.page-top .about__table table tr td {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 0;
  line-height: 1.75;
}
.page-top .about__table table tr td .mapBtn {
  margin-inline: unset;
}
.page-top .about .availableDates {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .about .availableDates {
    display: block;
  }
}
.page-top .about__map img {
  width: 100%;
  height: auto;
}
.page-top .open__lead {
  margin-bottom: -3rem;
  position: relative;
}
.page-top .open__lead .date {
  width: 21.4rem;
  margin: 0 auto 1rem;
  position: relative;
}
.page-top .open__lead .date::before, .page-top .open__lead .date::after {
  content: "";
  display: block;
  background: #9c7f2a;
  width: 2px;
  height: 3rem;
  position: absolute;
  top: 0;
}
.page-top .open__lead .date::before {
  content: "";
  left: -1.5rem;
  transform: rotate(-30deg);
}
.page-top .open__lead .date::after {
  right: -1.5rem;
  transform: rotate(30deg);
}
.page-top .open__lead .date img {
  width: 100%;
  height: auto;
}
.page-top .open__lead .new {
  width: 100%;
  padding: 1rem 0;
}
.page-top .open__lead .new img {
  width: 100%;
  height: auto;
}
.page-top .open__image {
  margin-bottom: 2.4rem;
}
.page-top .open__image img {
  width: 100%;
  height: auto;
}
.page-top .open__text {
  margin-bottom: 4.8rem;
}
.page-top .open__text h2 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7916666667;
  text-align: center;
}
.page-top .open__text p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .open__text p span.border {
  text-decoration: underline;
  text-decoration-color: #b1a890;
  text-underline-offset: 0.5rem;
}
.page-top .open__tour {
  padding: 3.4rem 3rem 3.2rem;
  background: #ffffff;
  border-radius: 3rem;
  position: relative;
}
.page-top .open__tour::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.7rem;
  background: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -1.6rem;
  left: 50%;
  translate: -50% 0;
}
.page-top .open__tour h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 9.3rem;
  margin-bottom: 2rem;
  background: url(../images/bg_home_01.svg) no-repeat center/cover;
  color: #9c7f2a;
  font-size: 2.5rem;
  font-weight: 700;
}
.page-top .open__tour h3 span {
  color: #333333;
  font-size: 1.6rem;
}
.page-top .open__tour table {
  margin-bottom: 3.2rem;
  width: 100%;
}
.page-top .open__tour table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top .open__tour table tr:not(:last-of-type) {
  padding-bottom: 1rem;
}
.page-top .open__tour table th {
  padding-right: 1rem;
}
.page-top .open__tour table td {
  padding-left: 1rem;
}
.page-top .open__tour table th,
.page-top .open__tour table td {
  font-weight: 700;
}
.page-top .open__tour table th {
  font-size: 3.2rem;
  border-right: 1px dotted #d8ceaf;
}
.page-top .open__tour table td {
  font-size: 2.4rem;
}
.page-top .open__unit {
  display: flex;
  gap: 1rem;
}
.page-top .open__unit > div {
  width: 100%;
}
.page-top .open__unit > div picture {
  margin-bottom: 0.8rem;
}
.page-top .open__unit > div picture img {
  width: 100%;
  height: auto;
}
.page-top .open__unit > div p {
  font-weight: 700;
  text-align: center;
}
.page-top .concept {
  padding-bottom: 5rem;
}
.page-top .concept__unit {
  display: flex;
  margin-bottom: 2rem;
}
.page-top .concept__image {
  height: fit-content;
  margin: 2rem -1rem 0 0;
  position: relative;
}
.page-top .concept__image::after {
  content: "";
  display: block;
  background: url(../images/bg_home_02.svg) no-repeat center/contain;
  width: 17.6rem;
  height: 14rem;
  position: absolute;
  bottom: -6.4rem;
  left: -1.6rem;
  z-index: -1;
}
.page-top .concept__image img {
  width: 100%;
  height: auto;
}
.page-top .concept .heading01 {
  position: relative;
  z-index: 1;
}
.page-top .concept .heading01 h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: unset;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.page-top .concept__desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
  position: relative;
}
.page-top .concept__desc::after {
  content: "";
  display: block;
  background: url(../images/icon_mark_01.svg) no-repeat center/contain;
  width: 19.3rem;
  height: 24rem;
  position: absolute;
  top: 0;
  right: -6rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .concept__desc::after {
    right: -2rem;
  }
}
.page-top .concept__desc p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .parent {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: #ffffff;
  padding-bottom: 7rem;
  margin: 5rem 0;
  position: relative;
}
.page-top .parent::before {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_03.svg) no-repeat center/cover;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: -4.9rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .parent::before {
    height: 4.1rem;
    top: -4rem;
  }
}
.page-top .parent::after {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_04.svg) no-repeat center/cover;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .parent::after {
    height: 4.1rem;
    bottom: -4rem;
  }
}
.page-top .parent__image {
  width: 100%;
  height: auto;
}
.page-top .parent__list {
  padding: 2.9rem 2.9rem 1.9rem;
  position: relative;
}
.page-top .parent__list::before {
  content: "";
  display: block;
  background: url(../images/bg_border_01.svg) no-repeat center/cover;
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: -1;
}
.page-top .parent__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .parent__desc p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .parent__childcare > div {
  display: flex;
  padding-top: 2.6rem;
  margin-left: -6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .parent__childcare > div {
    margin-left: -2rem;
  }
}
.page-top .parent__childcare > div picture {
  width: 29.5rem;
  margin-right: -3rem;
  position: relative;
}
.page-top .parent__childcare > div picture::before {
  content: "";
  width: 14.5rem;
  height: 14rem;
  background: url(../images/bg_circle_03.svg) no-repeat center/contain;
  mix-blend-mode: multiply;
  position: absolute;
  top: -2.6rem;
  right: -6.8rem;
}
.page-top .parent__childcare > div picture img {
  width: 100%;
  height: auto;
}
.page-top .parent__childcare > div h3 {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  position: relative;
}
.page-top .parent__childcare > div h3 span {
  color: #9c7f2a;
  font-size: 2.8rem;
}
.page-top .parent__point {
  margin-top: 1.6rem;
}
.page-top .parent__point h4 {
  padding-bottom: 4rem;
  margin-bottom: 2.4rem;
  color: #9c7f2a;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.page-top .parent__point h4::after {
  content: "";
  width: 30.9rem;
  height: 5rem;
  background: url(../images/bg_home_03.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.page-top .parent__point ul {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
.page-top .parent__point ul li {
  display: flex;
  position: relative;
}
.page-top .parent__point ul li .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  bottom: 0;
}
.page-top .parent__point ul li .text span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}
.page-top .parent__point ul li .text span img:nth-of-type(1) {
  width: 4.6rem;
  height: auto;
}
.page-top .parent__point ul li .text span img:nth-of-type(2) {
  width: 7.5rem;
  height: auto;
}
.page-top .parent__point ul li .text h5 {
  font-size: 2.4rem;
  font-weight: 700;
}
.page-top .parent__point ul li picture {
  width: 21.2rem;
}
.page-top .parent__point ul li picture img {
  width: 100%;
  height: auto;
}
.page-top .parent__point ul li:nth-of-type(odd) {
  justify-content: end;
}
.page-top .parent__point ul li:nth-of-type(odd) .text {
  left: 0;
}
.page-top .parent__point ul li:nth-of-type(odd) picture {
  margin-bottom: 1.3rem;
}
.page-top .parent__point ul li:nth-of-type(even) .text {
  align-items: flex-end;
  right: 0;
}
.page-top .parent__point ul li:nth-of-type(even) .text h5 {
  text-align: right;
}
.page-top .treatment .heading01 {
  margin-bottom: 2.4rem;
}
.page-top .treatment__list:not(:last-child) {
  margin-bottom: 2.4rem;
}
.page-top .treatment__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-top .treatment__list ul li {
  width: calc((100% - 1.5rem) / 2);
}
.page-top .treatment__list.only ul li {
  width: 100%;
  margin-bottom: 0.2rem;
}
.page-top .treatment__list.only ul li .item {
  aspect-ratio: 2/1;
}
.page-top .treatment__title {
  margin-bottom: 0.8rem;
}
.page-top .treatment__title img {
  width: auto;
  height: 2.3rem;
}
.page-top .treatment .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid #333333;
  text-align: center;
  aspect-ratio: 1/1;
  position: relative;
}
@media (hover: hover) {
  .page-top .treatment .item:hover::after {
    transform: scale(1.5);
  }
}
.page-top .treatment .item::after {
  content: "";
  display: block;
  background: #9c7f2a;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: transform 0.3s;
}
.page-top .treatment .item span {
  line-height: 1.4;
}
.page-top .treatment .item__doctor {
  padding: 0.5rem 0.8rem;
  background: #9c7f2a;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #ffffff;
  font-size: 1.2rem;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.page-top .treatment .item__main {
  font-size: 2.2rem;
  font-weight: 700;
}
.page-top .treatment .item__main.small {
  font-size: 1.8rem;
}
.page-top .treatment .item__note {
  font-size: 1.2rem;
  font-weight: 700;
}
.page-top .treatment .item img {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
.page-top .treatment__links {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
}
.page-top .treatment__links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  gap: 0.8rem;
  width: 100%;
  min-height: 12.7rem;
  position: relative;
}
@media (hover: hover) {
  .page-top .treatment__links a:hover::after {
    transform: scale(1.5);
  }
}
.page-top .treatment__links a::after {
  content: "";
  display: block;
  background: #f0e8d8;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  transition: transform 0.3s;
}
.page-top .treatment__links a:nth-of-type(1) {
  background: url(../images/home_13.jpg) no-repeat center/cover;
}
.page-top .treatment__links a:nth-of-type(2) {
  background: url(../images/home_14.jpg) no-repeat center/cover;
}
.page-top .treatment__links a > span {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.page-top .treatment__links a > span .big {
  margin-right: -0.5rem;
  font-size: 2.4rem;
}
.page-top .treatment__links a > span .medium {
  font-size: 2rem;
}
.page-top .kids {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: #ffffff;
  margin-top: 10rem;
  position: relative;
  z-index: 0;
}
.page-top .kids::before {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_03.svg) no-repeat center/cover;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: -4.9rem;
  left: 0;
  z-index: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .kids::before {
    height: 4.1rem;
    top: -4rem;
  }
}
.page-top .kids__images {
  position: relative;
}
.page-top .kids__images::before {
  content: "";
  display: block;
  background: url(../images/text_home_09.svg) no-repeat center/contain;
  width: 21.1rem;
  height: 7rem;
  position: absolute;
  top: -5.6rem;
  left: -4.5rem;
}
.page-top .kids__images::after {
  content: "";
  display: block;
  background: url(../images/bg_home_05.svg) no-repeat center/contain;
  width: 31.1rem;
  height: 37.8rem;
  position: absolute;
  top: -9rem;
  right: -6rem;
  z-index: -1;
}
.page-top .kids__images img {
  width: 100%;
  height: auto;
}
.page-top .kids .heading01 h2 {
  display: block;
}
.page-top .kids .heading01 h2 span {
  color: #9c7f2a;
  font-size: 3.2rem;
}
.page-top .kids .heading01 h2 span ruby {
  font-size: 3.8rem;
  padding: 0 1rem;
}
.page-top .kids .heading01 h2 span ruby rt {
  font-size: 1.4rem;
}
.page-top .kids .heading01 h2 img {
  width: 4rem;
  height: auto;
  vertical-align: baseline;
}
.page-top .kids__list .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-top .kids__list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-top .kids__list .item p {
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
.page-top .kids__list .item picture {
  flex: none;
  width: 16rem;
  margin-left: 1rem;
}
.page-top .kids__list .item picture img {
  width: 100%;
  height: auto;
}
.page-top .kids__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
}
.page-top .kids__desc::after {
  content: "";
  display: block;
  background: url(../images/icon_mark_01.svg) no-repeat center/contain;
  width: 19.3rem;
  height: 24rem;
  position: absolute;
  top: 0;
  right: -6rem;
  z-index: -1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .kids__desc::after {
    right: -2rem;
  }
}
.page-top .kids__desc p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .kids__pain {
  display: flex;
  justify-content: space-between;
  margin-left: -6rem;
}
.page-top .kids__pain picture {
  width: 26rem;
}
.page-top .kids__pain picture img {
  width: 100%;
  height: auto;
}
.page-top .kids__pain h3 {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  padding: 3rem 0 1.3rem;
  position: relative;
}
.page-top .kids__pain h3::before {
  content: "";
  width: 14.5rem;
  height: 14rem;
  background: url(../images/bg_circle_03.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -3rem;
  z-index: -1;
}
.page-top .kids__pain h3 span {
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.page-top .kids__pain h3 span.right {
  color: #9c7f2a;
  font-size: 2.8rem;
}
.page-top .kids__pain h3 span.left {
  height: fit-content;
  margin: auto 0 0 0;
  font-size: 2rem;
}
.page-top .kids .listBox {
  margin-bottom: 0;
}
.page-top .kids .button {
  margin-top: 1rem;
}
.page-top .kidsortho,
.page-top .rootcanal {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background: #ffffff;
}
.page-top .kidsortho__image img,
.page-top .rootcanal__image img {
  width: 100%;
  height: auto;
}
.page-top .kidsortho__desc,
.page-top .rootcanal__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page-top .kidsortho__desc p,
.page-top .rootcanal__desc p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .kidsortho .button,
.page-top .rootcanal .button {
  margin-top: 1rem;
}
.page-top .kidsortho__image {
  position: relative;
}
.page-top .kidsortho__image::before {
  content: "";
  display: block;
  background: url(../images/bg_home_06.svg) no-repeat center/contain;
  width: 31.1rem;
  height: 37.8rem;
  position: absolute;
  top: -8.8rem;
  left: -6rem;
  z-index: -1;
}
.page-top .kidsortho__image::after {
  content: "";
  display: block;
  background: url(../images/text_home_10.svg) no-repeat center/contain;
  width: 6.3rem;
  height: 51.5rem;
  position: absolute;
  top: -5.7rem;
  right: -2.4rem;
}
.page-top .rootcanal {
  padding-bottom: 7rem;
  margin-bottom: 5rem;
  position: relative;
}
.page-top .rootcanal::after {
  content: "";
  display: block;
  background: url(../images/bg_section_curve_04.svg) no-repeat center/cover;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -4.9rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .rootcanal::after {
    height: 4.1rem;
    bottom: -4rem;
  }
}
.page-top .rootcanal__image {
  position: relative;
}
.page-top .rootcanal__image::before {
  content: "";
  display: block;
  background: url(../images/bg_home_07.svg) no-repeat center/contain;
  width: 31.1rem;
  height: 37.8rem;
  position: absolute;
  top: -8.8rem;
  right: -6rem;
  z-index: -1;
}
.page-top .rootcanal__image::after {
  content: "";
  display: block;
  background: url(../images/text_home_11.svg) no-repeat center/contain;
  width: 6.3rem;
  height: 51.9rem;
  position: absolute;
  top: -5.7rem;
  left: -2.4rem;
}
.page-top .feature {
  padding-top: 5.2rem;
}
.page-top .feature .heading01 {
  margin-bottom: 3.2rem;
}
.page-top .feature__unit {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem;
}
.page-top .feature .item {
  position: relative;
}
.page-top .feature .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 26.7rem;
  background: url(../images/bg_home_08.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top .feature .item__num {
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: -0.8rem;
  left: 0;
  z-index: 1;
}
.page-top .feature .item__num img {
  width: 15.5rem;
  height: auto;
}
.page-top .feature .item picture {
  width: 29.5rem;
  margin-bottom: 5.6rem;
}
.page-top .feature .item picture img {
  width: 100%;
  height: auto;
}
.page-top .feature .item h3 {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.page-top .feature .item p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .feature .item:nth-of-type(even)::before {
  transform: scale(-1, 1);
}
.page-top .feature .item:nth-of-type(even) .item__num {
  left: unset;
  right: 0;
}
.page-top .feature .item:nth-of-type(even) picture {
  margin-inline: auto 0;
}
.page-top .doctorUnit__unit {
  display: flex;
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctorUnit__unit {
    margin-left: -2rem;
  }
}
.page-top .doctorUnit__image {
  height: fit-content;
  width: 23.7rem;
  margin: 2.5rem -2rem 0 0;
}
.page-top .doctorUnit__image::before {
  content: "";
  display: block;
  background: url(../images/bg_home_04.svg) no-repeat center/contain;
  width: 17.6rem;
  height: 14rem;
  position: absolute;
  top: unset;
  bottom: -7rem;
  left: -5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-top .doctorUnit__image::before {
    bottom: -5rem;
  }
}
.page-top .doctorUnit .heading01 {
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.page-top .doctorUnit .heading01 h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: unset;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
.page-top .doctorUnit__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
.page-top .doctorUnit__desc p {
  line-height: 1.75;
  text-align: justify;
}
.page-top .doctorUnit__list {
  margin-bottom: 4rem;
}
.page-top .faq {
  padding-bottom: 7rem;
}
.page-top .faq .heading01 {
  margin-bottom: 2.4rem;
}

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

記事一覧

------------------------------------------------------------ */
.archive {
  padding: 8rem 6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .archive {
    padding: 8rem 2rem 0;
  }
}
.archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.archive__links .button {
  width: calc((100% - 1.6rem) / 2);
}
.archive__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 6rem;
}

.articleUnit img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/215;
}
.articleUnit a {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  color: #333333;
  padding: 2.4rem 0;
}
@media (hover: hover) {
  .articleUnit a:hover .articleUnit__title {
    text-decoration: none;
  }
}
.articleUnit a:not(:last-of-type) {
  padding-bottom: 2.4rem;
  border-bottom: 1px dotted #9c7f2a;
}
.articleUnit__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/210;
}
.articleUnit__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articleUnit__date time {
  line-height: 1;
}
.articleUnit__category {
  min-width: 10rem;
  padding: 0.2rem 1rem;
  border: 1px solid #d8ceaf;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
.articleUnit__title {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.PageNavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
.PageNavi .page-numbers {
  display: grid;
  place-items: center;
  --size: 4rem;
  width: var(--size);
  height: var(--size);
  border-radius: 0.5rem;
  color: currentColor;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .PageNavi .page-numbers:hover {
    opacity: 0.6;
  }
}
.PageNavi .page-numbers:not(.prev):not(.next):not(.current) {
  display: none;
}
.PageNavi .page-numbers.current {
  background-color: #f8f2e5;
  pointer-events: none;
}

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

記事詳細

------------------------------------------------------------ */
.single {
  padding: 8rem 6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .single {
    padding: 8rem 2rem 0;
  }
}
.single .h2-title {
  margin-bottom: 4rem;
}
.single .h3-title {
  margin-bottom: 3.2rem;
}
.single__image:not(:last-child) {
  margin-bottom: 2.4rem;
}
.single__image img {
  width: 100%;
  height: auto;
}
.single__image figcaption {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
.single__desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.single__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.single__desc:has(+ .treatment) {
  margin-bottom: 8rem;
}
.single__desc p,
.single__desc li {
  font-size: 1.6rem;
  line-height: 1.8;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.single__desc p img {
  width: 100%;
  height: auto;
}
.single__desc strong {
  font-weight: 700;
}
.single__desc ol {
  margin-left: 2.5rem;
}
.single__desc ol li {
  list-style-type: decimal;
}
.single__desc ul {
  margin-left: 2.5rem;
}
.single__desc ul li {
  list-style-type: disc;
}
.single__desc a {
  color: #9c7f2a;
  text-decoration: underline;
}
@media (hover: hover) {
  .single__desc a:hover {
    text-decoration: none;
  }
}
.single__desc hr {
  width: 100%;
  border-style: solid;
  border-color: #9c7f2a;
}
.single__desc del {
  text-decoration: line-through;
}
.single__desc em {
  font-style: italic;
}
.single__desc blockquote {
  background: #f8f2e5;
  color: #333333;
  padding: 1.6rem;
}
.single__desc h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 700;
  text-align: center;
}
.single__desc h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.6rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzM1IiBoZWlnaHQ9IjM2LjI1NiIgdmlld0JveD0iMCAwIDMzNSAzNi4yNTYiPg0KICA8ZGVmcz4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+DQogICAgICA8cmVjdCB3aWR0aD0iMzM1IiBoZWlnaHQ9IjM2LjI1NiIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgtMiI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM5NDQ0IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzOTQ0NCIgd2lkdGg9IjMzNSIgaGVpZ2h0PSIzNi4yNTYiIGZpbGw9IiNjMWIxODQiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMTI4IiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAxMjgiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8ZyBpZD0i44Kw44Or44O844OXXzE4MTM1IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxODEzNSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3Njg1IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzY4NSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjczODciIGRhdGEtbmFtZT0i44OR44K5IDI3Mzg3IiBkPSJNMS45LDBDNi4zNDEsMy41NCw0LjAzNSwxNC44NzgsMTMuODE1LDE1Ljg2OCwyNy43MiwxNy40ODgsNDIsMTcuMjg2LDU2LjE2NCwxNy4zYzEzLjMzMS4yNzcsMjYuNjQ4LjY2MSw0MCwuNTI5LDE3LjYxNy0uMTM2LDM1LjQ3Ni45NjcsNTIuODcyLS45NDgsNS41MDktLjY0NywxMS4wNjMtLjIzOSwxNi41NzctLjUxOSwxLjc5Mi0uMDkxLDIuODkzLjYzNiwyLjY4MywxLjY1NC0uNyw0LjcyNy0yLjY3NSw5LjI3NS0yLjcyNCwxNC4wMzhhNi4zODUsNi4zODUsMCwwLDAsMy45MDYtMS40OTRjNi4wMzgtNC4wMDgsMTEuOTc4LTguMDU5LDE3Ljk3LTEyLjA4OGEzLjksMy45LDAsMCwxLDQuMTI4LS42MThjMi4xNzksMS4yMTYtMi4zMTEsMi4zMjQtMy4zLDMuMzEzLTMuNTM5LDEuOTM3LTIyLjYxNiwxNi43LTI2LjEyNiwxNC45NDNhMS4yNiwxLjI2LDAsMCwxLS42NDYtMS4yNjVjLjg2Ni00LjEyNCwxLjgxNi04LjI0MiwyLjQtMTIuMzgyLjAxNy0xLjI4NywyLjMxMi0zLjk4Mi0xLjUzOS00LjA2NS0zLjgtLjAxOC03LjY1OC0uMTIzLTExLjQuMTU5LTM1Ljk3MSwyLjE0Ni03Mi4zNzcuNTE5LTEwOC40MzIuM2ExOTQuNDU1LDE5NC40NTUsMCwwLDEtMzIuOTQtMS42NzNjLTIuMjkxLS4yNjktMy42NjQtMS4wOS00LjE2OS0yLjI3My0xLjE3MS0yLjc0OC0zLjA4LTUuMzktMy40MzUtOC4yNjFDMS43NzEsNC44NzYuNzA5LDMuMTM5LjA3OSwxLjM4MS0uMTQ3Ljc1MS4wMTEuNjc4LDEuOSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgICA8cGF0aCBpZD0i44OR44K5XzI3Mzg4IiBkYXRhLW5hbWU9IuODkeOCuSAyNzM4OCIgZD0iTTY3NC40MzIsMjYuMjA5Yy0xLjQ0MiwwLTQuMjUtLjcyNC0zLjU4MS0xLjQ4Ni45NjYtMS41MDcsMjAuODY5LjAzMiwyNC45MjMtLjIzNiwxOS42OTMuMjEsMzkuNSwxLjA4NCw1OS4xMTgtLjE3NiwxMi40MzUtLjE0NywyNC44ODguMDMxLDM3LjMyMi0uNDI4LDkuMDY4LS40NzcsOS42MTYtOS4yNDcsMTEuODY3LTEzLjAzMS4yMTgtMS4zMTUsMy44LTEuMDMsMy41MzUuMjM3LTIuNDUzLDQuOTgzLTMuMzYzLDE0LjctMTUuODQ3LDE0LjcyNS0xMy45OTMuMzc1LTI4LjAzLjEyMS00Mi4wMTIuNTI5LTI1LjEsMS4xMTctNTAuMjE4LS42ODgtNzUuMzI1LS4xMzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NzIuNjI5IC03LjA0KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
}
.single__desc h3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7916666667;
  position: relative;
}
.single__desc h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: url(../images/bg_heading_01.svg) repeat-x center/cover;
}
.single__desc h4 {
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8181818182;
  position: relative;
}
.single__desc h4::after {
  content: "";
  display: block;
  width: 15rem;
  height: 5rem;
  margin-top: -1rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMTUwIDE1Ij4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3QgaWQ9IumVt+aWueW9ol8zOTQ3MSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMzk0NzEiIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc5MyAxNzUzKSIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMC44Ii8+DQogICAgPC9jbGlwUGF0aD4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aC0yIj4NCiAgICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzk0NTAiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM5NDUwIiB3aWR0aD0iMTQ5IiBoZWlnaHQ9IjE4IiBmaWxsPSIjOWM3ZjJhIi8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0i44Oe44K544Kv44Kw44Or44O844OXXzEiIGRhdGEtbmFtZT0i44Oe44K544Kv44Kw44Or44O844OXIDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTMgLTE3NTMpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSI+DQogICAgPGcgaWQ9IuOCsOODq+ODvOODl18xODEzOSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTgxMzkiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk4LCAwLjA3LCAtMC4wNywgMC45OTgsIDc5NC4yNTYsIDE3NDUuNzE0KSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3NzM3IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzczNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aC0yKSI+DQogICAgICAgIDxwYXRoIGlkPSLjg5HjgrlfMjc1NTgiIGRhdGEtbmFtZT0i44OR44K5IDI3NTU4IiBkPSJNMTQ4LjQ2MSwwYS41MzkuNTM5LDAsMCwxLC4yNTQsMS4wMTNDMTM4LjQ1Miw2LjUsMTI2Ljg2Niw4LjksMTE0LjksMTEuMDYyYy0xNC4zMjUsMi41OTEtMjkuNzY0LDUuMS00NS42LDUuOS02LjQ0NS4zMjMtMTMuMzExLjM4MS0xOS44NzEtMS40YTEwLjc3LDEwLjc3LDAsMCwxLTUuMDg4LTIuNkExMjIuMTc5LDEyMi4xNzksMCwwLDEsLjUsMTcuNjUxYS41MzkuNTM5LDAsMCwxLC4wODMtMS4wNzQsMTIxLjA4OCwxMjEuMDg4LDAsMCwwLDQzLjA1NC00LjUyMiw0LjUxMSw0LjUxMSwwLDAsMS0uMDYzLTUuMDQ0Yy45NjctMS4zLDIuNjE0LTEuNzY4LDQuMjQ5LTIuMDgzLjgyOC0uMTU4LDMuMzQ0LS42NDQsNC41MjEsMS4wMDhhMy4xODcsMy4xODcsMCwwLDEtLjU0LDMuOTI1LDcuODYsNy44NiwwLDAsMS0zLjMxOSwxLjc5NHEtMS40NjguNS0yLjk1Ljk1M2ExMC43ODEsMTAuNzgxLDAsMCwwLDQuMTc5LDEuOTE3YzYuNDE1LDEuNzM2LDEzLjE4LDEuNjc5LDE5LjUzNSwxLjM1OCwxNS43OC0uNzk1LDMxLjE3OC0zLjMsNDUuNDY3LTUuODgyLDExLjg3My0yLjE0NywyMy4zNjktNC41MjQsMzMuNDk1LTkuOTM4QS41MzYuNTM2LDAsMCwxLDE0OC40NjEsME00NC43MTEsMTEuNzMzcTEuNzI0LS41MjQsMy40MjgtMS4xYTYuODkyLDYuODkyLDAsMCwwLDIuODg1LTEuNTE5LDIuMTMsMi4xMywwLDAsMCwuNDQtMi41NTRjLS41MjItLjczMy0xLjY0OC0uOTIzLTMuNDQyLS41NzUtMS4zMjUuMjU1LTIuOC42MTUtMy41OSwxLjY2OGEzLjU2NiwzLjU2NiwwLDAsMCwuMjc4LDQuMDc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjOWM3ZjJhIi8+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==") no-repeat center/contain;
}
.single__desc h5 {
  padding-left: 1.6rem;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}
.single__desc h5::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.3rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNyAyMyI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IHdpZHRoPSIyNyIgaGVpZ2h0PSIyMyIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgtMiI+DQogICAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM5NDUxIiBkYXRhLW5hbWU9IumVt+aWueW9oiAzOTQ1MSIgd2lkdGg9IjI3IiBoZWlnaHQ9IjIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjMzOSAtMC4zNCkiIGZpbGw9IiNjMWIxODQiLz4NCiAgICA8L2NsaXBQYXRoPg0KICA8L2RlZnM+DQogIDxnIGlkPSLjg6rjg5Tjg7zjg4jjgrDjg6rjg4Pjg4lfMTMwIiBkYXRhLW5hbWU9IuODquODlOODvOODiOOCsOODquODg+ODiSAxMzAiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8ZyBpZD0i44Kw44Or44O844OXXzE4MTQwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxODE0MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNTM0IDAuMTQzKSI+DQogICAgICA8ZyBpZD0i44Kw44Or44O844OXXzE3NzkxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNzc5MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xOTYgMC4xOTYpIiBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoLTIpIj4NCiAgICAgICAgPHBhdGggaWQ9IuODkeOCuV8yNzYwNCIgZGF0YS1uYW1lPSLjg5HjgrkgMjc2MDQiIGQ9Ik0xNi40LDMuOTQ1Yy01LjA4My02LjAzLTE0LjMxLjYxMy0xMC42ODcsNy40MS0yLjg0OSwxLjQxLTQuMjQ4LDIuMTg4LTQuMDQzLDUuNjY5QzEuNzI4LDE5LjY5MiwzLjQsMjAuMjU5LDUuOSwyMC41ODhjLjMxMSwyLjU0OC00Ljc0MS44LTUuMTEzLS43ODctMS43LTMuNC0uNTUzLTYuNzU5LDIuNy05LjE0NUMxLjU2MiwzLjgsOS42ODEtMi43ODgsMTUuNzE4LDEuMjE3LDIwLjcwNi0uODksMjUuNjkyLjE3NywyNy4yOTMsNS43ODdjLS43LDIuMzA2LTIuMDMxLjcxMy0yLjMyMS0uODM5LTEuNTI5LTMuNjY2LTUuNTQ1LTMuNzUtOC41NzYtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zODUgLTAuMTc1KSIgZmlsbD0iI2MxYjE4NCIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=") no-repeat center/contain;
  position: absolute;
  top: -0.6rem;
  left: 0;
}
.single__desc h6 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
.single .treatment {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 8rem;
}
.single .treatment__item > h4 {
  padding: 1.2rem;
  margin-bottom: 1.6rem;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.single .treatment__item img {
  width: 100%;
  height: auto;
}
.single .treatment__before {
  background: #c1b184;
  color: #ffffff;
}
.single .treatment__after {
  background: #ffffff;
  color: #333333;
}
.single .treatment svg {
  width: 4.8rem;
  height: 4.8rem;
  margin-inline: auto;
  fill: #c1b184;
}
.single .textTable {
  margin-bottom: 6rem;
}
.single__content {
  margin-bottom: 8rem;
}
.single__content:has(+ .overview) {
  margin-bottom: 12rem;
}
.single__content .h4-title {
  margin-bottom: 2.4rem;
}
.single__content__image {
  margin-bottom: 2.4rem;
}
.single__content__image img {
  width: 100%;
  height: auto;
}
.single .overview {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem 2rem;
  border: 1px solid #333333;
}
.single .overview__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.single .overview__logo {
  width: 24rem;
  margin-inline: auto;
}
.single .overview__logo img {
  width: 100%;
  height: auto;
}
.single .overview__image img {
  width: 100%;
  height: auto;
}
.single .overview dl {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.single .overview dl > div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.single .overview dl > div dt {
  border-bottom: 1px dotted #333333;
  padding-bottom: 0.8rem;
  font-weight: 700;
}
.single .overview dl > div dd {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.4rem;
}
.single .overview dl > div dd address {
  line-height: 1.4;
}
.single .overview dl > div dd a {
  display: inline-block;
  text-decoration: underline;
  color: #9c7f2a;
  line-height: 1.4;
}
@media (hover: hover) {
  .single .overview dl > div dd a:hover {
    text-decoration: none;
  }
}
.single .overview dl > div dd p {
  display: flex;
  gap: 0.8rem;
  line-height: 1.4;
}
.single .overview dl > div dd p span {
  flex: none;
  width: 5rem;
}

.singleNavi {
  padding: 6rem 2rem;
}
.singleNavi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
}
.singleNavi__prev, .singleNavi__archive, .singleNavi__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5rem;
  background: #9c7f2a;
  border: 2px solid #9c7f2a;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  color: #eeeeee;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .singleNavi__prev:hover, .singleNavi__archive:hover, .singleNavi__next:hover {
    background: #ffffff;
    color: #9c7f2a;
  }
  .singleNavi__prev:hover svg, .singleNavi__archive:hover svg, .singleNavi__next:hover svg {
    fill: #9c7f2a;
  }
}
.singleNavi__prev svg, .singleNavi__archive svg, .singleNavi__next svg {
  width: 1.5rem;
  height: 1rem;
  fill: #eeeeee;
  position: absolute;
  right: 2rem;
  top: 50%;
  translate: 0 -50%;
  transition: fill 0.3s;
}
.singleNavi__prev svg {
  rotate: 90deg;
  right: 0;
  left: 2rem;
}
.singleNavi__next svg {
  rotate: -90deg;
}
/*# sourceMappingURL=style.css.map */
