@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  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(: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.2ex;
}

: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;
  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(b) {
  font-weight: 700;
}

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

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

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

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

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

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

@font-face {
  font-family: "fontello";
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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;
}

:target {
  scroll-margin-top: 80px; /* 固定ヘッダの高さに合わせて調整 */
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

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

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

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

.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 1rem;
}
.img_c.w100 {
  max-width: 100%;
}

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

@media screen and (max-width: 47.99em) {
  .img_c.w50 {
    max-width: 60%;
  }
  .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: 20px;
  }
  .img_c.w50 {
    max-width: 375px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 0 35px 20px 0;
    border-radius: 20px;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 35px;
    border-radius: 20px;
  }
}
.c_red {
  color: var(--color-notice);
}

.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;
  }
}
article > section ~ section {
  margin-top: 4rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2rem;
}
article > section h2 + section, article > section h3 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}

.tit_02 {
  margin: 0 0 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
}
.tit_02::before {
  display: block;
  width: 3em;
  height: 2em;
  margin: 0 auto 0.5rem;
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.tit_02::after {
  display: block;
  width: 1.2em;
  height: 0.7em;
  margin: 0 auto;
  background-image: url(../img/tit_02_bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
}
.tit_02 i {
  display: inline-block;
  font-size: 86%;
}

.tit_03 {
  margin: 0 0 1.4rem;
  padding: 0.8rem 0.6rem 0.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--color-white);
  background: linear-gradient(var(--color-main) 3px, var(--color-white) 3px, var(--color-white) 5px, var(--color-main) 5px);
  border-radius: 0.3rem;
}

.tit_04 {
  margin: 0 0 1.2rem;
  padding-bottom: 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-border);
}
.tit_04::before {
  display: inline-block;
  width: 3px;
  height: 1.1em;
  margin-right: 0.7rem;
  line-height: 1.1;
  background: var(--color-sub);
  vertical-align: -0.2em;
  content: "";
}

.tit_05 {
  margin: 0 0 1rem;
  padding-left: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_05::before {
  display: inline-block;
  margin-left: -2rem;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e899';
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-main);
}

.tit_06 {
  margin: 0 0 0.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 36px;
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
  .tit_02::before {
    width: 94px;
    height: 60px;
    margin: 0 auto 13px;
  }
  .tit_02::after {
    width: 36px;
    height: 19px;
  }
  .tit_02 i {
    font-size: inherit;
  }
  .tit_03 {
    margin: 0 0 18px;
    padding: 14px 12px 11px;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    background: linear-gradient(var(--color-main) 4px, var(--color-white) 4px, var(--color-white) 7px, var(--color-main) 7px);
    border-radius: 5px;
  }
  .tit_04 {
    margin: 0 0 18px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    border-bottom-width: 2px;
  }
  .tit_04::before {
    width: 4.8px;
    margin-right: 11px;
  }
  .tit_05 {
    margin: 0 0 12px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .tit_05::before {
    font-size: 1.8rem;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.lst_ul > li {
  padding-left: 1em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-sub);
  line-height: 1;
  transform: scale(0.6) translateX(-0.2em);
  content: "●";
}

.lst > li ~ li {
  margin-top: 0.5em;
}

.lst_kome li {
  padding-left: 1.5rem;
  position: relative;
}
.lst_kome li::before {
  content: "※";
  color: var(--color-notice);
  position: absolute;
  top: 0;
  left: 0;
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.6em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: flex;
  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: flex;
    flex-wrap: wrap;
    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.6em;
}
.lst_ol > li::marker {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: var(--color-main);
}

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

.lst_inbox {
  display: flow-root;
  font-size: 1.3rem;
}
.lst_inbox li {
  line-height: 1.4;
}
.lst_inbox li ~ li {
  margin-top: 0.6em;
}
@media screen and (min-width: 48em), print {
  .lst_inbox {
    font-size: 1.5rem;
  }
  .lst_inbox[class*=box_] {
    padding: 20px 25px;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  counter-increment: flowNum 1;
  padding: 1.2rem 1rem 0.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 120%;
  background: var(--color-bg-flowbox);
  border-radius: 0.5rem 0.5rem 0 0;
}
.dl_flow dt::before {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  text-align: center;
  line-height: 2em;
  vertical-align: baseline;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 50%;
  content: counter(flowNum, decimal-leading-zero);
}
.dl_flow dd {
  position: relative;
  padding: 0.5rem 1rem 1rem;
  background: var(--color-bg-flowbox);
  border-radius: 0 0 0.5rem 0.5rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  border-color: var(--color-main) transparent transparent transparent;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 24px 22px 6px;
    font-size: 2.4rem;
    border-radius: 10px 10px 0 0;
  }
  .dl_flow dt::before {
    width: 50px;
    height: 50px;
    margin-right: 17px;
    font-size: 2.6rem;
    line-height: 50px;
  }
  .dl_flow dd {
    padding: 6px 88px 22px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 90px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -60px;
    border-width: 28px 17.5px 0 17.5px;
  }
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: collapse;
}
.tbl_simple th, .tbl_data th {
  padding: 0.2em 0.3em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.tbl_simple td, .tbl_data td {
  padding: 0.5em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th {
    padding: 0.55em 0.5em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 0.55em 1.5em;
  }
}

.tbl_data {
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_data thead tr > *:not(:first-child) {
  border-left: 1px solid var(--color-white);
}
.tbl_data thead tr:first-of-type > *:first-child {
  border-radius: 0.5rem 0 0 0;
}
.tbl_data thead tr:first-of-type > *:last-child {
  border-radius: 0 0.5rem 0 0;
}
.tbl_data thead tr th {
  color: var(--color-white);
  background: var(--color-accent);
}
.tbl_data tbody .subhead {
  background: var(--color-bg-section);
}
.tbl_data tbody tr > *:not(:first-child) {
  border-left: 1px solid var(--color-border-tbl);
}
.tbl_data tbody tr th {
  border-bottom: 1px solid var(--color-border-tbl);
}
.tbl_data tbody tr td {
  border-bottom: 1px solid var(--color-border-tbl);
}
@media screen and (min-width: 48em), print {
  .tbl_data thead tr:first-of-type > *:first-child {
    border-radius: 10px 0 0 0;
  }
  .tbl_data thead tr:first-of-type > *:last-child {
    border-radius: 0 10px 0 0;
  }
}

.tbl_simple {
  border-top: 1px solid var(--color-border-tbl);
}
.tbl_simple th {
  background: var(--color-sub-pale);
  border-bottom: 1px solid var(--color-border-tbl);
}
.tbl_simple td {
  border-bottom: 1px solid var(--color-border-tbl);
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
  }
  .sp_frame > table {
    width: 200%;
  }
}
@media screen and (min-width: 48em), print {
  .sp_frame > table {
    width: 100%;
  }
}

.box_notice, .box_notes, .box_disease, .box_symptoms {
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.5rem;
}
.box_notice > :last-child, .box_notes > :last-child, .box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_notice, .box_notes, .box_disease, .box_symptoms {
    padding: 30px 25px;
    border-radius: 10px;
  }
}

.box_symptoms {
  background: var(--color-sub-pale);
}
.box_symptoms dl dt {
  margin-bottom: 0.1em;
  font-weight: 700;
}
.box_symptoms dl dt ~ dt {
  margin-top: 1em;
}
.box_symptoms dl dt::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e899';
  line-height: 1;
  color: var(--color-sub);
  transform: scale(0.8);
}
.box_symptoms dl dd {
  line-height: 1.4;
}

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

.box_notes {
  background: var(--color-accent-pale);
}
.box_notes .tit {
  margin-bottom: 0.7em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--color-accent-bright);
}
.box_notes .lst_ul > li::before {
  color: var(--color-accent-bright);
}

.box_notice {
  background: var(--color-base-bg);
  border: 2px solid var(--color-sub);
}

:where(.contents) a {
  color: var(--color-sub);
  text-decoration: underline;
}
:where(.contents) a:hover {
  color: var(--color-sub-dark);
}

.lnk_pdf::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e805';
}

.lnk_ref::after {
  content: "≫";
}

.lnk_external::before {
  display: inline-block;
  margin-right: 0.25em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
}
.lnk_external::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e804';
  font-size: 80%;
}

.lnk_acs::before {
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e806';
  font-size: 118%;
}

.btn_back, .btn_detail {
  display: inline-block;
  padding: 0.6em 1em 0.7em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 2em;
}
.btn_back::before, .btn_detail::before {
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  .btn_back, .btn_detail {
    padding: 0.8em 3em;
    letter-spacing: 0.1em;
    font-size: 120%;
  }
}

.btn_rsv {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
}
.btn_detail {
  color: var(--color-txt-em);
  background: var(--color-main-light);
  border: 2px solid var(--color-main-light);
}
.btn_detail:hover {
  color: var(--color-txt-em);
  background: var(--color-base-bg);
  border-color: currentColor;
}

.btn_back {
  color: var(--color-white);
  background: var(--color-sub);
}
.btn_back:hover {
  color: var(--color-white);
  background: var(--color-sub-dark);
}

.fixed_reserve {
  display: none;
}

@media screen and (min-width: 48em), print {
  .fixed_reserve {
    top: 20rem;
    display: block;
    position: fixed;
    right: 0;
    top: 16.5rem;
    z-index: 100;
  }
  .fixed_reserve a {
    display: block;
    background: var(--color-sub);
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
    transition: all 0.3s ease;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  }
  .fixed_reserve a::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e805';
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 4rem;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
    line-height: 1;
  }
  .fixed_reserve a.web_rsv {
    display: block;
    background: var(--color-sub);
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 2rem;
    border-radius: 1rem 0 0 1rem;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    text-align: center;
  }
  .fixed_reserve a.web_rsv::before {
    content: "";
    background: url("../img/icon_webrsv.svg") no-repeat;
    display: block;
    text-align: center;
    width: 8rem;
    height: 6rem;
    margin: auto;
  }
  .fixed_reserve a:is(:hover, :focus-visible) {
    background: var(--color-main);
    opacity: 1;
  }
}
mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

.clr-notice {
  color: var(--color-notice, #f00);
}

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

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

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

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

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

.phone a, .phone_btn a {
  display: inline-block;
}
.phone a::before, .phone_btn a::before {
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 88%;
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  .phone::before, .phone_btn::before {
    display: inline-block;
    margin-right: 0.3em;
    font-family: "fontello";
    font-weight: normal;
    content: '\e80a';
    font-size: 80%;
    vertical-align: 0.1em;
  }
  .phone a::before, .phone_btn a::before {
    display: none;
  }
}

.phone_btn {
  display: inline-block;
  padding: 0.6em 1em 0.7em;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 1.5em;
}
@media screen and (min-width: 48em), print {
  .phone_btn {
    padding: 0.5em 1em 0.6em;
    letter-spacing: 0.1em;
  }
}

a.inquiry_btn,
.inquiry_btn a {
  display: inline-block;
  padding: 0.86em 1.2em 0.82em;
  line-height: 1.1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-sub);
  border-radius: 1.5em;
}
a.inquiry_btn::before,
.inquiry_btn a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
}
@media screen and (min-width: 48em), print {
  a.inquiry_btn,
  .inquiry_btn a {
    padding: 0.8em 1.2em;
    letter-spacing: 0.1em;
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.3em;
  line-height: 1.3;
  text-align: left;
}
.timetable thead th {
  padding: 0.6em 0;
  font-weight: normal;
}
.timetable thead th:first-child {
  border-radius: 5px 0 0 0;
}
.timetable thead th:last-child {
  letter-spacing: -0.1em;
  border-radius: 0 5px 0 0;
}
.timetable tbody {
  background: var(--color-white);
}
.timetable tbody th {
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid currentColor;
}
.timetable tbody td {
  text-align: center;
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 48em), print {
  .timetable caption {
    margin-top: 0.5em;
  }
  .timetable thead th {
    padding: 1em 0;
  }
  .timetable tbody th, .timetable tbody td {
    padding: 1.05em 0;
  }
}

table.timetable[data-type=consultation] caption i {
  display: inline-block;
  margin-right: 0.3em;
  padding: 0 0.5em;
  color: var(--color-white);
  background: var(--color-cale-notice);
  border-radius: 5px;
}
table.timetable[data-type=consultation] thead th {
  color: var(--color-white);
  background: var(--color-main);
}
table.timetable[data-type=consultation] thead th:first-child {
  width: 30%;
}
table.timetable[data-type=consultation] thead th:last-child {
  width: 12%;
  padding-right: 2%;
}
table.timetable[data-type=consultation] tbody th {
  border-bottom-color: var(--color-main);
}
table.timetable[data-type=consultation] tbody td {
  padding: 0.8em 0;
  color: var(--color-main);
  border-bottom-color: var(--color-main);
}
table.timetable[data-type=consultation] tbody td:last-child {
  width: 12%;
  padding-right: 2%;
}
table.timetable[data-type=consultation] tbody td.close {
  color: inherit;
}
@media screen and (min-width: 48em), print {
  table.timetable[data-type=consultation] caption i {
    margin-right: 0.8em;
    padding: 0 0.8em;
    line-height: 2.2;
  }
  table.timetable[data-type=consultation] thead th:first-child {
    width: 22%;
  }
  table.timetable[data-type=consultation] thead th:last-child {
    width: 13%;
  }
}

table.timetable[data-type=charge] i {
  color: var(--color-cale-notice);
}
table.timetable[data-type=charge] caption li {
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
table.timetable[data-type=charge] thead th {
  color: var(--color-white);
  background: var(--color-cale-charge);
}
table.timetable[data-type=charge] tbody th, table.timetable[data-type=charge] tbody td {
  border-bottom: 1px solid var(--color-cale-charge);
}
@media screen and (max-width: 47.99em) {
  table.timetable[data-type=charge] {
    display: flex;
    flex-wrap: wrap;
  }
  table.timetable[data-type=charge] caption {
    order: 5;
    width: 100%;
    padding-top: 0.3rem;
    font-size: 1.2rem;
  }
  table.timetable[data-type=charge] thead {
    width: 23%;
  }
  table.timetable[data-type=charge] thead tr {
    height: 100%;
  }
  table.timetable[data-type=charge] thead tr th {
    border-bottom: 1px solid var(--color-cale-charge);
  }
  table.timetable[data-type=charge] thead tr th:not(:first-child) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  table.timetable[data-type=charge] thead tr th:last-child {
    letter-spacing: 0;
    border-radius: 0 0 0 5px;
  }
  table.timetable[data-type=charge] tbody {
    width: 77%;
    display: flex;
    height: auto;
  }
  table.timetable[data-type=charge] tbody tr {
    width: 50%;
    border-left: 1px solid var(--color-cale-charge);
  }
  table.timetable[data-type=charge] tbody tr th {
    background: var(--color-cale-charge-sub);
  }
  table.timetable[data-type=charge] tr {
    display: grid;
    grid-template-rows: 1fr 1fr 3fr 3fr 1fr 1fr 1fr 1fr;
  }
  table.timetable[data-type=charge] tr > * {
    padding: 0.5rem 0;
    line-height: 1.3;
  }
}
@media screen and (min-width: 48em), print {
  table.timetable[data-type=charge] caption li {
    padding-left: 0;
    text-indent: 0;
  }
  table.timetable[data-type=charge] thead th:first-child {
    width: 19%;
  }
  table.timetable[data-type=charge] thead th:last-child {
    width: 9%;
  }
  table.timetable[data-type=charge] tbody td {
    padding: 1em 0.6em;
    line-height: 1.2;
  }
}

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

:root {
  --sp-fontsize: 1.3rem;
  --sp-l-height: 1.55;
  --pc-l-height: 1.75;
  --color-base-txt: #333;
  --color-base-txt-rgb: 51,51,51;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main: #6b97cf;
  --color-main-rgb: 107,151,207;
  --color-main-bright: #4d93ed;
  --color-main-light: #dbebff;
  --color-main-light-rgb: 219,235,255;
  --color-main-pale: #ecf5ff;
  --color-sub: #ec85b9;
  --color-sub-pale: #ffeef6;
  --color-sub-dark: #ec469a;
  --color-accent: #8ac887;
  --color-accent-bright: #57b053;
  --color-accent-pale: #e5f5e7;
  --color-txt-em: #5585c2;
  --color-txt-em-rgb: 85,133,194;
  --color-bg-section: #eff4fb;
  --color-bg-th: #cbe2ff;
  --color-bg-flowbox: #f6f6f6;
  --color-border: #eee;
  --color-border-tbl: #aaa;
  --color-notice: #eb4f5f;
  --color-highlight: #deebfc;
  --color-header-h1: #5281be;
  --color-gnav-border: #3a5e8d;
  --color-cale-notice: #f36d80;
  --color-cale-charge: #8ac887;
  --color-cale-charge-sub: #d9edd8;
  --color-catch-txt: #4274B4;
  --color-catch-em: #db66a1;
  --color-catch-bg: 219,235,255;
  --color-news-border: #8d96a2;
  --color-treatment-border: #bcd8fc;
  --color-medical-shadow-rgb: 85,133,194;
  --color-medical-hover: #dcecff;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  font-size: 3.125vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Hiragino Sans", Meiryo, sans-serif;
}

body {
  color: var(--color-base-txt);
  background: 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);
}
.main.contents {
  padding: 3rem 5% 4rem;
  background-image: url(../img/bg_circle_l.webp), url(../img/bg_circle_r.webp);
  background-repeat: no-repeat;
  background-position: -28% -1rem, 124% 8rem;
  background-size: 55vw auto, 45vw auto;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a {
    transition: 0.3s;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
  .main.contents {
    padding: 15px calc(50% - 500px) 80px;
    letter-spacing: 0.1em;
    background-position: calc(50% - 796px) 0, calc(50% + 822px) 176px;
    background-size: auto;
  }
}
@media screen and (max-width: 47.99em) {
  .js-sp_sticky .logo, .js-sp_sticky #sp_btn {
    transform: translateY(0);
    transition: 0.5s ease;
  }
  .js-sp_sticky.is_hide .logo, .js-sp_sticky.is_hide #sp_btn {
    transform: translateY(-6rem);
  }
}
#global_header {
  position: relative;
}
#global_header .header_wrap .logo {
  width: 100%;
  height: 6.4rem;
  padding: 1.2rem 6.6rem 1rem 1rem;
  background: var(--color-base-bg);
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 1rem 1rem;
  font-size: 1.3rem;
  text-align: center;
}
#global_header .header_wrap .clinic_info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global_header .header_wrap .clinic_info ul li {
  width: 49%;
}
#global_header .header_wrap .clinic_info .acs {
  margin: 0.5rem 0 0.8rem;
}
#global_header .header_wrap .clinic_info .acs li {
  padding: 0.3rem 0;
  text-align: center;
  background: var(--color-main-light);
  border-radius: 5px;
}
#global_header .header_wrap .clinic_info .acs li b {
  font-size: 137.5%;
  line-height: 0.7;
  color: var(--color-main);
}
#global_header .header_wrap .clinic_contact li.phone_btn {
  font-size: 1.45rem;
}
#global_header .header_wrap .clinic_contact li.inquiry_btn {
  font-size: 1.2rem;
}
#global_header .header_wrap .clinic_contact li.inquiry_btn a {
  display: block;
}

@media screen and (max-width: 47.99em) {
  #global_header .header_wrap {
    padding-top: 6.4rem;
  }
  #global_header .header_wrap .logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  body:not(#page_index) #global_header .header_wrap .clinic_info {
    display: none;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 164px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #global_header .header_wrap .logo {
    width: 644px;
    height: 107px;
    padding: 0;
  }
  #global_header .header_wrap .clinic_info {
    width: 445px;
    padding: 0 0 4px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #global_header .header_wrap .clinic_info ul li {
    width: 217px;
  }
  #global_header .header_wrap .clinic_info .acs {
    margin: 8px 0 10px;
  }
  #global_header .header_wrap .clinic_contact li.phone_btn {
    font-size: 2.2rem;
  }
  #global_header .header_wrap .clinic_contact li.inquiry_btn {
    font-size: 1.8rem;
  }
  #global_header .header_wrap .clinic_contact li.inquiry_btn a {
    line-height: 1;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    background: linear-gradient(transparent 6rem, rgba(var(--color-base-bg-rgb), 0.8) 6rem);
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3rem);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 5;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
#global_nav {
  font-family: "Zen Maru Gothic", sans-serif;
}
#global_nav .gnav li a, #global_nav .gnav li button {
  display: block;
  width: 100%;
}
#global_nav .gnav li .sub_btn {
  width: 100%;
}
#global_nav .gnav li .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
#global_nav .gnav li .sub_btn.close {
  background: var(--color-txt-em);
}
#global_nav .gnav li .sub_btn.close::after {
  content: "\e80d";
}
#global_nav .gnav li .subnav {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-base-txt);
  background: var(--color-white);
}
#global_nav .gnav li .subnav > li {
  width: 50%;
}
#global_nav .gnav li .subnav > li a {
  transition: none;
}
#global_nav .gnav li .subnav > li a::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  color: var(--color-main);
  line-height: 1;
  transform: scale(0.6) translateX(-0.3em);
}
#global_nav .gnav li .subnav > li a:hover {
  color: var(--color-txt-em);
  background: var(--color-main-light);
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-white);
    background: var(--color-main);
    border: none;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e801';
    font-size: 3.4rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 0.9rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e802";
    transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 6rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 75vh;
    padding: 1.6rem;
    font-size: 1.4rem;
    color: var(--color-white);
    background: rgba(var(--color-main-rgb), 0.9);
  }
  #global_nav .gnav > li {
    padding: 0.2rem 0;
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-gnav-border);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: flex;
    justify-content: space-between;
  }
  #global_nav .gnav .subnav {
    gap: 0.5rem 0;
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
  }
  #global_nav .gnav .subnav li {
    padding: 0 0.5rem;
  }
  #global_nav .gnav .subnav li a {
    padding: 0.2rem 0;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    color: var(--color-white);
    background: rgba(var(--color-main-rgb), 0.9);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #global_nav .gnav::before {
    width: 1px;
    height: 28px;
    background: repeating-linear-gradient(transparent, transparent 2px, var(--color-gnav-border) 2px, var(--color-gnav-border) 3px);
    content: "";
  }
  #global_nav .gnav > li {
    flex: 1;
    display: flex;
    align-items: center;
  }
  #global_nav .gnav > li::after {
    width: 1px;
    height: 28px;
    background: repeating-linear-gradient(transparent, transparent 2px, var(--color-gnav-border) 2px, var(--color-gnav-border) 3px);
    content: "";
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:hover {
    background: var(--color-txt-em);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    display: inline-block;
    transform: scale(0.7) translateX(7px);
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 60px;
    left: calc(50% - 240px);
    z-index: 1;
    width: 480px;
  }
  #global_nav .gnav > li.sub .subnav {
    justify-content: space-between;
    gap: 6px;
    padding: 13px 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li.sub .subnav li {
    width: 206px;
  }
  #global_nav .gnav > li.sub .subnav li a {
    padding: 8px 12px;
    border-radius: 1.5em;
  }
}
.access_car dt, .access_bus dt, .access_train dt {
  margin-bottom: 0.8rem;
  color: var(--color-txt-em);
}
.access_car dt::before, .access_bus dt::before, .access_train dt::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  line-height: 1;
  color: var(--color-main);
}
.access_car dt mark, .access_bus dt mark, .access_train dt mark {
  background: linear-gradient(transparent 70%, var(--color-main-light) 70%);
}
.access_car dd ~ dd, .access_bus dd ~ dd, .access_train dd ~ dd {
  margin-top: 0.6em;
}
.access_car dd.col, .access_bus dd.col, .access_train dd.col {
  padding-left: 1.1em;
}
.access_car dd.col::before, .access_bus dd.col::before, .access_train dd.col::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-main);
  content: "●";
  transform: scale(0.9);
}
.access_car dd .lnk_pdf, .access_bus dd .lnk_pdf, .access_train dd .lnk_pdf, .access_car dd .lnk_acs, .access_bus dd .lnk_acs, .access_train dd .lnk_acs {
  display: inline-block;
  text-decoration: underline;
  color: var(--color-sub-dark);
}
.access_car dd .lnk_pdf:hover, .access_bus dd .lnk_pdf:hover, .access_train dd .lnk_pdf:hover, .access_car dd .lnk_acs:hover, .access_bus dd .lnk_acs:hover, .access_train dd .lnk_acs:hover {
  filter: saturate(1.2);
}
.access_car dd .note, .access_bus dd .note, .access_train dd .note {
  color: var(--color-sub-dark);
}
@media screen and (min-width: 48em), print {
  .access_car dt, .access_bus dt, .access_train dt {
    margin-bottom: 15px;
  }
  .access_car dt::before, .access_bus dt::before, .access_train dt::before {
    margin-right: 10px;
    vertical-align: top;
  }
  .access_car dt mark, .access_bus dt mark, .access_train dt mark {
    background: linear-gradient(transparent 70%, var(--color-main-light) 70%);
  }
  .access_car dd ~ dd, .access_bus dd ~ dd, .access_train dd ~ dd {
    margin-top: 20px;
  }
}

.access_train > dt::before {
  content: "\e813";
}

.access_bus > dt::before {
  content: "\e814";
}

.access_car dt::before {
  content: "\e815";
}
.access_car .corp {
  margin-top: 1rem;
  font-size: 94%;
}
.access_car .corp li {
  display: inline-block;
}
.access_car .corp li ~ li {
  margin-left: 0.8em;
}
.access_car .corp li::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
  color: var(--color-sub);
}
.access_car .corp li a {
  color: var(--color-base-txt);
  text-decoration: underline;
}
.access_car .corp li a:hover {
  filter: opacity(0.6);
}
@media screen and (min-width: 48em), print {
  .access_car .corp {
    margin-top: 20px;
    font-size: 100%;
  }
}

.overview {
  padding: 3rem 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  color: var(--color-base-txt);
  background: var(--color-bg-section);
}
.overview .clinic_name {
  max-width: 90%;
  margin: 0 auto 2rem;
}
.overview .clinic_info {
  max-width: 90%;
  margin: 0 auto 2rem;
  font-size: 1.5rem;
}
.overview .clinic_info .adr {
  display: grid;
  row-gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.overview .clinic_info .adr .pkg {
  display: inline-block;
  margin: 0.2rem 0;
  padding: 0.3rem 0.5rem;
  font-size: 80%;
  letter-spacing: 0.05em;
  text-align: center;
  background: var(--color-bg-th);
  border-radius: 5px;
}
.overview .clinic_info .adr .pkg b {
  font-size: 137.5%;
  line-height: 0.7;
  color: var(--color-main);
}
.overview .clinic_contact {
  display: flex;
  column-gap: 1rem;
}
.overview .clinic_contact li {
  flex-grow: 1;
}
.overview .clinic_contact li.phone_btn {
  font-size: 1.45rem;
}
.overview .clinic_contact li.inquiry_btn {
  font-size: 1.2rem;
}
.overview .clinic_contact li.inquiry_btn a {
  display: block;
}
.overview .clinic_outline {
  width: 100%;
}
.overview .clinic_outline > dt {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  color: var(--color-main);
  background: var(--color-bg-th);
  border-radius: 5px;
}
.overview .clinic_outline > dd {
  margin: 0.2rem 0 0.3rem;
  padding: 0.5rem 1rem;
  background: var(--color-white);
  border-radius: 5px;
}
.overview .clinic_outline > dd.clinic_access, .overview .clinic_outline > dd.clinic_parking {
  padding: 1rem 0.5rem 1.2rem 1rem;
}
.overview .clinic_outline > dd.clinic_access > dl ~ dl, .overview .clinic_outline > dd.clinic_parking > dl ~ dl {
  margin-top: 1.4rem;
}
.overview .clinic_outline > dd.clinic_access > dl dd b, .overview .clinic_outline > dd.clinic_parking > dl dd b {
  font-size: 2.25rem;
  line-height: 0.6;
  color: var(--color-main);
}
.overview .clinic_outline > dd.clinic_access > dl.access_train dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_train dt::before {
  font-size: 2.3rem;
}
.overview .clinic_outline > dd.clinic_access > dl.access_bus dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_bus dt::before {
  font-size: 2rem;
}
.overview .clinic_outline > dd.clinic_access > dl.access_car dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_car dt::before {
  font-size: 2.1rem;
}
.overview .timetable {
  margin: 2rem 0;
}
.overview .corporation {
  width: 80%;
  margin: 3rem auto 0;
  padding: 1.5rem;
  background: var(--color-white);
}
.overview .corporation > div {
  max-width: 80%;
  margin: 0 auto 0.8rem;
}
.overview .corporation > ul {
  display: grid;
  justify-content: center;
}
.overview .corporation > ul li ~ li {
  margin-top: 0.4rem;
}
.overview .corporation > ul li::before {
  margin-right: 0.2rem;
  color: var(--color-sub);
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
}
.overview_map {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 60px 0 55px;
    font-size: 1.6rem;
  }
  .overview .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px 30px;
    padding: 0 10px;
  }
  .overview .clinic_name {
    max-width: 580px;
    margin: 0;
  }
  .overview .clinic_info {
    max-width: 570px;
    margin: 0;
    font-size: 1.8rem;
  }
  .overview .clinic_info .adr {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  .overview .clinic_info .adr .pkg {
    width: 132px;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 32px;
  }
  .overview .clinic_contact {
    display: flex;
    justify-content: center;
    column-gap: 14px;
  }
  .overview .clinic_contact li {
    flex: 0 0 250px;
  }
  .overview .clinic_contact li.phone_btn {
    font-size: 2.4rem;
    line-height: 1;
  }
  .overview .clinic_contact li.inquiry_btn {
    font-size: 1.8rem;
  }
  .overview .clinic_outline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
    width: 575px;
  }
  .overview .clinic_outline > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .overview .clinic_outline > dd {
    width: 450px;
    margin: 0;
    padding: 5px 15px 10px;
    letter-spacing: 0.05em;
  }
  .overview .clinic_outline > dd.clinic_access, .overview .clinic_outline > dd.clinic_parking {
    padding: 14px 15px 20px 25px;
  }
  .overview .clinic_outline > dd.clinic_access > dl ~ dl, .overview .clinic_outline > dd.clinic_parking > dl ~ dl {
    margin-top: 28px;
  }
  .overview .clinic_outline > dd.clinic_access > dl.access_train dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_train dt::before {
    font-size: 2.8rem;
  }
  .overview .clinic_outline > dd.clinic_access > dl.access_bus dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_bus dt::before {
    font-size: 2.4rem;
  }
  .overview .clinic_outline > dd.clinic_access > dl.access_car dt::before, .overview .clinic_outline > dd.clinic_parking > dl.access_car dt::before {
    font-size: 2.5rem;
  }
  .overview .clinic_timetable {
    width: 575px;
  }
  .overview .clinic_timetable .timetable {
    margin: 0;
  }
  .overview .clinic_timetable .timetable ~ .timetable {
    margin-top: 42px;
  }
  .overview .clinic_timetable .timetable[data-type=charge] caption {
    font-size: 1.5rem;
  }
  .overview .corporation {
    display: flex;
    align-items: center;
    column-gap: 23px;
    width: 560px;
    margin: 40px auto 0;
    padding: 32px;
    background: var(--color-white);
  }
  .overview .corporation > div {
    width: 226px;
    margin: 0;
  }
  .overview .corporation > ul {
    display: block;
    letter-spacing: 0.05em;
  }
  .overview .corporation > ul li ~ li {
    margin-top: 8px;
  }
  .overview .corporation > ul li::before {
    margin-right: 5px;
  }
  .overview_map {
    height: 520px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 40px 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #global_footer .footer_wrap ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.6em;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #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 {
    margin-bottom: 13px;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    padding: 22px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    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;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_stay {
    bottom: 100px;
    right: 30px;
  }
}

#sp_footer {
  width: calc(100% - 4rem);
  height: 4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  /*font-size: 1.4rem;*/
  font-size: 2.2rem;
  line-height: 3.5rem;
  text-align: center;
  color: var(--color-txt-em);
  background: var(--color-main-light);
  /* display: flex;*/
  /*  .web_rsv {
  	width: 50%;
  	font-size: 1.1rem;
  	  line-height: 1.1;
      background: var(--color-sub);
      color: #fff;
      transition: all 0.3s ease;
  	position: relative;
  	display: inline-flex;
  	  text-align: left;
  		&::before{
  			content: "";
  			background: url("../img/icon_webrsv.svg") no-repeat;
  			display: block;
  			text-align: center;
  			width: 2.5rem;
  			height: 2rem;	
  		}
    }*/
  /*.phone.js-tel{
      display: block;
      width: 50%;
  }*/
}
#sp_footer a {
  display: block;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

/*.btn_rsv {
  height: 100%;
  display: flex;
  background: var(--main01);
  &::before{
    @include fontello("e805");
  }
}*/
#pageup {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 0.8;
  text-align: center;
  color: var(--color-main);
  background: var(--color-base-bg);
  cursor: pointer;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  text-align: center;
}
#pageup:hover {
  color: var(--color-main-bright);
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 56px;
    height: 56px;
    font-size: 1.4rem;
    border: 3px solid var(--color-main);
    border-radius: 50%;
    transition: 0.3s;
  }
  #pageup:hover {
    border-color: var(--color-main-bright);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

#keyvsl {
  position: relative;
  max-width: 100%;
  height: 20rem;
  margin-bottom: 7.5rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#keyvsl .byline {
  position: absolute;
  bottom: -7.5rem;
  display: flex;
  column-gap: 1rem;
  height: 7.5rem;
  padding: 0 1rem;
  color: var(--color-txt-em);
  background: rgba(var(--color-main-light-rgb), 0.9);
}
#keyvsl .byline::before {
  flex: none;
  width: 5rem;
  background-image: url(../img/index/keyvsl_byline.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  content: "";
}
#keyvsl .byline p {
  margin-bottom: 0;
  padding-top: 0.7rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
}
#keyvsl .byline p em {
  font-weight: 500;
  color: var(--color-sub);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 775px;
    margin-bottom: 0;
    padding-top: 60px;
    background-size: auto;
  }
  #keyvsl .byline {
    left: calc(50% - 590px);
    bottom: 22px;
    column-gap: 13px;
    width: 704px;
    height: 90px;
    padding: 0 25px;
    box-shadow: 0px 3px 10px rgba(var(--color-black-rgb), 0.05);
    border-radius: 45px;
  }
  #keyvsl .byline::before {
    position: relative;
    top: -7px;
    width: 132px;
  }
  #keyvsl .byline p {
    padding-top: 15px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.feature_tit, .medical_tit, .treatment_tit, .news_tit {
  margin-bottom: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.feature_tit::before, .medical_tit::before, .treatment_tit::before, .news_tit::before {
  display: block;
  width: 3em;
  height: 2em;
  margin: 0 auto 0.5rem;
  background-image: url(../img/tit_02.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.feature_tit::after, .medical_tit::after, .treatment_tit::after, .news_tit::after {
  display: block;
  margin-top: 0.8em;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  content: attr(data-title);
  color: var(--color-txt-em);
}
@media screen and (min-width: 48em), print {
  .feature_tit, .medical_tit, .treatment_tit, .news_tit {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
  }
  .feature_tit::before, .medical_tit::before, .treatment_tit::before, .news_tit::before {
    width: 94px;
    height: 60px;
    margin: 0 auto 18px;
  }
  .feature_tit::after, .medical_tit::after, .treatment_tit::after, .news_tit::after {
    margin-top: 0.9em;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.index_bnr {
  max-width: 55rem;
  background: var(--color-sub);
  margin: 4rem 1rem 6rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1rem;
  color: #fff;
  line-height: 1.6;
}
.index_bnr .catch {
  font-size: 2.3rem;
  width: fit-content;
  margin: auto;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.index_bnr .catch.marker2 {
  background: linear-gradient(transparent 60%, #DFAC46 60%);
}

@media screen and (min-width: 48em), print {
  .index_bnr {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    font-size: 1.8rem;
    border-radius: 0.8rem;
  }
}
.js-news dt {
  cursor: pointer;
}
.js-news dd {
  word-wrap: break-word;
}
.js-news dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news dd a:hover {
  text-decoration: none;
}
.js-news dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 4rem 5%;
  background: var(--color-bg-section);
}
.news_box dt {
  padding-left: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.news_box dt::before {
  margin-left: -1.6rem;
  margin-right: 0.25rem;
  font-size: 90%;
  color: var(--color-sub);
  font-family: "fontello";
  font-weight: normal;
  content: '\e810';
}
.news_box dt.is_open::before {
  content: "\e811";
}
.news_box dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted var(--color-news-border);
}
.news_box dd {
  padding-top: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 82px 0;
  }
  .news .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
  }
  .news_tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 276px;
    height: 276px;
    background: var(--color-white);
    border-radius: 50%;
  }
  .news_tit::before {
    margin: 0 auto 5px;
  }
  .news_box {
    width: 814px;
    min-height: 280px;
  }
  .news_box dt {
    padding-left: 24px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .news_box dt ~ dt {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dotted var(--color-news-border);
  }
  .news_box dt::before {
    margin-left: -24px;
    margin-right: 4px;
    font-size: 2rem;
  }
  .news_box dd {
    padding-top: 8px;
    padding-left: 24px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.77;
  }
}
.treatment {
  padding: 5rem 5%;
  background-image: url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200% auto;
}
.treatment .tagline {
  display: flex;
  justify-content: space-between;
  column-gap: 0.3em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--color-txt-em);
}
.treatment .tagline::before, .treatment .tagline::after {
  flex: none;
  width: 0.8em;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.treatment .tagline::before {
  background-image: url(../img/index/treatment_byline_l.webp);
  background-position: left top;
}
.treatment .tagline::after {
  background-image: url(../img/index/treatment_byline_r.webp);
  background-position: right bottom;
}
.treatment .tagline em {
  margin-bottom: 0.5em;
  padding: 0.6em 0 0.4em;
  font-weight: 500;
  border-bottom: 1px solid var(--color-treatment-border);
}
.treatment .img {
  max-width: 80%;
  margin: 1.8rem auto;
}
.treatment .txt {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 63px 0 66px;
    background-size: auto;
  }
  .treatment .wrap {
    display: flow-root;
    padding: 0 62px;
  }
  .treatment_tit {
    margin-bottom: 16px;
  }
  .treatment .tagline {
    justify-content: center;
    column-gap: 33px;
    margin-bottom: 42px;
    font-size: 3rem;
  }
  .treatment .tagline::before, .treatment .tagline::after {
    width: 50px;
  }
  .treatment .tagline em {
    margin-bottom: 26px;
    padding: 33px 0 16px;
  }
  .treatment .img {
    float: right;
    max-width: 100%;
    margin: 0;
  }
  .treatment .txt {
    width: 534px;
    font-size: 1.8rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.medical {
  padding: 5rem 5%;
  background-color: var(--color-bg-section);
  background-image: linear-gradient(var(--color-white) 1px, transparent 1px), linear-gradient(90deg, var(--color-white) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 1rem 1rem;
}
.medical_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 6%;
}
.medical_lst li {
  width: 47%;
}
.medical_lst li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
}
.medical_lst li a::before {
  margin-right: 0.2rem;
  color: var(--color-sub);
  font-family: "fontello";
  font-weight: normal;
  content: '\e812';
}
.medical_lst li a::after {
  order: -2;
  flex: none;
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 10% 1rem;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 68% auto;
  box-shadow: 0 0.5rem 1rem rgba(var(--color-medical-shadow-rgb), 0.2);
  content: "";
  transition: 0.3s;
}
.medical_lst li a:hover::after {
  background-color: var(--color-medical-hover);
}
.medical_lst .a_diabetes::after {
  background-image: url(../img/index/med_diabetes.svg);
}
.medical_lst .a_high_blood_pressure::after {
  background-image: url(../img/index/med_high_blood_pressure.svg);
}
.medical_lst .a_dyslipidemia::after {
  background-image: url(../img/index/med_dyslipidemia.svg);
}
.medical_lst .a_gout::after {
  background-image: url(../img/index/med_gout.svg);
}
.medical_lst .a_thyroid::after {
  background-image: url(../img/index/med_thyroid.svg);
}
.medical_lst .a_endocrine::after {
  background-image: url(../img/index/med_endocrine.svg);
}
.medical_lst .a_internal::after {
  background-image: url(../img/index/med_internal.svg);
}
.medical_lst .a_consult::after {
  background-image: url(../img/index/med_consult.svg);
}
.medical_lst .a_vaccination::after {
  background-image: url(../img/index/med_vaccination.svg);
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 44px 0 72px;
    background-size: 16px 16px;
  }
  .medical .wrap {
    padding: 0 10px;
  }
  .medical_tit {
    margin-bottom: 38px;
  }
  .medical_lst {
    justify-content: center;
    gap: 58px 57px;
  }
  .medical_lst li {
    width: 190px;
  }
  .medical_lst li a {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .medical_lst li a::before {
    margin-right: 7px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .medical_lst li a::after {
    width: 190px;
    margin: 0 auto 18px;
    color: var(--color-white);
    background-size: 120px auto;
    box-shadow: 0 10px 20px rgba(var(--color-txt-em-rgb), 0.14);
  }
  .medical_lst li a i {
    display: block;
    padding: 0 5px;
    font-size: 1.6rem;
  }
}
.feature {
  padding: 5rem 5%;
  background-image: url(../img/bg_circle_l.webp), url(../img/bg_circle_r.webp);
  background-repeat: no-repeat;
  background-position: -28% -1rem, 124% 7rem;
  background-size: 55vw auto, 45vw auto;
}
.feature_box {
  counter-reset: fNum 0;
}
.feature_box .box {
  counter-increment: fNum 1;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.feature_box .box .tit {
  margin-bottom: 0.8rem;
  padding-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-main-light);
}
.feature_box .box .tit::before {
  display: inline-block;
  width: 0.5rem;
  height: 1.2em;
  margin-right: 0.8rem;
  background: var(--color-main);
  vertical-align: top;
  content: "";
}
.feature_box .box .txt {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.8;
}
.feature_box .box .img {
  order: -1;
  position: relative;
  max-height: 20rem;
  margin-bottom: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
.feature_box .box .img::before {
  position: absolute;
  left: 0;
  top: 1.5rem;
  display: block;
  width: 7.5em;
  padding: 1.5rem 1.5rem 0.8rem 0.5rem;
  font-size: 1.2rem;
  color: var(--color-white);
  background: var(--color-sub);
  border-radius: 0 1.5em 1.5em 0;
  content: "Feature";
}
.feature_box .box .img::after {
  position: absolute;
  left: 2.2em;
  top: 1.9rem;
  display: inline-block;
  font-size: 2.4rem;
  content: counter(fNum, decimal-leading-zero);
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 54px 0 95px;
    background-position: calc(50% - 796px) 78px, calc(50% + 822px) 252px;
    background-size: auto;
  }
  .feature .wrap {
    padding: 0 10px;
  }
  .feature_tit {
    margin-bottom: 46px;
  }
  .feature_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feature_box .box {
    margin-top: 0;
    width: 360px;
  }
  .feature_box .box .tit {
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: 2.4rem;
  }
  .feature_box .box .tit::before {
    width: 6px;
    margin-right: 11px;
  }
  .feature_box .box .txt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .feature_box .box .img {
    max-height: 100%;
    margin-bottom: 22px;
    border-radius: 20px;
  }
  .feature_box .box .img::before {
    top: 23px;
    width: 134px;
    height: 43px;
    padding: 14px 10px 8px 10px;
    font-size: 2rem;
    border-radius: 0 22px 22px 0;
  }
  .feature_box .box .img::after {
    left: 84px;
    top: 28px;
    font-size: 3rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.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%;
  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:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  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: "←";
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
  color: var(--color-header-h1);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.heading h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  text-shadow: var(--color-white) 2px 0px 3px, var(--color-white) 1.75517px 0.958851px 3px, var(--color-white) 1.0806px 1.68294px 3px, var(--color-white) 0.141474px 1.99499px 3px, var(--color-white) -0.832294px 1.81859px 3px, var(--color-white) -1.60229px 1.19694px 3px, var(--color-white) -1.97998px 0.28224px 3px, var(--color-white) -1.87291px -0.701566px 3px, var(--color-white) -1.30729px -1.5136px 3px, var(--color-white) -0.421592px -1.95506px 3px, var(--color-white) 0.567324px -1.91785px 3px, var(--color-white) 1.41734px -1.41108px 3px, var(--color-white) 1.92034px -0.558831px 3px;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 315px;
    padding: 55px calc((100% - 1200px) / 2) 2px;
  }
  .heading h1 {
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    text-shadow: rgba(var(--color-white-rgb), 0.8) 2px 0px 5px, rgba(var(--color-white-rgb), 0.8) 1.75517px 0.958851px 5px, rgba(var(--color-white-rgb), 0.8) 1.0806px 1.68294px 5px, rgba(var(--color-white-rgb), 0.8) 0.141474px 1.99499px 5px, rgba(var(--color-white-rgb), 0.8) -0.832294px 1.81859px 5px, rgba(var(--color-white-rgb), 0.8) -1.60229px 1.19694px 5px, rgba(var(--color-white-rgb), 0.8) -1.97998px 0.28224px 5px, rgba(var(--color-white-rgb), 0.8) -1.87291px -0.701566px 5px, rgba(var(--color-white-rgb), 0.8) -1.30729px -1.5136px 5px, rgba(var(--color-white-rgb), 0.8) -0.421592px -1.95506px 5px, rgba(var(--color-white-rgb), 0.8) 0.567324px -1.91785px 5px, rgba(var(--color-white-rgb), 0.8) 1.41734px -1.41108px 5px, rgba(var(--color-white-rgb), 0.8) 1.92034px -0.558831px 5px;
  }
}

.breadcrumbs {
  padding: 1rem 5% 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.3em 0 0.15em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
  color: var(--color-main);
  transform: scale(0.6);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 30px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .breadcrumbs ol {
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs ol li a:hover {
    color: var(--color-main);
    text-decoration: underline;
  }
}

body#page_doctor .doctor_greeting .img_r {
  max-width: 60%;
}
body#page_doctor .doctor_profile .lst_ul {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
body#page_doctor .doctor_profile .bio_photo .img_l {
  max-width: 60%;
}
body#page_doctor .doctor_profile .bio_photo li {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 300px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 35px;
    margin-top: 35px;
  }
  body#page_doctor .doctor_profile > section {
    flex-grow: 1;
    min-width: 260px;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section .lst_ul {
    padding: 0 10px;
  }
  body#page_doctor .doctor_profile .bio_photo {
    display: flow-root;
    margin-bottom: 30px;
  }
  body#page_doctor .doctor_profile .bio_photo .img_l {
    max-width: 300px;
  }
}

body#page_clinic .clinic_device figure {
  margin-top: 1rem;
}
body#page_clinic .clinic_device figure img {
  border: 1px solid var(--color-white);
  box-shadow: 0 0.1rem 0.2rem 0.1rem var(--color-border);
}
body#page_clinic .clinic_device figure figcaption {
  padding: 0.4rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_device {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  body#page_clinic .clinic_device figure {
    width: 480px;
  }
  body#page_clinic .clinic_device figure figcaption {
    font-size: 2rem;
  }
}
body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_clinic .slider .slider-panel .slick-prev.slick-disabled, body#page_clinic .slider .slider-panel .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0;
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
  line-height: 1;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide {
  padding-right: 1px;
  cursor: pointer;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-main);
  outline-offset: -4px;
  filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.6rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    background: radial-gradient(var(--color-white) 40%, transparent 50%);
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    color: var(--color-main);
    opacity: 1;
  }
  body#page_clinic .slider .slider-nav .slick-prev::before, body#page_clinic .slider .slider-nav .slick-next::before {
    opacity: 1;
  }
  body#page_clinic .slider .slider-nav .slick-prev.slick-disabled::before, body#page_clinic .slider .slider-nav .slick-next.slick-disabled::before {
    opacity: 0;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 825px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel figcaption {
    font-size: 3rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev, body#page_clinic .slider .slider-panel .slick-next {
    width: 5rem;
    height: 5rem;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    font-size: 5rem;
    color: var(--color-main);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
}

body#page_visitor .visitor_information {
  margin: 0 0 5rem;
  padding: 1.4rem 1.4rem 1rem;
  line-height: 1.6;
  background: rgba(var(--color-base-bg-rgb), 0.5);
  border: 1px solid var(--color-white);
  border-radius: 1rem;
}
body#page_visitor .visitor_information p em {
  display: inline-block;
  margin-bottom: 0.2em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  color: var(--color-notice);
}
body#page_visitor .visitor_information img {
  max-width: 80%;
  margin: 1.5rem auto 0;
  border-radius: 1rem;
}
body#page_visitor .visitor_guide {
  margin-bottom: 2rem;
}
body#page_visitor .visitor_guide .lst_ul {
  margin-left: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_visitor .visitor_information {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin: 0 0 80px;
    padding: 20px 0;
    line-height: 1.8;
    border: none;
    background: none;
    border-radius: 0;
  }
  body#page_visitor .visitor_information p em {
    font-size: 2.4rem;
  }
  body#page_visitor .visitor_information img {
    order: -1;
    width: 300px;
    margin: 0;
    border-radius: 20px;
  }
  body#page_visitor .visitor_guide {
    margin-bottom: 30px;
  }
  body#page_visitor .visitor_guide .lst_ul {
    margin-left: 0;
  }
}

body#page_access .timetable {
  margin: 2rem 0;
}
body#page_access .timetable[data-type=charge] {
  display: none;
}
body#page_access .access_info > dt {
  padding: 0.6rem 1rem 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-white);
  background: linear-gradient(var(--color-main) 3px, var(--color-white) 3px, var(--color-white) 5px, var(--color-main) 5px);
  border-radius: 0.3rem 0.3rem 0 0;
}
body#page_access .access_info > dd {
  padding: 1rem 1rem 1.4rem;
}
body#page_access .access_info > dd.adr, body#page_access .access_info > dd.telnum {
  font-size: 1.5rem;
}
body#page_access .access_info > dd.clinic_access, body#page_access .access_info > dd.clinic_parking {
  padding: 1.2rem 0.5rem 1.2rem 1rem;
}
body#page_access .access_info > dd.clinic_access dl ~ dl, body#page_access .access_info > dd.clinic_parking dl ~ dl {
  margin-top: 1.2rem;
}
body#page_access .access_info > dd.clinic_access dl dt, body#page_access .access_info > dd.clinic_parking dl dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
body#page_access .access_info > dd.clinic_access dl dd, body#page_access .access_info > dd.clinic_parking dl dd {
  line-height: 1.5;
}
body#page_access .access_info > dd.clinic_access dl dd b, body#page_access .access_info > dd.clinic_parking dl dd b {
  font-weight: normal;
}
body#page_access .access_info > dd.clinic_access dl.access_train dt::before, body#page_access .access_info > dd.clinic_parking dl.access_train dt::before {
  font-size: 120%;
}
body#page_access .access_info > dd.clinic_access dl.access_bus dt::before, body#page_access .access_info > dd.clinic_parking dl.access_bus dt::before {
  font-size: 110%;
}
body#page_access .access_info > dd.clinic_access dl.access_car dt::before, body#page_access .access_info > dd.clinic_parking dl.access_car dt::before {
  font-size: 112%;
}
body#page_access .gmap {
  height: 35rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    margin: 0;
    font-size: 2rem;
  }
  body#page_access .access_info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  body#page_access .access_info > dt {
    width: 200px;
    padding: 15px 25px;
    font-size: 1.8rem;
    background: var(--color-main);
    border-radius: 5px;
  }
  body#page_access .access_info > dd {
    width: 780px;
    padding: 15px 25px;
    font-size: 1.8rem;
  }
  body#page_access .access_info > dd.adr, body#page_access .access_info > dd.telnum {
    font-size: 2rem;
  }
  body#page_access .access_info > dd.clinic_access, body#page_access .access_info > dd.clinic_parking {
    padding: 22px 25px;
  }
  body#page_access .access_info > dd.clinic_access dl ~ dl, body#page_access .access_info > dd.clinic_parking dl ~ dl {
    margin-top: 20px;
  }
  body#page_access .access_info > dd.clinic_access dl dt, body#page_access .access_info > dd.clinic_parking dl dt {
    font-size: 1.8rem;
  }
  body#page_access .gmap {
    height: 600px;
    margin-top: 40px;
  }
}

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

/*# sourceMappingURL=style.css.map */