@charset "UTF-8";
.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .u-flex-between {
    flex-direction: column;
  }
}

.u-flex-column {
  display: flex;
  flex-direction: column;
}

.u-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* ----------------------------
   Reset / Base
---------------------------- */
html {
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  color: #5A4B38;
  background-color: #F9F8F3;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif, "Roboto Condensed", sans-serif, sans-serif;
  overflow-x: clip;
}

/* ----------------------------
   Element Resets
---------------------------- */
body,
main,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list],
li {
  list-style: none;
}

/* ----------------------------
   Media
---------------------------- */
img,
picture,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

/* ----------------------------
   Links
---------------------------- */
a {
  color: #5A4B38;
  text-decoration: none;
  transition: color 0.4s;
}
a:hover {
  color: #52B567;
  transition: color 0.3s ease;
}
a:hover img {
  transition: all 0.3s;
  text-decoration: none;
  opacity: 0.8;
}

/* ----------------------------
   Forms
---------------------------- */
input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

button {
  appearance: none;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: inherit;
}
button:hover {
  cursor: pointer;
}

/* ----------------------------
   Utility
---------------------------- */
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.u-gap-4 {
  gap: 4px;
}

.u-gap-5 {
  gap: 5px;
}

.u-gap-6 {
  gap: 6px;
}

.u-gap-7 {
  gap: 7px;
}

.u-gap-8 {
  gap: 8px;
}

.u-gap-9 {
  gap: 9px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-11 {
  gap: 11px;
}

.u-gap-12 {
  gap: 12px;
}

.u-gap-13 {
  gap: 13px;
}

.u-gap-14 {
  gap: 14px;
}

.u-gap-15 {
  gap: 15px;
}

.u-gap-16 {
  gap: 16px;
}

.u-gap-17 {
  gap: 17px;
}

.u-gap-18 {
  gap: 18px;
}

.u-gap-19 {
  gap: 19px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-21 {
  gap: 21px;
}

.u-gap-22 {
  gap: 22px;
}

.u-gap-23 {
  gap: 23px;
}

.u-gap-24 {
  gap: 24px;
}

.u-gap-25 {
  gap: 25px;
}

.u-gap-26 {
  gap: 26px;
}

.u-gap-27 {
  gap: 27px;
}

.u-gap-28 {
  gap: 28px;
}

.u-gap-29 {
  gap: 29px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-31 {
  gap: 31px;
}

.u-gap-32 {
  gap: 32px;
}

.u-gap-33 {
  gap: 33px;
}

.u-gap-34 {
  gap: 34px;
}

.u-gap-35 {
  gap: 35px;
}

.u-gap-36 {
  gap: 36px;
}

.u-gap-37 {
  gap: 37px;
}

.u-gap-38 {
  gap: 38px;
}

.u-gap-39 {
  gap: 39px;
}

.u-gap-40 {
  gap: 40px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(0.625rem, -1.5384615385rem + 4.6153846154vw, 2.5rem);
  position: relative;
  height: 100px;
}
.header__logo-section {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.0961538462rem + 1.5384615385vw, 1.25rem);
}
.header__logo-img {
  max-width: 60px;
  max-height: 60px;
}
@media screen and (max-width: 1024px) {
  .header__logo-img {
    width: 40px;
  }
}

.clinic-info {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.clinic-info h1 {
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 0.8;
  letter-spacing: clamp(0.125rem, -0.1634615385rem + 0.6153846154vw, 0.375rem);
  font-size: clamp(1.125rem, 0.4038461538rem + 1.5384615385vw, 1.75rem);
}
.clinic-info h1 a {
  color: #5A4B38;
}
.clinic-info_en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(0.5rem, 0.0673076923rem + 0.9230769231vw, 0.875rem);
  letter-spacing: 0.2em;
}
.clinic-info p {
  margin: 0;
  font-size: clamp(0.375rem, 0.0144230769rem + 0.7692307692vw, 0.6875rem);
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .clinic-info p {
    display: none;
  }
}

.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 92px;
  white-space: nowrap;
  justify-content: space-between;
  gap: clamp(0.375rem, -2.0769230769rem + 5.2307692308vw, 2.5rem);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item a {
  position: relative;
  padding: 20px 0px 10px 0px;
  font-size: clamp(0.6875rem, 0.4711538462rem + 0.4615384615vw, 0.875rem);
  line-height: 0;
}
.header__nav-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #52B567;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header__nav-item a:hover::after {
  transform: scaleX(1);
}
.header__nav .global-menu {
  display: none;
}
.header__nav.open {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  background: #F9F8F3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1100;
  transition: all 0.3s;
  padding-bottom: 80px;
}
.header__nav.open .header__nav-list {
  display: none;
}
.header__nav.open .global-menu {
  display: flex;
  flex-direction: row;
  width: 100vw;
  max-width: 1100px;
  margin-top: 60px;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 1024px) {
  .header__nav.open .global-menu {
    flex-direction: column;
    margin-top: 10px;
  }
}
.header__nav.open .global-menu .menu-col {
  min-width: 240px;
}
.header__nav.open .global-menu .menu-col h2 a {
  position: relative;
  font-size: clamp(0.8125rem, 0.5240384615rem + 0.6153846154vw, 1.0625rem);
  margin-bottom: 8px;
  border-bottom: 1px solid #DBD4B3;
  padding: 16px 0;
}
.header__nav.open .global-menu .menu-col h2 a::before {
  display: none;
}
.header__nav.open .global-menu .menu-col h2 a::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #52B567;
  font-size: 1em;
  font-weight: normal;
  transition: color 0.3s;
}
.header__nav.open .global-menu .menu-col ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.header__nav.open .global-menu .menu-col li {
  margin-bottom: 11px;
}
.header__nav.open .global-menu .menu-col a {
  display: block;
  color: #5A4B38;
  font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
  text-decoration: none;
  transition: color 0.3s;
}
.header__nav.open .global-menu .menu-col a:hover {
  color: #52B567;
}
.header__nav.open .global-menu .menu-col a::before {
  content: "-";
  display: inline-block;
  width: 6px;
  color: #52B567;
  margin-right: 8px;
}

.wdth-auto {
  width: auto !important;
  gap: 60px !important;
}

.header__nav-item:last-child a::after {
  display: none;
}

.menu-btn {
  position: relative;
  position: fixed;
  right: 18px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  flex-shrink: 0;
  flex-grow: 0;
  border: none;
  border-radius: 50%;
  background: #52B567;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 1200;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
.menu-btn span:nth-child(1) {
  top: 24px;
}
.menu-btn span:nth-child(2) {
  top: 29px;
}
.menu-btn span:nth-child(3) {
  top: 34px;
}
.menu-btn.is-open span:nth-child(1) {
  top: 29px;
  transform: translateX(-50%) rotate(45deg);
}
.menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open span:nth-child(3) {
  top: 29px;
  transform: translateX(-50%) rotate(-45deg);
}

/*---------------------------
COMMON
--------------------------- */
p {
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  p {
    font-size: clamp(0.875rem, 0.8028846154rem + 0.1538461538vw, 0.9375rem);
    font-weight: 500;
  }
}

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

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

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

.btn {
  display: block;
  background-color: #52B567;
  border-radius: 8px;
  padding: 1.6rem auto;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: clamp(1rem, 0.8557692308rem + 0.3076923077vw, 1.125rem);
  font-weight: 700;
  box-shadow: #DBD4B3 2px 4px 6px;
  color: white;
  margin-top: 20px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 1.2rem 6rem 1.2rem 48px;
  }
}
.btn:hover {
  background-color: #52B567;
  transition: 0.3s;
  color: white;
}
.btn:hover::after {
  transform: scale(1.3, 1.3);
  transition: 0.2s ease-in-out;
}

.btn__black {
  background-color: black;
  color: white;
}

.btn__red {
  background-color: #fffcf0;
  color: white;
}

.btn-round {
  display: inline-block;
  padding: 0.8rem 2.8rem;
  border-radius: 50px;
  border: 1px solid #52B567;
  font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
  text-decoration: none;
  margin-top: 20px;
  white-space: nowrap;
  color: #52B567;
}
.btn-round:hover {
  background-color: #52B567;
  transition: 0.3s;
  color: white;
}
@media screen and (max-width: 767px) {
  .btn-round {
    padding: 0.6rem 2.4rem;
    font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  }
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 2rem;
  border-radius: 40px;
  color: white;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.btn-line span, .btn-line::after {
  position: relative;
  z-index: 2;
  transition: color 0.2s;
}
.btn-line:hover {
  color: #5db86a;
  background-color: white;
  border-color: #52B567;
  box-shadow: 0 2px 8px rgba(185, 150, 110, 0.1);
}
.btn-line::after {
  content: "→";
  display: inline-block;
  margin-left: 1.5em;
  font-size: 1.2em;
  transition: transform 0.2s;
  color: inherit;
  z-index: 2;
  position: relative;
}
.btn-line:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .btn-line {
    display: block;
    margin: auto;
    width: 60%;
    min-width: 280px;
  }
  .btn-line::after {
    margin-left: 1em;
  }
}

.btn-green {
  background-color: #52B567;
  border: 1.5px solid #52B567;
}

.btn-white {
  background-color: white;
  border: 1.5px solid #5A4B38;
  color: #5A4B38;
}

.btn-map {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-map {
    display: block;
    background-color: white;
    padding: 0.5em 1.2em;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.c-i-flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.small-txt {
  font-size: 85%;
  font-weight: normal;
}

.small-comment {
  font-weight: normal;
  font-size: 90%;
}

.mb-40 {
  margin-bottom: 40px;
}

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

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.txt-w {
  color: white;
}

.attention {
  font-weight: normal;
  font-size: 90%;
  text-align: left;
  color: #fffcf0;
}

.bold-xl {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.4615384615rem + 0.6153846154vw, 1rem);
  color: #52B567;
  border: 1px solid #52B567;
  border-radius: 4px;
  padding: 6px 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .bold-xl {
    padding: 4px 8px;
  }
}

.en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .en {
    font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  }
}

.sp-tel {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
.sp-tel:hover {
  color: #52B567;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sp-tel {
    pointer-events: auto;
  }
}

.deco {
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.deco::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
  background: #ffe066;
  z-index: -1;
  border-radius: 2px;
}

.time__f {
  max-width: 100px;
  width: 100%;
  outline: auto;
}

.time {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  font-weight: normal;
  table-layout: fixed;
}
@media screen and (max-width: 1024px) {
  .time {
    width: 100%;
  }
}
.time th {
  font-size: clamp(0.75rem, 0.3173076923rem + 0.9230769231vw, 1.125rem);
  white-space: nowrap;
}
.time th,
.time td {
  padding: 8px 4px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  font-size: clamp(0.8125rem, 0.7403846154rem + 0.1538461538vw, 0.875rem);
  width: 12.5%;
}
.time th:first-child,
.time td:first-child {
  width: 100px;
  min-width: 80px;
  font-size: 1.1em;
}
.time th:last-child,
.time td:last-child {
  min-width: 40px;
}
.time__open {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: transparent;
  font-size: 0;
  padding: 0;
}
.time__open::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #52B567;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .time__open::before {
    width: 10px;
    height: 10px;
  }
}
.time__houmon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: transparent;
  font-size: 0;
  padding: 0;
}
.time__houmon::before {
  content: "★";
  display: inline-block;
  color: #b18533;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .time__houmon::before {
    font-size: 16px;
  }
}

.houmon-txt {
  color: #b18533;
  padding: 0 6px;
}

.notfound {
  background-color: white;
  max-width: 1000px;
  width: 100%;
  padding: 80px 40px;
  text-align: center;
  margin: auto;
}
.notfound h1 {
  font-size: clamp(1.5rem, 1.2115384615rem + 0.6153846154vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.notfound p {
  margin-bottom: 20px;
}
.notfound .btn {
  margin-top: 20px;
}

/*---------------------------
TOP/hero
--------------------------- */
main {
  margin: 0 auto;
}

.hero {
  width: 100%;
  background: #F9F8F3;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .hero {
    margin-bottom: 0px;
  }
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 500px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .hero__inner {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .hero__inner {
    flex-direction: column-reverse;
  }
}
.hero__catch {
  position: relative;
  flex: 1;
  margin-left: clamp(2rem, -5.7884615385rem + 16.6153846154vw, 8.75rem);
}
@media screen and (max-width: 767px) {
  .hero__catch {
    margin-top: 68px;
    margin-left: 0px;
    padding-left: 40px;
    width: 100%;
  }
}
.hero__catch .hero__icon {
  position: absolute;
  top: -80px;
  left: 0px;
  width: 100px;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .hero__catch .hero__icon {
    width: 60px;
    top: -40px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .hero__catch .hero__icon {
    width: 60px;
    top: -40px;
    left: 10px;
  }
}
.hero__catch h2 {
  font-size: clamp(1.5rem, -0.6634615385rem + 4.6153846154vw, 3.375rem);
  letter-spacing: 0.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .hero__catch h2 {
    font-size: clamp(1.25rem, -0.3365384615rem + 3.3846153846vw, 2.625rem);
    letter-spacing: 0.4rem;
  }
}
.hero__catch .hero__highlight {
  color: #52B567;
  font-weight: bold;
}
.hero__catch .hero__desc {
  font-size: clamp(0.75rem, 0.4615384615rem + 0.6153846154vw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #5A4B38;
  margin-top: 16px;
}
.hero__img-wrap {
  position: relative;
  flex: 1.8;
  min-width: 420px;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .hero__img-wrap {
    min-width: 0;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .hero__img-wrap {
    min-width: 0;
    flex: none;
    height: 300px;
  }
}
.hero__img-wrap .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroCrossFade 6s infinite;
  transition: opacity 1s;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .hero__img-wrap .hero__img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hero__img-wrap .hero__img {
    height: 100%;
    border-top-left-radius: 20px;
    left: 16px;
    width: calc(100% - 16px);
  }
}
.hero__img-wrap .hero__badge {
  position: absolute;
  bottom: -100px;
  left: 0px;
  transform: translateX(-50%);
  max-width: clamp(8.75rem, 1.5384615385rem + 15.3846153846vw, 15rem);
  width: auto;
  z-index: 2;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .hero__img-wrap .hero__badge {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__img-wrap .hero__badge {
    max-width: 160px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .hero__img-wrap .hero__badge {
    max-width: 140px;
    right: 10px;
    left: auto;
    bottom: 40px;
    transform: translateX(-10%) translateY(100%);
  }
}

/* ヒーロー画像クロスフェード */
.hero__img.is-active {
  opacity: 1;
  z-index: 2;
}

/*---------------------------
TOP-page common
--------------------------- */
.l-inner,
.inner {
  width: 100%;
  margin: 0 auto 80px auto;
  padding: 0 clamp(2rem, -0.3076923077rem + 4.9230769231vw, 4rem);
}
@media screen and (max-width: 767px) {
  .l-inner,
  .inner {
    margin: 40px auto;
    padding: 0 4vw;
  }
}

.l-inner {
  max-width: 1400px;
}

.inner {
  max-width: 1200px;
}

.hg-center .title,
.hg-left .title {
  font-size: clamp(1.875rem, 0.1442307692rem + 3.6923076923vw, 3.375rem);
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.4rem;
  color: #52B567;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hg-center .title,
  .hg-left .title {
    letter-spacing: 0.2rem;
  }
}

.hg-left {
  margin: 40px 20px 0 0;
  text-align: left;
}
.hg-left::before {
  content: "";
  display: block;
  width: 48px;
  height: 32px;
  background: url("../img/common/mark.svg") no-repeat left/contain;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .hg-left::before {
    width: 24px;
    height: 16px;
  }
}

.hg-center {
  text-align: center;
}
.hg-center .title,
.hg-center .subtitle {
  text-align: center;
}
.hg-center::before {
  content: "";
  display: block;
  width: 48px;
  height: 32px;
  background: url("../img/common/mark.svg") no-repeat center/contain;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 767px) {
  .hg-center::before {
    width: 24px;
    height: 16px;
  }
}

.subtitle {
  font-size: clamp(0.8125rem, 0.5961538462rem + 0.4615384615vw, 1rem);
  font-weight: 600;
  color: #52B567;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
    letter-spacing: 0.05em;
  }
}

.subcomment {
  font-size: clamp(0.8125rem, 0.6682692308rem + 0.3076923077vw, 0.9375rem);
  color: #5A4B38;
  line-height: 1.6;
}

/*---------------------------
CALENDAR
--------------------------- */
.calendar-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  margin: 20px auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .calendar-wrapper {
    flex-direction: column;
  }
}
.calendar-wrapper iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .calendar-wrapper iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
  }
}

.contact-bar__wrap {
  background: #F2F0E6;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
}
.contact-bar__number {
  font-size: clamp(2rem, 0.9903846154rem + 2.1538461538vw, 2.875rem);
  color: #5db86a;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.contact-bar__number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 18px;
  background: url("../img/common/icon-tel.svg") no-repeat center/contain;
}
.contact-bar__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  color: #5b5647;
  margin-bottom: 8px;
}
.contact-bar__info-Label {
  background-color: white;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .contact-bar__info {
    font-size: 14px;
    font-weight: normal;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.contact-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5db86a;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1rem, 0.8557692308rem + 0.3076923077vw, 1.125rem);
  border-radius: 8px;
  padding: clamp(8px, 3vw, 20px) clamp(16px, 8vw, 48px);
  box-shadow: 0 2px 8px rgba(185, 150, 110, 0.466);
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-bar__btn {
    width: 100%;
    min-width: 0;
    padding: 18px clamp(16px, 8vw, 48px);
    margin: 0 auto;
  }
}
.contact-bar__btn .contact-bar__btn-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.contact-bar__btn:hover {
  color: #5A4B38;
  background: #FFD60E;
}

.introduction {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 40px auto;
  padding-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .introduction {
    flex-direction: column;
  }
}
.introduction__title {
  font-size: clamp(1.125rem, 0.1153846154rem + 2.1538461538vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.18rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .introduction__title {
    font-size: clamp(1.25rem, 0.3846153846rem + 1.8461538462vw, 2rem);
    letter-spacing: 0.1rem;
  }
}
.introduction__desc {
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .introduction__desc {
    text-align: left;
  }
}
.introduction__img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .introduction__img {
    max-width: 300px;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .introduction__img {
    max-width: 100%;
  }
}
.introduction__img:hover {
  transform: scale(1.05);
}

.feature {
  position: relative;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 1920px;
  height: 380px;
  background: url(../img/common/l-bg.svg) no-repeat 0 0/100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .feature::before {
    width: 100%;
    height: 300px;
    background-size: cover;
  }
}
.feature__inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 32px;
  max-width: 1200px;
  margin: 40px auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    flex-direction: column;
    margin: 40px 20px;
    gap: 32px;
    align-items: center;
  }
}
.feature__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  margin: 0 8px 30px;
}
@media screen and (max-width: 767px) {
  .feature__item {
    max-width: 100%;
    margin: 0;
  }
}
.feature__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature__img-wrap {
    height: 260px;
    margin: 0;
  }
}
.feature__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.feature__num {
  position: absolute;
  top: -32px;
  left: 16px;
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #5db86a;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .feature__num {
    font-size: 2.2rem;
    left: 10px;
    top: -34px;
  }
}
.feature__title, .feature__desc {
  padding: 0 16px;
  margin-bottom: 16px;
}
.feature__title {
  font-size: clamp(1.125rem, 0.8365384615rem + 0.6153846154vw, 1.375rem);
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .feature__title {
    margin-top: 20px;
  }
}
.feature__desc {
  line-height: 1.8;
  text-align: left;
}

.treatment {
  background-color: #F2F0E6;
}
.treatment-inner {
  max-width: 1200px;
  margin: 0 auto 0px auto;
  padding: 0px 20px 40px 20px;
}
.treatment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 40px 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .treatment-list {
    gap: 14px;
  }
}
.treatment-list__item .treatment-list__link {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  width: 200px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 3px solid transparent;
  transitiosn: box-shadow 0.2s, border 0.2s;
}
@media screen and (max-width: 767px) {
  .treatment-list__item .treatment-list__link {
    max-width: 100px;
    max-height: 100px;
    padding: 0 0 0 0;
  }
}
.treatment-list__item .treatment-list__link:hover {
  border: 3px solid #52B567;
  box-shadow: 0 8px 24px rgba(93, 184, 106, 0.1);
}
.treatment-list__item .treatment-list__link:hover .treatment-list__icon {
  transform: scale(1.14);
  transition: transform 0.2s;
}
.treatment-list__item .treatment-list__link:hover .treatment-list__label {
  color: #52B567;
  transition: color 0.2s;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
}
.treatment-list__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .treatment-list__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.treatment-list__label {
  text-align: center;
  color: #5b5647;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.4615384615rem + 0.6153846154vw, 1rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: keep-all;
  transition: color 0.2s;
}

.faq {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px 40px 20px;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-list {
    gap: 10px;
  }
}
.faq-list li {
  width: calc(50% - 20px);
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .faq-list li {
    width: 100%;
    min-width: 0;
  }
}
.faq-list .faq-list__link {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 14px 28px;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  transition: box-shadow 0.2s, border 0.2s;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-list__link {
    align-items: flex-start;
    padding: 18px 10px 22px 10px;
    box-shadow: none;
  }
}
.faq-list .faq-list__link::before {
  content: "";
  display: inline-block;
  width: 32px;
  min-height: 32px;
  margin-right: 12px;
  background: url("../img/common/icon-faq.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-list__link::before {
    min-height: 22px;
    margin-right: 8px;
  }
}
.faq-list .faq-list__link:hover {
  color: #52B567;
  transition: all 0.3s ease;
}

.guide {
  max-width: 1200px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .guide {
    margin: 40px auto;
    padding: 0 20px;
  }
}
.guide-table {
  max-width: 600px;
}
.guide-table th,
.guide-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.3076923077vw, 1rem);
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .guide-table th,
  .guide-table td {
    font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
    padding: 12px 4px;
  }
}
.guide-table th {
  font-weight: bold;
  color: #52B567;
  white-space: nowrap;
}
.guide-img {
  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .guide-img {
    max-width: 80%;
    margin: 10px auto;
  }
}

.guide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .guide__list {
    gap: 10px;
    margin: 10px 0;
    flex-direction: column;
  }
}

.guide__item {
  background-color: white;
  border-radius: 8px;
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .guide__item {
    width: 100%;
    margin: 0px 0;
  }
}
.guide__item a {
  text-decoration: underline;
  font-weight: bold;
}

.guide__title {
  font-size: clamp(1rem, 0.8557692308rem + 0.3076923077vw, 1.125rem);
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-align: center;
  color: #52B567;
  margin-bottom: 8px;
}

.guide__link {
  color: #52B567;
  text-decoration: underline;
  font-weight: bold;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  will-change: opacity, transform;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 共通アニメーション設定（最初は非表示） */
.treatment-list__item {
  opacity: 0;
  animation: fadeUp 0.6s ease-out forwards;
}

.faq-list li,
.qa__item {
  opacity: 0;
  animation: fadeUp 0.6s ease-out forwards;
}

/* 順番に遅延をかける（treatment-list__item用） */
.treatment-list__item:nth-child(1) {
  animation-delay: 0s;
}

.treatment-list__item:nth-child(2) {
  animation-delay: 0.1s;
}

.treatment-list__item:nth-child(3) {
  animation-delay: 0.2s;
}

.treatment-list__item:nth-child(4) {
  animation-delay: 0.3s;
}

.treatment-list__item:nth-child(5) {
  animation-delay: 0.4s;
}

.treatment-list__item:nth-child(6) {
  animation-delay: 0.5s;
}

.treatment-list__item:nth-child(7) {
  animation-delay: 0.6s;
}

.treatment-list__item:nth-child(8) {
  animation-delay: 0.7s;
}

.treatment-list__item:nth-child(9) {
  animation-delay: 0.8s;
}

.treatment-list__item:nth-child(10) {
  animation-delay: 0.9s;
}

/* 順番に遅延をかける（faq-list用） */
.faq-list li:nth-child(1),
.qa__item:nth-child(1) {
  animation-delay: 0s;
}

.faq-list li:nth-child(2),
.qa__item:nth-child(2) {
  animation-delay: 0.15s;
}

.faq-list li:nth-child(3),
.qa__item:nth-child(3) {
  animation-delay: 0.3s;
}

.faq-list li:nth-child(4),
.qa__item:nth-child(4) {
  animation-delay: 0.45s;
}

.faq-list li:nth-child(5),
.qa__item:nth-child(5) {
  animation-delay: 0.6s;
}

.faq-list li:nth-child(6),
.qa__item:nth-child(6) {
  animation-delay: 0.75s;
}

.faq-list li:nth-child(7),
.qa__item:nth-child(7) {
  animation-delay: 0.9s;
}

.faq-list li:nth-child(8),
.qa__item:nth-child(8) {
  animation-delay: 1.05s;
}

.faq-list li:nth-child(9),
.qa__item:nth-child(9) {
  animation-delay: 1.2s;
}

.faq-list li:nth-child(10),
.qa__item:nth-child(10) {
  animation-delay: 1.35s;
}

.marquee-right {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.marquee-right ul {
  display: flex;
  width: max-content;
  animation: marquee-scroll 26s linear infinite;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marquee-right li {
  flex: 0 0 auto;
}
.marquee-right img {
  display: block;
  height: 240px;
  width: auto;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .marquee-right img {
    height: 120px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*---------------------------
footer
--------------------------- */
footer {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}

.bnr-box {
  max-width: 1400px;
  border-top: 1px dashed #DBD4B3;
  display: block;
  margin: auto auto 40px auto;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bnr-box {
    padding-top: 20px;
    width: 60%;
  }
}
.bnr-box img {
  margin: auto;
}

.map {
  max-width: 1440px;
  width: 100%;
  height: 450px;
  margin: 20px auto;
  margin-bottom: 20px;
  text-align: center;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer-inner {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.footer-inner__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 32px;
  border-bottom: 1px dotted #ccc;
}
.footer-inner__logo img {
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
}
.footer-inner__wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer-inner__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-inner__wrap h1 {
  line-height: 0.8;
  font-size: clamp(1.25rem, 0.5288461538rem + 1.5384615385vw, 1.875rem);
}
.footer-inner__wrap-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(0.5rem, 0.2115384615rem + 0.6153846154vw, 0.75rem);
  letter-spacing: 0.2em;
}
.footer-inner__wrap p {
  margin: 0;
  font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
  color: #5A4B38;
}

.l-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    flex-direction: column;
    align-items: center;
  }
}
.l-footer-tel {
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
}
.l-footer__wrap {
  display: flex;
  max-width: 700px;
  width: 100%;
  padding-bottom: 40px;
}
.l-footer__wrap-time {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-link {
  background: #fff;
  width: 100%;
  padding: 32px 40px;
}
@media screen and (max-width: 1024px) {
  .footer-link {
    display: none;
  }
}
.footer-link__list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 32px;
  list-style: none;
  padding: 0;
  font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
}
.footer-link__list > li {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  gap: 4px;
}
.footer-link__list > li strong {
  font-weight: 700;
  margin-bottom: 8px;
  color: #6b5a46;
  font-size: 1em;
}
.footer-link__list > li span {
  color: #6b5a46;
  font-size: 1em;
  margin-left: 0;
  font-weight: normal;
  line-height: 1.7;
}
.footer-link__list > li span::before {
  content: "–";
  color: #5db86a;
  margin-right: 6px;
}
.footer-link__list > li:last-child strong {
  margin-bottom: 0;
  margin-top: 8px;
}
.footer-link__list > li:last-child strong::before {
  content: none;
}
.footer-link__list > li:last-child span::before {
  content: none;
}

.copyright {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: clamp(0.75rem, 0.6057692308rem + 0.3076923077vw, 0.875rem);
  color: #5A4B38;
  background-color: #f8f8f8;
}
.copyright a {
  color: #5A4B38;
  text-decoration: none;
  transition: color 0.3s;
}
.copyright a:hover {
  color: #52B567;
}

.fixed-banner-stack {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .fixed-banner-stack {
    display: none;
  }
}
.fixed-banner-stack .fixed-banner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 90px;
  padding: 14px;
  border-radius: 12px 0 0 12px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}
.fixed-banner-stack .fixed-banner-btn--green {
  background: #5db86a;
}
.fixed-banner-stack .fixed-banner-btn--brown {
  background: #a3824b;
}
.fixed-banner-stack .fixed-banner-btn:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(185, 150, 110, 0.25);
}
.fixed-banner-stack .fixed-banner-btn .fixed-banner-btn__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  display: block;
}

.sp-fixed-bar {
  display: none;
}

@media (max-width: 768px) {
  .sp-fixed-bar {
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -80px;
    z-index: 2000;
    width: 100vw;
    height: 62px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    transition: bottom 0.4s;
    pointer-events: none;
  }
  .sp-fixed-bar.is-show {
    bottom: 0;
    pointer-events: auto;
  }
  .sp-fixed-bar__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    gap: 8px;
    transition: background 0.2s;
  }
  .sp-fixed-bar__btn--tel {
    background: #fff;
    color: #52B567;
    border: 1px solid #52B567;
  }
  .sp-fixed-bar__btn--reserve {
    background: #5db86a;
    color: #fff;
  }
  .sp-fixed-bar__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */