@charset "UTF-8";
:root {
  --color-base: #634e40;
  --color-body: #F7F6F5;
  --color-brown: #634e40;
  --color-green: #81c6d1;
  --color-orange: #FA9159;
  --color-orange02: #ffa33a;
  --color-greige: #f7f6f5;
  --color-logoblue: #96bfdc;
  --color-white: #FFF;
}

:root {
  --color-htype01: #0070E0;
}
:root .htype01 {
  color: var(--color-htype01);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 2.8vw, 4rem);
  font-size: clamp(2.4rem, 2.6vw, 3.8rem);
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  line-height: 1.1;
  margin-bottom: clamp(3rem, 5.6vw, 8rem);
}
:root .htype01 span {
  font-size: clamp(1.6rem, 1.8vw, 2.6rem);
}
:root .htype01::before, :root .htype01::after {
  content: "";
  height: 24px;
  display: block;
  flex: 1 1 200px;
  max-width: 200px;
  background-color: var(--color-htype01);
  mask: url(/lib/img/cmn/linewave_01.webp) repeat-x center/auto 24px;
}
:root .marker-gy {
  color: var(--color-base);
  font-weight: 800;
  background: linear-gradient(transparent 70%, #FFFB99 70%);
}
:root .marker-by {
  color: #10A3CC;
  font-weight: 800;
  background: linear-gradient(transparent 70%, #FFFB99 70%);
}
:root .marker-py {
  color: var(--color-base);
  font-weight: 800;
  background: linear-gradient(transparent 70%, #FFFB99 70%);
}

/* ------------------------------------
// btns 
------------------------------------ */
.medicaltime table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-brown);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
.medicaltime table th,
.medicaltime table td {
  padding: 0.8rem 0.3rem;
  text-align: center;
}
.medicaltime table thead th {
  font-weight: 500;
  letter-spacing: 0.15em;
  text-indent: -0.15em;
}
.medicaltime table tbody th {
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  border-top: 1px solid var(--color-brown);
}
.medicaltime table tbody td {
  border-top: 1px solid var(--color-brown);
  color: var(--color-logoblue);
  font-weight: 500;
}
.medicaltime table tbody tr td:where(:not(:has(*))):empty::before {
  content: "ー";
  color: var(--color-brown);
}
.medicaltime .note {
  color: var(--color-brown);
  margin-top: 1.5rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
.medicaltime .note + .note {
  margin-top: 0.5rem;
}

:root .btn_tel {
  background: #FFF;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
  padding: 1rem;
}
:root .btn_tel span {
  color: var(--color-orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.25em;
  text-indent: -0.25em;
}
:root .btn_reserve {
  border-radius: 10px;
  background: var(--color-orange);
  color: #FFF;
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  padding: 1rem 3em;
  line-height: 1;
  letter-spacing: 0.25em;
  text-indent: -0.25em;
}
:root .btn_reserve:before {
  content: "";
  width: 3.8rem;
  aspect-ratio: 1;
  display: block;
  background: url(/lib/img/cmn/icon_reserve.webp) no-repeat center/contain;
}

/* ------------------------------------
// separated decoration
------------------------------------ */
.shape01 {
  width: 100%;
  background: #0f9f73;
  padding: 100px 0;
  clip-path: shape(from 0 0, hline to 100%, vline to 68%, curve to 0 78% with 74% 112%/28% 38%, close);
}

.shape02 {
  position: relative;
  width: 100%;
  background: #0f9f73;
  padding: 100px 0;
  clip-path: polygon(63.71% 90%, 73.21% 65%, 80.71% 90%, 92.21% 65%, 100% 100%, 100% 0%, 0% 0%, 0% 65%, 13.07% 90%, 22.07% 65%, 29.21% 90%, 47.64% 56.67%);
}

.shape03 {
  position: relative;
  width: 100%;
  background: #0f9f73;
  padding: 100px 0;
}
.shape03:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: calc(100% - 3px);
  background: #AC4141;
  mask-image: url(/lib/img/cmn/hr_01_btm.svg);
  mask-repeat: repeat-x;
  mask-size: cover;
  mask-position: bottom center;
}

:root {
  --bgcolor-hr01top: #736161;
  --bgcolor-hr02top: #2ED5E1;
  --bgcolor-hr03top: pink;
}

.hr01top {
  background: var(--bgcolor-hr01top);
  mask-image: url(/lib/img/cmn/hr_01_top.svg), linear-gradient(#000, #000);
  mask-size: auto 62px, 100% calc(100% - 61px);
  mask-repeat: repeat-x, no-repeat;
  mask-position: top left, bottom left;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .hr01top {
    margin-top: -40px;
    mask-image: url(/lib/img/cmn/hr_01_top_sp.svg), linear-gradient(#000, #000);
    mask-size: auto 41px, 100% calc(100% - 40px);
  }
}

.hr02top {
  background: var(--bgcolor-hr02top);
  mask-image: url(/lib/img/cmn/hr_02_top.svg), linear-gradient(#000, #000);
  mask-size: auto 61px, 100% calc(100% - 61px);
  mask-repeat: repeat-x, no-repeat;
  mask-position: top left, bottom left;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .hr02top {
    margin-top: -40px;
    mask-image: url(/lib/img/cmn/hr_02_top_sp.svg), linear-gradient(#000, #000);
    mask-size: auto 41px, 100% calc(100% - 40px);
  }
}

.hr03top {
  background: var(--bgcolor-hr03top);
  mask-image: url(/lib/img/cmn/hr_03_top.svg), linear-gradient(#000, #000);
  mask-size: auto 61px, 100% calc(100% - 61px);
  mask-repeat: repeat-x, no-repeat;
  mask-position: top left, bottom left;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .hr03top {
    margin-top: -40px;
    mask-image: url(/lib/img/cmn/hr_03_top_sp.svg), linear-gradient(#000, #000);
    mask-size: auto 41px, 100% calc(100% - 41px);
  }
}

.hr01topline {
  position: relative;
}
.hr01topline::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 1px);
  height: 60px;
  background: var(--bgcolor-hr01top);
  display: block;
  mask-image: url(/lib/img/cmn/hr_01_top.svg);
  mask-size: auto 60px;
  mask-repeat: repeat-x;
  mask-position: bottom left;
}
@media screen and (max-width: 768px) {
  .hr01topline:before {
    height: 40px;
    mask-image: url(/lib/img/cmn/hr_01_top_sp.svg);
    mask-size: auto 40px;
  }
}

.hr02topline {
  position: relative;
}
.hr02topline::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 1px);
  height: 60px;
  background: var(--bgcolor-hr02top);
  display: block;
  mask-image: url(/lib/img/cmn/hr_02_top.svg);
  mask-size: auto 60px;
  mask-repeat: repeat-x;
  mask-position: bottom left;
}
@media screen and (max-width: 768px) {
  .hr02topline:before {
    height: 40px;
    mask-image: url(/lib/img/cmn/hr_02_top_sp.svg);
    mask-size: auto 40px;
  }
}

.hr03topline {
  position: relative;
}
.hr03topline::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 1px);
  height: 60px;
  background: var(--bgcolor-hr03top);
  display: block;
  mask-image: url(/lib/img/cmn/hr_03_top.svg);
  mask-size: auto 60px;
  mask-repeat: repeat-x;
  mask-position: bottom left;
}
@media screen and (max-width: 768px) {
  .hr03topline:before {
    height: 40px;
    mask-image: url(/lib/img/cmn/hr_03_top_sp.svg);
    mask-size: auto 40px;
  }
}