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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  /*
     margin-left: auto;
     margin-right: auto;
  */
  margin: 0;
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #000;
  --clr_main: #00913A;
  --clr_sub01: #6A3906;
  --clr_sub02: #F5F5F5;
  --clr_sub03: #BCBCBC;
  --clr_sub04: #81C89D;
  --clr_sub05: #CC3D66;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: #f00 !important;
}

.img_c {
  margin: 1rem auto;
}

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

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

@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;
  }
}
.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;
}

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

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mg0 {
  margin: 0 !important;
}

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

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

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@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;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 1.4rem;
  caption-side: bottom;
  text-align: left;
  margin: 0.6rem 0 0 0;
}
.tbl_time caption .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin: 1rem 0 0 0;
}
.tbl_time caption .cont span {
  border: 1px var(--clr_txt) solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem 0 0;
  width: 7rem;
  min-height: 2rem;
}
.tbl_time caption .cont span.dr {
  width: 17rem;
}
.tbl_time caption .cont span.red {
  border: none;
  width: auto;
  min-height: auto;
  font-size: 80%;
  margin: 0 0 0 0.4rem;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--clr_txt);
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.tbl_time tr th[scope=col]:first-child {
  width: 28%;
}
.tbl_time tr th[scope=row] {
  text-align: center;
  background: #fff;
  white-space: nowrap;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1;
  background: #fff;
  font-weight: 500;
}
.tbl_time tr:not(:last-child) th[scope=row] {
  border-bottom: 1px dotted var(--clr_sub03);
}
.tbl_time tr:not(:last-child) td {
  border-bottom: 1px dotted var(--clr_sub03);
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2.2rem;
  }
  .tbl_time caption .cont {
    font-size: 2.2rem;
    margin: 1.5rem 0 0 0;
  }
  .tbl_time caption .cont span {
    margin: 0 2rem 0 0;
    width: 13rem;
    min-height: 4rem;
  }
  .tbl_time caption .cont span.dr {
    width: 26rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.741rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 17rem;
  }
  .tbl_time tr th[scope=col]:last-child {
    padding: 0 2rem 0 0;
  }
  .tbl_time tr td {
    padding: 2.35rem 0;
  }
  .tbl_time tr td:last-child {
    padding: 0 2rem 0 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  min-height: 12rem;
  background: -webkit-gradient(linear, left top, right top, from(#4cb174), to(#81c89d));
  background: linear-gradient(to right, #4cb174 0%, #81c89d 100%);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: relative;
  overflow-x: clip;
}
.tit_01::before, .tit_01::after {
  content: "";
  display: block;
  position: absolute;
}
.tit_01::before {
  background: url("../img/bg_tree.svg") no-repeat center/contain;
  width: 6.6rem;
  height: 11rem;
  bottom: 0;
  left: -3rem;
}
.tit_01::after {
  background: url("../img/bg_mountain.svg") no-repeat center/contain;
  width: 12.7rem;
  height: 3.5rem;
  right: -6.3rem;
}

.tit_02 {
  display: block;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin: 0 auto 2rem;
  font-weight: 500;
}
.tit_02::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url("../img/icon_h2.svg") no-repeat center center/contain;
  width: 2.7rem;
  height: 2.5rem;
}

.tit_03 {
  font-size: 2.2rem;
  line-height: 1;
  color: var(--clr_main);
  margin: 0 0 1rem;
  padding: 0 0 1rem 3.6rem;
  text-indent: -3.4rem;
  font-weight: 500;
  border-bottom: 4px var(--clr_main) double;
  text-align: left;
  line-height: 1.2;
}
.tit_03 span {
  white-space: nowrap;
}
.tit_03::before {
  content: "";
  display: inline-block;
  margin: 0 1rem 0 0;
  background: url("../img/icon_h3.svg") no-repeat center center/contain;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: middle;
}

.tit_04 {
  font-size: 2rem;
  line-height: 1;
  background: #8F5C2B;
  margin: 0 0 1rem;
  padding: 0.6rem 0.7rem;
  font-weight: 500;
  color: #fff;
  border-left: 2px var(--clr_main) solid;
  position: relative;
}
.tit_04::after {
  content: "";
  border-left: solid 2px #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: -webkit-fill-available;
}

.tit_05 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.tit_05::before {
  content: "";
  display: inline-block;
  margin: 0 0.8rem 0 0;
  background: url("../img/icon_h5.svg") no-repeat center center/contain;
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
}

.tit_06 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  border-top: solid 1px var(--clr_main);
  border-bottom: solid 1px var(--clr_main);
  color: var(--clr_main);
  padding: 0.4rem 0 0.4rem 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    height: 26rem;
    font-size: 4.4rem;
    padding: 0;
  }
  .tit_01::before {
    width: 13.2rem;
    height: 22rem;
    left: calc(50% - 63rem);
  }
  .tit_01::after {
    width: 25.4rem;
    height: 7rem;
    right: calc(50% - 65rem);
  }
  .tit_02 {
    font-size: 4rem;
    margin: 0 auto 5rem;
  }
  .tit_02::before {
    margin: 0 auto 2.2rem;
    width: 5.8rem;
    height: 0.3rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
  .tit_03::before {
    margin: 0 2rem 0 0;
    width: 4rem;
    height: 4rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1.3rem;
  }
  .tit_05 {
    font-size: 2.2rem;
  }
  .tit_05::before {
    margin: 0 1rem 0 0;
    width: 1rem;
    height: 1rem;
  }
  .tit_06 {
    font-size: 2rem;
    padding: 0.6rem 0 0.6rem 1.2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  font-size: 80%;
  color: var(--clr_main);
  position: absolute;
  top: 0.2em;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.none > li {
  padding: 0 0 0 1.3rem;
  text-indent: -1.5rem;
}
.lst_ul.none > li::before {
  content: "";
}

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

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

.lst_ol02 {
  counter-reset: number;
}
.lst_ol02 > li::before {
  content: counter(number);
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--clr_txt);
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
}

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

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 10%;
  }
  .lst_dl01 dd {
    width: 90%;
    padding: 0 0 0 1rem;
  }
}
.lst_dl02 dt {
  background: var(--clr_main);
  color: #fff;
  padding: 0.2rem 2rem;
  font-size: 110%;
}
.lst_dl02 dd {
  padding: 1rem 2rem;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.lst_dl02 dd p.sub {
  margin: 0 0 1rem;
  padding: 2rem;
  width: 100%;
  background: var(--clr_sub10);
}
.lst_dl02 dd:last-child {
  border-bottom: 1px #ccc solid;
}

@media screen and (min-width: 48em), print {
  .lst_dl02 dt {
    padding: 0.4rem 3rem;
  }
  .lst_dl02 dd {
    padding: 2rem 3rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.cssTel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
  background: var(--clr_txt);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  outline: 0.1rem solid #fff;
  outline-offset: -0.4rem;
}
.cssTel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.4rem;
  color: #fff;
}
.cssTel a::before {
  content: "Tel.";
  font-size: 55%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .cssTel {
    gap: 0 1rem;
    font-size: 3.2rem;
    width: 31rem;
    height: 7rem;
  }
  .cssTel::before {
    content: "Tel.";
    font-size: 2.2rem;
    line-height: 1;
  }
}

.box_01, .box_02 {
  padding: 1rem;
  background: #FBF3E7;
}
@media screen and (min-width: 48em), print {
  .box_01, .box_02 {
    padding: 2rem 3rem;
  }
}

.box_02 {
  background: #EDF8EF;
}

.btn_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: var(--clr_main);
  text-decoration: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 2rem;
  text-align: center;
  outline: 0.1rem solid var(--clr_main);
  outline-offset: -0.4rem;
  font-weight: 500;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 4rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    opacity: 1;
    background: var(--clr_main);
    color: #fff;
  }
}

.btn_rsv, .btn_access, .btn_monshin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_sub18);
  border-radius: 3rem;
  background: #fff;
  border: 1px var(--clr_sub18) solid;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_access, .btn_monshin {
    gap: 0 1rem;
  }
  .btn_rsv::before, .btn_access::before, .btn_monshin::before {
    margin: 0 0.8rem 0 0;
  }
  .btn_rsv:hover, .btn_access:hover, .btn_monshin:hover {
    background: var(--clr_sub18);
    color: #fff;
  }
}

.btn_monshin {
  background: var(--clr_sub21);
}
.btn_monshin::before {
  font-family: "fontello";
  content: "\e80f";
}

.btn_access {
  background: var(--clr_sub21);
}
.btn_access::before {
  font-family: "fontello";
  content: "\e809";
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_sub01);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_main);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  background: var(--clr_main);
}
.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;
  }
}
.parallax {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -11;
  overflow: hidden;
}
.parallax img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 3.125vw;
}

body {
  background: #fff;
  color: var(--clr_txt);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  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.6rem;
  line-height: 1.8;
  text-align: justify;
}
.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);
  }
  a, button {
    -webkit-transition: 0.2s;
    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: 4rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 0;
}
.header > .wrap .logo {
  width: 70%;
  height: 7rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: 100%;
  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 .hide .logo {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
.header .hide .cssTel {
  display: none !important;
}

@media screen and (min-width: 48em), print {
  .header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
  }
  .header > .wrap {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header > .wrap .logo {
    width: 58rem;
    height: 18rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: #fff;
  }
  .header > .wrap .logo a {
    width: 100%;
    background: url(../img/logo.svg) no-repeat center center/auto;
  }
  .header > .wrap .headR {
    display: block;
    width: 85rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  content: "";
  background: url("../img/menu.svg") no-repeat center/contain;
  width: 3.6rem;
  height: 3.6rem;
}
#nav #sp_menu.close::before {
  background: url("../img/menu-close.svg") no-repeat center/contain;
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: calc(var(--vh, 1vh) * 100 - 2rem);
  overflow-y: auto;
  background: linear-gradient(135deg, #d4eed9 0%, #edf8ef 100%);
  padding: 5rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px var(--clr_sub12) solid;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 0 0 2rem;
  margin: 0;
  font-size: 1.6rem;
}
#nav .gnav_subnav .gnav > li .sub {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .sub span::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 1rem;
  background: url("../img/pulldown.svg") no-repeat center/contain;
  width: 1.2rem;
  height: 0.85rem;
}
#nav .gnav_subnav .gnav > li .sub.close span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  margin: 0 0 2rem;
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px var(--clr_sub12) solid;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
  color: var(--clr_txt);
  background: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br {
  display: none;
}
@media screen and (min-width: 48em), print {
  #nav #sp_menu {
    top: 6.5rem;
    right: 6rem;
    width: 7rem;
    height: 5rem;
  }
  #nav #sp_menu::before {
    width: 100%;
    height: 5rem;
  }
  #nav .gnav_subnav {
    width: 50%;
    height: 100%;
    max-height: inherit;
    top: 0;
    right: 0;
    left: auto;
    position: fixed;
    padding: 20rem 0 8rem 8rem;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    margin: 0 0 5rem;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    font-size: 3.2rem;
    padding: 0;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .sub span::after {
    margin: 0 0 0 2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 2.4rem;
    height: 1.6rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.8rem 0 0 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
    color: var(--clr_txt);
    font-size: 2.2rem;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    background: none;
    font-size: 2.2rem;
    padding: 0;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible) {
    color: var(--clr_main);
  }
}
.overview {
  margin-top: 0;
  padding: 6rem 1rem 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0;
}
.overview .wrap .clinic_name {
  margin: 0 0 3rem;
}
.overview .wrap .clinic_name img {
  max-width: 80%;
  margin: 0 auto;
}
.overview .wrap .overviewL .boxTel, .overview .wrap .overviewR .boxTel {
  background: #fff;
  border: 1px var(--clr_main) solid;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  padding: 1.4rem 0;
  margin: 0 auto 1rem;
  font-size: 2rem;
}
.overview .wrap .overviewL .gaiyo, .overview .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .wrap .overviewL .gaiyo dt, .overview .wrap .overviewL .gaiyo dd, .overview .wrap .overviewR .gaiyo dt, .overview .wrap .overviewR .gaiyo dd {
  line-height: 1.4;
  background: #fff;
  margin: 0 0 1rem;
}
.overview .wrap .overviewL .gaiyo dt, .overview .wrap .overviewR .gaiyo dt {
  width: 28%;
  font-weight: 400;
  color: var(--clr_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.4rem var(--clr_main) double;
  padding: 0.6rem 0 0.6rem 1rem;
}
.overview .wrap .overviewL .gaiyo dd, .overview .wrap .overviewR .gaiyo dd {
  width: 72%;
  letter-spacing: 0.05em;
  padding: 0.6rem 0;
}
.overview .wrap .overviewL .tbl_time, .overview .wrap .overviewR .tbl_time {
  margin: 2rem 0 0 0;
}
.overview .wrap .overviewR {
  margin: 2rem 0 0 0;
}
.overview .gmap {
  margin: 1rem auto 0;
  height: 100vw;
  padding: 1rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    height: 130rem;
    padding: 10rem 0;
    font-size: 1.8rem;
    margin: 0;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
  }
  .overview .wrap .clinic_name {
    margin: 0 auto 8rem;
    width: 100%;
  }
  .overview .wrap .clinic_name img {
    width: 48rem;
    max-width: 100%;
  }
  .overview .wrap .overviewL, .overview .wrap .overviewR {
    width: 57rem;
  }
  .overview .wrap .overviewL .gaiyo dt, .overview .wrap .overviewL .gaiyo dd, .overview .wrap .overviewR .gaiyo dt, .overview .wrap .overviewR .gaiyo dd {
    margin: 0 0 1.5rem;
  }
  .overview .wrap .overviewL .gaiyo dt, .overview .wrap .overviewR .gaiyo dt {
    width: 15rem;
    padding: 1.242rem 0 1.242rem 2rem;
  }
  .overview .wrap .overviewL .gaiyo dd, .overview .wrap .overviewR .gaiyo dd {
    width: 42rem;
    padding: 1.242rem 0;
  }
  .overview .wrap .overviewL .tbl_time, .overview .wrap .overviewR .tbl_time {
    margin: 2.5rem 0 0 0;
  }
  .overview .wrap .overviewR {
    margin: 0;
  }
  .overview .gmap {
    margin: 0;
    padding: 0;
    height: 77rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  height: 100%;
  width: 100%;
  text-align: center;
}
#tel_up ul li .cssTel {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  background: var(--clr_sub05);
}
#tel_up ul li .cssTel a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#tel_up ul li .cssTel a::before {
  padding: 0.5rem 0 0 0;
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  background: var(--clr_main);
  color: #fff;
}
#tel_up .sp_n {
  display: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 101;
  background: #fff;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e814";
  color: var(--clr_txt);
  font-size: 2.2rem;
}
#tel_up #pageup::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px var(--clr_txt) solid;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.6rem;
  height: 3.6rem;
}
#tel_up #pageup .clip {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 40rem;
    height: 7rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up .sp_n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #tel_up #pageup {
    width: 7rem;
    right: 0;
  }
  #tel_up #pageup::before {
    font-size: 2.8rem;
  }
  #tel_up #pageup::after {
    top: 0.4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.footer {
  text-align: center;
  padding: 0;
  margin: 2rem 0 0 0;
  background: var(--clr_sub02);
}
.footer .copy {
  display: block;
  background: var(--clr_sub02);
  padding: 1.4rem 1rem 6rem;
  font-size: 1.2rem;
  color: var(--clr_main);
  font-weight: 400;
}
.footer .wrap {
  padding: 0;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0 0;
  }
  .footer .copy {
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
    padding: 4rem 0;
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer ul li {
    display: inline-block;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
    font-size: 2rem;
    color: var(--clr_txt);
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li:not(:last-child) {
    margin: 0 6rem 0 0;
  }
  .footer ul.gnav {
    border-bottom: 1px var(--clr_sub03) solid;
    padding: 0 0 4rem;
  }
  .footer ul.subnav {
    padding: 4rem 0 0 0;
  }
  .footer ul.subnav li:not(:last-child) {
    margin: 0;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    font-size: 2rem;
    margin: 0 1rem;
    color: var(--clr_txt);
  }
}
.keyvsl {
  width: 100%;
  margin: 0;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 25rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 25rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  display: none !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -2.4rem 1rem 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 95rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 95rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    display: none !important;
    width: 74rem;
    margin: 2rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
}
body.index .main .tit_02 {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
}
body.index .main .tit_02::before {
  display: none;
}
body.index .main .tit_02 span::after {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  content: attr(data-txt);
  font-size: 1.2rem;
  z-index: 1;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02 {
    font-size: 7.2rem;
  }
  body.index .main .tit_02 span::after {
    font-size: 2.2rem;
    margin: 0.6rem 0 0 0;
  }
}

.info {
  margin: 0;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #4cb174 0%, #81c89d 100%);
  position: relative;
  overflow-x: clip;
}
.info::before, .info::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.info::before {
  top: 0.4rem;
}
.info::after {
  bottom: 0.4rem;
}
.info .inner {
  margin: 0 auto;
  position: relative;
}
.info .inner::before, .info .inner::after {
  content: "";
  display: block;
  position: absolute;
}
.info .inner::before {
  background: url("../img/bg_tree.svg") no-repeat center/contain;
  bottom: 0;
  left: 0;
}
.info .inner::after {
  background: url("../img/bg_mountain.svg") no-repeat center/contain;
  bottom: 0;
  left: 0;
}
.info .inner .tit_02 {
  color: #fff;
}
.info .inner .frame_wrapper {
  padding: 4rem 3rem;
  background: url("../img/border-left-top.svg") no-repeat top 1rem left 1rem/auto, url("../img/border-right-top.svg") no-repeat top 1rem right 1rem/auto, url("../img/border-left-bottom.svg") no-repeat bottom 1rem left 1rem/auto, url("../img/border-right-bottom.svg") no-repeat bottom 1rem right 1rem/auto, #fff;
  position: relative;
}
.info .inner .frame_wrapper::before, .info .inner .frame_wrapper::after {
  position: absolute;
  content: "";
  background: var(--clr_sub04);
  top: 2.1rem;
  bottom: 2.1rem;
  width: 1px;
  height: calc(100% - 4.2rem);
}
.info .inner .frame_wrapper::before {
  left: 1rem;
}
.info .inner .frame_wrapper::after {
  right: 1rem;
}
.info .inner .frame_wrapper dl {
  word-break: break-all;
}
.info .inner .frame_wrapper dl::before, .info .inner .frame_wrapper dl::after {
  position: absolute;
  content: "";
  background: var(--clr_sub04);
  left: 2.1rem;
  width: calc(100% - 4.2rem);
  height: 1px;
}
.info .inner .frame_wrapper dl::before {
  top: 1rem;
}
.info .inner .frame_wrapper dl::after {
  bottom: 1rem;
}
.info .inner .frame_wrapper dl dt, .info .inner .frame_wrapper dl dd {
  word-break: break-all;
}
.info .inner .frame_wrapper dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.8rem;
  margin: 0 0 0.6rem;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.8rem;
}
.info .inner .frame_wrapper dl dt::before {
  font-size: 110%;
  font-family: "fontello";
  content: "\e805";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 400;
}
.info .inner .frame_wrapper dl dt.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info .inner .frame_wrapper dl dt:not(:first-of-type) {
  padding: 1.6rem 0 0;
}
.info .inner .frame_wrapper dl dd {
  margin: 0;
  padding: 0 0 0 2.8rem;
  font-size: 1.6rem;
}
.info .inner .frame_wrapper dl dd a {
  color: var(--clr_main);
  font-weight: bold;
}
.info .inner .frame_wrapper dl dd:nth-of-type(n+4) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 10rem 0;
  }
  .info::before {
    top: 0.6rem;
  }
  .info::after {
    bottom: 0.6rem;
  }
  .info .inner {
    position: relative;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info .inner::before {
    width: 18rem;
    height: 30rem;
    left: -16rem;
    bottom: -10rem;
  }
  .info .inner::after {
    width: 29rem;
    height: 8rem;
    left: 4rem;
    bottom: 8rem;
  }
  .info .inner .tit_02 {
    margin: 0;
  }
  .info .inner .frame_wrapper {
    width: 90rem;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .info .inner .frame_wrapper::before, .info .inner .frame_wrapper::after {
    top: 2.9rem;
    bottom: 2.9rem;
    height: calc(100% - 5.8rem);
  }
  .info .inner .frame_wrapper dl {
    width: 88rem;
    margin: 1rem auto;
    padding: 4rem 6rem 4rem 4rem;
  }
  .info .inner .frame_wrapper dl::before, .info .inner .frame_wrapper dl::after {
    left: 2.9rem;
    width: 83.8rem;
  }
  .info .inner .frame_wrapper dl dt {
    margin: 0 0 1rem;
    font-size: 2.2rem;
    gap: 0 1.6rem;
  }
  .info .inner .frame_wrapper dl dt::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .inner .frame_wrapper dl dt:not(:first-of-type) {
    margin: 0 0 0.8rem;
    padding: 3.6rem 0 0;
  }
  .info .inner .frame_wrapper dl dt:is(:hover, :focus-visible, .current) {
    color: var(--clr_sub01);
  }
  .info .inner .frame_wrapper dl dt:is(:hover, :focus-visible, .current)::before {
    color: var(--clr_sub01);
  }
  .info .inner .frame_wrapper dl dd {
    margin: 0;
    font-size: 1.8rem;
    padding: 0 0 0 4.2rem;
  }
}
.medical {
  padding: 4rem 1rem;
  margin-top: 0 !important;
}
.medical .wrap .inner h2 {
  color: var(--clr_main);
}
.medical .wrap .inner .flex .txt {
  width: 100%;
}
.medical .wrap .inner .flex .calendar {
  margin: 2rem auto 0;
  padding: 0 1rem 2rem 1rem;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--clr_txt);
  margin-right: 0;
  font-size: 1.6rem;
  width: 48%;
  height: 3rem;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a:link {
  text-decoration: none;
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_txt);
  -webkit-transition: 0s;
  transition: 0s;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a:link::before {
  color: #fff;
  margin: 0 0 0 3.4rem;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-content .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-header .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active,
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a.ui-button:active, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button:active, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button.ui-state-active:hover {
  background: #fff;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-content .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-header .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link,
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a.ui-button:active a:link, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button:active a:link, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button.ui-state-active:hover a:link {
  color: #fff;
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link::before, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-content .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link::before, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-widget-header .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-state-active a:link::before,
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a.ui-button:active a:link::before, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button:active a:link::before, .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li.ui-button.ui-state-active:hover a:link::before {
  color: var(--clr_txt);
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li:first-child a:link::before {
  display: block;
  content: "当月";
}
.medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li:last-child a:link::before {
  display: block;
  content: "翌月";
}
.medical .wrap .inner .flex .calendar table.caledit {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.medical .wrap .inner .flex .calendar table.caledit tr th {
  border: 0;
  color: var(--clr_txt);
  background: #fff;
  font-size: 1.6rem;
  padding: 0.6rem 0;
}
.medical .wrap .inner .flex .calendar table.caledit tr.month {
  border-bottom: 0.14rem #BCBCBC dotted;
}
.medical .wrap .inner .flex .calendar table.caledit tr.month th {
  background: #fff;
  color: var(--clr_txt);
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.6rem 0;
}
.medical .wrap .inner .flex .calendar table.caledit tr.week th {
  color: var(--clr_main);
  font-size: 1.3rem;
  padding: 0.8rem 0;
}
.medical .wrap .inner .flex .calendar table.caledit tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_txt);
  background: #fff;
  height: auto;
  font-size: 1.3rem;
  padding: 0.6rem 0;
  border: none;
}
.medical .wrap .inner .flex .calendar table.caledit tr td.notTheMonth {
  color: #fff;
  background: #fff !important;
}
.medical .wrap .inner .flex .calendar table.caledit tr td.outPatient {
  background: #FFBAE3;
}
.medical .wrap .inner .flex .calendar table.caledit tr td.extraOutPatient {
  background: #FFCEAD;
}
.medical .wrap .inner .flex .calendar table.caledit tr td.amOnly {
  background: #B6E1FF;
}
.medical .wrap .inner .flex .calendar table.caledit tr td.pmOnly {
  background: #FFF599;
}
.medical .wrap .inner .flex .calendar table.caledit tr td .shortTitle {
  display: none;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor {
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0;
  background: #fff;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li {
  margin: 0 1rem 0 0;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  margin: 0 0.4rem 0 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  vertical-align: middle;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li:first-child::before {
  border: 1px #BCBCBC solid;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li:nth-child(2)::before {
  background: #FFBAE3;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li:nth-child(3)::before {
  background: #FFF599;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li:nth-child(4)::before {
  background: #B6E1FF;
}
.medical .wrap .inner .flex .calendar .calendar-cellcolor li:nth-child(5)::before {
  background: #FFCEAD;
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 10rem 0;
  }
  .medical .wrap {
    margin: 0 auto;
  }
  .medical .wrap .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .medical .wrap .inner .flex {
    margin: 8rem auto 0;
  }
  .medical .wrap .inner .flex .txt {
    width: 57rem;
  }
  .medical .wrap .inner .flex .calendar {
    width: 57rem;
    padding: 0;
    margin: 0;
  }
  .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav {
    margin: 0;
  }
  .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li {
    font-size: 2.2rem;
    width: 28rem;
    height: 5rem;
  }
  .medical .wrap .inner .flex .calendar .ui-tabs .ui-tabs-nav li a.link::before {
    margin: 0 0 0 5rem;
  }
  .medical .wrap .inner .flex .calendar table.caledit {
    width: 100%;
    margin: 0;
  }
  .medical .wrap .inner .flex .calendar table.caledit tr.month th {
    font-size: 2.2rem;
    padding: 0.876rem 0;
  }
  .medical .wrap .inner .flex .calendar table.caledit tr.week th {
    font-size: 1.8rem;
    padding: 0.175rem 0;
  }
  .medical .wrap .inner .flex .calendar table.caledit tr td {
    font-size: 2.2rem;
    padding: 0.3rem 0;
  }
  .medical .wrap .inner .flex .calendar .calendar-cellcolor {
    padding: 1.6rem 0 1.6rem 2rem;
    font-size: 1.8rem;
  }
  .medical .wrap .inner .flex .calendar .calendar-cellcolor li {
    margin: 0 2rem 0 0;
  }
  .medical .wrap .inner .flex .calendar .calendar-cellcolor li::before {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    vertical-align: -0.3rem;
  }
}
.outpatient {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #f3e3c5 0%, #fbf3e7 100%);
  position: relative;
  overflow-x: clip;
}
.outpatient::before, .outpatient::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.outpatient::before {
  top: 0.4rem;
}
.outpatient::after {
  bottom: 0.4rem;
}
.outpatient .inner {
  position: relative;
}
.outpatient .inner::before, .outpatient .inner::after {
  content: "";
  display: block;
  position: absolute;
}
.outpatient .inner::before {
  background: url("../img/bg_mountain_outpatient.svg") no-repeat center/contain;
}
.outpatient .inner::after {
  background: url("../img/bg_tree_outpatient.svg") no-repeat center/contain;
}
.outpatient .inner .tit_02 {
  color: var(--clr_sub01);
}
.outpatient .inner .flex figure {
  background: url("../img/frame_outpatient.svg") no-repeat center/contain;
  padding: 2rem;
}
.outpatient .inner .flex figure img {
  width: 80%;
  margin: 0 auto;
}
.outpatient .inner .flex .txt p {
  margin: 0;
  line-height: 1.932;
}
.outpatient .inner .flex .txt .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0 0 0;
}
.outpatient .inner .flex .txt .flex2 li {
  width: 48%;
}
.outpatient .inner .flex .txt .flex2 li .cssTel, .outpatient .inner .flex .txt .flex2 li .btn_detail {
  width: 100%;
  height: 4rem;
}
.outpatient .inner .flex .txt .flex2 li .cssTel {
  font-size: 1.7rem;
}
.outpatient .inner .flex .txt .flex2 li .btn_detail {
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  .outpatient {
    padding: 10.5rem 0 10rem;
  }
  .outpatient::before {
    top: 0.6rem;
  }
  .outpatient::after {
    bottom: 0.6rem;
  }
  .outpatient .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .outpatient .inner::before {
    width: 29rem;
    height: 8rem;
    left: -8rem;
    top: 2.4rem;
  }
  .outpatient .inner::after {
    width: 18rem;
    height: 30rem;
    right: -24rem;
    bottom: -10rem;
  }
  .outpatient .inner .flex {
    margin: 8rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .outpatient .inner .flex figure {
    width: 48rem;
    height: 38rem;
    padding: 1.5rem;
  }
  .outpatient .inner .flex figure img {
    width: auto;
  }
  .outpatient .inner .flex .txt {
    width: 66rem;
  }
  .outpatient .inner .flex .txt p {
    font-size: 2.2rem;
  }
  .outpatient .inner .flex .txt .flex2 {
    margin: 5.5rem 0 0 0;
  }
  .outpatient .inner .flex .txt .flex2 li .cssTel, .outpatient .inner .flex .txt .flex2 li .btn_detail {
    height: 7rem;
  }
  .outpatient .inner .flex .txt .flex2 li .cssTel {
    font-size: 3.2rem;
  }
  .outpatient .inner .flex .txt .flex2 li .btn_detail {
    font-size: 2.2rem;
  }
}
.about {
  margin-top: 0 !important;
  padding: 4rem 0;
  background: #fff;
}
.about .inner {
  padding: 0 1rem;
}
.about .inner .tit_02 {
  color: var(--clr_sub05);
  margin: 0 auto 2rem;
}
.about .inner .tit_02::after {
  display: block;
  content: "";
  background: url("../img/mark_about.svg") no-repeat center top/contain;
  width: 8rem;
  height: 8rem;
  margin: 1rem auto 0;
}
.about .inner .txt p {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.96;
}
.about .inner .txt .btn_detail {
  font-size: 1.6rem;
  width: 16rem;
  height: 4rem;
  margin: 2rem 0 0 auto;
}

@media screen and (min-width: 48em), print {
  .about {
    padding: 10rem 0;
  }
  .about .inner {
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .about .inner .tit_02 {
    margin: 0;
  }
  .about .inner .tit_02::after {
    width: 16rem;
    height: 16rem;
    margin: 4rem auto 0;
  }
  .about .inner .txt {
    width: 90rem;
    font-size: 2.2rem;
  }
  .about .inner .txt .btn_detail {
    width: 31.68rem;
    height: 7rem;
    font-size: 2.2rem;
  }
}
@-webkit-keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
@keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
.loopslider {
  overflow-x: hidden;
  margin: 3.5rem 0 0 0;
}
.loopslider_slides {
  display: block;
  width: 200%;
  height: 60vw;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/img_slide.webp");
  background-size: auto 60vw;
  -webkit-animation: Slider 100s linear infinite both;
          animation: Slider 100s linear infinite both;
}
.loopslider_slides span {
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    margin: 10rem 0 0 0;
  }
  .loopslider_slides {
    height: 60rem;
    background-size: auto;
    margin: 0 4rem 0 0;
  }
}
.feature {
  padding: 4rem 1rem;
  margin-top: 0 !important;
  background: linear-gradient(135deg, #00913a 0%, #4cb174 100%);
  position: relative;
  overflow-x: clip;
}
.feature::before, .feature::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
}
.feature::before {
  top: 0.4rem;
}
.feature::after {
  bottom: 0.4rem;
}
.feature .inner .tit_02 {
  color: #fff;
}
.feature .inner .slide_wrapper {
  position: relative;
}
.feature .inner .slide_wrapper::before, .feature .inner .slide_wrapper::after {
  content: "";
  display: block;
  position: absolute;
}
.feature .inner .slide_wrapper::before {
  background: url("../img/bg_tree_features.svg") no-repeat center/contain;
  top: 0;
  left: 0;
}
.feature .inner .slide_wrapper::after {
  background: url("../img/bg_mountain_features.svg") no-repeat center/contain;
  bottom: 0;
  left: 0;
}
.feature .inner .slide_wrapper .top_slider .slick-slide {
  width: 30rem;
  height: auto;
  margin: 0 4rem 0 0;
  padding: 2rem 0 0 0;
  position: relative;
  overflow: hidden;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item {
  position: relative;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p {
  color: #fff;
  margin: 0;
  line-height: 1.74;
  letter-spacing: 0.08em;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p.num {
  position: absolute;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: inherit;
  font-size: 4rem;
  top: -1.5rem;
  left: 1.5rem;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p.tit {
  line-height: 1;
  font-size: 2.2rem;
  margin: 0 0 1.6rem;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item figure {
  background: url("../img/frame_features.svg") no-repeat center/contain;
  width: 30rem;
  height: 30rem;
  padding: 1rem;
  margin: 0 0 2rem;
}
.feature .inner .slide_wrapper .top_slider .slick-slide .slick-item figure img {
  display: block;
  width: 28rem;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.feature .inner .slide_wrapper .arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0 0;
  position: relative;
}
.feature .inner .slide_wrapper .arrow_box .prev-arrow, .feature .inner .slide_wrapper .arrow_box .next-arrow {
  display: block;
  width: 5rem;
  height: 5rem;
  background: var(--clr_txt);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  top: 0 !important;
}
.feature .inner .slide_wrapper .arrow_box .prev-arrow::before, .feature .inner .slide_wrapper .arrow_box .next-arrow::before {
  position: absolute;
  font-family: "fontello";
  content: "\e812";
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 2.2rem;
  top: 2.5rem;
  left: 1.2rem;
}
.feature .inner .slide_wrapper .arrow_box .prev-arrow::after, .feature .inner .slide_wrapper .arrow_box .next-arrow::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px #fff solid;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 4.6rem;
  height: 4.6rem;
}
.feature .inner .slide_wrapper .arrow_box .prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 2rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 8rem;
  }
  .feature::before {
    top: 0.6rem;
  }
  .feature::after {
    bottom: 0.6rem;
  }
  .feature .inner .slide_wrapper {
    margin-top: 6rem;
    margin-left: 8%;
  }
  .feature .inner .slide_wrapper::before {
    width: 18rem;
    height: 30rem;
    left: 124rem;
    top: -23rem;
  }
  .feature .inner .slide_wrapper::after {
    width: 29rem;
    height: 8rem;
    left: 0;
    bottom: 2.6rem;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide {
    width: 44rem;
    height: 72rem;
    margin: 0 6rem 0 0;
    padding: 3.5rem 0 0 0;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p {
    font-size: 2.2rem;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p.num {
    font-size: 7.2rem;
    top: -3.5rem;
    left: 3.5rem;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide .slick-item p.tit {
    font-size: 3.2rem;
    margin: 0 0 2.4rem;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide .slick-item figure {
    background: url("../img/frame_features.svg") no-repeat center/auto;
    width: 44rem;
    height: 44rem;
    padding: 1.5rem;
    margin: 0 0 3rem;
  }
  .feature .inner .slide_wrapper .top_slider .slick-slide .slick-item figure img {
    width: 41rem !important;
    height: 41rem !important;
  }
  .feature .inner .slide_wrapper .arrow_box {
    width: 1200px;
    margin: 6rem auto 0;
  }
  .feature .inner .slide_wrapper .arrow_box .prev-arrow, .feature .inner .slide_wrapper .arrow_box .next-arrow {
    width: 7rem;
    height: 7rem;
  }
  .feature .inner .slide_wrapper .arrow_box .prev-arrow::before, .feature .inner .slide_wrapper .arrow_box .next-arrow::before {
    top: 3.4rem;
    left: 2rem;
  }
  .feature .inner .slide_wrapper .arrow_box .prev-arrow::after, .feature .inner .slide_wrapper .arrow_box .next-arrow::after {
    top: 0.4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
  .feature .inner .slide_wrapper .arrow_box .prev-arrow:is(:hover, :focus-visible), .feature .inner .slide_wrapper .arrow_box .next-arrow:is(:hover, :focus-visible) {
    background: var(--clr_sub03);
  }
  .feature .inner .slide_wrapper .arrow_box .prev-arrow {
    margin-right: 2rem;
  }
}
body:not(.index) .bg {
  background: #fff;
  padding: 0 0 1rem;
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 7rem 0 0 0;
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
  font-size: 1.4rem;
}
body:not(.index) .main .btn_rsv {
  width: 14rem;
  height: 3rem;
}
body:not(.index) .header > .wrap .hedder_logo .logo {
  width: 100%;
}
body:not(.index) .header > .wrap .hedder_logo .cssTel {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .sub_header {
    margin: 18rem 0 0 0;
  }
  body:not(.index) .main {
    width: 1200px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 6rem 0 10rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 38rem;
    height: auto;
  }
  body:not(.index) .main .btn_rsv {
    width: 20rem;
    height: 4rem;
  }
  body:not(.index) .header {
    background: #fff;
    height: 18rem;
    padding: 3rem 0 3rem 4rem;
  }
  body:not(.index) .header > .wrap .hedder_logo {
    text-align: center;
  }
  body:not(.index) .header > .wrap .hedder_logo .logo {
    width: 48rem;
    height: 12rem;
  }
  body:not(.index) .header > .wrap .hedder_logo .cssTel {
    display: block;
    color: #fff;
    font-size: 2.9rem;
    padding: 2.2rem 0 0 3.5rem;
  }
}

.breadnav {
  max-width: 100vw;
  padding: 1rem;
  overflow-x: auto;
  background: #fff;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_txt);
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  color: var(--clr_main);
}
.breadnav .breadcrumb li:not(:last-child)::after {
  color: var(--clr_txt);
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

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

@media screen and (min-width: 48em), print {
  .clinic section .flex2 li:nth-child(2) section {
    margin-top: 0;
  }
}
.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_sub01);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_sub01);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.visitor .kome li::before {
  color: #f00;
}

.lst_flow li {
  margin: 0;
  padding: 1.6rem;
  border: 1px solid var(--clr_main);
  position: relative;
}
.lst_flow li h3 {
  color: var(--clr_main);
  border-bottom: 1px var(--clr_main) solid;
}
.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: -7rem;
  left: 0;
  right: 0;
  border: 3rem solid transparent;
  border-top: 2rem solid var(--clr_main);
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 9rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -9rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .tbl_lst tr td.acs br {
  display: none;
}
body.access .main .tbl_time {
  font-size: 1.6rem;
}
body.access .main .tbl_time caption .cont {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 0;
    height: 50rem;
  }
  body.access .main .illst_map {
    max-width: 50%;
    margin: auto;
  }
  body.access .main .tbl_time {
    font-size: 1.8rem;
  }
  body.access .main .tbl_time caption .cont {
    font-size: 1.6rem;
  }
}

.privacypolicy .lst_inner > li {
  padding-left: 1.8rem;
  text-indent: -1.9rem;
}
.privacypolicy .lst_inner > li:not(:last-child) {
  margin: 0 0 1rem;
}
.privacypolicy .lst_inner > li:first-child {
  margin: 1rem 0;
}

@media screen and (min-width: 48em), print {
  .privacypolicy .lst_inner > li {
    padding-left: 2rem;
    text-indent: -2.3rem;
  }
}
.notfound .btn_detail {
  height: 3rem;
}

@media screen and (min-width: 48em), print {
  .notfound .btn_detail {
    width: 23rem;
    height: 4rem;
  }
}
.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
.tbl_price, .tbl_lst {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption, .tbl_lst caption {
  text-align: left;
  font-size: 85%;
}
.tbl_price th, .tbl_lst th {
  padding: 1rem;
  background: #EDF8EF;
  border: 1px solid #BCBCBC;
  text-align: center;
  font-weight: normal;
  width: 50%;
}
.tbl_price td, .tbl_lst td {
  padding: 1rem;
  border: 1px solid #BCBCBC;
  text-align: right;
  width: 50%;
}
@media screen and (min-width: 48em), print {
  .tbl_price th, .tbl_lst th, .tbl_price td, .tbl_lst td {
    padding: 2rem;
  }
}

.tbl_lst th {
  width: 30%;
}
.tbl_lst td {
  text-align: left;
  width: 70%;
}
/*# sourceMappingURL=style.css.map */