@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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 {
  -webkit-box-sizing: border-box;
          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]) {
  -webkit-text-decoration-skip: ink;
          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 {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #3d260a;
  --rgb_txt:
    61,
    38,
    10;
  --clr_pink: #fce4e4;
  --rgb_pink:
    252,
    228,
    228;
  --clr_pink_dark: #9e4a7c;
  --rgb_pink_dark:
    158,
    74,
    124;
  --clr_brown: #716455;
  --rgb_brown:
    113,
    100,
    85;
  --clr_brown_light: #e9ddd3;
  --rgb_brown_light:
    233,
    221,
    211;
  --clr_brown_light02: #ab9480;
  --rgb_brown_light02:
    171,
    148,
    128;
  --clr_gray: #dedede;
  --rgb_gray:
    222,
    222,
    222;
  --clr_gray_light: #e5e5e5;
  --rgb_gray_light:
    229,
    229,
    229;
  --clr_gray_dark: #5a4e40;
  --rgb_gray_dark:
    90,
    78,
    64;
  --clr_green: #659d96;
  --rgb_green:
    101,
    157,
    150;
  --clr_green_light: #5d8d87;
  --rgb_green_light:
    93,
    141,
    135;
  --clr_green_light02: #b5cb8b;
  --rgb_green_light02:
    181,
    203,
    139;
  --clr_green_light03: #c7d9a3;
  --rgb_green_light03:
    199,
    217,
    163;
  --clr_green_light04: #f0f9de;
  --rgb_green_light04:
    240,
    249,
    222;
  --clr_green_light05: #e1f5f3;
  --rgb_green_light05:
    225,
    245,
    243;
  --clr_green_light06: #bbdea6;
  --rgb_green_light06:
    187,
    222,
    166;
  --clr_green_light07: #219284;
  --rgb_green_light07:
    33,
    146,
    132;
  --clr_green_light08: #c3dfdb;
  --rgb_green_light08:
    195,
    223,
    219;
  --clr_green_dark: #3b716a;
  --rgb_green_dark:
    59,
    113,
    106;
  --clr_green_dark02: #295751;
  --rgb_green_dark02:
    41,
    87,
    81;
  --clr_green_dark03: #48706b;
  --rgb_green_dark03:
    72,
    112,
    107;
  --clr_green_dark04: #2d5752;
  --rgb_green_dark04:
    45,
    87,
    82;
  --breakpoint: 576px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.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%;
}

.red {
  color: #f00;
}

.blue {
  color: var(--clr_green_dark);
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #dbe8ff));
  background: linear-gradient(transparent 60%, #dbe8ff 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

sub {
  vertical-align: sub;
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (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;
  }
}
.sp_n {
  display: none;
}

@media screen and (width >= 36em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt00 {
  margin-top: 0rem !important;
}

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

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

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

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

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 5rem;
}
.main > section > section ~ section,
.main > .flex2 > section ~ section,
.flex2 > section > section ~ section,
.flex2 > .flex2 > section ~ section {
  margin-top: 4rem;
}
.main > section > section > section ~ section,
.main > section > .flex2 > section ~ section,
.main > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section ~ section,
.flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}
.main > section > section > section > section ~ section,
.main > section > section > .flex2 > section ~ section,
.main > section > .flex2 > section > section ~ section,
.main > section > .flex2 > .flex2 > section ~ section,
.main > .flex2 > section > section > section ~ section,
.main > .flex2 > section > .flex2 > section ~ section,
.main > .flex2 > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section > section ~ section,
.flex2 > section > section > .flex2 > section ~ section,
.flex2 > section > .flex2 > section > section ~ section,
.flex2 > section > .flex2 > .flex2 > section ~ section,
.flex2 > .flex2 > section > section > section ~ section,
.flex2 > .flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}

@media screen and (width >= 36em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section > section ~ section,
  .main > .flex2 > section ~ section,
  .flex2 > section > section ~ section,
  .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .main > section > section > section ~ section,
  .main > section > .flex2 > section ~ section,
  .main > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section ~ section,
  .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section > section ~ section,
  .main > section > section > .flex2 > section ~ section,
  .main > section > .flex2 > section > section ~ section,
  .main > section > .flex2 > .flex2 > section ~ section,
  .main > .flex2 > section > section > section ~ section,
  .main > .flex2 > section > .flex2 > section ~ section,
  .main > .flex2 > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section > section ~ section,
  .flex2 > section > section > .flex2 > section ~ section,
  .flex2 > section > .flex2 > section > section ~ section,
  .flex2 > section > .flex2 > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section > section ~ section,
  .flex2 > .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
}
.mg0 {
  margin: 0 !important;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
  line-height: 1.4;
}
.tbl_time caption p {
  margin: 0 0 0.6rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.tbl_time caption p.holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.6rem;
}
.tbl_time caption p.holiday span {
  width: 82%;
}
.tbl_time caption p.holiday span.tit {
  background: var(--clr_brown);
  color: #fff;
  width: auto;
}
.tbl_time tr {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.8rem 0;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: var(--clr_green_dark);
  font-weight: 500;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=col]:last-child {
  width: 15%;
}
.tbl_time tr th[scope=row] {
  font-weight: normal;
  background: #fff;
  line-height: 1.4;
  border-bottom: 1px solid var(--clr_gray_light);
}
.tbl_time tr td {
  background: #fff;
  text-align: center;
  padding: 1.8rem 0.4rem;
  border-bottom: 1px solid var(--clr_gray_light);
  line-height: 1;
}
.tbl_time tr td span.clover::before, .tbl_time tr td span.leaf::before {
  display: block;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
}
.tbl_time tr td span.clover::before {
  background: url(../img/icon_clover.svg) no-repeat center/contain;
  margin: 0 auto;
}
.tbl_time tr td span.leaf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 78%;
}
.tbl_time tr td span.leaf::before {
  background: url(../img/icon_leaf.svg) no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (width >= 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .tbl_time caption {
    margin-top: clamp(0.57rem, 0.2192rem + 0.609vw, 0.95rem);
  }
  .tbl_time caption span.tit {
    padding: clamp(0.15rem, 0.0115rem + 0.24vw, 0.3rem) clamp(0.525rem, 0.0404rem + 0.841vw, 1.05rem);
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.946rem, 0.0728rem + 1.516vw, 1.892rem) 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: clamp(0.825rem, 0.0635rem + 1.322vw, 1.65rem) 0;
  }
  .tbl_time tr td span.clover::before, .tbl_time tr td span.leaf::before {
    width: clamp(1.3rem, 0.1rem + 2.083vw, 2.6rem);
    height: clamp(1.3rem, 0.1rem + 2.083vw, 2.6rem);
  }
}
.gmap {
  width: 100%;
}

.letwbr, .tit_02 {
  white-space: pre-wrap;
  word-break: keep-all;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 15rem;
  background: url(../img/tit_01.webp) no-repeat top center/cover;
  padding: 5rem 1rem 3rem;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.tit_01 span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tit_02 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.tit_02::before {
  display: block;
  content: "";
  background: url(../img/h2_deco.svg) no-repeat center/cover;
  margin: 0 auto;
  width: 7.8rem;
  height: 2.8rem;
}
.tit_02::after {
  display: block;
  content: attr(data-txt);
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  color: var(--clr_green_light);
  font-size: 44%;
  margin: 0 auto;
}

.h2_top {
  margin: -3.4rem auto 2rem;
}

.tit_03 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 0.2rem 1rem;
  margin: 0 0 1.4rem 0;
  position: relative;
  font-weight: 500;
  background: var(--clr_green_dark);
}
.tit_03::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: url(../img/h2_clover.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tit_04 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.2rem;
  position: relative;
  padding: 0 0 0.6rem;
  border-bottom: solid 2px #cacdd2;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--clr_green_dark);
  bottom: -3px;
  width: 6%;
}

.tit_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
}
.tit_05::before {
  display: inline-block;
  content: "";
  background: url(../img/icon_leaf.svg) no-repeat center/cover;
  width: 0.91rem;
  height: 0.3353rem;
}

.tit_06 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: var(--clr_green_dark);
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media screen and (width >= 36em), print {
  .tit_01 {
    min-height: clamp(19.25rem, 1.4808rem + 30.849vw, 38.5rem);
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 0 0 0;
  }
  .tit_01 span {
    display: block;
    font-size: clamp(2.3rem, 0.1769rem + 3.686vw, 4.6rem);
  }
  .tit_02 {
    font-size: clamp(1.8rem, 0.1385rem + 2.885vw, 3.6rem);
    margin: 0 auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .tit_02::before {
    width: clamp(7.8rem, 0.6rem + 12.5vw, 15.6rem);
    height: clamp(2.8rem, 0.2154rem + 4.487vw, 5.6rem);
  }
  .h2_top {
    margin: clamp(-6rem, -0.2308rem + -4.808vw, -3rem) auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .tit_03 {
    font-size: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    padding: clamp(0.275rem, 0.0212rem + 0.441vw, 0.55rem) clamp(3.1rem, 0.2385rem + 4.968vw, 6.2rem);
    margin: 0 0 clamp(1rem, 0.4462rem + 0.962vw, 1.6rem);
    line-height: 1.3;
  }
  .tit_03::before {
    width: clamp(2.15rem, 0.1654rem + 3.446vw, 4.3rem);
    height: clamp(3rem, 0.2308rem + 4.808vw, 6rem);
    top: clamp(-2.1rem, -0.0808rem + -1.683vw, -1.05rem);
    left: clamp(0.95rem, 0.0731rem + 1.522vw, 1.9rem);
  }
  .tit_04 {
    font-size: clamp(1.3rem, 0.1rem + 2.083vw, 2.6rem);
    margin: 0 0 clamp(1rem, 0.6308rem + 0.641vw, 1.4rem);
  }
  .tit_05 {
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
    padding: 0 0 0.4rem;
    margin: 0 0 clamp(0.9rem, 0.6231rem + 0.481vw, 1.2rem);
  }
  .tit_05::before {
    width: clamp(1.3rem, 0.1rem + 2.083vw, 2.6rem);
    height: clamp(1.3rem, 0.1rem + 2.083vw, 2.6rem);
  }
  .tit_06 {
    font-size: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    margin: 0 0 clamp(0.8rem, 0.6154rem + 0.321vw, 1rem);
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_green_light);
  position: absolute;
  left: 0;
  font-size: 60%;
  top: 0.4rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: inherit;
}

.lst_ul_disc {
  line-height: 1.4;
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--clr_txt);
}

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

.lst_ol2 > li::before {
  content: counter(number) ")";
}

.lst_ol3 > li::before {
  content: "(" counter(number) ")";
}

.lst_ol4 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lst_ol4 li {
  font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
  line-height: 1.5;
  padding-left: clamp(2rem, 1.0769rem + 1.603vw, 3rem);
  position: relative;
}
.lst_ol4 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px var(--clr_txt) solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
  width: clamp(1.6rem, 1.0462rem + 0.962vw, 2.2rem);
  color: var(--clr_txt);
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (width >= 36em), print {
  .lst_ul > li::before {
    margin: clamp(0.3rem, 0.0231rem + 0.481vw, 0.6rem) 0 0 0;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 22%;
  }
  .lst_dl01 dd {
    width: 78%;
    padding: 0 0 0 1rem;
  }
}
.lst_dl02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lst_dl02 dt,
.lst_dl02 dd {
  width: 100%;
  padding: clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem);
  border-left: 1px var(--clr_txt) solid;
  border-right: 1px var(--clr_txt) solid;
  border-top: 1px var(--clr_txt) solid;
}
.lst_dl02 dt {
  background: var(--clr_green_light05);
}
.lst_dl02 dd:last-of-type {
  border-bottom: 1px var(--clr_txt) solid;
}

p.kome {
  padding: 0 0 0 1.2em;
  position: relative;
}
p.kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (width >= 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li,
  .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  gap: 0;
  line-height: 1;
}
.tel::before {
  content: "tel.";
  font-size: 58.3%;
}

.box_01, .box_02 {
  padding: 1rem;
  background: var(--clr_green_light04);
}
@media screen and (width >= 36em), print {
  .box_01, .box_02 {
    padding: 3rem;
  }
}

.box_02 {
  background: var(--clr_green_light05);
}

.btn_detail, .btn_detail3, .btn_rsv, .btn_detail2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 1rem;
  text-align: center;
  background: transparent;
  border: 1px var(--clr_green_dark) solid;
  border-radius: 3rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--clr_green_dark);
  position: relative;
}
.btn_detail::after, .btn_detail3::after, .btn_rsv::after, .btn_detail2::after {
  font-family: "fontello";
  content: "\cc04";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 0 0 0.6rem;
}

@media screen and (width >= 36em), print {
  .btn_detail, .btn_detail3, .btn_rsv, .btn_detail2 {
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    padding: clamp(0.28rem, 0.0215rem + 0.449vw, 0.56rem) clamp(0.85rem, 0.0654rem + 1.362vw, 1.7rem);
  }
  .btn_detail::after, .btn_detail3::after, .btn_rsv::after, .btn_detail2::after {
    margin: 0 0 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  }
  .btn_detail:hover, .btn_detail3:hover, .btn_rsv:hover, .btn_detail2:hover {
    background: var(--clr_green_dark);
    color: #fff;
  }
}
.btn_detail2 {
  background: #fff;
  background: var(--clr_brown_light02);
  color: #fff;
  border: none;
}
.btn_detail2:hover {
  background: var(--clr_gray_dark);
}

.btn_detail3, .btn_rsv {
  background: var(--clr_green_light08);
  color: var(--clr_green_dark);
  border: none;
}
.btn_rsv {
  border-radius: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  background: var(--clr_green_light03);
  color: var(--clr_green_dark04);
  gap: 0 0.4rem;
}
.btn_rsv::after {
  display: none;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\cc16";
}

@media screen and (width >= 36em), print {
  .btn_rsv {
    gap: 0 clamp(0.3rem, 0.0231rem + 0.481vw, 0.6rem);
  }
}
.linkout {
  display: inline-block;
  color: var(--clr_green_light07);
  text-decoration: underline !important;
  line-height: 1.2;
}
.linkout::after {
  font-family: "fontello";
  content: "\e80c";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (width >= 36em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}
.tbl_lst {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.tbl_lst tr:first-of-type td {
  font-weight: 700;
  text-align: center;
}
.tbl_lst tr th:first-of-type {
  border: 1px solid #aaa;
  padding: 0.4rem 1rem;
  font-weight: normal;
}
.tbl_lst tr td {
  padding: 1rem;
  border: 1px solid #aaa;
}
.tbl_lst tr:first-child th,
.tbl_lst tr:first-child td {
  width: 28%;
  background: var(--clr_green_light05);
}

@media screen and (width >= 36em), print {
  .tbl_lst th:first-of-type {
    padding: 0.4rem 2rem;
  }
  .tbl_lst td {
    padding: 2rem 3rem;
    border: 1px solid #707070;
  }
}
.tbl_lst2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst2 th {
  padding: 1rem 1rem;
  border: 1px solid #aaa;
  font-weight: 500;
  background: var(--clr_green_light06);
}
.tbl_lst2 td {
  padding: 1rem 1rem;
  border: 1px solid #aaa;
}
.tbl_lst2 td:first-of-type {
  width: 25%;
  font-weight: normal;
  background: var(--clr_green_light04);
}

@media screen and (width >= 36em), print {
  .tbl_lst2 th,
  .tbl_lst2 td {
    padding: 1.5rem 2rem;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--clr_brown);
  z-index: 5;
  border-radius: 50%;
}
.slick-arrow::before {
  font-size: 1.2rem;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\cc04";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--clr_green_dark);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\cc04";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: var(--clr_green_dark);
}

@media screen and (width >= 36em), print {
  .slick-arrow {
    width: clamp(3.6rem, 1.3846rem + 3.846vw, 6rem);
    height: clamp(3.6rem, 1.3846rem + 3.846vw, 6rem);
    top: clamp(13rem, 1rem + 20.833vw, 26rem);
  }
  .slick-arrow::before {
    font-size: clamp(1.44rem, 0.5538rem + 1.538vw, 2.4rem);
  }
  .slick-arrow.slick-prev {
    left: clamp(-7rem, -1.6154rem + -4.487vw, -4.2rem);
  }
  .slick-arrow.slick-next {
    right: clamp(-7rem, -1.6154rem + -4.487vw, -4.2rem);
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .slick-arrow {
    opacity: 1;
  }
  .slick-arrow:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_brown_dark);
    opacity: 1;
  }
  .slick-arrow:where(:any-link, :enabled, summary):hover {
    background: var(--clr_brown_dark);
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .slick-arrow:focus-visible {
    background: var(--clr_brown_dark);
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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_navy);
}
@media (hover: hover) {
  .slick-dots li button {
    opacity: 1;
  }
  .slick-dots li button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (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;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--rgb_green), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  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 (width >= 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a,
  button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a img,
  button img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  a,
  button {
    opacity: 1;
  }
  a:where(:-moz-any-link, :enabled, summary):hover, button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover,
  button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:-moz-any-link, :enabled, summary):hover img, button:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img,
  button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (width >= 36em), print {
  a:focus-visible,
  button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img,
  button:focus-visible img {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    color: var(--clr_pink_dark);
  }
}
:target {
  scroll-margin-top: 12rem;
}
@media screen and (width >= 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 0;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 6rem);
  height: 100%;
  background: url(../img/logo.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 {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR .acs_tel {
  display: none;
}
.header > .wrap .headR .acs_tel li {
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.header > .wrap .headR .acs_tel li.acs {
  font-size: 1.3rem;
}
.header > .wrap .headR .acs_tel li.acs::before {
  font-family: "fontello";
  content: "\cc03";
  margin: 0 0.4rem 0 0;
  color: var(--clr_green);
}
.header > .wrap .headR .acs_tel li.telno .tel {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (width >= 36em), print {
  .header {
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: clamp(5rem, 0.3846rem + 8.013vw, 10rem);
  }
  .header > .wrap {
    padding: clamp(0.64rem, 0.0492rem + 1.026vw, 1.28rem) clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    position: relative;
    max-width: 100%;
  }
  .header > .wrap .logo {
    width: clamp(19rem, 1.4615rem + 30.449vw, 38rem);
    height: clamp(3.3rem, 0.2538rem + 5.288vw, 6.6rem);
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: block;
    margin: 0;
    z-index: 3;
  }
  .header > .wrap .headR .acs_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 clamp(1.05rem, 0.0808rem + 1.683vw, 2.1rem);
  }
  .header > .wrap .headR .acs_tel li {
    text-align: right;
  }
  .header > .wrap .headR .acs_tel li.acs {
    width: 100%;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    padding: 0 clamp(20rem, 1.5385rem + 32.051vw, 40rem) 0 0;
  }
  .header > .wrap .headR .acs_tel li.acs::before {
    margin: 0 0.8rem 0 0;
  }
  .header > .wrap .headR .acs_tel li.rsv {
    margin: 0;
    position: absolute;
    top: 0;
    right: clamp(12.8rem, 0.9846rem + 20.513vw, 25.6rem);
  }
  .header > .wrap .headR .acs_tel li.rsv .btn_rsv {
    width: clamp(7rem, 0.5385rem + 11.218vw, 14rem);
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    border-radius: 0 0 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    background: var(--clr_green_light03);
    color: var(--clr_green_dark04);
    border: 0;
  }
  .header > .wrap .headR .acs_tel li.telno {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header > .wrap .headR .acs_tel li.telno .tel {
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
    background: linear-gradient(135deg, #3b716a 0%, #6f9a63 100%);
    width: clamp(12.8rem, 0.9846rem + 20.513vw, 25.6rem);
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    padding: clamp(0.55rem, 0.0423rem + 0.881vw, 1.1rem) 0 0 0;
  }
}
.pc_fix {
  display: none;
}

@media screen and (width >= 36em), print {
  .pc_fix {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 101;
  }
  .pc_fix .btn_rsv {
    width: clamp(9.9rem, 3.8077rem + 10.577vw, 16.5rem);
    height: clamp(4.2rem, 1.6154rem + 4.487vw, 7rem);
    font-size: clamp(1.2rem, 0.4615rem + 1.282vw, 2rem);
    gap: 0 clamp(0.48rem, 0.1846rem + 0.513vw, 0.8rem);
  }
}
#nav {
  width: 100vw;
  background: #fff;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: var(--clr_green_dark);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.4rem;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_green);
}
#nav .gnav_subnav .gnav > li.rsv, #nav .gnav_subnav .gnav > li.telno {
  display: none;
}
#nav .gnav_subnav .gnav > li > a,
#nav .gnav_subnav .gnav > li > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1.6rem;
  font-size: 1.4rem;
  color: var(--clr_txt);
  position: relative;
}
#nav .gnav_subnav .gnav > li > a::before,
#nav .gnav_subnav .gnav > li > .sub::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.2rem;
  position: absolute;
  inset: auto auto auto 0.6rem;
}
#nav .gnav_subnav .gnav > li > a.current::before,
#nav .gnav_subnav .gnav > li > .sub.current::before {
  background: var(--clr_green);
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\cc04";
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  color: var(--clr_green_dark);
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  scale: 1 -1;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\cc04";
  color: var(--clr_green_dark);
  margin: 0 0.6rem 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: var(--clr_green_light02);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  background: rgba(var(--rgb_green_dark), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (width >= 36em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background: none;
    margin: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem) 0 0 0;
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  #nav {
    padding: 0 1rem;
  }
}
@media screen and (width >= 36em), print {
  #nav.hide {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    background: none;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    border: none;
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
    border-bottom: 0 !important;
  }
  #nav .gnav_subnav .gnav > li:last-child {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    white-space: nowrap;
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a::before,
  #nav .gnav_subnav .gnav > li > .sub::before {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a::after,
  #nav .gnav_subnav .gnav > li > .sub::after {
    display: block;
    width: 100%;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:-moz-any-link, :enabled, summary):hover, #nav .gnav_subnav .gnav > li > .sub:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (width >= 36em), print {
  #nav .gnav_subnav .gnav > li > a:focus-visible,
  #nav .gnav_subnav .gnav > li > .sub:focus-visible {
    opacity: 0.8;
  }
  #nav .gnav_subnav .gnav > li > a.current,
  #nav .gnav_subnav .gnav > li > .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li > .sub span {
    display: block;
  }
  #nav .gnav_subnav .gnav > li > .sub span::after {
    margin: 0 0 0 0.3rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(20rem, 6.7077rem + 23.077vw, 34.4rem);
    position: absolute;
    left: clamp(-9.6rem, -0.3692rem + -7.692vw, -4.8rem);
    top: clamp(2.1rem, 0.1615rem + 3.365vw, 4.2rem);
    z-index: 100;
    padding: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    background: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    gap: 0.6rem 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 50%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: clamp(1rem, 0.4462rem + 0.962vw, 1.6rem);
    padding: 0.75rem clamp(0.4rem, -0.1538rem + 0.962vw, 1rem);
    white-space: nowrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::after {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current, #nav .gnav_subnav .gnav > li .subbox > .subnav li a:hover {
    -webkit-transition: 0;
    transition: 0;
    background: var(--clr_green_dark);
    color: #fff;
    border-radius: clamp(1.6rem, 0.3077rem + 2.244vw, 3rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current::before, #nav .gnav_subnav .gnav > li .subbox > .subnav li a:hover::before {
    color: #fff;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav.fix_nav {
    margin: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
  }
  #nav.fix_nav .gnav_subnav {
    padding: 1rem 0;
  }
  #nav.fix_nav .gnav_subnav .gnav {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    gap: 0 clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem);
  }
  #nav.fix_nav .gnav_subnav .gnav > li.rsv, #nav.fix_nav .gnav_subnav .gnav > li.telno {
    display: block;
  }
  #nav.fix_nav .gnav_subnav .gnav > li.rsv .btn_rsv {
    width: 100%;
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    border-radius: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    background: var(--clr_green_light03);
    color: var(--clr_green_dark04);
    border: 0;
  }
  #nav.fix_nav .gnav_subnav .gnav > li.rsv .btn_rsv::after {
    display: none;
  }
  #nav.fix_nav .gnav_subnav .gnav > li.rsv .btn_rsv::before {
    display: block;
    font-family: "fontello";
    content: "\cc16";
    background: none;
    position: inherit;
    width: auto;
    height: auto;
  }
  #nav.fix_nav .gnav_subnav .gnav > li.telno .tel {
    font-size: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    background: linear-gradient(135deg, #3b716a 0%, #6f9a63 100%);
    width: 100%;
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    padding: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem) 0 0 0;
    border-radius: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    color: #fff;
  }
  #nav.fix_nav .gnav_subnav .gnav > li .subbox {
    top: clamp(1.7rem, 0.1308rem + 2.724vw, 3.4rem);
  }
}
.overview {
  padding: 3rem 0 0;
  background: var(--clr_green_light);
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: -6rem auto 1.6rem;
  width: 50%;
}
.overview .clinic_name img {
  width: 100%;
}
.overview .acs_tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
.overview .acs_tel li {
  line-height: 1.6;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.overview .acs_tel li.telno .tel {
  background: linear-gradient(135deg, #3b716a 0%, #6f9a63 100%);
  border-radius: 3rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  padding: 1rem;
}
.overview > .wrap {
  margin: 1.8rem 0;
  padding: 0 1.6rem 1rem;
}
.overview > .wrap .overviewL {
  margin: 0 0 2rem;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt,
.overview > .wrap .overviewL .gaiyo dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 1rem 0.6rem;
  color: #fff;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 28%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px #fff solid;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 72%;
  border-bottom: 1px var(--clr_green_dark03) solid;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  display: none;
}
.overview > .wrap .overviewR {
  margin: 3rem 0 0 0;
}
.overview > .wrap .overviewR .tbl_time caption {
  color: #fff;
}
.overview .gmap {
  width: 100%;
  height: 100vw;
  padding: 0 1rem;
}

@media screen and (width >= 36em), print {
  .overview {
    padding: clamp(2.58rem, 0.9923rem + 2.756vw, 4.3rem) 0 0 0;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .overview .clinic_name {
    width: clamp(17.7rem, 1.3615rem + 28.365vw, 35.4rem);
    margin: clamp(-10.6rem, -0.4077rem + -8.494vw, -5.3rem) auto 0;
  }
  .overview .clinic_name img {
    max-height: 20.3rem;
  }
  .overview .acs_tel {
    gap: 0 clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    margin: clamp(1.45rem, 0.4808rem + 1.683vw, 2.5rem) auto 0;
  }
  .overview .acs_tel li.telno .tel {
    font-size: clamp(1.44rem, 0.5538rem + 1.538vw, 2.4rem);
    padding: clamp(0.65rem, 0.05rem + 1.042vw, 1.3rem) clamp(2.075rem, 0.1596rem + 3.325vw, 4.15rem);
  }
  .overview > .wrap {
    margin: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 clamp(1rem, 2.9231rem + -1.603vw, 2rem) clamp(3.25rem, 0.25rem + 5.208vw, 6.5rem);
  }
  .overview > .wrap .overviewL,
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewL {
    margin: 0;
    width: clamp(27.5rem, 2.1154rem + 44.071vw, 55rem);
  }
  .overview > .wrap .overviewL .gaiyo dt,
  .overview > .wrap .overviewL .gaiyo dd {
    padding: clamp(1rem, 0.0769rem + 1.603vw, 2rem) 0;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 21.376%;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 78.624%;
    padding: 0 0 0 clamp(1.6rem, 0.1231rem + 2.564vw, 3.2rem);
  }
  .overview > .wrap .overviewR {
    width: clamp(26.65rem, 2.2346rem + 42.388vw, 53.1rem);
    margin: 0;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 0;
  }
  .overview .gmap {
    height: clamp(21.5rem, 1.6538rem + 34.455vw, 43rem);
    padding: 0;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--clr_green_light02);
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno a {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1.1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 1.6rem;
  color: var(--clr_green_dark);
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  gap: 0 0.6rem;
  background: var(--clr_green_dark);
  color: #fff;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0;
  line-height: 1;
  background: var(--clr_brown_light02);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  content: "";
  background: url(../img/pagetop.svg) no-repeat center/contain;
  width: 4rem;
  height: 4rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (width >= 36em), print {
  #tel_up {
    display: block;
    width: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    inset: auto clamp(2rem, 0.1538rem + 3.205vw, 4rem) clamp(0.8rem, -2.1538rem + 5.128vw, 4rem) auto;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    padding: 0;
  }
  #tel_up #pageup::before {
    width: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
    height: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #tel_up #pageup {
    opacity: 1;
  }
  #tel_up #pageup:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #tel_up #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  #tel_up #pageup:focus-visible {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  background: var(--clr_green_dark);
  font-size: 1.4rem;
  padding: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.footer .copy {
  background: var(--clr_green_dark02);
  display: block;
  padding: 2rem 0 6rem;
  width: 100%;
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
}
.footer ul {
  width: 45%;
  display: none;
}
.footer ul li {
  text-align: left;
  font-size: 1.4rem;
}
.footer ul li.treatment, .footer ul li.rsv {
  display: none !important;
}
.footer ul li::before {
  margin: 0 0.4rem 0 0;
  font-size: 1.4rem;
  line-height: 1;
}
.footer ul li a {
  -webkit-text-size-adjust: none;
}
.footer ul li a br {
  display: none;
}
.footer ul.gnav, .footer ul.subnav {
  width: 100%;
}
.footer ul.gnav {
  padding: 0 2rem 1rem;
}
.footer ul.gnav li::before {
  content: "▪";
  color: #fff;
}
.footer ul.subnav {
  padding: 0 2rem;
  display: none;
}
.footer ul.subnav li {
  width: 50%;
}
.footer ul.subnav li::before {
  content: "-";
}

@media screen and (width >= 36em), print {
  .footer {
    padding: clamp(1.8rem, 0.1385rem + 2.885vw, 3.6rem) 0 0;
    display: block;
    font-size: clamp(0.84rem, 0.1385rem + 1.218vw, 1.6rem);
  }
  .footer .copy {
    padding: clamp(0.825rem, 0.0635rem + 1.322vw, 1.65rem) 0;
    margin: clamp(1.8rem, 0.1385rem + 2.885vw, 3.6rem) 0 0;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer ul li {
    display: inline-block !important;
    margin: 0;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .footer ul li a br {
    display: none;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .footer ul li a:focus-visible {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none !important;
  }
  .footer ul.gnav {
    margin: 0 0 clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
  .footer ul.gnav, .footer ul.subnav {
    width: auto;
  }
  .footer ul.gnav {
    padding: 0;
  }
  .footer ul.gnav li::before {
    display: none;
  }
  .footer ul.subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .footer ul.subnav li {
    width: auto;
  }
  .footer ul.subnav li::before {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 40rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: 40rem !important;
  -o-object-fit: cover;
     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 #keyvsl .slick-dots li button {
  background: var(--clr_brown_light02);
}
.keyvsl > .wrap {
  padding: 1.6rem;
  position: absolute;
  inset: 0;
  /*
  .open_nairan {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    position: absolute;
    inset: auto 1rem 7rem auto;
    li {
      width: 10rem;
      height: 10rem;
      font-size: 1.55rem;
      //padding: 1.1rem 0 0 0;
      background: linear-gradient(135deg, #9e8843 0%, #cbc2a7 100%);
      text-align: center;
      line-height: 1.2;
      color: #fff;
      border-radius: 50%;
      @include noto-serif;
      @include center;
      span {
        display: block;
        &.shinki {
          line-height: 1.6;
        }
        span {
          display: inline-block;
          font-size: 1.2rem;
        }
        &.txt {
          font-size: 1.1rem;
        }
      }
    }
  }
    */
}
.keyvsl > .wrap .dept_catch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.keyvsl > .wrap .dept_catch .dept {
  margin: 0 auto;
  background: url(../img/bg_kv_dept.png) no-repeat center/cover;
  font-size: 1.4rem;
  width: 35.25rem;
  height: 5.75rem;
  padding: 1.9rem 0 0 0;
}
.keyvsl > .wrap .dept_catch .catch {
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 0.0934em;
  text-indent: 0.0934em;
  text-shadow: 0 0 0.4rem rgb(0, 0, 0);
  inset: auto auto 1rem 1rem;
}

@media screen and (width >= 36em), print {
  .keyvsl {
    position: absolute;
    top: 0;
    height: clamp(65.8rem, 39.7692rem + 45.192vw, 94rem);
  }
  .keyvsl #keyvsl {
    height: 100%;
  }
  .keyvsl #keyvsl div img {
    height: clamp(65.8rem, 39.7692rem + 45.192vw, 94rem) !important;
    -o-object-position: inherit;
       object-position: inherit;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -4rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    /*
    .open_nairan {
      gap: 3rem;
      inset: auto clamp_size(1rem, 2rem) clamp_size(4.2rem, 7rem) auto;
      li {
        width: clamp_size(12.5rem, 19rem);
        height: clamp_size(12.5rem, 19rem);
        font-size: clamp_size(2rem, 3rem);
        span {
          span {
            font-size: clamp_size(1.35rem, 1.8rem);
          }
        }
      }
    }
      */
  }
  .keyvsl > .wrap .dept_catch {
    bottom: clamp(2.25rem, 0.1731rem + 3.606vw, 4.5rem);
  }
  .keyvsl > .wrap .dept_catch .dept {
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
    width: clamp(35.25rem, 2.7115rem + 56.49vw, 70.5rem);
    height: clamp(5.75rem, 0.4423rem + 9.215vw, 11.5rem);
    padding: clamp(1.9rem, 0.1462rem + 3.045vw, 3.8rem) 0 0 0;
    margin: 0 auto clamp(-1.8rem, -0.0692rem + -1.442vw, -0.9rem);
  }
  .keyvsl > .wrap .dept_catch .catch {
    font-size: clamp(2.3rem, 0.1769rem + 3.686vw, 4.6rem);
  }
}
@media screen and (width >= 36em), print {
  body.index .main {
    margin: clamp(58.45rem, 35.3269rem + 40.144vw, 83.5rem) 0 0 0;
  }
}

.cont_wrapper {
  background: url("../img/bg_wrapper_top.png") no-repeat top center/contain, url("../img/bg_wrapper_bottom.png") no-repeat bottom center/contain, var(--clr_gray);
  padding: 0;
}
@media screen and (width >= 36em), print {
  .cont_wrapper {
    padding: 0 0 clamp(4.25rem, 0.3269rem + 6.811vw, 8.5rem);
  }
}

.news_wrapper {
  margin: 0 2rem;
  padding: 5rem 0 0 0;
}
.news_wrapper .flex2 > li:first-child {
  opacity: 0;
}
.news_wrapper .flex2 > li:first-child.trigger {
  -webkit-animation: fadein 1.2s ease-out 0.6s 1 normal forwards;
          animation: fadein 1.2s ease-out 0.6s 1 normal forwards;
}
.news_wrapper .flex2 > li:last-child {
  background: #fff;
  padding: 1rem 0 0 0;
  margin: 4rem 0 0 0;
  height: 52rem;
  opacity: 0;
}
.news_wrapper .flex2 > li:last-child::after {
  display: block;
  content: "";
  background: url(../img/deco_leaf.svg) no-repeat center/cover;
  width: 7.5rem;
  height: 5.5rem;
  margin: 1.5rem 2.95rem 0 auto;
}
.news_wrapper .flex2 > li:last-child.trigger {
  -webkit-animation: fadein 1.2s ease-out 1s 1 normal forwards;
          animation: fadein 1.2s ease-out 1s 1 normal forwards;
}
.news_wrapper .flex2 > li .tit_02 {
  margin: -2.3rem auto 2rem;
}
.news_wrapper .flex2 > li .gmap {
  margin: 2rem 0 0 0;
  border: 0.2rem #fff solid;
  height: 30rem;
}
.news_wrapper .flex2 > li .txt p {
  margin: 0;
}
.news_wrapper .flex2 > li .txt p span {
  color: var(--clr_green_dark);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.news_wrapper .flex2 > li .btn_detail {
  margin: 1rem 0 0 auto;
}

@media screen and (width >= 36em), print {
  .news_wrapper {
    max-width: 1200px;
    margin: 0 auto clamp(1.65rem, 0.1269rem + 2.644vw, 3.3rem);
    padding: clamp(3.5rem, 0.2692rem + 5.609vw, 7rem) 1rem 0;
  }
  .news_wrapper .flex2 > li:first-child {
    width: clamp(26.5rem, 2.0385rem + 42.468vw, 53rem);
  }
  .news_wrapper .flex2 > li:last-child {
    width: clamp(28.5rem, 2.1923rem + 45.673vw, 57rem);
    margin: 0;
    height: clamp(33rem, 2.5385rem + 52.885vw, 66rem);
    padding: 0;
  }
  .news_wrapper .flex2 > li:last-child::after {
    width: clamp(7.5rem, 0.5769rem + 12.019vw, 15rem);
    height: clamp(5.5rem, 0.4231rem + 8.814vw, 11rem);
    margin: clamp(1.75rem, 0.1346rem + 2.804vw, 3.5rem) clamp(2.95rem, 0.2269rem + 4.728vw, 5.9rem) 0 auto;
  }
  .news_wrapper .flex2 > li .tit_02 {
    margin: clamp(-2.7rem, -0.1038rem + -2.163vw, -1.35rem) auto clamp(0.575rem, 0.0442rem + 0.921vw, 1.15rem);
  }
  .news_wrapper .flex2 > li {
    height: clamp(33rem, 2.5385rem + 52.885vw, 66rem);
  }
  .news_wrapper .flex2 > li .gmap {
    margin: clamp(1.45rem, 0.1115rem + 2.324vw, 2.9rem) 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
    border: clamp(0.15rem, 0.0115rem + 0.24vw, 0.3rem) #fff solid;
    height: clamp(13rem, 1rem + 20.833vw, 26rem);
  }
  .news_wrapper .flex2 > li .btn_detail {
    margin: 0 0 0 auto;
  }
}
#info01 {
  margin: 0;
  padding: 0 1.4rem;
  width: 100%;
  height: 40rem;
}
#info01 .accordion-container {
  width: 100%;
  height: 100%;
  margin: 0;
  max-height: 105vw;
  overflow-y: scroll;
  padding: 0 2rem 0 0;
}
#info01 .accordion-container::-webkit-scrollbar {
  width: 0.6rem;
}
#info01 .accordion-container::-webkit-scrollbar-track {
  background-color: var(--clr_gray_light);
}
#info01 .accordion-container::-webkit-scrollbar-thumb {
  background-color: var(--clr_green_light);
}
#info01 .accordion-container .accordion-item {
  width: 100%;
  border-bottom: 1px solid var(--clr_gray_light);
}
#info01 .accordion-container .accordion-item summary.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  list-style: none;
  position: relative;
  margin: 0;
  line-height: 1.8;
}
#info01 .accordion-container .accordion-item summary.accordion-header::after {
  color: var(--clr_green_dark);
  font-family: "fontello";
  content: "\cc04";
  margin: 0 0.7rem 0 0;
}
#info01 .accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
#info01 .accordion-container .accordion-item[open] summary.accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#info01 .accordion-container .accordion-item .accordion-badge,
#info01 .accordion-container .accordion-item .accordion-date,
#info01 .accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
}
#info01 .accordion-container .accordion-item .accordion-badge {
  color: #fff;
  font-size: 0.75rem;
}
#info01 .accordion-container .accordion-item {
  /*
  .accordion-date {
    display: block;
    color: var(--clr_gray_dark);
    font-size: 70%;
    width: 100%;
  }
    */
}
#info01 .accordion-container .accordion-item .accordion-title {
  font-size: 111%;
  margin: 0 1rem 0 0;
  color: var(--clr_gray_dark);
}
#info01 .accordion-container .accordion-item .accordion-content {
  padding: 0 0 0.45rem;
}
#info01 .accordion-container .accordion-item .accordion-content p {
  color: var(--clr_gray_dark);
  margin: 0 0 1rem;
  line-height: 1.9;
}

@media screen and (width >= 36em), print {
  #info01 {
    height: clamp(23.6rem, 1.8154rem + 37.821vw, 47.2rem);
    padding: 0 clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  #info01 .accordion-container {
    max-height: 200vw;
    padding: 0 clamp(1rem, -2.6rem + 6.25vw, 4.9rem) 0 0;
  }
  #info01 .accordion-container::-webkit-scrollbar {
    width: 1.2rem;
  }
  #info01 .accordion-container .accordion-item {
    overflow: hidden;
    font-size: clamp(1.26rem, 0.7615rem + 0.865vw, 1.8rem);
  }
  #info01 .accordion-container .accordion-item .accordion-title {
    margin: 0 clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem) 0 0;
    font-size: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  #info01 .accordion-container .accordion-item .accordion-content p {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
}
.cal_wrapper {
  margin: 10rem 0 0 0;
  opacity: 0;
}
.cal_wrapper .tit_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3rem 2rem 2rem;
}
.cal_wrapper .tit_02::before {
  background: url(../img/h2_clover.png) no-repeat center/cover;
  margin: 0;
}
.cal_wrapper .tit_02 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cal_wrapper .tit_02 span::after {
  display: inline-block;
  content: attr(data-txt);
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-indent: 0;
  color: var(--clr_green_light);
  font-size: 44%;
  margin: 0;
}
.cal_wrapper .tit_02::after {
  background: var(--clr_green_dark);
  margin: 0;
  width: 64%;
  height: 1px;
}
.cal_wrapper.trigger {
  -webkit-animation: fadein 1.2s ease-out 0.6s 1 normal forwards;
          animation: fadein 1.2s ease-out 0.6s 1 normal forwards;
}

@media screen and (width >= 36em), print {
  .cal_wrapper {
    margin: clamp(6.5rem, 0.5rem + 10.417vw, 13rem) 0 0 0;
    padding: 0;
  }
  .cal_wrapper .tit_02 {
    gap: 0 clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem);
    margin: 0 0 clamp(1.6rem, 0.1231rem + 2.564vw, 3.2rem);
  }
  .cal_wrapper .tit_02::before {
    width: clamp(2.15rem, 0.1654rem + 3.446vw, 4.3rem);
    height: clamp(3rem, 0.2308rem + 4.808vw, 6rem);
  }
  .cal_wrapper .tit_02 span {
    gap: 0 clamp(0.25rem, 0.0192rem + 0.401vw, 0.5rem);
  }
}
.feature {
  margin: 0 !important;
  overflow-x: clip;
  background: var(--clr_green_light);
  padding: 3rem 1.4rem;
}
.feature .tit_02 {
  color: #fff;
  margin: 0 auto 2rem;
}
.feature .tit_02::after {
  color: #fff;
}
.feature .cont {
  counter-reset: number 0;
}
.feature .cont li {
  text-align: left;
  position: relative;
  z-index: 1;
  opacity: 0;
  margin: 0 auto 22.4rem;
  counter-increment: number 1;
}
.feature .cont li::after {
  display: block;
  position: absolute;
  content: "";
  width: 46.9rem;
  height: 24.2rem;
  top: 0;
  right: -11rem;
  z-index: 1;
}
.feature .cont li .bg {
  width: 100%;
  background: #fff;
  padding: 1.6rem 1.2rem;
  position: relative;
  top: 23.5rem;
  right: 1.36rem;
}
.feature .cont li .bg .num {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: url(../img/bg_title.png) no-repeat center/cover;
  width: 19.5rem;
  height: 7.8rem;
  padding: 1.2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.feature .cont li .bg .num span {
  font-size: 156%;
}
.feature .cont li .bg .num span::before {
  content: counter(number, decimal-leading-zero);
}
.feature .cont li .bg p {
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 2.29;
  color: var(--clr_gray_dark);
}
.feature .cont li .bg p.tit {
  color: var(--clr_txt);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.46;
  font-size: 1.8rem;
}
.feature .cont li.trigger {
  -webkit-animation: fade_up 1s linear forwards;
          animation: fade_up 1s linear forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.feature .cont li:nth-child(even) {
  margin: 0 auto 29.4rem;
}
.feature .cont li:nth-child(even)::after {
  display: none;
}
.feature .cont li:nth-child(even) .bg {
  top: 27rem;
  right: inherit;
  left: 1.36rem;
}
.feature .cont li:nth-child(even)::before {
  display: block;
  position: absolute;
  content: "";
  width: 46.9rem;
  height: 24.2rem;
  top: 3rem;
  left: -12rem;
  z-index: 1;
}
.feature .cont li.ft1::after {
  background: url(../img/index_feature01.jpg) no-repeat center/contain;
}
.feature .cont li.ft1 .bg::before {
  display: block;
  content: "";
  background: url(../img/deco_leaf.svg) no-repeat center/cover;
  position: absolute;
}
.feature .cont li.ft2::before {
  background: url(../img/index_feature02.jpg) no-repeat center/contain;
}
.feature .cont li.ft3::after {
  background: url(../img/index_feature03.jpg) no-repeat center/contain;
}
.feature .cont li.ft4::before {
  background: url(../img/index_feature04.jpg) no-repeat center/contain;
}
.feature .cont li.ft4 .bg::after {
  display: block;
  content: "";
  background: url(../img/deco_leaf.svg) no-repeat center/cover;
  position: absolute;
}
.feature .cont li.ft5::after {
  background: url(../img/index_feature05.jpg) no-repeat center/contain;
}

@media screen and (width >= 36em), print {
  .feature {
    padding: clamp(2.3rem, 0.1769rem + 3.686vw, 4.6rem) 1rem clamp(5.5rem, 0.4231rem + 8.814vw, 11rem);
    width: 100%;
  }
  .feature .tit_02 {
    margin: 0 auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .feature .cont {
    z-index: 0;
    position: relative;
    margin: clamp(3.75rem, 0.2885rem + 6.01vw, 7.5rem) auto 0;
  }
  .feature .cont li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: clamp(24.25rem, 1.8654rem + 38.862vw, 48.5rem);
    width: 100%;
  }
  .feature .cont li:not(:first-child) {
    margin: clamp(3.75rem, 0.2885rem + 6.01vw, 7.5rem) auto 0;
  }
  .feature .cont li .bg {
    width: clamp(38.5rem, 2.9615rem + 61.699vw, 77rem);
    height: clamp(23rem, 1.7692rem + 36.859vw, 46rem);
    padding: clamp(2rem, -2.2462rem + 7.372vw, 6.6rem) clamp(4rem, -5.2308rem + 16.026vw, 14rem) 0 clamp(12rem, 10.1538rem + 3.205vw, 14rem);
    position: absolute;
    top: inherit;
    right: inherit;
    left: calc(50% - clamp(38rem, 6.6154rem + 54.487vw, 72rem));
  }
  .feature .cont li .bg .num {
    width: clamp(9.75rem, 0.75rem + 15.625vw, 19.5rem);
    height: clamp(3.9rem, 0.3rem + 6.25vw, 7.8rem);
    gap: 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
    padding: clamp(1rem, 0.7231rem + 0.481vw, 1.3rem) 0 0 clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    margin: 0 0 clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .feature .cont li .bg p {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    margin: 0 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    letter-spacing: 0.01em;
    text-indent: 0.01em;
  }
  .feature .cont li .bg p.tit {
    font-size: clamp(1.65rem, 0.1269rem + 2.644vw, 3.3rem);
    margin: 0 0 clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0;
  }
  .feature .cont li::after {
    width: clamp(38rem, 2.9231rem + 60.897vw, 76rem);
    height: clamp(22.5rem, 1.7308rem + 36.058vw, 45rem);
    bottom: clamp(5.52rem, 2.1231rem + 5.897vw, 9.2rem);
    top: clamp(-2.5rem, -0.0962rem + -2.003vw, -1.25rem);
    position: absolute;
    right: calc(50% - clamp(38rem, 4.7692rem + 57.692vw, 74rem));
  }
  .feature .cont li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature .cont li:nth-child(even) .bg {
    padding: clamp(2rem, -2.2462rem + 7.372vw, 6.6rem) clamp(11rem, 4.5385rem + 11.218vw, 18rem) 0 clamp(4rem, -1.5385rem + 9.615vw, 10rem);
    top: inherit;
    left: inherit;
    right: calc(50% - clamp(38rem, 6.6154rem + 54.487vw, 72rem));
  }
  .feature .cont li:nth-child(even)::before {
    width: clamp(38rem, 2.9231rem + 60.897vw, 76rem);
    height: clamp(22.5rem, 1.7308rem + 36.058vw, 45rem);
    top: clamp(-2.5rem, -0.0962rem + -2.003vw, -1.25rem);
    position: absolute;
    left: calc(50% - clamp(38rem, 4.7692rem + 57.692vw, 74rem));
  }
  .feature .cont li.ft1 .bg::before {
    width: clamp(7.5rem, 0.5769rem + 12.019vw, 15rem);
    height: clamp(5.5rem, 0.4231rem + 8.814vw, 11rem);
    top: clamp(14rem, 1.0769rem + 22.436vw, 28rem);
    left: clamp(-9.7rem, -0.3731rem + -7.772vw, -4.85rem);
  }
  .feature .cont li.ft4 .bg::after {
    width: clamp(7.5rem, 0.5769rem + 12.019vw, 15rem);
    height: clamp(5.5rem, 0.4231rem + 8.814vw, 11rem);
    top: clamp(-3.8rem, -0.1462rem + -3.045vw, -1.9rem);
    right: clamp(3.15rem, 0.2423rem + 5.048vw, 6.3rem);
  }
}
.tre {
  margin: 0 !important;
  padding: 3rem 1.4rem 4rem;
  background: url("../img/bg_wrapper_top.png") no-repeat top center/contain, var(--clr_gray);
}
.tre .wrap .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.9rem;
}
.tre .wrap .subnav li {
  width: 47%;
  height: 27rem;
  position: relative;
}
.tre .wrap .subnav li::after {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1;
  background: var(--clr_green_light02);
  border-radius: 100% 0 0 0;
  position: absolute;
  inset: auto 0 0 auto;
}
.tre .wrap .subnav li a {
  display: block;
  position: relative;
  height: 100%;
  color: var(--clr_txt_light);
  background: #fff;
  text-align: center;
  padding: 2rem 1rem 1rem;
  text-decoration: none !important;
}
.tre .wrap .subnav li a span {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  padding: 0 0 0.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px var(--clr_brown_light) solid;
}
.tre .wrap .subnav li a::after {
  display: block;
  margin: 1rem auto;
  background: var(--clr_green_light);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5rem;
  width: 9rem;
  height: 9rem;
}
.tre .wrap .subnav li a.internal::after {
  font-family: "fontello";
  content: "\cc06";
}
.tre .wrap .subnav li a.cardiovascular::after {
  font-family: "fontello";
  content: "\cc07";
}
.tre .wrap .subnav li a.pediatrics::after {
  font-family: "fontello";
  content: "\cc08";
}
.tre .wrap .subnav li a.general_medicine::after {
  font-family: "fontello";
  content: "\cc09";
}
.tre .wrap .subnav li a.lifestyle_related::after {
  font-family: "fontello";
  content: "\cc10";
}
.tre .wrap .subnav li a.vaccination::after {
  font-family: "fontello";
  content: "\cc11";
}
.tre .wrap .subnav li a.checkup::after {
  font-family: "fontello";
  content: "\cc12";
}
.tre .wrap .subnav li a.gastrocamera::after {
  font-family: "fontello";
  content: "\cc13";
}
.tre .wrap .subnav li a.fever::after {
  font-family: "fontello";
  content: "\cc14";
}
.tre .wrap .subnav li a.current {
  background: var(--clr_navy_light04);
}
.tre .wrap .subnav li a p {
  position: absolute;
  text-align: left;
  margin: 0;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.6;
  top: 16rem;
}

@media screen and (width >= 36em), print {
  .tre {
    padding: clamp(3.325rem, 0.2558rem + 5.329vw, 6.65rem) 0 clamp(4rem, 0.3077rem + 6.41vw, 8rem);
    overflow-x: clip;
  }
  .tre .wrap {
    width: 100%;
    padding: 0 clamp(1rem, 1.9615rem + -0.801vw, 1.5rem);
    margin: 0 auto;
  }
  .tre .wrap .subnav {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: clamp(2rem, 0.1538rem + 3.205vw, 4rem) auto 0;
    gap: clamp(3.25rem, 0.25rem + 5.208vw, 6.5rem) 0;
  }
  .tre .wrap .subnav li {
    width: clamp(17.5rem, 1.3462rem + 28.045vw, 35rem);
    height: clamp(19rem, 1.4615rem + 30.449vw, 38rem);
    opacity: 0;
  }
  .tre .wrap .subnav li a {
    padding: clamp(1.25rem, 0.0962rem + 2.003vw, 2.5rem) clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    -webkit-perspective: 500px;
            perspective: 500px;
  }
  .tre .wrap .subnav li a span {
    font-size: clamp(1.1rem, 0.0846rem + 1.763vw, 2.2rem);
    margin: 0 auto;
    padding: 0 0 clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
  }
  .tre .wrap .subnav li a::after {
    font-size: clamp(4rem, 0.3077rem + 6.41vw, 8rem);
    margin: clamp(1.625rem, 0.125rem + 2.604vw, 3.25rem) auto clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    width: clamp(6rem, 0.4615rem + 9.615vw, 12rem);
    height: clamp(6rem, 0.4615rem + 9.615vw, 12rem);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .tre .wrap .subnav li a p {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    top: clamp(13.7rem, 1.0538rem + 21.955vw, 27.4rem);
    width: clamp(15.5rem, 1.1923rem + 24.84vw, 31rem);
  }
  .tre .wrap .subnav li a:hover::after {
    -webkit-animation: maeAto 1.5s linear infinite;
            animation: maeAto 1.5s linear infinite;
  }
  .tre .wrap .subnav li.trigger {
    -webkit-animation: fade_up 1s linear forwards;
            animation: fade_up 1s linear forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  @-webkit-keyframes maeAto {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
  @keyframes maeAto {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
}
.bnr {
  background: var(--clr_gray);
  margin-top: 0 !important;
  padding: 0 0 8rem;
}
.bnr .bnr_blog img {
  margin: 0 auto;
  width: 70%;
}

@media screen and (width >= 36em), print {
  .bnr {
    padding: 0 0 clamp(7.95rem, 0.6115rem + 12.74vw, 15.9rem);
  }
  .bnr .bnr_blog img {
    width: clamp(22.5rem, 1.7308rem + 36.058vw, 45rem);
  }
}
.calendar-container {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--clr_txt);
}
@media screen and (width >= 36em), print {
  .calendar-container {
    padding: 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
}

.calendar-status {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
.calendar-status li {
  color: var(--clr_txt);
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
}
.calendar-status li:first-child {
  display: none;
}
@media screen and (width >= 36em), print {
  .calendar-status li {
    padding: clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem) clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .calendar-status li .material-symbols-outlined {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem) !important;
  }
}
@media screen and (width >= 36em), print {
  .calendar-status {
    gap: clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem);
    margin-bottom: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
  }
}

.calendar-container .calendar {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  position: relative;
}
.calendar-container .calendar:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (width >= 36em), print {
  .calendar-container .calendar {
    max-width: clamp(52rem, 4rem + 83.333vw, 104rem);
    padding: clamp(1rem, 0.0769rem + 1.603vw, 2rem) clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    margin: 0 auto clamp(1.6rem, 0.1231rem + 2.564vw, 3.2rem);
  }
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.4;
  background: #fff;
}
.calendar-table thead {
  background: #f5f7f9;
}
.calendar-table th {
  padding: 0.6rem 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  color: #666;
}
.calendar-table td {
  vertical-align: top;
  padding: 0.5rem;
  text-align: left;
  background: #fff;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.calendar-table td:hover {
  background: #fafcff;
}
.calendar-table .calendar-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.calendar-table .calendar-date {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333;
}
.calendar-table .event-item {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.calendar-table .event-item .material-symbols-outlined {
  font-size: 0.8em;
  vertical-align: -2px;
  margin-right: 2px;
}
.calendar-table .event-item .event-time {
  display: block;
  font-size: 0.75rem;
  color: #777;
  margin-bottom: 0.2rem;
}
.calendar-table tbody tr {
  height: 110px;
}
.calendar-table tbody tr td.holidays {
  background: var(--clr_pink);
}
.calendar-table tbody tr td:first-child {
  background: var(--clr_pink);
}
.calendar-table tbody tr td.not-the-month {
  background: #d5d5d5;
}
.calendar-table tbody tr td.not-the-month .calendar-cell .calendar-date {
  color: #9a9a9a;
}
@media screen and (width >= 36em), print {
  .calendar-table th {
    padding: clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem) clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem);
    height: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .calendar-table td {
    padding: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  }
  .calendar-table .calendar-date {
    font-size: clamp(0.85rem, 0.0654rem + 1.362vw, 1.7rem);
  }
  .calendar-table .event-item {
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
  }
  .calendar-table .event-item .event-time {
    font-size: clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem);
  }
}

.calendar-note {
  background: #fff;
  padding: 0 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 0.5rem;
  line-height: 1.6;
  margin: 1rem auto;
}
@media screen and (width >= 36em), print {
  .calendar-note {
    padding: 0 2rem;
    max-width: clamp(52rem, 4rem + 83.333vw, 104rem);
    margin: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) auto;
  }
}

.slider-track {
  position: relative;
  width: 100%;
}

.slide {
  padding: 0;
  outline: none;
}

.month-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #425f85;
}
@media screen and (width >= 36em), print {
  .month-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Material Symbols Outlined";
  display: inline;
  line-height: 1;
  font-size: 20px;
}

.slick-prev {
  left: -1.8rem;
}
.slick-prev::before {
  content: "chevron_left";
}

.slick-next {
  right: -1.8rem;
}
.slick-next::before {
  content: "chevron_right";
}

.slick-arrow {
  background: none;
}

@media screen and (width >= 36em), print {
  .slick-prev,
  .slick-next {
    width: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .slick-prev::before,
  .slick-next::before {
    margin: 0;
    font-size: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .slick-prev {
    left: clamp(-10rem, 0.5769rem + -8.814vw, -4.5rem) !important;
  }
  .slick-next {
    right: clamp(-10rem, 0.5769rem + -8.814vw, -4.5rem) !important;
  }
}
.slick-dots {
  position: static !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 12px;
  padding: 0;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  background: #ddd;
  font-size: 0;
}
@media screen and (width >= 36em), print {
  .slick-dots {
    gap: 8px;
    margin-top: 16px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.calendar-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
}

.calendar-tabs .tab-button {
  padding: 0.6rem 0;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: #666;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.calendar-tabs .tab-button:hover {
  color: #425f85;
}

.calendar-tabs .tab-button[aria-selected=true] {
  color: #425f85;
}

/* =======================
   PANEL
======================= */
.tab-panel {
  display: none;
  -webkit-animation: fade 0.25s ease;
          animation: fade 0.25s ease;
}

.tab-panel[data-active=true] {
  padding: 0;
  display: block;
}

.calendar-tabs .tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #425f85;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.calendar-tabs .tab-button[aria-selected=true]::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (width >= 36em), print {
  .calendar-tabs .tab-button {
    padding: 1.2rem;
    font-size: 1.9rem;
  }
}
@media screen and (width >= 36em), print {
  .clinic-schedule.clinic-schedule-type-a .clinic-schedule-card {
    position: fixed;
    bottom: 10rem;
    right: 1rem;
  }
}
.clinic-schedule.clinic-schedule-type-a .clinic-schedule-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #f1f3f5;
  border: none;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.clinic-schedule.clinic-schedule-type-a .clinic-schedule-close:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .clinic-schedule.clinic-schedule-type-a .clinic-schedule-close:hover {
    background: #e2e6ea;
  }
}

body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 0;
  padding: 5rem 0;
  background: url("../img/bg_wrapper_top.png") no-repeat top right/90%, url("../img/bg_wrapper_bottom.png") no-repeat bottom left/90%, var(--clr_gray);
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main .wrap_low {
  margin: 0 auto 1.4rem;
  padding: 2rem 1.4rem 4rem;
  background: #fff;
  width: 95%;
}
body:not(.index) .main .btn_rsv span {
  padding: 1rem 3rem;
}
@media screen and (width >= 36em), print {
  body:not(.index) .sub_header {
    position: absolute;
    top: 0;
    width: 100%;
  }
  body:not(.index) .main {
    margin: clamp(14.25rem, 1.0962rem + 22.837vw, 28.5rem) auto 0;
    padding: clamp(3.5rem, 0.2692rem + 5.609vw, 7rem) 0 clamp(3.765rem, 0.2896rem + 6.034vw, 7.53rem);
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  body:not(.index) .main .cf .img_l,
  body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .main .wrap_low {
    padding: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) clamp(4.5rem, 0.3462rem + 7.212vw, 9rem) clamp(3rem, 0.2308rem + 4.808vw, 6rem);
    margin: 0 auto clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    width: 118rem;
    max-width: 85.881%;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: none;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\cc04";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 0.6rem;
  color: var(--clr_green_dark);
}

@media screen and (width >= 36em), print {
  .breadnav {
    width: 100%;
    padding: 0 clamp(1rem, 6.7692rem + -4.808vw, 4rem);
    max-width: 1200px;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1.2rem, 0.6462rem + 0.962vw, 1.8rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.doctor .dr_name {
  font-size: 120%;
  text-align: center;
}
@media screen and (width >= 36em), print {
  .doctor .img_r {
    width: 30%;
  }
}

.gallery {
  width: 85%;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  background: var(--clr_brown);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 0.2rem solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 0.2rem solid var(--clr_brown);
}

@media screen and (width >= 36em), print {
  .gallery {
    width: clamp(37.5rem, 2.8846rem + 60.096vw, 75rem);
    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);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (width >= 36em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.full-image {
  font-size: 1.4rem;
}
@media screen and (width >= 36em), print {
  .full-image {
    font-size: 2rem;
  }
}

body.access .main .map .gmap {
  height: 110vw;
}
@media screen and (width >= 36em), print {
  body.access .main .map .gmap {
    height: 47rem;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow dt,
.lst_flow dd {
  border-left: 0.1rem solid #cecece;
  border-right: 0.1rem solid #cecece;
  background: #fff;
}
.lst_flow dt {
  margin: 0;
  padding: 1.6rem 1.6rem 0;
  font-weight: 500;
  border-top: 0.1rem solid #cecece;
}
.lst_flow dt p {
  font-weight: 500 !important;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #555;
  font-size: 2.2rem;
  margin: 0;
}
.lst_flow dt p::before {
  content: counter(number, decimal-leading-zero) "";
  counter-increment: number 1;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  background: var(--clr_green_dark);
  margin: 0 1rem 0 0;
}
.lst_flow dd {
  margin: 0;
  padding: 1rem 1.6rem 2rem;
  position: relative;
  text-align: justify;
  border-bottom: 0.1rem solid #cecece;
  color: #555;
}
.lst_flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow dd:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/arrow_d.svg) no-repeat center/contain;
  width: auto;
  height: 1.65rem;
}

@media screen and (width >= 36em), print {
  .lst_flow dt {
    padding: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
  .lst_flow dt p {
    font-size: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
  .lst_flow dt p::before {
    width: clamp(3.5rem, 0.2692rem + 5.609vw, 7rem);
    height: clamp(3.5rem, 0.2692rem + 5.609vw, 7rem);
    font-size: clamp(1.8rem, 0.1385rem + 2.885vw, 3.6rem);
    margin: 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem) 0 0;
  }
  .lst_flow dd {
    padding: 0 clamp(5.2rem, 0.4rem + 8.333vw, 10.4rem) clamp(1.6rem, 0.1231rem + 2.564vw, 3.2rem);
    font-size: clamp(1.26rem, 0.7615rem + 0.865vw, 1.8rem);
  }
  .lst_flow dd:not(:last-child) {
    margin: 0 0 clamp(5rem, 0.3846rem + 8.013vw, 10rem);
  }
  .lst_flow dd:not(:last-child)::after {
    bottom: clamp(-7rem, -0.2692rem + -5.609vw, -3.5rem);
    height: clamp(1.4rem, 0.1077rem + 2.244vw, 2.8rem);
  }
}
.anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
.anc > li {
  width: 48%;
}
.anc > li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.6rem;
  width: 100%;
  text-align: left;
  color: var(--clr_gray_dark);
  position: relative;
}
.anc > li .btn::before {
  font-family: "fontello";
  content: "\f103";
}

@media screen and (width >= 36em), print {
  .anc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 0;
  }
  .anc > li {
    width: 33%;
  }
  .anc > li .btn {
    gap: 0 1rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .anc > li .btn {
    opacity: 1;
  }
  .anc > li .btn:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    color: var(--clr_green_light07);
  }
  .anc > li .btn:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    color: var(--clr_green_light07);
  }
}
@media screen and (width >= 36em), print {
  .anc > li .btn:focus-visible {
    text-decoration: underline;
    color: var(--clr_green_light07);
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */