@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: 2.0rem;
  --pc-header-height: 130px;
  --base-font-weight: 500;
  --sp-fontsize: 1.5rem;
  --pc-l-height: 1.25;
  --color-base-txt: #2e2e2e;
  --color-base-txt-rgb: 46,46,46;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-logo-gr: #669966;
  --color-logo-gr-dark: #246b24;
  --color-logo-gr-light: #dfeebc;
  --color-logo-gr-pale: #f1f5e8;
  --color-logo-gr-pale-rgb: 241,245,232;
  --color-logo-or: #ffbc27;
  --color-logo-or-dark: #ff8627;
  --color-logo-or-light: #ffedc6;
  --color-logo-or-pale: #fff8e9;
  --color-logo-or-pale-rgb: 255,248,233;
  --color-logo-bn: #b79e5d;
  --color-logo-bn-dark: #875408;
  --color-logo-gy: #a5c654;
  --color-txt: #464646;
  --color-border: #bbb;
  --color-notice: #f00;
  --color-highlight: #ffedc6;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

html {
  scroll-padding-top: var(--sp-header-height, 0);
  font-family: "Zen Kaku Gothic New", "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);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-logo-or-pale-rgb), 0.7)), to(rgba(var(--color-logo-or-pale-rgb), 0.7))), -webkit-gradient(linear, left top, left bottom, from(var(--color-logo-gr-pale)), to(var(--color-logo-gr-pale)));
  background-image: linear-gradient(rgba(var(--color-logo-or-pale-rgb), 0.7), rgba(var(--color-logo-or-pale-rgb), 0.7)), linear-gradient(var(--color-logo-gr-pale), var(--color-logo-gr-pale));
  background-repeat: no-repeat;
  background-position: 100% 18rem, 0% 0;
  background-size: 90% 25rem, 91.5% 26rem;
  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;
    background-position: 100% 505px, 0% 0px;
    background-size: calc(50% + 205px) 400px, calc(50% + 205px) 700px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
    z-index: 5;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
#global_header .header_wrap {
  height: 6.6rem;
  padding: 0.5rem 4%;
}
#global_header .header_wrap .logo {
  width: 70%;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  display: none;
}

@media screen and (max-width: 47.99em) {
  #global_header {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 620px;
    grid-template-columns: 400px 620px;
    -ms-grid-rows: 15px 88px 15px 57px;
    grid-template-rows: 15px 88px 15px 57px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 175px;
    padding: 0 calc(50% - 600px);
  }
  #global_header .header_wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap .logo {
    width: 400px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #global_header .header_wrap .clinic_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #global_header .header_wrap .clinic_info .primary {
    margin-left: 50px;
  }
  #global_header .header_wrap .clinic_info .primary .adr {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #global_header .header_wrap .clinic_info .primary .telnum {
    font-weight: 900;
    font-size: 3.4rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: var(--color-txt);
  }
  #global_header .header_wrap .clinic_info .primary .telnum::before {
    display: inline-block;
    font-size: 2.4rem;
    content: "tel.";
  }
  #global_header .header_wrap .clinic_info .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
  #global_header .header_wrap .clinic_info .btns li {
    width: 160px;
  }
  #global_header .header_wrap .clinic_info .btns li a {
    display: block;
    height: 52px;
    padding: 4px 7px;
    text-align: center;
  }
  #global_header .header_wrap #global_nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  #global_header .header_wrap.js-pc_sticky {
    background-color: rgba(var(--color-base-bg-rgb), 0);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  #global_header .header_wrap.js-pc_sticky .logo {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky {
    -ms-grid-columns: 330px 752px;
    grid-template-columns: 330px 752px;
    -ms-grid-rows: 10px 50px 33px 10px;
    grid-template-rows: 10px 50px 33px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 103px;
    background-color: rgba(var(--color-base-bg-rgb), 0.9);
    -webkit-box-shadow: 0px 5px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0px 5px 6px rgba(var(--color-black-rgb), 0.16);
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .logo {
    width: 330px;
    padding: 5px 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info .primary .adr {
    display: none;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info .btns {
    width: 370px;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info .btns li {
    width: 115px;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info .btns li a {
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky .clinic_info .btns li a::before {
    display: none;
  }
  #global_header .header_wrap.js-pc_sticky.is_sticky #global_nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
@media print {
  #global_header {
    padding-top: 0 !important;
  }
  #global_header .header_wrap {
    position: relative;
  }
}
#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-color: rgba(var(--color-white-rgb), 0.9);
    background-image: url(../img/bg_green_l.webp), url(../img/bg_green_r.webp);
    background-repeat: no-repeat;
    background-position: -50% 0, 150% 0;
    background-size: contain;
  }
  .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);
  }
}
#global_nav .gnav li .sub_btn {
  width: 100%;
  cursor: pointer;
}
#global_nav .gnav li .sub_btn::after {
  margin-left: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
  color: var(--color-logo-gr);
}
#global_nav .gnav li .sub_btn.close::after {
  content: "\f005";
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0;
    padding: 0;
    line-height: 0.7;
    text-align: center;
    color: var(--color-white);
    background: var(--color-logo-gy);
    border-radius: 0.5rem;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e802';
    font-size: 3.4rem;
    -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: "\e806";
    -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: 6.5rem;
    left: 4vw;
    overflow-y: auto;
    width: 92vw;
    max-height: 80dvh;
    padding: 1.2rem 1.4rem 1.8rem;
    font-size: 1.6rem;
    color: var(--color-txt);
    background: var(--color-base-bg);
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 0 0.3rem var(--color-logo-gr-light);
            box-shadow: 0 0 0 0.3rem var(--color-logo-gr-light);
  }
  #global_nav .gnav > li {
    margin: 0.5rem 0;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  #global_nav .gnav > li > a::after {
    font-family: "fontello";
    font-weight: normal;
    content: '\32\32 ';
    color: var(--color-logo-gy);
  }
  #global_nav .gnav .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.8rem;
    margin: 0.5rem 0;
    padding: 1.4rem;
    font-size: 1.4rem;
    color: var(--color-txt);
    background: var(--color-logo-gr-pale);
    border-radius: 0.5rem;
  }
  #global_nav .gnav .subnav > li {
    min-width: 49%;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    padding: 16px 0 15px;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: block;
  }
  #global_nav .gnav > li > a:focus, #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:focus, #global_nav .gnav > li button:hover {
    color: var(--color-logo-gr-dark);
  }
  #global_nav .gnav > li > a:not(.sub_btn), #global_nav .gnav > li button:not(.sub_btn) {
    text-underline-offset: 8px;
    -webkit-text-decoration: underline dotted 2px transparent;
            text-decoration: underline dotted 2px transparent;
  }
  #global_nav .gnav > li > a:not(.sub_btn):focus, #global_nav .gnav > li > a:not(.sub_btn):hover, #global_nav .gnav > li button:not(.sub_btn):focus, #global_nav .gnav > li button:not(.sub_btn):hover {
    text-decoration-color: var(--color-logo-gr);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 41px;
    left: 50%;
    z-index: 1;
    width: 460px;
    color: var(--color-txt);
    background: var(--color-base-bg);
    border-radius: 10px;
    border: 3px solid var(--color-logo-gy);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #global_nav .gnav > li .subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    margin: 30px 0;
    font-size: 1.6rem;
    background-image: linear-gradient(var(--color-logo-gy) 5px, transparent 5px, transparent 8px);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: 2px 8px;
  }
  #global_nav .gnav > li .subnav li {
    width: 50%;
    padding-left: 30px;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: var(--color-logo-gy);
  }
  .header_wrap.js-pc_sticky.is_sticky #global_nav {
    padding: 9px 0 0;
  }
  .header_wrap.js-pc_sticky.is_sticky #global_nav .gnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .header_wrap.js-pc_sticky.is_sticky #global_nav .gnav > li.sub .sub_box {
    top: 35px;
  }
}
.overview {
  --color-bg-overview: #fbfcf9;
  font-size: 1.4rem;
  color: var(--color-txt);
  background: var(--color-bg-overview);
}
.overview .clinic_name {
  padding-block: 1.5rem;
  color: var(--color-white);
  background: var(--color-logo-gr);
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview .wrap {
  padding: 2rem 4% 1rem;
}
.overview .wrap .info .clnic_tel {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: var(--color-logo-gr);
}
.overview .wrap .info .clnic_tel::before {
  display: inline-block;
  font-size: 68%;
  content: "tel.";
}
.overview .wrap .info .clinic_outline dt {
  padding: 0.5rem 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-logo-gr);
  background: var(--color-logo-gr-pale);
  border-radius: 0.5rem;
  text-align: center;
}
.overview .wrap .info .clinic_outline dd {
  padding: 0.6rem 0 1.2rem;
  font-size: 1.5rem;
  text-align: center;
}
.overview .wrap .info .clinic_outline dd.acs span {
  display: inline-block;
}
.overview .wrap .info .timetable {
  margin-top: 1rem;
}
.overview .wrap .gmap {
  height: 35rem;
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    padding-block: 50px;
  }
  .overview .clinic_name img {
    max-width: 500px;
  }
  .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: 50px 0 55px;
  }
  .overview .wrap .info {
    width: 444px;
  }
  .overview .wrap .info .clnic_tel {
    margin-bottom: 30px;
    font-size: 5rem;
    text-align: left;
  }
  .overview .wrap .info .clinic_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .overview .wrap .info .clinic_outline dt {
    width: 94px;
    padding: 0;
    font-weight: 700;
    border-radius: 0;
    text-align: left;
    background: none;
  }
  .overview .wrap .info .clinic_outline dt::after {
    content: "：";
  }
  .overview .wrap .info .clinic_outline dd {
    width: 350px;
    padding: 0;
    font-size: inherit;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .overview .wrap .info .timetable {
    margin-top: 30px;
  }
  .overview .wrap .gmap {
    width: 672px;
    height: 560px;
    margin-top: 0;
  }
}
#global_footer {
  padding: 0.5rem 0 5rem;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0 0 30px;
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 30px 0;
    line-height: 1.5;
  }
  #global_footer .footer_wrap ul {
    width: 980px;
    margin-inline: auto;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.8em;
    letter-spacing: 0.05em;
    line-height: 1;
    -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 {
    color: var(--color-logo-gr);
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav li:nth-child(9) {
    border-left: none;
  }
  #global_footer .copyright {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 10px;
    right: 10px;
  }
}

#sp_footer {
  width: calc(100% - 4rem);
  height: 8rem;
  font-weight: 700;
}
#sp_footer .sp_f {
  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;
}
#sp_footer .sp_f li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  width: 50%;
  font-size: 1.8rem;
  line-height: 4rem;
  color: var(--color-logo-gr-dark);
  background: var(--color-logo-gr-light);
  outline: 1px solid var(--color-logo-gy);
  outline-offset: -3px;
}
#sp_footer .sp_f li a {
  display: block;
  text-align: center;
}
#sp_footer .sp_f li.phone a {
  overflow: hidden;
  white-space: nowrap;
}
#sp_footer .sp_f li.phone a::before {
  display: inline-block;
  width: 100%;
  font-family: "fontello";
  font-weight: normal;
  content: '\e801';
  font-size: 2rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 4rem;
  height: 8rem;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-or);
  cursor: pointer;
}
#pageup::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e8a3';
  font-size: 2rem;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    border: 3px solid var(--color-white);
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup::before {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  #pageup:hover {
    color: var(--color-white);
    background: var(--color-logo-or-dark);
  }
}
@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;
}

@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: 85%;
  margin: 0 auto 1.4rem;
  border-radius: 1rem;
}
.img_c.w100 {
  max-width: 100%;
}

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

@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.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 500px;
    margin: 0 60px 20px 0;
    border-radius: 20px;
  }
  .img_r {
    float: right;
    max-width: 500px;
    margin: 0 0 20px 60px;
    border-radius: 20px;
  }
}
.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;
  }
}
.l-intro > [class*=box_] {
  display: flow-root;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro + section ~ 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 ~ 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-size: 2.2rem;
}

.tit_02, .treatment_tit, .feature_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-logo-gy);
}
.tit_02::before, .treatment_tit::before, .feature_tit::before, .tit_02::after, .treatment_tit::after, .feature_tit::after {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1.2em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
}
.tit_02::before, .treatment_tit::before, .feature_tit::before {
  background-image: url(../img/tit_02_l.svg);
}
.tit_02::after, .treatment_tit::after, .feature_tit::after {
  background-image: url(../img/tit_02_r.svg);
}

.tit_03 {
  position: relative;
  margin: 0 0 2rem;
  padding: 1.4rem 1rem 1rem 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-logo-gr);
  background: var(--color-logo-gr-light);
  border-radius: 0.8rem;
  mix-blend-mode: multiply;
}
.tit_03::before {
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dotted var(--color-logo-gy);
  border-radius: 0.8rem;
  content: "";
}

.tit_04 {
  margin: 0 0 1rem;
  padding: 0.2rem 0.2rem 0.3rem 3rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-logo-gr);
  background-image: url(../img/tit_04.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2.4rem auto;
  border-bottom: 2px dotted currentColor;
}

.tit_05 {
  margin: 0 0 1rem;
  padding: 0.7rem 1rem 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-logo-gy);
  background-color: var(--color-logo-gr-pale);
  background-image: linear-gradient(295deg, var(--color-logo-gr-light) 2.5em, transparent 2.5em);
  background-position: right top;
  border-radius: 0.8rem;
}

.tit_06 {
  margin: 0 0 1rem;
  padding: 0.6rem 1rem 0.7rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-logo-or);
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02, .treatment_tit, .feature_tit {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin-bottom: 50px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .tit_02::before, .treatment_tit::before, .feature_tit::before, .tit_02::after, .treatment_tit::after, .feature_tit::after {
    width: 45px;
    height: 45px;
  }
  .tit_03 {
    margin: 0 0 30px;
    padding: 24px 20px 20px 30px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    border-radius: 10px;
  }
  .tit_03::before {
    top: 10px;
    left: 10px;
    border-radius: 10px;
  }
  .tit_04 {
    margin: 0 0 18px;
    padding: 4px 10px 10px 55px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    background-size: 40px auto;
  }
  .tit_05 {
    margin: 0 0 16px;
    padding: 9px 20px 13px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-radius: 10px;
  }
  .tit_06 {
    margin: 0 0 14px;
    padding: 5px 10px 7px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    border-radius: 10px;
  }
}
.lst_ul > li {
  padding-left: 1.4em;
}
.lst_ul > li::before {
  display: inline-block;
  width: 1.28em;
  height: 1em;
  margin-left: -1.4em;
  margin-right: 0.12em;
  vertical-align: -0.1em;
  background-image: url(../img/icon_list.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ul.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul ~ li {
    margin-top: 0.7em;
  }
  .lst_ul.cols2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
  .lst_ul.cols3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 5%;
  }
  .lst_ul.cols3 > li {
    width: 30%;
  }
  .lst_ul.cols3 > 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.7em;
}
.lst_ol > li::marker {
  color: var(--color-logo-gr);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

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

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.15em;
  font-weight: 700;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl > dd[class*=box_],
.lst_dl > dd :last-child {
  margin-bottom: 0;
}

.dl_tbl {
  margin-bottom: 1em;
  border: 1px solid var(--color-logo-gr);
}
.dl_tbl dt {
  padding: 0.5em 1em;
  color: var(--color-white);
  background: var(--color-logo-gr);
}
.dl_tbl dt:not(:first-of-type) {
  border-top: 1px solid var(--color-logo-gr);
}
.dl_tbl dd {
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-logo-gr);
}

.dl_tbl02 {
  border: 1px solid var(--color-logo-gr);
}
.dl_tbl02 dt {
  padding: 0.5em 1em;
  color: var(--color-white);
  background: var(--color-logo-gr);
}
.dl_tbl02 dt:not(:first-of-type) {
  border-top: 1px solid var(--color-logo-gr);
}
.dl_tbl02 dd {
  width: calc(100% - 10rem);
  padding: 0.8em 1em;
  border-top: 1px solid var(--color-logo-gr);
}
@media screen and (min-width: 48em), print {
  .dl_tbl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_tbl02 dt {
    width: 15%;
  }
  .dl_tbl02 dt:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
  .dl_tbl02 dd {
    width: 85%;
  }
}

.dl_flow dt {
  padding: 0.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-logo-gr-dark);
  background: var(--color-logo-gy);
  border-radius: 0.8rem;
}
.dl_flow dd {
  position: relative;
  padding: 1rem 0.8rem;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3rem;
}
.dl_flow dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 125%;
  color: var(--color-logo-gr-dark);
  text-align: center;
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
.dl_flow dd .img_l, .dl_flow dd .img_r {
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 20px 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .dl_flow dd {
    display: flow-root;
    padding: 30px 28px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 75px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -45px;
    font-size: 3.4rem;
    line-height: 1;
  }
  .dl_flow dd .img_l, .dl_flow dd .img_r {
    max-width: 400px;
    margin-block: 0;
  }
}

.tbl_simple, .tbl_data, .tbl_price {
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_simple th, .tbl_data th, .tbl_price th {
  padding: 0.5em;
}
.tbl_simple td, .tbl_data td, .tbl_price td {
  padding: 0.5em 0.8em;
}
.tbl_simple thead tr :first-of-type, .tbl_data thead tr :first-of-type, .tbl_price thead tr :first-of-type {
  border-top-left-radius: 0.8rem;
}
.tbl_simple thead tr :last-of-type, .tbl_data thead tr :last-of-type, .tbl_price thead tr :last-of-type {
  border-top-right-radius: 0.8rem;
}
.tbl_simple thead tr th, .tbl_data thead tr th, .tbl_price thead tr th {
  padding: 0.8em 0.2em;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th, .tbl_price th {
    padding: 0.7em 1em;
  }
  .tbl_simple td, .tbl_data td, .tbl_price td {
    padding: 0.7em 1.5em;
  }
  .tbl_simple thead tr :first-of-type, .tbl_data thead tr :first-of-type, .tbl_price thead tr :first-of-type {
    border-top-left-radius: 10px;
  }
  .tbl_simple thead tr :last-of-type, .tbl_data thead tr :last-of-type, .tbl_price thead tr :last-of-type {
    border-top-right-radius: 10px;
  }
  .tbl_simple thead tr th, .tbl_data thead tr th, .tbl_price thead tr th {
    padding: 1.2em 0.5em;
  }
}

.tbl_data, .tbl_price {
  width: var(--tbl-width, 100%);
}
.tbl_data thead th, .tbl_price thead th {
  font-size: 102%;
  line-height: 1.3;
  color: var(--color-logo-gr-dark);
  background: var(--color-logo-gy);
}
.tbl_data thead th:first-child, .tbl_price thead th:first-child {
  width: var(--thead-th-first, 33%);
}
.tbl_data thead th:last-child, .tbl_price thead th:last-child {
  width: var(--thead-th-last, auto);
}
.tbl_data tbody tr *, .tbl_price tbody tr * {
  border-right: 1px solid var(--color-logo-gy);
  border-bottom: 1px solid var(--color-logo-gy);
}
.tbl_data tbody tr *:first-child, .tbl_price tbody tr *:first-child {
  border-left: 1px solid var(--color-logo-gy);
}
.tbl_data tbody th, .tbl_price tbody th {
  font-size: 110%;
  text-align: left;
  background: var(--color-logo-gr-light);
}
.tbl_data tbody td.sub, .tbl_price tbody td.sub {
  background: var(--color-logo-gr-pale);
}
@media screen and (min-width: 48em), print {
  .tbl_data thead th, .tbl_price thead th {
    font-size: 125%;
  }
  .tbl_data thead th:first-child, .tbl_price thead th:first-child {
    width: var(--thead-th-first-pc, 25%);
  }
  .tbl_data tbody th, .tbl_price tbody th {
    font-size: 112.5%;
  }
}
.tbl_data[data-th=wide], [data-th=wide].tbl_price {
  --thead-th-first: 50%;
  --thead-th-first-pc: 40%;
}

.tbl_simple {
  width: var(--tbl-width, 100%);
  border-collapse: collapse;
}
.tbl_simple th {
  background: var(--color-logo-gr-light);
  border: 1px solid var(--color-logo-gy);
}
.tbl_simple td {
  border: 1px solid var(--color-logo-gy);
}

.tbl_price {
  --thead-th-first: 40%;
  --thead-th-first-pc: 40%;
}
.tbl_price tbody tr:first-of-type th, .tbl_price tbody tr:first-of-type td {
  border-top: 1px solid var(--color-logo-gy);
}
.tbl_price tbody tr th {
  font-size: 100%;
  text-align: center;
}
.tbl_price tbody tr td {
  text-align: center;
}
.tbl_price tbody tr td:last-child {
  min-width: 30%;
  white-space: nowrap;
}

@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_disease, .box_symptoms {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 0.8rem;
}
.box_disease > :last-child, .box_symptoms > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_symptoms {
    padding: 28px 30px;
    border-radius: 10px;
  }
}

.box_symptoms {
  color: var(--color-logo-gr);
  background: var(--color-logo-gr-pale);
  border: 1px solid var(--color-logo-gy);
}
@media screen and (min-width: 48em), print {
  .box_symptoms {
    border-width: 2px;
  }
}

.box_disease {
  color: var(--color-white);
  background: var(--color-logo-gr);
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
}
@media screen and (min-width: 48em), print {
  .box_disease {
    -webkit-box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
  }
}

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

.lnkp_more {
  margin-top: 1em;
  text-align: center;
}
.lnkp_more a {
  min-width: 50%;
}
@media screen and (min-width: 48em), print {
  .lnkp_more {
    text-align: left;
  }
  .lnkp_more a {
    min-width: 240px;
  }
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0.8rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.6em 1.5em;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.btn_detail, .btn_back {
  color: var(--color-logo-gr);
  background: var(--color-logo-gr-pale);
  border: 2px solid var(--color-logo-gr);
}
.btn_detail::after, .btn_back::after {
  margin-left: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f006';
  color: var(--color-logo-gy);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    letter-spacing: 0.1em;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-logo-gr);
    border: 2px solid var(--color-logo-gy);
  }
}

.bnr_df {
  display: block;
  width: 250px;
  margin: 2.5rem auto 0;
}
.bnr_df img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .bnr_df {
    width: 500px;
    margin: 6rem auto 0;
  }
}

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

.em {
  font-weight: bold;
}

.clr-notice {
  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;
  }
}

.recruit_wrap .btn_recruit, .btn_line, .btn_ask, .btn_rsv {
  display: inline-block;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-logo-gy);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
}
.recruit_wrap .btn_recruit::before, .btn_line::before, .btn_ask::before, .btn_rsv::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--color-logo-gr);
  vertical-align: -0.12em;
}
@media screen and (min-width: 48em), print {
  .recruit_wrap .btn_recruit, .btn_line, .btn_ask, .btn_rsv {
    padding: 4px 12px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
  }
  .recruit_wrap .btn_recruit::before, .btn_line::before, .btn_ask::before, .btn_rsv::before {
    margin-right: 7px;
    font-size: 4.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recruit_wrap .btn_recruit:hover, .btn_line:hover, .btn_ask:hover, .btn_rsv:hover {
    color: var(--color-white);
    background: var(--color-logo-gr);
    -webkit-box-shadow: 0 0 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 0 0 rgba(var(--color-black-rgb), 0.16);
  }
  .recruit_wrap .btn_recruit:hover::before, .btn_line:hover::before, .btn_ask:hover::before, .btn_rsv:hover::before {
    color: var(--color-logo-gy);
  }
}

.btn_rsv::before {
  content: "\e80d";
}

.btn_ask::before {
  content: "\e820";
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}

.btn_line::before {
  content: "\f03d";
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin-right: 0;
}

.recruit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-top: 2em;
}
@media screen and (min-width: 48em), print {
  .recruit_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit_wrap .btn_recruit {
  width: 100%;
  padding: 2rem 4rem;
}
@media screen and (min-width: 48em), print {
  .recruit_wrap .btn_recruit {
    width: initial;
    padding: 2rem 6rem;
  }
}
.recruit_wrap .btn_recruit span {
  font-size: larger;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timetable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  font-size: 87.5%;
  line-height: 1.25;
  text-align: left;
}
.timetable th, .timetable td {
  border: 1px solid var(--color-logo-gr);
}
.timetable thead th {
  padding: 0.6em 0;
  font-weight: 500;
  font-size: 87.5%;
  color: var(--color-white);
  background: var(--color-logo-gr);
}
.timetable thead th:first-child {
  width: 32%;
}
.timetable thead th:last-child {
  width: 12%;
  letter-spacing: -0.1em;
}
.timetable tbody {
  --color-timetable-txt: #535353;
  color: var(--color-timetable-txt);
  background: var(--color-base-bg);
}
.timetable tbody th {
  font-weight: 500;
  white-space: nowrap;
  color: var(--color-base-txt);
  background: var(--color-logo-gr-pale);
}
.timetable tbody td {
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid currentColor;
}

@media screen and (min-width: 48em), print {
  .timetable caption {
    font-size: 75%;
    letter-spacing: 0.1em;
  }
  .timetable thead th {
    padding: 0.8em 0;
    letter-spacing: 0.1em;
  }
  .timetable tbody th {
    font-size: 87.5%;
    letter-spacing: 0.1em;
  }
  .timetable tbody td {
    padding: 1.1em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}
.js-fade.is_active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-fades > * {
  opacity: 0;
}
.js-fades.is_active > * {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.feature_tit, .treatment_tit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
}
.feature_tit i, .treatment_tit i {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .feature_tit i, .treatment_tit i {
    font-size: 1.6rem;
  }
}

#keyvsl {
  max-width: 100%;
  height: 22rem;
  background-image: url(../img/index_keyvsl01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 600px;
    background-size: auto;
  }
}

.hero_img {
  position: relative;
}
.hero_img .catch {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-out 0.5s forwards;
          animation: fadeIn 2s ease-out 0.5s forwards;
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  color: var(--color-logo-gr);
  background-color: rgba(var(--color-white-rgb), 0.9);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.2);
          box-shadow: 0.3rem 0.3rem 0 rgba(var(--color-black-rgb), 0.2);
}
.hero_img .catch span {
  display: inline-block;
}
.hero_time {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-out 1s forwards;
          animation: fadeIn 1.5s ease-out 1s forwards;
  padding: 1.2rem 1.5rem;
}
.hero_time .timetable {
  font-size: 1.3rem;
}

@media screen and (min-width: 48em), print {
  .hero {
    position: relative;
    width: 1200px;
    margin: 0 auto 52px;
  }
  .hero > div:not(.hero_time) {
    border-radius: 10px;
  }
  .hero_img .catch {
    left: 50px;
    top: 50px;
    bottom: auto;
    width: 98px;
    height: 350px;
    padding: 20px 13px 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2.4rem;
    line-height: 1.5;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
  }
  .hero_img .catch span {
    display: inline-block;
  }
  .hero_time {
    position: absolute;
    right: 20px;
    bottom: -47px;
    width: 475px;
    padding: 12px 12px 10px;
    background: rgba(var(--color-white-rgb), 0.9);
    border: 3px solid var(--color-logo-gy);
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 5px 5px 0 rgba(var(--color-black-rgb), 0.16);
  }
  .hero_time .timetable {
    font-size: 1.6rem;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-logo-gr);
  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% 5rem;
}
.news_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  padding: 0.8rem 0.5rem 0.8rem 7rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: var(--color-white);
  background-color: var(--color-logo-gy);
  background-image: url(../img/index_news_tit.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-radius: 0.5rem;
}
.news_tit::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  content: attr(data-title);
}
.news_box {
  padding-top: 1.8rem;
}
.news_box dt {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: var(--color-logo-gr);
  background: var(--color-logo-gr-pale);
  border-radius: 0.5rem;
}
.news_box dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80f';
}
.news_box dt.is_open::before {
  content: "\e80e";
}
.news_box dt ~ dt {
  margin-top: 1.5rem;
}
.news_box dd {
  padding: 1rem 0.5rem 0;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 127px 0 180px;
  }
  .news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 280px;
    height: 280px;
    padding: 45px 20px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    background-position: left 50% bottom 44px;
    background-size: auto;
    border-radius: 50%;
  }
  .news_tit::before {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .news_box {
    width: 820px;
    padding-top: 0;
  }
  .news_box dt {
    padding: 8px 8px 8px 58px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    border-radius: 10px;
  }
  .news_box dt::before {
    margin-left: -38px;
    margin-right: 16px;
  }
  .news_box dt ~ dt {
    margin-top: 50px;
  }
  .news_box dd {
    padding: 14px 30px 0 58px;
  }
}
.treatment {
  padding: 4rem 4% 5rem;
  color: var(--color-txt);
  background-color: var(--color-logo-or-pale);
  background-image: url(../img/index_treatment_bg.webp);
  background-repeat: no-repeat;
  background-position: right -25% bottom 0;
  background-size: 70% auto;
}
.treatment_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 4%;
}
.treatment_lst > li {
  width: 48%;
}
.treatment_lst > li a {
  display: block;
  overflow: hidden;
  padding: 1.5rem 0.2rem 1rem;
  text-align: center;
  color: var(--color-txt);
  background: var(--color-white);
  border: 2px solid var(--color-logo-or);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.2rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
          box-shadow: 0.2rem 0.3rem 0 rgba(var(--color-black-rgb), 0.16);
}
.treatment_lst > li a::before {
  display: block;
  margin: 0 auto 1rem;
  font-family: "fontello";
  font-weight: normal;
  font-size: 4.4rem;
  line-height: 1;
  color: var(--color-logo-or);
}
.treatment_lst .a_ortho::before {
  content: "\e811";
}
.treatment_lst .a_hand_surgery::before {
  content: "\e812";
}
.treatment_lst .a_surgery::before {
  content: "\e813";
}
.treatment_lst .a_fracture::before {
  content: "\e814";
}
.treatment_lst .a_tendonitis::before {
  content: "\e81e";
}
.treatment_lst .a_rehabilitation::before {
  content: "\e815";
}
.treatment_lst .a_numbness::before {
  content: "\e816";
}
.treatment_lst .a_arthrosis::before {
  content: "\e817";
}
.treatment_lst .a_tennis_elbow::before {
  content: "\e818";
}
.treatment_lst .a_sports_ortho::before {
  content: "\e819";
}
.treatment_lst .a_rheumatism::before {
  content: "\e81a";
}
.treatment_lst .a_osteoporosis::before {
  content: "\e81b";
}
.treatment_lst .a_vaccination::before {
  content: "\e81c";
}
.treatment_lst .a_accidents::before {
  content: "\e81d";
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.treatment_lst .a_private::before {
  content: "\e81f";
}

@media screen and (min-width: 48em), print {
  .treatment {
    padding: 120px 0;
    background-position: right calc(50% - 665px) bottom 0;
    background-size: auto;
  }
  .treatment_lst {
    gap: 55px 49px;
  }
  .treatment_lst > li {
    width: 200px;
  }
  .treatment_lst > li a {
    height: 150px;
    padding: 22px 10px 12px;
    border-width: 3px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 0 0 rgba(var(--color-black-rgb), 0.16);
            box-shadow: 3px 5px 0 0 rgba(var(--color-black-rgb), 0.16);
  }
  .treatment_lst > li a::before {
    height: 65px;
    margin: 0 auto 20px;
    font-size: 6.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .treatment_lst > li a:hover {
    border-color: var(--color-logo-or-dark);
    -webkit-box-shadow: 0 10px 5px -5px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 10px 5px -5px rgba(var(--color-black-rgb), 0.16);
    -webkit-transform: translateY(-5px) scale(1.1);
            transform: translateY(-5px) scale(1.1);
  }
  .treatment_lst > li a:hover::before {
    color: var(--color-logo-or-dark);
  }
}
.feature {
  padding: 5rem 4%;
  background-image: url(../img/bg_green_l.webp), url(../img/bg_green_r.webp);
  background-repeat: repeat-y;
  background-position: -200% 0, 300% 0;
  background-size: 84% auto;
}
.feature_boxs {
  counter-reset: fNum 0;
  padding-inline: 2rem;
}
.feature_boxs .box {
  counter-increment: fNum 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}
.feature_boxs .box::after {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  width: 1.5em;
  height: 1.5em;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-logo-or);
  background: var(--color-white);
  border: 2px solid currentColor;
  border-radius: 50%;
  content: counter(fNum);
}
.feature_boxs .box .tit {
  position: relative;
  z-index: 1;
  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;
  height: 4em;
  margin-top: -2rem;
  padding: 0 0.5em;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: var(--color-logo-gr);
  background: rgba(var(--color-logo-gr-pale-rgb), 0.8);
  border-radius: 0.8rem;
}
.feature_boxs .box .img {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.feature_boxs .box .img::after {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px dotted var(--color-logo-gy);
  border-radius: 50%;
  content: "";
}
.feature_boxs .box .img img {
  border-radius: 50%;
}
.feature_boxs .box .txt {
  margin: 1rem 0 0;
  padding: 0.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: justify;
  background: rgba(var(--color-white-rgb), 0.8);
  border-radius: 0.8rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 180px 0;
    background-repeat: no-repeat;
    background-position: calc(50% - 678px) 0, calc(50% + 678px) 0;
    background-size: contain;
  }
  .feature_boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 135px;
    padding-inline: 0;
  }
  .feature_boxs .box {
    width: 310px;
    margin-top: 0;
    padding-right: 10px;
  }
  .feature_boxs .box::after {
    left: 10px;
    top: 25px;
    width: 50px;
    height: 50px;
    font-size: 3rem;
    line-height: 40px;
    border-width: 3px;
  }
  .feature_boxs .box .tit {
    height: 74px;
    margin-top: -2rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    border-radius: 10px;
  }
  .feature_boxs .box .img {
    aspect-ratio: 1/1;
  }
  .feature_boxs .box .img::after {
    top: 10px;
    left: 10px;
  }
  .feature_boxs .box .txt {
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
@media screen and (min-width: 2001px) {
  .feature {
    background-position: left top, right top;
  }
}
.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;
  display: block;
  margin: 0;
  padding: 0;
}
.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;
  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 {
  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: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;
  -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: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.2;
}

.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;
  width: 94%;
  height: 8.5rem;
  margin: 0 auto;
  padding: 0.6rem;
  color: var(--color-white);
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: 1200px;
    height: 300px;
  }
  .heading h1 {
    font-size: 4.2rem;
  }
}

.breadcrumbs {
  padding: 0.8rem 4% 0;
  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.2em;
  content: ">";
}
.breadcrumbs li a {
  color: var(--color-logo-gr);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding: 2.5rem 4% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0 80px;
    letter-spacing: 0.1em;
  }
}

body#page_doctor .doctor_greeting {
  line-height: 1.5;
}
body#page_doctor .doctor_greeting .img_l {
  max-width: 90%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile {
  margin-top: 4rem;
}
body#page_doctor .doctor_profile > section.bio dl {
  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;
  row-gap: 0.5em;
  padding-left: 0.9em;
}
body#page_doctor .doctor_profile > section.bio dl dt {
  width: 3.5em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile > section.bio dl dd {
  width: calc(100% - 4em);
}
body#page_doctor .doctor_profile > section.lic, body#page_doctor .doctor_profile > section.soc {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section.lic ul, body#page_doctor .doctor_profile > section.soc ul {
  padding-left: 0.7em;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_l {
    max-width: 500px;
  }
  body#page_doctor .doctor_greeting .signature {
    margin-top: 1.5em;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  body#page_doctor .doctor_profile > section.bio {
    width: 440px;
  }
  body#page_doctor .doctor_profile > section.bio dl {
    padding-left: 25px;
    padding-right: 5px;
  }
  body#page_doctor .doctor_profile > section.lic, body#page_doctor .doctor_profile > section.soc {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section.lic ul, body#page_doctor .doctor_profile > section.soc ul {
    padding-left: 25px;
    padding-right: 5px;
  }
}

body#page_clinic .slider {
  visibility: hidden;
  width: auto;
}
body#page_clinic .slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
body#page_clinic .slider .slider-panel figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-gr);
}
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-panel .slick-dots {
  position: static;
  bottom: 0;
  padding: 0.5em 0;
  line-height: 1;
}
body#page_clinic .slider .slider-panel .slick-dots li {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.1em;
}
body#page_clinic .slider .slider-panel .slick-dots li button {
  width: 100%;
  height: 100%;
}
body#page_clinic .slider .slider-panel .slick-dots li button::before {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
body#page_clinic .slider .slider-panel .slick-dots li.slick-active button::before {
  color: var(--color-logo-gr);
  opacity: 1;
}
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 {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}
body#page_clinic .slider .slider-nav .slick-list .slick-slide.slick-current img {
  outline: 4px solid var(--color-logo-gr);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  body#page_clinic .slider .slider-panel .slick-prev::before, body#page_clinic .slider .slider-panel .slick-next::before {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 3px rgba(var(--color-black-rgb), 0.3));
            filter: drop-shadow(0 0 3px rgba(var(--color-black-rgb), 0.3));
  }
}
@media screen and (min-width: 48em), print {
  body#page_clinic .slider {
    width: 750px;
    margin: 0 auto;
  }
  body#page_clinic .slider .slider-panel figcaption {
    padding: 10px 0;
    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-logo-gr);
  }
  body#page_clinic .slider .slider-panel .slick-prev {
    left: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-next {
    right: -60px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li {
    margin: 0 6px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
}

body#page_first .reservation {
  margin-block: 1rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_first .reservation {
    text-align: left;
  }
  body#page_first .first_guide {
    display: flow-root;
  }
}

body#page_access .timetable caption {
  font-size: 100%;
}
body#page_access .access_info {
  padding-bottom: 3rem;
}
body#page_access .access_info > section {
  margin-top: 2.5rem;
}
body#page_access .access_info > section p {
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
body#page_access .access_info > section p span {
  display: inline-block;
}
body#page_access .access_info .parking {
  margin-top: 1.5rem;
  padding-inline: 1.5rem;
}
body#page_access .access_info .parking figcaption {
  font-size: 1.4rem;
}
body#page_access .access_info .parking figcaption p {
  padding-left: 0;
}
body#page_access .access_info .parking img {
  margin-top: 1.3rem;
}
body#page_access .gmap {
  height: 40rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable thead th, body#page_access .timetable tbody th {
    font-size: 100%;
  }
  body#page_access .access_info {
    padding-bottom: 70px;
  }
  body#page_access .access_info > section {
    margin-top: 40px;
  }
  body#page_access .access_info > section p {
    padding-left: 30px;
    font-size: 2rem;
  }
  body#page_access .access_info .parking {
    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;
    row-gap: 15px;
    margin-top: 30px;
    padding-inline: 30px;
  }
  body#page_access .access_info .parking figcaption {
    width: 100%;
    font-size: inherit;
  }
  body#page_access .access_info .parking img {
    width: 48%;
    margin-top: 0;
  }
  body#page_access .gmap {
    height: 570px;
  }
}

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