@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(: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: 4.0rem;
  --pc-header-height: 90px;
  --sp-fontsize: 1.5rem;
  --sp-l-height: 1.6;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #383838;
  --color-base-txt-rgb: 56,56,56;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-main-dark: #003f7e;
  --color-main: #3951b1;
  --color-main-rgb: 57,81,177;
  --color-main-smoke: #6e81a7;
  --color-main-soft: #5585d2;
  --color-main-bright: #2785d5;
  --color-main-light: #77aedc;
  --color-h2: #677a9f;
  --color-h5:#9ec1df;
  --color-h6:#cfd5e1;
  --color-arrow:#cad2e2;
  --color-link-txt: #e88853;
  --color-link-btn: #ec9b30;
  --color-link-hover: #fda838;
  --color-bg-ye: #fff8dc;
  --color-bg-bl:#eef5fb;
  --color-bg-pk:#fdf4f9;
  --color-bg-gy: #f8f8f8;
  --color-border01: #c1c1c1;
  --color-border02: #c4c4c4;
  --color-border03: #d1d1d1;
  --color-border04: #d9d9d9;
  --color-border05: #e6e6e6;
  --color-border06: #f2f2f2;
  --color-accent: #43b1a8;
  --color-accent-hover: #3dd0c3;
  --color-notice: #cb61a7;
  --color-highlight: #fff5c7;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #707070;
  --color-gray-rgb: 112,112,112;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Maru Gothic", YuGothic, "Yu 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: 1240px;
  }
  a {
    -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: 1.2rem 5% 1rem;
  font-weight: 500;
}
#global_header .header_wrap .logo {
  width: 78%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .contact {
  margin: 1.5rem auto 0;
}
#global_header .header_wrap .contact .acs {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-align: center;
}
#global_header .header_wrap .contact .acs::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e9c8';
  letter-spacing: 0;
  color: var(--color-accent);
}
#global_header .header_wrap .contact .phone {
  display: none;
}
#global_header .header_wrap .contact .rsv_btn {
  margin-top: 0.3rem;
}
#global_header .header_wrap .contact .rsv_btn a {
  display: block;
  padding: 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-link-btn);
  border-radius: 0.5rem;
}
#global_header .header_wrap .contact .rsv_btn a b {
  font-weight: inherit;
}

@media screen and (max-width: 47.99em) {
  body:not(#page_index) #global_header .header_wrap .contact {
    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;
    width: 1200px;
    height: 126px;
    margin: 0 auto;
    padding: 28px 0 0;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 408px;
  }
  #global_header .header_wrap .contact {
    display: grid;
    grid-template-columns: auto 170px;
    grid-template-rows: 30px auto;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    gap: 0 32px;
    height: 90px;
    margin: 0;
  }
  #global_header .header_wrap .contact .acs {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 1.9rem;
    text-align: right;
    line-height: 30px;
  }
  #global_header .header_wrap .contact .acs::before {
    font-size: 2rem;
  }
  #global_header .header_wrap .contact .phone {
    grid-column: 1/2;
    grid-row: 2/3;
    display: block;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.08em;
    line-height: 58px;
    text-align: right;
    color: var(--color-main);
  }
  #global_header .header_wrap .contact .rsv_btn {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
  }
  #global_header .header_wrap .contact .rsv_btn a {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    font-size: 2rem;
    line-height: 1.4;
    border-radius: 6px;
    outline: 2px solid var(--color-white);
    outline-offset: -5px;
  }
  #global_header .header_wrap .contact .rsv_btn a b {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  #global_header .header_wrap .contact .rsv_btn a:hover {
    color: var(--color-white);
    background: var(--color-link-hover);
  }
}
@media print {
  #global_header .header_wrap {
    margin-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: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, rgba(var(--color-white-rgb), 0.9)), color-stop(10rem, rgb(236, 244, 249)), to(rgba(var(--color-white-rgb), 0.7)));
    background: linear-gradient(rgba(var(--color-white-rgb), 0.9) 5rem, rgb(236, 244, 249) 10rem, rgba(var(--color-white-rgb), 0.7));
    backdrop-filter: blur(0.8rem);
  }
  .js-sp_modal.is_overlay::before {
    display: block;
    width: 72%;
    height: 5.2rem;
    margin: 1.2rem 0 0 5%;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: "";
  }
  .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;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
#global_nav {
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 47.99em) {
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 5.2rem;
    height: 5.4rem;
    margin: 0;
    padding: 0.2rem 0 0;
    line-height: 1.2;
    text-align: center;
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-main), var(--color-main-dark));
    outline: 1px solid var(--color-white);
    outline-offset: -3px;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e971';
    font-size: 2.2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e970";
    -webkit-transform: scale(-1, 1);
            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: 7.8rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 75dvh;
    padding: 1rem 1.2rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.1rem 0.1rem 0.8rem rgba(var(--color-black-rgb), 0.1);
            box-shadow: 0.1rem 0.1rem 0.8rem rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    display: inline-block;
    margin-right: 0.5em;
    font-family: "fontello";
    font-weight: normal;
    content: '\f138';
    line-height: 1;
    color: var(--color-main);
  }
  #global_nav .gnav > li .sub_btn {
    width: 100%;
    text-align: left;
  }
  #global_nav .gnav > li .sub_btn::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #global_nav .gnav > li .sub_btn.close::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #global_nav .gnav > li .sub_box .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 2.2rem;
    margin-bottom: 0.5rem;
    padding: 0.8rem 0 0.8rem 1rem;
    font-size: 1.4rem;
    background-color: var(--color-bg-gy);
  }
  #global_nav .gnav > li .sub_box .subnav li {
    min-width: 40%;
  }
  #global_nav .gnav > li .sub_box .subnav li::before {
    display: inline-block;
    margin-right: 0.2rem;
    font-family: "fontello";
    font-weight: normal;
    content: '\74';
    line-height: 1;
    color: var(--color-accent);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    height: 70px;
    padding: 20px 0;
    color: var(--color-main-dark);
    background: var(--color-base-bg);
  }
  #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: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-right: 1px solid var(--color-border02);
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid var(--color-border02);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: inline-block;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    position: relative;
    top: 4px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-link-btn);
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after, #global_nav .gnav > li > a .is_current::after, #global_nav .gnav > li button:hover::after, #global_nav .gnav > li button:focus::after, #global_nav .gnav > li button .is_current::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 560px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    --color-border: #edece6;
    width: 50%;
    border-top: 1px solid var(--color-border);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li:nth-child(even) {
    border-left: 1px solid var(--color-border);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    line-height: 60px;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    color: var(--color-white);
    background: var(--color-main);
  }
}
:is(main) :where(p, .txt) {
  text-align: justify;
}

.overview {
  --color-bg01: #e6e9ef;
  --color-bg02: #ecf4f9;
  padding-top: 4rem;
  font-weight: 500;
  font-size: 1.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-bg02)), to(rgba(var(--color-base-bg-rgb), 0))), -webkit-gradient(linear, left top, left bottom, from(var(--color-bg01)), to(var(--color-bg01)));
  background-image: linear-gradient(var(--color-bg02), rgba(var(--color-base-bg-rgb), 0)), linear-gradient(var(--color-bg01), var(--color-bg01));
  background-repeat: no-repeat;
  background-position: 0 0, 0 1px;
  background-size: auto 5rem, auto 1rem;
}
.overview .wrap {
  padding-inline: 5%;
}
.overview .wrap .primary .logo {
  width: 80%;
  margin: 0 auto 1rem;
}
.overview .wrap .primary .phone {
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-main-dark);
}
.overview .wrap .primary .adr {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.overview .wrap .primary .timetable {
  margin-top: 1.8rem;
}
.overview .wrap .primary .timetable tbody th {
  font-size: 1.5rem;
}
.overview .wrap .secondary .outline {
  display: grid;
  grid-template-columns: minmax(5.6em, 1fr) auto;
  gap: 0.8rem 1.4rem;
  line-height: 1.4;
  margin-block: 2.5rem;
}
.overview .wrap .secondary .outline dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}
.overview .wrap .secondary .outline dd {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.overview .gmap {
  height: 28rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 26px;
    font-size: 1.8rem;
    background-size: auto 100px, auto 10px;
  }
  .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: 90px 0;
  }
  .overview .wrap .primary {
    width: 550px;
  }
  .overview .wrap .primary .logo {
    width: 428px;
    margin: 0 auto 13px;
  }
  .overview .wrap .primary .phone {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
  .overview .wrap .primary .phone::before {
    font-size: 3rem;
  }
  .overview .wrap .primary .adr {
    font-size: 2rem;
  }
  .overview .wrap .primary .timetable {
    margin-top: 18px;
    font-size: 1.6rem;
  }
  .overview .wrap .primary .timetable tbody th {
    font-size: 2rem;
  }
  .overview .wrap .secondary {
    width: 580px;
  }
  .overview .wrap .secondary .outline {
    gap: 17px 20px;
    margin-block: 0;
  }
  .overview .wrap .secondary .outline dt {
    padding: 8px;
    border-radius: 6px;
  }
  .overview .wrap .secondary .outline dt:not(:first-of-type) {
    min-height: 80px;
  }
  .overview .wrap .secondary .outline dd {
    padding: 7px 0;
  }
  .overview .gmap {
    height: 490px;
  }
}
#global_footer {
  padding-bottom: 4rem;
  text-align: center;
  font-weight: 500;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding-bottom: 0;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1000px;
    margin-inline: auto;
    padding: 53px 0;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap .gnav {
    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;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  #global_footer .footer_wrap .gnav li::before {
    display: inline-block;
    margin-right: 6px;
    font-family: "fontello";
    font-weight: normal;
    content: '\f138';
    color: var(--color-link-btn);
    font-size: 1.4rem;
  }
  #global_footer .footer_wrap .gnav li.sub {
    display: none;
  }
  #global_footer .footer_wrap .gnav li a:hover {
    color: var(--color-link-btn);
  }
  #global_footer .footer_wrap .subnav {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap .subnav li {
    display: inline-block;
    margin-top: 22px;
    padding: 0 0.7em;
    letter-spacing: 0.2em;
  }
  #global_footer .footer_wrap .subnav li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap .subnav li:nth-child(6) {
    border-left: none;
  }
  #global_footer .footer_wrap .subnav li a:hover {
    text-decoration: underline;
  }
  #global_footer .copyright {
    padding: 30px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .js-footfit.is_active {
    padding-right: 4rem;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}

#sp_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  font-weight: 700;
  color: var(--color-main-dark);
  background: var(--color-base-bg);
  -webkit-box-shadow: 0 -1px 0 var(--color-border04);
          box-shadow: 0 -1px 0 var(--color-border04);
}
#sp_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li a {
  display: block;
}
#sp_footer li ~ li {
  border-left: 1px solid var(--color-border04);
}
#sp_footer li.phone {
  font-size: 1.8rem;
}
@media screen and (max-width: 47.99em) {
  body.spnav_modal #sp_footer {
    z-index: 2;
    padding-right: 0 !important;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-main);
  }
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4.4rem;
  height: 4rem;
  padding: 0 0 0.1em;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-accent);
}
#pageup::before {
  display: block;
  font-family: "fontello";
  font-weight: normal;
  content: '\76';
  font-size: 2.4rem;
  line-height: 0.5;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 86px;
    height: 86px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    border-radius: 50%;
    border: 2px solid var(--color-white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    margin-bottom: 6px;
    font-size: 2.8rem;
  }
  #pageup:hover {
    color: var(--color-white);
    background: var(--color-accent-hover);
  }
}
@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, .l-intro {
  display: flow-root;
}
.l-cf > :last-child, .l-intro > :last-child {
  margin-bottom: 0;
}
.l-cf .fr, .l-intro .fr {
  display: flow-root;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1200px;
    margin-inline: auto;
  }
}
.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;
}
.img_c.w100 {
  max-width: 100%;
}

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

@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: 5px auto 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 5px 30px 15px 0;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 5px 0 15px 30px;
  }
}
.mb10 {
  margin-bottom: 1rem;
}

.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:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ section {
  margin-top: 3.5rem;
}
article > .l-intro ~ section section {
  margin-top: 2.5rem;
}
article > section ~ section {
  margin-top: 4.5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .l-intro {
    margin-bottom: 60px;
  }
  article > .l-intro ~ section {
    margin-top: 60px;
  }
  article > .l-intro ~ section section {
    margin-top: 40px;
  }
  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, article > section h4 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-weight: 700;
  font-size: 2.3rem;
}

.tit_02 {
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}
.tit_02::after {
  display: block;
  width: 2.2em;
  height: 2px;
  margin: 0.5em auto 0;
  background: var(--color-h2);
  content: "";
}

.tit_03 {
  margin-bottom: 1.4rem;
  padding: 0.5rem 1rem 0.6rem;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 0.5rem;
}

.tit_04 {
  margin-bottom: 1.3rem;
  padding-bottom: 0.25em;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  border-bottom: 2px dotted var(--color-border01);
}
.tit_04::before {
  display: inline-block;
  margin-right: 0.37em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e924';
  color: var(--color-accent);
}

.tit_05 {
  margin-bottom: 1.2rem;
  padding-bottom: 0.3em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--color-border01);
}
.tit_05::before {
  display: inline-block;
  width: 0.3em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: text-bottom;
  background: var(--color-h5);
  content: "";
}

.tit_06 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_06::before {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 90%;
  color: var(--color-h6);
  content: "■";
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 38px;
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
  .tit_02::after {
    margin: 0.5em auto 0;
  }
  .tit_03 {
    margin-bottom: 14px;
    padding: 10px 16px 12px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-radius: 10px;
  }
  .tit_04 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2rem;
    border-bottom-width: 3px;
  }
  .tit_05 {
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .tit_05::before {
    height: 1.4em;
  }
  .tit_06 {
    margin-bottom: 5px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.4;
  }
}

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

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.4em;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em 1.5em;
  margin-left: 0;
}
.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.6em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

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

.lst_ol_02 {
  margin-bottom: 1em;
  margin-left: 0.4em;
  list-style: none;
  counter-reset: num;
}
.lst_ol_02 > li {
  margin-left: 1.6em;
  counter-increment: num;
  position: relative;
}
.lst_ol_02 > li ~ li {
  margin-top: 0.6em;
}
.lst_ol_02 > li::before {
  position: absolute;
  left: -1.4em;
  top: 0;
  content: "(" counter(num, decimal) ")";
  font-weight: 700;
  font-size: 120%;
  line-height: 1;
  color: var(--color-main);
}
.lst_ol_02 > li.none {
  margin-left: 0;
  counter-increment: none;
}

.lst_ol_03 {
  margin-bottom: 1em;
  margin-left: 0.4em;
  list-style: none;
  counter-reset: num;
}
.lst_ol_03 > li {
  margin-left: 1.6em;
  counter-increment: num;
  position: relative;
}
.lst_ol_03 > li ~ li {
  margin-top: 0.6em;
}
.lst_ol_03 > li::before {
  position: absolute;
  left: -1.6em;
  top: 0.15em;
  content: counter(num, decimal);
  font-weight: 700;
  font-size: 100%;
  line-height: 1;
  color: var(--color-main);
  /* 二重丸風スタイル */
  border: 2px double var(--color-main);
  border-radius: 50%;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
}
.lst_ol_03 > li.none {
  margin-left: 0;
  counter-increment: none;
}

.lst_ol_kana {
  margin-bottom: 1em;
  margin-left: 0.4em;
  list-style: none;
  counter-reset: kana;
}
.lst_ol_kana > li {
  margin-left: 1.2em;
  counter-increment: kana;
  position: relative;
}
.lst_ol_kana > li ~ li {
  margin-top: 0.6em;
}
.lst_ol_kana > li::marker { /* まずは marker を消しておく */
  content: "";
}
.lst_ol_kana > li::before {
  position: absolute;
  left: -1.2em;
  top: 0.24em;
  content: counter(kana, katakana);
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
  margin-right: 0.4em;
}
.lst_ol_kana > li.none {
  margin-left: 0;
  list-style-type: none;
  counter-increment: none;
}

.dl_tbl {
  margin: 1em 0;
  border: 1px solid var(--color-border04);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  font-weight: 500;
  color: var(--color-base-txt);
  background: var(--color-bg-bl);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-border04);
}
@media screen and (min-width: 48em), print {
  .dl_tbl dt {
    font-size: 112.5%;
  }
}
.dl_tbl dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-border05);
}

.tbl_data {
  width: 100%;
  border-collapse: collapse;
}
.tbl_data caption {
  text-align: left;
}
.tbl_data th {
  padding: 0.3em;
  font-weight: 500;
}
.tbl_data td {
  padding: 0.3em 0.7em;
}
@media screen and (max-width: 47.99em) {
  .tbl_data thead th {
    font-size: 95%;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data {
    letter-spacing: 0.05em;
  }
  .tbl_data th {
    padding: 0.8em 1.1em;
  }
  .tbl_data td {
    padding: 0.8em 1.1em;
  }
}

.tbl_data {
  color: var(--color-base-txt);
  background: var(--color-white);
}
.tbl_data th {
  border: 1px solid var(--color-border05);
}
.tbl_data td {
  border: 1px solid var(--color-border05);
}
.tbl_data thead {
  line-height: 1.3;
}
.tbl_data thead th {
  padding-inline: 0.5em;
  color: var(--color-white);
  background: var(--color-main-light);
  border: 1px solid var(--color-main-light);
}
.tbl_data tbody th {
  background: var(--color-bg-gy);
}
.tbl_data[data-type=disease] tbody th {
  background: var(--color-bg-bl);
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=disease] tbody th {
    width: 35%;
    word-break: keep-all;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-type=disease] tbody th {
    width: 28%;
  }
}
.tbl_data[data-type=waci] tbody .bg_blue {
  background: var(--color-main-light);
  color: var(--color-white);
}
.tbl_data[data-type=waci] tbody th {
  background: var(--color-bg-bl);
}
.tbl_data[data-type=waci] tbody td:last-child {
  text-align: right;
}
@media screen and (max-width: 47.99em) {
  .tbl_data[data-type=waci] tbody td:last-child {
    width: 35%;
    word-break: keep-all;
  }
}
@media screen and (min-width: 48em), print {
  .tbl_data[data-type=waci] tbody td:last-child {
    width: 28%;
  }
}

@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_frame, .box_notes, .box_disease, .box_symptoms {
  margin-bottom: 1em;
  padding: 0.9em 1em;
  border-radius: 0.5rem;
}
.box_frame > :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_frame, .box_notes, .box_disease, .box_symptoms {
    padding: 23px 25px;
    border-radius: 10px;
  }
}

.box_symptoms {
  background: var(--color-bg-ye);
}

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

.box_notes {
  background: var(--color-bg-gy);
}

.box_frame {
  border: 3px double var(--color-arrow);
}

:where(.contents) a {
  font-weight: 500;
  color: var(--color-link-txt);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) a {
    text-underline-offset: 0.4em;
  }
  :where(.contents) a:hover {
    color: var(--color-main-bright);
  }
}

.lnk_to::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\f138';
}

.lnk_pdf::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f1c1';
}

.lnkp {
  margin-top: 1.3em;
  padding: 0.2em 0.5em;
  text-align: right;
}
.lnkp > li::before {
  display: inline-block;
  margin-right: 0.3em;
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: "fontello";
  font-weight: normal;
  color: var(--color-link-btn);
  content: "c" "c";
}
.lnkp > li:not(:first-child) {
  margin-top: 0.5em;
}
.lnkp > li a {
  text-underline-offset: 0.2em;
}

.btn_detail, .btn_back {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 3em;
}
.btn_detail::after, .btn_back::after {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 0.8em;
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\63';
  line-height: 1;
}

.btn_detail, .btn_back {
  padding: 0.6em 1.5em;
  color: var(--color-white);
  background: var(--color-main);
}
@media screen and (min-width: 48em), print {
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-accent);
  }
}

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

.em {
  font-weight: 700;
}

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

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

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

.f-fpm {
  -webkit-font-feature-settings: "palt";
          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 {
  display: inline-block;
}
.phone a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\eb09';
  font-size: 94%;
  line-height: 1;
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    display: inline-block;
    margin-right: 0.3em;
    font-family: "fontello";
    font-weight: normal;
    content: '\eb09';
    font-size: 94%;
    line-height: 1;
    vertical-align: 0.1em;
  }
  .phone a::before {
    display: none;
  }
}

.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable_tbl thead th {
  --color-th:#e8effe;
  padding: 0.8rem 0;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: var(--color-th);
}
.timetable_tbl thead th:first-child {
  width: 29%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.timetable_tbl thead th:last-child {
  width: 13%;
  padding-right: 3%;
  letter-spacing: -0.1em;
  border-radius: 0 0.5rem 0.5rem 0;
}
.timetable_tbl tbody th {
  white-space: nowrap;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border04);
}
.timetable_tbl tbody td {
  text-align: center;
  padding: 1.4rem 0;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-border04);
}
.timetable_tbl tbody td:last-child {
  padding-right: 3%;
}
.timetable_tbl tbody td.close {
  --color-close: #9a928b;
  color: var(--color-close);
}
.timetable_note {
  padding-top: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.timetable_note .closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  margin-bottom: 1rem;
}
.timetable_note .closed dt {
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 90%;
  color: var(--color-white);
  background: var(--color-notice);
  border-radius: 0.5rem;
}
.timetable_note .marker {
  font-size: 95%;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl thead th {
    padding: 0.75em 0;
  }
  .timetable_tbl thead th:first-child {
    border-radius: 6px 0 0 6px;
  }
  .timetable_tbl thead th:last-child {
    border-radius: 0 6px 6px 0;
  }
  .timetable_tbl tbody th {
    letter-spacing: 0.08em;
  }
  .timetable_tbl tbody td {
    padding: 1.7em 0;
  }
  .timetable_note {
    padding-top: 1em;
  }
  .timetable_note .closed {
    gap: 0 1em;
    margin-bottom: 1em;
  }
  .timetable_note .closed dt {
    width: 6.25em;
    font-size: 100%;
    text-align: center;
    border-radius: 6px;
  }
  .timetable_note .closed dd {
    font-size: 106%;
  }
  .timetable_note .marker {
    font-size: 100%;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.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: 1em;
}

.slick-dots {
  width: 100%;
  margin-top: 1em;
  line-height: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 1em;
  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;
}

.features_tit, .treatment_tit, .greeting_tit, .information_tit {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  color: var(--color-main-dark);
  background: transparent;
}
.features_tit i, .treatment_tit i, .greeting_tit i, .information_tit i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.6rem;
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--color-h2);
}
.features_tit i::before, .treatment_tit i::before, .greeting_tit i::before, .information_tit i::before, .features_tit i::after, .treatment_tit i::after, .greeting_tit i::after, .information_tit i::after {
  width: 2em;
  height: 0.6rem;
  border-bottom: 1px solid currentColor;
  -webkit-box-shadow: 0 1px 1px -1px currentColor;
          box-shadow: 0 1px 1px -1px currentColor;
  content: "";
}
@media screen and (min-width: 48em), print {
  .features_tit, .treatment_tit, .greeting_tit, .information_tit {
    margin-bottom: 36px;
    font-size: 3rem;
  }
  .features_tit i, .treatment_tit i, .greeting_tit i, .information_tit i {
    gap: 0 10px;
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .features_tit i::before, .treatment_tit i::before, .greeting_tit i::before, .information_tit i::before, .features_tit i::after, .treatment_tit i::after, .greeting_tit i::after, .information_tit i::after {
    width: 30px;
    height: 10px;
    border-bottom-width: 2px;
  }
}

.banner {
  margin-top: 4rem;
  padding-inline: 3rem;
  line-height: 1;
}
.banner a {
  display: block;
}
@media screen and (min-width: 48em), print {
  .banner {
    width: 1200px;
    margin-top: 100px;
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
  }
  .banner a {
    display: inline-block;
  }
  .banner a:hover {
    opacity: 0.7;
  }
}

.hero {
  position: relative;
  padding-bottom: 1px;
  background-color: var(--color-bg-bl);
}
.hero_img {
  opacity: 0;
  -webkit-transition: 2s opacity 0.3s;
  transition: 2s opacity 0.3s;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.hero_img.slick-initialized {
  opacity: 1;
}
.hero_img .slick-list .slick-slide img {
  width: auto;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_catch {
  margin-block: 0.6rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  -webkit-box-shadow: 0 0.6rem 0 0 var(--color-main), 0 -0.6rem 0 0 var(--color-main);
          box-shadow: 0 0.6rem 0 0 var(--color-main), 0 -0.6rem 0 0 var(--color-main);
}
.hero_catch em {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .hero_img {
    width: clamp(1200px, 100%, 2000px);
    height: 600px;
    margin-inline: auto;
    -webkit-transition: 2s opacity 0.1s;
    transition: 2s opacity 0.1s;
  }
  .hero_img .slick-list .slick-slide img {
    height: 600px;
  }
  .hero_catch {
    margin-block: 10px;
    padding: 22px 0;
    font-size: 2.6rem;
    letter-spacing: 0.24em;
    line-height: 1.77;
    border-top-width: 2px;
    border-bottom-width: 2px;
    -webkit-box-shadow: 0 10px 0 0 var(--color-main), 0 -10px 0 0 var(--color-main);
            box-shadow: 0 10px 0 0 var(--color-main), 0 -10px 0 0 var(--color-main);
  }
  .hero_catch em {
    font-weight: 500;
  }
}
.timetable[data-style=top] {
  margin-block: 5rem;
  padding-inline: 4%;
  font-weight: 500;
}
.timetable[data-style=top] .timetable_note .marker {
  font-size: 90%;
}

@media screen and (min-width: 48em), print {
  .timetable[data-style=top] {
    width: 1200px;
    margin: 100px auto;
    padding-inline: 0;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .timetable[data-style=top] .timetable_tbl tbody th {
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
  .timetable[data-style=top] .timetable_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
  .timetable[data-style=top] .timetable_note .closed {
    margin-bottom: 0;
  }
  .timetable[data-style=top] .timetable_note .closed dt {
    width: 105px;
    font-size: 1.9rem;
    letter-spacing: 0.04em;
  }
  .timetable[data-style=top] .timetable_note .marker {
    font-size: 2rem;
  }
}
.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;
}

.information {
  margin-block: 5rem;
  padding-inline: 4%;
}
.information_box {
  --color-scrollbar:#d8e1f2;
  overflow-y: auto;
  max-height: 30rem;
  padding: 1.7rem 0.7rem 2rem;
  border-top: 1px solid var(--color-main-smoke);
  border-bottom: 1px solid var(--color-main-smoke);
}
.information_box::-webkit-scrollbar {
  width: 1rem;
}
.information_box::-webkit-scrollbar-thumb {
  background-color: var(--color-scrollbar);
  border-radius: 0.5rem;
}
.information_box dl {
  font-weight: 500;
}
.information_box dl dt {
  margin-left: 0.15em;
  padding-left: 1.6em;
  font-weight: 700;
  font-size: 1.66rem;
  line-height: 1.3;
}
.information_box dl dt::before {
  display: inline-block;
  margin-left: -1.6em;
  margin-right: 0.6em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f13a';
  line-height: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: var(--color-main);
}
.information_box dl dt.is_open::before {
  content: "\f138";
}
.information_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--color-border03);
}
.information_box dl dd {
  padding-top: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .information {
    margin: 100px 0;
  }
  .information_box {
    max-height: 512px;
    padding: 40px 50px 45px 10px;
  }
  .information_box::-webkit-scrollbar {
    width: 14px;
  }
  .information_box::-webkit-scrollbar-thumb {
    border-radius: 7px;
  }
  .information_box dl dt {
    font-size: 2rem;
  }
  .information_box dl dt ~ dt {
    margin-top: 40px;
    padding-top: 40px;
  }
  .information_box dl dd {
    padding-left: 32px;
    letter-spacing: 0.02em;
  }
}
.greeting {
  margin-block: 5rem;
  padding: 4rem 4%;
  background-image: url(../img/bg_lattice.webp);
  background-repeat: repeat;
  background-position: left top;
  background-size: contain;
}
.greeting .wrap {
  padding: 2rem 1.5rem;
  background: var(--color-white);
  border-radius: 1.4rem;
}
.greeting_box .img {
  max-width: 60%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(0 0 1.5rem);
  margin-inline: auto;
}
.greeting_box .txt {
  font-weight: 500;
}
.greeting_box .txt p {
  margin-bottom: 0;
}
.greeting_box .txt .sign {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.35rem;
}
.greeting_box .txt .sign span {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin: 100px 0;
    padding: 70px 0;
    background-size: auto;
  }
  .greeting .wrap {
    padding: 50px 50px 64px;
    border-radius: 27px;
  }
  .greeting_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting_box .img {
    max-width: 312px;
    aspect-ratio: auto;
    -o-object-fit: contain;
       object-fit: contain;
    clip-path: revert;
    margin-inline: 0;
  }
  .greeting_box .txt {
    width: 738px;
  }
  .greeting_box .txt p {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
  .greeting_box .txt .sign {
    margin-top: 40px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
  .greeting_box .txt .sign span {
    margin-left: 0.5rem;
    font-size: 3rem;
  }
}
.treatment {
  padding: 5rem 4%;
  background-image: url(../img/index/treatment_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.treatment_lst {
  --color-border:#edf1f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.treatment_lst li {
  width: 45%;
}
.treatment_lst li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  word-break: keep-all;
  color: var(--color-main-dark);
}
.treatment_lst li a::before {
  display: block;
  width: 90%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.8rem;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58% auto;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  content: "";
}
.treatment_lst .a_ortho::before {
  background-image: url(../img/index/treatment_ortho.svg);
}
.treatment_lst .a_pediatric_ortho::before {
  background-image: url(../img/index/treatment_ped_ortho.svg);
}
.treatment_lst .a_sports_ortho::before {
  background-image: url(../img/index/treatment_sports_ortho.svg);
}
.treatment_lst .a_rehabilitaion::before {
  background-image: url(../img/index/treatment_reha.svg);
}
.treatment_lst .a_rheumatism::before {
  background-image: url(../img/index/treatment_rheumatism.svg);
}
.treatment_lst .a_pain::before {
  background-image: url(../img/index/treatment_pain.svg);
}
.treatment_lst .a_traffic_accident::before {
  background-image: url(../img/index/treatment_t_accident.svg);
}
.treatment_lst .a_workers_accident::before {
  background-image: url(../img/index/treatment_w_accident.svg);
}
.treatment_lst .a_accident::before {
  background-image: url(../img/index/treatment_accident.svg);
  background-size: 45% auto;
}
.treatment_lst .a_osteoporosis::before {
  background-image: url(../img/index/treatment_ost.svg);
}
.treatment_lst .a_backache::before {
  background-image: url(../img/index/treatment_backache.svg);
}
.treatment_lst .a_visitting_rehabilitaion::before {
  background-image: url(../img/index/treatment_visit_reha.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 100px 0;
    background-size: auto;
  }
  .treatment_lst {
    gap: 42px 31px;
    margin-top: 56px;
  }
  .treatment_lst li {
    width: 174px;
  }
  .treatment_lst li a {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .treatment_lst li a::before {
    width: 100%;
    margin: 0 auto 20px;
    background-size: 100px auto;
    border-width: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst li a:hover, .treatment_lst li a:focus {
    color: var(--color-main-bright);
    text-shadow: 0 0 1px currentColor;
  }
  .treatment_lst li a:hover::before, .treatment_lst li a:focus::before {
    border-color: var(--color-arrow);
    border-radius: 10%;
    -webkit-box-shadow: 0 2px 4px var(--color-main-smoke);
            box-shadow: 0 2px 4px var(--color-main-smoke);
    -webkit-filter: saturate(1.5);
            filter: saturate(1.5);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-size: cover;
  }
}
.topics {
  margin-block: 5rem;
  padding-inline: 4%;
}
.topics .wrap li {
  margin: 2rem 0;
}
.topics .wrap li a {
  display: block;
  padding: 1.5rem 1.5rem 1.6rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main-soft);
  border-radius: 0.8rem;
}
.topics .wrap li a figure {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 63% auto;
  gap: 1rem 1.8rem;
}
.topics .wrap li a figure figcaption {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 1.2rem 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-width: 1px 0;
  border-style: solid;
  border-color: currentColor;
}
.topics .wrap li a figure figcaption em {
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
}
.topics .wrap li a figure .txt {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-bottom: 0;
  padding-inline: 1rem;
}
.topics .wrap li a figure .img {
  grid-column: 2/3;
  grid-row: 1/2;
  border: 3px solid var(--color-white);
  border-radius: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .topics {
    width: 1200px;
    margin: 117px auto;
    padding-inline: 0;
  }
  .topics .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px 40px;
  }
  .topics .wrap li {
    width: 580px;
    margin: 0;
  }
  .topics .wrap li a {
    height: 100%;
    padding: 17px 17px 17px 22px;
    border-radius: 10px;
  }
  .topics .wrap li a figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: auto 216px;
    grid-template-rows: auto 1fr;
    gap: 10px 35px;
  }
  .topics .wrap li a figure figcaption {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-block: 5px;
    padding: 8px 10px 8px 15px;
    font-size: 2.4rem;
    line-height: 1.5;
    border-width: 2px 0;
  }
  .topics .wrap li a figure figcaption em {
    font-size: 3rem;
    letter-spacing: inherit;
  }
  .topics .wrap li a figure .txt {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0 0 0 10px;
    letter-spacing: 0.01em;
    line-height: 1.77;
  }
  .topics .wrap li a figure .img {
    grid-column: 2/3;
    grid-row: 1/3;
    border-width: 4px;
    border-radius: 8px;
  }
  .topics .wrap li a:hover {
    background: var(--color-main);
  }
}
.features {
  margin-top: 5.5rem;
  padding-bottom: 4.5rem;
  background-image: url(../img/index/features_bg.webp);
  background-repeat: repeat;
  background-position: left top;
  background-size: contain;
}
.features_tit {
  --color-grad01: #364b9e;
  --color-grad02: #4662c9;
  padding: 1.8rem 0;
  color: var(--color-white);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-grad01)), to(var(--color-grad02)));
  background: linear-gradient(var(--color-grad01), var(--color-grad02));
}
.features_tit i {
  color: var(--color-white);
}
.features_lst {
  counter-reset: fNum 0;
}
.features_lst_set {
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-position: 50% 2rem;
  background-size: cover;
}
.features_lst_set:not(:first-of-type) {
  margin-top: 4rem;
}
.features_lst_set:nth-of-type(1) {
  background-image: url(../img/index/features_bg_set01.webp);
}
.features_lst_set:nth-of-type(2) {
  background-image: url(../img/index/features_bg_set02.webp);
}
.features_lst_set:nth-of-type(3) {
  background-image: url(../img/index/features_bg_set03.webp);
}
.features_lst .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
}
.features_lst .box::before {
  position: absolute;
  bottom: 2.5rem;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--color-white);
  counter-increment: fNum 1;
  content: "feature." counter(fNum, decimal-leading-zero);
}
.features_lst .box .tit {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  white-space: nowrap;
  color: var(--color-main);
  text-shadow: rgba(var(--color-white-rgb), 0.7) 2px 0px 12px, rgba(var(--color-white-rgb), 0.7) 1.75517px 0.958851px 12px, rgba(var(--color-white-rgb), 0.7) 1.0806px 1.68294px 12px, rgba(var(--color-white-rgb), 0.7) 0.141474px 1.99499px 12px, rgba(var(--color-white-rgb), 0.7) -0.832294px 1.81859px 12px, rgba(var(--color-white-rgb), 0.7) -1.60229px 1.19694px 12px, rgba(var(--color-white-rgb), 0.7) -1.97998px 0.28224px 12px, rgba(var(--color-white-rgb), 0.7) -1.87291px -0.701566px 12px, rgba(var(--color-white-rgb), 0.7) -1.30729px -1.5136px 12px, rgba(var(--color-white-rgb), 0.7) -0.421592px -1.95506px 12px, rgba(var(--color-white-rgb), 0.7) 0.567324px -1.91785px 12px, rgba(var(--color-white-rgb), 0.7) 1.41734px -1.41108px 12px, rgba(var(--color-white-rgb), 0.7) 1.92034px -0.558831px 12px;
  -webkit-filter: drop-shadow(0 0 5px var(--color-white));
          filter: drop-shadow(0 0 5px var(--color-white));
}
.features_lst .box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82%;
  margin-bottom: 5rem;
  padding: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  backdrop-filter: blur(1px);
  text-shadow: 0 0 5px var(--color-white);
}
.features_lst .box ~ .box {
  margin-top: 3rem;
}
.features_lst .box:nth-child(odd) {
  padding: 0 2.5rem 1rem 0.5rem;
  background-position: right bottom;
}
.features_lst .box:nth-child(odd)::before {
  left: 1.5rem;
}
.features_lst .box:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.features_lst .box:nth-child(even) {
  padding: 0 0.5rem 1rem 2.5rem;
  background-position: left bottom;
}
.features_lst .box:nth-child(even)::before {
  right: 1.5rem;
}
.features_lst .box[data-cont=oneteam] {
  background-image: url(../img/index/features_oneteam.webp);
}
.features_lst .box[data-cont=ortho] {
  background-image: url(../img/index/features_ortho.webp);
}
.features_lst .box[data-cont=accident] {
  background-image: url(../img/index/features_accident.webp);
}
.features_lst .box[data-cont=rehabilitation] {
  background-image: url(../img/index/features_rehabilitation.webp);
}
.features_lst .box[data-cont=osteoporosis] {
  background-image: url(../img/index/features_osteoporosis.webp);
}
.features_lst .box[data-cont=pain] {
  background-image: url(../img/index/features_pain.webp);
}

@media screen and (min-width: 48em), print {
  .features {
    margin-top: 117px;
    padding-bottom: 130px;
    background-size: auto;
  }
  .features_tit {
    padding: 48px 0;
  }
  .features_lst {
    margin-top: 64px;
    width: 1200px;
    margin-inline: auto;
  }
  .features_lst_set {
    padding-bottom: 60px;
    background-position: 50% 100%;
    background-size: auto;
  }
  .features_lst_set:not(:first-of-type) {
    margin-top: 90px;
  }
  .features_lst .box {
    min-height: 400px;
    background-size: auto;
  }
  .features_lst .box::before {
    bottom: 25px;
    font-size: 7.5rem;
  }
  .features_lst .box .tit {
    min-width: 3em;
    font-size: 2.5rem;
    letter-spacing: 0.52em;
    line-height: 1.6;
  }
  .features_lst .box .txt {
    width: 450px;
    margin-bottom: 0;
    padding: 60px 0 0;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-shadow: none;
    backdrop-filter: none;
  }
  .features_lst .box ~ .box {
    margin-top: 120px;
  }
  .features_lst .box:nth-child(odd) {
    padding: 0 600px 0 0;
  }
  .features_lst .box:nth-child(odd)::before {
    left: auto;
    right: 20px;
  }
  .features_lst .box:nth-child(even) {
    padding: 0 0 0 600px;
  }
  .features_lst .box:nth-child(even)::before {
    right: auto;
    left: 20px;
  }
}
.clinicaldx {
  margin: 3rem 4%;
}
@media screen and (min-width: 48em), print {
  .clinicaldx {
    margin: 60px auto;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9rem;
  padding: 1rem 4% 1.2rem;
  background-image: url(../img/bg_lattice.webp);
  background-repeat: repeat;
  background-position: left top;
  background-size: contain;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
  color: var(--color-main-dark);
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 208px;
    padding: 10px calc((100% - 1200px) / 2);
    background-size: auto;
  }
  .heading h1 {
    font-size: 3.2rem;
  }
}

.breadcrumbs {
  padding: 1rem 4%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\63';
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  line-height: 1;
}
.breadcrumbs li a {
  font-weight: 500;
  color: var(--color-main-bright);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 22px 0 0;
    font-size: 1.4rem;
  }
  .breadcrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}

.contents {
  padding: 2rem 5% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
}

body#page_doctor .doctor_greeting .img {
  width: 98%;
  padding: 0.5rem;
  margin: 0 auto 1.5rem;
  background: var(--color-bg-gy);
}
body#page_doctor .doctor_greeting .img figcaption {
  padding: 0.7rem 0.2rem 0.3rem;
  font-weight: 500;
  font-size: 1.3rem;
  word-spacing: 0.2em;
  line-height: 1.3;
  text-align: center;
}
body#page_doctor .doctor_greeting > section {
  margin-top: 3rem;
}
body#page_doctor .doctor_greeting > section p {
  margin-bottom: 0;
}
body#page_doctor .doctor_greeting .bnr_blog {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting .img {
    float: right;
    width: 400px;
    margin: 0 0 10px 40px;
  }
  body#page_doctor .doctor_greeting .img figcaption {
    font-size: 1.5rem;
  }
  body#page_doctor .doctor_greeting > section {
    clear: both;
    margin-top: 50px;
  }
  body#page_doctor .doctor_greeting .bnr_blog:hover {
    opacity: 0.7;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slider-panel .slick-slide figcaption {
  display: block;
  padding: 0.5em 0.2em 0.4em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main-dark);
}
body#page_clinic .slider .slider-panel .slick-dots {
  margin-top: 0.5em;
}
body#page_clinic .slider .slider-panel .slick-dots li.slick-active button {
  background: var(--color-main);
}
body#page_clinic .slider .slider-nav {
  margin-top: 0.5rem;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide img {
  -webkit-filter: opacity(0.2) brightness(0.8);
          filter: opacity(0.2) brightness(0.8);
  outline-width: 1px;
  outline-style: solid;
  outline-color: var(--color-white);
  outline-offset: -1px;
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  -webkit-filter: opacity(1) brightness(1);
          filter: opacity(1) brightness(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 2.4rem;
  }
  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);
    opacity: 0.3;
  }
  body#page_clinic .slider .slider-panel .slick-prev:hover:before, body#page_clinic .slider .slider-panel .slick-prev:focus:before, body#page_clinic .slider .slider-panel .slick-next:hover:before, body#page_clinic .slider .slider-panel .slick-next:focus:before {
    opacity: 1;
  }
  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-nav .slick-list .slick-slide img {
    outline-width: 2px;
    outline-offset: -2px;
  }
}

body#page_access .timetable_note {
  font-weight: 500;
}
body#page_access .timetable_note .marker {
  font-size: 1.3rem;
}
body#page_access .access_info {
  font-weight: 500;
}
body#page_access .access_info section {
  margin-top: 2.5rem;
}
body#page_access .access_info .primary {
  font-size: 1.6rem;
}
body#page_access .access_info .primary div {
  padding-left: 0.8rem;
  word-spacing: 0.4em;
}
body#page_access .access_info .primary div.telnum {
  font-size: 112.5%;
  line-height: 1.2;
}
body#page_access .access_info .gmap {
  height: 40rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
  body#page_access .timetable_tbl tbody th {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
  }
  body#page_access .timetable_note {
    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;
    padding-top: 25px;
  }
  body#page_access .timetable_note .closed {
    margin-bottom: 0;
  }
  body#page_access .timetable_note .closed dt {
    font-size: 1.9rem;
  }
  body#page_access .timetable_note .marker {
    font-size: 2rem;
  }
  body#page_access .access_info section {
    margin-top: 30px;
  }
  body#page_access .access_info .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    font-size: 2.2rem;
  }
  body#page_access .access_info .primary section {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body#page_access .access_info .primary section div {
    line-height: 1.2;
  }
  body#page_access .access_info .gmap {
    height: 500px;
    margin-top: 30px;
  }
}

body#page_recruit .tbl_data[data-type=recruit] th {
  width: 5em;
}
body#page_recruit .tbl_data[data-type=recruit] td {
  padding: 0.6em 1em;
}
body#page_recruit .tbl_data[data-type=recruit] td dl.items {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3em 2em;
}
body#page_recruit .tbl_data[data-type=recruit] td dl.items dd {
  white-space: nowrap;
}
body#page_recruit .tbl_data[data-type=recruit] td .phone {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  body#page_recruit .tbl_data[data-type=recruit] th {
    width: 20%;
  }
  body#page_recruit .tbl_data[data-type=recruit] td {
    padding: 0.8em 2em;
  }
  body#page_recruit .tbl_data[data-type=recruit] td dl.items {
    gap: 0 3em;
  }
}

body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}/*# sourceMappingURL=style.css.map */