@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;
  */
  margin: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

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

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  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;
}

/*
a[href*="first.html"],
*/
a[href*=dummy] {
  pointer-events: none;
}

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

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.bold {
  font-weight: 700;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.blue {
  color: blue;
}

.red {
  color: red;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

.mg0 {
  margin: 0 !important;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 8rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time_wrapper {
  background: #fff;
  border-radius: 1rem;
  padding: 0 0 0.8rem;
}
.tbl_time_wrapper .tbl_time, .tbl_time_wrapper .tbl_order {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  table-layout: fixed;
  padding: 0 0 0.8rem;
}
.tbl_time_wrapper .tbl_time tr th, .tbl_time_wrapper .tbl_order tr th {
  font-weight: 500;
}
.tbl_time_wrapper .tbl_time tr th[scope=col], .tbl_time_wrapper .tbl_order tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--clr_main);
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  height: 3rem;
}
.tbl_time_wrapper .tbl_time tr th[scope=col]:first-child, .tbl_time_wrapper .tbl_order tr th[scope=col]:first-child {
  width: 25%;
  border-radius: 1rem 0 0 0;
}
.tbl_time_wrapper .tbl_time tr th[scope=col]:last-child, .tbl_time_wrapper .tbl_order tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_time_wrapper .tbl_time tr th[scope=row], .tbl_time_wrapper .tbl_order tr th[scope=row] {
  text-align: center;
  background: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.3rem;
  border-bottom: 1px solid var(--clr_main);
}
.tbl_time_wrapper .tbl_time tr td, .tbl_time_wrapper .tbl_order tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_main);
  line-height: 1;
  background: #fff;
  color: var(--clr_sub13);
}
.tbl_time_wrapper .tbl_time tr td span, .tbl_time_wrapper .tbl_order tr td span {
  display: block;
  line-height: 1.3;
}
.tbl_time_wrapper .caption {
  margin: 0 0 0 1rem;
  font-weight: 500;
  font-size: 1.3rem;
}
.tbl_time_wrapper .caption .maru {
  color: var(--clr_sub13);
}
.tbl_time_wrapper .caption .rest {
  color: var(--clr_main);
  border: 1px var(--clr_main) solid;
  border-radius: 0.4rem;
  margin: 0 0.8rem 0 0;
}

@media screen and (min-width: 48em), print {
  .tbl_time_wrapper {
    padding: 0 0 1.6rem;
    border-radius: 2rem;
  }
  .tbl_time_wrapper .tbl_time, .tbl_time_wrapper .tbl_order {
    table-layout: fixed;
    font-size: 1.8rem;
    padding: 0 0 1rem;
  }
  .tbl_time_wrapper .tbl_time tr th[scope=col], .tbl_time_wrapper .tbl_order tr th[scope=col] {
    height: 6rem;
    padding: 0;
  }
  .tbl_time_wrapper .tbl_time tr th[scope=col]:first-child, .tbl_time_wrapper .tbl_order tr th[scope=col]:first-child {
    width: 14.6rem;
    border-radius: 2rem 0 0 0;
  }
  .tbl_time_wrapper .tbl_time tr th[scope=col]:last-child, .tbl_time_wrapper .tbl_order tr th[scope=col]:last-child {
    border-radius: 0 2rem 0 0;
  }
  .tbl_time_wrapper .tbl_time tr th[scope=row], .tbl_time_wrapper .tbl_order tr th[scope=row] {
    font-size: 1.8rem;
  }
  .tbl_time_wrapper .tbl_time tr td, .tbl_time_wrapper .tbl_order tr td {
    padding: 0;
    font-size: 1.8rem;
    height: 6rem;
  }
  .tbl_time_wrapper .caption {
    font-size: 1.6rem;
    margin: 0 0 0 2.2rem;
  }
  .tbl_time_wrapper .caption .rest {
    padding: 0.1rem 0.7rem;
    margin: 0 1.2rem 0 3rem;
  }
}
.tbl_order {
  width: max-content;
}
.tbl_order caption ul {
  line-height: 1;
}
.tbl_order caption ul > li {
  padding-left: 1rem;
  text-indent: -1.1rem;
}
.tbl_order caption ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.tbl_order caption ul > li::before {
  content: "●";
  font-size: 100%;
}
.tbl_order tr th[scope=col] {
  width: 8rem;
}
.tbl_order tr th[scope=col]:first-child {
  width: 13rem;
}
.tbl_order tr th[scope=row] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  white-space: nowrap;
  height: 7rem;
}
.tbl_order tr th[scope=row] span {
  display: block;
  background: var(--clr_sub04);
  color: var(--clr_main);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.5rem;
}
.tbl_order tr td {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  white-space: nowrap;
  padding: 0 0.6rem;
  height: 7rem;
}
.tbl_order tr td:last-of-type {
  border-right: 1px solid #707070;
}

@media screen and (min-width: 48em), print {
  .tbl_order {
    width: 100%;
    font-size: 2.2rem;
  }
  .tbl_order caption {
    font-size: 1.6rem;
    margin: 2rem 0 0 0;
  }
  .tbl_order tr th[scope=col] {
    height: 6rem;
    width: auto;
  }
  .tbl_order tr th[scope=col]:first-child {
    width: 31.653rem;
  }
  .tbl_order tr th[scope=row] {
    height: 12rem;
  }
  .tbl_order tr th[scope=row] span {
    height: 6rem;
  }
  .tbl_order tr td {
    height: 12rem;
  }
  .tbl_order tr td span {
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url("../img/tit_01.webp") no-repeat center top/cover;
  padding: 4rem 1rem;
  text-align: center;
}
.tit_01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--clr_sub13);
  position: relative;
  height: 100%;
}
.tit_01 span::before {
  content: "";
  background: url("../img/illust_tree_01.svg") no-repeat center center/contain;
  width: 8rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: -6rem;
}

.tit_02 {
  display: block;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 1.6rem;
  font-weight: 500;
  color: var(--clr_sub13);
}
.tit_02::after {
  display: block;
  content: "";
  background: var(--clr_main);
  width: 15rem;
  height: 0.2rem;
  margin: 0.8rem auto 0;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  background: var(--clr_main);
  color: #fff;
  padding: 0.4rem 1rem;
  margin: 0 0 1rem;
  border-radius: 0.6rem;
  font-weight: 500;
  padding-left: 2rem;
  text-indent: -1rem;
}
.tit_03::before {
  display: inline-block;
  content: "";
  background: var(--clr_sub01);
  width: 0.3rem;
  height: 1.8rem;
  border-radius: 0.6rem;
  margin: 0 0.8rem 0 0;
  vertical-align: -0.2rem;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--clr_sub13);
  margin: 0 0 1rem;
  padding: 0 0 0.6rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #ccc;
  position: relative;
}
.tit_04::before {
  content: "";
  background: var(--clr_main);
  width: 10%;
  height: 0.2rem;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.tit_05 {
  color: var(--clr_sub13);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}
.tit_05::before {
  display: inline-block;
  content: "";
  background: url("../img/illust_h5.svg") no-repeat center top/contain;
  width: 1.5rem;
  height: 1.4rem;
  vertical-align: middle;
  margin: 0 0.6rem 0 0;
}

.tit_06 {
  color: var(--clr_main);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url("../img/tit_01.webp") no-repeat center top/auto;
    height: 34rem;
    padding: 0;
  }
  .tit_01 span {
    font-size: 4.8rem;
    width: 1200px;
    margin: 0 auto;
  }
  .tit_01 span::before {
    width: 26rem;
    height: 13.7rem;
    right: 0;
    bottom: 0;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 4.7rem;
  }
  .tit_02::after {
    width: 8rem;
    height: 0.3rem;
    margin: 1.6rem auto 0;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 1.6rem;
    padding: 0.9rem 3rem;
    border-radius: 0.8rem;
    text-indent: inherit;
  }
  .tit_03::before {
    width: 0.4rem;
    height: 3rem;
    border-radius: 0.6rem;
    margin: 0 1.2rem 0 0;
    vertical-align: -0.4rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 1.4rem;
    padding: 0 0 1rem;
  }
  .tit_04::before {
    width: 10rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 0 1rem;
  }
  .tit_05::before {
    width: 2.4rem;
    height: 2.6rem;
    margin: 0 0.8rem 0 0;
  }
  .tit_06 {
    font-size: 2rem;
  }
}
.lst_ul, .lst_ul_none {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li, .lst_ul_none > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child), .lst_ul_none > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before, .lst_ul_none > li::before {
  content: "●";
  font-size: 50%;
  color: var(--clr_sub06);
  position: absolute;
  top: 0.9em;
  left: 0;
}
.lst_ul.kome > li::before, .kome.lst_ul_none > li::before {
  content: "※";
  color: var(--clr_txt);
}

.lst_ul_none > li {
  padding: 0;
}
.lst_ul_none > li ul {
  line-height: 1;
  padding: 0 0 0 2rem;
}
.lst_ul_none > li ul > li {
  line-height: 1;
  margin: 0 !important;
}
.lst_ul_none > li::before {
  display: none;
}

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

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

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

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

.lst_dl02 dt {
  background: var(--clr_main);
  padding: 0.2rem 0.8rem;
  color: #fff;
}
.lst_dl02 dd {
  padding: 0.8rem;
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.lst_dl02 dd:last-child {
  border-bottom: 1px #ccc solid;
}
.lst_dl02 dd p.sub {
  margin: 0 0 1rem;
  padding: 2rem;
  width: 100%;
  background: var(--clr_sub05);
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 13%;
  }
  .lst_dl01 dd {
    width: 87%;
    padding: 0 0 0 1rem;
  }
  .lst_dl02 dt {
    padding: 0.4rem 1rem;
  }
  .lst_dl02 dd {
    padding: 1rem 2rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex2 > li:not(:last-child) {
  margin: 0 0 2rem;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2 > section:not(:last-child), .flex2 > li:not(:last-child), .flex2 > div:not(:last-child) {
    margin: 0;
  }
  .flex3 {
    justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.cssTel {
  color: var(--clr_sub11);
  line-height: 1;
}
.cssTel a {
  display: inline-flex;
  align-items: baseline;
  gap: 0 0.4rem;
}
.cssTel a::before {
  font-family: "fontello";
  content: "\e80b";
  display: inline-flex;
  align-items: center;
  font-size: 90%;
  line-height: 1;
  color: var(--clr_sub11);
  font-weight: normal;
}
@media screen and (min-width: 48em), print {
  .cssTel::before {
    display: inline-flex;
    font-family: "fontello";
    content: "\e80b";
    font-weight: normal;
    font-size: 81%;
    line-height: 1;
    color: var(--clr_sub11);
    margin: 0 0.4rem 0 0;
    vertical-align: 0.3rem;
  }
}

.box_blue, .box_offwhite {
  padding: 1rem;
  background: var(--clr_sub04);
  border-radius: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_offwhite {
    padding: 3rem;
    border-radius: 2rem;
  }
}

.box_offwhite {
  background: var(--clr_sub17);
}

.box_border {
  padding: 1rem;
  border: 1px var(--clr_txt) solid;
  background: #fff;
}
@media screen and (min-width: 48em), print {
  .box_border {
    padding: 1rem;
  }
}

.btn_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--clr_sub15);
  border: 0.2rem var(--clr_sub15) solid;
  text-decoration: none !important;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  text-align: center;
  position: relative;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e4a2";
  font-size: 80%;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    border-radius: 4rem;
    font-size: 2rem;
    padding: 0 2.5rem;
  }
  .btn_detail::after {
    right: 2rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    opacity: 1;
  }
}

.btn_rsv, .btn_line {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 0 0.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 3rem;
  background: var(--clr_sub15);
}
.btn_rsv::before, .btn_line::before {
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
  font-size: 133%;
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_line {
    font-size: 1.8rem;
    gap: 0 1rem;
  }
}

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

.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: var(--clr_sub01);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e4a1";
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e4a2";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    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(--clr_main);
    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;
  background: var(--clr_main);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

:root {
  --clr_txt: #222222;
  --clr_main: #7AB7BF;
  --clr_sub01: #7D5232;
  --clr_sub02: #B3D5DA;
  --clr_sub03: #D9EAEC;
  --clr_sub04: #ECF4F5;
  --clr_sub05: #F4F9F9;
  --clr_sub06: #B49C89;
  --clr_sub07: #D9CDC4;
  --clr_sub08: #ECE6E1;
  --clr_sub09: #F9F7F6;
  --clr_sub10: #18863B;
  --clr_sub11: #23AE92;
  --clr_sub12: #6CC1A7;
  --clr_sub13: #6A3906;
  --clr_sub14: #ED6D3D;
  --clr_sub15: #F18F43;
  --clr_sub16: #FCED66;
  --clr_sub17: #F8F4ED;
}

body {
  color: var(--clr_txt);
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 400;
  font-style: normal;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(248, 248, 251, 0.8);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
    position: relative;
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 7rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 8rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 0 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  width: 100%;
}
.header > .wrap.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo {
  width: 100%;
  height: 6.8rem;
  padding: 1rem 1rem 0 1rem;
}
.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 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
}
.header > .wrap ul li .cssTel {
  font-size: 1.8rem;
}
.header > .wrap ul li .btn_rsv {
  font-size: 1.4rem;
  padding: 0.4rem 1.8rem;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 4.4rem 0 4.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: relative;
  }
  .header > .wrap .logo {
    width: 78rem;
    height: 15.5rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
    background: url(../img/logo.svg) no-repeat left center/auto;
  }
  .header > .wrap ul {
    display: none;
  }
}
.fixed_nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_nav {
    display: flex;
    gap: 0 1rem;
    position: fixed;
    top: 65%;
    right: 2rem;
    z-index: 99;
  }
  .fixed_nav li {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
  }
  .fixed_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #FFC815;
    width: 16rem;
    height: 16rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 1px #fff solid;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .fixed_nav li a span {
    width: 100%;
  }
  .fixed_nav li a::before {
    font-family: "fontello";
    content: "\e80a";
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 0.6rem;
    font-weight: normal;
  }
  .fixed_nav li a::after {
    font-family: "fontello";
    content: "\e4a2";
    font-size: 1.8rem;
    line-height: 1;
    margin: 0.6rem 0 0;
    font-weight: normal;
  }
  .fixed_nav li:last-child a {
    background: var(--clr_sub11);
  }
  .fixed_nav li:last-child a::before {
    font-family: "fontello";
    content: "\e805";
    font-size: 4rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_main);
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-size: 3rem;
  margin: 0;
  line-height: 0.8;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#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;
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px var(--clr_sub07) solid;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  padding: 1rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
#nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
  color: var(--clr_main);
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li .sub {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .sub span::after {
  font-family: "fontello";
  content: "\34";
  color: var(--clr_sub15);
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 0 0 0.6rem;
}
#nav .gnav_subnav .gnav > li .sub.close span::after {
  font-family: "fontello";
  content: "\34";
  transform: rotate(180deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background: var(--clr_sub15);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px var(--clr_sub07) solid;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span br, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub span br {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li.current {
  background: #F5AB72;
  border-radius: 0.8rem;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 70%;
  font-size: 1.2rem;
  color: #fff;
  background: var(--clr_main);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem auto 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.8s;
    padding: 1.15rem 0;
  }
  #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;
    box-shadow: none;
    position: static;
    background: transparent;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    gap: 0 1.8rem;
    height: 3rem;
  }
  #nav .gnav_subnav .gnav > li {
    text-align: center;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:last-child {
    font-size: 3rem;
    font-weight: 500;
    border-left: 1px #ccc solid;
    padding: 0 0 0 1.8rem;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    width: auto;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    font-size: 2rem;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    color: var(--clr_sub15);
  }
  #nav .gnav_subnav .gnav > li > a.home span, #nav .gnav_subnav .gnav > li .sub.home span {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a.home::before, #nav .gnav_subnav .gnav > li .sub.home::before {
    display: block;
    font-family: "fontello";
    content: "\e801";
    color: var(--clr_sub15);
    font-size: 2.2rem;
  }
  #nav .gnav_subnav .gnav > li .sub span::after {
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 1200px;
    position: absolute;
    top: 4.8rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    border-radius: 3rem;
    padding: 4rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 33.3333333333%;
    height: 5.9rem;
    background: none;
    padding: 1.2rem 0 0 2rem;
    border-bottom: none !important;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
    width: 100%;
    font-size: 2rem;
    padding: 0;
    line-height: 1.64;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a span::before, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub span::before {
    content: "";
    display: inline-block;
    font-family: "fontello";
    content: "\e4a2";
    margin: 0 1rem 0 0;
    font-size: 1.8rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:is(:hover, :focus-visible) {
    background: #F5AB72;
    border-radius: 0.8rem;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 !important;
  padding: 4rem 1rem 2rem;
  background: var(--clr_main);
  position: relative;
}
.overview::before {
  display: block;
  content: "";
  background: url("../img/bg_wave_ov.svg") no-repeat center center/100% auto;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}
.overview::after {
  display: block;
  content: "";
  position: absolute;
  top: -3.5rem;
  right: 1rem;
  width: 10rem;
  height: 6rem;
  background: url("../img/illust_town.svg") no-repeat center center/contain;
  z-index: 1;
}
.overview > .wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: #fff;
  position: relative;
  z-index: 4;
  border-radius: 2rem;
}
.overview > .wrap .clinic_name {
  margin: 0 0 1rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  margin: 0 auto;
}
.overview > .wrap .overviewL p.cssTel, .overview > .wrap .overviewR p.cssTel {
  margin: 0;
}
.overview > .wrap .overviewL p.cssTel a, .overview > .wrap .overviewR p.cssTel a {
  display: block;
  font-size: 2.4rem;
  color: var(--clr_txt);
  font-weight: 500;
  text-align: center;
}
.overview > .wrap .overviewL .flex2, .overview > .wrap .overviewR .flex2 {
  display: flex;
  margin: 1rem 0 1.8rem;
  justify-content: center;
  gap: 0 0.6rem;
}
.overview > .wrap .overviewL .flex2 li, .overview > .wrap .overviewR .flex2 li {
  margin: 0 !important;
}
.overview > .wrap .overviewL .flex2 li .btn_rsv, .overview > .wrap .overviewL .flex2 li .btn_line, .overview > .wrap .overviewR .flex2 li .btn_rsv, .overview > .wrap .overviewR .flex2 li .btn_line {
  width: 13rem;
  height: 4rem;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 30%;
  font-weight: 500;
  background: var(--clr_sub03);
  border-radius: 0.6rem;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 0.6rem 0;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 70%;
  padding: 0 0 0 1rem;
}
.overview > .wrap .overviewR {
  margin: 1rem 0 0 0;
}
.overview > .wrap .gmap {
  width: 100%;
  height: 30rem;
  margin: 2rem auto 0;
}
.overview > .wrap .gmap iframe {
  border-radius: 2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
    margin: 0;
    padding: 6rem 0 0 0;
  }
  .overview::before {
    height: 10rem;
    top: -10rem;
    background: url("../img/bg_wave_ov.svg") no-repeat center center/auto;
  }
  .overview::after {
    width: 50rem;
    height: 25.3rem;
    top: -17rem;
    left: 64rem;
    right: 0;
    margin: auto;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 6rem;
    border-radius: 3rem;
  }
  .overview > .wrap .clinic_name {
    margin: 0 auto 3.96rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    width: 50rem;
    max-width: 100%;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 51rem;
  }
  .overview > .wrap .overviewL p.cssTel, .overview > .wrap .overviewR p.cssTel {
    color: var(--clr_txt);
    font-weight: 500;
    text-align: center;
    margin: 0;
    font-size: 3.6rem;
  }
  .overview > .wrap .overviewL .flex2, .overview > .wrap .overviewR .flex2 {
    margin: 2rem 0 3rem;
    gap: 0 1rem;
  }
  .overview > .wrap .overviewL .flex2 li, .overview > .wrap .overviewR .flex2 li {
    width: auto;
  }
  .overview > .wrap .overviewL .flex2 li .btn_rsv, .overview > .wrap .overviewL .flex2 li .btn_line, .overview > .wrap .overviewR .flex2 li .btn_rsv, .overview > .wrap .overviewR .flex2 li .btn_line {
    width: 22rem;
    height: 5.4rem;
  }
  .overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    margin: 0 0 1rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 10.4rem;
    padding: 0.6rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 40.6rem;
    padding: 0 0 0 2rem;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .gmap {
    width: 100%;
    height: 40rem;
    margin: 4rem 0 0 0;
  }
  .overview > .wrap .gmap iframe {
    border-radius: 3rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: transparent;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  line-height: 1;
  display: none;
}
#tel_up ul li {
  height: 100%;
  width: 50%;
  text-align: center;
}
#tel_up ul li .cssTel {
  font-size: 1.6rem;
  white-space: nowrap;
}
#tel_up ul li .cssTel a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1;
  border: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 101;
  background: var(--clr_sub03);
}
#tel_up #pageup::after {
  font-size: 2.4rem;
  display: block;
  font-family: "fontello";
  content: "\e8a3";
  color: #fff;
}
#tel_up #pageup .clip {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 6rem;
    right: 10vh;
    background: transparent;
  }
  #tel_up #pageup::after {
    font-size: 6rem;
    font-family: "fontello";
    content: "\e803";
    color: var(--clr_sub03);
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_main);
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0 0 0;
  }
  .footer .copy {
    border-top: 0.1rem #fff solid;
    margin: 4rem 0 0 0;
    font-size: 1.8rem;
    padding: 2.7rem 0;
  }
  .footer .wrap {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4.6rem;
    margin: 0 0 2rem;
  }
  .footer .wrap ul li {
    display: block;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  .footer .wrap ul li a {
    opacity: 1;
    color: #fff;
    font-weight: 500;
  }
  .footer .wrap ul li a::before {
    font-family: "fontello";
    content: "\e4a2";
    margin: 0 1rem 0 0;
    font-weight: normal;
  }
  .footer .wrap ul li a span br {
    display: none;
  }
  .footer .wrap ul li a:hover {
    text-decoration: underline;
  }
  .footer .wrap ul li.treatment {
    display: none;
  }
  .footer .wrap ul.submenu {
    margin: 1.2rem 0 0 0;
    gap: 0;
  }
  .footer .wrap ul.submenu li:not(:last-child)::after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 1.8rem;
    margin: 0 0.8rem;
  }
  .footer .wrap ul.submenu li a {
    font-weight: 400;
  }
  .footer .wrap ul.submenu li a::before {
    display: none;
    margin: 0;
  }
}
.keyvsl {
  width: 100%;
  margin: 10.4rem 0 0 0;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 23rem;
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.keyvsl #keyvsl::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  background: url("../img/bg_wave.webp") no-repeat center center/100% auto;
  width: 100%;
  height: 1.6rem;
  margin: auto;
  z-index: 90;
}
.keyvsl #keyvsl .slick-list div img {
  height: 23rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  justify-content: flex-end;
  margin: -2.4rem 1rem 0;
  position: relative;
  z-index: 2;
  display: none !important;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 12rem;
  left: 0.6rem;
}
.keyvsl > .wrap .open_event {
  display: flex;
  gap: 0 0.6rem;
}
.keyvsl > .wrap .open_event p {
  margin: 0;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  width: 9rem;
  height: 9rem;
  font-size: 1.2rem;
}
.keyvsl > .wrap .open_event p span {
  font-size: 1.4rem;
}
.keyvsl > .wrap .open_event p.open {
  padding: 1.4rem 0 0 0;
  letter-spacing: 0.05em;
  background: var(--clr_main);
  border: 0.2rem var(--clr_sub02) solid;
}
.keyvsl > .wrap .open_event p.event {
  display: none;
  padding: 1.6rem 0 0 0;
  background: var(--clr_sub06);
  border: 0.2rem var(--clr_sub07) solid;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    height: 72rem;
    margin: 0;
  }
  .keyvsl #keyvsl {
    height: 100%;
  }
  .keyvsl #keyvsl::before {
    bottom: 0;
    background: url("../img/bg_wave.webp") no-repeat center center/auto;
    height: 10rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 72rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    width: 74rem;
    margin: 2rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    width: 1200px;
    height: 72rem;
    top: 47rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .keyvsl > .wrap .open_event {
    gap: 0 1rem;
  }
  .keyvsl > .wrap .open_event p {
    width: 18rem;
    height: 18rem;
    font-size: 1.8rem;
  }
  .keyvsl > .wrap .open_event p span {
    font-size: 2.4rem;
  }
  .keyvsl > .wrap .open_event p.open {
    border: 0.4rem var(--clr_sub02) solid;
    padding: 3rem 0 0 0;
  }
  .keyvsl > .wrap .open_event p.open span.fs30 {
    font-size: 3rem;
  }
  .keyvsl > .wrap .open_event p.event {
    border: 0.4rem var(--clr_sub07) solid;
    padding: 3.3rem 0 0 0;
  }
}
.catch {
  text-align: center;
  background: var(--clr_sub17);
  padding: 2rem 0.5rem;
}
.catch img {
  margin: auto;
  width: 90%;
}
.catch p {
  line-height: 1;
  text-align: center;
  color: var(--clr_main);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.catch p::after {
  content: "";
  display: inline-block;
  background: url(../img/top_catch_icon.png) no-repeat left 100%/100%;
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (min-width: 48em), print {
  .catch {
    padding: 5.9rem 0 2.8rem;
  }
  .catch img {
    width: 550px;
  }
  .catch p {
    font-size: 4.8rem;
  }
  .catch p::after {
    width: 9rem;
    height: 9rem;
  }
}
.top_tit02 {
  text-align: center;
}
.top_tit02 span {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-size: 2.2rem;
}
.top_tit02 span::after {
  display: block;
  content: attr(data-txt);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
  margin: 0.8rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .top_tit02 span {
    font-size: 3.6rem;
  }
  .top_tit02 span::after {
    font-size: 1.8rem;
    margin: 1.8rem 0 0 0;
  }
}
.calendar {
  margin-top: 0 !important;
  padding: 3rem 1rem;
  background: var(--clr_sub17);
}
.calendar .inner {
  padding: 0 0 7rem;
}
.calendar .inner .top_tit02 span {
  color: var(--clr_sub13);
}
.calendar .inner .top_tit02 span::after {
  color: var(--clr_main);
}
.calendar .inner .cont {
  margin: 2rem 0 0 0;
}
.calendar .inner .cont .flex2 .caledit {
  width: 70%;
  margin: 0 0 0 30%;
}
.calendar .inner .cont .caledit {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 0.8rem;
}
.calendar .inner .cont .caledit tr.month th {
  font-weight: 500;
  border: none;
  background: var(--clr_main);
  border-radius: 1rem 1rem 0 0;
  padding: 0;
  height: 3rem;
  font-size: 1.8rem;
}
.calendar .inner .cont .caledit tr.week th {
  font-weight: 500;
  background: #555;
  padding: 0;
  border: none;
  height: 2.6rem;
  font-size: 1.4rem;
}
.calendar .inner .cont .caledit tr td {
  font-family: "Zen Maru Gothic", system-ui;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  border: 1px #ccc solid;
  height: 4rem;
  font-size: 1.4rem;
}
.calendar .inner .cont .caledit tr td .shortTitle {
  display: none;
}
.calendar .inner .cont .caledit tr td.open {
  background: #fff;
}
.calendar .inner .cont .caledit tr td.amOnly {
  background: var(--clr_sub03);
}
.calendar .inner .cont .caledit tr td.outPatient {
  background: #ddd;
}
.calendar .inner .cont .caledit tr td.notTheMonth {
  background: #F0F0F0;
  color: #F0F0F0;
}
.calendar .inner .cont .calendar-cellcolor {
  line-height: 1;
  font-size: 1.4rem;
  gap: 0 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.calendar .inner .cont .calendar-cellcolor li {
  margin-bottom: 1rem;
}
.calendar .inner .cont .calendar-cellcolor li::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.1rem #ccc solid;
  margin: 0 0.8rem 0 0;
  vertical-align: -0.4rem;
}
.calendar .inner .cont .calendar-cellcolor li.amOnly::before {
  background: var(--clr_sub03);
}
.calendar .inner .cont .calendar-cellcolor li.outPatient::before {
  background: #ddd;
}

@media screen and (min-width: 48em), print {
  .calendar {
    padding: 8rem 0;
  }
  .calendar .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 6rem;
    background: url("../img/illust_tree01.svg") no-repeat left 15.5rem bottom/auto;
  }
  .calendar .inner .top_tit02 {
    margin: 0 auto 4.7rem;
  }
  .calendar .inner .cont {
    width: 57rem;
    margin: 0;
  }
  .calendar .inner .cont .flex2 .caledit {
    width: 80%;
    margin: 0;
  }
  .calendar .inner .cont .caledit {
    margin: 0 0 1.7rem;
  }
  .calendar .inner .cont .caledit tr.month th {
    font-size: 2.4rem;
    height: 6rem;
    border-radius: 2rem 2rem 0 0;
  }
  .calendar .inner .cont .caledit tr.week th {
    font-size: 1.8rem;
    height: 3.4rem;
  }
  .calendar .inner .cont .caledit tr td {
    font-size: 1.8rem;
    height: 5.2rem;
  }
  .calendar .inner .cont .calendar-cellcolor {
    gap: 0 3rem;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .calendar .inner .cont .calendar-cellcolor li::before {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    vertical-align: top;
  }
}
.top_access {
  margin-top: 0 !important;
  padding: 0 1rem 4rem;
  background: var(--clr_sub17);
}
.top_access .inner {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 1rem;
}
.top_access .inner .txt_info .top_tit02 {
  margin: 0 0 2rem;
}
.top_access .inner .txt_info .top_tit02 span {
  color: var(--clr_sub13);
}
.top_access .inner .txt_info .top_tit02 span::after {
  color: var(--clr_main);
}
.top_access .inner .txt_info p {
  margin: 0 0 2rem;
  letter-spacing: 0.05em;
}
.top_access .inner .txt_info p span {
  color: var(--clr_main);
  font-weight: 500;
}
.top_access .inner .gmap {
  height: 26rem;
}
.top_access .inner .gmap iframe {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .top_access {
    padding: 0 0 8rem;
  }
  .top_access .inner {
    width: 1200px;
    margin: 0 auto;
    height: 48rem;
    border-radius: 2rem;
    padding: 6rem;
    display: flex;
    gap: 0 4rem;
  }
  .top_access .inner .txt_info {
    width: 53rem;
  }
  .top_access .inner .txt_info .top_tit02 {
    margin: 0 0 5rem;
  }
  .top_access .inner .txt_info p {
    font-size: 1.8rem;
    margin: 0 0 3.4rem;
  }
  .top_access .inner .gmap {
    width: 51rem;
    height: 36rem;
  }
  .top_access .inner .gmap iframe {
    border-radius: 2rem;
  }
}
.info {
  margin-top: 0 !important;
  padding: 0 1rem 6rem;
  background: var(--clr_sub17);
}
.info .inner {
  margin: 0 auto;
  position: relative;
}
.info .inner .top_tit02 {
  background: var(--clr_main);
  border-radius: 50%;
  position: relative;
  display: grid;
  place-content: center;
  z-index: 10;
  width: 14.4rem;
  height: 14.4rem;
  margin: 0 auto 1rem;
}
.info .inner .top_tit02::after {
  content: "";
  border: 0.2rem #fff dashed;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 13rem;
  height: 13rem;
  top: 0.7rem;
}
.info .inner dl {
  word-break: break-all;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 1rem;
}
.info .inner dl dt, .info .inner dl dd {
  font-size: 1.4rem;
}
.info .inner dl dt {
  display: flex;
  align-items: baseline;
  gap: 0 0.6rem;
  margin: 0;
  padding: 0 0 1.2rem;
  line-height: 1.4;
  cursor: pointer;
  font-weight: 500;
  color: var(--clr_txt);
  border-bottom: 0.1rem #ccc solid;
}
.info .inner dl dt::before {
  font-size: 125%;
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_sub15);
  font-weight: 400;
}
.info .inner dl dt.close {
  border-bottom: none;
}
.info .inner dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.info .inner dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0 0;
}
.info .inner dl dt > div {
  display: inline-block;
}
.info .inner dl dt > div span.new {
  background: var(--clr_sub14);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  width: 4rem;
  height: 1.6rem;
  font-size: 1.3rem;
}
.info .inner dl dd {
  margin: 0;
  padding: 0 0 2rem 2.2rem;
  line-height: 1.6;
  border-bottom: 0.1rem #ccc solid;
}
.info .inner dl dd:nth-of-type(n+3) {
  display: none;
}
.info .inner .line_btn {
  margin: 1rem 0 0 auto;
  height: 3.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 0 0 16rem;
    min-height: 59rem;
  }
  .info .inner {
    width: 1200px;
  }
  .info .inner .top_tit02 {
    width: 24rem;
    height: 24rem;
    margin: 0;
  }
  .info .inner .top_tit02::after {
    width: 21rem;
    height: 21rem;
    top: 1.5rem;
  }
  .info .inner dl {
    width: 108rem;
    margin: -20rem 0 0 auto;
    padding: 6rem 6rem 6.1rem 18.1rem;
    border-radius: 2rem;
  }
  .info .inner dl dt, .info .inner dl dd {
    font-size: 1.8rem;
  }
  .info .inner dl dt {
    padding: 0 0 1.7rem;
  }
  .info .inner dl dt::before {
    margin-right: 1rem;
    transition: 0.2s;
  }
  .info .inner dl dt:not(:first-of-type) {
    margin: 3rem 0 0 0;
  }
  .info .inner dl dt:hover {
    color: var(--clr_sub01);
  }
  .info .inner dl dt:hover::before {
    color: var(--clr_sub01);
  }
  .info .inner dl dt > div span.new {
    width: 5rem;
    height: 2rem;
    font-size: 1.6rem;
  }
  .info .inner dl dd {
    padding: 0 0 3rem 3.8rem;
  }
  .info .inner .line_btn {
    margin: 2rem 0 0 auto;
  }
  .info .inner .line_btn:hover {
    opacity: 0.8;
  }
}
.greeting {
  margin: 0 !important;
  padding: 4rem 1rem 6rem;
  background: var(--clr_main);
  position: relative;
}
.greeting::before {
  display: block;
  content: "";
  background: url("../img/bg_wave_top.svg") no-repeat center center/150% auto;
  position: absolute;
  top: -1.9rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}
.greeting .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 1rem;
  margin: 3rem 0 0 0;
}
.greeting .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: -14.4rem;
  right: 0;
  width: 8.7rem;
  height: 4.6rem;
  background: url("../img/illust_tree01.svg") no-repeat center center/contain;
}
.greeting .inner .txt_wrapper p {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.greeting .inner .txt_wrapper iframe {
  display: block;
  margin: 3rem auto 0;
}
.greeting .inner .ph figure {
  position: relative;
}
.greeting .inner .ph figure img {
  width: 70%;
  margin: 0 auto;
}
.greeting .inner .ph figure::before {
  display: block;
  position: absolute;
  left: 3rem;
  bottom: 0;
  content: "";
  background: url("../img/logo_mark.svg") no-repeat center center/contain;
  width: 5rem;
  height: 5.8rem;
}
.greeting .inner .ph .dr_name {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
}
.greeting .inner .ph .dr_name span {
  font-size: 1.8rem;
}
.greeting .inner .ph .btn_detail {
  background: transparent;
  color: #fff;
  border: 0.2rem #fff solid;
  padding: 0.7rem 8.7rem;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 8rem 0 14.7rem;
  }
  .greeting::before {
    height: 4rem;
    top: -4rem;
    background: url("../img/bg_wave_top.svg") no-repeat center center/auto;
  }
  .greeting .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 6rem;
    width: 108rem;
    margin: 0 auto;
    padding: 0;
  }
  .greeting .inner::before {
    width: 26rem;
    height: 13.7rem;
    top: -22rem;
  }
  .greeting .inner .txt_wrapper {
    width: 62rem;
  }
  .greeting .inner .txt_wrapper .txt {
    margin: 5rem 0 0 0;
  }
  .greeting .inner .txt_wrapper .txt p {
    font-size: 1.8rem;
    margin: 0 0 4.5rem;
  }
  .greeting .inner .txt_wrapper iframe {
    width: 56rem;
    height: 31.5rem;
    margin: 0 auto;
  }
  .greeting .inner .ph {
    padding: 13.4rem 0 0 0;
  }
  .greeting .inner .ph figure img {
    width: auto;
    margin: 0;
  }
  .greeting .inner .ph figure::before {
    width: 10rem;
    height: 11.6rem;
    left: -2rem;
    bottom: -2rem;
  }
  .greeting .inner .ph .dr_name {
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
  }
  .greeting .inner .ph .dr_name span {
    font-size: 2.4rem;
  }
  .greeting .inner .ph .btn_detail {
    margin: 2rem auto 0;
    padding: 0.7rem 8.7rem;
  }
  .greeting .inner .ph .btn_detail:is(:hover, :focus-visible) {
    background: #fff;
    color: var(--clr_main);
  }
}
.feature {
  margin-top: 0 !important;
  padding: 4rem 2rem;
  background: var(--clr_sub17);
  position: relative;
}
.feature::before {
  display: block;
  content: "";
  background: url("../img/bg_wave_under.svg") no-repeat center center/150% auto;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}
.feature .top_tit02 span {
  color: var(--clr_sub13);
}
.feature .top_tit02 span::after {
  color: var(--clr_main);
}
.feature .wrap {
  margin: 3rem 0 0 0;
  position: relative;
  background: url("../img/bg_feature.svg") no-repeat center top/contain;
}
.feature .wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: -23rem;
  right: 0;
  width: 9rem;
  height: 5rem;
  background: url("../img/illust_clinic.svg") no-repeat center center/contain;
}
.feature .wrap ul {
  counter-reset: number 0;
}
.feature .wrap ul li {
  position: relative;
  padding: 1.6rem 0 0 0;
}
.feature .wrap ul li:not(:last-child) {
  margin: 0 0 3rem;
}
.feature .wrap ul li::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  background: url("../img/bg_tit.svg") no-repeat center center/contain;
  width: 22.4rem;
  height: 7.68rem;
}
.feature .wrap ul li img {
  margin: 0 auto 1rem;
  width: 90%;
}
.feature .wrap ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--clr_sub11);
  transform: rotate(-10deg);
}
.feature .wrap ul li .num::before {
  content: counter(number) "";
  counter-increment: number 1;
  font-size: 2.4rem;
}
.feature .wrap ul li p {
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.623;
}
.feature .wrap ul li:nth-child(even) .num {
  color: var(--clr_sub15);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 8rem 0 0 0;
  }
  .feature::before {
    height: 4rem;
    top: -4rem;
    background: url("../img/bg_wave_under.svg") no-repeat center center/auto;
  }
  .feature .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 9.29rem 0 16rem;
    background: url("../img/bg_feature.svg") no-repeat center top/auto;
  }
  .feature .wrap::before {
    width: 29.5rem;
    height: 15rem;
    top: -33rem;
  }
  .feature .wrap ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem 6rem;
  }
  .feature .wrap ul li {
    width: 57rem;
    padding: 0;
  }
  .feature .wrap ul li:not(:last-child) {
    margin: 0;
  }
  .feature .wrap ul li::before {
    top: -4rem;
    left: 0;
    width: 33.6rem;
    height: 11.5rem;
  }
  .feature .wrap ul li img {
    margin: 0 0 1rem;
    width: auto;
  }
  .feature .wrap ul li .num {
    top: -2rem;
    font-size: 3rem;
  }
  .feature .wrap ul li .num::before {
    font-size: 4.8rem;
  }
  .feature .wrap ul li p {
    font-size: 1.8rem;
  }
}
.symptoms {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background: #fff;
  position: relative;
}
.symptoms::before {
  display: block;
  content: "";
  background: url("../img/bg_wave_white.svg") no-repeat center center/150% auto;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}
.symptoms .top_tit02 {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
.symptoms .top_tit02::before, .symptoms .top_tit02::after {
  content: "";
  width: 3.8rem;
  height: 4.3rem;
  display: block;
}
.symptoms .top_tit02::before {
  background: url("../img/h2_deco_l.svg") no-repeat center center/contain;
}
.symptoms .top_tit02::after {
  background: url("../img/h2_deco_r.svg") no-repeat center center/contain;
}
.symptoms .top_tit02 span {
  color: var(--clr_sub13);
}
.symptoms .top_tit02 span::after {
  color: var(--clr_main);
}
.symptoms .inner {
  background: url("../img/illlust_train.svg") no-repeat right bottom/15rem 6.15rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 0 0;
  gap: 3rem 0;
  padding: 0 0 10rem;
}
.symptoms .inner .box {
  width: 100%;
  position: relative;
}
.symptoms .inner .box figure {
  position: relative;
  margin: 0 0 1rem;
}
.symptoms .inner .box figure img {
  z-index: 2;
  position: relative;
  margin: 0 auto 0 8rem;
  width: 10rem;
}
.symptoms .inner .box figure::before {
  content: "";
  background: var(--clr_sub17);
  border-radius: 50%;
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.symptoms .inner .box .txt {
  padding: 0 0 0 1rem;
  position: relative;
}
.symptoms .inner .box .txt .tit {
  margin: 0 0 1rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.8rem;
}
.symptoms .inner .box .txt .tit span {
  display: inline-block;
}
.symptoms .inner .box .txt .tit::before {
  display: inline-block;
  content: "";
  background: url("../img/symptoms_01.svg") no-repeat center center/contain;
  width: 5rem;
  height: 5rem;
}
.symptoms .inner .box .txt ul {
  line-height: 1.68;
}
.symptoms .inner .box .txt ul li {
  text-indent: -2.4rem;
  padding-left: 2rem;
}
.symptoms .inner .box .txt ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: var(--clr_sub15);
  font-size: 111%;
  margin: 0 0.8rem 0 0;
}
.symptoms .inner .box2 .txt .tit::before {
  background: url("../img/symptoms_02.svg") no-repeat center center/contain;
}
.symptoms .inner .box2 .txt ul li::before {
  color: var(--clr_sub12);
}
.symptoms .inner .box3 .txt .tit::before {
  background: url("../img/symptoms_03.svg") no-repeat center center/contain;
}
.symptoms .inner .box3 .txt ul li::before {
  color: #87CEEB;
}

@media screen and (min-width: 48em), print {
  .symptoms {
    padding: 7rem 0 20rem;
  }
  .symptoms::before {
    height: 4rem;
    top: -4rem;
    background: url("../img/bg_wave_white.svg") no-repeat center center/auto;
  }
  .symptoms .inner {
    width: 1200px;
    margin: 10rem auto 0;
    gap: 9.4rem 0;
    padding: 0 0 4rem;
    background: url("../img/illlust_train.svg") no-repeat right 3rem bottom/51rem 21rem;
  }
  .symptoms .inner .box {
    width: 60rem;
  }
  .symptoms .inner .box figure {
    width: 24rem;
    height: 24rem;
    margin: 0;
  }
  .symptoms .inner .box figure img {
    position: absolute;
    top: -4rem;
    left: 2rem;
    margin: 0;
    width: 16rem;
  }
  .symptoms .inner .box figure::before {
    width: 24rem;
    height: 24rem;
    top: inherit;
  }
  .symptoms .inner .box .txt {
    width: 35rem;
    position: absolute;
    top: 0;
    left: 22rem;
    padding: 0;
  }
  .symptoms .inner .box .txt .tit {
    font-size: 3.6rem;
    margin: 0 0 2rem;
    gap: 0 1.6rem;
  }
  .symptoms .inner .box .txt .tit::before {
    width: 10rem;
    height: 10rem;
  }
  .symptoms .inner .box .txt ul li {
    font-size: 1.8rem;
    text-indent: -3rem;
    padding-left: 2rem;
  }
  .symptoms .inner .box .txt ul li::before {
    margin: 0 1rem 0 0;
  }
  .symptoms .inner .box2 figure img {
    width: 15rem;
  }
}
.tre {
  margin-top: 0 !important;
  padding: 4rem 1rem 6rem;
  background: var(--clr_sub17);
  position: relative;
}
.tre::before {
  display: block;
  content: "";
  background: url("../img/bg_wave_under.svg") no-repeat center center/150% auto;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}
.tre .inner {
  position: relative;
}
.tre .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  background: url("../img/illust_birds.svg") no-repeat center center/contain;
}
.tre .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.tre .inner ul li {
  text-align: center;
  width: 50%;
  height: auto;
  position: relative;
}
.tre .inner ul li::before {
  content: "";
  background: url("../img/bg_treat.png") no-repeat center center/contain;
  width: 12rem;
  height: 12rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tre .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 14rem 0 0 0;
  line-height: 1.2;
  color: var(--clr_txt);
  font-weight: 500;
  width: 100%;
}
.tre .inner ul li a span::before {
  font-family: "fontello";
  content: "\e4a2";
  color: var(--clr_sub15);
  margin: 0 0.6rem 0 0;
  font-weight: normal;
}
.tre .inner ul li a::after {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 7rem;
  height: 7rem;
  top: 2.5rem;
}
.tre .inner ul li a.sb01::after {
  background-image: url("../img/menu_01.svg");
}
.tre .inner ul li a.sb02::after {
  background-image: url("../img/menu_02.svg");
}
.tre .inner ul li a.sb03::after {
  background-image: url("../img/menu_03.svg");
}
.tre .inner ul li a.sb04::after {
  background-image: url("../img/menu_04.svg");
}
.tre .inner ul li a.sb05 span {
  padding-left: 4rem;
  text-indent: -3.4rem;
  text-align: left;
}
.tre .inner ul li a.sb05::after {
  background-image: url("../img/menu_05.svg");
}
.tre .inner ul li a.sb06::after {
  background-image: url("../img/menu_06.svg");
}
.tre .inner ul li a.sb07::after {
  background-image: url("../img/menu_07.svg");
}
.tre .inner ul li a.sb08::after {
  background-image: url("../img/menu_08.svg");
}
.tre .inner ul li a.sb09::after {
  background-image: url("../img/menu_09.svg");
}
.tre .inner ul li a.sb10::after {
  background-image: url("../img/menu_10.svg");
}
.tre .inner ul li a.sb11::after {
  background-image: url("../img/menu_11.svg");
}
.tre .inner ul li a.sb12::after {
  background-image: url("../img/menu_12.svg");
}
.tre .inner ul li a.sb13::after {
  background-image: url("../img/menu_13.svg");
}
.tre .inner ul li a.sb14::after {
  background-image: url("../img/menu_14.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 8rem 0 30rem;
    background: url("../img/bg_tre.svg") no-repeat center top 8rem/auto, var(--clr_sub17);
  }
  .tre::before {
    height: 4rem;
    top: -4rem;
    background: url("../img/bg_wave_under.svg") no-repeat center center/auto;
  }
  .tre .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .tre .inner::before {
    width: 16rem;
    height: 15.8rem;
    top: -27.5rem;
  }
  .tre .inner ul {
    width: 100%;
    margin: 5rem auto 0;
    justify-content: flex-start;
    gap: 5rem 6rem;
  }
  .tre .inner ul li {
    width: 19.2rem;
  }
  .tre .inner ul li::before {
    width: 19.2rem;
    height: 19.2rem;
  }
  .tre .inner ul li a {
    font-size: 2.4rem;
    transition: 0.3s;
    padding: 20.5rem 0 0 0;
  }
  .tre .inner ul li a span::before {
    margin: 0 1rem 0 0;
  }
  .tre .inner ul li a::after {
    width: 10rem;
    height: 10rem;
    top: 5rem;
    left: 0;
  }
  .tre .inner ul li:hover {
    animation: pulsation 0.7s alternate infinite;
  }
  @keyframes pulsation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1.05);
    }
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10rem;
}
body:not(.index) .main {
  margin: 2rem 1rem 10rem;
}
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
  border-radius: 2rem;
}
body:not(.index) .main .btn_rsv, body:not(.index) .main .btn_detail {
  width: 80%;
  height: 4rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .sub_header {
    margin-top: 0;
  }
  body:not(.index) .main {
    font-size: 1.8rem;
    margin: 6rem auto 33rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 45rem;
    height: auto;
  }
  body:not(.index) .main .btn_rsv, body:not(.index) .main .btn_detail {
    width: 35rem;
    height: 6rem;
  }
  body:not(.index) .main .btn_detail:is(:hover, :focus-visible) {
    background: var(--clr_sub15);
    color: #fff;
  }
  body:not(.index) .main .cssTel {
    font-size: 3rem;
  }
  body:not(.index) .main .cssTel::before {
    font-size: 2.6rem;
    margin: 0 0.6rem 0 0;
  }
}

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

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.8rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.clinic .info .inner {
  padding: 0;
}
.clinic .dr_name {
  text-align: right;
}
.clinic .dr_name span {
  font-size: 120%;
}
.clinic section .flex2 li:not(:last-child) {
  margin: 0 0 2rem;
}
.clinic section .flex2 li p {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .clinic section .flex2 li {
    margin: 0 !important;
  }
  .clinic section .flex2 li:not(:nth-last-child(-n+2)) {
    margin: 0 0 3rem !important;
  }
}
.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_sub01);
  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: 2px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 2px solid var(--clr_sub01);
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.first .main .flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.first .main .flex2 > li {
  width: 48%;
  margin: 0 !important;
}
.first .main .flex2 > li .btn_rsv, .first .main .flex2 > li .btn_line {
  width: 100%;
  height: 4rem;
}

@media screen and (min-width: 48em), print {
  .first .main .flex2 > li .btn_rsv, .first .main .flex2 > li .btn_line {
    width: 30rem;
    height: 6rem;
  }
  .first .main .flex2 > li .cssTel {
    font-size: 3rem;
  }
  .first .main .flex2 > li .cssTel::before {
    font-size: 2.6rem;
    margin: 0 0.6rem 0 0;
  }
}
.lst_flow > li {
  margin: 0;
  padding: 1.6rem;
  border-radius: 1rem;
  position: relative;
  background: #fff;
  border: 0.2rem var(--clr_sub02) solid;
}
.lst_flow > li p {
  margin: 0 0 1em;
}
.lst_flow > li p span {
  background: var(--clr_main);
  color: #fff;
  display: block;
  border-radius: 0.6rem;
  font-weight: 700;
  width: fit-content;
  padding: 0.8rem 1rem;
  line-height: 1;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 5rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid var(--clr_sub02);
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}
.lst_flow > li .lst_ul li {
  padding: 0 0 0 1.4em;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.lst_flow > li .lst_ul li::after {
  display: none;
}
.lst_flow > li .lst_ul li:not(:last-child) {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
    border-radius: 2rem;
    border: 0.4rem var(--clr_sub02) solid;
  }
  .lst_flow li p {
    font-size: 1.8rem;
  }
  .lst_flow li p span {
    font-size: 2rem;
    padding: 0.8rem 1rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 12rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -8rem;
    border-right: 4.5rem solid transparent;
    border-left: 4.5rem solid transparent;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 0;
    height: 70rem;
  }
  body.access .main .tbl_time {
    font-size: 2rem;
  }
}

.faq .main .accordion {
  width: 100%;
  margin: 0 auto;
}
.faq .main .accordion dt {
  cursor: pointer;
  user-select: none;
}
.faq .main .accordion dt:not(:last-child) {
  margin: 0 0 2rem;
}
.faq .main .accordion dt::hover, .faq .main .accordion dt::active, .faq .main .accordion dt.is-active {
  background-color: black;
}
.faq .main .accordion dt .tit_03 {
  margin: 0;
}
.faq .main dd {
  text-align: left;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.faq .main dd:not(:last-child) {
  margin: 0 0 2rem;
}
.faq .main dd.is-open {
  padding: 1rem 1rem 3rem;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.faq .main dd p {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .faq .main .accordion {
    width: 1200px;
  }
}
.notfound .btn_detail {
  height: 3rem;
  padding: 0.4rem 3.5rem;
}

@media screen and (min-width: 48em), print {
  .notfound .btn_detail {
    height: 4rem;
    padding: 0 5.5rem;
  }
}
.anc li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin: 0 0 1rem;
  background: linear-gradient(to right, #f2ecf9 0%, #ffe5f5 100%);
  border-radius: 3rem;
  padding: 0.45rem 1.2rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e81a";
  color: #B62D82;
  margin-right: 0.4rem;
  font-size: 80%;
}
.anc li a {
  width: 100%;
  color: #B62D82;
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 2rem;
    margin: 0 0 3rem;
  }
  .anc li {
    display: inline-flex;
    font-size: 110%;
    margin: 0 0 1.6rem;
    padding: 0.9rem 2.4rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
.tbl_price, .tbl_lst, .tbl_lst2, .tbl_price3, .tbl_price2 {
  width: 100%;
  border-collapse: collapse;
}
.tbl_price caption, .tbl_lst caption, .tbl_lst2 caption, .tbl_price3 caption, .tbl_price2 caption {
  text-align: left;
  font-size: 85%;
}
.tbl_price th, .tbl_lst th, .tbl_lst2 th, .tbl_price3 th, .tbl_price2 th {
  padding: 0.4rem 1rem;
  background: var(--clr_sub06);
  text-align: center;
  font-weight: 700;
  width: 40%;
  color: var(--clr_main);
}
.tbl_price th:nth-child(odd):not(:last-child), .tbl_lst th:nth-child(odd):not(:last-child), .tbl_lst2 th:nth-child(odd):not(:last-child), .tbl_price3 th:nth-child(odd):not(:last-child), .tbl_price2 th:nth-child(odd):not(:last-child) {
  border-bottom: 1px #fff solid;
}
.tbl_price td, .tbl_lst td, .tbl_lst2 td, .tbl_price3 td, .tbl_price2 td {
  padding: 0.8rem 1rem;
  border: 1px solid var(--clr_sub06);
  background: #fff;
  text-align: center;
  width: 60%;
}
.tbl_price td:nth-child(even), .tbl_lst td:nth-child(even), .tbl_lst2 td:nth-child(even), .tbl_price3 td:nth-child(even), .tbl_price2 td:nth-child(even) {
  text-align: left;
}
.tbl_price td.noborder, .tbl_lst td.noborder, .tbl_lst2 td.noborder, .tbl_price3 td.noborder, .tbl_price2 td.noborder {
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 48em), print {
  .tbl_price td.pl10, .tbl_lst td.pl10, .tbl_lst2 td.pl10, .tbl_price3 td.pl10, .tbl_price2 td.pl10 {
    padding: 0 0 0 15rem;
  }
}

.tbl_price2 tr th {
  width: 18%;
}
.tbl_price2 tr th:first-child {
  width: 28%;
}
.tbl_price2 tr th:not(:last-child) {
  border-right: 1px #fff solid;
}
.tbl_price2 tr td {
  width: auto;
}
.tbl_price2 tr td:not(:first-child) {
  text-align: center;
}
.tbl_price2 tr td.subtit {
  background: var(--clr_sub03);
}
.tbl_price2 tr td.subcont {
  background: var(--clr_sub09);
}
.tbl_price2 tr td.subtit2 {
  background: var(--clr_sub05);
}
.tbl_price2 tr td.subcont2 {
  background: var(--clr_sub08);
}

.tbl_price3 tr:last-child th {
  border-bottom: 1px var(--clr_sub06) solid;
}
.tbl_price3 tr th.noborder, .tbl_price3 tr td.noborder {
  border-bottom: none;
}
.tbl_price3 tr th.btopnone, .tbl_price3 tr td.btopnone {
  border-top: none;
}
.tbl_price3 tr th {
  text-align: left;
  border-bottom: 1px #fff solid;
  width: 65%;
}
.tbl_price3 tr td {
  width: 35%;
}

.tbl_lst, .tbl_lst2 {
  table-layout: fixed;
}
.tbl_lst tr td, .tbl_lst2 tr td {
  text-align: left;
}
.tbl_lst tr:not(:last-of-type) th, .tbl_lst2 tr:not(:last-of-type) th {
  border-bottom: 1px #fff solid;
}

.frame_wrapper {
  overflow-x: scroll;
}
@media screen and (min-width: 48em), print {
  .frame_wrapper {
    overflow-x: hidden;
  }
}

.tbl_lst2 {
  font-size: 1.4rem;
  line-height: 1.8;
  table-layout: fixed;
  width: auto;
}
.tbl_lst2 tr th, .tbl_lst2 tr td {
  text-align: center !important;
}
.tbl_lst2 tr th {
  width: auto;
  white-space: nowrap;
}
.tbl_lst2 tr th:not(:last-child) {
  border-right: 1px #fff solid;
}
.tbl_lst2 tr td {
  width: auto;
}
.tbl_lst2 tr td:first-child, .tbl_lst2 tr td:nth-child(2) {
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  .tbl_lst2 {
    font-size: 2rem;
    line-height: 2;
    width: 100%;
  }
  .tbl_lst2 tr th {
    white-space: wrap;
  }
  .tbl_lst2 tr td:first-child, .tbl_lst2 tr td:nth-child(2) {
    white-space: wrap;
  }
}

.tbl_checkup {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl_checkup tr th {
  font-weight: 500;
  border: 1px #ccc solid;
}
.tbl_checkup tr th[scope=col] {
  background: var(--clr_sub06);
  text-align: center;
  color: var(--clr_main);
}
.tbl_checkup tr th[scope=row] {
  background: var(--clr_sub04);
  padding: 1rem;
}
.tbl_checkup tr td {
  border: 1px #ccc solid;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .tbl_checkup tr th {
    padding: 1rem;
  }
  .tbl_checkup tr td {
    padding: 1rem;
  }
}

.lst_price {
  border: 1px solid var(--clr_sub07);
}
.lst_price dt {
  background: var(--clr_sub07);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--clr_sub07);
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.lst_price dd {
  padding: 1rem;
  font-size: 1.3rem;
}
.lst_price dd:not(:last-of-type) {
  border-bottom: 1px solid var(--clr_sub07);
}

@media screen and (min-width: 48em), print {
  .lst_price {
    display: flex;
    flex-wrap: wrap;
  }
  .lst_price dt, .lst_price dd {
    width: 50%;
    padding: 1rem 2rem;
  }
  .lst_price dt {
    border-bottom: none;
    justify-content: left;
    text-align: left;
  }
  .lst_price dt:not(:last-of-type) {
    border-bottom: 1px solid var(--clr_sub07);
  }
  .lst_price dd {
    text-align: right;
    font-size: 1.6rem;
  }
  .lst_price dd > div {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    justify-content: flex-end;
  }
}/*# sourceMappingURL=style.css.map */