@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a[href*="./privacy_policy.html"] {
  pointer-events: none;
}
a[href*="./privacy_policy.html"]:focus-visible {
  outline: 1px solid #999;
  opacity: 0.5;
}

:root {
  --clr_txt: #333;
  --rgb_txt: 51 51 51;
  --clr_green_dark: #51820A;
  --rgb_green_dark: 81 130 10;
  --clr_green_dark2: #609D09;
  --rgb_green_dark2: 96 157 9;
  --clr_green_dark3: #679722;
  --rgb_green_dark3: 103 151 34;
  --clr_green: #89BC25;
  --rgb_green: 137 188 37;
  --clr_green_light: #92C13A;
  --rgb_green_light: 146 193 58;
  --clr_green_light2: #B6D47F;
  --rgb_green_light2: 182 212 127;
  --clr_green_light3: #DCF3B1;
  --rgb_green_light3: 220 243 177;
  --clr_green_light4: #F3FFD8;
  --rgb_green_light4: 243 255 216;
  --clr_green_light5: #F2FFDC;
  --rgb_green_light5: 242 255 220;
  --clr_yellow_dark: #F5C72D;
  --rgb_yellow_dark: 245 199 45;
  --clr_yellow: #FFF56B;
  --rgb_yellow: 255 245 107;
  --clr_yellow_light: #FFF3D1;
  --rgb_yellow_light: 255 243 209;
  --clr_yellow_light2: #FFFFDC;
  --rgb_yellow_light2: 255 255 220;
  --clr_yellow_light3: #FFFAD2;
  --rgb_yellow_light3: 255 250 210;
  --clr_brown_dark: #886B1B;
  --rgb_brown_dark: 136 107 27;
  --clr_brown_dark2: #9A8E25;
  --rgb_brown_dark2: 154 142 37;
  --clr_brown_dark3: #A27F1E;
  --rgb_brown_dark3: 162 127 30;
  --clr_brown_dark4: #554A00;
  --rgb_brown_dark4: 85 74 0;
  --clr_brown: #C5A857;
  --rgb_brown: 197 168 87;
  --clr_pink_dark: #FC8C65;
  --rgb_pink_dark: 252 140 101;
  --clr_pink: #FFE4DB;
  --rgb_pink: 255 228 219;
  --clr_orange_dark: #FF9100;
  --rgb_orange_dark: 255 145 0;
  --clr_orange: #FFAA00;
  --rgb_orange: 255 170 0;
  --clr_gray: #707070;
  --rgb_gray: 112 112 112;
  --clr_gray_light: #C3C3C3;
  --rgb_gray_light: 195 195 195;
  --clr_gray_light2: #F7F7F7;
  --rgb_gray_light2: 247 247 247;
  --clr_blue: #D6F1F8;
  --rgb_blue: 214 241 248;
  --breakpoint: 576px;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes yureru {
  0% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(3deg);
  }
  70% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes walk {
  0% {
    transform: translateX(50px) rotate(3deg);
    opacity: 0;
  }
  30% {
    transform: translateX(30px) rotate(-2deg);
    opacity: 1;
  }
  60% {
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    transform: translateX(0) rotate(0);
    opacity: 1;
  }
}
@keyframes glideIn {
  0% {
    transform: translate(30px, 30px) scale(0.85);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes kokyu {
  0%, 50%, 100% {
    transform: scale(1, 1);
  }
  25%, 75% {
    transform: scale(1.03, 0.98);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: linear-gradient(to bottom, transparent 60%, var(--clr_yellow) 60%);
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto 2rem;
}

img.tate {
  max-width: 60%;
}

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 36em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
  .img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 36em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt50 {
  margin-top: 5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 5rem;
}
body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

.mth2 {
  margin-top: 5rem !important;
}

.mth3 {
  margin-top: 4rem !important;
}

.mth4 {
  margin-top: 3rem !important;
}

.mth5 {
  margin-top: 2rem !important;
}

@media screen and (min-width: 36em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: clamp(6rem, 2.3077rem + 6.41vw, 10rem);
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem);
  }
  .mth2 {
    margin-top: clamp(6rem, 2.3077rem + 6.41vw, 10rem) !important;
  }
  .mth3 {
    margin-top: clamp(5rem, 2.2308rem + 4.808vw, 8rem) !important;
  }
  .mth4 {
    margin-top: clamp(4rem, 2.1538rem + 3.205vw, 6rem) !important;
  }
  .mth5 {
    margin-top: clamp(3rem, 2.0769rem + 1.603vw, 4rem) !important;
  }
}
.tbl_time_wrap {
  background: url(../img/timetable_bg.jpg) no-repeat center/cover;
  border-radius: 1.2rem 1.2rem 1.2rem 1.2rem;
}
@media screen and (min-width: 36em), print {
  .tbl_time_wrap {
    border-radius: 2.4rem 2.4rem 2.4rem 2.4rem;
  }
}
.tbl_time_wrap {
  padding: 1rem;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.8;
  font-size: 1.2rem;
  color: #fff;
}
.tbl_time caption {
  caption-side: bottom;
  margin-top: 1rem;
  text-align: left;
  letter-spacing: 0.06em;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=col]:last-child {
  letter-spacing: -0.1em;
}
.tbl_time tr th[scope=row] {
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  padding: 0.3em 0 0;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.3em 0.4rem 0;
  line-height: 1;
}
.tbl_time tr:last-of-type th[scope=row], .tbl_time tr:last-of-type td {
  border-bottom: 1px solid #fff;
}
.tbl_time tr:last-of-type th[scope=row] {
  padding: 0 0 0.3em;
}
.tbl_time tr:last-of-type td {
  padding: 0 0.4rem 0.3em;
}

.time_txt_wrap {
  margin: 1.5em 0 0;
  color: var(--clr_green_dark2);
  line-height: 1.375;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 36em), print {
  .tbl_time_wrap {
    padding: 0 clamp(1rem, -2.5077rem + 6.09vw, 4.8rem) 0.5rem;
  }
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
  }
  .tbl_time caption {
    font-size: 77.7%;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 25%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 12%;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid var(--clr_gray);
  font-size: 1rem;
}
.tbl_basic tr th {
  border: 1px solid var(--clr_gray);
  padding: 0.4rem;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_green);
  color: #fff;
}
.tbl_basic tr th[scope=row] {
  background: var(--clr_gray_light2);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_gray);
}

@media screen and (min-width: 36em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1rem;
  }
  .tbl_basic tr td {
    padding: 1rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.tit_02 {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  color: var(--clr_green);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  margin: 0 0 1.8em;
  padding: 3.2em 0 0.2em;
  background: url(../img/tit_02.svg) no-repeat center top/4.7em auto;
  position: relative;
}
.tit_02::before {
  content: "";
  width: 3.4em;
  height: 4px;
  border-radius: 100vh;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--clr_green);
}
.tit_02::after {
  content: attr(data-txt);
  display: block;
  font-size: 46.6%;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  margin: 0.1em 0;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1em;
  background: var(--clr_green);
  color: #fff;
  font-weight: 500;
  padding: 0.4em 1rem;
  text-indent: 3.5em;
  letter-spacing: 0.06em;
  position: relative;
}
.tit_03::before {
  content: "";
  width: 3.33em;
  aspect-ratio: 80/68;
  position: absolute;
  left: 0.3em;
  top: -0.9em;
  background: url(../img/tit_03.svg) no-repeat center/cover;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 2.5em;
  letter-spacing: 0.06em;
  color: var(--clr_green);
  border-bottom: 1px solid var(--clr_green);
  background: url(../img/tit_04.svg) no-repeat left 0.3em center/1.7em auto;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0.3em 0 0.3em 1.5em;
  letter-spacing: 0.06em;
  color: var(--clr_green_light);
  border-bottom: 1px dashed var(--clr_green_light);
  background: url(../img/tit_05.svg) no-repeat left 0.3em center/0.7em auto;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0.3em 0 0.3em 0.6em;
  letter-spacing: 0.06em;
  color: var(--clr_green);
  border-bottom: 1px dashed var(--clr_green_light);
}

@media screen and (min-width: 36em), print {
  .tit_01 {
    min-height: 12rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: clamp(2.5rem, 1.4846rem + 1.763vw, 3.6rem);
  }
  .tit_02 {
    font-size: clamp(2.1rem, 1.2692rem + 1.442vw, 3rem);
  }
  .tit_03 {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
  }
  .tit_04 {
    font-size: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
  }
  .tit_05 {
    font-size: clamp(1.5rem, 1.0385rem + 0.801vw, 2rem);
  }
  .tit_06 {
    font-size: clamp(1.5rem, 1.0385rem + 0.801vw, 2rem);
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--clr_green);
  position: absolute;
  left: 0;
  top: 0.5em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
  background: none;
  top: 0;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_green);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.dt1em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt1em > dt {
  width: 1em;
}
.lst_dl01.dt1em > dd {
  width: calc(100% - 1em);
}
.lst_dl01.dt2em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt2em > dt {
  width: 2em;
}
.lst_dl01.dt2em > dd {
  width: calc(100% - 2em);
}
.lst_dl01.dt3em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt3em > dt {
  width: 3em;
}
.lst_dl01.dt3em > dd {
  width: calc(100% - 3em);
}
.lst_dl01.dt4em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt4em > dt {
  width: 4em;
}
.lst_dl01.dt4em > dd {
  width: calc(100% - 4em);
}
.lst_dl01.dt5em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt5em > dt {
  width: 5em;
}
.lst_dl01.dt5em > dd {
  width: calc(100% - 5em);
}
.lst_dl01.dt6em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt6em > dt {
  width: 6em;
}
.lst_dl01.dt6em > dd {
  width: calc(100% - 6em);
}
.lst_dl01.dt7em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt7em > dt {
  width: 7em;
}
.lst_dl01.dt7em > dd {
  width: calc(100% - 7em);
}
.lst_dl01.dt8em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt8em > dt {
  width: 8em;
}
.lst_dl01.dt8em > dd {
  width: calc(100% - 8em);
}
.lst_dl01.dt9em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt9em > dt {
  width: 9em;
}
.lst_dl01.dt9em > dd {
  width: calc(100% - 9em);
}
.lst_dl01.dt10em {
  display: flex;
  flex-wrap: wrap;
}
.lst_dl01.dt10em > dt {
  width: 10em;
}
.lst_dl01.dt10em > dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 36em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}

.lst_dl02 {
  border: 1px solid var(--clr_gray);
  border-top: none;
  margin: 1em 0;
}
.lst_dl02 dt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid var(--clr_gray);
  border-bottom: 1px solid var(--clr_gray);
  background: var(--clr_green_light4);
}
.lst_dl02 dd {
  padding: 1rem;
}
.lst_dl02.price dd {
  text-align: center;
}
@media screen and (min-width: 36em), print {
  .lst_dl02 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--clr_gray);
  }
  .lst_dl02 dt, .lst_dl02 dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_dl02 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: none;
    border-right: 1px solid var(--clr_gray);
  }
  .lst_dl02 dt:last-of-type {
    border-bottom: none;
  }
  .lst_dl02 dd:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_gray);
  }
  .lst_dl02.dt_small dt {
    width: 30%;
  }
  .lst_dl02.dt_small dd {
    width: 70%;
  }
  .lst_dl02.price dd {
    text-align: right;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .main {
    container: tab/inline-size;
  }
  @container tab (width > 650px) {
    .main .flex2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .main .flex2 > section, .main .flex2 > li, .main .flex2 > div {
      width: 48%;
      margin-top: 0 !important;
    }
    .main .flex2.lst_ul > li:nth-last-child(2) {
      margin-bottom: 0;
    }
    .main .flex2.gap {
      gap: 4rem;
    }
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
  .flex_col {
    display: flex;
    flex-direction: column;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.2em;
  color: var(--clr_green_dark2);
  font-weight: 700;
  letter-spacing: 0.036em;
}
.tel_style::before {
  content: "TEL.";
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: var(--clr_green_dark2);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40%;
  letter-spacing: 0.036em;
  text-indent: 0.036em;
  font-weight: 400;
}

.box_1, .box_2 {
  padding: 1rem;
  margin: 1em 0;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .box_1, .box_2 {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 36em), print {
  .box_1, .box_2 {
    padding: 3rem;
  }
}

.box_1 {
  background: var(--clr_green_light4);
}

.box_2 {
  background: var(--clr_green_light5);
}

.btn_basic, .btn_rsv {
  display: inline-flex;
  gap: 0.6em;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  background: var(--clr_green);
  color: #fff;
  line-height: 1.4;
  text-decoration: none !important;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
@media screen and (min-width: 36em), print {
  .btn_basic, .btn_rsv {
    border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
}
.btn_basic, .btn_rsv {
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.btn_basic::before, .btn_rsv::before {
  font-family: "fontello";
  content: "\f138";
  font-size: 115%;
}
.btn_basic.map, .btn_rsv.map {
  border-radius: 0;
  display: flex;
}
.btn_basic.map::before, .btn_rsv.map::before {
  font-family: "fontello";
  content: "\e80d";
}
.btn_basic.out::after, .btn_rsv.out::after {
  font-family: "fontello";
  content: "\cc05";
}
@media screen and (min-width: 36em), print {
  .btn_basic, .btn_rsv {
    padding: 1rem clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .btn_basic:is(:hover, :focus-visible), .btn_rsv:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

.btn_basic::before {
  font-family: "fontello";
  content: "\f138";
  font-size: 115%;
}

.btn_rsv::before {
  font-family: "fontello";
  content: "\e815";
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
}
.linkout::after {
  font-family: "fontello";
  content: "\cc05";
  margin-left: 0.3rem;
}
@media screen and (min-width: 36em), print {
  .linkout::after {
    margin-left: 0.5rem;
  }
  .linkout::after:hover {
    text-decoration: none;
  }
}
.linkout.pdf::after {
  font-family: "fontello";
  content: "\f1c1";
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li {
  min-width: calc((100% - 1rem) / 2);
}
.lst_anc li a {
  display: block;
  padding: 1rem 2em 1rem 1em;
  background: var(--clr_green);
  color: #fff;
  line-height: 1.4;
  text-decoration: none !important;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
@media screen and (min-width: 36em), print {
  .lst_anc li a {
    border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
}
.lst_anc li a {
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  position: relative;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\34";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 140%;
}
@media screen and (min-width: 36em), print {
  .lst_anc {
    gap: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .lst_anc li {
    min-width: calc((100% - 8rem) / 5);
  }
  .lst_anc li a {
    padding: 1rem 3em 1rem 2em;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    opacity: 1;
    filter: brightness(110%);
  }
}

@media screen and (min-width: 36em), print {
  .slick-arrow {
    position: absolute;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    width: 5rem;
    height: 5rem;
    top: clamp(14rem, 2.9231rem + 19.231vw, 26rem);
  }
  .slick-arrow::before {
    font-size: clamp(3.4rem, 1.9231rem + 2.564vw, 5rem);
    color: var(--clr_green);
    transition: 0.3s;
    font-family: "fontello";
    content: "\f138";
  }
  .slick-arrow.slick-prev {
    left: -11%;
  }
  .slick-arrow.slick-prev::before {
    transform: rotateY(180deg);
  }
  .slick-arrow.slick-next {
    right: -11%;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_green);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 36em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_pink)/0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
body:is(.index) .header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
body:is(.index) .header > .wrap {
  position: relative;
}
body:is(.index) .header > .wrap .logo {
  height: 9rem;
  background: transparent;
}
body:is(.index) .header > .wrap .logo a {
  background: url(../img/logo.svg) no-repeat left center/contain;
}
body:is(.index) .header > .wrap .headR {
  display: block;
}
body:is(.index) .header > .wrap .headR .acs {
  width: 7rem;
  aspect-ratio: 133/144;
  background: url(../img/deco_flower.svg) no-repeat center/cover;
  position: absolute;
  right: 7rem;
  top: 1rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  padding: 0 0.3rem 0 0;
}
body:is(.index) .header > .wrap .headR .acs > span {
  transform: rotate(-13deg);
}
body:is(.index) .header > .wrap .headR .acs .txt_large {
  font-size: 109%;
}
body:is(.index) .header > .wrap .headR .acs .txt_small {
  font-size: 81%;
}
body:is(.index) .header > .wrap .headR ul {
  display: none;
}

@media screen and (min-width: 36em), print {
  body:is(.index) .header > .wrap {
    padding: 1.5rem 1.5rem 0 clamp(1rem, -2.1385rem + 5.449vw, 4.4rem);
    align-items: flex-start;
  }
  body:is(.index) .header > .wrap .logo {
    height: auto;
    width: 45%;
    aspect-ratio: 451/155;
  }
  body:is(.index) .header > .wrap .headR {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 3.5rem;
  }
  body:is(.index) .header > .wrap .headR .acs {
    width: clamp(11rem, 8.7846rem + 3.846vw, 13.4rem);
    position: static;
    font-size: clamp(1.4rem, 0.6615rem + 1.282vw, 2.2rem);
  }
  body:is(.index) .header > .wrap .headR ul {
    display: block;
  }
  body:is(.index) {
    container: tab/inline-size;
  }
  @container tab (width < 850px) {
    body:is(.index) .header > .wrap {
      align-items: center;
      padding: 1rem;
      gap: 2rem;
    }
    body:is(.index) .header > .wrap .headR {
      justify-content: center;
      padding: 0;
    }
  }
}
.header {
  position: relative;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo_lower.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 36em), print {
  .header > .wrap {
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 31%;
    min-width: 26rem;
    height: auto;
    aspect-ratio: 365/79;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5rem;
    width: 69%;
    margin: 0;
  }
  .header > .wrap .headR .acs {
    background: var(--clr_orange);
    color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    text-align: center;
    margin: 0;
    letter-spacing: 0.036em;
    text-indent: 0.036em;
  }
  .header > .wrap .headR .acs .txt_large {
    font-size: 106.25%;
    letter-spacing: 0.036em;
    text-indent: 0.036em;
  }
  .header > .wrap .headR .acs .txt_small {
    font-size: 75%;
    letter-spacing: 0.036em;
    text-indent: 0.036em;
  }
  .header > .wrap .headR ul li {
    text-align: right;
  }
  .header > .wrap .headR ul li.add {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
    font-family: 700;
    letter-spacing: 0.036em;
    color: var(--clr_gray);
    font-weight: 700;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: clamp(2.6rem, 1.3077rem + 2.244vw, 4rem);
  }
  .header {
    container: tab/inline-size;
  }
  @container tab (width < 850px) {
    .header > .wrap {
      flex-direction: column;
      gap: 1rem;
    }
    .header > .wrap .headR {
      width: 100%;
      justify-content: center;
    }
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_green);
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  transition: 0.5s;
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  visibility: hidden;
  opacity: 0;
  width: 60%;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1rem 1rem;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: 0.8s;
}
#nav .gnav_subnav.show {
  visibility: visible;
  opacity: 1;
  right: 0;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.4rem;
  color: var(--clr_green_dark2);
}
#nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  color: var(--clr_yellow_dark);
  font-size: 75%;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_brown_dark);
}
#nav .gnav_subnav .gnav > li a.current::after, #nav .gnav_subnav .gnav > li .sub.current::after {
  color: var(--clr_brown_dark3);
}
#nav .gnav_subnav .gnav > li .sub {
  position: relative;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 135%;
  color: var(--clr_green);
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  font-family: "fontello";
  content: "\e80b";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: var(--clr_green_light4);
  padding: 0.5rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 0.5em;
  color: var(--clr_txt);
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e807";
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: var(--clr_green);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_brown_dark);
  background: var(--clr_yellow_light);
  text-align: center;
  padding: 1rem;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.gnav_pc_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li:not(:first-child)::before {
    content: "";
    width: clamp(0.8rem, 0.4308rem + 0.641vw, 1.2rem);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--clr_green_light2);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    font-size: clamp(1.2rem, 0.8308rem + 0.641vw, 1.6rem);
    margin: 0;
    word-break: keep-all;
    cursor: pointer;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_brown_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    color: var(--clr_brown_dark3);
  }
  #nav .gnav_subnav .gnav > li .sub::before {
    right: clamp(0.8rem, -2.1538rem + 5.128vw, 4rem);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 22rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 0.9rem 1.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    opacity: 1;
    color: #fff;
    background: var(--clr_green);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.side_btn {
  display: none;
}

@media screen and (min-width: 36em), print {
  .side_btn {
    display: block;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 200;
  }
  .side_btn li .btn_rsv {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 0 1rem;
    width: clamp(8rem, 4.1231rem + 6.731vw, 12.2rem);
    aspect-ratio: 122/151;
    font-size: clamp(1.4rem, 0.8462rem + 0.962vw, 2rem);
    background: url(../img/deco_btn_rsv.svg) no-repeat center/cover;
  }
  .side_btn li .btn_rsv::before {
    font-size: 180%;
  }
}
.overview_footer {
  background: url(../img/overview_bg.jpg) no-repeat center/cover;
}

.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview > .wrap {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .overview > .wrap {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.overview > .wrap {
  padding: 2rem 1rem;
}
.overview > .wrap .clinic_name {
  margin: 0 0 2rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.overview > .wrap .overviewL .gaiyo::after {
  content: "";
  width: 6rem;
  aspect-ratio: 76/119;
  background: url(../img/deco_bird_orange.svg) no-repeat right top/70.6% auto, url(../img/deco_flowers_pink_orange.svg) no-repeat center bottom/100% auto;
  position: absolute;
  top: 12rem;
  right: 0;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
  margin: 0 0 0.9em;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 30%;
  padding: 0.1em 0 0 0.8em;
  color: var(--clr_green);
  position: relative;
}
.overview > .wrap .overviewL .gaiyo dt::before {
  content: "";
  width: 5px;
  height: 1.85em;
  background: var(--clr_green);
  position: absolute;
  left: 0;
  top: 0;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 70%;
  padding: 0.1em 0 0 0.5em;
}
.overview > .wrap .overviewL .time_box {
  margin: 2rem 0;
}
.overview > .wrap .overviewR .gmap {
  height: 100vw;
}
.overview > .wrap .overviewR .btn_basic.map {
  margin: 1rem 0 0;
}

@media screen and (min-width: 36em), print {
  .overview {
    padding: 4rem 1rem;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem 3rem 3rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 6rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    max-width: 45.9rem;
    width: 41%;
  }
  .overview > .wrap .overviewL {
    width: 51%;
  }
  .overview > .wrap .overviewL .gaiyo::after {
    width: clamp(5rem, 2.6rem + 4.167vw, 7.6rem);
    top: 10rem;
    right: clamp(1rem, -2.6923rem + 6.41vw, 5rem);
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 22%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 78%;
  }
  .overview > .wrap .overviewL .time_box {
    width: 95%;
    margin-bottom: 0;
  }
  .overview > .wrap .overviewR {
    width: 49%;
  }
  .overview > .wrap .overviewR .gmap {
    height: 67.7rem;
  }
  .overview {
    container: tab/inline-size;
  }
  @container tab (width < 950px) {
    .overview > .wrap {
      flex-direction: column;
      gap: 4rem;
    }
    .overview > .wrap .clinic_name {
      margin: 0;
    }
    .overview > .wrap .overviewL, .overview > .wrap .overviewR {
      width: 100%;
    }
    .overview > .wrap .overviewL .gmap, .overview > .wrap .overviewR .gmap {
      height: 35rem;
    }
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgb(var(--rgb_gray)/0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style {
  height: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  border-radius: 0;
  padding: 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  background: var(--clr_green);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
  border-left: 1px solid #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\33";
  font-size: 2.4rem;
  line-height: 0.7;
}

@media screen and (min-width: 36em), print {
  #tel_up {
    width: 5rem;
    height: auto;
    aspect-ratio: 1/1;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
    border-left: none;
  }
  #tel_up #pageup::before {
    font-size: 3.6rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  color: #fff;
  background: rgb(var(--rgb_green)/0.5);
}
.footer .copy {
  display: block;
  padding: 0.6rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: 3rem 0 0;
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
  }
  .footer .copy {
    margin: 1rem 0 0;
    border-top: 1px solid #fff;
  }
  .footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    text-align: center;
    width: min(110rem, 100% - 20px);
    margin: auto;
  }
  .footer ul li {
    font-size: 1.4rem;
    margin: 0 0 2rem;
    position: relative;
  }
  .footer ul li::before, .footer ul li:last-child::after, .footer ul li.last-in-row::after {
    content: "";
    width: 1px;
    height: 1.5em;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer ul li::before {
    left: calc(-1 * clamp(1rem, 0.0769rem + 1.603vw, 2rem));
  }
  .footer ul li:last-child::after, .footer ul li.last-in-row::after {
    right: calc(-1 * clamp(1rem, 0.0769rem + 1.603vw, 2rem));
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treat_pulldown {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  background: url(../img/index_keyv_cloud.svg) no-repeat center bottom/180% auto, url(../img/index_grass.jpg) no-repeat center/cover;
  padding: 10rem 0 11rem;
  overflow-x: clip;
}
.keyvsl::before {
  content: "";
  width: 80%;
  height: 12rem;
  background: url(../img/index_keyv_cloud2.svg) no-repeat center right/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.keyvsl::after {
  content: "";
  width: calc(100% + 4rem);
  aspect-ratio: 1289/771;
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/index_keyv_leaf.webp) no-repeat center/cover;
}
.keyvsl #keyvsl {
  max-width: 100%;
  aspect-ratio: 1186/654;
  overflow: hidden;
  visibility: hidden;
  clip-path: url("#clip-path");
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  animation: fadein 1s forwards;
}
.keyvsl > .wrap .kv_feat {
  margin: 0 2rem;
  background: rgb(var(--rgb_yellow_dark)/0.7);
  border: 4px solid #fff;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .keyvsl > .wrap .kv_feat {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.keyvsl > .wrap .kv_feat {
  padding: 1rem;
  position: relative;
}
.keyvsl > .wrap .kv_feat::after {
  content: "";
  width: 5rem;
  aspect-ratio: 96/169;
  background: url(../img/deco_bear.svg) no-repeat center/cover;
  position: absolute;
  bottom: -5rem;
  right: -1rem;
  animation: kokyu 3.5s ease-in-out forwards;
}
.keyvsl > .wrap .kv_feat li {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-shadow: 0 0 0.5rem var(--clr_brown_dark4), 0 0 0.5rem var(--clr_brown_dark4);
  display: flex;
  align-items: first baseline;
  gap: 0.5em;
  line-height: 1.4;
}
.keyvsl > .wrap .kv_feat li:not(:last-child) {
  margin: 0 0 0.3em;
}
.keyvsl > .wrap .kv_feat li::before {
  font-family: "fontello";
  content: "\cc03";
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
  color: var(--clr_orange_dark);
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (min-width: 36em), print {
  .keyvsl {
    padding: 19rem 0 11rem;
    background-size: min(150%, 200rem) auto, cover;
  }
  .keyvsl::before {
    width: clamp(40rem, 17.4769rem + 39.103vw, 64.4rem);
    height: auto;
    aspect-ratio: 644/239;
    left: calc(50% - clamp(40rem, 17.4769rem + 39.103vw, 64.4rem));
  }
  .keyvsl::after {
    width: 110%;
    max-width: 128.9rem;
    top: 12rem;
  }
  .keyvsl #keyvsl {
    max-width: 118.6rem;
    margin: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 100% !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    bottom: clamp(5rem, 2.2308rem + 4.808vw, 8rem);
    padding: 0 1rem;
  }
  .keyvsl > .wrap .kv_feat {
    max-width: 60rem;
    margin: 0 clamp(1rem, -1.7692rem + 4.808vw, 4rem) 0 auto;
    border: 6px solid #fff;
    padding: 1.3rem 2.2rem;
  }
  .keyvsl > .wrap .kv_feat::after {
    width: clamp(6.6rem, 3.8308rem + 4.808vw, 9.6rem);
    bottom: calc(-1 * clamp(5rem, 2.2308rem + 4.808vw, 8rem));
    right: calc(-1 * clamp(3rem, 0.2308rem + 4.808vw, 6rem));
  }
  .keyvsl > .wrap .kv_feat li {
    font-size: clamp(1.6rem, 1.2308rem + 0.641vw, 2rem);
    text-shadow: 0 0 1rem var(--clr_brown_dark4);
  }
  .keyvsl > .wrap .kv_feat li::before {
    font-size: 110%;
  }
  .keyvsl {
    container: tab/inline-size;
  }
  @container tab (width < 850px) {
    .keyvsl {
      padding: 23rem 0 11rem;
    }
    .keyvsl::before {
      left: 50%;
      transform: translateX(-50%);
    }
    .keyvsl::after {
      top: 19rem;
    }
  }
}
.rsv_time {
  padding: 8rem 1rem 4rem;
}

@media screen and (min-width: 36em), print {
  .rsv_time {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8rem clamp(1rem, -0.8462rem + 3.205vw, 3rem);
    max-width: 120rem;
    margin: auto;
    padding: 8rem 1rem;
    overflow-x: clip;
  }
}
.rsv_notice {
  background: var(--clr_yellow_light);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .rsv_notice {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.rsv_notice {
  border: 2px solid var(--clr_brown);
  padding: 1rem 2rem 2rem;
  margin: 0 0 5rem;
  position: relative;
}
.rsv_notice::after {
  content: "";
  width: 15rem;
  height: auto;
  aspect-ratio: 268/128;
  background: url(../img/deco_squirrel.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: -5rem;
  right: 0;
  opacity: 0;
}
.rsv_notice .tit {
  background: var(--clr_green);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .rsv_notice .tit {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.rsv_notice .tit {
  padding: 1rem;
  margin: -2.5rem 0 2rem 4rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  position: relative;
}
.rsv_notice .tit span {
  font-size: 123%;
  border-bottom: 3px solid var(--clr_yellow_dark);
}
.rsv_notice .tit::before {
  content: "";
  width: 8rem;
  height: auto;
  aspect-ratio: 122/145;
  background: url(../img/deco_rabbit.svg) no-repeat center/100% auto;
  position: absolute;
  left: -4rem;
  top: -2.5rem;
}
.rsv_notice ul li {
  color: var(--clr_gray);
  font-weight: 700;
  display: flex;
  align-items: first baseline;
  gap: 0.3em;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.rsv_notice ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
.rsv_notice ul li::before {
  font-family: "fontello";
  content: "\cc03";
  color: var(--clr_green_light);
  font-weight: normal;
  font-size: 115%;
  text-shadow: #fff 3px 0px 0px, #fff 2.83487px 0.981584px 0px, #fff 2.35766px 1.85511px 0px, #fff 1.62091px 2.52441px 0px, #fff 0.705713px 2.91581px 0px, #fff -0.287171px 2.98622px 0px, #fff -1.24844px 2.72789px 0px, #fff -2.07227px 2.16926px 0px, #fff -2.66798px 1.37182px 0px, #fff -2.96998px 0.42336px 0px, #fff -2.94502px -0.571704px 0px, #fff -2.59586px -1.50383px 0px, #fff -1.96093px -2.27041px 0px, #fff -1.11013px -2.78704px 0px, #fff -0.137119px -2.99686px 0px, #fff 0.850987px -2.87677px 0px, #fff 1.74541px -2.43999px 0px, #fff 2.44769px -1.73459px 0px, #fff 2.88051px -0.838247px 0px;
}
.rsv_notice .btn_basic {
  display: flex;
  width: fit-content;
  margin: 2rem auto 0;
}
.rsv_notice.trigger::after {
  animation: fadein 1s forwards 0.3s;
}
.rsv_notice.trigger .tit::before {
  animation: yureru 2s forwards;
}

@media screen and (min-width: 36em), print {
  .rsv_notice {
    max-width: 56rem;
    min-width: 46rem;
    flex: 1;
    padding: 1rem clamp(2rem, -0.7692rem + 4.808vw, 5rem) 2.5rem;
    margin: 2em 0 0;
  }
  .rsv_notice::after {
    width: 16.5em;
    bottom: -3.6em;
    right: -2.4em;
  }
  .rsv_notice .tit {
    padding: 0.9rem;
    margin: -1em 0.2em 2em 1.8em;
    font-size: clamp(2rem, 1.4462rem + 0.962vw, 2.6rem);
  }
  .rsv_notice .tit::before {
    width: 4.7em;
    left: -3em;
    top: -1.6em;
  }
  .rsv_notice ul li {
    font-size: clamp(1.4rem, 0.8462rem + 0.962vw, 2rem);
  }
  .rsv_notice .btn_basic {
    margin: 3.5rem auto 0;
  }
}
.time_wrap {
  padding: 4rem 0 0;
}
.time_wrap .tit {
  color: var(--clr_green_dark);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-indent: 0.36em;
  line-height: 1.4;
  margin: 0 0 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}
.time_wrap .tit::before, .time_wrap .tit::after {
  content: "";
  height: auto;
}
.time_wrap .tit::before {
  width: 2.6em;
  aspect-ratio: 73/46;
  background: url(../img/deco_flowers_pink_orange.svg) no-repeat center/100% auto;
}
.time_wrap .tit::after {
  width: 1.9em;
  aspect-ratio: 53/44;
  background: url(../img/deco_bird_orange.svg) no-repeat center/100% auto;
}

@media screen and (min-width: 36em), print {
  .time_wrap {
    padding: 0 2rem;
    max-width: 59rem;
    min-width: 46rem;
    flex: 1;
  }
  .time_wrap .tit {
    font-size: clamp(1.9rem, 1.0692rem + 1.442vw, 2.8rem);
  }
}
.info {
  padding: 4rem 1rem;
  background: url(../img/index_info_bg.jpg) repeat center/100% auto;
  overflow-x: clip;
}
.info .info_inner {
  background: #fff;
  padding: 1rem;
  border: 2px solid var(--clr_brown);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .info .info_inner {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.info .info_inner {
  position: relative;
}
.info .info_inner::after {
  content: "";
  width: 15rem;
  height: 8rem;
  background: url(../img/deco_fox_hedgehog.svg) no-repeat center/100% auto;
  position: absolute;
  bottom: -6rem;
  right: 1rem;
  opacity: 0;
}
.info .info_inner .accordion-container {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .info_inner .accordion-container .accordion-item {
  padding: 0 0 1em;
}
.info .info_inner .accordion-container .accordion-item:not(:first-of-type) {
  padding: 1em 0;
  border-top: 1px dashed var(--clr_gray_light);
}
.info .info_inner .accordion-container .accordion-item .accordion-header {
  display: block;
  padding: 0 0 0 1.3em;
  color: var(--clr_green_light);
  cursor: pointer;
  position: relative;
}
.info .info_inner .accordion-container .accordion-item .accordion-header::before {
  font-family: "fontello";
  content: "\e80c";
  position: absolute;
  left: 0;
  top: 0;
}
.info .info_inner .accordion-container .accordion-item .accordion-header .accordion-date {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: 88.88%;
}
.info .info_inner .accordion-container .accordion-item .accordion-content {
  margin: 0.6em 0 0 1.3em;
  line-height: 1.8;
}
.info .info_inner .accordion-container .accordion-item[open] .accordion-header::before {
  font-family: "fontello";
  content: "\e80b";
}
.info.trigger .info_inner::after {
  animation: walk 2s forwards;
}

@media screen and (min-width: 36em), print {
  .info {
    background-size: clamp(40rem, 27.0769rem + 22.436vw, 54rem) auto;
  }
  .info .info_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 clamp(1.5rem, -3.9462rem + 9.455vw, 7.4rem);
    padding: clamp(2rem, 1.0769rem + 1.603vw, 3rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    max-width: 116rem;
    margin: auto;
  }
  .info .info_inner::after {
    width: 19.2em;
    height: auto;
    aspect-ratio: 307/169;
    bottom: -7.8em;
    right: 3em;
  }
  .info .info_inner .info_box {
    flex: 1;
  }
  .info .info_inner .tit_02 {
    margin: 0;
  }
  .info .info_inner .accordion-container {
    max-height: clamp(25rem, 13.9231rem + 19.231vw, 37rem);
    padding: 0 2rem 0 0;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-header {
    font-size: clamp(1.5rem, 1.2231rem + 0.481vw, 1.8rem);
    transition: 0.2s;
  }
  .info .info_inner .accordion-container .accordion-item .accordion-header:is(:hover, :focus-visible) {
    color: var(--clr_green_dark);
  }
}
.about_acs {
  padding: 6rem 1rem;
}
.about_acs .flex_box .map_wrap .gmap {
  height: calc(100vw - 2rem);
}
.about_acs .flex_box .txt_wrap {
  margin: 4rem 0 0;
}
.about_acs .flex_box .txt_wrap .txt1 {
  background: var(--clr_yellow_light2);
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .about_acs .flex_box .txt_wrap .txt1 {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.about_acs .flex_box .txt_wrap .txt1 {
  padding: 1rem 1rem 1rem 12rem;
  line-height: 1.18;
  position: relative;
  color: var(--clr_brown_dark);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.44;
}
.about_acs .flex_box .txt_wrap .txt1::before {
  content: "";
  width: 11rem;
  height: 12rem;
  background: url(../img/deco_flower.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_acs .flex_box .txt_wrap .txt1 .flower {
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%) rotate(-13deg);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
.about_acs .flex_box .txt_wrap .txt1 .flower .txt_large {
  font-size: 109%;
}
.about_acs .flex_box .txt_wrap .txt1 .flower .txt_small {
  font-size: 81.8%;
}
.about_acs .flex_box .txt_wrap .txt2 {
  background: var(--clr_pink);
  padding: 1rem 1rem 2rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .about_acs .flex_box .txt_wrap .txt2 {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
.about_acs .flex_box .txt_wrap .txt2 {
  margin: 4rem 0 0;
}
.about_acs .flex_box .txt_wrap .txt2 .tit {
  background: url(../img/deco_car_chicken.svg) no-repeat center top/100% auto;
  height: 9rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem 1.9rem 0;
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: var(--clr_pink_dark);
  font-weight: 700;
}
.about_acs .flex_box .txt_wrap .txt2 .tit span {
  font-size: 116.6%;
}
.about_acs .flex_box .txt_wrap .txt2 p {
  padding: 0 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.667;
}
.about_acs .flex_box .txt_wrap .txt2 .btn_basic {
  background: var(--clr_pink_dark);
  display: flex;
  width: fit-content;
  margin: auto;
}

@media screen and (min-width: 36em), print {
  .about_acs {
    padding: 10rem 2rem 2rem;
    margin: auto;
    max-width: 120rem;
  }
  .about_acs .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6rem clamp(1rem, -1.4rem + 4.167vw, 3.6rem);
  }
  .about_acs .flex_box .map_wrap {
    max-width: 54.5rem;
    width: 100%;
  }
  .about_acs .flex_box .map_wrap .gmap {
    height: 50rem;
  }
  .about_acs .flex_box .map_wrap .btn_basic {
    font-size: 1.5rem;
  }
  .about_acs .flex_box .txt_wrap {
    margin: 3rem 0 0;
    width: 54.5rem;
  }
  .about_acs .flex_box .txt_wrap .txt1 {
    padding: 1.5rem 1rem 1.5rem 14rem;
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .about_acs .flex_box .txt_wrap .txt1::before {
    width: 13.1rem;
    height: 14.1rem;
  }
  .about_acs .flex_box .txt_wrap .txt1 .flower {
    left: 1.6rem;
    font-size: 2.2rem;
  }
  .about_acs .flex_box .txt_wrap .txt2 {
    padding: 3.2rem 2.6rem 3rem;
    margin: 7rem 0 0;
  }
  .about_acs .flex_box .txt_wrap .txt2 .tit {
    margin: 0 0 0.6em 0.5rem;
    padding: 0 2.2rem 2rem 0;
    font-size: clamp(2.2rem, 2.0154rem + 0.321vw, 2.4rem);
    height: 12.6rem;
  }
  .about_acs .flex_box .txt_wrap .txt2 p {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
    padding: 0 2.8rem;
  }
}
.motto_feat {
  background: url(../img/index_blue_wave.svg) no-repeat center top/180% auto, linear-gradient(to bottom, #fff, var(--clr_blue));
}

@media screen and (min-width: 36em), print {
  .motto_feat {
    background-size: min(150%, 200rem) auto, 100% auto;
    padding: 3rem 0 0;
  }
}
.motto {
  padding: 0 1rem 2rem;
}
.motto .cloud {
  width: 60%;
  aspect-ratio: 322/169;
  background: url(../img/deco_cloud_yellow.svg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr_brown_dark2);
  font-weight: 700;
  line-height: 1.591;
  text-align: center;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.motto .cloud.motto1 {
  margin: 0 auto 0;
  position: relative;
}
.motto .cloud.motto1::after {
  content: "";
  width: 8rem;
  aspect-ratio: 112/69;
  background: url(../img/deco_bird_blue.svg) no-repeat center/cover;
  position: absolute;
  bottom: -2rem;
  right: -4rem;
}
.motto .cloud.motto2 {
  margin: 0;
}
.motto .cloud.motto3 {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 36em), print {
  .motto {
    padding: 0 1rem;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(1rem, -0.8462rem + 3.205vw, 3rem);
    max-width: 107rem;
    overflow-x: clip;
  }
  .motto .tit_02 {
    margin: 4rem 0 0;
    color: var(--clr_brown_dark2);
  }
  .motto .tit_02::before {
    background: var(--clr_brown_dark2);
  }
  .motto > div {
    max-width: 68.2rem;
    flex: 1;
  }
  .motto > div .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0 0;
  }
  .motto > div .cloud {
    width: clamp(25rem, 18.3538rem + 11.538vw, 32.2rem);
    font-size: clamp(1.7rem, 1.2385rem + 0.801vw, 2.2rem);
  }
  .motto > div .cloud.motto1::after {
    width: clamp(8rem, 5.0462rem + 5.128vw, 11.2rem);
    bottom: -1rem;
    right: calc(-1 * clamp(5rem, 2.2308rem + 4.808vw, 8rem));
  }
}
.feature {
  padding: 2rem 1rem 14rem;
  background: url(../img/index_feat_tree_bird_flower.png) no-repeat center top 2rem/170% auto, url(../img/index_hill.svg) no-repeat center bottom/150% auto;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  padding: 0 2rem;
  position: relative;
}
.feature ol li:not(:last-child) {
  margin: 0 0 3rem;
}
.feature ol li::before {
  content: counter(number);
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: 4rem;
  width: 12.5rem;
  aspect-ratio: 141/113;
  background: url(../img/index_feat_flowers.svg) no-repeat center/100% auto;
  z-index: 1;
  color: var(--clr_brown_dark3);
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.5rem 0 0;
}
.feature ol li .img_box {
  width: 80%;
  position: relative;
  z-index: 0;
  margin: auto;
}
.feature ol li .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index_feat_circleleaf.png) no-repeat center/100% auto;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.feature ol li .img_box::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, transparent 40%, rgba(255, 255, 255, 0.8) 62%, #fff 63%);
  clip-path: url(#clip-path-2);
  filter: blur(2px);
  z-index: 1;
}
.feature ol li .img_box img {
  clip-path: url(#clip-path-2);
}
.feature ol li .tit {
  text-align: center;
  color: var(--clr_green_dark);
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 0.5em;
}
.feature ol li .tit::after {
  content: "";
  width: 100%;
  height: 1.8rem;
  background: url(../img/index_feat_leaves.svg) no-repeat center/auto 100%;
  display: block;
  margin: 0.3em 0 0;
}
.feature ol li p {
  line-height: 1.556;
}

@media screen and (min-width: 36em), print {
  .feature {
    padding: clamp(4rem, -0.6154rem + 8.013vw, 9rem) 1rem 20.5rem;
    background-size: min(107.9rem, 120%), 200rem auto;
    background-position: center top clamp(4rem, -0.6154rem + 8.013vw, 9rem), bottom;
  }
  .feature ol {
    max-width: 106.6rem;
    margin: 7rem auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(3rem, -3.4615rem + 11.218vw, 10rem) clamp(3rem, -1.7077rem + 8.173vw, 8.1rem);
    position: relative;
    overflow-x: clip;
  }
  .feature ol::after {
    content: "";
    width: clamp(6rem, 4.0615rem + 3.365vw, 8.1rem);
    aspect-ratio: 81/67;
    background: url(../img/deco_bird_orange.svg) no-repeat center/100% auto;
    position: absolute;
    left: calc(50% + clamp(26rem, 14.8308rem + 19.391vw, 38.1rem));
    top: clamp(40rem, 29.8462rem + 17.628vw, 51rem);
  }
  .feature ol li {
    padding: 0;
    width: clamp(24rem, 18.4615rem + 9.615vw, 30rem);
  }
  .feature ol li:not(:last-child) {
    margin: 0;
  }
  .feature ol li::before {
    left: 0;
    width: clamp(10rem, 6.1231rem + 6.731vw, 14.2rem);
    font-size: clamp(3rem, 2.0769rem + 1.603vw, 4rem);
    padding: 0 clamp(3.6rem, 2.3077rem + 2.244vw, 5rem) 0 0;
  }
  .feature ol li .img_box {
    width: 100%;
  }
  .feature ol li .tit {
    font-size: clamp(1.7rem, 1.0538rem + 1.122vw, 2.4rem);
  }
  .feature ol li .tit::after {
    height: clamp(1.3rem, 0.8385rem + 0.801vw, 1.8rem);
  }
  .feature ol li p {
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
}
.tre {
  padding: 2rem 1rem 4rem;
  background: url(../img/index_grass.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
.tre::before {
  content: "";
  width: 100%;
  height: 6rem;
  background: linear-gradient(to bottom, var(--clr_green_light3), transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.tre::after {
  content: "";
  width: 90%;
  height: 18rem;
  background: linear-gradient(to bottom, #fff, var(--clr_yellow_light3));
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 36em), print {
  .tre::after {
    border-radius: 0 2rem 2rem 0;
  }
}
.tre::after {
  z-index: -1;
}
.tre .flex_box {
  position: relative;
}
.tre .flex_box::before {
  content: "";
  width: 8rem;
  aspect-ratio: 158/120;
  background: url(../img/deco_momonga.png) no-repeat center/cover;
  position: absolute;
  top: -13.5rem;
  right: 1rem;
  opacity: 0;
}
.tre .flex_box .animal {
  position: relative;
}
.tre .flex_box .animal::before {
  content: "";
  width: 3rem;
  aspect-ratio: 57/40;
  background: url(../img/deco_bird_blue2.svg) no-repeat center/cover;
  position: absolute;
  top: -3rem;
  left: 3rem;
  opacity: 0;
}
.tre .flex_box .animal::after {
  content: "";
  width: 20rem;
  aspect-ratio: 619/406;
  background: url(../img/deco_animals.svg) no-repeat center/cover;
  position: absolute;
  bottom: -10rem;
  left: 0;
  opacity: 0;
}
.tre .flex_box .subnav_btn .subnav {
  margin: 12rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1rem;
}
.tre .flex_box .subnav_btn .subnav li {
  width: calc((100% - 4rem) / 2);
}
.tre .flex_box .subnav_btn .subnav li a {
  display: block;
  text-align: center;
  color: var(--clr_green_dark);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-decoration: none;
}
.tre .flex_box .subnav_btn .subnav li a::before {
  content: "";
  width: 12rem;
  margin: 0 auto -1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 38% auto, 82% auto;
  background-position: center, center top 0.8rem;
}
.tre .flex_box .subnav_btn .subnav li a.treatment::before {
  background-image: url(../img/index_tre_treatment.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .subnav li a.allergy::before {
  background-image: url(../img/index_tre_allergy.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .subnav li a.vaccination::before {
  background-image: url(../img/index_tre_vaccination.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .subnav li a.infectious_disease::before {
  background-image: url(../img/index_tre_infectious_disease.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .subnav li a.sudden_illness::before {
  background-image: url(../img/index_tre_sudden_illness.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .subnav li a.head::before {
  background-image: url(../img/index_tre_head.svg), url(../img/index_tre_deco.svg);
}
.tre .flex_box .subnav_btn .btn_style2 {
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 1rem 1.5rem 1rem 6rem;
  background: var(--clr_green_dark3) url(../img/deco_btn_mizutama.svg) no-repeat center/100% auto;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  position: relative;
}
.tre .flex_box .subnav_btn .btn_style2::before {
  font-family: "fontello";
  content: "\e807";
}
.tre .flex_box .subnav_btn .btn_style2::after {
  content: "";
  width: 2.5em;
  aspect-ratio: 1/1;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/deco_mushimegane.svg) no-repeat center/cover;
}
.tre.trigger .flex_box::before {
  animation: glideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tre.trigger .flex_box .animal::before, .tre.trigger .flex_box .animal::after {
  animation: fadein 1s forwards 0.2s;
}

@media screen and (min-width: 36em), print {
  .tre {
    padding: 1rem 1rem 3.5rem;
    margin-top: -9rem;
    overflow-x: clip;
  }
  .tre::before {
    width: 100%;
    height: 18.8rem;
    background-size: 200rem auto;
    margin: auto;
  }
  .tre::after {
    width: 70rem;
    height: calc(100% - 16rem);
    top: 0;
    left: calc(50% - clamp(80rem, 61.5385rem + 32.051vw, 100rem));
  }
  .tre .flex_box {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: auto;
  }
  .tre .flex_box::before {
    width: 15.8rem;
    top: -25rem;
    right: calc(50% - 54rem);
  }
  .tre .flex_box .animal {
    padding: 0 0 22rem;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tre .flex_box .animal::before {
    width: 5.7rem;
    left: -24rem;
  }
  .tre .flex_box .animal::after {
    width: clamp(40rem, 19.7846rem + 35.096vw, 61.9rem);
    bottom: 8rem;
    left: calc(-1 * clamp(22rem, 14.6154rem + 12.821vw, 30rem));
  }
  .tre .flex_box .animal .tit_02 {
    margin: 0;
  }
  .tre .flex_box .subnav_btn {
    width: 70%;
  }
  .tre .flex_box .subnav_btn .subnav {
    margin: 0;
    gap: clamp(4rem, 0.3077rem + 6.41vw, 8rem) clamp(2rem, -0.7692rem + 4.808vw, 5rem);
  }
  .tre .flex_box .subnav_btn .subnav li {
    width: clamp(15rem, 10.3846rem + 8.013vw, 20rem);
  }
  .tre .flex_box .subnav_btn .subnav li a {
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
  }
  .tre .flex_box .subnav_btn .subnav li a::before {
    width: 100%;
    margin: 0 auto -3rem;
    background-position: center, center top 1.8rem;
  }
  .tre .flex_box .subnav_btn .subnav li a:is(:hover, :focus-visible) {
    transform: translateY(-1rem);
    color: var(--clr_green_dark3);
    opacity: 1;
  }
  .tre .flex_box .subnav_btn .btn_style2 {
    margin: 5.5rem auto 0;
    padding: 1.2rem 1.7rem 1.2rem 9.8rem;
    font-size: clamp(1.5rem, 0.9462rem + 0.962vw, 2.1rem);
  }
  .tre .flex_box .subnav_btn .btn_style2::after {
    left: 2rem;
  }
  .tre .flex_box .subnav_btn .btn_style2:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
    background-size: 110% auto;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 3rem 1rem 6rem;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_green);
}
@media screen and (min-width: 36em), print {
  body:not(.index) .main {
    width: min(120rem, 100% - 4rem);
    margin: 4rem auto 8rem;
  }
  body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a):is(:hover, :focus-visible) {
    color: var(--clr_orange_dark);
    opacity: 1;
    text-decoration: underline;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin: 0 0.6rem;
}

@media screen and (min-width: 36em), print {
  .breadnav {
    width: min(120rem, 100% - 4rem);
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 90%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_yellow_light2);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img {
  filter: brightness(100%);
}

@media screen and (min-width: 36em), print {
  .gallery {
    max-width: 75rem;
    width: 80%;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 36em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
  body.access .main .gmap iframe {
    min-height: 35rem;
  }
}

.btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1em auto;
}
.btn_wrap .btn_basic {
  width: fit-content;
}
@media screen and (min-width: 36em), print {
  .btn_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .btn_wrap.col {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (min-width: 36em), print {
  .bnr img {
    transition: 0.3s;
  }
  .bnr:is(:hover, :focus-visible) img {
    filter: brightness(105%);
  }
}
.img_wrap_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
.img_wrap_head img {
  width: 33%;
}
@media screen and (min-width: 36em), print {
  .img_wrap_head img {
    max-width: 30rem;
  }
}

.contact_box {
  border: 1px solid var(--clr_green);
  padding: 1rem;
  border-radius: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 36em), print {
  .contact_box {
    border-radius: 2rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 36em), print {
  .contact_box {
    padding: 2rem 4rem;
  }
}

@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */