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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

a[href*=dummy],
a[href*=fee],
a[href*=individual_consultation],
a[href*=emergency],
a[href*=consultation_counter] {
  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: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

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

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;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt40 {
    margin-top: 8rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 1.2rem;
  caption-side: bottom;
  text-align: left;
}
.tbl_time caption span {
  color: var(--clr_main);
  font-weight: bold;
}
.tbl_time tr th {
  font-weight: 500;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  background: var(--clr_main);
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.tbl_time tr th[scope=col]:first-child {
  width: 25%;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_main);
  text-align: center;
  background: #fff;
  white-space: nowrap;
  font-weight: 400;
}
.tbl_time 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_main);
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 1.8rem;
    margin: 1.2rem 0 0 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.2rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
    border-radius: 1.6rem 0 0 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 1.6rem 0 0;
    padding: 0 2rem 0 0;
  }
  .tbl_time tr td {
    padding: 1.75rem 0;
    font-size: 2.4rem;
  }
  .tbl_time tr td:last-child {
    padding: 0 2rem 0 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url("../img/tit_01.webp") no-repeat center top/cover;
  padding: 4rem 1rem;
}
.tit_01 span {
  display: block;
  text-align: right;
  font-size: 2.4rem;
  color: var(--clr_main);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tit_02 {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 2rem;
  line-height: 1;
  color: var(--clr_sub10);
  letter-spacing: 0.05em;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tit_02::after {
  display: block;
  content: "";
  background: url("../img/deco_h2_.svg") no-repeat center center/contain;
  width: 3.75rem;
  height: 0.75rem;
  margin: 1rem auto 0;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1;
  padding: 0 0 0.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_main);
  margin: 0 0 1rem;
  border-bottom: 0.3rem var(--clr_main) solid;
}

.tit_04 {
  font-size: 2rem;
  line-height: 1;
  padding: 0 0 0.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_sub01);
  margin: 0 0 1rem;
  border-bottom: 0.2rem var(--clr_sub01) solid;
}

.tit_05 {
  color: var(--clr_sub02);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0 0 0.4rem;
  border-bottom: 2px var(--clr_sub02) dotted;
}

.tit_06 {
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_main);
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url("../img/tit_01.webp") no-repeat center top/auto;
    width: 140rem;
    height: 40rem;
    margin: 0 auto;
    padding: 0;
  }
  .tit_01 span {
    font-size: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 0 7.8rem;
    width: 1200px;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tit_02 {
    font-size: 3rem;
    margin: 0 auto 3.7rem;
  }
  .tit_02::after {
    width: 7.5rem;
    height: 1.5rem;
    margin: 1.9rem auto 0;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
    padding: 0 0 0.9rem;
    border-bottom: 0.5rem var(--clr_main) solid;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    padding: 0 0 0.9rem;
    border-bottom: 0.3rem var(--clr_sub01) solid;
  }
  .tit_05 {
    font-size: 2.4rem;
    padding: 0 0 0.6rem;
  }
  .tit_06 {
    font-size: 2.2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  font-size: 80%;
  color: var(--clr_sub03);
  position: absolute;
  top: 0.2em;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

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

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

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 10%;
  }
  .lst_dl01 dd {
    width: 90%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

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

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.cssTel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_main);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cssTel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 0 0.4rem;
  color: var(--clr_main);
}
.cssTel a::before {
  content: "TEL";
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .cssTel {
    gap: 0 0.8rem;
  }
  .cssTel::before {
    content: "TEL";
    line-height: 1;
  }
}

.cssFax {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_main);
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  gap: 0 0.4rem;
}
.cssFax::before {
  content: "FAX";
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .cssFax {
    gap: 0 0.8rem;
  }
}

.box_blue, .box_grey {
  padding: 1rem;
  background: var(--clr_sub05);
}
@media screen and (min-width: 48em), print {
  .box_blue, .box_grey {
    padding: 3rem;
  }
}

.box_grey {
  background: var(--clr_sub07);
}

.btn_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: var(--clr_main);
  text-decoration: none !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.5rem 0 2rem;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  border: 1px var(--clr_main) solid;
  font-weight: 500;
}
.btn_detail::after {
  font-family: "fontello";
  content: "\e4a2";
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0 4rem;
    border-radius: 4rem;
  }
  .btn_detail::after {
    right: 2rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    opacity: 1;
    background: var(--clr_main);
    color: #fff;
  }
}

.btn_rsv, .btn_access, .btn_monshin {
  display: grid;
  place-content: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: var(--clr_sub01);
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
}
.btn_monshin {
  background: var(--clr_sub21);
}
.btn_monshin::before {
  font-family: "fontello";
  content: "\e80f";
}

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

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

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_sub01);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  background: var(--clr_main);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

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

:root {
  --clr_txt: #444;
  --clr_main: #004EA2;
  --clr_sub01: #04A3D5;
  --clr_sub02: #7B868C;
  --clr_sub03: #BFE7F3;
  --clr_sub04: #DCECFE;
  --clr_sub05: #EFF5F9;
  --clr_sub06: #112444;
  --clr_sub07: #EEEEEE;
  --clr_sub08: #D4D5D6;
  --clr_sub09: #CCCCCC;
  --clr_sub10: #888888;
  --clr_sub11: #707070;
}

body {
  background: #fff;
  color: var(--clr_txt);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(248, 248, 251, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  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: 4rem 0 0 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);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 7.6rem 0 5rem;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
/*
:target {
  scroll-margin-top: 2.0rem;
  @include pc {
    scroll-margin-top: 4.0rem;
  }
}
*/
.header {
  height: 6.8rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.8rem;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: 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 {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    height: auto;
  }
  .header > .wrap {
    padding: 1.7rem 0 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header > .wrap .logo {
    width: 37.702rem;
    height: 8.628rem;
    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 .headR {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.5rem;
  }
  .header > .wrap .headR ul {
    display: block;
  }
  .header > .wrap .headR ul li {
    font-size: 1.8rem;
    white-space: nowrap;
    display: block !important;
  }
  .header > .wrap .headR .btn_rsv {
    width: 12rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
#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_sub01);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#nav #sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  font-size: 3rem;
  margin: 0 0 0.2rem;
  line-height: 0.8;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e807";
}
#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;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(204, 204, 204, 0.2);
          box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(204, 204, 204, 0.2);
  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_sub08) solid;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: block;
  padding: 1rem;
  margin: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
#nav .gnav_subnav .gnav > li .sub {
  width: 100%;
  text-align: left;
}
#nav .gnav_subnav .gnav > li .sub span::after {
  font-family: "fontello";
  content: "\f004";
  color: var(--clr_txt);
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 0 1rem;
}
#nav .gnav_subnav .gnav > li .sub.close span::after {
  font-family: "fontello";
  content: "\33";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  background: #9f9f9f;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px #fff dotted;
}
#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;
  margin: 0;
  text-align: left;
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub br {
  display: none;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 70%;
  font-size: 1.4rem;
  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: "\e807";
  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;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    padding: 2rem 0;
  }
  #nav.hide {
    -webkit-transform: translateY(-300%);
            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;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    gap: 0 7.5rem;
  }
  #nav .gnav_subnav .gnav > li {
    height: auto;
    text-align: center;
    position: relative;
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    display: block;
    width: auto;
    margin: 0;
    cursor: pointer;
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li > a::after, #nav .gnav_subnav .gnav > li .sub::after {
    content: "";
    display: block;
    margin: 0.6rem auto 0;
    background: transparent;
    width: 100%;
    height: 1px;
  }
  #nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li .sub span {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::after, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    background: var(--clr_main);
  }
  #nav .gnav_subnav .gnav > li .sub span::after {
    display: none;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 38rem;
    position: absolute;
    top: 2.7rem;
    left: -3rem;
    z-index: 99;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:is(:hover, :focus-visible) {
    background: var(--clr_sub10);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.1rem 1rem 1.1rem 1.4rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a span::before, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub span::before {
    display: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 3rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--clr_sub07);
}
.overview > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.overview > .wrap .clinic_name {
  margin: 0 0 1rem;
}
.overview > .wrap .clinic_name img {
  max-width: 80%;
  margin: 0 auto;
}
.overview > .wrap .overviewL .gaiyo, .overview > .wrap .overviewR .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 25%;
  background: var(--clr_sub02);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 75%;
  padding: 0 0 0 1rem;
}
.overview > .wrap .overviewL .gaiyo dd .cssTel a, .overview > .wrap .overviewR .gaiyo dd .cssTel a {
  font-size: 1.8rem;
  color: var(--clr_txt);
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.overview > .wrap .overviewL .gaiyo dd .cssTel a::before, .overview > .wrap .overviewR .gaiyo dd .cssTel a::before {
  display: none;
}
.overview > .wrap .overviewL {
  display: none;
}
.overview > .wrap .overviewR {
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8.5rem 0 12rem;
    font-size: 1.6rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .overview > .wrap .clinic_name {
    margin: 0 0 5.36rem;
    width: 100%;
  }
  .overview > .wrap .clinic_name img {
    width: 37.702rem;
    height: 8.628rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    margin: 0 0 2.5rem;
    padding: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 14rem;
    height: 3rem;
  }
  .overview > .wrap .overviewL .gaiyo dt::after, .overview > .wrap .overviewR .gaiyo dt::after {
    top: 1.5rem;
    height: 3rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 40.8rem;
    padding: 0 0 0 3rem;
  }
  .overview > .wrap .overviewL .gaiyo dd .cssTel, .overview > .wrap .overviewR .gaiyo dd .cssTel {
    font-size: 3rem;
    color: var(--clr_txt);
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .overview > .wrap .overviewL .gaiyo dd .cssTel::before, .overview > .wrap .overviewR .gaiyo dd .cssTel::before {
    display: none;
  }
  .overview > .wrap .overviewL {
    display: block;
    width: 58.4rem;
  }
  .overview > .wrap .overviewR {
    width: 54.8rem;
    margin: 0;
  }
}
.gmap {
  margin: 0;
  height: 100vw;
  background: #fff;
  padding: 1rem;
}

@media screen and (min-width: 48em), print {
  .gmap {
    padding: 0;
    height: 50rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  height: 100%;
}
#tel_up ul li:first-child {
  width: 60%;
}
#tel_up ul li:nth-child(2) {
  width: 40%;
}
#tel_up ul li {
  text-align: center;
}
#tel_up ul li .cssTel {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
}
#tel_up ul li .cssTel a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#tel_up #pageup {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 101;
  background: var(--clr_sub01);
  border-radius: 50%;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  color: #fff;
  font-size: 2rem;
}
#tel_up #pageup .clip {
  display: none;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    height: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    padding: 0;
    background: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 5rem;
    height: 5rem;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
    padding: 0 0 0.5rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: var(--clr_sub06);
  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: 6.8rem 0 0 0;
    background: var(--clr_sub06);
  }
  .footer .copy {
    margin: 8rem 0 0 0;
    font-size: 1.6rem;
    padding: 4rem 0;
  }
  .footer .wrap {
    margin: 0 auto;
  }
  .footer .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .wrap ul li {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  .footer .wrap ul li:not(:last-child) a {
    border-right: 1px #fff solid;
    padding: 0 0.9rem;
  }
  .footer .wrap ul li:last-child a {
    padding: 0 0 0 0.9rem;
  }
  .footer .wrap ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer .wrap ul li a:hover {
    text-decoration: underline;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin: 0;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  display: none !important;
}
.keyvsl > .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
}
.keyvsl > .wrap .catch {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 1.5rem 0 0 0;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 140rem;
    height: 70rem !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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 {
    padding: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: 3rem;
    margin: 6.3rem 0 0 0;
  }
}
body.index .main .tit_02 {
  color: var(--clr_sub09);
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 4.2rem;
}
body.index .main .tit_02::after {
  display: none;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02 {
    font-size: 8rem;
  }
}

.service {
  padding: 0 1rem 4rem;
  margin-top: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #ffffff), color-stop(10%, #eff5f9), to(#eff5f9));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #eff5f9 10%, #eff5f9 100%);
}
.service .inner .subnav li {
  background: #fff;
}
.service .inner .subnav li:not(:last-child) {
  margin: 0 0 3rem;
}
.service .inner .subnav li img {
  width: 100%;
  margin: 0 auto 1.8rem;
}
.service .inner .subnav li .txt_wrapper {
  padding: 0 1rem 1rem 1rem;
}
.service .inner .subnav li .txt_wrapper p {
  line-height: 1;
  margin: 0;
}
.service .inner .subnav li .txt_wrapper p.tit {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 1.4rem;
}
.service .inner .subnav li .txt_wrapper p.txt {
  line-height: 1.6;
  text-align: center;
  font-size: 1.8rem;
}
.service .inner .subnav li .txt_wrapper .link {
  text-decoration: none;
  color: var(--clr_main);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.4rem 0 0 0;
}
.service .inner .subnav li .txt_wrapper .link::after {
  content: "⇀";
  margin: 0 0 0 0.3rem;
  font-size: 3rem;
}

@media screen and (min-width: 48em), print {
  .service {
    padding: 0 0 10.6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(27rem, #ffffff), color-stop(27rem, #eff5f9), to(#eff5f9));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 27rem, #eff5f9 27rem, #eff5f9 100%);
  }
  .service .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .service .inner .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 3.6rem;
    width: 1200px;
    margin: 0 auto;
  }
  .service .inner .subnav li {
    position: relative;
    width: 37.6rem;
    height: 49rem;
  }
  .service .inner .subnav li img {
    width: auto;
    margin: 0 auto 3.8rem;
  }
  .service .inner .subnav li .txt_wrapper {
    padding: 0 2rem;
  }
  .service .inner .subnav li .txt_wrapper p.tit {
    font-size: 2rem;
    margin: 0 0 2.7rem;
  }
  .service .inner .subnav li .txt_wrapper p.txt {
    font-size: 2rem;
  }
  .service .inner .subnav li .txt_wrapper .link {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.6rem;
    bottom: 1.8rem;
    left: 2rem;
    margin: 0;
  }
  .service .inner .subnav li .txt_wrapper .link::after {
    margin: 0 0 0 0.55rem;
    font-size: 4.7rem;
  }
  .service .inner .subnav li .txt_wrapper .link:is(:hover, :focus-visible) {
    opacity: 0.6;
  }
}
.info {
  margin-top: 0 !important;
  padding: 4rem 1rem;
}
.info .inner {
  background: #fff;
  margin: 0 auto;
}
.info .inner dl {
  padding: 0;
}
.info .inner dl dt, .info .inner dl dd {
  word-break: break-all;
}
.info .inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  line-height: 1.6;
  cursor: pointer;
  font-weight: 500;
  color: var(--clr_main);
}
.info .inner dl dt::before {
  font-size: 90%;
  content: "▼";
  color: var(--clr_main);
  font-weight: 400;
}
.info .inner dl dt.close::before {
  content: "▲";
}
.info .inner dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_sub12);
}
.info .inner dl dd {
  margin: 0;
  padding: 0 0 0 2rem;
}
.info .inner dl dd:nth-of-type(n+4) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 0;
  }
  .info .inner {
    padding: 7.8rem 0 5rem;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info .inner .tit_02 {
    margin: 0;
  }
  .info .inner dl {
    width: 92.7rem;
    padding: 0 0 1rem 3.6rem;
    border-left: 1px var(--clr_sub11) solid;
  }
  .info .inner dl dt {
    margin: 0 0 1rem;
    font-size: 2rem;
  }
  .info .inner dl dt::before {
    margin-right: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .info .inner dl dt:not(:first-of-type) {
    margin: 2.4rem 0 0.8rem;
    padding: 2.2rem 0 0;
  }
  .info .inner dl dt:hover::before {
    color: var(--clr_sub01);
  }
  .info .inner dl dd {
    font-size: 1.8rem;
    margin: 0;
    padding: 0 0 0 3.6rem;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 107.2rem;
    font-size: 1.8rem;
    margin: 9.4rem auto 16rem;
  }
  body:not(.index) .main .cf .img_l,
  body:not(.index) .main .cf .img_r {
    max-width: 41.2rem;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--clr_txt);
}
.breadnav .breadcrumb li br {
  display: none;
}
.breadnav .breadcrumb li a {
  text-decoration: none;
  color: var(--clr_txt);
}
.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;
    white-space: nowrap;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.message .main .pr p {
  letter-spacing: 0.13em;
  margin: 0 0 2rem;
}
.message .main .pr p.dr_name {
  text-align: right;
}
.message .main .pr p.dr_name span {
  font-size: 130%;
}

@media screen and (min-width: 48em), print {
  .message .main .pr p {
    margin: 0 0 3rem;
  }
  .message .main .pr p.dr_name {
    padding: 0 45rem 0 0;
  }
}
.clinic .dr_name {
  text-align: right;
}
.clinic .dr_name span {
  font-size: 120%;
}
.clinic section .flex2 li:nth-child(2) section {
  margin-top: 3rem;
}

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

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.lst_flow li {
  margin: 0;
  padding: 1.6rem;
  border: 2px solid var(--clr_sub03);
  border-radius: 0.6rem;
  position: relative;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 5rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -7rem;
  left: 0;
  right: 0;
  border: 3rem solid transparent;
  border-top: 2rem solid var(--clr_sub03);
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
    border: 4px solid var(--clr_sub03);
    border-radius: 1rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 9rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -9rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .gmap {
    margin: 0;
    height: 50rem;
  }
  body.access .main .illst_map {
    max-width: 50%;
    margin: auto;
  }
  body.access .main .tbl_time {
    font-size: 2rem;
  }
}

.notfound .btn_detail {
  height: 3rem;
}

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

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

.tbl_lst th {
  width: 30%;
}
.tbl_lst td {
  text-align: left;
  width: 70%;
}

.contact .main .btn_rsv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin: 0 auto;
}

@media screen and (min-width: 48em), print {
  .contact .main .btn_rsv {
    padding: 1.2rem 3rem;
  }
}/*# sourceMappingURL=style.css.map */