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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
}

button {
  cursor: pointer;
  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;
  object-fit: contain;
}

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

:root {
  --clr_txt: #333;
  --rgb_txt: 51,51, 51;
  --clr_brown: #A68F7B;
  --rgb_brown: 166,143, 123;
  --clr_brown_light01: #ABA39B;
  --rgb_brown_light01: 171,163, 155;
  --clr_brown_dark01: #4D4843;
  --rgb_brown_dark01: 77,72, 67;
  --clr_red: #826874;
  --rgb_red: 130,104, 116;
  --clr_gray: #F5F6F7;
  --rgb_gray: 245,246, 247;
  --clr_gray_dark01: #E5E9EC;
  --rgb_gray_dark01: 229,233, 236;
  --clr_gray_light01: #F4F3F2;
  --rgb_gray_light01: 244,243, 242;
  --clr_pink: #A6909A;
  --rgb_pink: 166,144, 154;
  --clr_blue: #879CAE;
  --rgb_blue: 135,156, 174;
  --breakpoint: 576px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
/*@mixin mincho($weight: 500) {
  font-family: "Noto Serif JP", serif;
  font-weight: $weight;
  font-style: normal;
}*/
.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;
}

.font_l {
  font-size: 120%;
}

.font_s {
  font-size: 80%;
}

.fc_red {
  color: var(--clr_red);
}

.fc_brown {
  color: var(--clr_brown);
}

p {
  margin: 0 0 1em;
}

.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 !important;
}

@media screen and (width >= 36em), print {
  .sp_n {
    display: block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.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;
  font-size: 1.4rem;
  margin: 0 0 4rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
}
.tbl_time caption dl {
  display: flex;
  line-height: 1.6;
  margin-top: 0.7em;
}
.tbl_time caption dl dt {
  display: inline-block;
  padding: 0 0.5rem;
  color: var(--clr_brown);
  background: #fff;
  border: 1px solid var(--clr_brown);
  margin: 0 1rem 0 0;
}
.tbl_time thead th {
  font-weight: 500;
}
.tbl_time thead th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
  border-left: 0.1rem solid #ccc;
}
.tbl_time thead th[scope=col]:first-child {
  width: 35%;
}
.tbl_time thead th[scope=row] {
  font-weight: normal;
  line-height: 1.4;
}
.tbl_time tbody th {
  border-top: 1px solid #ccc;
  font-weight: 500;
}
.tbl_time tbody td {
  text-align: center;
  padding: 0.8rem 0.4rem;
  border-top: 1px solid #ccc;
  border-left: 0.1rem solid #ccc;
  line-height: 1;
  color: var(--clr_brown);
}
@media screen and (width >= 36em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: clamp(1.2rem, 0.4845rem + 1.242vw, 2rem);
    margin: 0 0 4rem;
    line-height: 1;
  }
  .tbl_time thead tr th[scope=col] {
    padding: 2.3rem 0;
    width: clamp(3rem, 0.3168rem + 4.658vw, 6rem);
  }
  .tbl_time thead tr th[scope=row] {
    padding: 2.3rem 0;
  }
  .tbl_time tbody th {
    width: clamp(10rem, 5.528rem + 7.764vw, 15rem);
    padding: 3rem 0;
  }
  .tbl_time tbody td {
    width: clamp(3rem, 0.3168rem + 4.658vw, 6rem);
    padding: 3rem 0;
  }
  main .tbl_time {
    font-size: clamp(1.2rem, 0.3056rem + 1.553vw, 2.2rem);
  }
  main .tbl_time caption {
    margin-top: 2rem;
  }
  main .tbl_time thead tr th[scope=col] {
    width: clamp(3rem, -5.0497rem + 13.975vw, 12rem);
  }
  main .tbl_time tbody th {
    width: clamp(10rem, -2.5217rem + 21.739vw, 24rem);
    padding: 3rem 0;
  }
  main .tbl_time tbody td {
    width: clamp(3rem, -5.0497rem + 13.975vw, 12rem);
  }
}
.gmap {
  width: 100%;
}

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

.tit_01 {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 10rem;
  background: var(--clr_navy);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tit_01::before, .tit_01::after {
  content: "";
  display: block;
  position: absolute;
}
.tit_01::before {
  width: 17rem;
  height: 200%;
  background: url(../img/tit_01_left.svg) no-repeat center/auto 200%;
  top: -10rem;
  left: -11rem;
}
.tit_01::after {
  width: 10rem;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 3rem;
  right: -5rem;
}

.tit_02 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
}
.tit_02::before {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: linear-gradient(to right, var(--clr_yellow_dark) 0%, var(--clr_yellow_light) 50%, var(--clr_yellow_dark) 100%);
  margin: 0 auto 1rem;
}

.tit_03 {
  padding: 0.4rem 1rem 0.4rem 1.4rem;
  background: var(--clr_navy);
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: var(--clr_red);
  border-radius: 0 1.2rem 1.2rem 0;
  position: absolute;
  inset: 1.2rem auto auto 0;
}

.tit_04 {
  display: flex;
  gap: 0.8rem;
  color: var(--clr_navy);
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid #ccc;
  margin: 0 0 2rem;
}
.tit_04::before {
  content: "";
  display: block;
  width: 2px;
  height: auto;
  background: var(--clr_navy);
  flex: 0 0 2px;
}

.tit_05 {
  font-size: 1.6rem;
  color: var(--clr_red);
  line-height: 1.4;
  margin: 0 0 2rem;
}
.tit_05::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1rem;
  background: var(--clr_red);
  margin: 0.4rem 0 0;
}

.tit_06 {
  font-size: 1.6rem;
  color: var(--clr_navy);
  padding-left: 1em;
  position: relative;
}
.tit_06::before {
  display: block;
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  border: 1px solid var(--clr_navy);
  border-radius: 50%;
  position: absolute;
  top: 0.65em;
  left: 0;
}

@media screen and (width >= 36em), print {
  .tit_01 {
    min-height: clamp(18rem, 10.8447rem + 12.422vw, 26rem);
    font-size: clamp(3rem, 1.3901rem + 2.795vw, 4.8rem);
  }
  .tit_01::before {
    width: 80rem;
    height: 114rem;
    background: url(../img/tit_01_left.svg) no-repeat center/80rem 114rem;
    top: -40rem;
    left: -50rem;
  }
  .tit_01::after {
    width: 30rem;
    top: 5rem;
    right: -15rem;
  }
  .tit_02 {
    font-size: clamp(2.6rem, 1.3478rem + 2.174vw, 4rem);
    margin: 0 auto 4rem;
  }
  .tit_03 {
    font-size: 3.2rem;
    padding: 0.4rem 2rem 0.4rem 2rem;
    margin: 0 0 3rem;
  }
  .tit_03::before {
    width: 1rem;
    height: 2rem;
    border-radius: 0 2rem 2rem 0;
    inset: 1.8rem auto auto 0;
  }
  .tit_04 {
    gap: 1.6rem;
    font-size: 2.8rem;
    padding: 0 0 0.8rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_05::after {
    margin: 1rem 0 0;
  }
  .tit_06 {
    font-size: 2.2rem;
  }
  .tit_06::before {
    top: 0.8em;
  }
}
.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_navy);
  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 {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  position: absolute;
  left: 0;
}

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

@media screen and (width >= 36em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 15%;
  }
  .lst_dl01 dd {
    width: 85%;
    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: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (width >= 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li,
  .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.box_gray,
.box_01 {
  padding: 1.6rem;
  background: var(--clr_gray);
}
@media screen and (width >= 36em), print {
  .box_gray,
  .box_01 {
    padding: 3rem;
  }
}

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

.marker {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #cdf;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}

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

@media screen and (width >= 36em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex_LRTB {
    display: flex;
  }
  .flex_LRTB.center {
    justify-content: center;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex_RLTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
  .flex_LRTB.third::after {
    content: "";
    display: block;
    width: 32%;
    height: 0.1rem;
  }
  .flex_LRTB.fourth > * {
    width: 24%;
  }
  .flex_LRTB.fourth::after {
    content: "";
    display: block;
    width: 24%;
    height: 0.1rem;
  }
}
/*
.btn_rsv {
  // 予約ボタン
  display: block;

  span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 .4rem;
    color: #fff;
    background: var(--clr_brown);
    outline: 1px solid rgba(#fff, .4);
    outline-offset: -.3rem;
    transition: .2s;

    &::before {
      @include fontello("e80d");
    }

  }

  @include pc {
    @include hover {
      opacity: 1.0;

      span {
        background: var(--clr_red);
      }
    }
  }
}

.btn_inst {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  padding: 2.0rem 4.0rem;

  font-size: 1.8rem;
  text-decoration: none !important;
  border: 4px solid var(--clr_pink);

  &::before {
    // アイコン
    display: block;
    content: "";
    width: 4.0rem;
    aspect-ratio: 1;
    @include fontello('e80c');
    flex: 0 0 4.0rem;
  }

  @include pc {
    padding: 2.0rem 7.0rem;
    font-size: 2.8rem;

    @include hover {
      opacity: 1.0;
      color: var(--clr_green_line) !important;
    }
  }
}


.linkout {
  // 外部リンク
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;

  &::after {
    @include fontello("f08e");
    font-size: .8em;
    margin-left: .6rem;

    @include pc {
      margin-left: 1.0rem;
    }
  }
}

*/
.btn_dtl {
  display: block;
  width: fit-content;
  padding: 0.6rem 4rem;
  position: relative;
  background: #fff;
  color: var(--clr_brown);
  text-decoration: none !important;
  border-radius: 3rem;
  margin: 1em auto;
}
.btn_dtl::before {
  content: "";
  display: block;
  border-radius: 3rem;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  border: 1px solid var(--clr_brown);
  position: absolute;
  inset: 0;
  margin: auto;
}
.btn_dtl::after {
  font-family: "fontello";
  content: "\e813";
  font-weight: normal;
  position: absolute;
  inset: auto 1rem auto auto;
}
@media screen and (width >= 36em), print {
  .btn_dtl {
    padding: 1.2rem 6.5rem 1.4rem;
    border-radius: 3rem;
  }
  .btn_dtl::after {
    inset: auto 1.7rem auto auto;
    line-height: 2;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .btn_dtl:where(:any-link, :enabled, summary):hover {
    background: var(--clr_brown);
    opacity: 1;
    color: #fff;
  }
  .btn_dtl:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
@media screen and (width >= 36em), print {
  .btn_dtl:focus-visible {
    background: var(--clr_brown);
    opacity: 1;
    color: #fff;
  }
  .btn_dtl:focus-visible::before {
    border-color: #fff;
  }
}

.tbl_lst {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst th[scope=row] {
  width: 28%;
  padding: 0.4rem 1rem;
  font-weight: normal;
  background: var(--clr_gray);
  border: 1px solid #ccc;
}
.tbl_lst td {
  padding: 1rem;
  border: 1px solid #ccc;
}

@media screen and (width >= 36em), print {
  .tbl_lst th[scope=row] {
    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;
}
.tbl_lst2 th[scope=col] {
  color: #fff;
  background: var(--clr_navy);
}
.tbl_lst2 th[scope=row] {
  width: 25%;
  font-weight: normal;
  background: var(--clr_yellow);
}
.tbl_lst2 td {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}

@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: flex;
  justify-content: 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: "\71";
  font-weight: normal;
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
  font-weight: normal;
}

@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: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: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_navy);
}
@media (hover: hover) {
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--clr_gray), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (width >= 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a,
  button {
    transition: 0.2s;
  }
  a img,
  button img {
    transition: 0.2s;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  a:where(:any-link, :enabled, summary):hover,
  button:where(:any-link, :enabled, summary):hover {
    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: 1220px;
    margin: auto;
    padding: 0 1rem;
  }
  .main {
    font-size: clamp(1.4rem, 1.0422rem + 0.621vw, 1.8rem);
    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::after {
  content: "";
  display: block;
  height: 6rem;
  width: 100%;
}
.header > .wrap {
  position: fixed;
  z-index: 100;
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  background: var(--clr_brown);
  z-index: 100;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}

@media screen and (width >= 36em), print {
  .header {
    margin-top: 4rem;
  }
  .header.fix_nav {
    margin-top: 0;
  }
  .header.fix_nav .wrap {
    padding: 1rem;
    background: rgba(166, 143, 123, 0.7);
  }
  .header.fix_nav + .sub_header {
    margin-top: 4rem;
  }
  .header > .wrap {
    padding: 1rem clamp(0.5rem, -0.8416rem + 2.329vw, 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: none;
  }
  .header > .wrap .logo {
    width: clamp(20rem, 11.7714rem + 14.286vw, 29.2rem);
    height: 3.8rem;
    padding: 0;
    position: relative;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: clamp(80rem, 63.0062rem + 29.503vw, 99rem);
    margin: 0 0 0 auto;
    max-width: 100vw;
  }
}
#nav {
  width: 100%;
  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_red);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  font-weight: normal;
  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: "\e801";
  font-weight: normal;
}
#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;
  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 > a,
#nav .gnav_subnav .gnav > li > .sub {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem;
  font-size: 1.4rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li > a::before,
#nav .gnav_subnav .gnav > li > .sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  inset: auto auto 0 0.6rem;
}
#nav .gnav_subnav .gnav > li > a.current::before,
#nav .gnav_subnav .gnav > li > .sub.current::before {
  background: var(--clr_brown);
}
#nav .gnav_subnav .gnav > li {
  /*
  .sub {
    &::after {
      @include fontello("e80c");
      line-height: 1.0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 1.0rem;
      margin: 0 0 0 auto;
    }

    &.close::after {
      scale: 1 -1;
    }
  }*/
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0.5rem 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  width: 100%;
  border-bottom: 0.1rem solid;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem 0;
  font-size: 1.2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::after {
  font-family: "fontello";
  content: "\e813";
  font-weight: normal;
  color: var(--clr_brown);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_gray);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a:hover {
  color: var(--clr_brown) !important;
}
#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";
  font-weight: normal;
  margin: 0 0.6rem 0 0;
}

@media screen and (width >= 36em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    background-color: transparent;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    box-shadow: none;
    overflow-y: visible;
    background: none;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    gap: clamp(1rem, 0.4634rem + 0.932vw, 1.6rem);
  }
  #nav .gnav_subnav .gnav > li.blog, #nav .gnav_subnav .gnav > li.privacy_policy {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1rem, 0.2845rem + 1.242vw, 1.8rem);
    padding: 0;
    margin: 0;
    cursor: pointer;
    gap: 0;
    color: #fff;
    width: fit-content;
  }
  #nav .gnav_subnav .gnav > li > a::before,
  #nav .gnav_subnav .gnav > li > .sub::before {
    width: 100%;
    height: 0.2rem;
    margin: auto;
    position: absolute;
    inset: auto 0 0 0;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li > a span,
  #nav .gnav_subnav .gnav > li > .sub span {
    display: inline-block;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #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(:any-link, :enabled, summary):hover::before,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover::before {
    background: #fff;
  }
}
@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: #fff;
  }
  #nav .gnav_subnav .gnav > li > a.current,
  #nav .gnav_subnav .gnav > li > .sub.current {
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li > a.current::before,
  #nav .gnav_subnav .gnav > li > .sub.current::before {
    background: var(--clr_red);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(50rem, 32.1118rem + 31.056vw, 70rem);
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin: auto;
    z-index: 100;
    padding: 1rem clamp(0rem, -1.7888rem + 3.106vw, 2rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    gap: 0 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: calc(50% - 1rem);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: clamp(1rem, 0.2845rem + 1.242vw, 1.8rem);
    padding: 1.6rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover::before {
    background: none;
  }
}
@media screen and (width >= 36em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible::before {
    background: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
#overview {
  margin: 0 0;
  padding: 4rem 0 1rem;
  background: var(--clr_gray_light01);
  font-size: 1.4rem;
  line-height: 1.6;
}
#overview .clinic_name {
  margin: 0 0 3rem;
}
#overview .clinic_name img {
  width: 15rem;
  margin: auto;
}
#overview > .wrap {
  margin: 0 1.6rem;
}
#overview > .wrap .overviewR {
  margin: 2rem 0 0;
}
#overview .gmap {
  margin: 4rem 0 0;
}
#overview .gmap iframe {
  height: 40rem;
}

.dl_overview {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.dl_overview dt {
  width: 100%;
  padding: 0 0;
  margin: 0 0 0.6em;
  color: var(--clr_brown);
}
.dl_overview dd {
  width: 100%;
  margin: 0 0 2rem;
}

@media screen and (width >= 36em), print {
  #overview {
    margin: 0 0 0;
    padding: 10rem 0;
    font-size: clamp(1rem, 0.2845rem + 1.242vw, 1.8rem);
  }
  #overview .clinic_name {
    margin: 0 0 6rem;
  }
  #overview .clinic_name img {
    max-width: clamp(15rem, 6.5925rem + 14.596vw, 24.4rem);
  }
  #overview > .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(47rem, 1fr));
    gap: clamp(1rem, -3.472rem + 7.764vw, 6rem);
    justify-content: center;
    margin: auto;
  }
  #overview > .wrap .overviewL,
  #overview > .wrap .overviewR {
    width: clamp(50rem, 43.7391rem + 10.87vw, 57rem);
    margin: 0 auto;
  }
  #overview .gmap iframe {
    height: 46rem;
  }
  #overview .gmap .btn_dtl {
    margin: 3.4rem auto 0;
  }
}
.dl_overview dt {
  width: 7em;
}
.dl_overview dd {
  width: calc(100% - 7em);
}

#sp_bottom {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#sp_bottom ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#sp_bottom ul li {
  flex: auto;
  height: 100%;
  text-align: center;
  width: 21%;
}
#sp_bottom ul li:last-child {
  width: 16%;
}
#sp_bottom ul li.telno {
  background: var(--clr_brown_dark01);
  position: relative;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sp_bottom ul li.telno span {
  display: none;
}
#sp_bottom ul li.telno::after {
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  color: #fff;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sp_bottom ul li.telno a {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  gap: 0.2em;
  align-items: center;
  justify-content: center;
}
#sp_bottom ul li a::after {
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sp_bottom ul li.rsv a {
  height: 100%;
  width: 100%;
  background: var(--clr_brown);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#sp_bottom ul li.rsv a span {
  display: flex;
  height: 100%;
}
#sp_bottom ul li.blog a {
  height: 100%;
  width: 100%;
  background: var(--clr_blue);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#sp_bottom ul li.blog a span {
  display: flex;
  align-items: center;
  height: 100%;
}
#sp_bottom ul li.inst a {
  height: 100%;
  background: var(--clr_pink);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#sp_bottom #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_brown);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#sp_bottom #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80f";
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
}
#sp_bottom #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (width >= 36em), print {
  #sp_bottom {
    width: 87rem;
    max-width: calc(100vw - 4rem);
    height: 7rem;
    bottom: 0;
    left: auto;
    right: 2rem;
    background: none;
    box-shadow: none;
    font-size: clamp(1.2rem, 0.6634rem + 0.932vw, 1.8rem);
    letter-spacing: 0.05em;
  }
  #sp_bottom ul {
    justify-content: space-between;
    gap: 0.1rem;
  }
  #sp_bottom ul li {
    width: clamp(10rem, 1.0559rem + 15.528vw, 20rem) !important;
  }
  #sp_bottom ul li a {
    height: 100%;
  }
  #sp_bottom ul li a::after {
    font-size: 1rem;
  }
  #sp_bottom ul li a:hover {
    opacity: 0.8;
  }
  #sp_bottom ul li.telno span {
    display: block;
  }
  #sp_bottom ul li.telno::after {
    font-size: 1rem;
  }
  #sp_bottom ul li.telno::before {
    font-family: "fontello";
    content: "\e811";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #sp_bottom ul li.rsv a::before {
    font-family: "fontello";
    content: "\e810";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #sp_bottom ul li.inst a::before {
    font-family: "fontello";
    content: "\e80c";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #sp_bottom ul li.blog a::before {
    font-family: "fontello";
    content: "\e80d";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #sp_bottom #pageup {
    width: 7rem;
    padding: 0;
  }
  #sp_bottom #pageup::before {
    font-size: 3rem;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  #sp_bottom #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (width >= 36em), print {
  #sp_bottom #pageup:focus-visible {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_brown_light01);
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-style: normal;
  background: #fff;
}
.footer .copy a {
  color: var(--clr_brown);
}
.footer ul {
  display: none;
}

@media screen and (width >= 36em), print {
  .footer {
    padding: 6rem 0 0;
  }
  .footer .copy {
    font-size: clamp(1.2rem, 0.8422rem + 0.621vw, 1.6rem);
    margin: 5rem 0 0;
    padding: 1.6rem 0 7.6rem;
  }
  .footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1220px;
    max-width: 100vw;
    margin: 0 auto;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1rem, 0.2845rem + 1.242vw, 1.8rem);
    line-height: 2;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
    color: #fff;
  }
  .footer ul li.last-in-row::after {
    display: none;
  }
  .footer ul li a {
    color: #fff;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .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;
  }
}
#nav, .kv_info, #medical, #greeting, .footer_nav, #sp_bottom .blog {
  pointer-events: none;
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl div img {
  height: calc(100vh - 10rem) !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl #keyvsl .slick-dots li button {
  background: var(--clr_yellow_dark);
}
.keyvsl > .wrap {
  padding: 1.6rem;
  position: absolute;
  bottom: 0;
}
.keyvsl > .wrap .open_event {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.keyvsl > .wrap .open_event li {
  width: 10rem;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 1.4rem;
}
.keyvsl > .wrap .kv_info {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  width: fit-content;
  margin: 2rem auto;
}
.keyvsl > .wrap .kv_info li {
  background: url(../img/kv_decagon.png) no-repeat;
  background-size: contain;
  position: relative;
  color: #fff;
  width: 10rem;
  height: 9.4rem;
  align-content: center;
  text-align: center;
  font-size: 110%;
}
.keyvsl > .wrap .kv_info li a {
  position: absolute;
  width: 6rem;
  bottom: -3.5rem;
  right: -1rem;
}
.keyvsl > .wrap .kv_info li:nth-child(3) {
  margin-left: 10rem;
}
.keyvsl > .wrap .kv_message {
  text-align: center;
  text-shadow: 0px 0px 10px #000;
  color: #fff;
  font-size: 180%;
}

@media screen and (width >= 36em), print {
  .keyvsl {
    margin-top: -10rem;
  }
  .keyvsl #keyvsl {
    height: 95rem;
  }
  .keyvsl #keyvsl div img {
    height: 95rem !important;
    object-fit: none;
  }
  .keyvsl #keyvsl .slick-dots {
    display: none;
  }
  .keyvsl > .wrap {
    height: 95rem;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .keyvsl > .wrap .open_event {
    margin-top: 19rem;
    gap: 1.6rem;
    justify-content: flex-start;
  }
  .keyvsl > .wrap .open_event li {
    width: clamp(16rem, 12.4224rem + 6.211vw, 20rem);
  }
  .keyvsl > .wrap .kv_info {
    gap: 1.6rem;
    font-size: clamp(1.4rem, 0.8634rem + 0.932vw, 2rem);
    letter-spacing: 0.05em;
    line-height: 1.6em;
    position: absolute;
    bottom: 10rem;
    gap: 5rem 2rem;
    max-width: calc(100% - 10rem);
  }
  .keyvsl > .wrap .kv_info li {
    width: clamp(16rem, 12.4224rem + 6.211vw, 20rem);
    height: clamp(15rem, 11.4224rem + 6.211vw, 19rem);
  }
  .keyvsl > .wrap .kv_info li:nth-child(3) {
    margin: 0;
  }
  .keyvsl > .wrap .kv_info li a {
    width: 11.5rem;
    bottom: -6.3rem;
    right: -2.5rem;
  }
  .keyvsl > .wrap .kv_message {
    writing-mode: vertical-rl;
    text-align: left;
    font-size: clamp(3rem, 2.1056rem + 1.553vw, 4rem);
    letter-spacing: 0.5em;
    position: absolute;
    top: 19rem;
    right: 1rem;
  }
}
body.index .main h2 {
  text-align: center;
  font-size: 1.6rem;
  color: var(--clr_brown);
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1;
}
body.index .main h2::before {
  display: block;
  content: attr(data-txt);
  letter-spacing: 0;
  text-indent: 0;
  font-size: 145%;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
}
@media screen and (width >= 36em), print {
  body.index .main h2 {
    font-size: clamp(2rem, 0.2112rem + 3.106vw, 4rem);
    letter-spacing: 0.1em;
    margin-bottom: 7rem;
  }
  body.index .main h2::before {
    font-size: 200%;
    letter-spacing: 0.05em;
    margin-bottom: 0.1em;
  }
}
body.index .wrap {
  padding: 0 1.5rem;
}
@media screen and (width >= 36em), print {
  body.index .wrap {
    padding: 0 1rem;
  }
}

#concept {
  background: url(../img/concept_bg.png) no-repeat center right;
  background-size: cover;
  padding: 3rem 0 4rem;
}
#concept dl dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3rem;
  color: var(--clr_brown);
  line-height: 1;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}
#concept dl dt::before {
  width: 0.8em;
  height: 0.1rem;
  background: var(--clr_brown);
  content: "";
  display: inline-block;
}
#concept dl dd {
  font-size: 110%;
  margin: 0.5em 0 1em;
}

@media screen and (width >= 36em), print {
  #concept {
    background-position: top center;
    padding: 12rem 0;
  }
  #concept .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 10rem;
  }
  #concept h2 {
    text-align: left;
    width: clamp(38rem, 30.8447rem + 12.422vw, 46rem);
  }
  #concept dl {
    width: clamp(40rem, 23.9006rem + 27.95vw, 58rem);
  }
  #concept dl dt {
    font-size: clamp(2.4rem, 1.3267rem + 1.863vw, 3.6rem);
    margin-bottom: 1rem;
  }
  #concept dl dd {
    font-size: clamp(1.8rem, 1.4422rem + 0.621vw, 2.2rem);
    margin-bottom: 4rem;
  }
  #concept dl dd:last-child {
    margin-bottom: 0;
  }
}
#hours {
  padding: 3rem 0 4rem;
  background: url(../img/hours_bg.jpg) no-repeat center;
  background-size: cover;
}
#hours h2 {
  color: #fff;
}
#hours .inner {
  background: #fff;
  padding: 2rem 1rem;
}
#hours .tbl_time {
  margin: 0;
}

@media screen and (width >= 36em), print {
  #hours {
    padding: 12rem 0 10rem;
  }
  #hours .wrap {
    padding: 0 1rem;
  }
  #hours .inner {
    padding: clamp(2rem, 0.2112rem + 3.106vw, 4rem) clamp(3rem, 0.3168rem + 4.658vw, 6rem);
  }
}
#medical {
  padding: 3rem 0 4rem;
}
#medical .inner {
  background: url(../img/medical_bg.jpg) no-repeat center;
  background-size: auto 90%;
}
#medical .list_medical {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
#medical .list_medical > li {
  background: #fff;
  width: 100%;
  padding: 0.3rem;
  max-width: 25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#medical .list_medical > li:hover {
  transform: translateY(-10px);
}
#medical .list_medical > li {
  /*
  &::before {
    // 枠
    content: "";
    display: block;
    width: calc(100% - .6rem);
    height: calc(100% - .6rem);
    border: 0.2rem solid var(--clr_blue);
    position: absolute;
    inset: 0;
    margin: auto;
  }*/
}
#medical .list_medical > li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.2rem solid var(--clr_blue);
  padding: 1.4rem 1rem;
  text-decoration: none;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}
#medical .list_medical > li a::after {
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--clr_blue);
}
#medical .list_medical > li dt {
  background: url(../img/medical_art.png) no-repeat left center;
  background-size: auto 5rem;
  min-height: 5rem;
  padding-left: 5.5rem;
  font-size: 115%;
  text-align: center;
  align-content: center;
  margin-bottom: 0.4em;
}
#medical .list_medical > li ul {
  margin-left: 2rem;
}
#medical .list_medical > li ul li {
  color: var(--clr_blue);
  position: relative;
  list-style-type: circle;
}
#medical .list_medical > li ul li::marker {
  font-weight: bold;
}
#medical .list_medical > li.bridal_check a {
  font-size: 120%;
  text-align: center;
}
#medical .list_medical > li.bridal_check a::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../img/medical_bridal_check.png) no-repeat center;
  background-size: contain;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (width >= 36em), print {
  #medical .list_medical > li.bridal_check a {
    padding-top: 4rem;
    font-size: clamp(1.8rem, 1.4422rem + 0.621vw, 2.2rem);
  }
  #medical .list_medical > li.bridal_check a::before {
    width: 11rem;
    height: 11rem;
    margin-bottom: 4rem;
  }
}
#medical .list_medical > li.endometriosis dt {
  background-image: url(../img/medical_endometriosis.png);
}
#medical .list_medical > li.fertility_preservation dt {
  background-image: url(../img/medical_fertility_preservation.png);
}
#medical .list_medical > li.implantation_failure dt {
  background-image: url(../img/medical_implantation_failure.png);
}
#medical .list_medical > li.infertility dt {
  background-image: url(../img/medical_infertility.png);
}
#medical .list_medical > li.male_infertility dt {
  background-image: url(../img/medical_male_infertility.png);
}
#medical .list_medical > li.ovarian_hypofunction dt {
  background-image: url(../img/medical_ovarian_hypofunction.png);
}
#medical .list_medical > li.regenmed dt {
  background-image: url(../img/medical_regenmed.png);
}
@media screen and (width >= 36em), print {
  #medical {
    padding: 12rem 0;
  }
  #medical .inner {
    background-size: auto;
  }
  #medical .list_medical {
    gap: 3rem;
  }
  #medical .list_medical > li {
    max-width: none;
    width: clamp(30rem, 22.8447rem + 12.422vw, 38rem);
    padding: 0.4rem;
  }
  #medical .list_medical > li a {
    padding: 1.6rem 2.6rem;
  }
  #medical .list_medical > li dt {
    font-size: clamp(1.8rem, 1.4422rem + 0.621vw, 2.2rem);
    height: 10rem;
    background-size: auto;
    padding-left: 10rem;
    margin-bottom: 2rem;
  }
  #medical .list_medical > li dd {
    font-size: clamp(1.6rem, 1.2422rem + 0.621vw, 2rem);
    line-height: 2;
  }
}

#features {
  padding: 3rem 0 4rem;
  background: url(../img/features_bg.jpg) center;
  background-size: cover;
}
#features li {
  background: url(../img/features_bg_odd.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem;
}
#features li:nth-child(even) {
  background-image: url(../img/features_bg_even.jpg);
}
#features li:nth-child(even) dt span {
  color: var(--clr_blue);
}
#features dl {
  background: url(../img/features_deco01.png) no-repeat top left, url(../img/features_deco02.png) no-repeat bottom right;
  padding: 2rem;
  margin-bottom: 2rem;
  align-content: center;
  text-align: center;
}
#features dt {
  font-size: 2rem;
  margin-bottom: 1em;
}
#features dt span {
  display: block;
  content: attr(data-txt);
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_brown);
}
#features dt span small {
  font-size: 75%;
  padding-right: 0.4em;
}
#features dd {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (width >= 36em), print {
  #features {
    padding: 12rem 0 4rem;
    width: 100%;
    overflow-x: hidden;
  }
  #features ul li {
    height: 52rem;
    position: relative;
    background: none;
    padding-right: 40%;
    background: url(../img/features_img01.jpg) no-repeat top right calc(50% - 50rem);
    margin-bottom: 8rem;
  }
  #features ul li figure {
    display: none;
  }
  #features ul li dl {
    width: clamp(40rem, 16.7453rem + 40.373vw, 66rem);
    min-height: 36rem;
    position: absolute;
    z-index: 10;
    right: clamp(14%, -11.938% + calc(4.503% * 1vw / 1px), 43%);
    top: 8rem;
  }
  #features ul li dt {
    font-size: clamp(2rem, 0.9267rem + 1.863vw, 3.2rem);
  }
  #features ul li dd {
    font-size: clamp(1.2rem, 0.3056rem + 1.553vw, 2.2rem);
    line-height: 1.8;
  }
  #features ul li::after {
    background: url(../img/features_bg_odd.jpg) no-repeat left center;
    width: 110rem;
    height: 40rem;
    content: "";
    display: block;
    position: absolute;
    right: clamp(12%, -13.043% + calc(4.348% * 1vw / 1px), 40%);
    margin: auto auto auto 0;
    z-index: 5;
    top: 6rem;
  }
  #features ul li:nth-child(even) {
    background: url(../img/features_img02.jpg) no-repeat top left calc(50% - 50rem);
  }
  #features ul li:nth-child(even)::after {
    background: url(../img/features_bg_even.jpg) no-repeat right center;
    left: clamp(12%, -13.043% + calc(4.348% * 1vw / 1px), 40%);
    right: inherit;
  }
  #features ul li:nth-child(even) dl {
    left: clamp(14%, -11.938% + calc(4.503% * 1vw / 1px), 43%);
    right: inherit;
  }
  #features ul li:nth-child(3) {
    background-image: url(../img/features_img03.jpg);
  }
  #features ul li:nth-child(5) {
    background-image: url(../img/features_img05.jpg);
  }
  #features ul li:nth-child(4) {
    background-image: url(../img/features_img04.jpg);
  }
}

#greeting {
  padding: 3rem 0 4rem;
  background: url(../img/greeting_bg.jpg) no-repeat center;
  background-size: cover;
}
#greeting .btn_dtl {
  width: 20rem;
  text-align: center;
}
#greeting figure {
  max-width: 30rem;
  margin: auto;
}
#greeting figure img {
  display: block;
  margin-right: auto;
  width: 20rem;
}
#greeting figure figcaption {
  background: var(--clr_brown);
  position: relative;
  padding: 1rem;
  color: #fff;
  width: fit-content;
  margin: -3rem 0 0 auto;
}
#greeting figure figcaption .font_l {
  font-size: 133%;
  padding-right: 0.5em;
}
#greeting figure figcaption em {
  width: fit-content;
  display: block;
  background: #fff;
  color: var(--clr_brown);
  padding: 0 0.4rem;
  font-style: normal;
}
#greeting figure figcaption::before {
  content: "";
  display: block;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 1px solid #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (width >= 36em), print {
  #greeting {
    padding: 11rem 0 9rem;
  }
  #greeting .flex_LRTB {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(2rem, -1.5776rem + 6.211vw, 6rem);
  }
  #greeting .flex_LRTB > div {
    width: clamp(50rem, 28.5342rem + 37.267vw, 74rem);
    letter-spacing: 0;
    line-height: 1.7;
  }
  #greeting .flex_LRTB > div .btn_dtl {
    width: 28rem;
    margin: 3rem auto 0 0;
  }
  #greeting .flex_LRTB figure {
    width: clamp(20rem, 2.1118rem + 31.056vw, 40rem);
    margin: 0;
    max-width: none;
  }
  #greeting .flex_LRTB figure img {
    width: 100% !important;
  }
  #greeting .flex_LRTB figure figcaption {
    width: clamp(20rem, 5.6894rem + 24.845vw, 36rem);
    padding: 2rem 2.5rem;
    margin: -5rem auto 0;
  }
  #greeting .flex_LRTB figure figcaption span {
    display: inline-block;
  }
  #greeting .flex_LRTB figure figcaption em {
    font-size: 90%;
    width: 13.6rem;
    text-align: center;
  }
}

#news {
  padding: 3rem 0 4rem;
}
#news .inner {
  border-top: 0.2rem solid var(--clr_brown);
  border-bottom: 0.2rem solid var(--clr_brown);
  padding-bottom: 2rem;
}
@media screen and (width >= 36em), print {
  #news {
    padding: 12rem 0;
  }
  #news .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10rem;
  }
  #news h2 {
    width: 21rem;
  }
  #news h2::before {
    font-size: clamp(3rem, -0.041rem + 5.28vw, 6.4rem);
  }
  #news .inner {
    width: clamp(60rem, 34.0621rem + 45.031vw, 89rem);
  }
}

.accordion-container {
  width: 100%;
  margin: 0;
  max-height: 200vw;
  overflow-y: scroll;
  max-height: 32.8rem;
  overflow-y: auto;
  padding: 0 1rem 0 0;
  scrollbar-width: thin;
  scrollbar-color: var(--clr_green_main) #fff;
}
.accordion-container::-webkit-scrollbar {
  width: 0.5rem;
}
.accordion-container::-webkit-scrollbar-track {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 0.5rem;
}
.accordion-container::-webkit-scrollbar-thumb {
  background: var(--clr_green_main);
  border-radius: 0.5rem;
  box-shadow: none;
}
.accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 1em;
  border: none;
  border-radius: 0;
  color: var(--clr_txt);
  background: var(--clr_green);
  padding: 1em;
}
.accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item summary.accordion-header {
  /* display: flex;
  align-items: center;
  padding: 0;*/
  cursor: pointer;
  list-style: none;
  position: relative;
}
.accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e802";
  font-weight: normal;
  color: var(--clr_brown);
  transition: transform 0.3s ease;
  padding-right: 1rem;
  font-size: 130%;
  display: inline-block;
}
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-container .accordion-item[open] summary.accordion-header::before {
  transform: scale(1, -1);
}
.accordion-container .accordion-item .accordion-badge,
.accordion-container .accordion-item .accordion-date,
.accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.accordion-container .accordion-item .accordion-badge {
  background-color: var(--clr_green);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.accordion-container .accordion-item .accordion-date {
  color: var(--clr_brown);
}
.accordion-container .accordion-item .accordion-title {
  color: var(--clr_green_dark01);
  font-weight: 500;
  font-size: 123%;
  display: block;
  padding-left: 1.3em;
}
.accordion-container .accordion-item .accordion-content {
  padding: 0.5rem 1.2em;
}

@media screen and (width >= 36em), print {
  .accordion-container {
    max-height: 32.8rem;
    overflow-y: auto;
    overflow-x: none;
    overscroll-behavior-y: none;
    padding-top: 1.5rem;
  }
  .accordion-container .accordion-item {
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .accordion-container .accordion-item .accordion-badge {
    font-size: 0.75rem;
    border-radius: 4px;
  }
}
#coop {
  padding: 3rem 0;
  background: url(../img/coop_bg.jpg) no-repeat center;
  background-size: cover;
}
#coop h2 {
  color: var(--clr_blue);
}
#coop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#coop ul li {
  max-width: 59rem;
  position: relative;
  background: #fff;
  padding: 0.3rem;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#coop ul li:hover {
  transform: translateY(-10px);
}
#coop ul li a {
  border: 0.1rem solid var(--clr_blue);
  display: flex;
  align-items: center;
  color: var(--clr_txt);
  font-size: 1.4rem;
  height: 4em;
  text-decoration: none;
  align-content: center;
  position: relative;
  padding: 0 1rem;
  line-height: 1.5;
}
#coop ul li a::after {
  font-family: "fontello";
  content: "\e80e";
  font-weight: normal;
  color: var(--clr_blue);
  position: absolute;
  right: 1rem;
}
@media screen and (width >= 36em), print {
  #coop {
    padding: 12rem 0;
  }
  #coop p {
    font-size: clamp(1.4rem, 0.6845rem + 1.242vw, 2.2rem);
  }
  #coop ul {
    gap: 2rem;
    font-size: clamp(1.4rem, 0.6845rem + 1.242vw, 2.2rem);
  }
  #coop ul li {
    width: 48%;
    max-width: 59rem;
    min-width: 33rem;
  }
  #coop ul li a {
    padding-left: 2.6rem;
  }
}

/* スライダー全体 */
.slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  /* スライド3枚を横並び */
}

/* スライド */
.slide {
  width: 33.3333333333vw;
  /* 3はスライドの枚数 */
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main .btn_rsv span {
  padding: 1rem 3rem;
}
@media screen and (width >= 36em), print {
  body:not(.index) {
    background: url(../img/h1.jpg) no-repeat center top;
  }
  body:not(.index) .main {
    margin: 8rem auto;
    padding: 0 clamp(0rem, 7.5776rem + -6.211vw, 4rem);
  }
  body:not(.index) .main .cf .img_l,
  body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

body:not(.index) h1 {
  background: url(../img/h1.jpg) no-repeat center;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  align-content: center;
  padding: 2rem 1rem;
  font-size: 2.4rem;
}
@media screen and (width >= 36em), print {
  body:not(.index) h1 {
    background: none;
    height: 28rem;
    font-size: clamp(2rem, -0.1466rem + 3.727vw, 4.4rem);
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem 1.6rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.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.5776rem + -6.211vw, 4rem);
    max-width: 1220px;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1.2rem, 0.6634rem + 0.932vw, 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%;
}

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

.reki {
  margin: 3rem 0 0;
  opacity: 0;
  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;
  transition: 0.3s ease;
  background: var(--clr_navy);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  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: flex;
    justify-content: flex-start;
    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 {
  counter-reset: number 0;
}
.lst_flow li {
  counter-increment: number 1;
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 1px solid #ccc;
}
.lst_flow li .tit {
  color: var(--clr_navy);
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
}
.lst_flow li .tit::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  border-bottom: 1px solid var(--clr_navy);
  padding: 0 0 0.6rem;
  margin: 0 0.4rem 0 0;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  content: "";
  width: 2.8rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset: auto 0 -4rem;
  margin: auto;
}
.lst_flow li:nth-child(odd) {
  border-top: 2px solid var(--clr_navy);
}
.lst_flow li:nth-child(odd):not(:last-child)::after {
  background: var(--clr_navy);
}
.lst_flow li:nth-child(even) {
  border-top: 2px solid var(--clr_red);
}
.lst_flow li:nth-child(even) .tit {
  color: var(--clr_red);
}
.lst_flow li:nth-child(even) .tit::before {
  border-bottom: 1px solid var(--clr_red);
}
.lst_flow li:nth-child(even):not(:last-child)::after {
  background: var(--clr_red);
}

@media screen and (width >= 36em), print {
  .lst_flow li {
    padding: 3rem;
  }
  .lst_flow li .tit {
    font-size: 2.8rem;
  }
  .lst_flow li .tit::before {
    margin: 0 0.8rem 0 0;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    width: 6rem;
    height: 2rem;
    inset: auto 0 -6rem;
  }
}
body.access .main .park {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  line-height: 1;
}
body.access .main .park li {
  display: flex;
  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 .map .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 .map .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 .map {
    align-items: center;
  }
  body.access .main .map .gmap {
    margin: 4rem 0 0;
    height: 47rem;
    border: 2px solid var(--clr_navy_light01);
  }
}

.anc {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.anc li {
  display: flex;
  gap: 0 0.6rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  font-weight: normal;
  color: var(--clr_txt);
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (width >= 36em), print {
  .anc {
    justify-content: center;
    gap: 1.6rem 2rem;
  }
  .anc li {
    font-size: 110%;
  }
}
@media screen and (width >= 36em) and (hover: hover), print and (hover: hover) {
  .anc li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline !important;
  }
}
@media screen and (width >= 36em), print {
  .anc li a:focus-visible {
    text-decoration: underline !important;
  }
}
@media screen and (width >= 36em), print {
  img.treat_img {
    width: 60%;
  }
}
.lst_sports li {
  margin: 0.5rem 0 !important;
}

.tbl_price {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price th {
  padding: 0.4rem 1rem;
}
.tbl_price th[scope=row] {
  text-align: left;
  background: var(--clr_gray);
  border: 1px solid #ccc;
}
.tbl_price td {
  text-align: right;
  padding: 0.4rem 1rem;
  border: 1px solid #ccc;
}

.lst_infinityflow {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lst_infinityflow li {
  background: var(--clr_gray);
  padding: 1.6rem;
  overflow: hidden;
}
.lst_infinityflow li img {
  max-width: 40%;
  float: left;
  margin: 0 1.6rem 2rem 0;
}
.lst_infinityflow li .tit_05 {
  display: flow-root;
  margin: 0 0 0.6rem;
}
.lst_infinityflow li p {
  margin: 0;
}

@media screen and (width >= 36em), print {
  .lst_infinityflow {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
  .lst_infinityflow li {
    width: 30%;
    padding: 3rem;
  }
  .lst_infinityflow li img {
    max-width: 55%;
    float: none;
    margin: 0 auto 1.6rem;
  }
  .lst_infinityflow li .tit_05 {
    display: flow-root;
    margin: 0 0 1.6rem;
  }
  .lst_infinityflow li p {
    margin: 0;
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}

/*# sourceMappingURL=style.css.map */
