@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*=blog],
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%;
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, var(--clr_sub16)));
  background: linear-gradient(transparent 55%, var(--clr_sub16) 55%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.img_c {
  margin: 1rem auto;
}

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

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

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

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

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

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

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

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

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

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

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

.mg0 {
  margin: 0 !important;
}

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

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

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

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

@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 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=cap] {
  background: var(--clr_main);
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  text-align: center;
  border-bottom: 0.1rem #fff solid;
}
.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%;
}
.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=cap] {
    font-size: 2.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col] {
    padding: 1.2rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr th[scope=col]:last-child {
    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;
  }
}
.tbl_doctor tr th[scope=cap] {
  background: var(--clr_sub01);
  border-radius: 1rem 1rem 0 0;
}
.tbl_doctor tr th[scope=col] {
  background: var(--clr_sub01);
}
.tbl_doctor tr th[scope=row] {
  border-bottom: 1px solid var(--clr_sub01);
}
.tbl_doctor tr td {
  border-bottom: 1px solid var(--clr_sub01);
  line-height: 1.5;
  color: var(--clr_sub01);
  font-size: 1rem;
}

@media screen and (min-width: 48em), print {
  .tbl_doctor tr td {
    font-size: 2.4rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  min-height: 10rem;
  background: var(--clr_sub04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tit_01 span {
  padding: 1rem;
  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);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.tit_01 span::before, .tit_01 span::after {
  display: block;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tit_01 span::before {
  background-image: url("../img/illust_bird.png");
  left: 0;
}
.tit_01 span::after {
  background-image: url("../img/illust_tree.png");
  right: 0;
}

.tit_02 {
  display: block;
  gap: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin: 0 auto 2rem;
  line-height: 1;
  font-weight: 500;
}
.tit_02 span {
  max-width: 75%;
}
.tit_02 span::after {
  display: block;
  margin: 1rem auto 0;
  content: "";
  background: var(--clr_main);
  width: 3rem;
  height: 0.2rem;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  background: var(--clr_main);
  color: #fff;
  padding: 0.4rem 4rem 0.4rem 1rem;
  margin: 0 0 1rem;
  border-radius: 0.8rem;
  font-weight: 500;
  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;
  gap: 0 0.8rem;
}
.tit_03::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_h3.png") no-repeat center center/contain;
  width: 0.2rem;
  height: 2rem;
}

.tit_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--clr_main);
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0 0 0.6rem 0.6rem;
  font-weight: 500;
  border-bottom: solid 1px var(--clr_sub12);
  border-left: solid 0.2rem var(--clr_main);
}

.tit_05 {
  color: var(--clr_main);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0.4rem;
  border-bottom: 2px var(--clr_main) dotted;
}

.tit_06 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
.tit_06::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_h6.png") no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem 0 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 0;
    display: block;
  }
  .tit_01 span {
    height: 26rem;
    font-size: 4.8rem;
    width: 1200px;
    margin: 0 auto;
  }
  .tit_01 span::before {
    width: 18rem;
    height: 14.2rem;
    top: 2rem;
  }
  .tit_01 span::after {
    width: 26rem;
    height: 9.6rem;
    bottom: -1rem;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 0 auto 4rem;
  }
  .tit_02 span {
    max-width: inherit;
  }
  .tit_02 span::after {
    margin: 2rem auto 0;
    width: 6rem;
    height: 0.4rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 0 0 2rem;
    padding: 0.9rem 1.2rem;
    border-radius: 1rem;
    gap: 0 1.2rem;
  }
  .tit_03::before {
    width: 0.4rem;
    height: 4rem;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem 1.2rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 0 0.2rem;
  }
  .tit_06 {
    font-size: 1.8rem;
  }
  .tit_06::before {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.6rem 0 0;
  }
}
.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_sub02);
  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-weight: 500;
}
.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 {
  font-family: "fontello";
  content: "\e80b";
  font-size: 80%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .cssTel {
    gap: 0 1rem;
  }
  .cssTel::before {
    font-family: "fontello";
    content: "\e80b";
    font-size: 80%;
    line-height: 1;
  }
}

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

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

.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: -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_sub23);
}
.btn_rsv::before, .btn_access::before, .btn_monshin::before {
  font-family: "fontello";
  content: "\e801";
}
@media screen and (min-width: 48em), print {
  .btn_rsv, .btn_access, .btn_monshin {
    gap: 0 1rem;
  }
}

.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: #111;
  --clr_main: #1E6531;
  --clr_sub01: #57882B;
  --clr_sub02: #7EA789;
  --clr_sub03: #BED3C4;
  --clr_sub04: #DEE9E1;
  --clr_sub05: #F5F8F6;
  --clr_sub06: #98A959;
  --clr_sub07: #9FBB85;
  --clr_sub08: #CFDDC2;
  --clr_sub09: #E3EBDC;
  --clr_sub10: #F1F5ED;
  --clr_sub11: #777;
  --clr_sub12: #CCC;
  --clr_sub13: #F5F5F5;
  --clr_sub14: #FFB120;
  --clr_sub15: #FFE100;
  --clr_sub16: #FBF160;
  --clr_sub18: #F6FDED;
  --clr_sub19: #715A44;
  --clr_sub20: #8B8077;
  --clr_sub21: #F6F5F2;
  --clr_sub22: #C63527;
  --clr_sub23: #F36900;
}

body {
  background: #fff;
  color: var(--clr_txt);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}
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(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: 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: 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 {
  margin: 5.7rem 0 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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 1.6rem;
}
.header > .wrap .headR ul li {
  font-size: 1.2rem;
}
.header > .wrap .headR ul li.add::before {
  font-family: "fontello";
  content: "\e805";
  color: var(--clr_main);
}
.header > .wrap .headR ul li .cssTel {
  display: none;
  border: 1px var(--clr_main) solid;
  border-radius: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 2rem 0 0 0;
    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: 38rem;
    height: 7.7rem;
    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 ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2rem;
  }
  .header > .wrap .headR ul li {
    font-size: 1.8rem;
    white-space: nowrap;
    display: block !important;
  }
  .header > .wrap .headR ul li.add {
    text-align: right;
  }
  .header > .wrap .headR ul li.add::before {
    margin: 0 0.5rem 0 0;
  }
  .header > .wrap .headR ul li .cssTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    width: 28rem;
    height: 6rem;
  }
}
.fixed_nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_nav {
    display: block;
    position: fixed;
    top: 22vh;
    right: 0;
    z-index: 9999999;
  }
  .fixed_nav li {
    display: block;
    padding: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
    border-radius: 2.2rem 0 0 2.2rem;
  }
  .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;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    width: 8rem;
    border-radius: 2.2rem 0 0 2.2rem;
    font-size: 2.4rem;
    padding: 3.3rem 0;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .fixed_nav li a.rsv {
    background: var(--clr_sub23);
    border: 1px #fff solid;
    color: #fff;
  }
  .fixed_nav li a.rsv::before {
    font-family: "fontello";
    content: "\e801";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin: 0 auto 1rem;
    width: 100%;
    font-size: 2.2rem;
  }
}
#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);
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  -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;
  line-height: 0.8;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  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_sub12) solid;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 0.4rem 1rem;
  margin: 0.4rem 0;
  font-size: 1.6rem;
}
#nav .gnav_subnav .gnav > li .sub {
  width: 100%;
}
#nav .gnav_subnav .gnav > li .sub span::after {
  font-family: "fontello";
  content: "\34";
  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:not(:last-child) {
  border-bottom: 1px #fff solid;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
  background: var(--clr_main);
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub.current {
  background: var(--clr_sub01);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span::before, #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub span::before {
  content: "-";
  margin: 0 1rem 0 0;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 70%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--clr_sub01);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem auto 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 7.6rem;
    text-align: center;
    position: relative;
    padding: 0;
    border-right: 1px var(--clr_sub12) solid;
  }
  #nav .gnav_subnav .gnav > li:first-child {
    border-left: 1px var(--clr_sub12) solid;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub {
    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;
    width: 15rem;
    padding: 0 0 1rem;
    margin: 0 auto;
    cursor: pointer;
    border-bottom: 0.2rem transparent solid;
  }
  #nav .gnav_subnav .gnav > li > a span, #nav .gnav_subnav .gnav > li .sub span {
    display: block;
    font-size: 1.8rem;
    padding: 0;
    line-height: 1;
    white-space: nowrap;
  }
  #nav .gnav_subnav .gnav > li > a span::before, #nav .gnav_subnav .gnav > li .sub span::before {
    display: block;
    content: "";
    margin: 0 auto 1rem;
    background-image: url("../img/icon_home.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 3.6rem;
    height: 3.6rem;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    border-bottom: 0.2rem var(--clr_sub14) solid;
  }
  #nav .gnav_subnav .gnav > li > a.aDoctor span::before, #nav .gnav_subnav .gnav > li .sub.aDoctor span::before {
    background-image: url("../img/icon_doctor.svg");
  }
  #nav .gnav_subnav .gnav > li > a.aTre span::before, #nav .gnav_subnav .gnav > li .sub.aTre span::before {
    background-image: url("../img/icon_treatment.svg");
  }
  #nav .gnav_subnav .gnav > li > a.aDay span::before, #nav .gnav_subnav .gnav > li .sub.aDay span::before {
    background-image: url("../img/icon_daysurgery.svg");
  }
  #nav .gnav_subnav .gnav > li > a.aAccess span::before, #nav .gnav_subnav .gnav > li .sub.aAccess span::before {
    background-image: url("../img/icon_access.svg");
  }
  #nav .gnav_subnav .gnav > li > a.aBlog span::before, #nav .gnav_subnav .gnav > li .sub.aBlog span::before {
    background-image: url("../img/icon_blog.svg");
  }
  #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: 9.5rem;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    border: none;
  }
  #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.2rem 1rem;
    border-bottom: 1px #fff solid;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .subbox > .subnav li .child_sub:is(:hover, :focus-visible) {
    background: var(--clr_sub01);
  }
  #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_sub04);
  position: relative;
  overflow-x: clip;
}
.overview::before {
  display: block;
  content: "";
  background: url("../img/illust_town.svg") repeat-x center bottom/contain;
  position: absolute;
  width: 100%;
  height: 3rem;
  top: -3rem;
}
.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 .overviewL .clinic_name, .overview > .wrap .overviewR .clinic_name {
  margin: 0 0 1rem;
}
.overview > .wrap .overviewL .clinic_name img, .overview > .wrap .overviewR .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;
  background: #fff;
}
.overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
  width: 25%;
  color: var(--clr_main);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.4rem 0 0 0.4rem;
  position: relative;
  padding: 1.5rem 0;
}
.overview > .wrap .overviewL .gaiyo dt::after, .overview > .wrap .overviewR .gaiyo dt::after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  background: #ccc;
  width: 1px;
  height: 55%;
}
.overview > .wrap .overviewL .gaiyo dt:nth-of-type(2)::after, .overview > .wrap .overviewR .gaiyo dt:nth-of-type(2)::after {
  height: 75%;
}
.overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
  width: 75%;
  line-height: 1.5;
  border-radius: 0 0.4rem 0.4rem 0;
  font-weight: 400;
  padding: 1.5rem 0 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dd .cssTel a, .overview > .wrap .overviewR .gaiyo dd .cssTel a {
  color: var(--clr_txt);
}
.overview > .wrap .overviewL .gaiyo dd .cssTel a::before, .overview > .wrap .overviewR .gaiyo dd .cssTel a::before {
  display: none;
}
.overview > .wrap .overviewR {
  margin: 1rem 0 0 0;
}
.overview > .wrap .overviewR .gmap {
  margin: 0;
  height: 100vw;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.overview > .wrap .overviewR .gmap iframe {
  border-radius: 1rem;
}
.overview > .wrap .tbl_time {
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 4rem 0 5.3rem;
    font-size: 1.8rem;
    margin: 6rem 0 0 0;
  }
  .overview::before {
    height: 6rem;
    top: -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: 5rem auto 0;
    gap: 6rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 57rem;
  }
  .overview > .wrap .overviewL .clinic_name, .overview > .wrap .overviewR .clinic_name {
    margin: 0 0 2.98rem;
    width: 38rem;
  }
  .overview > .wrap .overviewL .clinic_name img, .overview > .wrap .overviewR .clinic_name img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dt, .overview > .wrap .overviewR .gaiyo dd {
    margin: 0 0 0.6rem;
    padding: 1.5rem 0;
    height: 6rem;
  }
  .overview > .wrap .overviewL .gaiyo dt:nth-of-type(2), .overview > .wrap .overviewL .gaiyo dd:nth-of-type(2), .overview > .wrap .overviewR .gaiyo dt:nth-of-type(2), .overview > .wrap .overviewR .gaiyo dd:nth-of-type(2) {
    height: auto;
  }
  .overview > .wrap .overviewL .gaiyo dt, .overview > .wrap .overviewR .gaiyo dt {
    width: 12rem;
    padding: 1.5rem 0;
    border-radius: 1rem 0 0 1rem;
  }
  .overview > .wrap .overviewL .gaiyo dt::after, .overview > .wrap .overviewR .gaiyo dt::after {
    top: 1.5rem;
    height: 3rem;
  }
  .overview > .wrap .overviewL .gaiyo dt:nth-of-type(2)::after, .overview > .wrap .overviewR .gaiyo dt:nth-of-type(2)::after {
    height: 8.2rem;
  }
  .overview > .wrap .overviewL .gaiyo dd, .overview > .wrap .overviewR .gaiyo dd {
    width: 45rem;
    height: auto;
    padding: 1.5rem 0 1.5rem 2.9rem;
    border-radius: 0 1rem 1rem 0;
  }
  .overview > .wrap .overviewL .gaiyo dd .cssTel, .overview > .wrap .overviewR .gaiyo dd .cssTel {
    color: var(--clr_txt);
  }
  .overview > .wrap .overviewL .gaiyo dd .cssTel::before, .overview > .wrap .overviewR .gaiyo dd .cssTel::before {
    display: none;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewR .gmap {
    margin: 0;
    height: 40rem;
  }
  .overview > .wrap .overviewR .gmap iframe {
    border-radius: 1.8rem;
  }
  .overview > .wrap .tbl_time {
    margin: 0;
  }
}
#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%;
  width: 100%;
  text-align: center;
}
#tel_up ul li .cssTel {
  font-size: 1.8rem;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.8rem 0 0 0;
}
#tel_up ul li .btn_rsv {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
#tel_up ul li .btn_rsv::before {
  font-size: 120%;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e803";
  color: #fff;
  font-size: 3rem;
  color: var(--clr_sub03);
}
#tel_up #pageup .clip {
  display: none;
}

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

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 0 0 0;
    background: #404040;
  }
  .footer .copy {
    margin: 7rem 0 0 0;
    font-size: 1.8rem;
    padding: 0 0 3.8rem;
  }
  .footer .wrap {
    margin: 0 auto;
    padding: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0 6rem;
  }
  .footer .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 20rem;
  }
  .footer .wrap ul li {
    text-align: left;
    width: 100%;
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  .footer .wrap ul li:not(:last-child) {
    margin: 0 0 1rem;
  }
  .footer .wrap ul li a {
    opacity: 1;
    color: #fff;
  }
  .footer .wrap ul li a::before {
    display: inline-block;
    content: "-";
    margin: 0 1rem 0 0;
  }
  .footer .wrap ul li a br {
    display: none;
  }
  .footer .wrap ul li a:hover {
    text-decoration: underline;
  }
  .footer .wrap ul li.treatment {
    display: none;
  }
  .footer .wrap ul.submenu {
    width: 38rem;
  }
  .footer .wrap ul.submenu li.tit {
    color: #fff;
    border-bottom: 1px #fff solid;
    margin: 0 0 1.9rem;
    padding: 0 0 0.7rem;
  }
}
.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;
  -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;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}
.keyvsl > .wrap .catch {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 0 0.3rem #006984;
  margin: 0;
  width: 100%;
}
.keyvsl > .wrap .cont_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
  width: 90%;
  margin: 1rem auto 0;
}
.keyvsl > .wrap .cont_wrapper .cont1, .keyvsl > .wrap .cont_wrapper .cont3, .keyvsl > .wrap .cont_wrapper .cont2 {
  width: 8.5rem;
  height: 8.5rem;
  color: #fff;
  background: #49AA3B;
  text-align: center;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.keyvsl > .wrap .cont_wrapper .cont1::before, .keyvsl > .wrap .cont_wrapper .cont3::before, .keyvsl > .wrap .cont_wrapper .cont2::before {
  position: absolute;
  border-radius: 50%;
  display: block;
  content: "";
  border: 0.1rem #fff solid;
  width: 8rem;
  height: 8rem;
}
.keyvsl > .wrap .cont_wrapper .cont1 span, .keyvsl > .wrap .cont_wrapper .cont3 span, .keyvsl > .wrap .cont_wrapper .cont2 span {
  line-height: 1.2;
}
.keyvsl > .wrap .cont_wrapper .cont1 span::before, .keyvsl > .wrap .cont_wrapper .cont3 span::before, .keyvsl > .wrap .cont_wrapper .cont2 span::before {
  font-size: 2rem;
  margin: 0 auto 0.4rem;
  font-family: "fontello";
  content: "\e812";
  display: block;
  width: 100%;
}
.keyvsl > .wrap .cont_wrapper .cont2 {
  background: var(--clr_main);
}
.keyvsl > .wrap .cont_wrapper .cont2 span::before {
  font-family: "fontello";
  content: "\e80e";
}
.keyvsl > .wrap .cont_wrapper .cont3 span::before {
  font-family: "fontello";
  content: "\e80a";
}

@media screen and (min-width: 48em), print {
  .keyvsl #keyvsl {
    height: 71rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 71rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    width: 74rem;
    margin: 2rem auto 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
  .keyvsl > .wrap .catch {
    font-size: 3.6rem;
    margin: 0 0 5rem;
    text-shadow: 0 0 1rem #006984;
    width: auto;
  }
  .keyvsl > .wrap .cont_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 56rem;
    margin: 0 0 2rem;
    gap: 0 0;
  }
  .keyvsl > .wrap .cont_wrapper .cont1, .keyvsl > .wrap .cont_wrapper .cont2, .keyvsl > .wrap .cont_wrapper .cont3 {
    width: 17rem;
    height: 17rem;
    position: relative;
    padding: 1rem;
  }
  .keyvsl > .wrap .cont_wrapper .cont1::before, .keyvsl > .wrap .cont_wrapper .cont2::before, .keyvsl > .wrap .cont_wrapper .cont3::before {
    width: 16rem;
    height: 16rem;
  }
  .keyvsl > .wrap .cont_wrapper .cont1 span, .keyvsl > .wrap .cont_wrapper .cont2 span, .keyvsl > .wrap .cont_wrapper .cont3 span {
    font-size: 2rem;
  }
  .keyvsl > .wrap .cont_wrapper .cont1 span::before, .keyvsl > .wrap .cont_wrapper .cont2 span::before, .keyvsl > .wrap .cont_wrapper .cont3 span::before {
    font-size: 5rem;
    margin: 0 0 1rem;
  }
}
body.index .main .tit_02 span {
  font-size: 2.2rem;
  line-height: 1;
}
body.index .main .tit_02 span::before {
  display: block;
  content: "";
  margin: 0 auto 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.index .main .tit_02 span::after {
  display: block;
  content: attr(data-txt);
  color: var(--clr_main);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 60%;
  font-weight: 500;
  margin: 0.6rem 0 0 0;
  width: auto;
  height: auto;
  background: none;
}
@media screen and (min-width: 48em), print {
  body.index .main .tit_02 span {
    font-size: 4.8rem;
  }
  body.index .main .tit_02 span::before {
    margin: 0 auto 1.4rem;
  }
  body.index .main .tit_02 span::after {
    font-size: 2rem;
    margin: 1.8rem 0 0 0;
  }
}

.info {
  margin: 0;
  padding: 4rem 1rem;
  background: var(--clr_main);
}
.info .inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem 1rem 2rem;
  margin: 0 auto;
  gap: 0 6.4rem;
}
.info .inner .tit_02 {
  margin: 0 auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  padding: 0 0 0 6rem;
}
.info .inner .tit_02 span::before {
  background-image: url("../img/icon_news.svg");
  width: 2rem;
  height: 1.75rem;
}
.info .inner .tit_02::after {
  content: "";
  background: url("../img/illust_house.png") no-repeat center center/contain;
  margin: 0 auto;
  display: block;
  width: 4.7rem;
  height: 4.6rem;
}
.info .inner dl {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid var(--clr_sub12);
  word-break: break-all;
}
.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%;
  font-family: "fontello";
  content: "\e800";
  color: var(--clr_main);
  font-weight: 400;
}
.info .inner dl dt.close::before {
  font-family: "fontello";
  content: "\e803";
}
.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: 6rem 0;
  }
  .info .inner {
    width: 1200px;
    padding: 6rem;
    border-radius: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .info .inner .tit_02 {
    width: 20.6rem;
    margin: 0;
    padding: 0;
    display: block;
  }
  .info .inner .tit_02 span::before {
    width: 4rem;
    height: 3.5rem;
  }
  .info .inner .tit_02::after {
    width: 14rem;
    height: 13.7rem;
    margin: 4rem auto 0;
  }
  .info .inner dl {
    width: 81rem;
    padding: 0 0 1rem;
    font-size: 1.8rem;
  }
  .info .inner dl dt {
    margin: 0 0 1rem;
  }
  .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 {
    margin: 0;
    padding: 0 0 0 3.6rem;
  }
}
.appointment {
  margin: 0 !important;
  padding: 8rem 1rem 2rem;
}
.appointment .inner {
  position: relative;
  background: var(--clr_sub10);
  border-radius: 1rem;
  padding: 5rem 1rem 3rem;
}
.appointment .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/illust_fuwafuwa.png") no-repeat center center/contain;
  width: 6rem;
  height: 9.6rem;
  top: -7.3rem;
}
.appointment .inner .tit_02 {
  position: absolute;
  top: -3.5rem;
  left: 0;
  right: 0;
}
.appointment .inner .tit_02 span::before {
  background-image: url("../img/icon_appointment.svg");
  width: 2rem;
  height: 1.9rem;
}
.appointment .inner p.highlight {
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0 2rem;
  font-size: 1.6rem;
}
.appointment .inner p.lens {
  text-align: center;
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 3rem auto 0;
}
.appointment .inner p.lens span.highlight {
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0;
}
.appointment .inner .rsv {
  background: var(--clr_sub23);
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  position: relative;
  border-radius: 3rem;
  width: 100%;
  height: 6rem;
  margin: 2rem auto 0;
  font-size: 2rem;
  line-height: 1.6;
}
.appointment .inner .rsv span {
  color: var(--clr_sub23);
  background: #fff;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  font-size: 1.3rem;
  border-radius: 1rem;
  width: 50%;
  height: 2rem;
}
.appointment .inner .rsv::after {
  font-family: "fontello";
  content: "\e4a2";
  color: #fff;
  display: block;
  position: absolute;
  line-height: 1;
  font-size: 2rem;
  top: 2.2rem;
  right: 1.6rem;
}
.appointment .inner .cssTel {
  border: 1px var(--clr_main) solid;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-size: 2rem;
  width: 100%;
  height: 6rem;
  margin: 2rem auto 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (min-width: 48em), print {
  .appointment {
    padding: 14rem 0 6rem;
  }
  .appointment .inner {
    width: 1200px;
    margin: 0 auto;
    border-radius: 1.6rem;
    padding: 10rem 0 8rem;
  }
  .appointment .inner::before {
    width: 16rem;
    height: 10.8rem;
    top: -16.5rem;
  }
  .appointment .inner .tit_02 {
    top: -8rem;
  }
  .appointment .inner .tit_02 span::before {
    width: 4rem;
    height: 3.8rem;
  }
  .appointment .inner p.highlight {
    font-size: 2.4rem;
  }
  .appointment .inner p.lens {
    font-size: 2.4rem;
    margin: 6rem auto 0;
  }
  .appointment .inner p.lens span {
    padding: 0 2rem;
  }
  .appointment .inner .rsv {
    border-radius: 6rem;
    width: 56rem;
    height: 12rem;
    margin: 3rem auto 0;
    font-size: 4.2rem;
  }
  .appointment .inner .rsv span {
    font-size: 2rem;
    border-radius: 2rem;
    width: 22rem;
    height: 3rem;
  }
  .appointment .inner .rsv::after {
    font-size: 4rem;
    top: 4rem;
    right: 3.6rem;
  }
  .appointment .inner .rsv:hover {
    opacity: 0.8;
  }
  .appointment .inner .cssTel {
    border-radius: 6rem;
    font-size: 4.8rem;
    width: 56rem;
    height: 12rem;
    margin: 3rem auto 0;
  }
}
.hour {
  margin: 0 !important;
  padding: 2rem 1rem;
}
.hour .inner {
  position: relative;
}
.hour .inner .tit_02 span::before {
  background-image: url("../img/icon_hour.svg");
  width: 2rem;
  height: 1.9rem;
}
.hour .inner .tbl_time {
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .hour {
    padding: 6rem 0;
  }
  .hour .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .hour .inner .tit_02 span::before {
    width: 4rem;
    height: 3.8rem;
  }
  .hour .inner .tbl_time {
    margin: 0;
  }
  .hour .inner .tbl_doctor {
    margin: 4rem auto 0;
  }
}
.schedule {
  margin: 0 !important;
  padding: 2rem 1rem 4rem;
}
.schedule .inner {
  position: relative;
}
.schedule .inner .tit_02 span::before {
  background-image: url("../img/icon_schedule.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.schedule .inner .notice p {
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0;
  text-align: left;
}
.schedule .inner .notice p span {
  font-size: 1.1rem;
  color: #707070;
}
.schedule .inner .notice p span.kyuushin::before, .schedule .inner .notice p span.amOnly::before, .schedule .inner .notice p span.open::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: #aaa;
  display: inline-block;
  vertical-align: -0.2rem;
  margin: 0 0.2rem;
  border: 1px #707070 solid;
}
.schedule .inner .notice p span.open::before {
  background: #fff;
}
.schedule .inner .notice p span.amOnly::before {
  background: var(--clr_sub04);
}

@media screen and (min-width: 48em), print {
  .schedule {
    padding: 2rem 0 6rem;
  }
  .schedule .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .schedule .inner .tit_02 span::before {
    width: 4rem;
    height: 4rem;
  }
  .schedule .inner .swiper-wrapper {
    margin: 4rem 0 0 0;
  }
  .schedule .inner .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule .inner .swiper-wrapper .swiper-slide div table {
    width: 56.9rem;
  }
  .schedule .inner .notice {
    margin: 3rem 0 0 0;
    padding: 0;
  }
  .schedule .inner .notice p {
    text-align: center;
    width: auto;
    margin: 0;
  }
  .schedule .inner .notice p span.kyuushin, .schedule .inner .notice p span.open, .schedule .inner .notice p span.amOnly {
    font-size: 1.8rem;
    margin: 0;
  }
  .schedule .inner .notice p span.kyuushin::before, .schedule .inner .notice p span.open::before, .schedule .inner .notice p span.amOnly::before {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    vertical-align: -0.25rem;
  }
  .schedule .inner .notice p span.open, .schedule .inner .notice p span.amOnly {
    margin: 0 3rem 0 0;
  }
}
.message {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background: url("../img/bg_message.webp") no-repeat center top/cover;
}
.message .inner {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(238, 238, 238, 0.4);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(238, 238, 238, 0.4);
  position: relative;
  padding: 2rem 1rem;
}
.message .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/illust_baloon.png") no-repeat center center/contain;
  width: 4.3rem;
  height: 6.3rem;
  top: -1rem;
  left: 3rem;
}
.message .inner .txt {
  background: url("../img/logo_mark.svg") no-repeat right bottom;
}
.message .inner .txt .tit_02 span::before {
  background-image: url("../img/icon_doctor.svg");
  width: 1.75rem;
  height: 2rem;
}
.message .inner .txt p {
  line-height: 1.8;
  margin: 0 0 2rem;
}
.message .inner .txt p.dr {
  font-size: 1.8rem;
  margin: 0;
}
.message .inner .dr_img {
  margin: 2rem auto 0;
  width: 80%;
}
.message .inner .dr_img .btn_detail {
  margin: 1rem auto 0;
}

@media screen and (min-width: 48em), print {
  .message {
    padding: 6rem 0;
  }
  .message .inner {
    border-radius: 1.6rem;
    padding: 6rem;
    width: 1200px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .message .inner::before {
    width: 13rem;
    height: 19rem;
    top: -3rem;
    left: 6rem;
  }
  .message .inner .txt {
    width: 68rem;
    background: url("../img/logo_mark.svg") no-repeat right bottom/auto;
  }
  .message .inner .txt .tit_02 span::before {
    width: 3.7rem;
    height: 4rem;
  }
  .message .inner .txt p {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    margin: 0 0 5rem;
  }
  .message .inner .txt p.dr {
    font-size: 2.4rem;
  }
  .message .inner .dr_img {
    width: 34rem;
    margin: 0;
  }
  .message .inner .dr_img .btn_detail {
    margin: 4rem auto 0;
    font-size: 1.8;
    width: 28rem;
    height: 6rem;
  }
}
.daysurgery {
  margin-top: 0 !important;
  padding: 4rem 1rem;
  background: url("../img/bg_daysurgery.webp") no-repeat right top/cover;
}
.daysurgery .inner .tit_02 span::before {
  background-image: url("../img/icon_daysurgery.svg");
  width: 1.625rem;
  height: 2rem;
}
.daysurgery .inner 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: 3rem 0;
}
.daysurgery .inner ul li {
  text-align: center;
  width: 14rem;
  height: 14rem;
}
.daysurgery .inner 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;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 12.5rem 0 0 0;
  position: relative;
}
.daysurgery .inner ul li a span {
  white-space: nowrap;
}
.daysurgery .inner ul li a span::before {
  font-family: "fontello";
  content: "\e4a2";
  color: var(--clr_main);
  font-weight: 400;
  margin: 0 0.4rem 0 0;
}
.daysurgery .inner ul li a::before {
  background: #fff;
  position: absolute;
  top: 0;
  border: 0.2rem var(--clr_main) solid;
  display: block;
  content: "";
  height: 12rem;
  width: 12rem;
  color: var(--clr_txt);
  border-radius: 50%;
}
.daysurgery .inner ul li a::after {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.7rem;
  height: 5.8rem;
  top: 3rem;
}
.daysurgery .inner ul li a.nav2_1::after {
  background-image: url("../img/surgery_01.svg");
}
.daysurgery .inner ul li a.nav2_2::after {
  background-image: url("../img/surgery_02.svg");
}
.daysurgery .inner ul li a.nav2_3::after {
  background-image: url("../img/surgery_03.svg");
}
.daysurgery .inner ul li a.nav2_4::after {
  background-image: url("../img/surgery_04.svg");
}
.daysurgery .inner ul li a.nav2_5::after {
  background-image: url("../img/surgery_05.svg");
}
.daysurgery .inner ul li a.nav2_6::after {
  background-image: url("../img/surgery_06.svg");
}
.daysurgery .inner ul li a.nav2_7::after {
  background-image: url("../img/surgery_07.svg");
}
.daysurgery .inner ul li a.nav2_8::after {
  background-image: url("../img/surgery_08.svg");
}

@media screen and (min-width: 48em), print {
  .daysurgery {
    padding: 8rem 0 0 0;
    background: url("../img/bg_daysurgery.webp") no-repeat center top/auto;
    height: 106.3rem;
  }
  .daysurgery .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .daysurgery .inner .tit_02 span::before {
    width: 3.25rem;
    height: 4rem;
  }
  .daysurgery .inner ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0 6rem;
    gap: 5rem 5.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .daysurgery .inner ul li {
    width: 22.8rem;
    height: 23.1rem;
  }
  .daysurgery .inner ul li a {
    font-size: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 19rem 0 0 0;
  }
  .daysurgery .inner ul li a span::before {
    margin: 0 0.8rem 0 0;
  }
  .daysurgery .inner ul li a::before {
    width: 18.8rem;
    height: 18.8rem;
  }
  .daysurgery .inner ul li a::after {
    width: 10rem;
    height: 8.7rem;
    top: 5.3rem;
  }
  .daysurgery .inner 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);
    }
  }
}
.feature {
  margin-top: 0 !important;
  padding: 4rem 0 0 0;
  overflow: hidden;
}
.feature .inner {
  position: relative;
}
.feature .inner::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/illust_tree.png") no-repeat center center/contain;
  top: -4rem;
  left: calc(50% + 5rem);
  width: 13rem;
  height: 4.8rem;
}
.feature .inner .tit_02 span::before {
  background-image: url("../img/icon_clinic.svg");
  width: 2rem;
  height: 1.65rem;
}
.feature .inner .box_wrapper .box1, .feature .inner .box_wrapper .box2, .feature .inner .box_wrapper .box4, .feature .inner .box_wrapper .box3, .feature .inner .box_wrapper .box5 {
  overflow: hidden;
  margin: 0 0 3rem;
}
.feature .inner .box_wrapper .box1 .cont_l, .feature .inner .box_wrapper .box2 .cont_l, .feature .inner .box_wrapper .box4 .cont_l, .feature .inner .box_wrapper .box3 .cont_l, .feature .inner .box_wrapper .box5 .cont_l {
  padding: 0 1rem;
  margin: 0 0 1rem;
}
.feature .inner .box_wrapper .box1 .cont_l p, .feature .inner .box_wrapper .box2 .cont_l p, .feature .inner .box_wrapper .box4 .cont_l p, .feature .inner .box_wrapper .box3 .cont_l p, .feature .inner .box_wrapper .box5 .cont_l p {
  margin: 0;
}
.feature .inner .box_wrapper .box1 .cont_l p.num, .feature .inner .box_wrapper .box2 .cont_l p.num, .feature .inner .box_wrapper .box4 .cont_l p.num, .feature .inner .box_wrapper .box3 .cont_l p.num, .feature .inner .box_wrapper .box5 .cont_l p.num {
  text-align: center;
  font-weight: 500;
  color: var(--clr_sub01);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: url("../img/landoltring.svg") no-repeat center center/contain;
  padding: 1.4rem 0;
  font-size: 1.8rem;
  margin: 0.8rem 0 0 0;
}
.feature .inner .box_wrapper .box1 .cont_l p.num span, .feature .inner .box_wrapper .box2 .cont_l p.num span, .feature .inner .box_wrapper .box4 .cont_l p.num span, .feature .inner .box_wrapper .box3 .cont_l p.num span, .feature .inner .box_wrapper .box5 .cont_l p.num span {
  color: var(--clr_sub14);
}
.feature .inner .box_wrapper .box1 .cont_l p.tit, .feature .inner .box_wrapper .box2 .cont_l p.tit, .feature .inner .box_wrapper .box4 .cont_l p.tit, .feature .inner .box_wrapper .box3 .cont_l p.tit, .feature .inner .box_wrapper .box5 .cont_l p.tit {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
}
.feature .inner .box_wrapper .box1 .cont_r, .feature .inner .box_wrapper .box2 .cont_r, .feature .inner .box_wrapper .box4 .cont_r, .feature .inner .box_wrapper .box3 .cont_r, .feature .inner .box_wrapper .box5 .cont_r {
  position: relative;
  height: 15rem;
}
.feature .inner .box_wrapper .box1 .cont_r::after, .feature .inner .box_wrapper .box2 .cont_r::after, .feature .inner .box_wrapper .box4 .cont_r::after, .feature .inner .box_wrapper .box3 .cont_r::after, .feature .inner .box_wrapper .box5 .cont_r::after {
  display: block;
  content: "";
  background: url("../img/img_feature01.webp") no-repeat center center/contain;
  position: absolute;
  width: 85%;
  height: 12rem;
  -webkit-box-shadow: -1rem 1rem 0 var(--clr_sub04);
          box-shadow: -1rem 1rem 0 var(--clr_sub04);
  border-radius: 1rem 0 0 1rem;
  right: -1rem;
}
.feature .inner .box_wrapper .box2 .cont_r::after, .feature .inner .box_wrapper .box4 .cont_r::after {
  border-radius: 0 1rem 1rem 0;
  -webkit-box-shadow: 1rem 1rem 0 var(--clr_sub04);
          box-shadow: 1rem 1rem 0 var(--clr_sub04);
  left: -1rem;
  right: inherit;
}
.feature .inner .box_wrapper .box2 .cont_l p.num {
  background: url("../img/landoltring-r.svg") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box2 .cont_r::after {
  background: url("../img/img_feature02.webp") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box3 .cont_l p.num {
  background: url("../img/landoltring-d.svg") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box3 .cont_r::after {
  background: url("../img/img_feature03.webp") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box4 .cont_l p.num {
  background: url("../img/landoltring-l.svg") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box4 .cont_r::after {
  background: url("../img/img_feature04.webp") no-repeat center center/contain;
}
.feature .inner .box_wrapper .box5 .cont_r::after {
  background: url("../img/img_feature05.webp") no-repeat center center/contain;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 0;
    margin-top: -16rem !important;
  }
  .feature .inner::before {
    width: 26rem;
    height: 9.6rem;
    top: 0;
    left: calc(50% + 33rem);
  }
  .feature .inner .tit_02 span::before {
    width: 4rem;
    height: 3.3rem;
  }
  .feature .inner .box_wrapper .box1, .feature .inner .box_wrapper .box3, .feature .inner .box_wrapper .box5, .feature .inner .box_wrapper .box2, .feature .inner .box_wrapper .box4 {
    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;
    margin: 0 0 6rem;
  }
  .feature .inner .box_wrapper .box1 .cont_l, .feature .inner .box_wrapper .box3 .cont_l, .feature .inner .box_wrapper .box5 .cont_l, .feature .inner .box_wrapper .box2 .cont_l, .feature .inner .box_wrapper .box4 .cont_l, .feature .inner .box_wrapper .box1 .cont_r, .feature .inner .box_wrapper .box3 .cont_r, .feature .inner .box_wrapper .box5 .cont_r, .feature .inner .box_wrapper .box2 .cont_r, .feature .inner .box_wrapper .box4 .cont_r {
    width: 60rem;
  }
  .feature .inner .box_wrapper .box1 .cont_l, .feature .inner .box_wrapper .box3 .cont_l, .feature .inner .box_wrapper .box5 .cont_l, .feature .inner .box_wrapper .box2 .cont_l, .feature .inner .box_wrapper .box4 .cont_l {
    padding: 0 9rem 0 0;
    margin: 0;
  }
  .feature .inner .box_wrapper .box1 .cont_l p, .feature .inner .box_wrapper .box3 .cont_l p, .feature .inner .box_wrapper .box5 .cont_l p, .feature .inner .box_wrapper .box2 .cont_l p, .feature .inner .box_wrapper .box4 .cont_l p {
    margin: 0;
  }
  .feature .inner .box_wrapper .box1 .cont_l p.num, .feature .inner .box_wrapper .box3 .cont_l p.num, .feature .inner .box_wrapper .box5 .cont_l p.num, .feature .inner .box_wrapper .box2 .cont_l p.num, .feature .inner .box_wrapper .box4 .cont_l p.num {
    font-size: 3.6rem;
  }
  .feature .inner .box_wrapper .box1 .cont_l p.tit, .feature .inner .box_wrapper .box3 .cont_l p.tit, .feature .inner .box_wrapper .box5 .cont_l p.tit, .feature .inner .box_wrapper .box2 .cont_l p.tit, .feature .inner .box_wrapper .box4 .cont_l p.tit {
    font-size: 3.6rem;
    margin: 1.76rem 0 0 0;
  }
  .feature .inner .box_wrapper .box1 .cont_l p.txt, .feature .inner .box_wrapper .box3 .cont_l p.txt, .feature .inner .box_wrapper .box5 .cont_l p.txt, .feature .inner .box_wrapper .box2 .cont_l p.txt, .feature .inner .box_wrapper .box4 .cont_l p.txt {
    font-size: 1.8rem;
    margin: 0.5rem 0 0 0;
  }
  .feature .inner .box_wrapper .box1 .cont_r, .feature .inner .box_wrapper .box3 .cont_r, .feature .inner .box_wrapper .box5 .cont_r, .feature .inner .box_wrapper .box2 .cont_r, .feature .inner .box_wrapper .box4 .cont_r {
    height: 47rem;
  }
  .feature .inner .box_wrapper .box1 .cont_r::after, .feature .inner .box_wrapper .box3 .cont_r::after, .feature .inner .box_wrapper .box5 .cont_r::after, .feature .inner .box_wrapper .box2 .cont_r::after, .feature .inner .box_wrapper .box4 .cont_r::after {
    width: 100rem;
    height: 44rem;
    -webkit-box-shadow: -3rem 3rem 0 var(--clr_main);
            box-shadow: -3rem 3rem 0 var(--clr_main);
    right: inherit;
    border-radius: 2rem 0 0 2rem;
  }
  .feature .inner .box_wrapper .box2, .feature .inner .box_wrapper .box4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature .inner .box_wrapper .box2 .cont_l, .feature .inner .box_wrapper .box4 .cont_l {
    padding: 0 0 0 9rem;
  }
  .feature .inner .box_wrapper .box2 .cont_r::after, .feature .inner .box_wrapper .box4 .cont_r::after {
    right: 0;
    left: inherit;
    border-radius: 0 2rem 2rem 0;
    -webkit-box-shadow: 3rem 3rem 0 var(--clr_main);
            box-shadow: 3rem 3rem 0 var(--clr_main);
  }
}
.tre {
  padding: 4rem 1rem;
  margin-top: 0 !important;
}
.tre .inner {
  position: relative;
}
.tre .inner::before {
  content: "";
  display: block;
  width: 6rem;
  height: 5rem;
  position: absolute;
  top: -4rem;
  left: 0;
  background: url("../img/illust_bird.png") no-repeat center center/contain;
}
.tre .inner .tit_02 span::before {
  background-image: url("../img/icon_clinic.svg");
  width: 2rem;
  height: 1.65rem;
}
.tre .inner .subnav {
  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: 3rem 0;
}
.tre .inner .subnav li {
  text-align: center;
  width: 14rem;
  height: 14rem;
}
.tre .inner .subnav 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;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 12.5rem 0 0 0;
  position: relative;
}
.tre .inner .subnav li a span {
  line-height: 1.2;
}
.tre .inner .subnav li a span::before {
  font-family: "fontello";
  content: "\e4a2";
  color: var(--clr_main);
  font-weight: 400;
  margin: 0 0.4rem 0 0;
}
.tre .inner .subnav li a::before {
  background: #fff;
  position: absolute;
  top: 0;
  border: 0.2rem var(--clr_main) solid;
  display: block;
  content: "";
  height: 12rem;
  width: 12rem;
  color: var(--clr_txt);
  border-radius: 50%;
}
.tre .inner .subnav li a::after {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.7rem;
  height: 5.8rem;
  top: 3rem;
}
.tre .inner .subnav li a.nav1_1::after {
  background-image: url("../img/treatment_01.svg");
}
.tre .inner .subnav li a.nav1_2::after {
  background-image: url("../img/treatment_02.svg");
}
.tre .inner .subnav li a.nav1_3::after {
  background-image: url("../img/treatment_03.svg");
}
.tre .inner .subnav li a.nav1_4::after {
  background-image: url("../img/treatment_04.svg");
}
.tre .inner .subnav li a.nav1_5::after {
  background-image: url("../img/treatment_05.svg");
}
.tre .inner .subnav li a.nav1_6::after {
  background-image: url("../img/treatment_06.svg");
}
.tre .inner .subnav li a.nav1_7::after {
  background-image: url("../img/treatment_07.svg");
}
.tre .inner .subnav li a.nav1_8::after {
  background-image: url("../img/treatment_08.svg");
}
.tre .inner .subnav li a.nav1_9::after {
  background-image: url("../img/treatment_09.svg");
}
.tre .inner .subnav li a.nav1_10::after {
  background-image: url("../img/treatment_10.svg");
}

@media screen and (min-width: 48em), print {
  .tre {
    margin-top: 12rem !important;
    padding: 0 0 14rem;
  }
  .tre .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .tre .inner::before {
    width: 18rem;
    height: 14.2rem;
    top: -6rem;
  }
  .tre .inner .tit_02 span::before {
    width: 4rem;
    height: 3.3rem;
  }
  .tre .inner .subnav {
    width: 1200px;
    margin: 0 auto;
    padding: 0 6rem;
    gap: 5rem 5.6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tre .inner .subnav li {
    width: 22.8rem;
    height: 23.1rem;
  }
  .tre .inner .subnav li a {
    font-size: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 19.1rem 0 0 0;
  }
  .tre .inner .subnav li a span::before {
    margin: 0 0.8rem 0 0;
  }
  .tre .inner .subnav li a::before {
    width: 18.8rem;
    height: 18.8rem;
  }
  .tre .inner .subnav li a::after {
    width: 10rem;
    height: 8.7rem;
    top: 5.3rem;
  }
  .tre .inner .subnav 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);
    }
  }
}
@-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: 0 0 5rem;
  margin: 7rem 0 0 0;
}
.loopslider_slides {
  display: block;
  width: 200%;
  height: 30vw;
  text-align: center;
  background-repeat: repeat-x;
  background-image: url("../img/img_slide.webp");
  background-size: auto 30vw;
  -webkit-animation: Slider 100s linear infinite both;
          animation: Slider 100s linear infinite both;
}
.loopslider_slides span {
  visibility: hidden;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    padding: 0 0 6rem;
    margin: 3.2rem 0 0 0;
  }
  .loopslider_slides {
    height: 18rem;
    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 1rem 6rem;
}
body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
  border-radius: 2rem;
}
body:not(.index) .main .btn_rsv {
  width: 14rem;
  height: 3rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    font-size: 1.8rem;
    margin: 6rem auto 16rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 45rem;
    height: auto;
  }
  body:not(.index) .main .btn_rsv {
    width: 20rem;
    height: 4rem;
  }
}

.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;
  color: var(--clr_sub01);
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
  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.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.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 .dr_name {
    padding: 0 50rem 0 0;
  }
  .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;
  }
  .lst_flow li .img_l, .lst_flow li .img_r {
    max-width: 30% !important;
  }
}
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: #DEE9E1;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  width: 50%;
}
.tbl_price td, .tbl_lst td {
  padding: 0.4rem 2rem;
  border: 1px solid #ccc;
  text-align: right;
  width: 50%;
}

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

@media screen and (min-width: 48em), print {
  .treat_img_r {
    width: 25%;
  }
}
@media screen and (min-width: 48em), print {
  .treat_image {
    width: 40%;
  }
}
.treat_btn {
  margin: 2rem auto;
  padding: 0.5rem 3.5rem 0.5rem 2rem;
}

@media screen and (min-width: 48em), print {
  .treat_btn {
    margin: 3rem auto;
    padding: 0.9rem 6rem 0.9rem 4rem;
  }
}
.btn_conjunctivitis::after {
  font-family: "fontello";
  content: "\e800";
}

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

@media screen and (min-width: 48em), print {
  .conjunctiva {
    margin-top: 12rem !important;
  }
}
/*# sourceMappingURL=style.css.map */