@charset "UTF-8";
@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: 100%;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.22em;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(button) {
  background: transparent;
  border: none;
}

:where(em) {
  font-style: normal;
  font-weight: bold;
}

:where(i) {
  font-style: normal;
}

:where(iframe) {
  max-width: 100%;
  height: 100%;
  border: none;
}

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

:where(p) {
  margin: 0 0 1em;
}

:root {
  --sp-header-height: 2.0rem;
  --pc-header-height: 130px;
  --base-font-weight: 500;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #444;
  --color-base-txt-rgb: 68,68,68;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #1dade5;
  --color-main-rgb: 29,173,229;
  --color-main-deep: #1564bf;
  --color-main-dark: #158cba;
  --color-main-greish: #75aceb;
  --color-main-soft: #a5d5ee;
  --color-main-light: #ceeffc;
  --color-main-lite: #e6f8ff;
  --color-sub: #109e80;
  --color-sub-soft: #56bba6;
  --color-sub-lite: #9ce5c3;
  --color-bg01: #fbf9f4;
  --color-bg02: #f6e7d9;
  --color-bg02-rgb: 246,231,217;
  --color-bg03: #ececec;
  --color-bg04: #e8e8e9;
  --color-bg05: #eef3f2;
  --color-txt01: #666;
  --color-txt02: #888;
  --color-txt03: #afafaf;
  --color-holiday: #fbc9ca;
  --color-border01: #707070;
  --color-border02: #999;
  --color-attention: #e51d49;
  --color-highlight: #c6f7e7;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #808080;
  --color-gray-rgb: 128,128,128;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Maru Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: var(--base-font-weight, normal);
  font-size: 2.7777777778vw;
}

body {
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
  word-wrap: break-word;
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-fontsize, 1.4rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
  }
  a, button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap {
  padding: 1rem 4%;
}
#global_header .header_wrap .logo {
  width: 55%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .phone {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    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;
    width: 1200px;
    height: 90px;
    margin-inline: auto;
    padding: 0;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 274px;
    height: 70px;
  }
  #global_header .header_wrap .phone {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 30px 3px;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.1;
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 15px;
  }
}
@media print {
  #global_header {
    padding-bottom: 0 !important;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-white-rgb), 0.8);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    inset: 0 0 auto;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main-deep);
    border-radius: 3px;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 3.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-size: 1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close {
    color: var(--color-white);
    background: var(--color-main);
  }
  #global_nav #sp_btn.close::before {
    content: "\e807";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6.5rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 85svh;
    padding: 1.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 0.5rem;
  }
  #global_nav .gnav > li {
    border-bottom: 1px solid rgba(var(--color-white-rgb), 0.5);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.2rem 1rem;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\f006';
  }
  #global_nav .gnav > li.sub .sub_btn {
    width: 100%;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    content: "\f004";
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::after {
    content: "\f005";
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 0.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    background: rgba(var(--color-white-rgb), 0.2);
    border-top: 1px solid rgba(var(--color-white-rgb), 0.5);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    width: 50%;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:nth-child(odd) {
    width: 45%;
    border-right: 1px solid rgba(var(--color-white-rgb), 0.5);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:last-child {
    padding-bottom: 0.8rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    padding: 0.5rem 0.1rem 0.5rem 1rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    height: 110px;
    color: var(--color-white);
    background: var(--color-main);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    padding-block: 20px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
  }
  #global_nav .gnav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li:not(:first-child)::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 110px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e928';
    font-size: 13px;
    text-align: center;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-block: 20px;
    text-align: center;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    opacity: 0;
    position: absolute;
    inset: auto 0 10px;
    width: 100%;
    height: 2px;
    content: "";
    background: currentColor;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after, #global_nav .gnav > li button:hover::after, #global_nav .gnav > li button:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 495px;
    font-size: 1.8rem;
    line-height: 1;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    width: 165px;
    height: 50px;
    border-right: 1px dotted currentColor;
    border-bottom: 1px dotted currentColor;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:nth-child(3n+3) {
    border-right: 0 none;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-inline: 14px;
    word-break: auto-phrase;
    background: rgba(var(--color-main-rgb), 0.8);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    background: rgba(var(--color-main-rgb), 1);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav {
    width: 100%;
    max-width: 1200px;
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li:not(:first-child)::before {
    width: 10%;
  }
}
.main {
  padding-bottom: 7.5rem;
  background-image: url(../img/main_bg.webp);
  background-repeat: repeat-x;
  background-position: center bottom -1px;
  background-size: 75% auto;
}

@media screen and (min-width: 48em), print {
  .main {
    padding-bottom: 130px;
    background-size: auto;
  }
}
.overview {
  padding-top: 3rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--color-white);
  background-color: var(--color-main);
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.overview .logo {
  width: 65%;
  margin-inline: auto;
  padding-right: 5%;
}
.overview .wrap {
  padding: 3rem 4%;
}
.overview .wrap .clinic_outline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 1.6rem auto;
  grid-template-columns: 8rem auto;
  gap: 1rem 1.6rem;
}
.overview .wrap .clinic_outline dt {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
  background: var(--color-white);
  border-radius: 3px;
}
.overview .wrap .clinic_outline dd ul li {
  padding-left: 1em;
}
.overview .wrap .clinic_outline dd ul li::before {
  display: inline-block;
  margin-left: -1em;
  content: "・";
}
.overview .wrap .timetable {
  margin-top: 2.5rem;
}
.overview .wrap .timetable_tbl caption {
  width: 8rem;
  color: var(--color-main);
  background: var(--color-white);
}
.overview .wrap .timetable_tbl thead th {
  color: var(--color-main);
  background: var(--color-white);
}
.overview .wrap .timetable_tbl tbody th, .overview .wrap .timetable_tbl tbody td {
  border-color: var(--color-white);
}
.overview .gmap {
  width: 100%;
  height: 30rem;
}
.overview .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 80px;
    font-size: 1.6rem;
    background-size: auto;
  }
  .overview .logo {
    width: 274px;
    padding-right: 0;
  }
  .overview .wrap {
    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;
    padding: 32px 0 86px;
  }
  .overview .wrap .clinic_outline {
    -ms-grid-columns: 90px 24px auto;
    grid-template-columns: 90px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px 24px;
  }
  .overview .wrap .clinic_outline dt {
    display: block;
    padding-block: 1px;
  }
  .overview .wrap .clinic_outline dd {
    padding-block: 1px;
  }
  .overview .wrap .timetable {
    width: 585px;
    margin-top: 0;
    font-size: 1.8rem;
  }
  .overview .wrap .timetable_tbl caption {
    width: 90px;
    padding: 1px;
    color: var(--color-main);
    background: var(--color-white);
  }
  .overview .wrap .timetable_tbl thead th {
    color: var(--color-main);
    background: var(--color-white);
  }
  .overview .gmap {
    height: 500px;
    border-top: 1px solid var(--color-white);
  }
}
@media screen and (min-width: 2001px) {
  .overview {
    background-size: cover;
  }
}
#global_footer {
  padding: 0 0 4rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1.4rem 0;
  font-size: 100%;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 40px;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    letter-spacing: 0;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav {
    margin-top: 24px;
  }
  #global_footer .footer_wrap ul.subnav li.anc {
    display: none;
  }
  #global_footer .copyright {
    padding: 18px 0 30px;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
}

#sp_footer {
  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;
  width: calc(100% - 4rem);
  height: 4rem;
  color: var(--color-white);
  background: var(--color-main-deep);
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 4rem;
  text-align: center;
  border-right: 0.2rem solid var(--color-white);
}
#sp_footer li a {
  display: block;
}
#sp_footer li.phone {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0 0 0.5rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-deep);
  border: none;
}
#pageup::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e803';
  font-size: 2rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-main-deep);
  }
  #pageup:hover {
    color: var(--color-white);
    background: var(--color-main-dark);
    border-color: var(--color-white);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.cf::after {
  clear: both;
  display: block;
  content: "";
}

.l-cf {
  display: flow-root;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.cb {
  clear: both;
}

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

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

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

@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}
.img_c.w100 {
  max-width: 100%;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
    border-radius: 10px;
  }
  .img_r {
    float: right;
    max-width: 412px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
    border-radius: 10px;
  }
}
.mb40 {
  margin-bottom: 4rem;
}

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}

article > :where(section) ~ :where(section) {
  margin-top: 4.5rem;
}
article > :where(section) :where(section) {
  margin-top: 3.5rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 2.5rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}

@media screen and (min-width: 48em), print {
  article > section ~ :where(section) {
    margin-top: 80px;
  }
  article > section :where(section) {
    margin-top: 60px;
  }
  article > section :where(section) :where(section) {
    margin-top: 40px;
  }
  article > section :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.2;
}

.tit_02 {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-txt01);
}
.tit_02::after {
  display: block;
  width: 2.5em;
  height: 0.44em;
  margin: 0.3em auto 0;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-main-deep);
  border-bottom: 0.3rem solid currentColor;
  -webkit-box-shadow: 0 0.2rem 0 0 var(--color-main-greish);
          box-shadow: 0 0.2rem 0 0 var(--color-main-greish);
}

.tit_04 {
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-main);
  border-bottom: 0.2rem solid currentColor;
}

.tit_05 {
  margin-bottom: 0.9rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--color-main-deep);
  border-bottom: 0.2rem dotted currentColor;
}

.tit_06 {
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.4rem;
  }
  .tit_02 {
    margin-bottom: 45px;
    font-size: 3.4rem;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding-bottom: 4px;
    font-size: 3.2rem;
    border-bottom-width: 3px;
    -webkit-box-shadow: 0 3px 0 0 var(--color-main-greish);
            box-shadow: 0 3px 0 0 var(--color-main-greish);
  }
  .tit_04 {
    margin-bottom: 14px;
    padding-bottom: 6px;
    font-size: 3rem;
    border-bottom-width: 3px;
  }
  .tit_05 {
    margin-bottom: 13px;
    padding-bottom: 6px;
    font-size: 2.8rem;
    border-bottom-width: 4px;
  }
  .tit_06 {
    margin-bottom: 2px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1.3em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: var(--color-main-soft);
  line-height: 1;
  content: "●";
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul.cols2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-size: 120%;
  line-height: 1;
  color: var(--color-main);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.lst_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-txt03);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  background: var(--color-bg04);
}
.dl_tbl dt ~ dt {
  border-top: 1px solid var(--color-txt03);
}
.dl_tbl dd {
  padding: 1em;
  border-top: 1px solid var(--color-txt03);
}
.dl_tbl dd.exp {
  background: var(--color-bg01);
}
.dl_tbl dd > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_tbl.cols2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(25%, 300px) auto;
    grid-template-columns: min(25%, 300px) auto;
  }
  .dl_tbl.cols2 dd {
    padding: 0.5em 1.5em;
  }
  .dl_tbl.cols2 dd:first-of-type {
    border-top: none;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.3rem 1.5rem 0.3rem;
  font-size: 2rem;
  line-height: 1.3;
  color: var(--color-main);
  background: var(--color-white);
  border-width: 0.1rem 0.1rem 0 0.1rem;
  border-style: solid;
  border-color: var(--color-main);
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dt::before {
  content: counter(flowNum) ". ";
}
.dl_flow dd {
  position: relative;
  padding: 0.3rem 1.5rem 1.2rem;
  background: var(--color-white);
  border-width: 0 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-color: var(--color-main);
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.4rem;
  left: 0;
  right: 0;
  display: block;
  width: 6.5rem;
  height: 1.1rem;
  background-color: var(--color-main);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-inline: auto;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 28px 34px 5px;
    font-size: 2.6rem;
    border-width: 2px 2px 0 2px;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dd {
    padding: 8px 34px 26px;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -64px;
    width: 196px;
    height: 33px;
  }
}

.box_notes, .box_notice, .box_disease, .box_symptoms {
  margin-bottom: 1em;
  padding: 1.5rem;
  border-radius: 0.8rem;
}
.box_notes:has(+ .remarks, + .notification), .box_notice:has(+ .remarks, + .notification), .box_disease:has(+ .remarks, + .notification), .box_symptoms:has(+ .remarks, + .notification), .box_notes:has(+ .lst_any), .box_notice:has(+ .lst_any), .box_disease:has(+ .lst_any), .box_symptoms:has(+ .lst_any) {
  margin-bottom: 0.3em;
}
.box_notes > :last-child, .box_notice > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notes, .box_notice, .box_disease, .box_symptoms {
    padding: 35px 43px;
    border-radius: 15px;
  }
}

.box_symptoms {
  background: var(--color-main-lite);
}

.box_disease {
  background: var(--color-bg03);
}

.box_notice {
  background: var(--color-bg02);
}

.box_notes {
  background: var(--color-base-bg);
  border: 1px solid var(--color-main);
}

:where(.contents) a {
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) a:hover {
    text-decoration: none;
    color: var(--color-main);
  }
}

.lnkp_ref {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 1em;
  line-height: 1.5;
  background: var(--color-bg05);
  border-radius: 0.3em;
}
.lnkp_ref a {
  display: inline-block;
  margin-inline: 0.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-main-dark);
}
.lnkp_ref a[target=_blank]::after {
  display: inline-block;
  margin-left: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
}
@media screen and (min-width: 48em), print {
  .lnkp_ref a:hover {
    color: var(--color-main);
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.65em 1em;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 5px;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.btn_detail::after, .btn_back::after {
  display: inline-block;
  margin-left: 0.7em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e90c';
  font-size: 200%;
  line-height: 0.5;
  letter-spacing: 0;
  vertical-align: -0.1em;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    font-size: 2.4rem;
    -webkit-box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
  }
  .btn_detail:hover, .btn_back:hover {
    background: var(--color-main-dark);
  }
}

mark {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-highlight, mark)));
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.attn, .notification {
  color: var(--color-attention, #f00);
}

.f-smaller {
  font-size: 0.85em;
}

.f-larger {
  font-size: 1.15em;
}

.f-fpm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.remarks, .notification {
  padding-left: 1em;
  text-indent: -1em;
}
.remarks > *, .notification > * {
  text-indent: 0;
}
span.remarks, span.notification {
  display: inline-block;
}

.notification {
  line-height: 1.5;
}

.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}

.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8ec';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  letter-spacing: 0;
  line-height: 1;
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.timetable {
  line-height: 1.33;
}
.timetable_tbl {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.timetable_tbl caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.3rem 1rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-soft);
  border-radius: 3px;
}
.timetable_tbl thead th {
  padding: 0.5rem 0;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main-soft);
}
.timetable_tbl thead th:first-child {
  width: 28%;
  border-radius: 3px 0 0 3px;
}
.timetable_tbl thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
  border-radius: 0 3px 3px 0;
}
.timetable_tbl tbody th {
  padding: 1.2rem 0;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-main-soft);
}
.timetable_tbl tbody td {
  padding: 1.2rem 0;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--color-main-soft);
}
.timetable_note {
  padding-top: 1rem;
  font-weight: 500;
}
.timetable_note .closed + ul {
  margin-top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl caption {
    margin-bottom: 0.7em;
    padding: 0.1em 0.4em;
    border-radius: 0.16em;
  }
  .timetable_tbl thead th {
    padding: 0.46em 0;
  }
  .timetable_tbl thead th:first-child {
    width: 25%;
    border-radius: 0.16em 0 0 0.16em;
  }
  .timetable_tbl thead th:last-child {
    width: 16%;
    padding-right: 4%;
    border-radius: 0 0.16em 0.16em 0;
  }
  .timetable_tbl tbody th {
    padding: 1.36em 0 1.4em;
    padding-right: 4%;
  }
  .timetable_tbl tbody td {
    padding: 1.36em 0 1.4em;
  }
  .timetable_tbl tbody td:first-child {
    padding-right: 4%;
  }
  .timetable_note {
    padding-top: 1.2em;
  }
  .timetable_note .closed + ul {
    margin-top: 0.6em;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -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;
}

.slick-list {
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.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;
  overflow: hidden;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.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;
}

.slick-loading .slick-list {
  background: #fff url("./../js/slick/image/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0 !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev {
  left: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 3px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 3px;
}
[dir=rtl] .slick-next {
  left: 3px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 1.2em;
}

.slick-dots {
  width: 100%;
  margin-top: 0.8em;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
}
.slick-dots li button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0px;
  color: transparent;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.hero {
  position: relative;
  padding-bottom: 1.5rem;
  background-color: var(--color-main);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-main)), to(var(--color-main))), url(../img/index/hero_bg.webp), -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-main-light)));
  background-image: linear-gradient(var(--color-main), var(--color-main)), url(../img/index/hero_bg.webp), linear-gradient(var(--color-white), var(--color-main-light));
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left bottom, right -1rem bottom 3rem, left top;
  background-size: 100% 3rem, 30% auto, auto;
}
.hero_img {
  width: 92%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
.hero_img .slick-list .slick-slide img {
  width: auto;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 48em), print {
  .hero {
    width: 100%;
    padding-bottom: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left bottom, right calc(50% - 826px) bottom 68px, left top;
    background-size: 100% 70px, auto, auto;
    overflow: clip;
  }
  .hero_img {
    width: clamp(1250px, 96%, 1650px);
    height: 750px;
    margin-left: 0;
    margin-right: auto;
    border-radius: 0 70px 70px 0;
  }
  .hero_img .slick-list .slick-slide img {
    height: 750px;
  }
}
@media screen and (min-width: 2001px) {
  .hero_img {
    margin-right: auto;
  }
}
.feature_tit, .treatment_tit, .greeting_tit, .primary_wrap > :where(section) .tit {
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.1;
  color: var(--color-txt01);
}
@media screen and (min-width: 48em), print {
  .feature_tit, .treatment_tit, .greeting_tit, .primary_wrap > :where(section) .tit {
    font-size: 3.8rem;
  }
}

.primary_wrap {
  padding-top: 4rem;
  padding-inline: 4%;
  padding-bottom: 5rem;
  background-color: var(--color-bg01);
  background-image: url(../img/index/bg_primary_wrap_l.webp), url(../img/index/bg_primary_wrap_r.webp);
  background-repeat: no-repeat;
  background-position: -50% 0%, 150% 100%;
  background-size: 75% auto;
}
.primary_wrap > :where(section) {
  padding: 2.5rem 1.5rem;
  background: var(--color-white);
  border-radius: 1rem;
}
.primary_wrap > :where(section) ~ section {
  margin-top: 3rem;
}

@media screen and (min-width: 48em), print {
  .primary_wrap {
    padding-top: 100px;
    padding-inline: 0;
    padding-bottom: 105px;
    background-position: calc(50% - 600px) 0%, calc(50% + 600px) 100%;
    background-size: auto;
  }
  .primary_wrap > :where(section) {
    width: 1200px;
    margin-inline: auto;
    padding: 67px;
    border-radius: 20px;
  }
  .primary_wrap > :where(section) ~ section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 2001px) {
  .primary_wrap {
    background-position: 0 0, 100% 100%;
  }
}
.consultation_hours .timetable {
  margin-top: 2rem;
}
.consultation_hours .timetable caption {
  display: none;
}

@media screen and (min-width: 48em), print {
  .consultation_hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .consultation_hours .tit {
    width: 215px;
    margin-inline: 0;
  }
  .consultation_hours .timetable {
    width: 757px;
    margin-top: 0;
  }
}
.consultation_days .calendar {
  margin-top: 2rem;
}
.consultation_days .calendar .status {
  text-align: center;
  line-height: 1;
}
.consultation_days .calendar .status li {
  display: inline-block;
}
.consultation_days .calendar .status li::before {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.3em;
  vertical-align: -0.1em;
  content: "";
}
.consultation_days .calendar .status li ~ li {
  margin-left: 1.5rem;
}
.consultation_days .calendar .box {
  margin-top: 2rem;
  line-height: 1.5;
}
.consultation_days .calendar .box table.caledit {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  border-bottom: 1px solid var(--color-border02);
}
.consultation_days .calendar .box table.caledit .month th {
  padding: 0.8rem 0 0.2rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background: var(--color-bg04);
}
.consultation_days .calendar .box table.caledit .week th {
  padding: 0.3rem 0;
  font-weight: 500;
  background: var(--color-bg04);
}
.consultation_days .calendar .box table.caledit .week th:first-child {
  border-radius: 0 0 3px;
}
.consultation_days .calendar .box table.caledit .week th:last-child {
  border-radius: 0 0 3px 0;
}
.consultation_days .calendar .box table.caledit .day {
  border-bottom: 1px solid var(--color-border02);
}
.consultation_days .calendar .box table.caledit .day td {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0.5rem 0 var(--color-base-bg), inset 0.5rem 0 0 var(--color-base-bg), inset -0.5rem 0 0 var(--color-base-bg), inset 0 -0.5rem 0 var(--color-base-bg);
          box-shadow: inset 0 0.5rem 0 var(--color-base-bg), inset 0.5rem 0 0 var(--color-base-bg), inset -0.5rem 0 0 var(--color-base-bg), inset 0 -0.5rem 0 var(--color-base-bg);
}
.consultation_days .calendar .box table.caledit .day td.notTheMonth {
  color: var(--color-txt03);
  background: transparent;
}
.consultation_days .calendar table.caledit .day td.outPatient,
.consultation_days .calendar .status .outPatient::before {
  background: var(--color-holiday);
}
.consultation_days .calendar table.caledit .day td.amOnly,
.consultation_days .calendar .status .amOnly::before {
  background: var(--color-main-soft);
}

@media screen and (min-width: 48em), print {
  .consultation_days .calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .consultation_days .calendar .status {
    width: 100%;
    margin-bottom: 18px;
  }
  .consultation_days .calendar .status li ~ li {
    margin-left: 50px;
  }
  .consultation_days .calendar .box {
    margin-top: 0;
    width: 515px;
  }
  .consultation_days .calendar .box table.caledit .month th {
    padding: 10px 0 2px;
    font-size: 2.2rem;
  }
  .consultation_days .calendar .box table.caledit .week th {
    padding: 4px 0;
  }
  .consultation_days .calendar .box table.caledit .day td {
    padding: 16px 10px;
    -webkit-box-shadow: inset 0 12px 0 var(--color-base-bg), inset 12px 0 0 var(--color-base-bg), inset -12px 0 0 var(--color-base-bg), inset 0 -12px 0 var(--color-base-bg);
            box-shadow: inset 0 12px 0 var(--color-base-bg), inset 12px 0 0 var(--color-base-bg), inset -12px 0 0 var(--color-base-bg), inset 0 -12px 0 var(--color-base-bg);
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news .box {
  margin-top: 2rem;
  max-height: 24rem;
  overflow-y: auto;
}
.news .box dl {
  padding-inline: 0.7rem;
  line-height: 1.5;
}
.news .box dl dt {
  font-size: 1.6rem;
  color: var(--color-main);
}
.news .box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 1.3rem;
}
.news .box dl dt.is_open::before {
  content: "\e80d";
}
.news .box dl dt ~ dt {
  margin-top: 1em;
}
.news .box dl dd {
  padding-block: 0.5em;
}

@media screen and (min-width: 48em), print {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 16px;
  }
  .news .tit {
    width: 215px;
    margin-inline: 0;
  }
  .news .box {
    width: 810px;
    max-height: 450px;
    margin-top: 0;
    padding-right: 50px;
  }
  .news .box dl dt {
    font-size: 2rem;
  }
  .news .box dl dt::before {
    font-size: 1.5rem;
  }
  .news .box dl dt ~ dt {
    margin-top: 20px;
  }
}
.greeting {
  margin-block: 4rem;
  padding-inline: 4%;
}
.greeting_box {
  margin-top: 2rem;
}
.greeting_box .img {
  width: 60%;
  margin-inline: auto;
}
.greeting_box .img img {
  border-radius: 0.5rem;
}
.greeting_box .img figcaption {
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  text-align: center;
}
.greeting_box .img figcaption span {
  font-size: 1.8rem;
}
.greeting_box .txt {
  padding: 1.8rem 2rem 2.6rem;
  background: var(--color-main-lite);
  border-radius: 0.8rem;
}
.greeting_box .txt p {
  margin-bottom: 0.5em;
  line-height: 1.66;
  text-align: justify;
}
.greeting_box .txt .more {
  margin-top: 1.8rem;
  text-align: center;
}
.greeting_box .txt .more .btn {
  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;
  gap: 0 0.5rem;
  width: 60%;
  padding: 0.8rem;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.greeting_box .txt .more .btn::after {
  display: inline-block;
  width: 2em;
  height: 0.4em;
  border-right: 2px solid rgba(var(--color-white-rgb), 0.9);
  border-bottom: 2px solid rgba(var(--color-white-rgb), 0.9);
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  content: "";
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin-block: 85px;
    padding-inline: 0;
  }
  .greeting_box {
    display: flow-root;
    margin-top: 45px;
  }
  .greeting_box .img {
    float: right;
    width: calc(50% - 120px);
    margin: 76px 0 0;
  }
  .greeting_box .img img {
    width: 480px;
    border-radius: 10px;
  }
  .greeting_box .img figcaption {
    position: relative;
    top: -65px;
    margin: 0 0 0 273px;
    padding: 30px 40px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    background: rgba(var(--color-bg02-rgb), 0.85);
    border-radius: 10px 0 0 10px;
  }
  .greeting_box .img figcaption span {
    font-size: 2.6rem;
  }
  .greeting_box .txt {
    width: calc(50% + 188px);
    padding: 74px 103px 76px calc(50% - 600px);
    border-radius: 0 20px 20px 0;
  }
  .greeting_box .txt p {
    line-height: 2.2;
  }
  .greeting_box .txt .more {
    margin-top: 40px;
    text-align: left;
  }
  .greeting_box .txt .more .btn {
    gap: 0 13px;
    width: 230px;
    padding: 6px 0 8px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.16);
  }
  .greeting_box .txt .more .btn::after {
    width: 40px;
    height: 10px;
  }
  .greeting_box .txt .more .btn:hover {
    background: var(--color-main-dark);
  }
}
.treatment {
  margin-top: 4rem;
  padding-block: 4rem;
  padding-inline: 4%;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 10%;
  margin-top: 3rem;
  padding-inline: 5%;
}
.treatment_lst::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../img/index/treatment_li_bg.webp);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: cover;
  content: "";
}
.treatment_lst li {
  width: 45%;
}
.treatment_lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 1/1;
  padding: 1.5rem 1rem 0.5rem;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  word-break: keep-all;
  color: var(--color-base-txt);
  background: var(--color-base-bg);
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--color-main-soft);
  outline-offset: -0.7rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.treatment_lst li a::before {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 50%;
  aspect-ratio: 1/1;
  margin: 0 auto 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.treatment_lst li .a_internal::before {
  background-image: url(../img/index/treatment_internal.svg);
}
.treatment_lst li .a_cardiovascular::before {
  background-image: url(../img/index/treatment_cardiovascular.svg);
}
.treatment_lst li .a_ap::before {
  background-image: url(../img/index/treatment_ap.svg);
}
.treatment_lst li .a_mi::before {
  background-image: url(../img/index/treatment_mi.svg);
}
.treatment_lst li .a_arrhythmia::before {
  background-image: url(../img/index/treatment_arrhythmia.svg);
}
.treatment_lst li .a_hf::before {
  background-image: url(../img/index/treatment_hf.svg);
}
.treatment_lst li .a_hbp::before {
  background-image: url(../img/index/treatment_hbp.svg);
}
.treatment_lst li .a_arteriosclerosis::before {
  background-image: url(../img/index/treatment_arteriosclerosis.svg);
}
.treatment_lst li .a_aso::before {
  background-image: url(../img/index/treatment_aso.svg);
}
.treatment_lst li .a_aa::before {
  background-image: url(../img/index/treatment_aa.svg);
}
.treatment_lst li .a_lifestyle_related::before {
  background-image: url(../img/index/treatment_lifestyle_related.svg);
}
.treatment_lst li .a_diabetes::before {
  background-image: url(../img/index/treatment_diabetes.svg);
}
.treatment_lst li .a_dyslipidemia::before {
  background-image: url(../img/index/treatment_dyslipidemia.svg);
}
.treatment_lst li .a_gout::before {
  background-image: url(../img/index/treatment_gout.svg);
}
.treatment_lst li .a_fever::before {
  background-image: url(../img/index/treatment_fever.svg);
}
.treatment_lst li .a_vaccination::before {
  background-image: url(../img/index/treatment_vaccination.svg);
}
.treatment_lst li .a_checkup::before {
  background-image: url(../img/index/treatment_checkup.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    margin-top: 100px;
    padding-block: 92px;
    padding-inline: 0;
  }
  .treatment_lst {
    gap: 46px 74px;
    margin-top: 55px;
    padding-inline: 0;
  }
  .treatment_lst::after {
    background-size: auto;
  }
  .treatment_lst li {
    width: 180px;
  }
  .treatment_lst li a {
    padding: 25px 14px 14px;
    font-size: 2rem;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.16);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  .treatment_lst li a::before {
    width: 75px;
    margin: 0 auto 14px;
  }
  .treatment_lst li a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    outline-width: 8px;
    -webkit-box-shadow: 0px 5px 1px rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0px 5px 1px rgba(var(--color-black-rgb), 0.1);
    -webkit-filter: hue-rotate(-48deg);
            filter: hue-rotate(-48deg);
  }
}
.feature {
  margin-top: 5rem;
  padding-inline: 4%;
}
.feature_boxs {
  counter-reset: fNum 0;
  margin-top: 4rem;
}
.feature_boxs .box {
  counter-increment: fNum 1;
  margin-top: 2.5rem;
}
.feature_boxs .box::before {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.5em 0.5em 0.2em;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
.feature_boxs .box .tit {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.feature_boxs .box .txt {
  margin-bottom: 0;
  line-height: 1.5;
}
.feature_boxs .box .img img {
  border-radius: 0.5rem;
}
.feature_boxs .box:nth-of-type(odd)::before {
  color: var(--color-main);
  background-image: url(../img/index/feature_tit01.svg);
}
.feature_boxs .box:nth-of-type(odd) .tit {
  color: var(--color-main-deep);
}
.feature_boxs .box:nth-of-type(even)::before {
  color: var(--color-sub-soft);
  background-image: url(../img/index/feature_tit02.svg);
}
.feature_boxs .box:nth-of-type(even) .tit {
  color: var(--color-sub);
}

@media screen and (max-width: 47.99em) {
  .feature_boxs .box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature_boxs .box .tit {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .feature_boxs .box .txt {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .feature_boxs .box .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .feature_boxs .box:nth-of-type(odd) {
    -ms-grid-columns: 55% 40%;
    grid-template-columns: 55% 40%;
  }
  .feature_boxs .box:nth-of-type(odd)::before,
  .feature_boxs .box:nth-of-type(odd) .tit,
  .feature_boxs .box:nth-of-type(odd) .txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .feature_boxs .box:nth-of-type(odd) .img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .feature_boxs .box:nth-of-type(even) {
    -ms-grid-columns: 40% 55%;
    grid-template-columns: 40% 55%;
  }
  .feature_boxs .box:nth-of-type(even)::before,
  .feature_boxs .box:nth-of-type(even) .tit,
  .feature_boxs .box:nth-of-type(even) .txt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .feature_boxs .box:nth-of-type(even) .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 48em), print {
  .feature {
    padding: 100px 0;
    background-image: url(../img/index/feature_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2000px 130px;
  }
  .feature_boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .feature_boxs .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
  }
  .feature_boxs .box::before {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    font-size: 5rem;
  }
  .feature_boxs .box .tit {
    margin: 20px 0 12px;
    font-size: 2.2rem;
  }
  .feature_boxs .box .txt {
    line-height: 1.7;
  }
  .feature_boxs .box .img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .feature_boxs .box .img img {
    border-radius: 10px;
  }
  .feature_boxs .box:nth-of-type(odd) {
    margin-top: 0;
  }
  .feature_boxs .box:nth-of-type(even) {
    margin-top: 170px;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-size: 100% 130px;
  }
}
body:not(#page_index) #global_header {
  padding-bottom: 1rem;
  background-image: url(../img/header_bg.webp), -webkit-gradient(linear, left top, left bottom, from(var(--color-main)), to(var(--color-main)));
  background-image: url(../img/header_bg.webp), linear-gradient(var(--color-main), var(--color-main));
  background-repeat: no-repeat;
  background-position: right top, right bottom;
  background-size: auto calc(100% - 2.5rem), auto 5rem;
}
@media screen and (min-width: 48em), print {
  body:not(#page_index) #global_header {
    padding-bottom: 0;
    background-repeat: repeat-x, no-repeat;
    background-position: right 50% bottom 180px, right bottom;
    background-size: auto, 100% 180px;
  }
}

.heading {
  --color-headingbg: #f3f1ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  padding-left: 3rem;
  padding-right: 35%;
  word-break: auto-phrase;
  color: var(--color-txt01);
  background-image: url(../img/header_tit_bg.webp), -webkit-gradient(linear, left top, right top, color-stop(50%, var(--color-headingbg)), color-stop(50%, transparent));
  background-image: url(../img/header_tit_bg.webp), linear-gradient(90deg, var(--color-headingbg) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: right 2rem top 0, left top;
  background-size: cover;
}
.heading h1 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media screen and (min-width: 48em), print {
  .heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 450px;
    padding: 85px calc(50% - 600px);
    background-position: right calc(50% + 175px) top 0, left top;
    background-size: auto;
  }
  .heading h1 {
    font-size: 3.8rem;
  }
}

.lower_container {
  background-image: url(../img/lower_container_bg_l.webp), url(../img/lower_container_bg_r.webp);
  background-repeat: no-repeat;
  background-position: left -15% top 0, right -15% top 0;
  background-size: 30% auto;
}
@media screen and (min-width: 48em), print {
  .lower_container {
    background-position: left calc(50% - 766px) top 0, right calc(50% - 767px) top 0;
    background-size: auto;
  }
}
@media screen and (min-width: 2001px) {
  .lower_container {
    background-position: left top, right top;
  }
}

.breadcrumbs {
  padding: 1rem 4% 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 18px 0 5px;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding: 3rem 4% 8rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    padding: 60px calc(50% - 533px) 200px;
  }
}

body#page_doctor .doctor_greeting .img_r {
  width: 60%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
body#page_doctor .doctor_greeting p {
  margin-bottom: 0.5em;
}
body#page_doctor .doctor_greeting .signature {
  margin-top: 1em;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile section {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile section.bio dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 0 auto;
  grid-template-columns: 6em auto;
  gap: 0.4em 0;
}
body#page_doctor .doctor_profile section.bio dl dt {
  white-space: nowrap;
}
body#page_doctor .doctor_profile section.bio dl dt i {
  display: none;
}
body#page_doctor .doctor_profile section.bio dl dd {
  word-break: auto-phrase;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    width: 300px;
    aspect-ratio: auto;
  }
  body#page_doctor .doctor_greeting .signature {
    clear: both;
    padding-right: 10px;
    line-height: 1.3;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 50px;
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile section.bio dl {
    gap: 0;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-slide {
  overflow: hidden;
}
body#page_clinic .slider .slider-panel .slick-slide figcaption {
  display: block;
  padding: 0.5em 0.2em 0.4em;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_clinic .slider .slider-panel .slick-arrow::before {
  -webkit-filter: drop-shadow(0 0 2px rgba(var(--color-gray-rgb), 0.5));
          filter: drop-shadow(0 0 2px rgba(var(--color-gray-rgb), 0.5));
}
body#page_clinic .slider .slider-panel .slick-dots li.slick-active button {
  background: var(--color-main);
}
body#page_clinic .slider .slider-nav {
  margin-top: 4px;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  outline: 4px solid var(--color-base-bg);
  outline-offset: -4px;
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline-color: var(--color-main);
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .slider li {
    line-height: 1;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-arrow::before {
    font-size: 5rem;
    color: var(--color-main);
    -webkit-filter: none;
            filter: none;
  }
  body#page_clinic .slider .slider-panel .slick-arrow:hover:before, body#page_clinic .slider .slider-panel .slick-arrow:focus:before {
    color: var(--color-main-dark);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  body#page_clinic .slider .slider-nav {
    margin-top: 5px;
  }
}

@media screen and (min-width: 48em), print {
  body#page_visitor .visitor_first {
    display: flow-root;
  }
}

body#page_access .timetable caption {
  display: none;
}
body#page_access .access_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6em 1em auto;
  grid-template-columns: 6em auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.8em 1em;
}
body#page_access .access_info > dt {
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-soft);
  border-radius: 0.5rem;
}
body#page_access .gmap {
  margin-top: 2rem;
  width: 100%;
  height: 40rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .access_photo img ~ img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable tbody th {
    font-size: 2.4rem;
  }
  body#page_access .timetable tbody td {
    font-size: 2rem;
  }
  body#page_access .access_info {
    -ms-grid-columns: 180px 30px auto;
    grid-template-columns: 180px auto;
    gap: 12px 30px;
    font-size: 2rem;
    background: url(../img/logo_mark.svg) no-repeat right top/auto;
  }
  body#page_access .gmap {
    margin-top: 30px;
    height: 500px;
  }
  body#page_access .access_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
  }
  body#page_access .access_photo img ~ img {
    margin-top: 0;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}