@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;
  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 {
  -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*="clinic.html"],
a[href*="dermatology.html"],
a[href*="pediatric_dermatology.html"],
a[href*="allergy.html"],
a[href*="private.html"],
a[href*="vaccination.html"],
a[href*="acne.html"],
a[href*="wart.html"],
a[href*="water_wart.html"],
a[href*="athletes_foot.html"],
a[href*="atopic.html"],
a[href*="herpes_zoster.html"],
a[href*="hives.html"],
a[href*="mole.html"],
a[href*="hyperhidrosis.html"],
a[href*="psoriasis.html"],
a[href*="impetigo.html"],
a[href*="alopecia_areata.html"]
*/
a[href*=dummy] {
  pointer-events: none;
}

/*
$clr_txt: #484848;
var(--clr_main): #454493;
*/
@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;
}

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

.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;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.6rem;
}
.tbl_time caption span.sat::before {
  display: inline-block;
  content: "";
  background: url("../img/icon10.svg") no-repeat center center/contain;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.5rem 0 0;
}
.tbl_time caption span.pbox {
  padding: 0.2rem 1rem;
  margin: 0 1rem 0 0;
  background: #fff;
  border: 0.1rem var(--clr_main) solid;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  text-align: center;
  color: #fff;
  background: var(--clr_main);
}
.tbl_time tr th[scope=col]:first-child {
  width: 33%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--clr_main);
  text-align: center;
  background: #fff;
  white-space: nowrap;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--clr_main);
  line-height: 1;
  background: #fff;
}
.tbl_time tr td img {
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
}
.tbl_time tr td.close {
  color: var(--clr_main);
  font-weight: 700;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 2rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1.95rem 0;
  }
  .tbl_time tr td img {
    width: 1.95rem;
    height: 1.95rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  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;
  min-height: 10rem;
  background: url("../img/tit_01.jpg") no-repeat center center/cover;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  color: var(--clr_sub22);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 0 1rem;
  margin: 0 auto 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.tit_02::after {
  display: block;
  margin: 1.2rem auto 0;
  content: "";
  background: url("../img/h2_after.svg") no-repeat center center/contain;
  width: 10rem;
  height: 0.2rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.4;
  background: var(--clr_main);
  color: #fff;
  padding: 0.4rem 1rem;
  margin: 0 0 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border-radius: 1.6rem;
}

.tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 3px solid var(--clr_sub08);
  padding: 0 0 0.4rem;
  margin: 0 0 2rem;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.tit_04::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--clr_sub20);
  bottom: -3px;
  width: 20%;
}

.tit_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: var(--clr_sub22);
}
.tit_05::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/h5_before.svg") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 25rem;
    font-size: 3rem;
    background: url("../img/tit_01.jpg") no-repeat center center/auto;
  }
  .tit_02 {
    font-size: 3rem;
    padding: 0;
    margin: 0 auto 4rem;
  }
  .tit_02::after {
    margin: 2.4rem auto 0;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 1rem 2.2rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_05 {
    font-size: 2.2rem;
  }
  .tit_05::before {
    width: 2rem;
    height: 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_main);
  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: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  color: var(--clr_sub22);
  border: 0.1rem var(--clr_sub22) solid;
  border-radius: 3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
.cssTel::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 70%;
  line-height: 1;
}
.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%;
}

.box_pink, .box_orange {
  padding: 1rem;
  background: var(--clr_sub25);
  border-radius: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .box_pink, .box_orange {
    padding: 3rem;
    border-radius: 1rem;
  }
}

.box_orange {
  background: var(--clr_sub02);
}

.btn_detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 2rem;
  padding: 0.4rem 2rem;
  background: var(--clr_main);
  color: #fff;
  text-decoration: none !important;
  border: 1px solid var(--clr_main);
}
.btn_detail::after {
  font-family: "fontello";
  content: "\32";
}
@media screen and (min-width: 48em), print {
  .btn_detail:is(:hover, :focus-visible) {
    opacity: 1;
    background: #fff;
    color: var(--clr_main);
  }
}

.btn_rsv, .btn_access, .btn_monshin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  color: #fff;
  border-radius: 3rem;
  background: var(--clr_sub29);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.btn_rsv::before, .btn_access::before, .btn_monshin::before {
  font-family: "fontello";
  content: "\e80e";
}

.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_main);
  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: #333;
  --clr_main: #EBA6BE;
  --clr_sub01: #FFC37B;
  --clr_sub02: #F6EEE4;
  --clr_sub03: #F7DCE6;
  --clr_sub04: #F5F4F2;
  --clr_sub05: #CDC7C0;
  --clr_sub06: #00B900;
  --clr_sub07: #D97699;
  --clr_sub08: #DCDCDC;
  --clr_sub09: #F0BFD0;
  --clr_sub10: #D3C7B8;
  --clr_sub11: #FEEBE9;
  --clr_sub12: #FDEBEA;
  --clr_sub13: #FAE3E6;
  --clr_sub14: #FBE7EA;
  --clr_sub15: #FDF1F2;
  --clr_sub16: #FDEDEE;
  --clr_sub17: #F9DEE2;
  --clr_sub18: #FFEFE8;
  --clr_sub19: #85807F;
  --clr_sub20: #E8C9A4;
  --clr_sub21: #AA9984;
  --clr_sub22: #D96D93;
  --clr_sub23: #DAEDFC;
  --clr_sub24: #F3E7D9;
  --clr_sub25: #FCF3F6;
  --clr_sub26: #333333;
  --clr_sub27: #DDBA8F;
  --clr_sub28: #796A56;
  --clr_sub29: #7A6A56;
}

body {
  background: #fff;
  color: var(--clr_txt);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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.8;
  text-align: justify;
}
.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(1100px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1100px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 7rem;
  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 {
  margin: 6.6rem 0 0;
}
.header > .wrap .headR p {
  text-align: center;
  margin: 0;
}
.header > .wrap .headR ul {
  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;
  gap: 0 1.6rem;
}
.header > .wrap .headR ul li {
  font-size: 1.2rem;
}
.header > .wrap .headR ul li.acs {
  color: var(--clr_sub29);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.header > .wrap .headR ul li.acs::before {
  font-family: "fontello";
  content: "\e809";
}
.header > .wrap .headR ul li .cssTel {
  padding: 0 1rem;
}

@media screen and (min-width: 48em), print {
  .header {
    border-bottom: 0.1rem var(--clr_sub08) solid;
  }
  .header > .wrap {
    padding: 1rem 0 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;
  }
  .header > .wrap .logo {
    width: 41.2rem;
    height: 9.4rem;
    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;
  }
  .header > .wrap .headR p {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
    text-align: right;
  }
  .header > .wrap .headR p br {
    display: none;
  }
  .header > .wrap .headR ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 2rem;
  }
  .header > .wrap .headR ul li.acs span {
    font-size: 2.6rem;
  }
  .header > .wrap .headR ul li.acs::before {
    margin: 0 0.7rem 0 0;
  }
  .header > .wrap .headR ul li .cssTel {
    width: 28.1rem;
    height: 5rem;
    font-size: 3rem;
    margin: 0 2rem 0 1rem;
    padding: 0;
  }
}
.fixed_nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_nav {
    display: block;
    position: fixed;
    top: 27vh;
    right: 0;
    z-index: 9999999;
  }
  .fixed_nav li {
    display: block;
    background: var(--clr_sub29);
    color: #fff;
    width: 7.1rem;
    line-height: 1;
    margin: 0;
    border-radius: 1rem 0 0 1rem;
    border: 0.1rem var(--clr_sub20) solid;
    text-align: center;
    font-size: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    text-align: left;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .fixed_nav li a {
    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;
  }
  .fixed_nav li span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: inline-block;
    padding: 2.3rem 0;
    letter-spacing: 0.1rem;
  }
  .fixed_nav li span::before {
    font-family: "fontello";
    content: "\e80e";
    margin: 0 0 0.4rem;
  }
  .fixed_nav li:nth-child(2) {
    background: var(--clr_sub21);
  }
  .fixed_nav li:nth-child(2) span::before {
    font-family: "fontello";
    content: "\e80f";
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_sub07);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.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: "\e802";
  font-size: 3rem;
  margin: 0;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  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;
  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 dotted var(--clr_sub08);
}
#nav .gnav_subnav .gnav > li a span, #nav .gnav_subnav .gnav > li .sub span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#nav .gnav_subnav .gnav > li a span::before, #nav .gnav_subnav .gnav > li .sub span::before {
  /*
         content: "";
         width: .6em;
         height: .2rem;
  */
}
#nav .gnav_subnav .gnav > li a.current span, #nav .gnav_subnav .gnav > li .sub.current span {
  color: #fff;
  background: var(--clr_sub27);
  border-radius: 0.6rem;
}
#nav .gnav_subnav .gnav > li .sub {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .sub span::after {
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_sub01);
  font-size: 1.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}
#nav .gnav_subnav .gnav > li .sub.close span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_sub08);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
  display: block;
  padding: 1rem 1rem 1rem 4rem;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub.current {
  color: #fff;
  background: var(--clr_sub27);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li.menu .child_sub span::after {
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_sub27);
  font-size: 80%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin: 0 0 0 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li.menu ul {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li.active .child_sub span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li .child_subnav {
  background: var(--clr_sub02);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_sub01);
  background: rgba(var(--clr_sub01), 0.1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e970";
  font-size: 80%;
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    -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);
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #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: 1100px;
    margin: auto;
    padding: 1.15rem 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;
    border: none;
    gap: 0 0.5rem;
  }
  #nav .gnav_subnav .gnav > li {
    width: 100%;
    text-align: center;
    position: relative;
  }
  #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: 100%;
    height: 3.6rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li .sub span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    padding: 0.8rem 0;
    line-height: 1;
    white-space: nowrap;
  }
  #nav .gnav_subnav .gnav > li > a span::before, #nav .gnav_subnav .gnav > li .sub span::before {
    /*
            display: inline-block;
            width: calc(100% + 2.0em);
            margin: auto;
            position: absolute;
            bottom: -.4rem;
            transition: .2s;
    */
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current) span, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) span {
    color: #fff;
    padding: 0.8rem;
    width: inherit;
    background: var(--clr_sub27);
    border-radius: 0.6rem;
  }
  #nav .gnav_subnav .gnav > li .sub span::before {
    display: none;
  }
  #nav .gnav_subnav .gnav > li .sub span::after {
    margin: 0 0 0 0.52rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 20rem;
    position: absolute;
    top: 4.7rem;
    left: 0;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    border: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:first-child a, #nav .gnav_subnav .gnav > li .subbox > .subnav li:first-child .child_sub {
    border-top: 1px solid var(--clr_sub08);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
    width: 20rem;
    background: #fff;
    font-size: 2rem;
    padding: 0.9rem 1rem 0.9rem 2.6rem;
    border-bottom: 1px solid var(--clr_sub08);
    border-right: 1px solid var(--clr_sub08);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
    color: #fff;
    background: var(--clr_sub27);
    border: 1px solid transparent;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) span::after, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub:is(:hover, :focus-visible, .current) span::after {
    color: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.menu {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.menu .child_sub span::after {
    margin: 0 0 0 4rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.menu ul {
    position: absolute;
    top: 0;
    left: 20rem;
    width: 21.5rem;
    height: 100vh;
    overflow: auto;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.menu ul a {
    width: 100%;
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li.menu ul a:is(:hover, :focus-visible, .current) {
    background: var(--clr_sub29);
    border: 1px solid transparent;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_subnav {
    background: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.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;
}
.overview > .wrap .buttons {
  margin: 0 auto 3rem;
  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: 1rem;
}
.overview > .wrap .buttons .cssTel {
  width: 25rem;
  font-size: 1.8rem;
  gap: 0 0.5rem;
}
.overview > .wrap .buttons .btn_rsv, .overview > .wrap .buttons .btn_monshin {
  width: 13.8rem;
  font-size: 1.8rem;
  gap: 0 0.5rem;
}
.overview > .wrap .overviewL .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 25%;
  color: var(--clr_sub29);
  font-weight: bold;
  line-height: 1;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 75%;
  line-height: 1.5;
}
.overview > .wrap .overviewL img {
  margin: 2rem auto 0;
  height: 20rem;
  width: 100%;
}
.overview > .wrap .overviewR {
  margin: 3rem 0 0 0;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 0;
}
.overview > .wrap .overviewR .gmap {
  margin: 2rem 0 0 0;
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 44rem;
  }
  .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;
  }
  .overview > .wrap .buttons {
    margin: 0 auto 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2rem;
  }
  .overview > .wrap .buttons li {
    width: 28rem;
    height: 6rem;
  }
  .overview > .wrap .buttons li .cssTel {
    width: 100%;
    height: 100%;
    font-size: 2.9rem;
    gap: 0 0.9rem;
  }
  .overview > .wrap .buttons li .cssTel::before {
    font-size: 90%;
  }
  .overview > .wrap .buttons li .btn_rsv, .overview > .wrap .buttons li .btn_monshin {
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    gap: 0 0.9rem;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 53rem;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd {
    margin: 0 0 1.9rem;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 10rem;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 43rem;
  }
  .overview > .wrap .overviewL img {
    margin: 6rem 0 0 0;
    height: 36rem;
    width: 100%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    margin: 5.6rem 0 0 0;
    height: 36rem;
  }
}
#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;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#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%;
  text-align: center;
}
#tel_up ul li.telno {
  width: 33%;
}
#tel_up ul li.telno a {
  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;
  gap: 0 0.4rem;
  height: 100%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#tel_up ul li.telno a::before {
  content: "TEL";
  font-size: 100%;
  margin: 0.2rem 0 0;
}
#tel_up ul li.telno a span {
  display: none;
}
#tel_up ul li:nth-child(2), #tel_up ul li:nth-child(3) {
  width: 33%;
}
#tel_up ul li:nth-child(2) .btn_rsv, #tel_up ul li:nth-child(2) .btn_access, #tel_up ul li:nth-child(3) .btn_rsv, #tel_up ul li:nth-child(3) .btn_access {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
#tel_up ul li:nth-child(2) .btn_rsv::before, #tel_up ul li:nth-child(2) .btn_access::before, #tel_up ul li:nth-child(3) .btn_rsv::before, #tel_up ul li:nth-child(3) .btn_access::before {
  font-size: 120%;
  display: none;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  color: var(--clr_sub29);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e8a3";
}
#tel_up #pageup .clip {
  display: none;
  font-size: 1.8rem;
  color: var(--clr_sub29);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5.2rem;
    height: 8.9rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 5.2rem;
    padding: 0;
    right: 10vh;
  }
  #tel_up #pageup::before {
    content: "";
    background: url("../img/icon_top.svg") no-repeat left center/contain;
    width: 5.2rem;
    height: 4.8rem;
  }
  #tel_up #pageup::after {
    font-family: "fontello";
    content: "\e8a3";
    position: absolute;
    top: -0.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #tel_up #pageup .clip {
    display: block;
    font-size: 1.8rem;
  }
  #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_main);
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4.6rem 0 0;
    background: var(--clr_main);
  }
  .footer .copy {
    margin: 0;
    font-size: 1.8rem;
    padding: 2.65rem 0 3.6rem;
  }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    gap: 1.6rem 2rem;
    letter-spacing: 0.1em;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.submenu {
    margin: 1.6rem auto 0;
    padding: 0 9.5rem 3.35rem;
    border-bottom: 0.1rem #fff solid;
  }
  .footer ul.submenu li.ft_none {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin: 0 0 3rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 23rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -2.4rem 1rem 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap {
  position: absolute;
  top: 7.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
.keyvsl > .wrap .catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
  color: var(--clr_sub29);
  padding: 7rem 0 0 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  background: url("../img/bg_rabbit.png") no-repeat center top/50%;
}
.keyvsl > .wrap .open, .keyvsl > .wrap .event {
  width: 90%;
  height: 4rem;
  color: #fff;
  background: var(--clr_main);
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  margin: 1.6rem auto 0;
  border-radius: 1rem;
  display: grid;
  place-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.keyvsl > .wrap .open p, .keyvsl > .wrap .event p {
  white-space: nowrap;
  margin: 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;
}
.keyvsl > .wrap .open p span, .keyvsl > .wrap .event p span {
  font-weight: 700;
}
.keyvsl > .wrap .open p::before, .keyvsl > .wrap .event p::before, .keyvsl > .wrap .open p::after, .keyvsl > .wrap .event p::after {
  display: inline-block;
  content: "";
}
.keyvsl > .wrap .open p::before, .keyvsl > .wrap .event p::before {
  background: url("../img/deco_open01.png") no-repeat center center/contain;
  width: 3.8rem;
  height: 2.7rem;
  margin: 2rem 1rem 0 0;
}
.keyvsl > .wrap .open p::after, .keyvsl > .wrap .event p::after {
  background: url("../img/deco_open02.png") no-repeat center center/contain;
  width: 4rem;
  height: 2.7rem;
  margin: 0 0 2rem 1rem;
}
.keyvsl > .wrap .event {
  background: #fff;
  color: var(--clr_sub29);
  border: 0.1rem var(--clr_sub29) solid;
}
.keyvsl > .wrap .event p::before, .keyvsl > .wrap .event p::after {
  display: none;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
  }
  .keyvsl #keyvsl {
    height: 76rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 76rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    width: 65rem;
    margin: 2rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    top: 14.9rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.2rem;
    margin: 0 0 2rem;
    padding: 17rem 0 0 0;
    background: url("../img/bg_rabbit.png") no-repeat center top/auto;
  }
  .keyvsl > .wrap .open, .keyvsl > .wrap .event {
    width: 56.5rem;
    height: 5.1rem;
    font-size: 2.6rem;
    padding: 0;
    margin: 0.8rem auto 0;
  }
  .keyvsl > .wrap .open p::before, .keyvsl > .wrap .event p::before, .keyvsl > .wrap .open p::after, .keyvsl > .wrap .event p::after {
    height: 5.4rem;
  }
  .keyvsl > .wrap .open p::before, .keyvsl > .wrap .event p::before {
    width: 7.6rem;
    margin: 0.8rem 2.68rem 0 0;
  }
  .keyvsl > .wrap .open p::after, .keyvsl > .wrap .event p::after {
    width: 8rem;
    margin: 0 0 1.3rem 1.82rem;
  }
  .keyvsl > .wrap .event {
    border: none;
  }
}
body.index .main .tit_02 span::before {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  content: attr(data-txt);
  color: var(--clr_main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 50%;
  font-weight: normal;
  margin: 0 0 0.5rem;
}
body.index .main .tit_02::before {
  display: block;
  content: "";
  background: url("../img/icon08.svg") no-repeat center center/contain;
  margin: 0 auto;
  width: 4.2rem;
  height: 4.4rem;
}
body.index .main .tit_02::after {
  display: none;
}

.info {
  margin: 0;
  padding: 2rem 1rem 0;
}
.info .inner dl {
  padding: 2rem 0 1rem;
  border-top: 1px solid var(--clr_main);
  border-bottom: 1px solid var(--clr_main);
  word-break: break-all;
}
.info .inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 0 0 0.6rem;
  font-size: 105%;
  color: var(--clr_sub29);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}
.info .inner dl dt::before {
  font-size: 90%;
  color: #9C9C9C;
  font-family: "fontello";
  content: "\e80c";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--clr_main);
}
.info .inner dl dt.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.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_main);
}
.info .inner dl dd {
  font-size: 95%;
  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 {
    width: 1100px;
    margin: 6rem auto 10rem;
  }
  .info .inner {
    width: 90.5rem;
    margin: 0 auto;
  }
  .info .inner dl {
    padding: 3rem 0;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .inner dl dt {
    margin: 0 0 1rem;
    font-size: 2.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: 3rem 0 0.8rem;
    padding: 3rem 0 0;
  }
  .info .inner dl dt:hover::before {
    color: var(--clr_sub07);
  }
  .info .inner dl dd {
    margin: 0;
    padding: 0 0 0 3.6rem;
    font-size: 1.8rem;
  }
}
.top_info {
  background: var(--clr_sub25);
  padding: 3rem 0;
}
.top_info .inner .cont_l {
  position: relative;
  padding: 0 1rem 2rem 1rem;
}
.top_info .inner .cont_l .tit {
  margin: 0;
  color: #C8DCEF;
  font-weight: 600;
  opacity: 0.35;
  position: absolute;
  top: -6.4rem;
  left: 0;
  line-height: 1;
  font-size: 5rem;
}
.top_info .inner .cont_l .ui-tabs .ui-tabs-nav {
  margin: 0;
}
.top_info .inner .cont_l .ui-tabs .ui-tabs-nav li {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  border-radius: 0.8rem 0.8rem 0 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;
}
.top_info .inner .cont_l .ui-state-active,
.top_info .inner .cont_l .ui-widget-content .ui-state-active,
.top_info .inner .cont_l .ui-widget-header .ui-state-active,
.top_info .inner .cont_l a.ui-button:active,
.top_info .inner .cont_l .ui-button:active,
.top_info .inner .cont_l .ui-button.ui-state-active:hover {
  background: var(--clr_sub29);
}
.top_info .inner .cont_l table.caledit {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.top_info .inner .cont_l table.caledit tr th {
  border: 0;
  color: var(--clr_txt);
  background: #fff;
  font-size: 1.6rem;
  padding: 0.6rem 0;
}
.top_info .inner .cont_l table.caledit tr.month {
  display: none;
}
.top_info .inner .cont_l table.caledit tr.week th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.8rem 0;
  border-top: 0.1rem var(--clr_sub29) solid;
  border-bottom: 0.1rem var(--clr_sub29) solid;
}
.top_info .inner .cont_l table.caledit tr td {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: var(--clr_txt);
  background: var(--clr_sub25);
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  border-top: 0.1rem #fff solid;
  border-right: 0.1rem #fff solid;
  border-bottom: 0.1rem #fff solid;
  height: auto;
  font-size: 1.3rem;
  padding: 0.6rem 0;
}
.top_info .inner .cont_l table.caledit tr td:first-of-type {
  border-left: 0.1rem #fff solid;
}
.top_info .inner .cont_l table.caledit tr td.notTheMonth {
  color: var(--clr_sub08);
  background: #fff !important;
}
.top_info .inner .cont_l table.caledit tr td.outPatient {
  background: var(--clr_sub09);
}
.top_info .inner .cont_l table.caledit tr td.extraOutPatient {
  background: var(--clr_sub20);
}
.top_info .inner .cont_l table.caledit tr td.amOnly {
  background: var(--clr_sub10);
}
.top_info .inner .cont_l table.caledit tr td.pmOnly {
  background: var(--clr_sub01);
}
.top_info .inner .cont_l table.caledit tr td .shortTitle {
  display: none;
}
.top_info .inner .cont_l table.caledit tr:first-of-type td {
  border-top: 0.1rem var(--clr_sub03) solid;
}
.top_info .inner .cont_l .calendar-cellcolor {
  margin: 0.4rem 0 0 0;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.top_info .inner .cont_l .calendar-cellcolor li {
  margin: 0 1rem 0 0;
}
.top_info .inner .cont_l .calendar-cellcolor li::before {
  content: "";
  display: inline-block;
  margin: 0 0.4rem 0 0;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--clr_sub09);
  vertical-align: middle;
}
.top_info .inner .cont_l .calendar-cellcolor li:nth-child(2)::before {
  background: var(--clr_sub10);
}
.top_info .inner .cont_l .calendar-cellcolor li:nth-child(3)::before {
  background: var(--clr_sub20);
}
.top_info .inner .cont_l p.rsv {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: var(--clr_sub22);
  margin: 2rem 0 0 0;
}
.top_info .inner .cont_l .btn_rsv {
  width: 80%;
  height: 4rem;
  margin: 1rem auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.top_info .inner .cont_l .btn_rsv::before {
  font-size: 2rem;
  margin: 0.6rem 1.7rem 0 0;
  font-weight: 500;
}
.top_info .inner .cont_r .top_timetable {
  padding: 2rem 1rem 1rem 1rem;
}
.top_info .inner .cont_r .top_timetable .tbl_time {
  width: 100%;
}
.top_info .inner .cont_r .top_map {
  padding: 2rem 1rem 0;
}
.top_info .inner .cont_r .top_map .bg_map {
  height: 100%;
  padding: 0 0 1rem;
}
.top_info .inner .cont_r .top_map .bg_map a.maplink {
  text-decoration: none;
  text-align: center;
  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-radius: 3rem;
  font-size: 1.3rem;
  width: 80%;
  height: 3rem;
  margin: 0.8rem auto 0;
  color: #fff;
  background: var(--clr_main);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.top_info .inner .cont_r .top_map .bg_map a.maplink::before {
  font-family: "fontello";
  content: "\e809";
  margin: 0 0 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .top_info {
    overflow: hidden;
    padding: 6rem 0 8.7rem;
  }
  .top_info .inner {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_info .inner .cont_l {
    width: 47rem;
    padding: 0;
  }
  .top_info .inner .cont_l .ui-tabs .ui-tabs-nav {
    margin: 0;
  }
  .top_info .inner .cont_l .ui-tabs .ui-tabs-nav li {
    border-radius: 1.6rem 1.6rem 0 0;
    font-size: 2.4rem;
    width: 16rem;
    height: 5.55rem;
  }
  .top_info .inner .cont_l table.caledit {
    width: 100%;
    margin: 0;
  }
  .top_info .inner .cont_l table.caledit tr.week th {
    font-size: 1.8rem;
    padding: 0.88remrem 0;
  }
  .top_info .inner .cont_l table.caledit tr td {
    font-size: 2rem;
    padding: 0.5rem 0;
  }
  .top_info .inner .cont_l .calendar-cellcolor {
    margin: 1.73rem 0 0 0;
    font-size: 1.8rem;
  }
  .top_info .inner .cont_l .calendar-cellcolor li {
    margin: 0 2rem 0 0;
  }
  .top_info .inner .cont_l .calendar-cellcolor li::before {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 1rem 0 0;
    vertical-align: -0.5rem;
  }
  .top_info .inner .cont_l p.rsv {
    font-size: 2rem;
    margin: 6rem 0 0 0;
  }
  .top_info .inner .cont_l .btn_rsv {
    width: 40.2rem;
    height: 8rem;
    margin: 1rem auto 0;
    font-size: 2.4rem;
    border-radius: 4rem;
    padding: 1.2rem 0 0 0;
  }
  .top_info .inner .cont_r .top_timetable {
    padding: 0;
  }
  .top_info .inner .cont_r .top_timetable .tbl_time {
    width: 57rem;
  }
  .top_info .inner .cont_r .top_timetable .tbl_time tr td {
    width: 7rem;
  }
  .top_info .inner .cont_r .top_map {
    padding: 0;
    margin: 6.2rem 0 0 auto;
  }
  .top_info .inner .cont_r .top_map .bg_map {
    padding: 0;
  }
  .top_info .inner .cont_r .top_map .bg_map a.maplink {
    font-size: 1.8rem;
    margin: 2rem auto 0;
    width: 28rem;
    height: 6rem;
  }
  .top_info .inner .cont_r .top_map .bg_map a.maplink:hover {
    opacity: 0.8;
  }
}
.feature {
  counter-reset: number 0;
}
.feature > div {
  margin: 0 1.6rem 3rem;
}
.feature > div figure {
  position: relative;
  counter-increment: number 1;
  margin: 0 0 1rem;
}
.feature > div figure img {
  margin: 0 auto;
}
.feature > div figure::after {
  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_sub22);
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/bg_number.png") no-repeat center center/contain;
  font-size: 4.2rem;
  width: 12.15rem;
  height: 8.1rem;
}
.feature > div section .tit {
  font-size: 2rem;
  padding: 0;
  color: var(--clr_sub22);
  display: table;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.feature > div section .tit span {
  line-height: 1.4;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F3E7D9));
  background: linear-gradient(transparent 70%, #F3E7D9 70%);
}
.feature > div section a {
  color: var(--clr_main);
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-top: 6rem !important;
    overflow: hidden;
    padding: 0 0 13.5rem;
  }
  .feature > div {
    width: 99.3rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .feature > div::before, .feature > div::after {
    position: absolute;
  }
  .feature > div:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature > div figure {
    margin: 0;
  }
  .feature > div figure::after {
    font-size: 8.4rem;
    width: 24.3rem;
    height: 16.2rem;
  }
  .feature > div section {
    width: 56rem;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .feature > div section .tit span {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .feature > div section p {
    letter-spacing: 0.05em;
  }
  .feature > div.box01::before {
    content: url("../img/deco_feature01.svg");
    top: -7.39rem;
    left: -15.59rem;
  }
  .feature > div.box02::after {
    content: url("../img/deco_feature02.svg");
    top: -6rem;
    right: -28.1rem;
  }
  .feature > div.box03::before {
    content: url("../img/deco_feature03.svg");
    top: 10.7rem;
    left: -42.62rem;
  }
  .feature > div.box04::after {
    content: url("../img/deco_feature04.svg");
    top: 24.4rem;
    right: -37.05rem;
  }
  .feature > div.box05::before {
    content: url("../img/deco_feature05.svg");
    top: 38.3rem;
    left: -24.65rem;
  }
}
.tre {
  background: var(--clr_sub25);
  padding: 3rem 1rem;
  /** 主な対象の疾患 **/
}
.tre ul {
  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;
  gap: 5rem 0;
}
.tre ul li {
  text-align: center;
}
.tre ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: var(--clr_txt);
  text-decoration: none !important;
  position: relative;
  width: 14.2rem;
  height: 14.2rem;
  font-size: 1.6rem;
}
.tre ul li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 7.7rem;
  width: 7.7rem;
}
.tre ul li a span {
  margin: 17.5rem 0 0 0;
}
.tre ul li a span::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e80d";
  color: var(--clr_sub22);
  font-size: 60%;
  vertical-align: text-bottom;
}
.tre ul li.dermatology a::before {
  background: url("../img/ico_dermatology.svg") no-repeat center center/contain;
}
.tre ul li.pediatric_dermatology a::before {
  background: url("../img/ico_pediatric_dermatology.svg") no-repeat center center/contain;
}
.tre ul li.allergy a::before {
  background: url("../img/ico_allergy.svg") no-repeat center center/contain;
}
.tre ul li.private a::before {
  background: url("../img/ico_private.svg") no-repeat center center/contain;
}
.tre ul li.vaccination a::before {
  background: url("../img/ico_vaccination.svg") no-repeat center center/contain;
}
.tre h3 {
  color: var(--clr_sub29);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  border-top: 0.2rem var(--clr_sub20) dashed;
  border-bottom: 0.2rem var(--clr_sub20) dashed;
  font-size: 1.8rem;
  margin: 7rem auto 3rem;
}
.tre h3::before, .tre h3::after {
  color: var(--clr_sub27);
}
.tre h3::before {
  font-family: "fontello";
  content: "\e813";
  margin: 0 1rem 0 0;
}
.tre h3::after {
  font-family: "fontello";
  content: "\e814";
  margin: 0 0 0 1rem;
}
.tre .inner {
  background: url("../img/img_family.png") no-repeat right 4rem bottom/25%;
}
.tre .inner .symptoms {
  gap: 2rem 0;
}
.tre .inner .symptoms li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: var(--clr_txt);
  background: var(--clr_main);
  border-radius: 4rem;
  position: relative;
  font-size: 1.5rem;
  width: 14.5rem;
  height: 6rem;
}
.tre .inner .symptoms li a::after {
  display: block;
  content: url("../img/triangle.png");
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .tre {
    margin-top: 0 !important;
    padding: 6rem 0;
    /** 主な対象の疾患 **/
  }
  .tre ul {
    width: 102rem;
    margin: 0 auto;
    gap: 0;
  }
  .tre ul li a {
    width: 17.6rem;
    height: 17.6rem;
    font-size: 2.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .tre ul li a::before {
    width: 100%;
  }
  .tre ul li a span {
    margin: 22rem 0 0 0;
  }
  .tre ul li a span::after {
    margin: 0 0 0 0.6rem;
  }
  .tre ul li a:hover {
    -webkit-animation: pulsation 0.7s alternate infinite;
            animation: pulsation 0.7s alternate infinite;
  }
  @-webkit-keyframes pulsation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  @keyframes pulsation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  .tre ul li.dermatology a::before {
    height: 7.7rem;
  }
  .tre ul li.pediatric_dermatology a::before {
    height: 8.1rem;
  }
  .tre ul li.allergy a::before {
    height: 8.1rem;
  }
  .tre ul li.private a::before {
    height: 6.8rem;
  }
  .tre ul li.vaccination a::before {
    height: 8.3rem;
  }
  .tre h3 {
    font-size: 2.6rem;
    margin: 11.5rem auto 4rem;
    width: 1100px;
  }
  .tre h3::before {
    margin: 0 1.6rem 0 0;
  }
  .tre h3::after {
    margin: 0 0 0 1.6rem;
  }
  .tre .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 3rem 7.7rem 3rem;
    background: url("../img/img_family.png") no-repeat center bottom/auto;
  }
  .tre .inner .symptoms {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
    gap: 5.29rem 4rem;
  }
  .tre .inner .symptoms li:first-child {
    display: none;
  }
  .tre .inner .symptoms li a {
    font-size: 2rem;
    width: 23rem;
    height: 8rem;
  }
  .tre .inner .symptoms li a::after {
    bottom: -2.5rem;
  }
  .tre .inner .symptoms li a:hover {
    -webkit-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem);
    -webkit-animation: none;
            animation: none;
  }
  .tre .inner .symptoms li.ls2 {
    margin: 0 38.95rem 0 0;
  }
  .tre .inner .symptoms li.ls4 {
    margin: 0 54rem 0 0;
  }
}
@-webkit-keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
@keyframes Slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
.loopslider {
  overflow-x: hidden;
  padding: 2rem 0 3rem;
  background: var(--clr_sub24);
}
.loopslider h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  text-align: center;
  color: var(--clr_sub29);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 2rem;
}
.loopslider h3::after {
  font-family: "fontello";
  content: "\e815";
  font-weight: 500;
  font-size: 150%;
  margin: 0 0 0 0.4rem;
}
.loopslider_slides {
  display: block;
  width: 200%;
  height: 40vw;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/index_loopslider.webp");
  background-size: auto 40vw;
  -webkit-animation: Slider 80s linear infinite both;
          animation: Slider 80s linear infinite both;
}
.loopslider_slides span {
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    padding: 5.4rem 0 6rem;
  }
  .loopslider h3 {
    font-size: 2.6rem;
    margin: 0 0 3.4rem;
  }
  .loopslider h3::after {
    margin: 0 0 0 0.79rem;
  }
  .loopslider_slides {
    height: 23rem;
    background-size: auto;
  }
}
body:not(.index) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main .btn_rsv {
  width: 60%;
  height: 3.5rem;
  margin: 0 auto;
}
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
  border-radius: 2rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 9.45rem auto 8rem;
    font-size: 1.8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .main .btn_rsv {
    width: 20rem;
    height: 4.5rem;
    margin: 2rem 0 0 0;
  }
}

.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;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  color: var(--clr_main);
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1100px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dr_name {
  text-align: right;
}
.dr_name span {
  font-size: 120%;
}

.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_main);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_main);
}

@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);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow li {
  margin: 0;
  padding: 1.6rem;
  border: 2px solid #E5E5E5;
  border-radius: 0.6rem;
  position: relative;
}
.lst_flow li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  border: 5rem solid transparent;
  border-top: 3rem solid #C3C1EE;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow li {
    padding: 3rem;
    border: 4px solid #E5E5E5;
    border-radius: 1rem;
  }
  .lst_flow li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow li:not(:last-child)::after {
    bottom: -12rem;
  }
}
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;
  }
}

.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: var(--clr_main);
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  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%;
}/*# sourceMappingURL=style.css.map */