@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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]) {
  -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 {
  word-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;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:root {
  --clr_txt: #333;
  --main1: #3DCC89;
  --sub1: #8186EF;
  --sub2:#CAF5DE;
  --sub3:#159E56;
  --sub4:#FFDEDE;
  --sub5:#E6EBFF;
  --sub6:#DDD;
  --sub7:#058441;
  --sub8:#92E3B9;
  --sub9:#707070;
  --sub10:#f4ffef;
  --sub11:#5F63BE;
  --sub12:#A7AAF1;
  --sub13:#05A75B;
  --sub14:#F7F7F7;
  --bg1: #EFF0FB;
  --bg2:#E5F9EF;
  --line1: #C3C3C3;
  --line_table: #707070;
  --line_menu: #3DCC89;
  --lcolor: #3DCC89;
  --lcolor_h: #F5B92D;
  --notes:#D50000;
  --pcolor: #FFF56B;
  --breakpoint: 760px;
}

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

.txt_u {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

i, b {
  font-weight: normal;
  font-style: normal;
}

.img_c {
  margin: 1rem auto;
}

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

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

@media screen and (min-width: 760px), print {
  .img_l {
    float: left;
    margin: 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem) clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .img_r {
    float: right;
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    box-sizing: content-box;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 760px), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

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

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

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

.main:where(section ~ section) {
  margin-top: 5rem;
}
.main > section {
  margin-top: 5rem;
}
.main > section:where(section ~ section) {
  margin-top: 5rem;
}
.main > section > section {
  margin-top: 4rem;
}
.main > section > section:where(section ~ section) {
  margin-top: 4rem;
}
.main > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}
.main > section > section > section > section {
  margin-top: 3rem;
}
.main > section > section > section > section:where(section ~ section) {
  margin-top: 3rem;
}

@media screen and (min-width: 760px), print {
  .mt40 {
    margin-top: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem) !important;
  }
  .mt30 {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem) !important;
  }
  .mt20 {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem) !important;
  }
  .mt10 {
    margin-top: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) !important;
  }
  .main:where(section ~ section) {
    margin-top: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .main > section {
    margin-top: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .main > section:where(section ~ section) {
    margin-top: clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
  }
  .main > section > section {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .main > section > section:where(section ~ section) {
    margin-top: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
  }
  .main > section > section > section {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .main > section > section > section:where(section ~ section) {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .main > section > section > section > section {
    margin-top: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .main > section > section > section > section:where(section ~ section) {
    margin-top: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid var(--main1);
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--main1);
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--main1);
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--main1);
  color: var(--main1);
  line-height: 1;
  background: #fff;
}
@media screen and (min-width: 760px), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .tbl_time caption span {
    padding: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    margin-right: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .tbl_time tr th[scope=col] {
    padding: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
  }
}
.table_0 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.table_0:not(:first-child) {
  margin-top: 2rem;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 .lst_ul li {
  margin: 0;
}
.table_0 .lst_ul li:not(:last-child) {
  margin: 0;
}
.table_0 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 th, .table_0 td {
  border: 1px solid var(--line_table);
  padding: 0.5rem;
}
.table_0 th[scope=col] {
  background: var(--main1);
  color: #fff;
}
.table_0 th[scope=row] {
  background: var(--sub14);
}
.table_0.table_1 th[scope=row] {
  background: var(--bg2);
}
.table_0.price td:last-child {
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .table_0:not(:first-child) {
    margin-top: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .table_0:not(:last-child) {
    margin-bottom: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .table_0 th, .table_0 td {
    padding: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 760px), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

.tit_01 + *, .tit_02 + *, .tit_03 + *, .tit_04 + *, .tit_05 + *, .tit_06 + * {
  margin-top: 0 !important;
}

.tit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  color: var(--sub3);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: var(--sub3);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  background: url(../img/icon_h2.svg) center top no-repeat;
  background-size: 7rem;
  padding-top: 4rem;
  padding-bottom: 0.5rem;
}
.tit_02 span {
  display: block;
  font-size: 60%;
  color: var(--main1);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
}
.tit_02.tit_02_p {
  background-image: url(../img/icon_h2_p.svg);
  color: var(--sub11);
}
.tit_02.tit_02_p span {
  color: var(--sub12);
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  background: var(--main1);
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0.3em 0.5em;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  background: url(../img/icon_h4.svg) left center no-repeat;
  background-size: 2.3rem;
  color: var(--sub3);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding: 0.2em 0 0.2em 2.6rem;
  border-bottom: 1px solid var(--main1);
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--sub1);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed;
}

.tit_06 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed;
}

@media screen and (min-width: 760px), print {
  .tit_01 {
    min-height: clamp(7.2rem, -1.0909090909rem + 10.9090909091vw, 12rem);
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: clamp(3.2rem, 2.5090909091rem + 0.9090909091vw, 3.6rem);
  }
  .tit_02 {
    font-size: clamp(2.6rem, 1.9090909091rem + 0.9090909091vw, 3rem);
    margin: 0 auto clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
    background-size: clamp(5.64rem, -0.8545454545rem + 8.5454545455vw, 9.4rem);
    padding-top: clamp(2.82rem, -0.4272727273rem + 4.2727272727vw, 4.7rem);
    padding-bottom: 0;
  }
  .tit_03 {
    font-size: clamp(2.2rem, 1.1636363636rem + 1.3636363636vw, 2.8rem);
    margin: 0 0 clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .tit_04 {
    font-size: clamp(2rem, 1.3090909091rem + 0.9090909091vw, 2.4rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_05 {
    font-size: clamp(1.8rem, 1.1090909091rem + 0.9090909091vw, 2.2rem);
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tit_06 {
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    margin: 0 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
}
.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(--main1);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--sub11);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: var(--notes);
}
.lst_ul.notes > li::before {
  color: var(--notes);
}
.lst_ul.check {
  color: var(--notes);
}
.lst_ul.check > li::before {
  font-family: "fontello";
  content: "\cc03";
}

.notes:where(:not(ul)) {
  color: var(--notes);
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

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

.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(--main1);
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 1.8em;
  text-align: right;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 760px), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 1.5em;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl03:not(:first-child) {
  margin-top: 1em;
}
.lst_dl03:not(:last-child) {
  margin-bottom: 1em;
}
.lst_dl03 dt, .lst_dl03 dd {
  padding: 0.5rem 1rem;
}
.lst_dl03 dt {
  background: var(--main1);
  color: #fff;
}
.lst_dl03 dd {
  border: 1px solid var(--main1);
}

@media screen and (min-width: 760px), print {
  .lst_ul.lst_ul_col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 0;
  }
  .lst_ul.lst_ul_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 0;
  }
  .lst_dl01 {
    width: 100%;
    display: grid;
    grid-template-columns: 6em auto;
    gap: 0;
  }
  .lst_dl01 dd {
    padding: 0 0 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 0.5em;
    padding: 0 0.5em;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl03 {
    display: grid;
    grid-template-columns: 13em auto;
  }
  .lst_dl03 dt, .lst_dl03 dd {
    padding: 0.5em 1em;
  }
  .lst_dl03 dt {
    text-align: center;
  }
  .lst_dl03 dt:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none;
  }
}
.lst_dl_t dt {
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  border: 1px solid var(--main1);
}
.lst_dl_t dd {
  border: 1px solid var(--main1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 760px), print {
  .lst_dl_t.lst_dl_t_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_dl_t.lst_dl_t_flex dt {
    width: 10em;
    margin-bottom: 0.5em;
  }
  .lst_dl_t.lst_dl_t_flex dd {
    width: calc(100% - 10em);
  }
}

.lst_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 1em;
}
.lst_flex li {
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .lst_flex {
    gap: 1rem 3rem;
  }
  .lst_flex li {
    width: auto;
  }
}

.tit_no {
  counter-reset: number 0;
}
.tit_no section, .tit_no div {
  counter-increment: number 1;
}
.tit_no section .no::before, .tit_no div .no::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

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

.flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
.flex2 > section, .flex2 > li, .flex2 > div {
  width: 100%;
}
.flex2.flex2_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 4rem;
}
.flex2.flex2_ul li {
  width: 100%;
}

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

@media screen and (min-width: 760px), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    justify-content: space-between;
    gap: 6rem 2rem;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex2.flex2_ul {
    gap: 3rem;
    margin-top: 1rem;
  }
  .flex2.flex2_ul li {
    width: auto;
  }
  .flex2.flex2_ul li .btn_detail {
    margin: 0;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
}
.js-tel::before {
  content: "TEL.";
}
.js-tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.tel_circle {
  font-size: 2rem;
  color: var(--main1);
  font-weight: 500;
}
.tel_circle::before {
  content: "TEL.";
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: var(--main1);
  color: #fff;
  font-size: 50%;
  padding: 0.5em;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 760px), print {
  .tel_circle {
    font-size: clamp(2.16rem, -0.3272727273rem + 3.2727272727vw, 3.6rem);
  }
  .tel_circle::before {
    font-size: clamp(0.84rem, -0.1272727273rem + 1.2727272727vw, 1.4rem);
  }
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 760px), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_tanto {
  background: var(--sub1);
  color: #fff;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.2em 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.7em;
}
.btn_tanto::before {
  font-family: "fontello";
  content: "\e815";
  font-size: 150%;
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: auto;
  padding: 0.4rem 2rem;
  background: var(--main1);
  color: #fff;
  text-decoration: none !important;
}
.btn_detail:not(:first-child) {
  margin-top: 1em;
}
.btn_detail:not(:last-child) {
  margin-bottom: 1em;
}
.btn_detail::before {
  font-family: "fontello";
  content: "\e800";
  margin-right: 0.3em;
}
.btn_detail.btn_detail2 {
  background: var(--sub1);
}
@media screen and (min-width: 760px), print {
  .btn_detail {
    min-width: 220px;
  }
}

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

.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;
  border-radius: 50%;
  color: #fff;
  background: var(--main1);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f104";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
}

@media screen and (min-width: 760px), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--main1);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--main1);
    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(--main1);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 760px), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker {
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_scale {
  transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  transform: translate(0, 0);
}

.txt_box {
  margin: 2rem 0;
  padding: 1rem;
}
.txt_box:last-child {
  margin-bottom: 0;
}
.txt_box.txt_box1 {
  background: var(--bg2);
}
.txt_box.txt_box2 {
  background: var(--bg1);
}
.txt_box > section:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 760px), print {
  .txt_box {
    padding: 1.5em 1.5em;
  }
}
.nav_menu_box {
  margin-top: 4rem;
}
@media screen and (min-width: 760px), print {
  .nav_menu_box {
    margin-top: 10rem;
  }
}

.nav_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--lcolor);
  color: #fff;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\34";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 760px), print {
  .nav_menu {
    gap: 1em;
  }
  .nav_menu li {
    width: calc((100% - 3em) / 4);
    margin-top: 0;
  }
  .nav_menu li a:hover {
    background: var(--lcolor_h);
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.fixed_reserve {
  display: none;
}

@media screen and (min-width: 760px), print {
  .fixed_reserve {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    position: fixed;
    right: 0;
    top: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
    z-index: 100;
  }
  .fixed_reserve a {
    display: block;
    background: var(--lcolor);
    color: #fff;
    font-size: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    padding: clamp(2.04rem, -0.3090909091rem + 3.0909090909vw, 3.4rem) 0;
    width: clamp(3.84rem, -0.5818181818rem + 5.8181818182vw, 6.4rem);
    border-radius: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem) 0 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    transition: all 0.3s ease;
    line-height: 1.3;
    text-align: center;
  }
  .fixed_reserve a::before {
    font-family: "fontello";
    content: "\cc05";
    margin-bottom: 1rem;
    font-weight: normal;
    margin-bottom: 0;
    font-size: clamp(1.5rem, -0.2272727273rem + 2.2727272727vw, 2.5rem);
    display: block;
  }
  .fixed_reserve a.monsin {
    background: var(--sub1);
  }
  .fixed_reserve a.monsin::before {
    font-family: "fontello";
    content: "\e816";
  }
  .fixed_reserve a.tanto {
    font-size: clamp(0.96rem, -0.1454545455rem + 1.4545454545vw, 1.6rem);
    background: var(--sub13);
  }
  .fixed_reserve a.tanto::before {
    font-family: "fontello";
    content: "\e815";
  }
}
.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 760px), print {
  .phtxt_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    flex-shrink: 0;
  }
  .phtxt_box .txt {
    flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

.faq_lst {
  counter-reset: number 0;
}
.faq_lst dt {
  background: var(--sub1);
  color: #fff;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  counter-increment: number 1;
}
.faq_lst dt::before {
  content: "Q" counter(number) ".";
  margin-right: 0.5rem;
  flex-shrink: 0;
  width: 2em;
  text-align: right;
}
.faq_lst dd:not(:last-of-type) {
  margin-bottom: 3rem;
}
.faq_lst dd {
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.faq_lst dd::before {
  content: "A" counter(number) ".";
  flex-shrink: 0;
  color: var(--main1);
  width: 2em;
  text-align: right;
}

@media screen and (min-width: 760px), print {
  .faq_lst dt {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
  .faq_lst dd:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .faq_lst dd {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", "Yu Gothic", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  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;
}
body > .wrap {
  margin: 4rem auto 8rem;
}

p:where(:first-of-type) {
  margin-top: 0;
}
p:where(:last-of-type) {
  margin-bottom: 0;
}

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

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

@media screen and (min-width: 760px), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: min(100% - 4rem, 1200px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: unset;
    font-size: clamp(1.4rem, 0.7090909091rem + 0.9090909091vw, 1.8rem);
    line-height: 2;
  }
  .main a:where(:not([class*=btn])) img {
    transition: all 0.3s ease;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
  .main a:where(:not([class*=btn])):hover img {
    opacity: 0.8;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 760px), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
}
.header > .wrap .headR ul li.acs {
  font-size: 1.4rem;
}

@media screen and (min-width: 760px), print {
  .header {
    padding: 0 1rem;
  }
  .header > .wrap {
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: clamp(19.74rem, -2.9909090909rem + 29.9090909091vw, 32.9rem);
    height: clamp(5.52rem, -0.8363636364rem + 8.3636363636vw, 9.2rem);
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    flex: 1 1 auto;
    margin: 0;
  }
  .header > .wrap .headR ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .header > .wrap .headR ul > * {
    grid-area: auto;
  }
  .header > .wrap .headR ul li.acs {
    grid-area: 1/1/2/2;
    text-align: right;
    font-size: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
  }
  .header > .wrap .headR ul li.tel {
    grid-area: 2/1/3/2;
    text-align: right;
  }
  .header > .wrap .headR ul li.btn {
    grid-area: 1/2/3/3;
    height: 100%;
  }
  .header > .wrap .headR ul li.btn a {
    height: clamp(5.76rem, -0.8727272727rem + 8.7272727273vw, 9.6rem);
    width: clamp(7.56rem, -1.1454545455rem + 11.4545454545vw, 12.6rem);
    border-radius: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    padding: 0;
    font-size: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .header > .wrap .headR ul li.btn a::before {
    font-size: clamp(2.22rem, -0.3363636364rem + 3.3636363636vw, 3.7rem);
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--main1);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
  border-radius: 0.5rem;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e809";
  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: "\e80a";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--line_menu);
  border-bottom: 1px solid var(--line_menu);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px solid var(--line_menu);
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  gap: 0.3em;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li .sub span {
  display: none;
}
#nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li .sub::after {
  content: attr(data-txt);
  color: var(--main1);
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li > a.current, #nav .gnav_subnav .gnav > li .sub.current {
  color: var(--sub3);
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::before {
  font-family: "fontello";
  content: "\34";
  display: inline-flex;
  order: 1;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  transition: all 0.3s ease;
}
#nav .gnav_subnav .gnav > li .sub.close::before {
  transform: rotate(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: var(--sub3);
  color: #fff;
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .inner span {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  padding-bottom: 0.5rem;
  margin: 1rem 1rem 0.5rem;
  border-bottom: 1px solid;
}
#nav .gnav_subnav .gnav > li .subbox .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 0;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  font-size: 1.3rem;
  padding: 0 1rem;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a::before {
  font-family: "fontello";
  content: "\e807";
  color: var(--sub2);
  margin-right: 0.3rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a.current {
  background: var(--main1);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e80a";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 760px), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
  }
  #nav.fixed {
    opacity: 1;
    z-index: 100;
    position: fixed;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-right: 1px solid;
    -o-border-image: linear-gradient(transparent 3.5em, var(--line_menu) 3.5em, var(--line_menu) calc(100% - 3.5em), transparent calc(100% - 3.5em)) 1;
       border-image: linear-gradient(transparent 3.5em, var(--line_menu) 3.5em, var(--line_menu) calc(100% - 3.5em), transparent calc(100% - 3.5em)) 1;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    position: relative;
    border-left: 1px solid;
    -o-border-image: linear-gradient(transparent 3.5em, var(--line_menu) 3.5em, var(--line_menu) calc(100% - 3.5em), transparent calc(100% - 3.5em)) 1;
       border-image: linear-gradient(transparent 3.5em, var(--line_menu) 3.5em, var(--line_menu) calc(100% - 3.5em), transparent calc(100% - 3.5em)) 1;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 clamp(0.48rem, -0.0727272727rem + 0.7272727273vw, 0.8rem);
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--main1);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    flex-direction: column;
    gap: 0;
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0;
    display: block;
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before {
    position: absolute;
    right: 0.8em;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: clamp(36rem, -5.4545454545rem + 54.5454545455vw, 60rem);
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    padding: 2em;
  }
  #nav .gnav_subnav .gnav > li .subbox .inner span {
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    margin: 1em 0 0.5em;
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav {
    gap: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav li {
    width: auto;
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav li a {
    padding: 0.5em;
    font-size: clamp(1rem, 0.1363636364rem + 1.1363636364vw, 1.5rem);
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav li a::before {
    transition: all 0.3s ease;
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub8);
    color: var(--sub3);
  }
  #nav .gnav_subnav .gnav > li .subbox .subnav li a:is(:hover, :focus-visible, .current)::before {
    color: var(--sub3);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../img/bg_overview.jpg) center top no-repeat;
  background-size: cover;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .clinic_prof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  margin-bottom: 2rem;
}
.overview .clinic_prof .btn_rsv {
  margin: 0 auto;
}
.overview .clinic_prof .tel_circle {
  font-weight: bold;
}
.overview > .wrap {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.85);
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 0;
}
.overview > .wrap .gaiyo dt {
  width: 6em;
  padding-left: 0.5em;
  color: var(--clr_txt);
  color: var(--sub1);
  border-left: 5px solid var(--sub1);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dd {
  width: 100%;
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .gaiyo dd ul li {
  margin-left: 1em;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2em 0 0;
}
.gmap {
  height: 35rem;
}

.btn_map {
  background: var(--sub1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.3em;
}
.btn_map::before {
  font-family: "fontello";
  content: "\e80d";
  font-size: 150%;
}

@media screen and (min-width: 760px), print {
  .overview {
    padding: clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem) 2rem;
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
  }
  .overview .clinic_name {
    margin: 0 0 clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    width: 100%;
  }
  .overview .clinic_name img {
    max-width: initial;
  }
  .overview .clinic_prof {
    margin-bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .overview > .wrap .gaiyo {
    gap: 0.8em 0;
  }
  .overview > .wrap .gaiyo dt {
    padding: 0 0 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: 8em;
  }
  .overview > .wrap .gaiyo dd {
    padding: 0;
    width: calc(100% - 8em);
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .gmap {
    flex: 1;
  }
  .btn_map {
    height: 3em;
    margin: auto 0 0;
  }
}
#tel_up {
  width: 100%;
  height: 8rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  width: 50%;
  height: 50%;
  text-align: center;
}
#tel_up ul li .js-tel {
  flex: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 1.8rem;
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 0.4rem;
  color: var(--main1);
  font-weight: 500;
}
#tel_up ul li .js-tel a::before {
  content: "TEL.";
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: var(--main1);
  color: #fff;
  font-size: 50%;
  padding: 0.5em;
  border-radius: 50%;
  line-height: 1;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  border-radius: 0;
  background: var(--lcolor);
  color: #fff;
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\cc05";
}
#tel_up ul li .btn_rsv.monsin {
  background: var(--sub11);
}
#tel_up ul li .btn_rsv.monsin::before {
  font-family: "fontello";
  content: "\e816";
}
#tel_up ul li .btn_rsv.callender {
  background: var(--sub3);
}
#tel_up ul li .btn_rsv.callender::before {
  font-family: "fontello";
  content: "\e815";
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: url(../img/icon_pagetop.svg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 9rem;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  content: "";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 760px), print {
  #tel_up {
    width: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    height: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    bottom: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    right: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--sub3);
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer .inner {
  display: none;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 760px), print {
  .footer {
    padding: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem) 0 0;
  }
  .footer .copy {
    margin: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) 0 0;
    padding: 0.8em;
    border-top: 1px solid;
  }
  .footer .inner {
    max-width: 103rem;
    padding: 0 2rem;
    margin: 0 auto clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0 clamp(2.28rem, -0.3454545455rem + 3.4545454545vw, 3.8rem);
    font-size: clamp(1.2rem, 0.5090909091rem + 0.9090909091vw, 1.6rem);
    line-height: 2;
  }
  .footer .inner .tit {
    border-bottom: 2px solid;
    display: block;
    height: 2.3em;
    margin-bottom: 0.5em;
  }
  .footer .inner > div {
    min-width: 204px;
  }
  .footer .other_box .tit {
    border-color: var(--sub3);
  }
  .footer ul {
    display: block;
  }
  .footer ul li {
    -webkit-text-size-adjust: none;
  }
  .footer ul li::before {
    content: "・";
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.last-in-row {
    border-right-color: transparent !important;
  }
  .footer ul li.treatment {
    display: none;
  }
}
@media screen and (min-width: 760px), print {
  body.index > .wrap {
    width: 100%;
    max-width: 100%;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl::before {
  content: "";
  display: block;
  background: url(../img/bg_kv_wave.svg) center bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     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 > .wrap {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyvsl > .wrap .catch {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.keyvsl > .wrap .catch span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 170%;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 760px), print {
  .keyvsl {
    margin-bottom: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .keyvsl::before {
    background-size: clamp(120rem, -18.1818181818rem + 181.8181818182vw, 200rem);
    height: clamp(9.78rem, -1.4818181818rem + 14.8181818182vw, 16.3rem);
  }
  .keyvsl #keyvsl {
    height: clamp(45rem, -6.8181818182rem + 68.1818181818vw, 75rem);
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: clamp(45rem, -6.8181818182rem + 68.1818181818vw, 75rem) !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    top: 0;
    bottom: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: clamp(1.8rem, -0.2727272727rem + 2.7272727273vw, 3rem);
  }
  .keyvsl > .wrap .catch span {
    font-size: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    margin-bottom: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
}
.index_happens {
  margin: 4rem 2rem;
}
.index_happens::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/index_happens.jpg) center center no-repeat;
  background-size: cover;
  aspect-ratio: 873/422;
  border-radius: 1rem;
}
.index_happens div {
  background: url(../img/logo_green.svg) center center no-repeat;
  background-size: contain;
  padding: 2rem;
  margin-top: 1rem;
}
.index_happens h2 {
  text-align: center;
  color: var(--sub7);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 2.2rem;
}

@media screen and (min-width: 760px), print {
  .index_happens {
    margin: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) 0;
    position: relative;
  }
  .index_happens::before {
    position: absolute;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: calc(50% - 12.7em);
    aspect-ratio: initial;
    height: clamp(25.2rem, -3.8181818182rem + 38.1818181818vw, 42rem);
    border-radius: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .index_happens .wrap {
    position: relative;
    z-index: 1;
    height: clamp(28.8rem, -4.3636363636rem + 43.6363636364vw, 48rem);
  }
  .index_happens .wrap div {
    margin: 0 0 0 auto;
    height: 100%;
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: calc(50% + 12.7em);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .index_happens .wrap div h2 {
    font-size: clamp(3.36rem, -0.5090909091rem + 5.0909090909vw, 5.6rem);
  }
  .index_happens .wrap div p {
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
  }
}
.info {
  margin: 4rem 2rem;
  position: relative;
}
.info .wrap {
  position: relative;
  z-index: 1;
}
.info .wrap .tit_02 {
  background-color: var(--sub1);
  background-image: url(../img/icon_h2_p2.svg);
  background-position: top 1rem center;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.info .wrap .tit_02 span {
  color: #fff;
}
.info .wrap .info_box {
  background: var(--bg1);
  padding: 1rem;
}
.info .wrap #info01 {
  line-height: 1.6;
  overflow-y: auto;
  overscroll-behavior-y: none;
  max-height: 35rem;
}
.info .wrap #info01::-webkit-scrollbar {
  width: 0.8rem;
}
.info .wrap #info01::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 2rem;
}
.info .wrap #info01::-webkit-scrollbar-thumb {
  background-color: var(--sub1);
  border-radius: 2rem;
}
.info .wrap #info01 .accordion-container {
  width: 100%;
  margin: 0;
}
.info .wrap #info01 .accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 2px;
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
}
.info .wrap #info01 .accordion-container .accordion-item:not(:first-child) {
  border-top: 1px dotted var(--line1);
  padding-top: 1rem;
  margin-top: 1rem;
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--sub1);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: bold;
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e80c";
  margin-right: 0.5em;
  transition: transform 0.2s ease-out !important; /* 強制的に最優先 */
  font-weight: normal;
}
.info .wrap #info01 .accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.info .wrap #info01 .accordion-container .accordion-item.is-active summary.accordion-header::before {
  transform: rotate(180deg);
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge,
.info .wrap #info01 .accordion-container .accordion-item .accordion-date,
.info .wrap #info01 .accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge {
  background-color: var(--main1);
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-date {
  font-size: 80%;
}
.info .wrap #info01 .accordion-container .accordion-item .accordion-content {
  display: block !important; /* JSで高さを操るため常にblock */
  overflow: hidden;
  height: 0;
  opacity: 0;
  margin-top: 0.3em;
  padding-left: 1em;
}
.info .wrap #info01 .accordion-container .accordion-item.is-active .accordion-content {
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 760px), print {
  .info {
    padding: 0 1rem;
    position: relative;
    overflow: hidden;
    margin: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem) 0 clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem);
  }
  .info::before {
    content: "";
    display: block;
    height: clamp(13.8rem, -2.0909090909rem + 20.9090909091vw, 23rem);
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--sub1);
  }
  .info::after {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    background: var(--bg1);
    position: absolute;
    right: 0;
    top: 0;
  }
  .info .wrap {
    display: flex;
    align-items: flex-start;
  }
  .info .wrap .tit_02 {
    width: clamp(15.6rem, -2.3636363636rem + 23.6363636364vw, 26rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: clamp(3.54rem, -0.5363636364rem + 5.3636363636vw, 5.9rem);
    z-index: 2;
    height: clamp(13.8rem, -2.0909090909rem + 20.9090909091vw, 23rem);
    background-position: top clamp(3.54rem, -0.5363636364rem + 5.3636363636vw, 5.9rem) center;
    background-size: clamp(5.64rem, -0.8545454545rem + 8.5454545455vw, 9.4rem);
  }
  .info .wrap .info_box {
    flex: 1;
    padding: clamp(3.48rem, -0.5272727273rem + 5.2727272727vw, 5.8rem) 0 clamp(3.48rem, -0.5272727273rem + 5.2727272727vw, 5.8rem) clamp(16.92rem, -2.5636363636rem + 25.6363636364vw, 28.2rem);
    position: relative;
    z-index: 1;
  }
  .info .wrap #info01 {
    min-height: 20rem;
    max-height: 45rem;
    padding-right: clamp(3.48rem, -0.5272727273rem + 5.2727272727vw, 5.8rem);
  }
  .info .wrap #info01 .accordion-container .accordion-item {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  .info .wrap #info01 .accordion-container .accordion-item:not(:first-child) {
    padding-top: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
    margin-top: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
  }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-content {
    font-size: 85%;
  }
}
.index_greeting {
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}
.index_greeting::before {
  content: "";
  display: block;
  background: url(../img/index_greeting.jpg) center top no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  left: 1rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1rem 0 0 1rem;
}
.index_greeting::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 1rem;
  top: 9.5rem;
  bottom: 2rem;
  background-image: linear-gradient(90deg, var(--sub10), var(--sub10) 50%, transparent);
}
.index_greeting .wrap {
  position: relative;
  z-index: 1;
}
.index_greeting .txt .greeting_name span {
  font-size: 130%;
}

@media screen and (min-width: 760px), print {
  .index_greeting {
    padding: clamp(2.7rem, -0.4090909091rem + 4.0909090909vw, 4.5rem) 0 clamp(6.12rem, -0.9272727273rem + 9.2727272727vw, 10.2rem);
    margin: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem) 0 clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .index_greeting::before {
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: calc(50% + 16.1em);
    left: auto;
  }
  .index_greeting::after {
    bottom: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    top: clamp(6.9rem, -1.0454545455rem + 10.4545454545vw, 11.5rem);
  }
  .index_greeting .tit_02 {
    margin-bottom: clamp(3.12rem, -0.4727272727rem + 4.7272727273vw, 5.2rem);
  }
  .index_greeting .wrap {
    padding-left: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
  }
  .index_greeting .txt {
    width: clamp(43.8rem, -6.6363636364rem + 66.3636363636vw, 73rem);
  }
  .index_greeting .txt .greeting_name {
    margin-top: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
}
.feature {
  padding: 10rem 2rem 4rem;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  background: url(../img/index_feature.jpg) center center no-repeat;
  background-size: cover;
  aspect-ratio: 11/7;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.feature .wrap {
  position: relative;
  z-index: 1;
}
.feature .wrap .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 2rem 0;
}

@media screen and (min-width: 760px), print {
  .feature {
    margin: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 0;
    padding: clamp(10.56rem, -1.6rem + 16vw, 17.6rem) 2rem clamp(6.96rem, -1.0545454545rem + 10.5454545455vw, 11.6rem);
  }
  .feature::before {
    height: clamp(42rem, -6.3636363636rem + 63.6363636364vw, 70rem);
    font-size: clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    width: calc(50% + 10em);
    border-radius: 0 2em 2em 0;
  }
  .feature .wrap .inner {
    width: clamp(43.62rem, -6.6090909091rem + 66.0909090909vw, 72.7rem);
    padding: clamp(7.44rem, -1.1272727273rem + 11.2727272727vw, 12.4rem) clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem) clamp(5.4rem, -0.8181818182rem + 8.1818181818vw, 9rem) clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem);
    margin: auto 0 auto auto;
    position: relative;
  }
  .feature .wrap .inner .tit_02 {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: -1.7em;
  }
}
.tre {
  padding: 0 2rem 4rem;
  background: url(../img/bg_treatment.svg) center top no-repeat;
  background-size: contain;
}
.tre .tre_senmon_box {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.tre .tre_senmon_box > div {
  background: center center no-repeat;
  background-size: cover;
  padding: 2rem;
  border-radius: 1rem;
}
.tre .tre_senmon_box > div h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1em;
}
.tre .tre_senmon_box > div h3 span {
  display: block;
  font-size: 70%;
}
.tre .tre_senmon_box > div .subnav {
  border: 1px solid #fff;
  gap: 0;
  padding: 1rem;
}
.tre .tre_senmon_box > div .subnav li a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.2em 1em;
  gap: 0.3em;
}
.tre .tre_senmon_box > div .subnav li a::before {
  font-family: "fontello";
  content: "\e807";
}
.tre .tre_senmon_box .ortho_box {
  background-image: url(../img/a_img_tre_orthopedic.jpg);
}
.tre .tre_senmon_box .plastic_box {
  background-image: url(../img/img_tre_plasticsurgery.jpg);
}
.tre .other_box {
  margin-top: 2rem;
}
.tre .other_box .subnav li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 1em;
  border: 1px solid var(--sub9);
  border-radius: 1rem;
  color: var(--clr_txt);
  font-size: 110%;
  font-weight: 500;
}
.tre .other_box .subnav li a::before {
  content: "";
  background: center center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  height: 6rem;
  display: block;
}
.tre .other_box .subnav li a::after {
  font-family: "fontello";
  content: "\e807";
  color: var(--main1);
  margin: 0 0 0 auto;
}
.tre .other_box .subnav .general a::before {
  background-image: url(../img/icon_tre_general.svg);
}
.tre .other_box .subnav .internal a::before {
  background-image: url(../img/icon_tre_internal.svg);
}
.tre .other_box .subnav .rehabilitation a::before {
  background-image: url(../img/icon_tre_rehabilitation.svg);
}
.tre .other_box .subnav .osteoporosis a::before {
  background-image: url(../img/icon_tre_osteoporosis.svg);
}
.tre .other_box .subnav .checkup a::before {
  background-image: url(../img/icon_tre_checkup.svg);
}
.tre .other_box .subnav .surgery a::before {
  background-image: url(../img/icon_tre_surgery.svg);
}
.tre .other_box .subnav .pain a::before {
  background-image: url(../img/icon_tre_pain.svg);
}
.tre .subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tre .subnav li {
  width: 100%;
}
.tre .subnav li a {
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 760px), print {
  .tre {
    background-size: clamp(120rem, -18.1818181818rem + 181.8181818182vw, 200rem);
    margin: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 0 clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
  }
  .tre .wrap > p {
    line-height: 1.5;
    margin-bottom: clamp(8.4rem, -1.2727272727rem + 12.7272727273vw, 14rem);
  }
  .tre .tre_senmon_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: clamp(2rem, -1.2818181818rem + 4.3181818182vw, 3.9rem);
  }
  .tre .tre_senmon_box > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(4.92rem, -0.7454545455rem + 7.4545454545vw, 8.2rem) 2rem clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .tre .tre_senmon_box > div h3 {
    font-size: clamp(1.68rem, -0.2545454545rem + 2.5454545455vw, 2.8rem);
  }
  .tre .tre_senmon_box > div h3 span {
    font-size: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
  }
  .tre .tre_senmon_box > div .subnav {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    display: block;
    padding: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .tre .tre_senmon_box > div .subnav a {
    border-radius: 0;
    font-size: clamp(1.6rem, 0.9090909091rem + 0.9090909091vw, 2rem);
    font-weight: bold;
  }
  .tre .tre_senmon_box > div .subnav a::before {
    font-weight: normal;
  }
  .tre .tre_senmon_box > div .subnav a:is(:hover, :focus-visible) {
    background: rgba(255, 255, 255, 0.4);
  }
  .tre .tre_senmon_box .plastic_box {
    margin: 0;
  }
  .tre .other_box {
    margin-top: clamp(5.76rem, -0.8727272727rem + 8.7272727273vw, 9.6rem);
  }
  .tre .other_box .subnav {
    gap: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem) 1em;
  }
  .tre .other_box .subnav li {
    width: calc((100% - 2em) / 3);
  }
  .tre .other_box .subnav li a {
    font-size: clamp(1.32rem, -0.2rem + 2vw, 2.2rem);
    font-weight: bold;
  }
  .tre .other_box .subnav li a::before {
    height: clamp(5.76rem, -0.8727272727rem + 8.7272727273vw, 9.6rem);
  }
  .tre .other_box .subnav li a:is(:hover, :focus-visible) {
    background: var(--main1);
    color: #fff;
    border-color: var(--main1);
  }
  .tre .other_box .subnav li a:is(:hover, :focus-visible)::before {
    filter: brightness(0) invert(1);
  }
  .tre .other_box .subnav li a:is(:hover, :focus-visible)::after {
    color: #fff;
  }
}
.cal {
  margin: 4rem 2rem;
  scroll-margin-top: 40px;
}
.cal .medico-calendar.cal_02 .month-title {
  background: var(--sub3);
}
.cal .medico-calendar.cal_02 .material-symbols-outlined {
  font-size: 100%;
}
.cal .medico-calendar.cal_02 .calendar-tabs .tab-button {
  border-color: var(--sub3);
  background: var(--main1);
}
.cal .medico-calendar.cal_02 .calendar-tabs .tab-button[aria-selected=true], .cal .medico-calendar.cal_02 .calendar-tabs .tab-button:hover {
  background: var(--sub3);
}
.cal .medico-calendar.cal_02 .calendar-table tbody tr td {
  background: none;
}
.cal .medico-calendar.cal_02 .calendar-table tbody tr td:last-child {
  background: none;
}

@media screen and (min-width: 760px), print {
  .cal {
    margin: clamp(4.2rem, -0.6363636364rem + 6.3636363636vw, 7rem) 2rem clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .cal .wrap {
    max-width: 1126px;
  }
}
.index_lnk {
  padding: 0 2rem 4rem;
  margin: 4rem 0;
  background: var(--bg1);
  position: relative;
}
.index_lnk::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6rem;
  background: #fff;
}
.index_lnk .wrap {
  position: relative;
  z-index: 1;
}
.index_lnk .wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.index_lnk .wrap .index_lnk_lst li {
  width: 100%;
}
.index_lnk .wrap .index_lnk_lst li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em 3em 0.5em 1em;
  background: var(--sub1);
  color: #fff;
  position: relative;
}
.index_lnk .wrap .index_lnk_lst li a b {
  font-size: 80%;
}
.index_lnk .wrap .index_lnk_lst li a::after {
  position: absolute;
  right: 1em;
  margin: 0.3em 0 0 0;
}
.index_lnk .wrap .index_bnr_lst {
  margin-top: 2em;
}

@media screen and (min-width: 760px), print {
  .index_lnk {
    padding-bottom: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
  }
  .index_lnk::before {
    height: clamp(4.68rem, -0.7090909091rem + 7.0909090909vw, 7.8rem);
  }
  .index_lnk .wrap ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    justify-content: center;
    gap: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
  }
  .index_lnk .wrap .index_lnk_lst li {
    width: clamp(30rem, -4.5454545455rem + 45.4545454545vw, 50rem);
  }
  .index_lnk .wrap .index_lnk_lst li a {
    height: 100%;
  }
  .index_lnk .wrap .index_lnk_lst li a::after {
    font-size: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem);
  }
  .index_lnk .wrap .index_lnk_lst li a:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
}
body:where(:not(.index)) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  overflow-x: hidden;
}
body:where(:not(.index)) .breadnav a {
  color: var(--lcolor);
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .js-tel {
  font-size: 120%;
}
body:where(:not(.index)) .main .js-tel::before {
  color: var(--main1);
}
@media screen and (min-width: 760px), print {
  body:where(:not(.index)) .breadnav a:is(:hover, :focus-visible) {
    color: var(--lcolor_h);
  }
  body:where(:not(.index)) .main {
    max-width: 102rem;
    padding: 0 1rem;
    margin: 0 auto clamp(4.8rem, -0.7272727273rem + 7.2727272727vw, 8rem);
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

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

@media screen and (min-width: 760px), print {
  .breadnav {
    max-width: 1200px;
    width: 100%;
    padding: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
    box-sizing: content-box;
    margin: clamp(1.2rem, -0.1818181818rem + 1.8181818182vw, 2rem) auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1rem, 0.3090909091rem + 0.9090909091vw, 1.4rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 clamp(0.6rem, -0.0909090909rem + 0.9090909091vw, 1rem);
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 760px), print {
  .doctor .img_r {
    width: 35%;
  }
}

.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.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(--main1);
  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(--main1);
}
.gallery .gallery_thum .slick-track {
  margin: 0;
}

@media screen and (min-width: 760px), print {
  .gallery {
    max-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 (min-width: 760px), 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%;
  }
}
@media screen and (min-width: 760px), print {
  .first .flex2 {
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .first .flex2 li {
    width: auto;
  }
}

.lst_flow {
  counter-reset: number 0;
}
.lst_flow:not(:first-child) {
  margin-top: 1em;
}
.lst_flow:not(:last-child) {
  margin-bottom: 1em;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: var(--bg1);
  margin-left: 2em;
  border-radius: 1rem;
}
.lst_flow > li .step {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--sub1);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  padding: 0.5em;
  line-height: 1;
  position: absolute;
  left: -3rem;
  top: 1.5rem;
  margin: auto;
}
.lst_flow > li .step::after {
  content: counter(number, decimal-leading-zero);
  padding: 0 1rem;
  display: block;
  font-size: 160%;
  font-weight: bold;
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  display: flex;
  gap: 0.5rem;
  color: var(--sub11);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.lst_flow > li p:first-of-type {
  margin-top: 0;
}
.lst_flow > li:not(:last-child) {
  margin-bottom: 6rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--sub12);
  height: 2rem;
  width: 4rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(180deg);
  margin: auto;
}

@media screen and (min-width: 760px), print {
  .lst_flow > li {
    padding: clamp(2.4rem, -0.3636363636rem + 3.6363636364vw, 4rem);
    border-radius: clamp(0.9rem, -0.1363636364rem + 1.3636363636vw, 1.5rem);
    margin-left: clamp(3rem, -0.4545454545rem + 4.5454545455vw, 5rem);
    padding-left: clamp(4.62rem, -0.7rem + 7vw, 7.7rem);
    min-height: clamp(9rem, -1.3636363636rem + 13.6363636364vw, 15rem);
  }
  .lst_flow > li .step {
    width: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
    font-size: clamp(1.08rem, -0.1636363636rem + 1.6363636364vw, 1.8rem);
    top: clamp(1.56rem, -0.2363636364rem + 2.3636363636vw, 2.6rem);
    left: -2.77em;
  }
  .lst_flow > li .step::before {
    font-size: clamp(2.58rem, -0.3909090909rem + 3.9090909091vw, 4.3rem);
  }
  .lst_flow > li .tit_lst_flow {
    font-size: clamp(1.6rem, 0.5636363636rem + 1.3636363636vw, 2.2rem);
  }
  .lst_flow > li .tit_lst_flow::before {
    font-size: 110%;
    width: 2em;
  }
  .lst_flow > li:not(:last-child) {
    margin-bottom: clamp(6rem, -0.9090909091rem + 9.0909090909vw, 10rem);
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -3.5em;
    width: clamp(3.6rem, -0.5454545455rem + 5.4545454545vw, 6rem);
    height: 1.5em;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 760px), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 760px), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: flex;
  flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 760px), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
@counter-style p-brackets {
  system: extends decimal;
  prefix: "(";
  suffix: ") ";
  speak-as: number;
}
.privacypolicy .lead {
  margin-bottom: 4.5rem;
}
.privacypolicy h2, .privacypolicy h3 {
  margin-bottom: 0.5em;
}
.privacypolicy ul ul, .privacypolicy ul ol, .privacypolicy ol ul, .privacypolicy ol ol {
  margin-block: 0.5em;
}
.privacypolicy .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
.privacypolicy .lst_ol > li {
  list-style-type: p-decimal;
  padding: 0;
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li:not(:last-child) {
  margin-left: 1.4em;
}
.privacypolicy .lst_ol > li .lst_ol > li {
  list-style-type: p-brackets;
  padding: 0;
  margin-left: 2em;
}
.privacypolicy .lst_ol > li .lst_ol > li::marker {
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}
.privacypolicy .lst_ol > li .lst_ol > li::before {
  content: none;
}
.privacypolicy .lst_ol > li .lst_ol > li:not(:last-child) {
  margin-left: 2em;
}
.privacypolicy .dl_num dt ~ dt {
  margin-top: 0.8em;
}
.privacypolicy .dl_num > dd {
  padding-left: 1.5em;
}
@media screen and (min-width: 760px), print {
  .privacypolicy .lead {
    margin-bottom: 90px;
  }
  .privacypolicy .pp_sign {
    margin-top: 100px;
  }
  .privacypolicy .pp_contactus {
    margin-top: 25px;
  }
  .privacypolicy .pp_contactus div {
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */