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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

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

:root {
  --clr_txt: #303030;
  --rgb_txt:
    48,
    48,
    48;
  --clr_txt_light: #3a3a3a;
  --rgb_txt_light:
    58,
    58,
    58;
  --clr_navy: #006bbd;
  --rgb_navy:
    0,
    107,
    189;
  --clr_navy_light01: #60b6f8;
  --rgb_navy_light01:
    96,
    182,
    248;
  --clr_navy_light02: #d6f4f6;
  --rgb_navy_light02:
    214,
    244,
    246;
  --clr_navy_light03: #eef9f9;
  --rgb_navy_light03:
    238,
    249,
    249;
  --clr_navy_light04: #f6fbff;
  --rgb_navy_light04:
    246,
    251,
    255;
  --clr_navy_dark01: #206395;
  --rgb_navy_dark01:
    32,
    99,
    149;
  --clr_navy_dark02: #9cbdd6;
  --rgb_navy_dark02:
    156,
    189,
    214;
  --clr_navy_dark03: #dde9f2;
  --rgb_navy_dark03:
    221,
    233,
    242;
  --clr_navy_dark04: #d2e7f9;
  --rgb_navy_dark04:
    210,
    231,
    249;
  --clr_red: #ff0000;
  --rgb_red:
    255,
    0,
    0;
  --clr_gray: #dedede;
  --rgb_gray:
    222,
    222,
    222;
  --clr_gray_dark: #818181;
  --rgb_gray_dark:
    129,
    129,
    129;
  --clr_green: #00b3be;
  --rgb_green:
    0,
    179,
    190;
  --breakpoint: 576px;
}

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

.txt_red {
  color: #f00;
}

.link_txt {
  text-decoration: none !important;
  border-bottom: 1px solid var(--clr_navy_light01);
}
.link_txt:hover {
  background: var(--clr_navy_light04);
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (width >= 36em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

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

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

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

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

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

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

@media screen and (width >= 36em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section > section ~ section,
  .main > .flex2 > section ~ section,
  .flex2 > section > section ~ section,
  .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .main > section > section > section ~ section,
  .main > section > .flex2 > section ~ section,
  .main > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section ~ section,
  .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section > section ~ section,
  .main > section > section > .flex2 > section ~ section,
  .main > section > .flex2 > section > section ~ section,
  .main > section > .flex2 > .flex2 > section ~ section,
  .main > .flex2 > section > section > section ~ section,
  .main > .flex2 > section > .flex2 > section ~ section,
  .main > .flex2 > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section > section ~ section,
  .flex2 > section > section > .flex2 > section ~ section,
  .flex2 > section > .flex2 > section > section ~ section,
  .flex2 > section > .flex2 > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section > section ~ section,
  .flex2 > .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.1rem;
  font-size: 1.4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
  font-size: 87.5%;
}
.tbl_time tr th {
  font-weight: 500 !important;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: var(--clr_navy);
}
.tbl_time tr th[scope=col]:first-child {
  width: 29.206%;
}
.tbl_time tr th[scope=row] {
  font-weight: normal;
  background: #fff;
  line-height: 1.4;
  background: var(--clr_navy_dark04);
}
.tbl_time tr td {
  background: #fff;
  text-align: center;
  padding: 1.8rem 0.4rem;
  border: 1px solid var(--clr_gray);
  line-height: 1;
}
@media screen and (width >= 36em), print {
  .tbl_time {
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    border-spacing: 0.2rem;
  }
  .tbl_time caption {
    margin-top: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.8rem, 0.08rem + 1.25vw, 1.58rem) 0;
  }
  .tbl_time tr td {
    padding: clamp(1rem, 0.2154rem + 1.362vw, 1.85rem) 0;
  }
}
.gmap {
  width: 100%;
}

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

.tit_01 {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.webp) no-repeat top center/cover;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
  padding: 1rem;
  text-align: center;
  overflow: hidden;
}

.tit_02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  margin: 0 0 1.8rem 1.2rem;
  padding: 0 0 0 0.8rem;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.tit_02::before {
  content: "";
  display: block;
  background: url(../img/icon_h2.svg) no-repeat center/cover;
  position: absolute;
  width: 0.77rem;
  height: 2.1rem;
  top: 0.7rem;
  left: -0.8rem;
}

.tit_03 {
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  color: #0e5e9d;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6fbff), to(#ffffff));
  background: linear-gradient(to bottom, #f6fbff 0%, #ffffff 100%);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border: 1px solid var(--clr_navy_dark03);
}

.tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  color: #0e5e9d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0.4rem;
  margin: 0 0 2rem;
}
.tit_04::before {
  content: "";
  display: block;
  width: 2px;
  height: auto;
  background: var(--clr_navy_dark02);
}

.tit_05 {
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  color: #0e5e9d;
  background: var(--clr_navy_light04);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  position: relative;
}
.tit_05::before, .tit_05::after {
  content: "";
  position: absolute;
  display: block;
  background: var(--clr_navy_dark02);
  width: 100%;
  height: 1px;
  left: 0;
}
.tit_05::before {
  top: -0.5rem;
}
.tit_05::after {
  bottom: -0.5rem;
}

.tit_06 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_navy_light04)));
  background: linear-gradient(transparent 60%, var(--clr_navy_light04) 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  margin: 0 0 1rem;
}

@media screen and (width >= 36em), print {
  .tit_01 {
    min-height: clamp(18rem, 2.3077rem + 27.244vw, 35rem);
    font-size: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
  .tit_02 {
    font-size: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    padding: 0 0 0 clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    margin: 0 0 clamp(1.1rem, 0.0846rem + 1.763vw, 2.2rem) clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .tit_02::before {
    width: clamp(1.1rem, 0.0846rem + 1.763vw, 2.2rem);
    height: clamp(3rem, 0.2308rem + 4.808vw, 6rem);
    top: clamp(-0.4rem, -0.0154rem + -0.321vw, -0.2rem);
    left: clamp(-1.6rem, -0.0615rem + -1.282vw, -0.8rem);
  }
  .tit_03 {
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
    padding: clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem) clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    margin: 0 0 clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .tit_04 {
    gap: 1.6rem;
    font-size: clamp(1.1rem, 0.0846rem + 1.763vw, 2.2rem);
    padding: 0 0 0.8rem;
    margin: 0 0 clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .tit_04::before {
    width: clamp(0.25rem, 0.0192rem + 0.401vw, 0.5rem);
  }
  .tit_05 {
    font-size: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    padding: clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem) clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    margin: 0 0 clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
  }
  .tit_06 {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    margin: 0 0 clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_green);
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: inherit;
}

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

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

.lst_ol02 > li::before {
  content: counter(number, decimal) " )";
}

.lst_ol03 > li {
  padding: 0 0 0 2.4em;
}
.lst_ol03 > li::before {
  content: "( " counter(number, decimal) " )";
}

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

@media screen and (width >= 36em), 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;
  }
}
p.kome {
  padding: 0 0 0 1.2em;
  position: relative;
}
p.kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

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

@media screen and (width >= 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li,
  .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  gap: 0 0.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.tel::before {
  font-family: "fontello";
  content: "\e80c";
  font-size: 66%;
}

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

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

.btn_detail, .btn_rsv {
  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;
  text-align: center;
  text-decoration: none;
  color: var(--clr_navy);
  border-top: 1px solid var(--clr_navy);
  border-bottom: 1px solid var(--clr_navy);
  position: relative;
  padding: 1rem 4rem 1rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_detail::after, .btn_rsv::after {
  font-family: "fontello";
  content: "\e808";
  position: absolute;
  right: 0;
  margin: 0 0.25rem 0 0;
}
@media screen and (width >= 36em), print {
  .btn_detail, .btn_rsv {
    padding: 1.8rem 4rem 1.8rem 2rem;
  }
  .btn_detail::after, .btn_rsv::after {
    margin: 0 0.5rem 0 0;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .btn_detail, .btn_rsv {
    opacity: 1;
  }
  .btn_detail:where(:-moz-any-link, :enabled, summary):hover, .btn_rsv:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_green);
    border-top: 1px solid var(--clr_green);
    border-bottom: 1px solid var(--clr_green);
  }
  .btn_detail:where(:any-link, :enabled, summary):hover, .btn_rsv:where(:any-link, :enabled, summary):hover {
    color: var(--clr_green);
    border-top: 1px solid var(--clr_green);
    border-bottom: 1px solid var(--clr_green);
  }
}
@media screen and (width >= 36em), print {
  .btn_detail:focus-visible, .btn_rsv:focus-visible {
    color: var(--clr_green);
    border-top: 1px solid var(--clr_green);
    border-bottom: 1px solid var(--clr_green);
  }
}

.btn_rsv::before {
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_navy_light01);
  margin: 0 0.8rem 0 0;
}
@media screen and (width >= 36em), print {
  .btn_rsv::before {
    margin: 0 clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem) 0 0;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .btn_rsv {
    opacity: 1;
  }
  .btn_rsv:where(:-moz-any-link, :enabled, summary):hover::before {
    color: var(--clr_green);
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover::before {
    color: var(--clr_green);
  }
}
@media screen and (width >= 36em), print {
  .btn_rsv:focus-visible::before {
    color: var(--clr_green);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt_light);
  text-decoration: none !important;
  border-bottom: 1px solid var(--clr_navy_light01);
}
.linkout::after {
  font-family: "fontello";
  content: "\cc05";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (width >= 36em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}
.linkout:hover {
  background: var(--clr_navy_light04);
}

.tbl_lst {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst th:first-of-type {
  width: 28%;
  padding: 0.4rem 1rem;
  background: var(--clr_navy_light04);
  border: 1px solid #ccc;
  font-weight: 500;
  text-align: left;
}
.tbl_lst td {
  padding: 1rem;
  border: 1px solid #ccc;
}

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

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

@media screen and (width >= 36em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_navy);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .slick-arrow {
    opacity: 1;
  }
  .slick-arrow:where(:-moz-any-link, :enabled, summary):hover {
    color: var(--clr_navy);
    background: #fff;
    opacity: 1;
  }
  .slick-arrow:where(:any-link, :enabled, summary):hover {
    color: var(--clr_navy);
    background: #fff;
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .slick-arrow:focus-visible {
    color: var(--clr_navy);
    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;
  background: var(--clr_navy_light01);
}
@media (hover: hover) {
  .slick-dots li button {
    opacity: 1;
  }
  .slick-dots li button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  background: var(--clr_navy);
}

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

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

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

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

@media screen and (width >= 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a,
  button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a img,
  button img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  a,
  button {
    opacity: 1;
  }
  a:where(:-moz-any-link, :enabled, summary):hover, button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover,
  button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:-moz-any-link, :enabled, summary):hover img, button:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img,
  button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (width >= 36em), print {
  a:focus-visible,
  button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img,
  button:focus-visible img {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
    padding: clamp(4rem, 0.3077rem + 6.41vw, 8rem) 0 clamp(6rem, 0.4615rem + 9.615vw, 12rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 3rem;
}
@media screen and (width >= 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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 {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR .acs_tel li {
  text-align: center;
}
.header > .wrap .headR .acs_tel li.acs {
  font-size: 1.3rem;
}
.header > .wrap .headR .acs_tel li.acs span {
  font-weight: 700;
  font-size: 117%;
  display: block;
}
.header > .wrap .headR .acs_tel li.telno {
  margin: 1rem 0 0;
}
.header > .wrap .headR .acs_tel li.telno .tel {
  font-size: 2rem;
  font-weight: 900;
}
.header > .wrap .headR .acs_tel li.telno .tel::before {
  font-weight: 500;
}

@media screen and (width >= 36em), print {
  .header > .wrap {
    padding: clamp(1rem, 0.0769rem + 1.603vw, 2rem) 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) 0;
    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;
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  .header > .wrap {
    padding: clamp(1rem, 0.0769rem + 1.603vw, 2rem) 1rem clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  }
}
@media screen and (width >= 36em), print {
  .header > .wrap .logo {
    width: clamp(25rem, 1.9231rem + 40.064vw, 50rem);
    height: clamp(4.35rem, 0.3346rem + 6.971vw, 8.7rem);
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    margin: 0;
  }
  .header > .wrap .headR .acs_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .headR .acs_tel li {
    text-align: right;
  }
  .header > .wrap .headR .acs_tel li.acs {
    width: 100%;
    font-size: clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem);
  }
  .header > .wrap .headR .acs_tel li.acs span {
    display: inline-block;
  }
  .header > .wrap .headR .acs_tel li.telno {
    margin: 0.7rem 0 0 0;
  }
  .header > .wrap .headR .acs_tel li.telno .tel {
    font-size: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
}
.pc_fix {
  display: none;
}

@media screen and (width >= 36em), print {
  .pc_fix {
    width: clamp(5rem, 0.3846rem + 8.013vw, 10rem);
    height: clamp(5rem, 0.3846rem + 8.013vw, 10rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    inset: clamp(10rem, 0.7692rem + 16.026vw, 20rem) clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) auto auto;
    z-index: 101;
  }
  .pc_fix .btn_rsv {
    width: 100%;
    height: 100%;
    background: var(--clr_navy);
    color: #fff;
    border: 1px solid #fff;
    font-size: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
    padding: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
  .pc_fix .btn_rsv::before {
    font-size: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    margin: 0 auto clamp(0.4rem, 0.0308rem + 0.641vw, 0.8rem);
    color: #fff;
    display: block;
    width: 100%;
    line-height: 1;
  }
  .pc_fix .btn_rsv::after {
    display: none;
  }
}
#nav {
  width: 100vw;
  background: #fff;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: var(--clr_navy);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\cc01";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\cc02";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_navy);
}
#nav .gnav_subnav .gnav > li > a,
#nav .gnav_subnav .gnav > li > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1.6rem;
  font-size: 1.4rem;
  color: var(--clr_txt);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
#nav .gnav_subnav .gnav > li > a::before,
#nav .gnav_subnav .gnav > li > .sub::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  inset: auto auto auto 0.6rem;
}
#nav .gnav_subnav .gnav > li > a.current::before,
#nav .gnav_subnav .gnav > li > .sub.current::before {
  background: var(--clr_navy);
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e802";
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin: 0 0 0 auto;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  scale: 1 -1;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 50%;
  border: 1px solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-size: 1.3rem;
  color: var(--clr_txt);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  background: var(--clr_navy_dark03);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_navy_dark02);
  color: #fff;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_navy);
  background: rgba(var(--rgb_navy), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (width >= 36em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: visible;
    background: none;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child)::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 2rem;
    background: var(--clr_gray);
    position: absolute;
    inset: 1.8rem 0 0 auto;
  }
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    padding: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) clamp(1rem, 0.0769rem + 1.603vw, 2rem);
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a::before,
  #nav .gnav_subnav .gnav > li > .sub::before {
    width: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
    height: clamp(0.15rem, 0.0115rem + 0.24vw, 0.3rem);
    margin: auto;
    position: absolute;
    inset: auto 0 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li > a::after,
  #nav .gnav_subnav .gnav > li > .sub::after {
    margin: 0 0 0 clamp(0rem, -0.5538rem + 0.962vw, 0.6rem);
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:-moz-any-link, :enabled, summary):hover, #nav .gnav_subnav .gnav > li > .sub:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:-moz-any-link, :enabled, summary):hover::before, #nav .gnav_subnav .gnav > li > .sub:where(:-moz-any-link, :enabled, summary):hover::before {
    background: var(--clr_navy);
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover::before,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover::before {
    background: var(--clr_navy);
  }
}
@media screen and (width >= 36em), print {
  #nav .gnav_subnav .gnav > li > a:focus-visible,
  #nav .gnav_subnav .gnav > li > .sub:focus-visible {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:focus-visible::before,
  #nav .gnav_subnav .gnav > li > .sub:focus-visible::before {
    background: var(--clr_navy);
  }
  #nav .gnav_subnav .gnav > li > a.current,
  #nav .gnav_subnav .gnav > li > .sub.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(35rem, 21.1538rem + 24.038vw, 50rem);
    position: absolute;
    left: -68%;
    z-index: 100;
    border-top: 1px solid var(--clr_gray_dark);
    border-left: 1px solid var(--clr_gray_dark);
    border-right: 1px solid var(--clr_gray_dark);
    border-bottom: 1px solid var(--clr_gray_dark);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    border-bottom: 1px solid var(--clr_gray_dark);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(odd) {
    border-right: 1px solid var(--clr_gray_dark);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:last-child {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: clamp(1.4rem, 1.0308rem + 0.641vw, 1.8rem);
    padding: clamp(0.55rem, 0.0885rem + 0.801vw, 1.05rem);
    white-space: nowrap;
    background: none;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background: var(--clr_navy_dark02);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background: var(--clr_navy_dark02);
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible {
    color: #fff;
    background: var(--clr_navy_dark02);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav.fix_nav {
    background: #fff;
  }
}
.overview {
  margin: 6rem 0 0;
  padding: 4rem 0 0;
  background: var(--clr_gray);
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 3rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  margin: 0 1.6rem;
}
.overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
.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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewR .gaiyo dt {
  width: 26%;
  padding: 0 0 0 1rem;
  margin: 0 0 1.6rem;
  color: var(--clr_navy);
  font-weight: bold;
  border-left: 1px solid var(--clr_navy);
}
.overview > .wrap .overviewR .gaiyo dd {
  width: 74%;
  margin: 0 0 1.6rem;
}
.overview > .wrap .overviewR .gaiyo dd .tel {
  font-size: 120%;
}
.overview .gmap {
  margin: 4rem 0 0;
  height: 100vw;
}

@media screen and (width >= 36em), print {
  .overview {
    margin: clamp(7rem, 0.5385rem + 11.218vw, 14rem) 0 0;
    padding: 6rem 0 0;
    font-size: clamp(1.6rem, 1.4154rem + 0.321vw, 1.8rem);
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: clamp(30rem, 16.1538rem + 24.038vw, 45rem);
  }
  .overview > .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(47rem, 1fr));
    gap: clamp(4rem, 2.1538rem + 3.205vw, 6rem);
    padding: clamp(2rem, 5.8462rem + -3.205vw, 4rem);
    margin: auto;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gaiyo dt {
    width: 17%;
    padding: 0 0 0 1.6rem;
  }
  .overview > .wrap .overviewR .gaiyo dd {
    width: 83%;
    padding: 0 0 0 2rem;
  }
  .overview .gmap {
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  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.1rem 0.1rem rgba(var(--rgb_txt), 0.2);
          box-shadow: 0 -0.1rem 0.1rem rgba(var(--rgb_txt), 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  text-align: center;
}
#tel_up ul li.telno .tel {
  background: var(--clr_navy_dark01);
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  border: none;
}
#tel_up ul li .btn_rsv::after {
  display: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_navy);
  border: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e805";
  font-size: 1rem;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}

@media screen and (width >= 36em), print {
  #tel_up {
    display: block;
    width: clamp(5rem, 0.3846rem + 8.013vw, 10rem);
    height: clamp(5rem, 0.3846rem + 8.013vw, 10rem);
    inset: auto clamp(2rem, 0.1538rem + 3.205vw, 4rem) 0 auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    position: absolute;
    inset: clamp(1rem, 0.0769rem + 1.603vw, 2rem) 0 0 0;
  }
  #tel_up #pageup .clip {
    clip-path: none;
    color: #fff;
    font-size: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
    inset: clamp(2rem, 0.1538rem + 3.205vw, 4rem) 0 0 0;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #tel_up #pageup {
    opacity: 1;
  }
  #tel_up #pageup:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_navy_light01);
  }
  #tel_up #pageup:where(:any-link, :enabled, summary):hover {
    background: var(--clr_navy_light01);
  }
}
@media screen and (width >= 36em), print {
  #tel_up #pageup:focus-visible {
    background: var(--clr_navy_light01);
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  color: var(--clr_txt);
  background: var(--clr_navy_dark03);
}
.footer .copy {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  color: var(--clr_navy);
}
.footer ul {
  display: none;
}

@media screen and (width >= 36em), print {
  .footer {
    padding: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0;
  }
  .footer .copy {
    font-size: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
    margin: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0 0 0;
    padding: 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;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  .footer ul li a:focus-visible {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li {
    margin: 0 0 1rem;
  }
}
@media screen and (width >= 36em), print {
  body.index {
    background: url(../img/index_kv_bg.svg) no-repeat left calc((100% - 1200px) / 2 + 43rem) top -24rem/2650px 1200px;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: 27rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: -2.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_navy_light03);
}
.keyvsl #keyvsl .slick-dots li.slick-active button {
  background: var(--clr_navy);
}
.keyvsl > .wrap {
  padding: 1.6rem;
  position: absolute;
  inset: 0;
}
.keyvsl > .wrap .open_nairan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  inset: auto 1.6rem 4rem auto;
}
.keyvsl > .wrap .open_nairan li {
  width: 10rem;
  height: 10rem;
  display: grid;
  place-content: center;
  place-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  background: url(../img/bg_open.png) no-repeat center/contain;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.keyvsl > .wrap .open_nairan li span {
  display: block;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 77.5%;
}
.keyvsl > .wrap .open_nairan li span span {
  display: inline-block;
  font-size: 74.2%;
}

@media screen and (width >= 36em), print {
  .keyvsl #keyvsl {
    height: clamp(37.5rem, 2.8846rem + 60.096vw, 75rem);
  }
  .keyvsl #keyvsl div img {
    height: clamp(37.5rem, 2.8846rem + 60.096vw, 75rem) !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: -4rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap .open_nairan {
    gap: 3rem;
    inset: auto clamp(6rem, -1.3846rem + 12.821vw, 14rem) clamp(3.75rem, 0.2885rem + 6.01vw, 7.5rem) auto;
  }
  .keyvsl > .wrap .open_nairan li {
    width: clamp(11rem, 0.8462rem + 17.628vw, 22rem);
    height: clamp(11rem, 0.8462rem + 17.628vw, 22rem);
    font-size: clamp(2rem, 0.1538rem + 3.205vw, 4rem);
  }
}
body.index .main .tit_02::after {
  display: block;
  content: attr(data-txt);
  letter-spacing: 0;
  text-indent: 0;
  font-size: 40%;
  margin: 0;
  text-align: left;
}
@media screen and (width >= 36em), print {
  body.index .main .tit_02::before {
    top: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
}

.info {
  margin-top: 0 !important;
  padding: 0 1rem 2.5rem;
}
.info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info .wrap .tit_02 {
  width: 30%;
}
.info .wrap > div {
  width: 68%;
}
.info .wrap > div .medico-info-list .accordion-item {
  border-bottom: 1px dashed var(--clr_gray);
  color: var(--clr_green);
  line-height: 1.75;
  padding: 0 0 1.75rem;
  margin: 0 0 1.5rem;
}
.info .wrap > div .medico-info-list .accordion-item .accordion-header {
  list-style: none;
  font-size: 1.6rem;
}
.info .wrap > div .medico-info-list .accordion-item .accordion-header .accordion-date {
  display: block;
  font-size: 66.7%;
}
.info .wrap > div .medico-info-list .accordion-item .accordion-content {
  color: var(--clr_txt);
  font-size: 1.4rem;
}

@media screen and (width >= 36em), print {
  .info {
    margin-top: 0 !important;
    padding: 0 0 clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  .info .wrap {
    padding: 0 1rem;
  }
}
@media screen and (width >= 36em), print {
  .info .wrap .tit_02 {
    margin: 0 auto 0 clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    width: auto;
  }
  .info .wrap > div {
    width: auto;
  }
  .info .wrap > div .medico-info-list {
    width: clamp(35rem, 2.6923rem + 56.09vw, 70rem);
  }
  .info .wrap > div .medico-info-list .accordion-item {
    line-height: 1.6;
    padding: 0 0 clamp(1.75rem, 0.1346rem + 2.804vw, 3.5rem);
    margin: 0 0 clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
  .info .wrap > div .medico-info-list .accordion-item .accordion-header {
    font-size: clamp(1.05rem, 0.0808rem + 1.683vw, 2.1rem);
  }
  .info .wrap > div .medico-info-list .accordion-item .accordion-content {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
}
.time_acs {
  margin-top: 0 !important;
  margin-bottom: 1rem;
  padding: 4rem 1.6rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#dde9f2), color-stop(40%, #dde9f2), color-stop(40%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #dde9f2 0%, #dde9f2 40%, #ffffff 40%, #ffffff 100%);
}
.time_acs .wrap .inner {
  background: #fff;
  padding: 1.8rem;
  margin: 2rem 0 0 0;
  -webkit-box-shadow: 6px 6px 0 0 rgba(72, 121, 194, 0.16);
          box-shadow: 6px 6px 0 0 rgba(72, 121, 194, 0.16);
}
.time_acs .wrap .inner .acs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 0 0;
}
.time_acs .wrap .inner .acs > div {
  width: 100%;
}
.time_acs .wrap .inner .acs .info .gaiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time_acs .wrap .inner .acs .info .gaiyo dt,
.time_acs .wrap .inner .acs .info .gaiyo dd {
  width: 100%;
  text-align: center;
}
.time_acs .wrap .inner .acs .info .gaiyo dt {
  background: var(--clr_green);
  color: #fff;
}
.time_acs .wrap .inner .acs .info .gaiyo dd:not(:last-child) {
  margin: 0 0 1.2rem;
}
.time_acs .wrap .inner .acs .info .btn_rsv {
  padding: 1.4rem 0;
  margin: 1.8rem auto 0;
  width: 100%;
  font-size: 2rem;
}
.time_acs .wrap .inner .acs .info .btn_rsv::before {
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_navy_light01);
  margin: 0 0.8rem 0 0;
}
.time_acs .wrap .inner .acs .gmap .add_acs li {
  color: var(--clr_txt_light);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time_acs .wrap .inner .acs .gmap .add_acs li::before {
  display: inline-block;
  content: "";
  color: var(--clr_green);
  margin: 0 0.4rem 0 0;
  width: 1.6rem;
  height: 1.6rem;
}
.time_acs .wrap .inner .acs .gmap .add_acs li.add::before {
  background: url(../img/icon_add.svg) no-repeat center/cover;
}
.time_acs .wrap .inner .acs .gmap .add_acs li.axs span {
  margin: 0 0 0 1.8rem;
}
.time_acs .wrap .inner .acs .gmap .add_acs li.axs span span {
  margin: 0;
}
.time_acs .wrap .inner .acs .gmap .add_acs li.axs::before {
  background: url(../img/icon_axs.svg) no-repeat center/cover;
}
.time_acs .wrap .inner .acs .gmap .add_acs li:not(:last-child) {
  margin: 0 0 1rem;
}
.time_acs .wrap .inner .acs .gmap iframe {
  width: 100%;
  height: 40vh;
  border: 0.2rem solid var(--clr_gray);
  margin: 2rem 0 0 0;
}

@media screen and (width >= 36em), print {
  .time_acs {
    padding: clamp(4rem, 0.3077rem + 6.41vw, 8rem) 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_navy_dark03)), color-stop(var(--clr_navy_dark03)), color-stop(#ffffff), to(#ffffff));
    background: linear-gradient(to bottom, var(--clr_navy_dark03) 0%, var(--clr_navy_dark03) clamp(26rem, 2rem + 41.667vw, 52rem), #ffffff clamp(26rem, 2rem + 41.667vw, 52rem), #ffffff 100%);
  }
  .time_acs .wrap {
    margin: 0 auto;
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  .time_acs .wrap {
    padding: 0 1rem;
  }
}
@media screen and (width >= 36em), print {
  .time_acs .wrap .inner {
    margin: clamp(2rem, 0.1538rem + 3.205vw, 4rem) 0 0 0;
    padding: clamp(1.5rem, -1.7308rem + 5.609vw, 5rem);
    -webkit-box-shadow: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) 0 0 rgba(72, 121, 194, 0.16);
            box-shadow: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) 0 0 rgba(72, 121, 194, 0.16);
  }
  .time_acs .wrap .inner .acs {
    margin: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .time_acs .wrap .inner .acs .info {
    width: clamp(17.5rem, 1.3462rem + 28.045vw, 35rem);
  }
  .time_acs .wrap .inner .acs .info .gaiyo {
    font-size: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
  }
  .time_acs .wrap .inner .acs .info .gaiyo dd:not(:last-child) {
    margin: 0 0 clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
  .time_acs .wrap .inner .acs .info .btn_rsv {
    margin: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0 0;
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
    padding: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem) 0;
  }
  .time_acs .wrap .inner .acs .info .btn_rsv::before {
    margin: 0 clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem) 0 0;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .time_acs .wrap .inner .acs .info .btn_rsv {
    opacity: 1;
  }
  .time_acs .wrap .inner .acs .info .btn_rsv:where(:-moz-any-link, :enabled, summary):hover::before {
    color: var(--clr_green);
  }
  .time_acs .wrap .inner .acs .info .btn_rsv:where(:any-link, :enabled, summary):hover::before {
    color: var(--clr_green);
  }
}
@media screen and (width >= 36em), print {
  .time_acs .wrap .inner .acs .info .btn_rsv:focus-visible::before {
    color: var(--clr_green);
  }
  .time_acs .wrap .inner .acs .gmap {
    width: clamp(34rem, 0.7692rem + 57.692vw, 70rem);
  }
  .time_acs .wrap .inner .acs .gmap .add_acs li {
    font-size: clamp(0.7rem, 0.0538rem + 1.122vw, 1.4rem);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .time_acs .wrap .inner .acs .gmap .add_acs li::before {
    margin: 0 clamp(0.34rem, 0.0262rem + 0.545vw, 0.68rem) 0 0;
    width: clamp(1.75rem, 1.0577rem + 1.202vw, 2.5rem);
    height: clamp(1.75rem, 1.0577rem + 1.202vw, 2.5rem);
  }
  .time_acs .wrap .inner .acs .gmap .add_acs li:not(:last-child) {
    margin: 0 0 clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem);
  }
  .time_acs .wrap .inner .acs .gmap .add_acs li.axs span {
    margin: 0;
  }
  .time_acs .wrap .inner .acs .gmap iframe {
    margin: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0 0 0;
    height: clamp(17.5rem, 1.3462rem + 28.045vw, 35rem);
  }
}
.tre {
  margin-top: 0 !important;
  background: #fff;
  padding: 3rem 1rem 0;
}
.tre .wrap .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin: 2rem 1.6rem;
}
.tre .wrap .subnav li {
  width: 47%;
  border: 1px solid var(--clr_navy_dark02);
}
.tre .wrap .subnav li a {
  display: block;
  height: 100%;
  color: var(--clr_txt_light);
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  padding: 3rem 1rem 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none !important;
}
.tre .wrap .subnav li a::before {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1;
  margin: 0 auto 1rem;
}
.tre .wrap .subnav li a::after {
  font-family: "fontello";
  content: "\e808";
  color: var(--clr_navy);
  display: block;
  margin: 0.6rem auto 0;
}
.tre .wrap .subnav li a.lifestyle_diseases::before {
  background: url(../img/icon_lifestyle_diseases.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.cvd::before {
  background: url(../img/icon_cvd.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.brain_tumor::before {
  background: url(../img/icon_brain_tumor.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.headache::before {
  background: url(../img/icon_headache.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.headache::before {
  background: url(../img/icon_headache.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.dizziness::before {
  background: url(../img/icon_dizziness.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.dementia::before {
  background: url(../img/icon_dementia.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.spinal_diseases::before {
  background: url(../img/icon_spinal_diseases.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.head_injury::before {
  background: url(../img/icon_head_injury.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.vaccination::before {
  background: url(../img/icon_vaccination.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.brain_checkup::before {
  background: url(../img/icon_brain_checkup.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.spasm::before {
  background: url(../img/icon_spasm.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.epilepsy::before {
  background: url(../img/icon_epilepsy.svg) no-repeat center/contain;
}
.tre .wrap .subnav li a.current {
  background: var(--clr_navy_light04);
}

@media screen and (width >= 36em), print {
  .tre {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 0 0 0;
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  .tre .wrap {
    padding: 0 1rem;
  }
}
@media screen and (width >= 36em), print {
  .tre .wrap .subnav {
    max-width: 1200px;
    gap: clamp(0.75rem, 0.0577rem + 1.202vw, 1.5rem) clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem);
    margin: clamp(2rem, 0.1538rem + 3.205vw, 4rem) auto 0;
  }
  .tre .wrap .subnav li {
    width: calc(16.6666666667% - clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem));
    height: clamp(10.17rem, -0.9346rem + 19.279vw, 22.2rem);
  }
  .tre .wrap .subnav li a {
    font-size: clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
    line-height: 1.4;
    padding: clamp(1.5rem, -0.8077rem + 4.006vw, 4rem) 0;
  }
  .tre .wrap .subnav li a::before {
    width: clamp(4.58rem, -0.4231rem + 8.686vw, 10rem);
    height: clamp(4.58rem, -0.4231rem + 8.686vw, 10rem);
    margin: 0 auto clamp(0.5rem, -0.4231rem + 1.603vw, 1.5rem);
  }
  .tre .wrap .subnav li a::after {
    margin: clamp(0.5rem, 0.0385rem + 0.801vw, 1rem) auto 0;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .tre .wrap .subnav li a {
    opacity: 1;
  }
  .tre .wrap .subnav li a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_navy_light04);
  }
  .tre .wrap .subnav li a:where(:any-link, :enabled, summary):hover {
    background: var(--clr_navy_light04);
  }
}
@media screen and (width >= 36em), print {
  .tre .wrap .subnav li a:focus-visible {
    background: var(--clr_navy_light04);
  }
}
.feature {
  margin-top: 0 !important;
  padding: 3rem 1rem 0;
}
.feature .inner {
  counter-reset: number 0;
  padding: 0 1rem;
  margin: 2rem 0 0 0;
}
.feature .inner li {
  width: 100%;
  counter-increment: number 1;
}
.feature .inner li:not(:last-child) {
  margin: 0 0 1.8rem;
}
.feature .inner li figure img {
  width: 100%;
}
.feature .inner li .txt {
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 100%);
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  position: relative;
  padding: 7rem 2rem 2rem;
}
.feature .inner li .txt .tit {
  color: var(--clr_green);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
  line-height: 1.35;
  margin: 0 0 1rem;
}
.feature .inner li .txt p {
  margin: 0;
  color: var(--clr_txt_light);
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.feature .inner li .txt p.num {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--clr_navy);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.feature .inner li .txt p.num::after {
  font-size: 417%;
  font-weight: 400;
  content: counter(number, decimal-leading-zero);
}
.feature .inner li .txt .btn_detail {
  line-height: 1;
  margin: 1rem 0 0 auto;
}
.feature .inner li:nth-child(even) .txt {
  background: linear-gradient(225deg, #f6fbff 0%, #ffffff 100%);
}

@media screen and (width >= 36em), print {
  .feature {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 0 0 0;
  }
}
@media screen and (width >= 36em) and (max-width: 1200px) {
  .feature {
    padding: clamp(5rem, 0.3846rem + 8.013vw, 10rem) 1rem 0;
  }
}
@media screen and (width >= 36em), print {
  .feature .inner {
    margin: clamp(2.3rem, 0.1769rem + 3.686vw, 4.6rem) 0 0 0;
    padding: 0;
  }
  .feature .inner li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature .inner li:not(:last-child) {
    margin: 0 0 clamp(2.65rem, 0.2038rem + 4.247vw, 5.3rem);
  }
  .feature .inner li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature .inner li figure {
    width: clamp(28.5rem, 2.1923rem + 45.673vw, 57rem);
  }
  .feature .inner li .txt {
    width: clamp(31.5rem, 2.4231rem + 50.481vw, 63rem);
    padding: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem) clamp(2.5rem, 0.1923rem + 4.006vw, 5rem) clamp(4.5rem, 0.3462rem + 7.212vw, 9rem);
  }
  .feature .inner li .txt .tit {
    font-size: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
    margin: 0 0 clamp(0.9rem, 0.0692rem + 1.442vw, 1.8rem);
  }
  .feature .inner li .txt p {
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
  }
  .feature .inner li .txt p.num {
    font-size: clamp(0.6rem, 0.0462rem + 0.962vw, 1.2rem);
    top: clamp(-2.6rem, -0.1rem + -2.083vw, -1.3rem);
    right: clamp(2.5rem, 0.1923rem + 4.006vw, 5rem);
  }
  .feature .inner li .txt p.num::after {
    margin: 0 0 clamp(0.5rem, 0.0385rem + 0.801vw, 1rem);
  }
  .feature .inner li .txt .btn_detail {
    width: clamp(11.2rem, 0.8615rem + 17.949vw, 22.4rem);
    padding: clamp(0.65rem, 0.05rem + 1.042vw, 1.3rem) 0;
    font-size: clamp(0.8rem, 0.0615rem + 1.282vw, 1.6rem);
    margin: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem) 0 0 auto;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
  color: var(--clr_txt_light);
}
body:not(.index) .main .tel {
  font-size: 120%;
}
@media screen and (width >= 36em), print {
  body:not(.index) .main {
    max-width: 100rem;
    margin: 8rem auto;
    padding: 0 clamp(0rem, 3.8462rem + -3.205vw, 2rem);
    font-size: clamp(0.9rem, 0.2538rem + 1.122vw, 1.6rem);
  }
  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 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
summary.btn_detail {
  cursor: pointer;
}

.reki {
  margin: 3rem 0 0;
  opacity: 0;
  -webkit-animation: fadein 0.4s ease-out 0.3s 1 normal forwards;
          animation: fadein 0.4s ease-out 0.3s 1 normal forwards;
}

.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_navy);
  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: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_navy);
}

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

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

.lst_flow li {
  position: relative;
  padding: 2rem 1rem;
  background: var(--clr_navy_light04);
}
.lst_flow li .tit {
  color: var(--clr_navy);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.5rem;
  margin: auto;
  font-family: "fontello";
  content: "\e802";
  color: var(--clr_green);
  text-align: center;
}

@media screen and (width >= 36em), print {
  .lst_flow li {
    padding: clamp(1.5rem, 0.1154rem + 2.404vw, 3rem);
  }
  .lst_flow li .tit {
    font-size: clamp(1.2rem, 0.0923rem + 1.923vw, 2.4rem);
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 clamp(5rem, 0.3846rem + 8.013vw, 10rem);
  }
  .lst_flow li:not(:last-child)::after {
    font-size: clamp(1.6rem, 0.3077rem + 2.244vw, 3rem);
    bottom: clamp(-8rem, -0.3077rem + -6.41vw, -4rem);
  }
}
body.access .main .park {
  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: 1.6rem 2rem;
  line-height: 1;
}
body.access .main .park li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
body.access .main .park li span {
  display: grid;
  place-content: center;
  place-items: center;
  width: 1.6em;
  aspect-ratio: 1;
  color: #fff;
  background: var(--clr_navy);
}
body.access .main .gmap {
  height: 110vw;
  border: 1px solid var(--clr_navy_light01);
  margin: 2rem 0 0;
  overflow: hidden;
  border-radius: 0.6rem;
}
@media screen and (width >= 36em), print {
  body.access .main .gmap {
    border-radius: 0.8rem;
  }
}
@media screen and (width >= 36em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .park {
    gap: 2rem 4rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 47rem;
    border: 2px solid var(--clr_navy_light01);
  }
}

.anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
}
.anc li::after {
  font-family: "fontello";
  content: "\e80a";
  color: var(--clr_navy_dark01);
}
.anc li a {
  color: #206395;
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 1px dashed var(--clr_navy_dark02);
}

@media screen and (width >= 36em), print {
  .anc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem 2rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .anc li a {
    opacity: 1;
  }
  .anc li a:where(:-moz-any-link, :enabled, summary):hover {
    background: var(--clr_navy_light04);
  }
  .anc li a:where(:any-link, :enabled, summary):hover {
    background: var(--clr_navy_light04);
  }
}
@media screen and (width >= 36em), print {
  .anc li a:focus-visible {
    background: var(--clr_navy_light04);
  }
}
.notfound .main {
  min-height: 41vh;
}
.notfound .main .btn_detail {
  margin: 0 auto;
}
.notfound #tel_up {
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (width >= 36em), print {
  .notfound .main {
    min-height: auto;
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}/*# sourceMappingURL=style.css.map */