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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

a[href=""] {
  pointer-events: none;
}

:root {
  --clr_txt: #333333;
  --rgb_txt: 51,51, 51;
  --clr_border: #CCCCCC;
  --rgb_border: 204,204, 204;
  --clr_white: #fff;
  --rgb_white: 255,255, 255;
  --clr_green: #87DBAE;
  --rgb_green: 135,219, 174;
  --clr_green_light: #DCF4E7;
  --rgb_green_light: 220,244, 231;
  --clr_green_light02: #A9E5C5;
  --rgb_green_light02: 169,229, 197;
  --clr_green_light03: #A5D9DE;
  --rgb_green_light03: 165,217, 222;
  --clr_green_dark: #4DC5A5;
  --rgb_green_dark: 77,197, 165;
  --clr_pink: #F19DB5;
  --rgb_pink: 241,157, 181;
  --clr_pink_light: #FBE7EE;
  --rgb_pink_light: 251,231, 238;
  --clr_pink_light02: #FDF1F4;
  --rgb_pink_light02: 253,241, 244;
  --clr_pink_light03: #FDF7F8;
  --rgb_pink_light03: 253,247, 248;
  --clr_pink_dark: #E95E86;
  --rgb_pink_dark: 233,94, 134;
  --clr_pink_dark02: #E11890;
  --rgb_pink_dark02: 225,24, 144;
  --clr_blue: #82CBD1;
  --rgb_blue: 130,203, 209;
  --clr_blue_light: #DBF0F1;
  --rgb_blue_light: 219,240, 241;
  --clr_blue_light02: #EDF7F8;
  --rgb_blue_light02: 237,247, 248;
  --clr_blue_light03: #F4FAFB;
  --rgb_blue_light03: 244,250, 251;
  --clr_blue_light04: #CFECEE;
  --rgb_blue_light04: 207,236, 238;
  --clr_blue_dark: #4FC7D1;
  --rgb_blue_dark: 79,199, 209;
  --clr_gray: #AFAFAF;
  --rgb_gray: 175,175, 175;
  --clr_brown: #6A3900;
  --rgb_brown: 106,57, 0;
  --clr_brown_dark: #634525;
  --rgb_brown_dark: 99,69, 37;
  --clr_yellow: #FFE973;
  --rgb_yellow: 255,233, 115;
  --clr_yellow_light: #FBF6E8;
  --rgb_yellow_light: 251,246, 232;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pyonpyon {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  80% {
    transform: translateY(0) scale(1, 1);
  }
  85% {
    transform: translateY(-1.5rem) scale(1, 1);
  }
  90% {
    transform: translateY(0) scale(1, 1);
  }
  95% {
    transform: translateY(-1.5rem) scale(1, 1);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
@keyframes pyonpyon02 {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  30% {
    transform: translateY(0) scale(1, 1);
  }
  38% {
    transform: translateY(-1.5rem) scale(1, 1);
  }
  46% {
    transform: translateY(0) scale(1, 1);
  }
  54% {
    transform: translateY(-1.5rem) scale(1, 1);
  }
  62% {
    transform: translateY(0) scale(1, 1);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
@keyframes pyonpyon03 {
  0% {
    transform: translateY(0) scale(1, 1);
  }
  80% {
    transform: translateY(0) scale(1, 1);
  }
  85% {
    transform: translateY(-1rem) scale(1, 1);
  }
  90% {
    transform: translateY(0) scale(1, 1);
  }
  95% {
    transform: translateY(-1rem) scale(1, 1);
  }
  100% {
    transform: translateY(0) scale(1, 1);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15%);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_up_zoom {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.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;
}

@media screen and (min-width: 48em), print {
  .pc-txt_c {
    text-align: center !important;
  }
  .pc-txt_l {
    text-align: left !important;
  }
  .pc-txt_r {
    text-align: right !important;
  }
}
.bold {
  font-weight: 700;
}

.txt_large {
  font-size: 110%;
}

.txt_small {
  font-size: 80%;
}

.txt_pink {
  color: var(--clr_pink);
}

.txt_blue {
  color: var(--clr_blue);
}

.txt_brown {
  color: var(--clr_brown_dark);
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: var(--clr_yellow);
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

.d-inline {
  display: inline-block;
}

.img_c {
  margin: 1rem auto;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .img_c {
    border-radius: 3rem;
  }
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .img_l, .img_r {
    border-radius: 3rem;
  }
}

.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
    max-width: 40%;
    height: auto;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 40%;
    height: auto;
  }
  .tate {
    max-width: 25% !important;
  }
}
.img_flex .img_content {
  width: 80%;
  margin: 1rem auto;
}
.img_flex .img_content img {
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .img_flex .img_content img {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .img_flex .img_content {
    width: 40%;
    margin: 0;
  }
  .img_flex .txt_content {
    width: calc(60% - 2rem);
  }
  .img_flex.-center {
    align-items: center;
  }
  .img_flex.-reverse {
    flex-direction: row-reverse;
  }
  .img_flex.-reverse .img_content img {
    margin: 0 0 0 auto;
  }
}

.sp_n {
  display: none;
}

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

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

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

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

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

.mt05 {
  margin-top: 0.5rem !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt05 {
    margin-top: 1rem !important;
  }
}
body:not(.index) .main .wrap > section ~ section, body:not(.index) .flex2 > section ~ section {
  margin-top: 4rem;
}
body:not(.index) .main .wrap > section section ~ section, body:not(.index) .flex2 > section section ~ section {
  margin-top: 3rem;
}
body:not(.index) .main .wrap > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
  margin-top: 2rem;
}
body:not(.index) .main .wrap > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main .wrap > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main .wrap > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main .wrap > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  body:not(.index) .main .wrap > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-spacing: 0;
  background: var(--clr_white);
}
.tbl_time caption {
  font-size: 100%;
  caption-side: bottom;
  text-align: left;
  margin-top: 1.2rem;
  line-height: 1.3;
  background: var(--clr_white);
  letter-spacing: 0.03em;
}
.tbl_time caption .cap {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 0.6rem;
}
.tbl_time caption .cap .cap_tit {
  background: var(--clr_blue_light);
  border-radius: 4px;
  text-align: center;
  display: grid;
  place-content: center center;
  padding: 0.4rem 0;
}
.tbl_time tr th {
  font-weight: normal;
  line-height: 1.2;
}
.tbl_time tr th[scope=col] {
  padding: 1rem 0 0.8rem;
  background: var(--clr_green);
  color: var(--clr_white);
  text-align: center;
  border-bottom: 1px solid var(--clr_border);
}
.tbl_time tr th[scope=col]:first-child {
  width: 37%;
}
.tbl_time tr th[scope=col]:last-of-type {
  width: 14%;
  padding-right: 3%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid var(--clr_border);
  background: var(--clr_white);
  font-size: 95%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--clr_border);
  line-height: 1;
  color: var(--clr_pink);
  background: var(--clr_white);
}
.tbl_time tr td:last-of-type {
  width: 14%;
  padding-right: 3%;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    border-radius: 2rem 2rem 0 0;
  }
  .tbl_time caption {
    margin: 1.8rem 0 0 0;
  }
  .tbl_time caption .cap {
    gap: 0.8rem 1.5rem;
    margin-top: 0.9rem;
  }
  .tbl_time caption .cap .cap_tit {
    border-radius: 6px;
    padding: 0.6rem 0;
  }
  .tbl_time tr th {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.5rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 36%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 12%;
    padding-right: 2%;
  }
  .tbl_time tr th.time {
    padding: 0.4rem 0;
    font-size: 100%;
  }
  .tbl_time tr td {
    padding: 2.3rem 0;
  }
  .tbl_time tr td:last-child {
    width: 12%;
    padding-right: 2%;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
  padding: 1rem 1rem 5rem;
  text-align: center;
  color: var(--clr_brown);
  font-weight: 700;
  line-height: 1.2;
  min-height: 13rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}
.tit_01::after {
  content: "";
  display: block;
  width: 100%;
  height: 30rem;
  background: url("../img/a_bg.webp") bottom left -10rem/auto 30rem no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  font-weight: 700;
  color: var(--clr_brown);
  letter-spacing: 0.1em;
  padding-bottom: 1.4rem;
}
.tit_02::after {
  content: "";
  width: 2em;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 50vh;
  background: var(--clr_green);
}

.tit_03 {
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: var(--clr_brown_dark);
  padding: 0.7rem 1rem 0.7rem 2.3rem;
  border-radius: 0.7rem;
  background: var(--clr_green_light);
  letter-spacing: 0.1em;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  background: var(--clr_green);
  border-radius: 50vh;
  width: 3px;
  height: calc(100% - 2rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.tit_03 + p {
  margin-top: 0;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 700;
  border-radius: 0.7rem;
  background: var(--clr_blue_light);
  padding: 0.7rem 1rem 0.7rem 2.3rem;
  letter-spacing: 0.1em;
  position: relative;
}
.tit_04::before {
  content: "";
  display: block;
  background: var(--clr_blue);
  border-radius: 50vh;
  width: 3px;
  height: calc(100% - 2rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.tit_04 + p {
  margin-top: 0;
}

.tit_05 {
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: var(--clr_brown_dark);
  font-weight: 700;
  padding-bottom: 1.7rem;
  letter-spacing: 0.1em;
  width: fit-content;
  position: relative;
}
.tit_05::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: radial-gradient(circle 1rem, var(--clr_green) 2px, transparent 2px);
  background-position: center top;
  background-repeat: space;
  background-size: 1rem 1rem;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tit_05 + p {
  margin-top: 0;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--clr_brown_dark);
  padding-left: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
}
.tit_06::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/tit_06.svg") center center/contain no-repeat;
}
.tit_06 + p {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.8rem;
    min-height: 15rem;
    padding: 4.5rem 1rem 15rem;
  }
  .tit_01 span {
    width: calc(1200px - 10rem);
    margin: 2rem auto;
  }
  .tit_01::after {
    width: 100%;
    height: 55rem;
    background: url("../img/a_bg.webp") bottom center/auto 55rem no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .tit_02 {
    font-size: 4.8rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .tit_02::after {
    height: 4px;
  }
  .tit_03 {
    font-size: 3.6rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 1.3rem 1rem 1.3rem 4rem;
  }
  .tit_03::before {
    width: 6px;
    left: 1.6rem;
    height: calc(100% - 3.85rem);
  }
  .tit_04 {
    font-size: 3rem;
    padding: 0.75rem 1rem 0.75rem 4rem;
    margin-bottom: 2rem;
  }
  .tit_04::before {
    width: 6px;
    left: 1.6rem;
    height: calc(100% - 2rem);
  }
  .tit_05 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    padding: 0 0 1.4rem;
  }
  .tit_06 {
    font-size: 2rem;
    padding-left: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .tit_06::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.lst {
  line-height: 1.4;
}
.lst > li:not(:last-child) {
  margin-bottom: 1rem;
}

.lst_ul {
  line-height: 1.4;
}
.lst_ul > li {
  padding-left: 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_blue);
  position: absolute;
  left: 0;
}
.lst_ul.-kome > li::before {
  content: "※";
  color: inherit;
}

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

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding-left: 2.2em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol > li::before {
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_green_dark);
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li::before {
    top: 0.34rem;
  }
}

.lst_ol_brackets {
  line-height: 1.4;
  counter-reset: number 0;
}
.lst_ol_brackets > li {
  counter-increment: number 1;
  padding-left: 1.5em;
  position: relative;
}
.lst_ol_brackets > li:not(:last-child) {
  margin-bottom: 1rem;
}
.lst_ol_brackets > li::before {
  content: counter(number) "）";
  line-height: 1;
  position: absolute;
  top: 0.26rem;
  left: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol_brackets > li::before {
    top: 0.34rem;
  }
}

.lst_dl {
  --dl_border: var(--clr_gray);
  --dl_border02: var(--clr_gray);
}
.lst_dl > dt {
  background: var(--clr_blue_light02);
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--dl_border);
}
.lst_dl > dd {
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--dl_border);
}
.lst_dl > dd:last-of-type {
  border-bottom: 1px solid var(--dl_border);
}
.lst_dl.-color02 > dt {
  background: var(--clr_green_light);
  border-color: var(--dl_border02);
}
.lst_dl.-color02 > dt:first-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 > dt:last-of-type {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 > dd {
  border-color: var(--dl_border02);
}
.lst_dl.-color02 > dd:last-of-type {
  border-color: var(--dl_border02);
}
@media screen and (min-width: 48em), print {
  .lst_dl > dt {
    padding: 1rem 2.5rem;
  }
  .lst_dl > dd {
    padding: 2rem 2.5rem;
  }
  .lst_dl.-color02 dt {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dt:last-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:first-of-type {
    border-color: var(--dl_border02);
  }
  .lst_dl.-color02 dd:last-of-type {
    border-color: var(--dl_border02);
  }
}

.lst_dl02 dd {
  margin-bottom: 1rem;
}
.lst_dl02 dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_dl02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl02 dt {
    width: 8.5em;
  }
  .lst_dl02 dd {
    width: calc(100% - 8.5em);
    padding-left: 1rem;
  }
}

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc > li {
  width: 100%;
}
.lst_anc > li a {
  display: block;
  color: var(--clr_pink);
  border-radius: 50vh;
  border: 1px solid var(--clr_pink);
  text-align: center;
  padding: 1rem 3rem;
  line-height: 1.2;
  position: relative;
}
.lst_anc > li a::after {
  font-family: "fontello";
  content: "\e806";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem 4rem;
    align-items: center;
  }
  .lst_anc > li {
    width: calc((100% - 12rem) / 4);
  }
  .lst_anc > li a {
    padding: 0.8rem 3.5rem;
  }
  .lst_anc > li a:hover {
    color: var(--clr_blue);
    border-color: var(--clr_blue);
  }
  .lst_anc.-col3 > li {
    width: calc((100% - 8rem) / 3);
  }
}

.flow > dd {
  margin: 0;
  position: relative;
}
.flow > dd:not(:last-child) {
  margin: 0 0 5rem;
}
.flow > dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2.2rem solid var(--clr_blue);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .flow > dd:not(:last-child) {
    margin: 0 0 5rem;
  }
  .flow > dd:not(:last-child)::after {
    bottom: -5.5rem;
    border-top: 3rem solid var(--clr_blue);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  border: 3px solid var(--clr_blue);
  border-radius: 1rem;
  padding: 1.5rem;
  counter-increment: number 1;
  position: relative;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2.2rem solid var(--clr_blue);
  border-right: 3.5rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3.5rem solid transparent;
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li:not(:last-child) {
    margin: 0 0 5rem;
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -5.5rem;
    border-top: 3rem solid var(--clr_blue);
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}
.lst_flow > li .flow_tit {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.7rem;
  color: var(--clr_brown_dark);
  font-weight: 700;
  padding-left: 1.3em;
}
.lst_flow > li .flow_tit::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--clr_green_dark);
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    border-width: 4px;
    border-radius: 2rem;
    padding: 2rem 3rem;
  }
  .lst_flow > li .flow_tit {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .lst_flow > li .flow_tit::before {
    top: 2rem;
    left: 3rem;
  }
}

.flex3, .flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.flex3 > li, .flex4 > li {
  width: calc(50% - 0.5rem);
}
.flex3 > li:not(:last-child), .flex4 > li:not(:last-child) {
  margin-bottom: inherit;
}

.flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2rem;
}
.flex1 > li {
  width: fit-content;
}
.flex1 > li:not(:last-child) {
  margin-bottom: inherit;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: calc(50% - 1rem);
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex3_1 li {
    width: calc((100% - 4rem) / 3);
  }
  .flex3_1 li:not(:last-child) {
    margin-bottom: inherit;
  }
  .flex4 {
    justify-content: flex-start;
    gap: 1rem 2rem;
  }
  .flex4 li {
    width: calc((100% - 6rem) / 4);
  }
  .flex1 {
    gap: 1rem 3rem;
  }
}
.btn_lst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
}
.btn_lst > li {
  width: calc((100% - 1.5rem) / 2);
  height: 4.2rem;
}
.btn_lst > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0.4rem;
  border-radius: 50vh;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--clr_white) !important;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.btn_lst > li a::before {
  font-weight: normal;
  font-size: 130%;
  margin-right: 0.2rem;
  display: inline-block;
  transform: translateY(-1px);
  font-size: 1.8rem;
}
.btn_lst > li a.rsv {
  background: var(--clr_pink_dark);
}
.btn_lst > li a.rsv::before {
  font-family: "fontello";
  content: "\e802";
}
.btn_lst > li a.monshin {
  background: var(--clr_blue_dark);
}
.btn_lst > li a.monshin::before {
  font-family: "fontello";
  content: "\e809";
}
.btn_lst > li a.instagram {
  background: var(--clr_pink_dark02);
  font-size: 95%;
}
.btn_lst > li a.instagram::before {
  font-family: "fontello";
  content: "\e807";
}
@media screen and (min-width: 48em), print {
  .btn_lst {
    gap: 2rem;
  }
  .btn_lst > li {
    width: 22rem;
    height: 7rem;
  }
  .btn_lst > li a {
    font-size: 2.4rem;
    padding: 1rem;
  }
  .btn_lst > li a::before {
    font-size: 3rem;
    margin-right: 0.5rem;
  }
  .btn_lst > li a.rsv {
    border: 2px solid var(--clr_pink_dark);
  }
  .btn_lst > li a.monshin {
    border: 2px solid var(--clr_blue_dark);
  }
  .btn_lst > li a.instagram {
    border: 2px solid var(--clr_pink_dark02);
    font-size: 2rem;
  }
  .btn_lst > li a:hover {
    opacity: 1;
    background: var(--clr_white);
  }
  .btn_lst > li a:hover.rsv {
    color: var(--clr_pink_dark) !important;
  }
  .btn_lst > li a:hover.monshin {
    color: var(--clr_blue_dark) !important;
  }
  .btn_lst > li a:hover.instagram {
    color: var(--clr_pink_dark02) !important;
  }
}

.box {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .box {
    border-radius: 3rem;
  }
}
.box {
  background: var(--clr_blue_light02);
}
.box .box_tit {
  font-size: 110%;
  margin: 0 auto 1.5rem;
}
.box.-color02 {
  background: var(--clr_pink_light02);
}
@media screen and (min-width: 48em), print {
  .box {
    padding: 3rem;
  }
}

.btn {
  display: inline-block;
  color: var(--clr_white);
  background: var(--clr_pink);
  border: 2px solid var(--clr_pink);
  border-radius: 50vh;
  padding: 0.9rem 4.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
.btn::after {
  font-family: "fontello";
  content: "\e806";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.btn.-mail {
  padding: 0.6rem 3rem;
}
.btn.-mail::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 130%;
  margin-right: 0.6rem;
  display: inline-block;
  transform: translateY(1px);
}
.btn.-mail::after {
  content: none;
}
@media screen and (min-width: 48em), print {
  .btn {
    padding: 1.48rem 7rem;
    min-width: 28rem;
  }
  .btn::after {
    right: 1.5rem;
  }
  .btn.-mail {
    padding: 0.95rem 4.5rem;
    min-width: auto;
  }
  .btn.-mail::before {
    margin-right: 1rem;
  }
  .btn:hover {
    opacity: 1;
    background: var(--clr_white);
    color: var(--clr_pink);
  }
}

.lnk {
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 0.05rem;
  cursor: pointer;
  color: var(--clr_pink);
}
.lnk::before {
  font-family: "fontello";
  content: "\e806";
  padding-right: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::before {
    padding-right: 1rem;
  }
}
.lnk::after {
  padding-left: 0.3rem;
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk::after {
    padding-left: 0.6rem;
  }
}
.lnk:is(:hover, :focus-visible) {
  color: var(--clr_blue);
  opacity: 1;
}
.lnk.scr::before {
  font-family: "fontello";
  content: "\e803";
}
.lnk.out::after {
  font-family: "fontello";
  content: "\cc05";
}
.lnk.pdf::after {
  font-family: "fontello";
  content: "\cc04";
}

.tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.tbl tr th {
  text-align: left;
  padding: 1rem;
  font-weight: normal;
  border: 1px solid var(--clr_gray);
  background: var(--clr_green_light);
}
.tbl tr td {
  text-align: left;
  padding: 1rem;
  border: 1px solid var(--clr_gray);
}
.tbl tr .nowrap, .tbl tr .sp_nowrap {
  width: 0;
  white-space: nowrap;
}
.tbl thead tr th {
  background: var(--clr_green);
  color: var(--clr_white);
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tbl tr th {
    padding: 1rem 2.5rem;
  }
  .tbl tr td {
    padding: 1rem 2.5rem;
  }
  .tbl tr .sp_nowrap {
    width: inherit;
    white-space: inherit;
  }
}
.tbl_scroll {
  overflow-x: scroll;
}
.tbl_scroll .tbl {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_scroll {
    overflow: inherit;
  }
  .tbl_scroll .tbl {
    white-space: inherit;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), 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 {
  color: var(--clr_txt);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: url("../img/a_bg.webp") top calc(100% - 6rem) right -10rem/auto 30rem no-repeat, linear-gradient(to bottom, var(--clr_white) calc(100% - 6rem), var(--clr_green_light) calc(100% - 6rem), var(--clr_white));
  position: fixed;
  top: 0;
  z-index: 11;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.wrap {
  margin-right: 1rem;
  margin-left: 1rem;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .main {
    font-size: 2rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
:target {
  scroll-margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header .wrap {
  padding: 1rem 0;
  margin: 0 auto;
}
.header .wrap .logo {
  width: calc(100% - 7.6rem);
  padding-left: 1rem;
  height: 5.6rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) left center/contain no-repeat;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header .wrap .headR {
  margin: 1rem 0 0.5rem;
}
.header .wrap .headR .medical_hours {
  width: calc(100% - 8rem);
  margin: 0 auto 1.2rem;
  border: 1px solid var(--clr_green);
  overflow: hidden;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  letter-spacing: 0.03em;
}
.header .wrap .headR .medical_hours dt {
  color: var(--clr_white);
  background: var(--clr_green);
  padding: 0.6rem 1rem;
}
.header .wrap .headR .medical_hours dd {
  padding: 1rem;
  background: var(--clr_white);
}
.header .wrap .headR .medical_hours dd p {
  margin: 0;
}
.header .wrap .headR .medical_hours dd p.hours {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.header .wrap .headR .add_acs {
  width: fit-content;
  min-width: 26em;
  margin-inline: auto;
}
.header .wrap .headR .add_acs > li {
  position: relative;
  padding-left: 1.5em;
  letter-spacing: 0.03em;
  font-size: 1.35rem;
}
.header .wrap .headR .add_acs > li::before {
  position: absolute;
  left: 0;
  top: -0.3rem;
  color: var(--clr_green);
  font-size: 130%;
}
.header .wrap .headR .add_acs > li:not(:first-of-type) {
  margin-top: 0.8rem;
}
.header .wrap .headR .add_acs > li.add::before {
  font-family: "fontello";
  content: "\e808";
}
.header .wrap .headR .add_acs > li.acs::before {
  font-family: "fontello";
  content: "\e80a";
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    padding: 2.2rem 0 0.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .wrap .logo {
    margin-top: 1.5rem;
    width: 49.3rem;
    height: 10.3rem;
    padding: 0;
  }
  .header .wrap .headR {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.8rem;
    margin: 0;
  }
  .header .wrap .headR .medical_hours {
    width: 35rem;
    margin: 0;
    font-size: 1.6rem;
  }
  .header .wrap .headR .medical_hours dt {
    padding: 0.3rem 1rem;
  }
  .header .wrap .headR .medical_hours dd {
    padding: 1rem 0rem;
  }
  .header .wrap .headR .medical_hours dd p.hours {
    font-size: 1.8rem;
  }
  .header .wrap .headR .add_acs {
    margin-inline: 0;
  }
  .header .wrap .headR .add_acs > li {
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .header .wrap .headR .add_acs > li::before {
    font-size: 110%;
    display: inline-block;
    transform: translateY(2px);
  }
  .header .wrap .headR .add_acs > li:not(:first-of-type) {
    margin-top: 1rem;
  }
}
#nav {
  width: 100vw;
}
#nav #sp_menu {
  width: 5.6rem;
  height: 5.6rem;
  background: var(--clr_white);
  border: 2px solid var(--clr_blue);
  color: var(--clr_blue_dark);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 102;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2.8rem;
  margin: -0.2rem 0 0;
}
#nav #sp_menu::after {
  content: "MENU";
  display: block;
}
#nav #sp_menu.close {
  background: var(--clr_blue_dark);
  color: var(--clr_white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #nav {
    width: calc(1200px - 2rem);
    position: sticky;
    top: 1rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
}

.gnav_subnav {
  width: calc(100% - 2rem);
  max-height: calc(100svh - 9.6rem);
  background: rgba(var(--rgb_white), 0.6);
  backdrop-filter: blur(0.6rem);
  border-radius: 1rem;
  overflow-y: auto;
  padding: 1.5rem;
  position: fixed;
  top: 7.6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: calc(infinity);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.gnav_subnav.-active {
  z-index: 9998;
  animation: active-menu 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
.gnav_subnav.-close {
  animation: close-menu 0.2s cubic-bezier(0.03, 0.1, 0.15, 0.78) forwards;
}
@keyframes active-menu {
  0% {
    top: 9rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    top: 7.6rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@keyframes close-menu {
  0% {
    top: 7.6rem;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  100% {
    top: 9rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.gnav_subnav .gnav > li a, .gnav_subnav .gnav > li .sub {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.2rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.gnav_subnav .gnav > li a.current, .gnav_subnav .gnav > li .sub.current {
  color: var(--clr_green_dark);
}
.gnav_subnav .gnav > li .sub {
  position: relative;
}
.gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e803";
  font-weight: normal;
  color: var(--clr_green_dark);
  display: inline-block;
  margin-left: 1rem;
  transition: 0.2s;
}
.gnav_subnav .gnav > li .sub.close::after {
  transform: scale(1, -1) translateY(2px);
}
.gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--clr_green_dark);
  border-radius: 1rem;
}
.gnav_subnav .gnav > li .subbox .subnav {
  padding: 1rem;
}
.gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_white);
  border-radius: 1rem;
}
.gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--clr_green_light);
  color: var(--clr_green_dark);
}
@media screen and (min-width: 48em), print {
  .gnav_subnav {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    max-height: inherit;
    overflow-y: visible;
    padding: 3rem 0 2.5rem;
    position: static;
    background: rgba(var(--rgb_white), 0.8);
    backdrop-filter: blur(0.6rem);
  }
  .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1rem 3.8rem;
  }
  .gnav_subnav .gnav li {
    position: relative;
  }
  .gnav_subnav .gnav li::after {
    position: absolute;
    bottom: 0rem;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--clr_green_dark);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .gnav_subnav .gnav li:hover::after {
    transform: scale(1, 1);
  }
  .gnav_subnav .gnav li:has(.sub)::after {
    width: calc(100% - 2.5rem);
  }
  .gnav_subnav .gnav li a, .gnav_subnav .gnav li .sub {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin: 0;
    padding: 0 0 0.5rem;
    cursor: pointer;
    position: relative;
  }
  .gnav_subnav .gnav li a.sub, .gnav_subnav .gnav li .sub.sub {
    padding-right: 2.5rem;
  }
  .gnav_subnav .gnav li a.sub::after, .gnav_subnav .gnav li .sub.sub::after {
    position: absolute;
    top: 0.1rem;
    right: 0;
    margin: 0;
  }
  .gnav_subnav .gnav li a.sub.close::after, .gnav_subnav .gnav li .sub.sub.close::after {
    transform: scale(1, -1);
  }
  .gnav_subnav .gnav li a:hover, .gnav_subnav .gnav li .sub:hover {
    opacity: 1;
    color: var(--clr_green_dark);
  }
  .gnav_subnav .gnav li a.current, .gnav_subnav .gnav li .sub.current {
    color: var(--clr_green_dark);
    position: relative;
  }
  .gnav_subnav .gnav li a.current::before, .gnav_subnav .gnav li .sub.current::before {
    position: absolute;
    top: auto;
    bottom: 0rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--clr_green_dark);
  }
  .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    top: 3.3rem;
    width: 22rem;
    left: 50%;
    transform: translateX(calc(-50% - 1.25rem));
  }
  .gnav_subnav .gnav li .subbox > .subnav {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li::after {
    content: none;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a {
    font-size: 2rem;
    padding: 1rem 0.5rem;
  }
  .gnav_subnav .gnav li .subbox > .subnav li a:is(:hover, :focus-visible) {
    opacity: 1;
    background: var(--clr_green_light);
    color: var(--clr_green_dark);
  }
}

.overview {
  padding: 2rem 0rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
  background: var(--clr_green_light);
}
.overview .wrap {
  background: var(--clr_white);
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .overview .wrap {
    border-radius: 6rem;
  }
}
.overview .wrap {
  padding: 1.5rem;
}
.overview .wrap .clinic_name {
  text-align: center;
  margin: 1rem 0 2rem;
}
.overview .wrap .clinic_name img {
  max-width: calc(100% - 3rem);
  margin: auto;
}
.overview .wrap .overview_content {
  margin-top: 1rem;
}
.overview .wrap .gaiyo {
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  display: grid;
  grid-template-columns: 7.4em 1fr;
  gap: 1rem;
}
.overview .wrap .gaiyo dt {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--clr_blue_light);
  border-radius: 4px;
  height: fit-content;
}
.overview .wrap .gaiyo dd {
  padding: 0.4rem 0;
}
.overview .tbl_time {
  margin: 3rem 0;
}
.overview .gmap {
  margin-top: 3rem;
  height: 70vw;
}
.overview .gmap iframe {
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .overview .gmap iframe {
    border-radius: 3rem;
  }
}
.overview .gmap iframe {
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0 0;
    font-size: 2rem;
    max-width: 200rem;
    margin-inline: auto;
  }
  .overview .wrap {
    padding: 6rem;
  }
  .overview .wrap .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .wrap .clinic_name img {
    max-width: auto;
    width: 66rem;
  }
  .overview .wrap .btn_lst {
    margin-bottom: 4rem;
  }
  .overview .wrap .overview_content {
    display: flex;
    justify-content: space-between;
    margin: 1.4rem auto 0;
  }
  .overview .wrap .overview_content .overviewL, .overview .wrap .overview_content .overviewR {
    width: 51rem;
  }
  .overview .wrap .overview_content .gaiyo {
    line-height: 1.7;
    grid-template-columns: 14rem 1fr;
    gap: 1.4rem 2rem;
  }
  .overview .wrap .overview_content .gaiyo dt {
    padding: 0.4rem 0;
    border-radius: 6px;
  }
  .overview .wrap .overview_content .gaiyo dd {
    padding: 0.5rem 0;
  }
  .overview .wrap .overview_content .tbl_time {
    margin: 0;
  }
  .overview .wrap .gmap {
    margin-top: 6rem;
    height: 40rem;
  }
}
#tel_up {
  width: calc(100% - 0.4rem);
  position: fixed;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 10;
  font-size: 1rem;
  opacity: 0;
  animation: fade_up 0.8s ease-out 2.4s 1 normal forwards;
}
#tel_up .btn_lst {
  width: 100%;
  gap: 2.2rem;
}
#tel_up .btn_lst li {
  width: calc((100% - 0.4rem) / 3);
}
#tel_up .btn_lst li a {
  padding: 0;
  font-size: 1.2rem;
}
#tel_up .btn_lst li a::before {
  font-size: 1.55rem;
  transform: translateY(-1px);
  margin-right: 0.2rem;
}
#tel_up #pageup {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: fixed;
  right: 0.2rem;
  bottom: 4.7rem;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ecac";
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  color: var(--clr_white);
  background: var(--clr_green);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
  color: transparent;
  font-size: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: calc(1200px - 2rem);
    bottom: 3rem;
    right: 0;
    left: 0;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
  }
  #tel_up .btn_lst {
    width: auto;
    gap: 0.5rem;
  }
  #tel_up .btn_lst > li {
    width: 22rem;
  }
  #tel_up .btn_lst > li > a {
    font-size: 2.4rem;
  }
  #tel_up .btn_lst > li > a.instagram {
    font-size: 2rem;
  }
  #tel_up .btn_lst > li > a::before {
    font-size: 3rem;
    margin-right: 0.5rem;
  }
  #tel_up #pageup {
    width: 7rem;
    height: 7rem;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #tel_up #pageup::before {
    font-size: 3.6rem;
    border: 2px solid var(--clr_green);
    transition: 0.2s;
  }
  #tel_up #pageup:hover {
    opacity: 1;
  }
  #tel_up #pageup:hover::before {
    background: var(--clr_white);
    color: var(--clr_green);
  }
  #tel_up {
    /* 画面幅が1200px以下のとき */
  }
}
@media screen and (min-width: 48em) and (max-width: 1200px), print and (max-width: 1200px) {
  #tel_up {
    width: 100%;
    max-width: 1200px;
    left: auto;
    margin-inline: 0;
  }
}
.footer {
  text-align: center;
  padding: 1.5rem 0 0;
  background: var(--clr_green_light);
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.footer .footer_lnks {
  background: var(--clr_green);
  color: var(--clr_white);
  margin-top: 1.5rem;
  padding: 1.5rem 1rem 5.7rem;
}
.footer .footer_lnks .copy {
  display: block;
  font-size: 1.3rem;
}
.footer .footer_lnks .copy a {
  text-decoration: none;
  letter-spacing: 0.025em;
}
.footer .footer_nav > ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
    font-size: 2rem;
    max-width: 200rem;
    margin-inline: auto;
  }
  .footer .footer_lnks {
    padding: 4rem 1rem 12rem;
    margin-top: 4rem;
  }
  .footer .footer_lnks .copy {
    font-size: 2rem;
  }
  .footer .footer_nav {
    margin-bottom: 5rem;
  }
  .footer .footer_nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0;
    margin-inline: auto;
  }
  .footer .footer_nav > ul li {
    text-align: center;
    padding: 0 0.9rem;
    line-height: 1;
    border-right: 1px solid var(--clr_txt);
    -webkit-text-size-adjust: none;
  }
  .footer .footer_nav > ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .footer .footer_nav > ul li.treatment {
    display: none;
  }
  .footer .footer_nav > ul li.last-in-row {
    border-right-color: transparent;
  }
  .footer .footer_nav > ul:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
body.index {
  background: url("../img/a_bg.webp") top 14rem left -10rem/auto 30rem no-repeat, linear-gradient(to bottom, var(--clr_white) 44rem, var(--clr_green_light) 44rem, var(--clr_green_light) 50rem, var(--clr_white) 52rem);
}
@media screen and (min-width: 48em), print {
  body.index {
    background-image: url("../img/a_bg.webp"), linear-gradient(to bottom, var(--clr_white) 53rem, var(--clr_green_light) 53rem, var(--clr_green_light) 70rem, var(--clr_white) 70rem);
    background-repeat: no-repeat, no-repeat;
    background-size: auto 55rem, 200rem auto;
    background-position: center top, center top;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, transparent 12rem, var(--clr_green_light) 12rem);
}
.keyvsl #keyvsl {
  width: calc(100% - 2rem);
  height: 28rem;
  overflow: hidden;
  visibility: hidden;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    border-radius: 6rem;
  }
}
.keyvsl #keyvsl {
  margin: 0 auto;
  background: var(--clr_white);
}
.keyvsl #keyvsl .slick-list div img {
  height: 28rem !important;
  width: 100%;
  object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
  margin: -1.8rem auto;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_white);
}
.keyvsl .catch_copy {
  width: calc(100% - 2rem);
  height: 28rem;
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  animation: fade 1s ease-out 0.6s 1 normal forwards;
}
.keyvsl .catch_copy span {
  display: block;
  color: var(--clr_brown);
  background: var(--clr_white);
  border-radius: 0.5rem;
  padding: 1rem 0.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 1.25;
  width: fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.keyvsl .open_nairan {
  display: flex;
  justify-content: flex-end;
  margin: -3.5rem 0.5rem -2rem 0;
}
.keyvsl .open_nairan li {
  width: 33.5vw;
  height: 33.5vw;
  border-radius: 50%;
  text-align: center;
  padding: 1.2rem 0rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  color: var(--clr_green_dark);
  background: var(--clr_white);
  border: 2px solid var(--clr_green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 3;
  opacity: 0;
  animation: fade_up 0.8s ease-out 1.4s 1 normal forwards;
}
.keyvsl .open_nairan li .txt_large {
  font-size: 120%;
}
.keyvsl .open_nairan li:nth-child(2) {
  animation-delay: 1.6s;
  color: var(--clr_blue_dark);
  border-color: var(--clr_blue);
  z-index: 2;
  font-size: 1.4rem;
}
.keyvsl .open_nairan li:nth-child(3) {
  animation-delay: 1.8s;
  z-index: 1;
  font-size: 1.2rem;
}
.keyvsl .open_nairan li:not(:first-of-type) {
  margin-left: -1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    background: linear-gradient(to bottom, transparent 40rem, var(--clr_green_light) 40rem);
    max-width: 200rem;
    margin-inline: auto;
  }
  .keyvsl #keyvsl {
    height: 66rem;
    width: calc(100% - 2rem);
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 66rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin-top: -3rem;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch_copy {
    width: 1200px;
    height: 66rem;
    padding: 3.5rem 4rem;
  }
  .keyvsl .catch_copy span {
    font-size: 3rem;
    padding: 2.2rem 1rem 1rem;
    letter-spacing: 0.15em;
    border-radius: 1rem;
  }
  .keyvsl .open_nairan {
    position: absolute;
    z-index: 1;
    bottom: -4.5rem;
    left: 0;
    right: 0;
    width: calc(1200px - 7.2rem);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
  .keyvsl .open_nairan li {
    border-radius: 50%;
    width: 19rem;
    height: 19rem;
    font-size: 2rem;
    line-height: 1.35;
  }
  .keyvsl .open_nairan li .txt_large {
    font-size: 2.4rem;
  }
  .keyvsl .open_nairan li:nth-of-type(2) {
    font-size: 2.2rem;
  }
  .keyvsl .open_nairan li:nth-of-type(3) {
    font-size: 1.9rem;
  }
  .keyvsl .open_nairan li:not(:first-of-type) {
    margin-left: -2rem;
  }
}
.top_tit02 {
  color: var(--clr_brown);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.top_tit02::after {
  content: attr(data-ruby);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: var(--clr_green);
  margin: 0.8rem auto 0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 48em), print {
  .top_tit02 {
    font-size: 4.8rem;
    margin-bottom: 4.5rem;
  }
  .top_tit02::after {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.index_access {
  background: var(--clr_green_light);
  padding: 5rem 1rem 0.5rem;
}
.index_access .wrap {
  background: var(--clr_white);
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .index_access .wrap {
    border-radius: 3rem;
  }
}
.index_access .wrap {
  border: 3px solid var(--clr_blue_dark);
  padding: 1.5rem;
  opacity: 0;
}
.index_access .wrap P {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.583;
}
.index_access .wrap P:not(:first-of-type) {
  margin-top: 0.5em;
}
.index_access.trigger .wrap {
  animation: fade_up 1s ease-out 0.2s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_access {
    max-width: 200rem;
    margin-inline: auto;
    padding: 9rem 0 1rem;
  }
  .index_access .wrap {
    width: 108rem;
    border-width: 4px;
    padding: 3rem;
  }
  .index_access .wrap p {
    font-size: 2.4rem;
    text-align: center;
  }
  .index_access .wrap p:not(:first-of-type) {
    margin-top: 0;
  }
}

.index_news {
  background: url("../img/index_news_bg.webp") bottom center/300% auto no-repeat, linear-gradient(to bottom, var(--clr_green_light) calc(100% - 1rem), var(--clr_white) calc(100% - 1rem));
  padding: 4rem 0 10rem;
  position: relative;
}
.index_news::before, .index_news::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  margin-inline: auto;
  pointer-events: none;
}
.index_news::before {
  background: url("../img/icon_rat01.png") bottom left/contain no-repeat;
  height: 4.5rem;
  animation: pyonpyon02 2.5s ease-in-out infinite;
}
.index_news::after {
  background: url("../img/icon_rat02.png") bottom right/contain no-repeat;
  height: 6rem;
  animation: pyonpyon 2.5s ease-in-out infinite;
}
.index_news .info .top_tit02 {
  color: var(--clr_white);
  background: var(--clr_blue);
  outline: 1px solid var(--clr_white);
  outline-offset: -6px;
  border-radius: 50%;
  width: 18rem;
  font-size: 2.4rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding-top: 2rem;
  opacity: 0;
}
.index_news .info .top_tit02::after {
  color: var(--clr_white);
  margin-top: 1rem;
}
.index_news .info .top_tit02::before {
  content: "";
  display: block;
  width: 16rem;
  aspect-ratio: 24/18.4;
  background: url("../img/icon_owl.png") center center/contain no-repeat;
  position: absolute;
  bottom: -5rem;
  left: -8.5rem;
  z-index: 1;
}
.index_news .info .info_lst {
  background: var(--clr_white);
  padding: 0 2rem 3rem;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .index_news .info .info_lst {
    border-radius: 6rem;
  }
}
.index_news .info .info_lst {
  opacity: 0;
}
.index_news .info .info_lst > dl {
  line-height: 1.4;
  border-bottom: 1px solid var(--clr_border);
  padding-top: 3.5rem;
}
.index_news .info .info_lst > dl dt {
  margin: 0 0 1.5rem;
  font-weight: 700;
  color: var(--clr_green_dark);
  font-weight: 700;
  cursor: pointer;
  font-size: 1.6rem;
  position: relative;
  padding: 1.5rem 1rem 0 2.5rem;
}
.index_news .info .info_lst > dl dt::before {
  font-family: "fontello";
  content: "\e803";
  font-weight: normal;
  position: absolute;
  top: 1.5rem;
  left: 0;
  transition: 0.2s;
}
.index_news .info .info_lst > dl dt.open::before {
  transform: scale(1, -1);
}
.index_news .info .info_lst > dl dt:not(:first-of-type) {
  border-top: 1px solid var(--clr_border);
}
.index_news .info .info_lst > dl dd {
  margin: -0.5rem 0 1.5rem;
  padding: 0 0.4rem;
  word-wrap: break-word;
}
.index_news .info .info_lst > dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}
.index_news .info .info_lst > dl dd a {
  color: var(--clr_pink);
}
.index_news .info .info_lst > dl dd a:is(:hover, :focus-visible) {
  color: var(--clr_blue);
}
.index_news .info.trigger .top_tit02 {
  animation: fade_up 1s ease-out 0.2s 1 normal forwards;
}
.index_news .info.trigger .info_lst {
  animation: fade_up 1s ease-out 0.4s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_news {
    padding: 8rem 0 20rem;
    background: url("../img/index_news_bg.webp") bottom center/200rem auto no-repeat, var(--clr_green_light);
    max-width: 200rem;
    margin-inline: auto;
  }
  .index_news::before, .index_news::after {
    bottom: 2.5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: calc(1200px - 12rem);
  }
  .index_news::before {
    background: url("../img/icon_rat01.png") bottom left/contain no-repeat;
    height: 6.753rem;
  }
  .index_news::after {
    background: url("../img/icon_rat02.png") bottom right/contain no-repeat;
    height: 9.312rem;
  }
  .index_news .info {
    position: relative;
  }
  .index_news .info .top_tit02 {
    width: 28rem;
    font-size: 4.8rem;
    position: absolute;
    top: -4rem;
    left: 0;
    outline-offset: -1rem;
    padding-top: 3.5rem;
  }
  .index_news .info .top_tit02::before {
    width: 24rem;
    bottom: -14.5rem;
    left: 2rem;
  }
  .index_news .info .top_tit02::after {
    margin-top: 1.5rem;
  }
  .index_news .info .info_lst {
    width: calc(1200px - 14rem);
    margin: 0 0 0 auto;
    padding: 5rem 6rem 8rem 18rem;
  }
  .index_news .info .info_lst dl {
    padding: 0;
  }
  .index_news .info .info_lst dl dt {
    font-size: 2.2rem;
    margin: 0 0 2.9rem;
    padding: 2.9rem 1rem 0 3rem;
  }
  .index_news .info .info_lst dl dt::before {
    top: 2.75rem;
  }
  .index_news .info .info_lst dl dd {
    margin: -2rem 0 1.8rem;
    padding: 0;
    line-height: 1.8;
  }
}

.index_schedule {
  background: var(--clr_white);
  padding: 2.5rem 0 4rem;
  position: relative;
}
.index_schedule .top_tit02 {
  opacity: 0;
}
.index_schedule::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background: url("../img/index_schedule_decoL.png") left 4rem center/contain no-repeat, url("../img/index_schedule_decoR.png") right 4rem center/contain no-repeat;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  pointer-events: none;
}
.index_schedule {
  --schedule_amonly: var(--clr_blue_light);
  --schedule_close: var(--clr_gray);
  --schedule_amclose: #f3afc3;
}
.index_schedule .status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 3rem;
  margin-bottom: 2rem;
  opacity: 0;
}
.index_schedule .status li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.index_schedule .status li::before {
  content: "";
  display: block;
  border: 1px solid var(--clr_border);
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-1px);
  margin-right: 0.5rem;
}
.index_schedule .status li.amOnly::before {
  background: var(--schedule_amonly);
}
.index_schedule .status li.close::before {
  background: var(--schedule_close);
}
.index_schedule .status li.amclose::before {
  background: var(--schedule_amclose);
}
.index_schedule .cal_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
  opacity: 0;
}
.index_schedule .cal_flex > li {
  width: calc(100% - 3rem);
  margin-inline: auto;
}
.index_schedule.trigger .top_tit02 {
  animation: fade_up 1s ease-out 0.2s 1 normal forwards;
}
.index_schedule.trigger .status {
  animation: fade_up 1s ease-out 0.4s 1 normal forwards;
}
.index_schedule.trigger .cal_flex {
  animation: fade_up 1s ease-out 0.6s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_schedule {
    padding: 7.5rem 0 7rem;
  }
  .index_schedule::before {
    width: 64rem;
    height: 9.835rem;
    background: url("../img/index_schedule_decoL.png") left center/contain no-repeat, url("../img/index_schedule_decoR.png") right center/contain no-repeat;
    top: -8rem;
  }
  .index_schedule .status {
    margin-bottom: 5rem;
    gap: 1rem 4rem;
  }
  .index_schedule .status li::before {
    margin-right: 0.8rem;
  }
  .index_schedule .cal_flex {
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
  }
  .index_schedule .cal_flex > li {
    width: 51.2rem;
    margin: 0;
  }
}

table.caledit {
  width: 100%;
  border-collapse: collapse;
}
table.caledit th {
  text-align: center;
  font-weight: 700;
  color: var(--clr_txt);
  padding: 0.6rem 0.3rem;
}
table.caledit td {
  text-align: center;
  height: 4rem;
  font-size: 1.4rem;
  vertical-align: middle;
  cursor: default;
  background: var(--clr_white);
}
table.caledit .month th {
  padding: 0.6rem 0 0.4rem;
  font-size: 1.8rem;
  background: var(--clr_green);
  color: var(--clr_white);
  border-radius: 1rem 1rem 0 0;
}
table.caledit .week th {
  background: var(--clr_green_light02);
  font-size: 1.4rem;
}
table.caledit .day td {
  border: 1px solid var(--clr_border);
}
table.caledit .day td .shortTitle {
  text-align: center;
  font-size: 1rem;
}
table.caledit .day td:hover .shortTitle {
  color: var(--clr_txt);
}
table.caledit .day td.amOnly {
  background: var(--schedule_amonly);
}
table.caledit .day td.close {
  background: var(--schedule_close);
}
table.caledit .day td.amclose {
  background: var(--schedule_amclose);
}
table.caledit .day td.notTheMonth {
  background: var(--clr_white);
  color: transparent;
}
table.caledit .day td.notTheMonth .shortTitle {
  color: transparent;
}
@media screen and (min-width: 48em), print {
  table.caledit {
    table-layout: fixed;
  }
  table.caledit th {
    padding: 1.6rem;
  }
  table.caledit td {
    height: 7.2rem;
    font-size: 2rem;
  }
  table.caledit .month th {
    padding: 0.3rem 0 0.5rem;
    font-size: 3rem;
    border-radius: 2rem 2rem 0 0;
  }
  table.caledit .week th {
    font-size: 2rem;
    padding: 1.3rem 0;
  }
  table.caledit .day td .shortTitle {
    font-size: 1.8rem;
  }
  table.caledit .day td.sat .shortTitle, table.caledit .day td.mon .shortTitle {
    font-size: 1.5rem;
  }
}

.index_greeting {
  padding: 0rem 0 2rem;
  background: url("../img/a_cloud01.png") top 10rem right -1rem/12rem auto no-repeat, url("../img/a_cloud02.png") top 45rem right 1rem/11rem auto no-repeat, url("../img/a_cloud01.png") bottom 42rem left 4rem/12rem auto no-repeat, url("../img/a_cloud02.png") bottom 5rem right 1rem/11rem auto no-repeat, linear-gradient(to bottom, var(--clr_white) 6rem, var(--clr_blue_light02) 6rem);
  position: relative;
}
.index_greeting::before {
  content: "";
  display: block;
  width: 100%;
  margin-inline: auto;
  height: 6.5rem;
  background: var(--clr_blue_light02);
  mask-image: url("../img/index_greeting_top.svg");
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: url("../img/index_greeting_top.svg");
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}
.index_greeting::after {
  content: "";
  display: block;
  width: 7rem;
  aspect-ratio: 16/15.441;
  background: url("../img/icon_bird01.png") center center/contain no-repeat;
  position: absolute;
  top: 0rem;
  right: 2rem;
  animation: fuwafuwa 1.8s ease-in-out infinite alternate;
}
.index_greeting .top_tit02 {
  opacity: 0;
}
.index_greeting .greeting_content .dr_img {
  margin: 0 auto;
  max-width: 65%;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.index_greeting .greeting_content .dr_img::before, .index_greeting .greeting_content .dr_img::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.index_greeting .greeting_content .dr_img::before {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .index_greeting .greeting_content .dr_img::before {
    border-radius: 6rem;
  }
}
.index_greeting .greeting_content .dr_img::before {
  background: url("../img/index_greeting_bg.jpg") center center/cover no-repeat;
  z-index: -1;
  top: -2rem;
  left: -6rem;
  opacity: 0;
}
.index_greeting .greeting_content .dr_img::after {
  width: 4rem;
  aspect-ratio: 1/2.04;
  background: url("../img/logo_mark.svg") center center/contain no-repeat;
  top: 16rem;
  right: -1rem;
  opacity: 0;
}
.index_greeting .greeting_content .dr_img img {
  border-radius: 3rem;
}
@media screen and (min-width: 48em), print {
  .index_greeting .greeting_content .dr_img img {
    border-radius: 6rem;
  }
}
.index_greeting .greeting_content .dr_img .dr_name {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
.index_greeting .greeting_content .dr_img .dr_name span {
  font-size: 140%;
  margin-left: 1rem;
}
.index_greeting .greeting_content .dr_message {
  margin: 2rem 1.5rem 0;
  opacity: 0;
}
.index_greeting .greeting_content .dr_message p {
  margin: 0;
}
.index_greeting .greeting_content .dr_message p:not(:first-of-type) {
  margin-top: 2rem;
}
.index_greeting .greeting_content .dr_message .btn {
  margin-top: 3rem;
}
.index_greeting.trigger .top_tit02 {
  animation: fade_up 1s ease-out 0.2s 1 normal forwards;
}
.index_greeting.trigger .dr_img {
  animation: fade_up 1s ease-out 0.4s 1 normal forwards;
}
.index_greeting.trigger .dr_img::before {
  animation: fade_right 0.6s ease-out 0.6s 1 normal forwards;
}
.index_greeting.trigger .dr_img::after {
  animation: fade_up 0.6s ease-out 0.6s 1 normal forwards;
}
.index_greeting.trigger .dr_message {
  animation: fade_up 1s ease-out 0.6s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_greeting {
    padding: 16.5rem 0 10rem;
    background: url("../img/a_cloud02.png") bottom 3rem right calc(50% - 80rem)/28rem auto no-repeat, linear-gradient(to bottom, var(--clr_white) 30rem, var(--clr_blue_light02) 30rem);
    position: relative;
    z-index: 0;
    max-width: 200rem;
    margin-inline: auto;
  }
  .index_greeting::before {
    width: 200rem;
    height: 25rem;
    position: absolute;
    top: 5.5rem;
    left: calc(50% - 100rem);
    z-index: -1;
    background: url("../img/a_cloud01.png") top 9rem right calc(50% - 40rem)/28rem auto no-repeat, var(--clr_blue_light02);
    mask-image: url("../img/index_greeting_top.svg");
    mask-position: bottom center;
    mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-image: url("../img/index_greeting_top.svg");
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
  }
  .index_greeting::after {
    width: 16rem;
    top: 1rem;
    right: calc(50% - 38rem);
  }
  .index_greeting {
    overflow: hidden;
  }
  .index_greeting .greeting_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
  }
  .index_greeting .greeting_content .dr_img {
    width: 52rem;
    margin: 0;
    height: fit-content;
  }
  .index_greeting .greeting_content .dr_img::before {
    width: 52rem;
    top: -13.5rem;
    right: auto;
    left: -30rem;
  }
  .index_greeting .greeting_content .dr_img::after {
    width: 10rem;
    top: 42rem;
    left: auto;
    right: -2rem;
  }
  .index_greeting .greeting_content .dr_img .dr_name {
    font-size: 2rem;
    margin: 2rem 0 0;
  }
  .index_greeting .greeting_content .dr_img .dr_name span {
    font-size: 3rem;
  }
  .index_greeting .greeting_content .dr_message {
    width: 62rem;
    margin: -1rem 0 0;
  }
  .index_greeting .greeting_content .dr_message p:not(:first-of-type) {
    margin-top: 3.5rem;
  }
  .index_greeting .greeting_content .dr_message .btn {
    margin-top: 4.5rem;
  }
}

.treat {
  padding: 4rem 0.5rem 8rem;
  position: relative;
  background: url("../img/a_cloud01.png") top 6rem left -1rem/12rem auto no-repeat, url("../img/a_cloud02.png") top 26rem right 1rem/11rem auto no-repeat, url("../img/index_treatment_bg.webp") bottom left -14rem/190% auto no-repeat, linear-gradient(to bottom, var(--clr_blue_light02) calc(100% - 10rem), transparent calc(100% - 10rem));
}
.treat::before, .treat::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
}
.treat::before {
  animation: yurayura 2.5s ease-in-out infinite;
  background: url("../img/icon_boar01.png") center center/contain no-repeat;
  aspect-ratio: 24/14.615;
  width: 10rem;
  left: 1rem;
}
.treat::after {
  background: url("../img/icon_boar02.png") center center/contain no-repeat;
  animation: pyonpyon03 2.5s ease-in-out infinite;
  left: 11rem;
  width: 4rem;
  aspect-ratio: 10/6.656;
}
.treat .top_tit02 {
  opacity: 0;
  position: relative;
}
.treat .top_tit02::before {
  content: "";
  display: block;
  width: 8rem;
  aspect-ratio: 16/13.63;
  background: url("../img/icon_bird02.png") center center/contain no-repeat;
  position: absolute;
  top: -4rem;
  right: 2rem;
  animation: fuwafuwa 1.8s ease-in-out infinite alternate;
}
.treat .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.treat .subnav li {
  width: calc((100% - 1.5rem) / 2);
  aspect-ratio: 1/1;
  background: var(--clr_white);
  border: 2px solid var(--clr_green_dark);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}
.treat .subnav li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 1rem 1rem;
  line-height: 1.2;
  border-radius: 50%;
}
.treat .subnav li a::before {
  content: "";
  display: block;
  width: 40%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.2rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.treat .subnav li a::after {
  font-family: "fontello";
  content: "\e806";
  display: block;
  color: var(--clr_green_dark);
  font-weight: normal;
}
.treat .subnav li a.ear::before {
  background-image: url("../img/icon_ear.svg");
}
.treat .subnav li a.nose::before {
  background-image: url("../img/icon_nose.svg");
}
.treat .subnav li a.throat::before {
  background-image: url("../img/icon_throat.svg");
}
.treat .subnav li a.neck::before {
  background-image: url("../img/icon_neck.svg");
}
.treat .subnav li a.pediatric_otolaryngology::before {
  background-image: url("../img/icon_pediatric_otolaryngology.svg");
}
.treat .subnav li a.specialty::before {
  background-image: url("../img/icon_specialty.svg");
}
.treat .treat_txt {
  padding: 1.5rem;
  margin: 3rem 1rem 0rem;
  background: var(--clr_pink_light03);
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .treat .treat_txt {
    border-radius: 3rem;
  }
}
.treat .treat_txt {
  border: 3px solid var(--clr_blue_dark);
  opacity: 0;
}
.treat .treat_txt p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.treat .treat_txt p:not(:first-of-type) {
  margin-top: 1em;
}
.treat.trigger .top_tit02 {
  animation: fade_up 0.8s ease-out 0.2s 1 normal forwards;
}
.treat.trigger .subnav li {
  animation: fade_up_zoom 0.8s ease-out 0.4s 1 normal forwards;
}
.treat.trigger .subnav li:nth-child(1) {
  animation-delay: 0.6s;
}
.treat.trigger .subnav li:nth-child(2) {
  animation-delay: 0.8s;
}
.treat.trigger .subnav li:nth-child(3) {
  animation-delay: 1s;
}
.treat.trigger .subnav li:nth-child(4) {
  animation-delay: 1.2s;
}
.treat.trigger .subnav li:nth-child(5) {
  animation-delay: 1.4s;
}
.treat.trigger .subnav li:nth-child(6) {
  animation-delay: 1.6s;
}
.treat.trigger .subnav li:nth-child(7) {
  animation-delay: 1.8s;
}
.treat.trigger .subnav li:nth-child(8) {
  animation-delay: 2s;
}
.treat.trigger .subnav li:nth-child(9) {
  animation-delay: 2.2s;
}
.treat.trigger .subnav li:nth-child(10) {
  animation-delay: 2.4s;
}
.treat.trigger .subnav li:nth-child(11) {
  animation-delay: 2.6s;
}
.treat.trigger .subnav li:nth-child(12) {
  animation-delay: 2.8s;
}
.treat.trigger .subnav li:nth-child(13) {
  animation-delay: 3s;
}
.treat.trigger .subnav li:nth-child(14) {
  animation-delay: 3.2s;
}
.treat.trigger .subnav li:nth-child(15) {
  animation-delay: 3.4s;
}
.treat.trigger .subnav li:nth-child(16) {
  animation-delay: 3.6s;
}
.treat.trigger .treat_txt {
  animation: fade_up 0.8s ease-out 1.4s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .treat {
    padding: 14rem 0 28rem;
    background: url("../img/a_cloud01.png") top 10rem left calc(50% - 70rem)/28rem auto no-repeat, url("../img/index_treatment_bg.webp") bottom center/auto 157.8rem no-repeat, linear-gradient(to bottom, var(--clr_blue_light02) calc(100% - 50rem), transparent calc(100% - 50rem));
    max-width: 200rem;
    margin-inline: auto;
    overflow: hidden;
  }
  .treat::before, .treat::after {
    bottom: 8rem;
  }
  .treat::before {
    width: 24rem;
    left: calc(50% - 54rem);
  }
  .treat::after {
    width: 10rem;
    left: calc(50% - 30rem);
  }
  .treat .top_tit02::before {
    width: 16rem;
    top: -12rem;
    right: 0;
    left: calc(50% - 54rem);
  }
  .treat .subnav {
    gap: 6rem 8rem;
    width: 90rem;
    margin-inline: auto;
    justify-content: center;
  }
  .treat .subnav > li {
    width: 24rem;
    position: relative;
  }
  .treat .subnav > li::before, .treat .subnav > li::after {
    content: " ";
    display: block;
    position: absolute;
    pointer-events: none;
  }
  .treat .subnav > li::before {
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 50%;
    transition: all 0.4s;
    transform: scale(0.8);
  }
  .treat .subnav > li:is(:hover, :focus-visible)::before {
    background: var(--clr_green_light02);
    transform: scale(1);
  }
  .treat .subnav > li a {
    font-size: 2.4rem;
    padding: 4rem 1.5rem 1.5rem;
    line-height: 1.2;
    position: relative;
    z-index: 1;
  }
  .treat .subnav > li a::before, .treat .subnav > li a::after {
    position: relative;
    z-index: 2;
  }
  .treat .subnav > li a::before {
    width: 8rem;
    margin: 0 auto 0.2rem;
  }
  .treat .subnav > li a:hover {
    color: var(--clr_white);
  }
  .treat .subnav > li a:hover::before {
    filter: brightness(0) invert(1);
  }
  .treat .subnav > li a:hover::after {
    color: var(--clr_white);
  }
  .treat .treat_txt {
    padding: 5rem 5.5rem;
    margin: 6rem auto 12rem;
    border-width: 4px;
    width: 88.4rem;
  }
  .treat .treat_txt p {
    font-size: 2rem;
    text-align: center;
  }
}

.index_feature {
  counter-reset: number 0;
  padding: 4rem 0rem 15rem;
  background: url("../img/a_bg.webp") bottom right -10rem/auto 30rem no-repeat;
  overflow: hidden;
}
.index_feature .top_tit02 {
  opacity: 0;
}
.index_feature .feature_content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
  z-index: 0;
}
.index_feature .feature_content::before {
  content: "";
  display: block;
  width: 50vw;
  aspect-ratio: 34/45;
  background: url("../img/index_feature01-3.jpg") center center/cover no-repeat;
  position: absolute;
  top: -2rem;
  left: 2rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .index_feature .feature_content::before {
    border-radius: 3rem;
  }
}
.index_feature .feature_content::before {
  z-index: -1;
  opacity: 0;
}
.index_feature .feature_content > li {
  --clr_feature: var(--clr_blue);
  padding: 0 2rem;
}
.index_feature .feature_content > li::before, .index_feature .feature_content > li::after {
  opacity: 0;
}
.index_feature .feature_content > li > section {
  opacity: 0;
}
.index_feature .feature_content > li > section .feature_tit03 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: var(--clr_feature);
  counter-increment: number 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  opacity: 0;
}
.index_feature .feature_content > li > section .feature_tit03::before {
  display: grid;
  place-content: end center;
  content: counter(number, decimal-leading-zero);
  background: url("../img/Feature.svg") top 1.7rem center/calc(100% - 3rem) auto no-repeat, var(--clr_feature);
  color: var(--clr_white);
  border-radius: 50%;
  width: 6.8rem;
  aspect-ratio: 1/1;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 0.2rem;
  outline: 1px solid var(--clr_white);
  outline-offset: -6px;
}
.index_feature .feature_content > li > section .feature_tit03::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-image: radial-gradient(circle 1.2rem 0.9rem, var(--clr_feature) 2px, transparent 2px);
  background-position: center top;
  background-repeat: space;
  background-size: 1rem 0.9rem;
  margin-inline: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_feature .feature_content > li > section p {
  margin: 0;
}
.index_feature .feature_content > li > section p:not(:first-of-type) {
  margin-top: 1em;
}
.index_feature .feature_content > li:first-of-type {
  background: url("../img/index_feature_bg01.png") bottom left/7rem auto no-repeat;
  padding-bottom: 3.5rem;
}
.index_feature .feature_content > li:first-of-type::before, .index_feature .feature_content > li:first-of-type::after {
  content: "";
  display: block;
}
.index_feature .feature_content > li:first-of-type::before {
  width: 50vw;
  aspect-ratio: 34/45;
  margin: 0 auto 1.5rem;
  background: url("../img/index_feature01.jpg") center center/cover no-repeat;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .index_feature .feature_content > li:first-of-type::before {
    border-radius: 3rem;
  }
}
.index_feature .feature_content > li:first-of-type::after {
  width: 100%;
  aspect-ratio: 68/45;
  background: url("../img/index_feature01-2.jpg") center center/cover no-repeat;
  margin: 1.5rem auto 0;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .index_feature .feature_content > li:first-of-type::after {
    border-radius: 3rem;
  }
}
.index_feature .feature_content > li:not(:first-of-type) {
  background-position: top 18rem left;
  background-size: 7rem auto;
  background-repeat: no-repeat;
  background-image: url("../img/index_feature_bg01.png");
  position: relative;
}
.index_feature .feature_content > li:not(:first-of-type)::before, .index_feature .feature_content > li:not(:first-of-type)::after {
  content: "";
  display: block;
}
.index_feature .feature_content > li:not(:first-of-type)::before {
  width: 100%;
  aspect-ratio: 52/34.6;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .index_feature .feature_content > li:not(:first-of-type)::before {
    border-radius: 3rem;
  }
}
.index_feature .feature_content > li:not(:first-of-type)::before {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_feature .feature_content > li:not(:first-of-type)::after {
  position: absolute;
  width: 8rem;
  aspect-ratio: 1/1;
  background-image: url("../img/index_feature_deco01.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -2rem;
  right: -1rem;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.index_feature .feature_content > li:not(:first-of-type):nth-of-type(even) {
  background-image: url("../img/index_feature_bg03.png");
  background-position: top 18rem right;
}
.index_feature .feature_content > li:not(:first-of-type):nth-of-type(even)::after {
  right: auto;
  left: -1rem;
  background-image: url("../img/index_feature_deco02.png");
}
.index_feature .feature_content > li:nth-child(1)::before {
  background-image: url("../img/index_feature01.jpg");
}
.index_feature .feature_content > li:nth-child(2)::before {
  background-image: url("../img/index_feature02.jpg");
}
.index_feature .feature_content > li:nth-child(3)::before {
  background-image: url("../img/index_feature03.jpg");
}
.index_feature .feature_content > li:nth-child(4)::before {
  background-image: url("../img/index_feature04.jpg");
}
.index_feature .feature_content > li:nth-child(5)::before {
  background-image: url("../img/index_feature05.jpg");
}
.index_feature .feature_content > li:nth-child(6)::before {
  background-image: url("../img/index_feature06.jpg");
}
.index_feature .feature_content > li:nth-child(7)::before {
  background-image: url("../img/index_feature07.jpg");
}
.index_feature .feature_content > li:nth-child(8)::before {
  background-image: url("../img/index_feature08.jpg");
}
.index_feature .feature_content > li:nth-child(9)::before {
  background-image: url("../img/index_feature09.jpg");
}
.index_feature .feature_content > li:nth-of-type(even) {
  --clr_feature: var(--clr_green);
}
.index_feature.trigger .top_tit02 {
  animation: fade_up 0.8s ease-out 0.2s 1 normal forwards;
}
.index_feature.trigger .feature_content::before {
  animation: fade_right 0.8s ease-out 0.6s 1 normal forwards;
}
.index_feature .feature_content > li.trigger::before {
  animation: fade_up 0.8s ease-out 0.2s 1 normal forwards;
}
.index_feature .feature_content > li.trigger::after {
  animation: fade_down 0.8s ease-out 0.7s 1 normal forwards;
}
.index_feature .feature_content > li.trigger > section {
  animation: fade_up 0.8s ease-out 0.5s 1 normal forwards;
}
.index_feature .feature_content > li.trigger > section .feature_tit03 {
  animation: fade_up 0.8s ease-out 0.7s 1 normal forwards;
}
@media screen and (min-width: 48em), print {
  .index_feature {
    padding: 3.5rem 0 30rem;
    background: url("../img/index_feature_bg02.png") top 94rem left calc(50% - 77rem)/18rem auto no-repeat, url("../img/index_feature_bg02.png") top 141rem right calc(50% - 77rem)/18rem auto no-repeat, url("../img/index_feature_bg02.png") top 187rem left calc(50% - 77rem)/18rem auto no-repeat, url("../img/a_bg.webp") bottom center/200rem auto no-repeat;
  }
  .index_feature .feature_content {
    gap: 8rem;
    width: calc(1200px - 12rem);
    margin: 7.5rem auto 0;
  }
  .index_feature .feature_content::before {
    width: 34rem;
    top: -17rem;
    left: calc(50% - 86rem);
  }
  .index_feature .feature_content > li {
    padding: 0 0 4rem;
  }
  .index_feature .feature_content > li > section {
    width: 52rem;
  }
  .index_feature .feature_content > li > section .feature_tit03 {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
    gap: 1rem;
  }
  .index_feature .feature_content > li > section .feature_tit03::before {
    width: 10rem;
    font-size: 4.8rem;
    background: url("../img/Feature.svg") top 2.2rem center/5rem auto no-repeat, var(--clr_feature);
  }
  .index_feature .feature_content > li > section .feature_tit03::after {
    height: 1rem;
    background-image: radial-gradient(ellipse 1.2rem 0.9rem, green 2px, transparent 2px);
    background-size: 1rem 0.9rem;
    bottom: -1rem;
  }
  .index_feature .feature_content > li:first-of-type {
    margin: 0 auto;
    background: url("../img/index_feature_bg01.png") top 26rem right calc(50% - 29rem)/14rem auto no-repeat;
    padding: 0 40rem 15rem 28rem;
    width: 1200px;
    min-height: 40rem;
  }
  .index_feature .feature_content > li:first-of-type::before {
    width: 34rem;
    margin: 0;
    position: absolute;
    top: -9rem;
    left: calc(50% - 66rem);
  }
  .index_feature .feature_content > li:first-of-type::after {
    width: 68rem;
    margin: 0 0 0 auto;
    position: absolute;
    top: -9rem;
    right: calc(50% - 100rem);
  }
  .index_feature .feature_content > li:not(:first-of-type) {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 6rem;
    margin-right: -2rem;
    background-size: 14rem auto;
    background-position: top 24rem left calc(50% + 6rem);
  }
  .index_feature .feature_content > li:not(:first-of-type)::before {
    width: 52rem;
    height: 34.6rem;
    margin: 0;
  }
  .index_feature .feature_content > li:not(:first-of-type)::after {
    width: 14rem;
    top: -4rem;
    right: -4rem;
  }
  .index_feature .feature_content > li:not(:first-of-type) > section {
    margin-top: 3rem;
  }
  .index_feature .feature_content > li:not(:first-of-type):nth-of-type(even) {
    flex-direction: row;
    margin-right: 0;
    margin-left: -2rem;
    background-position: top 24rem right calc(50% + 6rem);
  }
  .index_feature .feature_content > li:not(:first-of-type):nth-of-type(even)::after {
    left: -4rem;
  }
  .index_feature.trigger .top_tit02 {
    animation: fade_up 0.8s ease-out 0.2s 1 normal forwards;
  }
  .index_feature.trigger .feature_content::before {
    animation: fade_right 0.8s ease-out 1s 1 normal forwards;
  }
  .index_feature .feature_content > li.trigger::before {
    animation: fade_right 0.8s ease-out 0.4s 1 normal forwards;
  }
  .index_feature .feature_content > li.trigger::after {
    animation: fade_down 0.8s ease-out 0.6s 1 normal forwards;
  }
  .index_feature .feature_content > li.trigger > section {
    animation: fade_up 0.8s ease-out 0.4s 1 normal forwards;
  }
  .index_feature .feature_content > li.trigger > section .feature_tit03 {
    animation: fade_up 0.8s ease-out 0.6s 1 normal forwards;
  }
  .index_feature .feature_content > li:first-of-type.trigger::after {
    animation: fade_left 0.8s ease-out 0.4s 1 normal forwards;
  }
  .index_feature .feature_content > li:not(:first-of-type).trigger:nth-of-type(odd)::before {
    animation: fade_left 0.8s ease-out 0.4s 1 normal forwards;
  }
}

body:not(.index) {
  background: none;
}
body:not(.index) .main {
  padding: 5rem 0 7rem;
  background: url(../img/a_bg.webp) bottom right -10rem/auto 30rem no-repeat, linear-gradient(to bottom, var(--clr_green_light), var(--clr_white) 6rem);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]) {
  color: var(--clr_pink);
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], [class*=rsv]):is(:hover, :focus-visible) {
  color: var(--clr_blue);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    padding: 9rem 0 13rem;
    background: url("../img/a_bg.webp") bottom center/200rem auto no-repeat, linear-gradient(to bottom, var(--clr_green_light), var(--clr_white) 17rem);
    max-width: 200rem;
    margin-inline: auto;
  }
}

.breadcrumb {
  display: flex;
  font-size: 1.2rem;
  margin: 6rem 0rem 0rem;
  white-space: nowrap;
  overflow-x: scroll;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  margin: 0 0.4rem;
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li a {
  color: var(--clr_green_dark) !important;
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 2rem;
    width: 1200px;
    margin: 19.5rem auto 0;
    white-space: inherit;
    overflow-x: inherit;
  }
  .breadcrumb li:not(:first-child)::before {
    margin: 0 0.8rem;
  }
  .breadcrumb li a:hover {
    text-decoration: underline !important;
  }
}
.clinic .dr_name {
  text-align: right;
}
.clinic .dr_name span {
  display: block;
}
@media screen and (min-width: 48em), print {
  .clinic .img_r.-dr {
    max-width: 36%;
  }
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
  line-height: 1;
}
.gallery .gallery_slider div {
  position: relative;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .gallery .gallery_slider div {
    border-radius: 3rem;
  }
}
.gallery .gallery_slider div .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.4rem;
  opacity: 0;
  transition: 0.3s ease;
  width: 100%;
  margin: 0;
  color: var(--clr_white);
  min-height: 3rem;
  line-height: 1.3;
  display: grid;
  place-items: center;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
  background: rgba(var(--rgb_green), 0.7);
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 39%;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr_white);
  background: none;
  z-index: 1;
}
.gallery .gallery_slider .slick-arrow::before {
  font-family: "fontello";
  content: "\f138";
  color: var(--clr_green);
  font-size: 2.6rem;
}
.gallery .gallery_slider .slick-arrow.slick-next {
  right: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev {
  left: -2.5rem;
}
.gallery .gallery_slider .slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f137";
}
.gallery .gallery_slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0.8rem auto;
}
.gallery .gallery_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.gallery .gallery_slider .slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_green);
}
.gallery .gallery_slider .slick-dots li button:hover, .gallery .gallery_slider .slick-dots li button:focus {
  opacity: 0.8;
}
.gallery .gallery_slider .slick-dots li.slick-active button {
  opacity: 0.75;
}
.gallery .gallery_thum div img {
  border-radius: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
    line-height: 0;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    min-height: 6rem;
  }
  .gallery .gallery_slider .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 43%;
  }
  .gallery .gallery_slider .slick-arrow::before {
    font-size: 5rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-next {
    right: -6rem;
  }
  .gallery .gallery_slider .slick-arrow.slick-prev {
    left: -6rem;
  }
  .gallery .gallery_slider .slick-dots {
    bottom: 5rem;
    margin: 1.4rem auto;
  }
  .gallery .gallery_slider .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum .slick-track .slick-slide div img {
    border-radius: 2rem;
    cursor: pointer;
    border: 4px solid transparent;
  }
  .gallery .gallery_thum .slick-track .slick-slide.slick-current div img {
    border: 4px solid var(--clr_green);
  }
}
.access .main .acs_dl dd {
  margin-bottom: 2rem;
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main .gmap iframe {
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .access .main .gmap iframe {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2.2rem;
  }
  .access .main .tbl_time caption {
    margin-left: 2rem;
  }
  .access .main .tbl_time th {
    padding: 1.6rem 0;
  }
  .access .main .tbl_time th[scope=col] {
    padding: 1.6rem 0;
  }
  .access .main .tbl_time th[scope=col]:first-child {
    width: 32%;
  }
  .access .main .tbl_time th[scope=col]:last-child {
    width: 15%;
    padding-right: 5%;
  }
  .access .main .tbl_time td {
    padding: 3rem 0;
  }
  .access .main .tbl_time td:last-child {
    width: 15%;
    padding-right: 5%;
  }
  .access .main .acs_content {
    display: flex;
    justify-content: space-between;
  }
  .access .main .acs_content > div, .access .main .acs_content > section, .access .main .acs_content > dl {
    width: 48%;
  }
  .access .main .acs_content .acs_dl dd {
    margin-bottom: 4rem;
  }
  .access .main .acs_content .acs_dl dd:last-of-type {
    margin-bottom: 0;
  }
  .access .main .gmap {
    margin: 0;
    height: auto;
  }
}

.signature_box {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .signature_box {
    border-radius: 3rem;
  }
}
.signature_box {
  border: 1px solid var(--clr_green);
}
@media screen and (min-width: 48em), print {
  .signature_box {
    padding: 3rem;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}