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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

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

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

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

a[class*=btn_rsv] {
  pointer-events: none;
}
a[class*=btn_rsv]:focus-visible {
  outline: 1px solid #999;
  opacity: 0.5;
}

:root {
  --clr_txt: #2B2B2B;
  --rgb_txt: 43 43 43;
  --clr_green_dark: #00913A;
  --rgb_green_dark: 0 145 58;
  --clr_green_dark2: #6FB92C;
  --rgb_green_dark2: 111 185 44;
  --clr_green_dark3: #7BDE22;
  --rgb_green_dark3: 123 222 34;
  --clr_green_dark4: #71C723;
  --rgb_green_dark4: 113 199 35;
  --clr_green: #70C722;
  --rgb_green: 112 199 34;
  --clr_green_light: #ABE34C;
  --rgb_green_light: 171 227 76;
  --clr_green_light2: #C0DF42;
  --rgb_green_light2: 192 223 66;
  --clr_green_light3: #CDE669;
  --rgb_green_light3: 205 230 105;
  --clr_green_light4: #C4E8A3;
  --rgb_green_light4: 196 232 163;
  --clr_green_light5: #DDF5C8;
  --rgb_green_light5: 221 245 200;
  --clr_green_light6: #E4F2D8;
  --rgb_green_light6: 228 242 216;
  --clr_green_light7: #ECF3E6;
  --rgb_green_light7: 236 243 230;
  --clr_green_light8: #FBFEEE;
  --rgb_green_light8: 251 254 238;
  --clr_green_light9: #A1D86E;
  --rgb_green_light9: 161 216 110;
  --clr_orange_dark: #F29600;
  --rgb_orange_dark: 242 150 0;
  --clr_orange_dark2: #FBC46B;
  --rgb_orange_dark2: 251 196 107;
  --clr_orange: #EEB355;
  --rgb_orange: 238 179 85;
  --clr_orange_light: #FFD58F;
  --rgb_orange_light: 255 213 143;
  --clr_orange_light2: #FFE9C5;
  --rgb_orange_light2: 255 233 197;
  --clr_red: #E66161;
  --rgb_red: 230 97 97;
  --clr_yellow: #F8E653;
  --rgb_yellow: 248 230 83;
  --clr_yellow_light: #EEF35F;
  --rgb_yellow_light: 238 243 95;
  --clr_yellow_light2: #FCFAE5;
  --rgb_yellow_light2: 252 250 229;
  --clr_blue: #439DD9;
  --rgb_blue: 67 157 217;
  --clr_blue_light: #EBEDF3;
  --rgb_blue_light: 235 237 243;
  --clr_gray_dark: #9A9A9A;
  --rgb_gray_dark: 154 154 154;
  --clr_gray_dark2: #575757;
  --rgb_gray_dark2: 87 87 87;
  --clr_gray_dark3: #555555;
  --rgb_gray_dark3: 85 85 85;
  --clr_gray_dark4: #787878;
  --rgb_gray_dark4: 120 120 120;
  --clr_gray_dark5: #707070;
  --rgb_gray_dark5: 112 112 112;
  --clr_gray_dark6: #757575;
  --rgb_gray_dark6: 117 117 117;
  --clr_gray_dark7: #9E9E9E;
  --rgb_gray_dark7: 158 158 158;
  --clr_gray_dark8: #A9A9A9;
  --rgb_gray_dark8: 169 169 169;
  --clr_gray: #E6E6E6;
  --rgb_gray: 230 230 230;
  --clr_gray_light: #ECECEC;
  --rgb_gray_light: 236 236 236;
  --clr_gray_light2: #E9E9E9;
  --rgb_gray_light2: 233 233 233;
  --clr_gray_light3: #D2D2D2;
  --rgb_gray_light3: 210 210 210;
  --clr_gray_light4: #C5C5C5;
  --rgb_gray_light4: 197 197 197;
  --clr_gray_light5: #D1D1D1;
  --rgb_gray_light5: 209 209 209;
  --clr_gray_light6: #ccc;
  --rgb_gray_light6: 204 204 204;
  --clr_gray_light7: #F9F9F9;
  --rgb_gray_light7: 249 249 249;
  --clr_brown: #9A6631;
  --rgb_brown: 154 102 49;
  --clr_brown_light: #EDECE6;
  --rgb_brown_light: 237 236 230;
}

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes balloon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.6rem);
  }
}
@keyframes airball {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes clip_center {
  0% {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_left {
  0% {
    opacity: 1;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translateX(1rem);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes clip_right {
  0% {
    opacity: 1;
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes clip_top {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes rotatex {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes fade_rotate {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

.txt_red {
  color: var(--clr_red) !important;
  font-weight: 500;
}

.txt_orange {
  color: var(--clr_orange_dark) !important;
}

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

.img_c {
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  body:not(.index) .main > section ~ section, body:not(.index) .flex2 > section ~ section {
    margin-top: 10rem;
  }
  body:not(.index) .main > section section ~ section, body:not(.index) .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  body:not(.index) .main > section > section section ~ section, body:not(.index) .flex2 > section > section section ~ section {
    margin-top: 6rem;
  }
  body:not(.index) .main > section > section > section section ~ section, body:not(.index) .flex2 > section > section > section section ~ section {
    margin-top: 4rem;
  }
  .mth2 {
    margin-top: 10rem !important;
  }
  .mth3 {
    margin-top: 8rem !important;
  }
  .mth4 {
    margin-top: 6rem !important;
  }
  .mth5 {
    margin-top: 4rem !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  letter-spacing: 0.06em;
}
.tbl_time caption ul {
  display: flex;
  justify-content: space-between;
}
.tbl_time caption ul li.closed_days span {
  background: var(--clr_red);
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
  border-radius: 0.3rem;
  margin: 0 0.5rem 0 0;
  font-size: 90%;
}
.tbl_time caption ul li .fontello_font {
  font-size: 90%;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  border-top: 2px solid var(--clr_green_dark2);
  border-bottom: 2px solid var(--clr_green_dark2);
  font-weight: 500;
  font-size: 90%;
  text-align: center;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
}
.tbl_time tr th[scope=row] {
  font-weight: 400;
  border-bottom: 1px solid var(--clr_gray_dark);
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_gray_dark);
  line-height: 1;
  color: var(--clr_green_dark2);
  font-size: 70%;
}
.tbl_time tr td.closed {
  color: var(--clr_gray_dark);
  font-size: 100%;
}
.tbl_time tr td.txt_orange {
  font-size: 90% !important;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time caption {
    margin-top: 2rem;
  }
  .tbl_time caption ul li.closed_days span {
    padding: 0.2rem 2.5rem;
    border-radius: 6px;
    margin: 0 2rem 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=col]:last-child {
    width: 12%;
    padding: 1rem 1.5rem 1rem 0;
  }
  .tbl_time tr td {
    padding: 3.3rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 3.3rem 1.5rem 3.3rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: var(--clr_green_dark);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  margin: 0 auto 2rem;
  padding: 1.4em 0 0;
  background: url(../img/logo_mark.svg) no-repeat center top/2.1em auto;
}
.tit_02::after {
  content: "";
  width: 1.5em;
  height: 1px;
  background: var(--clr_gray_dark);
  margin: 0.4em auto;
  display: block;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: linear-gradient(to bottom, var(--clr_green) 0, var(--clr_green_light2) 100%);
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem 1.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-bottom: 2px solid var(--clr_gray);
  position: relative;
}
.tit_04::before {
  font-family: "fontello";
  content: "\ec9e";
  color: var(--clr_orange);
  position: absolute;
  left: 0;
  top: 0;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0 0 0 1.4em;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
.tit_05::before {
  font-family: "fontello";
  content: "\ec9f";
  color: var(--clr_green_light9);
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 120%;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 22rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3rem;
  }
  .tit_02 {
    font-size: 2.6rem;
    margin: 0 auto 4rem;
  }
  .tit_03 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0.8rem 2rem;
    border-radius: 6px;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem 1.5em;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.5rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_orange_dark);
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.lst_ul.green li::before {
  color: var(--clr_green_dark2);
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

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

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

.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  padding: 2rem 1rem;
  position: relative;
  border: 2px solid var(--clr_gray_light);
  border-radius: 0.5rem;
}
.lst_flow > li .tit {
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  align-items: first baseline;
  gap: 0.5em;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
}
.lst_flow > li .tit::before {
  counter-increment: number 1;
  content: counter(number);
  background: var(--clr_orange);
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 0 2px 1px;
  text-align: center;
}
.lst_flow > li:not(:last-of-type) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-of-type)::after {
  content: "";
  width: 4.5rem;
  height: 1.3rem;
  background: var(--clr_gray);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem 8rem;
    border: 3px solid var(--clr_gray_light);
    border-radius: 1rem;
  }
  .lst_flow > li .tit {
    font-size: 2rem;
    position: relative;
  }
  .lst_flow > li .tit::before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: -5rem;
    padding: 0 0 3px 1px;
  }
  .lst_flow > li:not(:last-of-type) {
    margin: 0 0 11rem;
  }
  .lst_flow > li:not(:last-of-type)::after {
    width: 9rem;
    height: 2.6rem;
    bottom: -7.5rem;
  }
}

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

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2.lst_ul > li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .flex2.gap {
    gap: 4rem;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel_style {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.tel_style::before {
  font-family: "fontello";
  content: "\ec90";
  color: var(--clr_green_dark2);
}
@media screen and (min-width: 48em), print {
  .tel_style {
    gap: 1rem;
  }
}

.box_yellow, .box_green {
  padding: 1rem;
  margin: 1em 0;
  border-radius: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .box_yellow, .box_green {
    padding: 3rem;
    border-radius: 1rem;
  }
}

.box_yellow {
  background: var(--clr_yellow_light2);
}

.box_green {
  background: var(--clr_green_light7);
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  background: var(--clr_orange_dark);
  color: #fff;
  line-height: 1.4;
  border-radius: 100vh;
  padding: 1rem 2rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\eca2";
  font-size: 126%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    padding: 1.5rem 3rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    gap: 1rem;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}

.btn_green, .btn_orange {
  display: inline-block;
  padding: 0.5rem 3.5rem;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  border-radius: 100vh;
  position: relative;
  font-weight: 500;
}
.btn_green::after, .btn_orange::after {
  font-family: "fontello";
  content: "\ec6b";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .btn_green, .btn_orange {
    padding: 0.6rem 5.2rem;
  }
  .btn_green::after, .btn_orange::after {
    right: 1.5rem;
  }
  .btn_green:is(:hover, :focus-visible), .btn_orange:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}

.btn_green {
  background: var(--clr_green_dark2);
}

.btn_orange {
  background: var(--clr_orange_dark);
}

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

.lst_anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li a {
  display: block;
  color: #fff;
  background: var(--clr_orange);
  padding: 0.3em 2.5em 0.3em 2em;
  text-decoration: none !important;
  border-radius: 0.5rem;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.lst_anc li a::after {
  font-family: "fontello";
  content: "\ec8d";
  transform: translateY(-50%) rotateX(180deg);
  position: absolute;
  right: 1em;
  top: 50%;
  font-size: 60%;
}
@media screen and (min-width: 48em), print {
  .lst_anc {
    gap: 2rem;
  }
  .lst_anc li a {
    border-radius: 1rem;
  }
  .lst_anc li a:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 8rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.6rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.slick-arrow.slick-prev {
  left: 0.5rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\ec6b";
  transform: rotateY(180deg);
}
.slick-arrow.slick-next {
  right: 0.5rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\ec6b";
}
.slick-arrow.slick-disabled {
  cursor: auto;
}
.slick-arrow.slick-disabled::before {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 3rem;
    height: 3rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.5rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_orange_dark);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.fontello_font {
  font-family: "fontello" !important;
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

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

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

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

@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;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 7rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 4.6rem;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 3.5rem 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 47rem;
    height: 6rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    width: calc(100% - 47rem);
    margin: 0;
  }
  .header > .wrap .headR ul {
    justify-content: flex-end;
    text-align: right;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    letter-spacing: 0.1em;
    margin: 0 0 0.3rem;
  }
  .header > .wrap .headR ul li.acs::before {
    font-family: "fontello";
    content: "\ec9b" "access";
    font-weight: 500;
    background: var(--clr_green_dark2);
    color: #fff;
    border-radius: 6px;
    padding: 0.1rem 1rem;
  }
  .header > .wrap .headR ul li .tel_style {
    font-size: 2.2rem;
    gap: 0.6rem;
  }
  .header > .wrap .headR ul li .tel_style::before {
    font-size: 90%;
  }
  .header > .wrap .headR .btn_rsv {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_green_dark2);
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 33%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 67%;
  left: 50%;
}
#nav #sp_menu.close span {
  top: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
#nav .gnav_subnav {
  width: 70%;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 6rem 1rem 1rem;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 99;
  visibility: hidden;
  transition: 0.6s;
}
#nav .gnav_subnav.show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
#nav .gnav_subnav .gnav > li a span, #nav .gnav_subnav .gnav > li .sub span {
  position: relative;
}
#nav .gnav_subnav .gnav > li a span::after, #nav .gnav_subnav .gnav > li .sub span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr_orange_dark);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0, 1);
}
#nav .gnav_subnav .gnav > li a.current span::after, #nav .gnav_subnav .gnav > li .sub.current span::after {
  transform: scale(1, 1);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\eca1";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--clr_gray_dark);
  font-size: 1rem;
  transition: 0.3s;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  transform: rotateX(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  border: 1px solid var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px solid var(--clr_brown_light);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
  font-size: 1.25rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  color: #fff;
  background: var(--clr_green_dark2);
}
#nav .gnav_subnav #menu_close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgb(var(--rgb_green)/0.2);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e970";
  font-size: 70%;
  margin: 0.1em 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    visibility: visible;
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 1rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.pc_gnav_n {
    display: none;
  }
  #nav .gnav_subnav .gnav > li:first-child::before, #nav .gnav_subnav .gnav > li::after {
    content: "";
    width: 1px;
    height: 2.6rem;
    background: var(--clr_gray_dark5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li:first-child::before {
    left: 0;
  }
  #nav .gnav_subnav .gnav > li::after {
    right: 0;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
    padding: 1rem 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li a span::after, #nav .gnav_subnav .gnav > li .sub span::after {
    transition: 0.3s;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    transform: translateY(0.3rem);
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) span::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) span::after {
    transform: scale(1, 1);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 23rem;
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border: none;
    box-shadow: 3px 3px 6px rgb(var(--rgb_gray_dark6)/0.16);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    background: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.7rem 0;
    font-size: 1.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    color: #fff;
    background: var(--clr_green_dark2);
    opacity: 1;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  border-top: 1px solid var(--clr_gray);
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 90%;
  margin: 0 auto 1rem;
}
.overview .clinic_name .tel_style {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
}
.overview .clinic_name .tel_style::before {
  color: var(--clr_green_dark);
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}

.gmap {
  height: 100vw;
}

.gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.44;
}
.gaiyo dt {
  width: 24%;
  padding: 0.4rem;
  color: #fff;
  text-align: center;
  background: var(--clr_orange_dark);
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
.gaiyo dt.two_letters {
  letter-spacing: 1em;
  text-indent: 1em;
}
.gaiyo dd {
  width: 76%;
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}
.gaiyo dt:not(:last-of-type), .gaiyo dd:not(:last-of-type) {
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 9rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 3rem;
  }
  .overview .clinic_name img {
    max-width: 47rem;
    margin: 0 auto 2rem;
  }
  .overview .clinic_name .tel_style {
    font-size: 2.6rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .gmap {
    height: 50rem;
  }
  .gaiyo dt {
    padding: 1.1rem 0;
    font-size: 1.6rem;
    border-radius: 0.6rem;
    width: 21%;
  }
  .gaiyo dd {
    padding: 0 0 0 1.5rem;
    width: 79%;
  }
  .gaiyo dt:not(:last-of-type), .gaiyo dd:not(:last-of-type) {
    margin: 0 0 1.1rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgb(var(--rgb_gray_dark)/0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li .tel_style, #tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding: 0;
}
#tel_up ul li .tel_style {
  font-size: 1.8rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 0;
  line-height: 1;
  background: linear-gradient(to bottom, var(--clr_green) 0, var(--clr_green_light2) 100%);
  overflow: hidden;
  position: relative;
  z-index: 101;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\ec8d";
  font-size: 1.4rem;
  text-shadow: none;
  margin: 0 0 0.3rem;
  font-weight: normal;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 9rem;
    height: 9rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 1.8rem;
    border-radius: 50%;
    border: 1px solid #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    padding: 0 0 0.5rem;
  }
  #tel_up #pageup::before {
    font-size: 2.4rem;
    margin: 0 0 0.5rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    filter: brightness(110%);
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_orange_dark);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
  }
  .footer .copy {
    margin: 3.5rem 0 0;
    font-size: 1.8rem;
    padding: 3rem 0;
  }
  .footer ul {
    display: flex;
    text-align: center;
  }
  .footer ul li {
    font-size: 1.6rem;
  }
  .footer ul.gnav {
    gap: 2rem;
    justify-content: space-between;
    width: 110rem;
    margin: 0 auto 2rem;
  }
  .footer ul.gnav li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
  }
  .footer ul.gnav li::before {
    font-family: "fontello";
    content: "\ec6b";
    color: var(--clr_orange_dark);
    font-size: 110%;
  }
  .footer ul.gnav li.treatment {
    display: none;
  }
  .footer ul.subnav {
    justify-content: center;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 0.85rem;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards;
}
.keyvsl .swiper {
  max-width: 90%;
  margin: 0 0 0 auto;
  height: 20rem;
  overflow: hidden;
}
.keyvsl .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.keyvsl .swiper .swiper-wrapper .swiper-slide img {
  height: 20rem !important;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.keyvsl > .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}
.keyvsl > .wrap .catch {
  width: fit-content;
  opacity: 0;
  animation: clip_left 1.5s forwards 0.5s;
}
.keyvsl > .wrap .catch span {
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  background: #fff;
  color: var(--clr_green_dark);
  padding: 0.5rem 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.keyvsl > .wrap .catch span:first-child {
  margin: 0 0 0.5rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    width: 100%;
    overflow-x: clip;
    height: 70rem;
    margin: 2.5rem 0 0;
  }
  .keyvsl .swiper {
    position: absolute;
    height: 70rem;
    width: 155rem;
    right: calc(50% - 100rem);
    max-width: none;
  }
  .keyvsl .swiper .swiper-wrapper .swiper-slide img {
    height: 70rem !important;
  }
  .keyvsl > .wrap {
    max-width: 140rem;
    width: 100%;
    min-width: 120rem;
  }
  .keyvsl > .wrap .catch span {
    font-size: 4.2rem;
    padding: 1.6rem 1.5rem 1.6rem 2.5rem;
  }
  .keyvsl > .wrap .catch span:first-child {
    margin: 0 0 2.3rem;
    padding: 1.6rem 4.5rem 1.6rem 2.5rem;
  }
}
.about {
  margin: 2rem 0 0;
  padding: 4rem 1rem;
  background: linear-gradient(to bottom, #fff 0, var(--clr_green_light8) 6rem);
  opacity: 0;
}
.about.trigger {
  animation: fade_up 1s forwards;
}
.about > p {
  text-align: center;
}
.about section {
  margin: 2rem 0 0;
}
.about section h3 {
  color: var(--clr_gray_dark2);
  font-size: 1.7rem;
  border-bottom: 1px solid var(--clr_orange_dark);
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
  letter-spacing: 0.08em;
}
.about section p {
  line-height: 1.77;
}
.about section .gallery {
  margin: 2rem 0 0;
  width: 100%;
}

@media screen and (min-width: 48em), print {
  .about {
    margin: 9rem 0 0;
    padding: 8rem var(--padding120);
    background: linear-gradient(to bottom, #fff 0, var(--clr_green_light8) 11.5rem);
  }
  .about .tit_02 {
    margin: 0 auto 3rem;
  }
  .about section {
    margin: 4rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about section .txt_wrap {
    width: 45%;
  }
  .about section .txt_wrap h3 {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
  .about section .gallery {
    margin: 0;
    width: 45%;
  }
  .about section .gallery .gallery_slider .slick-arrow {
    top: 16.5rem;
  }
}
.before9 {
  padding: 2rem 1rem 8rem;
  opacity: 0;
}
.before9.trigger {
  animation: fade_up 1s forwards;
}
.before9 p {
  line-height: 1.77;
}
.before9 p .txt_small {
  font-size: 88.8%;
  letter-spacing: 0.08em;
}
.before9 p .txt_small .txt_underline {
  border-bottom: 3px double var(--clr_gray_dark);
}
.before9 > div section {
  margin: 2rem 0 0;
}
.before9 > div section h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-bottom: 2px solid var(--clr_green_dark2);
  margin: 0 0 1.3rem;
}
.before9 > div section .gallery {
  width: 100%;
}
.before9 > div section .gallery .route_slider .slick-arrow {
  top: 10rem;
}
.before9 > div section .gallery .route_slider .slick-arrow::before {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 48em), print {
  .before9 {
    padding: 2rem var(--padding120) 12rem;
  }
  .before9 p .txt_small .txt_underline {
    border-bottom: 4px double var(--clr_gray_dark);
    padding: 0 0 0.5rem;
  }
  .before9 > div {
    margin: 4rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .before9 > div section {
    margin: 0;
    width: 54rem;
  }
  .before9 > div section h3 {
    font-size: 2rem;
  }
  .before9 > div section .gallery .route_slider .slick-arrow {
    top: 18.5rem;
  }
  .before9 > div section .gallery .route_slider .slick-arrow::before {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
}
.info {
  padding: 2rem 1rem;
  margin: 4rem 1rem;
  border: 2px solid var(--clr_blue_light);
  border-radius: 1rem;
  opacity: 0;
}
.info.trigger {
  animation: fade_up 1s forwards;
}
.info .tit {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: var(--clr_gray_dark2);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-bottom: 1px solid var(--clr_gray_dark);
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
}
.info .tit::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_info.svg) no-repeat center/100% auto;
}
.info dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  line-height: 1.77;
  scrollbar-color: var(--clr_green_light4) var(--clr_gray_light2);
  scrollbar-width: thin;
}
.info dl::-webkit-scrollbar {
  width: 8px;
}
.info dl ::-webkit-scrollbar-track {
  background: var(--clr_gray_light2);
}
.info dl ::-webkit-scrollbar-thumb {
  background: var(--clr_green_light4);
  border-radius: 100vw;
}
.info dl dt {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-weight: 500;
  color: var(--clr_txt);
  font-size: 1.3rem;
  cursor: pointer;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\ec6c";
  color: var(--clr_green_dark2);
  font-weight: normal;
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\ec69";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_gray_light2);
}
.info dl dd {
  margin: 0 0 1.6rem 2rem;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 110rem;
    margin: 10rem auto 8rem;
    padding: 4rem 6rem;
    border: 4px solid var(--clr_blue_light);
    border-radius: 2rem;
  }
  .info .tit {
    font-size: 2.6rem;
    gap: 1rem;
    margin: 0 0 2rem;
  }
  .info .tit::before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .info dl {
    max-height: 40rem;
    flex: 1;
    padding: 0 3rem 0 0;
  }
  .info dl dt {
    gap: 0 1rem;
    font-size: 1.9rem;
    padding: 0 2rem 0 1rem;
    transition: 0.2s;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 2rem 0 1rem;
  }
  .info dl dt:hover {
    color: var(--clr_green_dark);
  }
  .info dl dd {
    margin: 0 0 1.6rem;
    padding: 0 2rem 0 1rem;
  }
}
.tit_02_eng {
  color: var(--clr_brown);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: relative;
  opacity: 0;
}
.tit_02_eng.trigger {
  animation: fadein 1s forwards;
}
.tit_02_eng::before {
  content: attr(data-txt);
  color: var(--clr_orange_light2);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 500%;
  line-height: 1;
  position: absolute;
  top: -8.5rem;
  left: -1rem;
  letter-spacing: 0;
}

@media screen and (min-width: 48em), print {
  .tit_02_eng {
    font-size: 3.2rem;
  }
  .tit_02_eng::before {
    font-size: 18rem;
    top: -15.5rem;
    left: -4rem;
  }
}
.feature {
  padding: 4rem 1rem;
  background: url(../img/index_feat_bg.jpg) no-repeat center top/cover;
}
.feature ol {
  counter-reset: number 0;
}
.feature ol li {
  padding: 4.5rem 0 16rem;
  position: relative;
}
.feature ol li:not(:last-child) {
  margin: 0 0 3rem;
}
.feature ol li::before {
  content: "";
  width: 43%;
  height: 2px;
  background: var(--clr_yellow);
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}
.feature ol li::after {
  counter-increment: number 1;
  content: "Point " counter(number, decimal-leading-zero);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: var(--clr_yellow);
  opacity: 0;
}
.feature ol li.trigger::before {
  animation: fadein 1s forwards;
}
.feature ol li.trigger::after {
  animation: rotatex 1s forwards;
}
.feature ol li.trigger .txt_wrap {
  animation: fadein 1s forwards 0.5s;
}
.feature ol li .txt_wrap {
  position: relative;
  background: #fff;
  width: calc(100% - 2rem);
  padding: 1rem 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 3px rgb(var(--rgb_gray_dark3)/0.16);
  line-height: 1.77;
  opacity: 0;
}
.feature ol li .txt_wrap::before {
  content: "";
  width: 80%;
  height: 16rem;
  position: absolute;
  right: -2rem;
  bottom: -16rem;
  background: linear-gradient(to bottom left, var(--clr_orange_dark2) 0, var(--clr_yellow_light));
  border-radius: 0.5rem;
}
.feature ol li .txt_wrap::after {
  content: "";
  width: 80%;
  height: 16rem;
  position: absolute;
  right: -1rem;
  bottom: -15rem;
  border-radius: 0.5rem;
}
.feature ol li .txt_wrap .tit {
  color: var(--clr_orange_dark);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-bottom: 2px solid var(--clr_gray_light3);
  letter-spacing: 0.08em;
}
.feature ol li .txt_wrap .tit span {
  font-size: 83%;
}
.feature ol li.feat1 .txt_wrap::after {
  background: url(../img/index_feat1.jpg) no-repeat center/cover;
}
.feature ol li.feat2 .txt_wrap::after {
  background: url(../img/index_feat2.jpg) no-repeat center/cover;
}
.feature ol li.feat3 .txt_wrap::after {
  background: url(../img/index_feat3.jpg) no-repeat center/cover;
}
.feature ol li.feat4 .txt_wrap::after {
  background: url(../img/index_feat4.jpg) no-repeat center/cover;
}
.feature ol li:nth-child(2n)::before {
  background: var(--clr_green_light);
  left: auto;
  right: 0;
}
.feature ol li:nth-child(2n)::after {
  right: auto;
  left: 0;
  color: var(--clr_green_light);
}
.feature ol li:nth-child(2n) .txt_wrap {
  margin: 0 0 0 auto;
}
.feature ol li:nth-child(2n) .txt_wrap::before {
  right: auto;
  left: -2rem;
  background: linear-gradient(to bottom left, var(--clr_green_dark3) 0, var(--clr_green_light3));
}
.feature ol li:nth-child(2n) .txt_wrap::after {
  right: auto;
  left: -1rem;
}
.feature ol li:nth-child(2n) .txt_wrap .tit {
  color: var(--clr_green_dark2);
}
.feature ol li:nth-child(2n) .txt_wrap p {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 6.5rem var(--padding120) 16rem;
    background-size: 200rem auto;
  }
  .feature ol li {
    padding: 5.5rem 0 0;
    min-height: 50.7rem;
  }
  .feature ol li:not(:last-child) {
    margin: 0 0 4.5rem;
  }
  .feature ol li::before {
    width: 87rem;
    top: 1.5rem;
  }
  .feature ol li::after {
    font-size: 9rem;
  }
  .feature ol li .txt_wrap {
    width: 72rem;
    padding: 3rem 10rem 4rem 4rem;
    border-radius: 1rem;
    box-shadow: 0px 3px 6px rgb(var(--rgb_gray_dark3)/0.16);
  }
  .feature ol li .txt_wrap::before {
    width: 54rem;
    height: 36rem;
    right: -48rem;
    bottom: auto;
    top: 8.5rem;
    border-radius: 1rem;
  }
  .feature ol li .txt_wrap::after {
    width: 54rem;
    height: 36rem;
    right: -46rem;
    bottom: auto;
    top: 6.5rem;
    border-radius: 1rem;
  }
  .feature ol li .txt_wrap .tit {
    font-size: 2.4rem;
  }
  .feature ol li:nth-child(2n) .txt_wrap {
    padding: 3rem 3rem 4rem 12rem;
  }
  .feature ol li:nth-child(2n) .txt_wrap::before {
    left: -48rem;
  }
  .feature ol li:nth-child(2n) .txt_wrap::after {
    left: -46rem;
  }
}
.tre {
  padding: 4rem 0.5rem;
  width: 100%;
  overflow-x: clip;
}
.tre .tit_02 {
  opacity: 0;
}
.tre p {
  text-align: center;
  padding: 0 0.5rem;
  opacity: 0;
}
.tre.trigger .tit_02, .tre.trigger p {
  animation: fadein 1s forwards;
}
.tre.trigger .nav_wrap::before {
  animation: fade_rotate 2.5s forwards;
}
.tre.trigger .nav_wrap::after {
  animation: fadein 1s forwards 0.5s;
}
.tre.trigger .nav_wrap .subnav::before {
  animation: clip_center 1s forwards 0.7s;
}
.tre.trigger .nav_wrap .subnav li a {
  animation: fadein 1s forwards 1.5s;
}
.tre .nav_wrap {
  position: relative;
}
.tre .nav_wrap::before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  background: url(../img/index_tre_bg.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
}
.tre .nav_wrap::after {
  content: "";
  width: 8rem;
  height: 18rem;
  background: url(../img/index_tre_body.svg) no-repeat center/100% auto;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.tre .nav_wrap .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 3rem 0 0;
  gap: 0.8rem 0;
}
.tre .nav_wrap .subnav::before {
  content: "";
  width: 16.2rem;
  height: 17rem;
  background: url(../img/index_tre_line.svg) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8rem;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
.tre .nav_wrap .subnav li {
  width: 35%;
  position: relative;
  z-index: 2;
}
.tre .nav_wrap .subnav li:nth-child(5), .tre .nav_wrap .subnav li:nth-child(7) {
  margin-top: -0.5rem;
}
.tre .nav_wrap .subnav li:last-child {
  margin-top: 3.2rem;
}
.tre .nav_wrap .subnav li a {
  display: block;
  position: relative;
  background: linear-gradient(to right, var(--clr_green) 0, var(--clr_green_light2) 100%);
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border-radius: 100vh;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.tre .nav_wrap .subnav li a::before {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr_green_dark4);
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  text-shadow: none;
  font-weight: normal;
}
.tre .nav_wrap .subnav li a.neck::before {
  font-family: "fontello";
  content: "\eca5";
}
.tre .nav_wrap .subnav li a.shoulder::before {
  font-family: "fontello";
  content: "\eca7";
}
.tre .nav_wrap .subnav li a.elbow::before {
  font-family: "fontello";
  content: "\eca4";
}
.tre .nav_wrap .subnav li a.waist::before {
  font-family: "fontello";
  content: "\eca6";
}
.tre .nav_wrap .subnav li a.hand::before {
  font-family: "fontello";
  content: "\eca9";
}
.tre .nav_wrap .subnav li a.hipjoint::before {
  font-family: "fontello";
  content: "\eca8";
}
.tre .nav_wrap .subnav li a.knees::before {
  font-family: "fontello";
  content: "\ecab";
}
.tre .nav_wrap .subnav li a.feet::before {
  font-family: "fontello";
  content: "\ecaa";
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 3rem var(--padding120) 6rem;
  }
  .tre .tit_02 {
    margin: 0 auto 1.5rem;
  }
  .tre p {
    margin: 0 0 3rem;
  }
  .tre .nav_wrap::before {
    width: 78rem;
  }
  .tre .nav_wrap::after {
    width: 30rem;
    height: 66.8rem;
    top: 4.5rem;
  }
  .tre .nav_wrap .subnav {
    align-content: flex-start;
    padding: 11.5rem 1rem 0;
    min-height: 78rem;
    gap: 4rem 60rem;
  }
  .tre .nav_wrap .subnav::before {
    width: 60.5rem;
    height: 54rem;
    top: 14rem;
    left: -1px;
  }
  .tre .nav_wrap .subnav li {
    width: 28.9rem;
  }
  .tre .nav_wrap .subnav li:nth-child(5) {
    margin-top: -0.4rem;
  }
  .tre .nav_wrap .subnav li:nth-child(7) {
    margin-top: -0.8rem;
  }
  .tre .nav_wrap .subnav li:last-child {
    margin-top: 12.5rem;
  }
  .tre .nav_wrap .subnav li a {
    padding: 2.4rem 1.5rem 2.4rem 7rem;
    font-size: 2.2rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.5s;
  }
  .tre .nav_wrap .subnav li a::before {
    width: 5rem;
    height: 5rem;
    left: 2.4rem;
    font-size: 4.9rem;
  }
  .tre .nav_wrap .subnav li a::after {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: rgb(var(--rgb_green_dark2)/0.7);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: 0.5s;
  }
  .tre .nav_wrap .subnav li a.neck::after {
    top: 0.7rem;
    left: -29.7rem;
  }
  .tre .nav_wrap .subnav li a.shoulder::after {
    top: 2.9rem;
    left: 52.9rem;
  }
  .tre .nav_wrap .subnav li a.elbow::after {
    top: 2.5rem;
    left: -23.3rem;
  }
  .tre .nav_wrap .subnav li a.waist::after {
    top: 3.2rem;
    left: 54.4rem;
  }
  .tre .nav_wrap .subnav li a.hand::after {
    top: -1rem;
    left: -20.4rem;
  }
  .tre .nav_wrap .subnav li a.hipjoint::after {
    top: -1.5rem;
    left: 54.2rem;
  }
  .tre .nav_wrap .subnav li a.knees::after {
    top: -0.8rem;
    left: -28.7rem;
  }
  .tre .nav_wrap .subnav li a.feet::after {
    top: 2.9rem;
    left: 54.2rem;
  }
  .tre .nav_wrap .subnav li a:is(:focus-visible, :hover) {
    filter: brightness(110%);
  }
  .tre .nav_wrap .subnav li a:is(:focus-visible, :hover)::after {
    opacity: 1;
  }
}
.guide {
  padding: 4rem 1rem 8rem;
  background: linear-gradient(to top, var(--clr_yellow_light2) 57%, #fff 57%);
}
.guide .tit_02 {
  opacity: 0;
}
.guide.trigger .tit_02 {
  animation: fadein 1s forwards;
}
.guide.trigger .txt_wrap::before {
  animation: fadein 1s forwards 0.3s;
}
.guide.trigger .txt_wrap p {
  animation: fade_up 1s forwards 0.3s;
}
.guide.trigger .symp_rehab_wrap > div, .guide.trigger .btn_orange {
  animation: fadein 1s forwards 0.8s;
}
.guide .txt_wrap::before {
  content: "";
  width: 60%;
  height: 10rem;
  background: url(../img/logo_mark.svg) no-repeat center/100%;
  display: block;
  margin: 0 auto 2rem;
  opacity: 0;
}
.guide .txt_wrap p {
  line-height: 1.77;
  opacity: 0;
}
.guide .txt_wrap p.lead {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--clr_gray_dark2);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.guide .txt_wrap p.lead::before {
  content: "";
  width: 1.5rem;
  height: 0.3rem;
  margin: 1rem 0 0;
  background: var(--clr_orange_dark);
}
.guide .symp_rehab_wrap {
  margin: 22rem 0 0;
}
.guide .symp_rehab_wrap > div {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  padding: 2rem 1rem 1rem;
  margin: 18rem 0 0;
  position: relative;
  opacity: 0;
}
.guide .symp_rehab_wrap > div .tit {
  border-bottom: 2px solid var(--clr_gray_light4);
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.guide .symp_rehab_wrap > div::before {
  content: "";
  width: 100%;
  height: 16rem;
  position: absolute;
  top: -18rem;
  left: 0;
  right: 0;
}
.guide .symp_rehab_wrap > div::after {
  color: var(--clr_orange_light);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -1.3rem;
}
.guide .symp_rehab_wrap > div.symp {
  margin: 18rem 0 21rem;
}
.guide .symp_rehab_wrap > div.symp::before {
  background: url(../img/index_guide01.jpg) no-repeat center/cover;
}
.guide .symp_rehab_wrap > div.symp::after {
  content: "symptoms";
}
.guide .symp_rehab_wrap > div.rehab::before {
  background: url(../img/index_guide02.jpg) no-repeat center/cover;
}
.guide .symp_rehab_wrap > div.rehab::after {
  content: "Rehabilitation";
}
.guide .btn_orange {
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
  opacity: 0;
}

@media screen and (min-width: 48em), print {
  .guide {
    padding: 4rem var(--padding120) 12rem;
    background: linear-gradient(to top, var(--clr_yellow_light2) 65rem, #fff 65rem);
  }
  .guide .txt_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5.8rem;
  }
  .guide .txt_wrap::before {
    width: 32rem;
    height: 17.4rem;
    margin: 0;
    flex-shrink: 0;
  }
  .guide .txt_wrap p.lead {
    font-size: 2.4rem;
    gap: 1.3rem;
    margin: 0 0 2rem;
  }
  .guide .txt_wrap p.lead::before {
    width: 2rem;
    height: 0.4rem;
    margin: 1.5rem 0 0;
  }
  .guide .symp_rehab_wrap {
    margin: 4rem 0 0;
    display: flex;
    justify-content: space-between;
  }
  .guide .symp_rehab_wrap > div {
    border-radius: 2rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 2.5rem 3.5rem;
    margin: 34rem 0 0;
    width: 54rem;
  }
  .guide .symp_rehab_wrap > div .tit {
    margin: 0 0 1.5rem;
    font-size: 2.2rem;
  }
  .guide .symp_rehab_wrap > div::before {
    height: 30rem;
    top: -34rem;
  }
  .guide .symp_rehab_wrap > div::after {
    font-size: 4.5rem;
    right: 2.5rem;
    top: -1.7rem;
  }
  .guide .symp_rehab_wrap > div.symp {
    margin: 34rem 0 0;
  }
  .guide .btn_orange {
    margin: 4rem auto 0;
  }
}
.greet {
  padding: 4rem 2rem;
  overflow-x: clip;
}
.greet.trigger .tit_02_eng {
  animation: fadein 1s forwards;
}
.greet.trigger p {
  animation: fade_up 1s forwards 0.3s;
}
.greet.trigger .licence, .greet.trigger .btn_green {
  animation: fadein 1s forwards 0.8s;
}
.greet .tit_02_eng {
  z-index: 1;
  color: var(--clr_gray_dark2);
  border-bottom: 2px solid var(--clr_green_dark2);
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
}
.greet .tit_02_eng::before {
  color: var(--clr_green_light6);
  left: -3rem;
  z-index: -1;
}
.greet p {
  line-height: 1.77;
  margin: 0 0 0.8em;
  opacity: 0;
}
.greet .licence {
  margin: 2rem 0 0;
  opacity: 0;
}
.greet .licence .tit {
  color: var(--clr_green_dark2);
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin: 0 auto;
  padding: 0 1rem;
  width: fit-content;
  background: #fff;
  position: relative;
  z-index: 2;
}
.greet .licence .lst_ul {
  font-size: 1.1rem;
  border: 2px solid var(--clr_green_light5);
  border-radius: 1rem;
  padding: 3rem 1rem 1.5rem;
  margin-top: -1.5rem;
}
.greet .btn_green {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  opacity: 0;
}

@media screen and (min-width: 48em), print {
  .greet {
    padding: 7rem var(--padding120);
  }
  .greet .tit_02_eng {
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
  .greet .tit_02_eng::before {
    left: -7rem;
  }
  .greet .licence .tit {
    font-size: 2rem;
  }
  .greet .licence .lst_ul {
    font-size: 1.6rem;
    border: 4px solid var(--clr_green_light5);
    border-radius: 2rem;
    padding: 3.5rem 3.5rem 3rem;
    margin-top: -2.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 0.5%;
  }
  .greet .licence .lst_ul li {
    width: 33%;
  }
  .greet .btn_green {
    margin: 4rem auto 0;
  }
}
.corporation {
  padding: 4rem 1rem;
  opacity: 0;
}
.corporation p {
  text-align: center;
  line-height: 1.77;
}
.corporation.trigger {
  animation: fadein 1s forwards;
}
.corporation section {
  margin: 3rem 0 0;
}
.corporation section .tit {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.corporation section .tit::before {
  content: "●";
  color: var(--clr_orange_dark);
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 85%;
}
.corporation section .tit::after {
  content: "";
  width: auto;
  height: 2px;
  background: var(--clr_gray_light5);
  flex: 1;
}
.corporation section ul li {
  background: var(--clr_yellow_light2);
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
.corporation section ul li a {
  display: block;
  margin: 0 0 2rem;
}
.corporation section ul li a img {
  border-radius: 0.5rem;
  box-shadow: 0 2px 3px rgb(var(--rgb_gray_dark4)/0.16);
}
.corporation section ul li .gaiyo dt {
  background: var(--clr_green_dark2);
}

@media screen and (min-width: 48em), print {
  .corporation {
    padding: 4rem var(--padding120) 10rem;
  }
  .corporation .tit_02 {
    margin: 0 auto 2rem;
  }
  .corporation section {
    margin: 3.5rem 0 0;
  }
  .corporation section .tit {
    gap: 2rem;
    padding: 0 0 0 2.5rem;
    margin: 0 0 2.5rem;
    font-size: 2rem;
  }
  .corporation section ul li {
    padding: 3.5rem 1rem 4rem 5rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8rem;
  }
  .corporation section ul li a {
    margin: 0;
    width: 49.9rem;
  }
  .corporation section ul li a img {
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgb(var(--rgb_gray_dark4)/0.16);
    transition: 0.3s;
  }
  .corporation section ul li a:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .corporation section ul li a:is(:hover, :focus-visible) img {
    opacity: 0.8;
  }
  .corporation section ul li .gaiyo {
    flex: 1;
  }
  .corporation section ul li .gaiyo dd {
    padding: 0 0 0 2rem;
  }
}
.renkei {
  padding: 4rem 2rem;
  background: var(--clr_gray_light7);
}
.renkei ul li {
  margin: 0 0 1rem;
}
.renkei ul li a {
  border: 1px solid var(--clr_gray_dark8);
  border-radius: 4px;
  background: #fff;
  padding: 1.5rem 2rem;
  line-height: 1.4;
  display: block;
  text-decoration: none !important;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}

@media screen and (min-width: 48em), print {
  .renkei {
    padding: 8rem var(--padding120);
  }
  .renkei ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .renkei ul li {
    margin: 0;
    width: calc((100% - 3.6rem) / 4);
  }
  .renkei ul li a {
    border-radius: 8px;
    padding: 2.1rem 2rem;
  }
  .renkei ul li a:is(:hover, :focus-visible) {
    background: var(--clr_gray_light);
    opacity: 1;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
}
body:not(.index) .main .tel_style {
  font-size: 120%;
}
body:not(.index) .main a:not([class*=btn], [href*="tel:"], .lst_anc > li > a) {
  color: var(--clr_txt);
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 110rem;
    margin: 7rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

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

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

.gallery {
  width: 94%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap, .gallery .route_slider div .cap {
  text-align: center;
  color: #fff;
  padding: 0.6rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_green_dark2);
  line-height: 1.4;
  font-weight: 500;
}
.gallery .gallery_slider div .slick-current .cap, .gallery .route_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap, .gallery .route_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img, .gallery .route_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
  filter: brightness(50%);
}
.gallery .gallery_thum .slick-current div img, .gallery .route_thum .slick-current div img {
  filter: none;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider, .gallery .route_slider {
    font-size: 1.8rem;
  }
  .gallery .gallery_slider div .cap, .gallery .route_slider div .cap {
    font-size: 1.8rem;
    padding: 1.2rem;
  }
  .gallery .gallery_thum, .gallery .route_thum {
    width: calc(100% + 0.6rem);
  }
  .gallery .gallery_thum#clinic01_nav .slick-track, .gallery .route_thum#clinic01_nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */