@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.5rem;
  --pc-header-height: 210px;
  --sp-fontsize: 1.5rem;
  --sp-l-height: 1.66;
  --pc-l-height: 1.88;
  --color-base-txt: #4e342f;
  --color-base-txt-rgb: 78,52,47;
  --color-base-bg: #fef4e1;
  --color-base-bg-rgb: 254,244,225;
  --color-logo: #3f674d;
  --color-logo-rgb: 63,103,77;
  --color-logo-dull: #678e6f;
  --color-logo-mild: #8da993;
  --color-logo-soft: #c3d6c7;
  --color-logo-light: #d9e9dd;
  --color-logo-pale: #eaf3ec;
  --color-accent: #df9f93;
  --color-accent-rgb: 223,159,147;
  --color-accent-dark: #d37c6c;
  --color-accent-vivid: #f5907d;
  --color-accent-dull: #bc9992;
  --color-accent-soft: #f6cbc2;
  --color-accent-light: #e2beb7;
  --color-accent-pale: #f9e2dd;
  --color-bg-contents: #fffdf8;
  --color-bg-contents-rgb: 255,253,248;
  --color-bg-overview: #fef8eb;
  --color-bg-greishbox: #f3ecdd;
  --color-bg-btn01: #dbd3c3;
  --color-sns-line: #4cc764;
  --color-border: #eee;
  --color-border-pale: #efece6;
  --color-notice: #eb4f5f;
  --color-highlight: #d9e9dd;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-shadow: #333;
  --color-shadow-rgb: 51,51,51;
  --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: "Kosugi", 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);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20rem, var(--color-white)), color-stop(20rem, transparent));
  background-image: linear-gradient(var(--color-white) 20rem, transparent 20rem);
  background-repeat: no-repeat;
  background-position: center top;
  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-image: url(../img/bg_leaf_l.svg), url(../img/bg_leaf_r.svg), url(../img/bg_wave.svg), linear-gradient(var(--color-white) 560px, transparent 560px);
    background-position: calc(50% - 798px) 400px, calc(50% + 818px) 400px, 50% 497px, 50% 0;
    background-size: 318px auto, 318px auto, 2000px 126px, auto;
  }
  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: 2001px) {
  body {
    background-size: 318px auto, 318px auto, 100% 126px, auto;
  }
}
#global_header .header {
  color: var(--color-base-txt);
  background-color: var(--color-white);
}
#global_header .header_wrap {
  padding: 1rem;
}
#global_header .header_wrap .logo {
  width: 33%;
  margin-inline: auto;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_info {
  margin-top: 1rem;
}
#global_header .header_wrap .clinic_info .adr {
  font-size: 1.4rem;
  text-align: center;
}
#global_header .header_wrap .clinic_info .adr::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color-logo);
}
#global_header .header_wrap .clinic_info .phone, #global_header .header_wrap .clinic_info .secondary {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header {
    padding-top: 188px;
  }
  #global_header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    min-width: 1180px;
    height: 188px;
    padding: 0 calc(50% - 590px);
  }
  #global_header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 130px;
    padding: 0;
  }
  #global_header .header_wrap .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 130px;
    margin: 10px 0 0;
  }
  #global_header .header_wrap .clinic_info {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 760px;
    margin-top: 0;
    padding-right: 18px;
  }
  #global_header .header_wrap .clinic_info .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  #global_header .header_wrap .clinic_info .primary .adr {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    text-align: left;
  }
  #global_header .header_wrap .clinic_info .primary .adr::before {
    font-size: 2.1rem;
  }
  #global_header .header_wrap .clinic_info .primary .phone {
    display: block;
    width: 298px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 55px;
    text-align: center;
    color: var(--color-logo);
    background: var(--color-bg-btn01);
    border-radius: 0px 0px 10px 10px;
  }
  #global_header .header_wrap .clinic_info .secondary {
    display: block;
    margin-top: 22px;
    text-align: right;
  }
  #global_header .header_wrap .clinic_info .secondary > li {
    display: inline-block;
    margin-left: 32px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
@media print {
  #global_header .header {
    position: absolute !important;
  }
}
.js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(var(--color-bg-contents-rgb), 0.95);
  }
  .js-sp_modal.is_overlay::before {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    display: block;
    width: 40vw;
    height: 30vw;
    background-image: url(../img/bg_character.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);
  }
}
#global_nav .gnav {
  color: var(--color-base-txt);
  background: var(--color-white);
}
#global_nav .gnav a, #global_nav .gnav button {
  display: block;
  line-height: 1;
}
#global_nav .sub_btn {
  cursor: pointer;
  width: 100%;
}
#global_nav .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\f004';
}
#global_nav .sub_btn.close {
  color: var(--color-logo-dull);
}
#global_nav .sub_btn.close::after {
  content: "\f005";
}
#global_nav .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  color: var(--color-base-txt);
  background: var(--color-bg-greishbox);
}
#global_nav .subnav > li {
  width: 49%;
}
#global_nav .subnav > li a {
  padding: 0.55em 0 0.55em 1em;
}
#global_nav .subnav > li a::before {
  display: inline-block;
  margin-right: 0.4em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f007';
  color: var(--color-logo);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    color: var(--color-white);
    background: var(--color-logo);
    border-radius: 0.5rem;
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e808';
    font-size: 3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: initial;
    font-size: 1.1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e809";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 80dvh;
    padding: 1.6rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    border: 2px solid var(--color-logo);
    -webkit-box-shadow: 0 0 0 2px var(--color-logo-soft);
            box-shadow: 0 0 0 2px var(--color-logo-soft);
  }
  #global_nav .gnav > li ~ li {
    border-top: 1px dotted var(--color-logo-soft);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding: 1.5rem 1rem;
  }
  #global_nav .gnav > li .sub_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #global_nav .gnav > li .sub_btn::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #global_nav .gnav > li .subnav {
    margin-bottom: 0.5rem;
    padding: 0.8rem 0.5rem;
    font-size: 1.4rem;
    border-radius: 0.75rem;
  }
  #global_nav .gnav > li .subnav li {
    padding: 0.3rem;
  }
}
@media screen and (min-width: 48em), print {
  #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;
    font-size: 2rem;
    padding-block: 14px;
  }
  #global_nav .gnav > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 175px;
    border-right: 1px solid var(--color-border-pale);
  }
  #global_nav .gnav > li:first-child {
    border-left: 1px solid var(--color-border-pale);
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    padding-block: 2px;
    text-align: center;
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li button:hover {
    color: var(--color-logo-dull);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    margin-left: 5px;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 43px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #global_nav .gnav > li.sub .subnav {
    row-gap: 5px;
    width: 410px;
    padding: 13px 15px;
    font-size: 1.6rem;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(var(--color-shadow-rgb), 0.15);
            box-shadow: 0 10px 20px rgba(var(--color-shadow-rgb), 0.15);
  }
  #global_nav .gnav > li.sub .subnav a {
    border-radius: 1.1em;
    -webkit-transition: 0s;
    transition: 0s;
  }
  #global_nav .gnav > li.sub .subnav a:hover {
    color: var(--color-white);
    background: var(--color-logo);
  }
  #global_nav .gnav > li.sub .subnav a:hover::before {
    color: inherit;
  }
}
#side_btns {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btns {
    display: block;
    position: fixed;
    top: 325px;
    right: -4px;
    z-index: 1;
    width: 68px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
  }
  #side_btns li {
    position: relative;
    margin-bottom: 12px;
  }
  #side_btns li a {
    display: block;
    width: 68px;
    line-height: 1.18;
    text-align: center;
    border-radius: 10px 0 0 10px;
    border: 4px solid var(--color-white);
    -webkit-box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
            box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.16);
  }
  #side_btns li a.rsv_btn {
    padding: 10px 4px 14px;
    font-size: 2.4rem;
  }
  #side_btns li a.rsv_btn::before {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 7px;
  }
  #side_btns li a.line_btn {
    padding: 12px 4px 9px;
    font-size: 2.2rem;
  }
  #side_btns li a.line_btn::before {
    display: none;
  }
  #side_btns li .notice {
    position: absolute;
    top: -135px;
    left: -44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 110px;
    height: 133px;
    padding: 40px 0 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 500;
    color: var(--color-white);
    background-image: url(../img/side_fukidashi.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
  #side_btns li .notice em {
    font-weight: 500;
    font-size: 2.4rem;
    color: var(--color-accent-soft);
  }
}

.overview {
  padding: 0 1rem 3rem;
  font-size: 1.5rem;
  color: var(--color-base-txt);
  background-image: url(../img/bg_leaf_l.svg), url(../img/bg_leaf_r.svg), url(../img/overview_bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(3rem, transparent), color-stop(3rem, var(--color-bg-overview)));
  background-image: url(../img/bg_leaf_l.svg), url(../img/bg_leaf_r.svg), url(../img/overview_bg.svg), linear-gradient(transparent 3rem, var(--color-bg-overview) 3rem);
  background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
  background-position: left -40% top 7rem, right -40% top 7rem, center top, center top;
  background-size: 45% auto, 45% auto, 166% auto, auto;
}
.overview .clinic_name {
  width: 40%;
  margin: 0 auto 2rem;
}
.overview .clinic_adr {
  text-align: center;
  letter-spacing: 0.02em;
}
.overview .clinic_adr::before {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  font-size: 1.7rem;
  line-height: 1;
  color: var(--color-logo);
}
.overview .clinic_contact {
  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: 1.5rem 2.5rem;
  margin-top: 1rem;
}
.overview .clinic_contact .phone_bar {
  width: 85%;
  font-size: 2rem;
  text-align: center;
}
.overview .clinic_outline {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 2rem auto 0;
}
.overview .clinic_outline dt {
  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: 30%;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 0.5rem;
}
.overview .clinic_outline dd {
  min-width: 50%;
  padding: 0.5rem 0;
}
.overview .clinic_outline dd.acs {
  line-height: 1.3;
}
.overview .clinic_outline dd.acs span {
  display: block;
}
.overview .clinic_outline dd.acs span::before {
  --color-leaf: #aac2af;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81c';
  text-indent: -0.5rem;
  color: var(--color-leaf);
}
.overview .clinic_outline dd.acs span b {
  display: inline-block;
  padding-inline: 0.15em;
  font-weight: 400;
  font-size: 130%;
  color: var(--color-logo);
}
.overview .timetable {
  --color-border: var(--color-bg-overview);
  margin-top: 2.5rem;
  font-size: 1.44rem;
}
.overview .gmap {
  height: 35rem;
  margin-top: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 28px 0 18px;
    font-size: 1.8rem;
    background-image: url(../img/bg_leaf_l.svg), url(../img/bg_leaf_r.svg), url(../img/overview_bg.svg), linear-gradient(transparent 62px, var(--color-bg-overview) 62px);
    background-position: left calc(50% - 510px) top 100px, right calc(50% - 510px) top 100px, center top, center top;
    background-size: 318px auto, 318px auto, 2000px auto, auto;
  }
  .overview .clinic_name {
    width: 210px;
    margin: 0 auto 30px;
  }
  .overview .clinic_adr {
    letter-spacing: 0.1em;
  }
  .overview .clinic_adr::before {
    font-size: 2.3rem;
  }
  .overview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 26px;
  }
  .overview .wrap_col {
    width: 580px;
  }
  .overview .clinic_contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 32px;
    margin-top: 24px;
    letter-spacing: 0.1em;
  }
  .overview .clinic_contact .phone_bar {
    width: 344px;
    font-size: 3rem;
  }
  .overview .clinic_outline {
    gap: 10px 24px;
    margin: 10px 0 0;
    font-size: 2rem;
  }
  .overview .clinic_outline dt {
    width: 100px;
    padding: 10px 0;
    letter-spacing: 0.1em;
    border-radius: 5px;
  }
  .overview .clinic_outline dd {
    padding: 10px 0;
  }
  .overview .clinic_outline dd.acs {
    padding: 0;
  }
  .overview .clinic_outline dd.acs span::before {
    font-size: 1.8rem;
  }
  .overview .timetable {
    width: 560px;
    margin-top: 35px;
    font-size: 2rem;
  }
  .overview .gmap {
    height: 390px;
    margin-top: 0;
  }
  .overview .gmap_btn a {
    width: 270px;
    letter-spacing: 0.1em;
  }
}
#global_footer {
  padding: 0 0 7.4rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-logo);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    font-size: 1.6rem;
    padding: 0;
    color: var(--color-base-txt);
    background: var(--color-bg-overview);
  }
  #global_footer .footer_wrap {
    display: block;
    padding: 45px 0 35px;
  }
  #global_footer .footer_wrap ul {
    text-align: center;
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.8em;
    letter-spacing: 0;
    -webkit-text-size-adjust: none;
  }
  #global_footer .footer_wrap ul li ~ li {
    border-left: 1px solid currentColor;
  }
  #global_footer .footer_wrap ul li a:hover {
    text-decoration: underline;
  }
  #global_footer .footer_wrap ul.gnav {
    margin-bottom: 14px;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    padding: 24px 0 20px;
    font-size: 1.6rem;
    color: var(--color-white);
    background-color: var(--color-logo);
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 30px;
    right: 60px;
  }
  .js-pageup.is_stay {
    bottom: 77px;
  }
}

#sp_footer {
  width: calc(100% - 6.4rem);
  height: 4rem;
}
#sp_footer .notice {
  position: absolute;
  top: -3.2rem;
  left: 7%;
  display: block;
  width: 85%;
  height: 2.4rem;
  padding-top: 0.55rem;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-dull);
  border-radius: 1.5em;
}
#sp_footer .notice::after {
  position: absolute;
  left: calc(50% - 0.7rem);
  bottom: -0.6rem;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 0.8rem 0.75rem 0 0.75rem;
  border-color: var(--color-logo-dull) transparent transparent transparent;
}
#sp_footer .notice em {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--color-accent-soft);
}
#sp_footer ul {
  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 ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 4rem;
}
#sp_footer ul li a {
  display: block;
  height: 4rem;
  text-align: center;
}
#sp_footer ul li a.rsv {
  color: var(--color-white);
  background: var(--color-accent);
}
#sp_footer ul li a.sns_line {
  color: var(--color-white);
  background: var(--color-sns-line);
}
#sp_footer ul li.phone {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 5rem;
}
#sp_footer ul li.phone a {
  font-size: 0;
  overflow: hidden;
  color: var(--color-logo);
  background: var(--color-bg-btn01);
}
#sp_footer ul li.phone a::before {
  margin-right: 0;
  font-size: 2.6rem;
  line-height: 3.9rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 6.4rem;
  height: 6.6rem;
  padding: 0.6rem 0.3rem 0;
  text-align: center;
  background: var(--color-bg-contents);
  border: none;
  border-radius: 3rem 3rem 0 0;
  cursor: pointer;
}
#pageup::before {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto;
  background-image: url(../img/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}
#pageup span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--color-white);
  background: var(--color-logo);
  border: 2px solid var(--color-logo);
  border-radius: 1em;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 95px;
    height: 100px;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  #pageup::before {
    width: 74px;
    height: 73px;
    background-size: auto 74px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup span {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pageup:hover::before {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  #pageup:hover span {
    color: var(--color-logo);
    background: var(--color-white);
  }
}
@media print {
  #pageup {
    display: none !important;
  }
}

.sp_n {
  display: none;
}

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

.l-cf, .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: 1180px;
    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, .img_l, .img_r {
    border-radius: 1rem;
  }
  .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;
    border-radius: 20px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    float: left;
    max-width: 400px;
    margin: 5px 35px 20px 0;
    border-radius: 20px;
  }
  .img_r {
    float: right;
    max-width: 400px;
    margin: 5px 0 20px 35px;
    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;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(article) {
    letter-spacing: 0.1em;
  }
  :where(.contents) :where(article) *::before,
  :where(.contents) :where(article) *::after {
    letter-spacing: 0;
  }
}

.l-intro [class*=box_] {
  display: flow-root;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3rem;
}
article > .l-intro + section ~ section {
  margin-top: 3rem;
}
article > .l-intro + section ~ section section {
  margin-top: 2rem;
}
article > section ~ section {
  margin-top: 4.5rem;
}
article > section section {
  margin-top: 3rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article h2 + section, article h3 + section, article h4 + section {
  margin-top: 1.8rem !important;
}

@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 section {
    margin-top: 40px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article h2 + section, article h3 + section, article h4 + section {
    margin-top: 24px !important;
  }
}
.tit_01 {
  font-weight: normal;
  font-size: 2.2rem;
}

.tit_02, .information_tit, .features_tit, .medical_tit, .greeting_cont .tit {
  margin: 0 0 1.8rem;
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
.tit_02::before, .information_tit::before, .features_tit::before, .medical_tit::before, .greeting_cont .tit::before {
  display: block;
  width: 1.8em;
  height: 0.9em;
  margin: 0 auto 0.3em;
  background-image: url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: "";
}

.tit_03 {
  margin: 0 0 1.3rem;
  padding: 0.9rem 1rem 0.7rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 1rem 0.3rem;
}

.tit_04 {
  margin: 0 0 1.3rem;
  padding: 0 0.5rem;
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 1.2;
}
.tit_04::after {
  display: block;
  width: 101%;
  height: 2px;
  margin: 0.6rem -0.5rem 0;
  background-color: var(--color-logo-soft);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2em, var(--color-logo)), color-stop(2em, transparent));
  background-image: linear-gradient(90deg, var(--color-logo) 2em, transparent 2em);
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
}

.tit_05 {
  position: relative;
  margin: 0.5rem 0 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--color-base-txt);
  background: var(--color-bg-greishbox);
  border-radius: 3em;
}
.tit_05::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: block;
  width: 1.5rem;
  aspect-ratio: 4/5;
  background-image: url(../img/tit_05.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}

.tit_06 {
  display: table;
  margin: 0 0 0.8rem;
  padding: 0 0.2rem 0.2rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-logo);
  border-bottom: 2px dotted var(--color-logo-soft);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
  }
  .tit_02, .information_tit, .features_tit, .medical_tit, .greeting_cont .tit {
    margin: 0 0 35px;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .tit_03 {
    margin: 0 0 15px;
    padding: 12px 20px 10px;
    font-size: 2.8rem;
    border-radius: 20px 5px;
  }
  .tit_04 {
    margin: 0 0 14px;
    padding: 0 7px;
    font-size: 2.6rem;
  }
  .tit_04::after {
    margin: 10px -7px 0;
  }
  .tit_05 {
    margin: 0 0 12px;
    padding: 7px 25px;
    font-size: 2rem;
  }
  .tit_05::before {
    width: 22px;
    top: -11px;
  }
  .tit_06 {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li, dd) {
    line-height: 1.5;
  }
}

.lst_ul > li {
  padding-left: 1em;
}
.lst_ul > li::before {
  display: inline-block;
  margin-left: -1.18em;
  margin-right: 0.18em;
  color: var(--color-logo);
  line-height: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  content: "●";
}

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.3em;
}
.lst_ul > li ~ li {
  margin-top: 0.5em;
}
.lst_ul > li.none::before {
  display: none;
}
.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;
  margin-left: 0;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.3em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--color-logo);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

@counter-style p-decimal {
  system: fixed;
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
  suffix: "";
  speak-as: number;
}
.lst_ol_pdec {
  margin-bottom: 1em;
  margin-left: 0.3em;
}
.lst_ol_pdec > li {
  margin-left: 1em;
  list-style: p-decimal;
}
.lst_ol_pdec > li ~ li {
  margin-top: 0.5em;
}

.lst_dl {
  margin-bottom: 1em;
}
.lst_dl > dt {
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 120%;
  line-height: 1.3;
}
.lst_dl > dt ~ dt {
  margin-top: 1em;
}
.lst_dl dd :last-child {
  margin-bottom: 0;
}

.lst_any {
  margin-bottom: 1em;
}
.lst_any > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lst_any > li > * {
  text-indent: 0;
}
.lst_any > li ~ li {
  margin-top: 0.5em;
}
.lst_any > li.none {
  padding-left: 0;
  text-indent: 0;
}
.lst_any > li.none::before {
  display: none;
}
@media screen and (min-width: 48em), print {
  .lst_any {
    line-height: 1.5;
  }
}

.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow > dt {
  counter-increment: flowNum 1;
  font-size: 1.7rem;
  padding: 1.4rem 1.5rem 0.3rem;
  background: var(--color-logo-pale);
  border-radius: 1rem 1rem 0 0;
}
.dl_flow > dt::before {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo);
  border-radius: 50%;
  content: counter(flowNum, decimal-leading-zero);
}
.dl_flow > dd {
  position: relative;
  padding: 0.3rem 1.5rem 1.4rem;
  background: var(--color-logo-pale);
  border-radius: 0 0 1rem 1rem;
}
.dl_flow > dd:not(:last-child) {
  margin-bottom: 4rem;
}
.dl_flow > dd:not(:last-child)::after {
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
  border-width: 1.8rem 1.4rem 0 1.4rem;
  border-color: var(--color-logo) transparent transparent transparent;
}
.dl_flow > dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow > dt {
    padding: 20px 30px 2px 88px;
    font-size: 2.4rem;
    border-radius: 20px 20px 0 0;
  }
  .dl_flow > dt::before {
    width: 50px;
    height: 50px;
    margin-left: -66px;
    margin-right: 18px;
    line-height: 50px;
  }
  .dl_flow > dd {
    padding: 3px 30px 30px 88px;
    line-height: 1.8;
    border-radius: 0 0 20px 20px;
  }
  .dl_flow > dd:not(:last-child) {
    margin-bottom: 70px;
  }
  .dl_flow > dd:not(:last-child)::after {
    bottom: -50px;
    border-width: 28px 17.5px 0 17.5px;
  }
}

.tbl_simple, .tbl_data {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_simple th, .tbl_data th {
  padding: 0.3em;
  font-weight: normal;
}
.tbl_simple td, .tbl_data td {
  padding: 0.3em;
}
.tbl_simple thead, .tbl_data thead {
  line-height: 1.3;
}
.tbl_simple tbody, .tbl_data tbody {
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  .tbl_simple th, .tbl_data th {
    padding: 0.75em 0.5em;
  }
  .tbl_simple td, .tbl_data td {
    padding: 0.75em 0.5em;
  }
}

.tbl_data thead th {
  color: var(--color-base-txt);
  background: var(--color-logo-soft);
  border-left: 1px solid var(--color-white);
}
.tbl_data thead th:first-child {
  border-top-left-radius: 1rem;
  border-left: none;
}
.tbl_data thead th:last-child {
  border-top-right-radius: 1rem;
}
.tbl_data tbody {
  background: var(--color-white);
}
.tbl_data tbody .subhead {
  background: var(--color-logo-pale);
}
.tbl_data tbody th {
  border-bottom: 1px solid var(--color-logo-soft);
}
.tbl_data tbody td {
  text-align: right;
  border-bottom: 1px solid var(--color-logo-soft);
  border-left: 1px solid var(--color-logo-soft);
}
@media screen and (min-width: 48em), print {
  .tbl_data thead th:first-child {
    border-top-left-radius: 20px;
  }
  .tbl_data thead th:last-child {
    border-top-right-radius: 20px;
  }
}

.tbl_simple {
  border-bottom: 1px solid var(--color-logo-soft);
}
.tbl_simple th {
  background: var(--color-bg-greishbox);
  border-top: 1px solid var(--color-logo-soft);
}
.tbl_simple td {
  background: var(--color-white);
  border-top: 1px solid var(--color-logo-soft);
}
@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_notes {
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 1rem;
}
.box_disease > :last-child, .box_notes > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .box_disease, .box_notes {
    padding: 24px 28px;
    border-radius: 20px;
  }
}

.box_notes {
  background: var(--color-logo-pale);
}

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

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

.lnk_external::after {
  display: inline-block;
  margin-left: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f001';
}

.lnkp_anchor {
  margin: 2rem 0;
}
.lnkp_anchor li {
  margin-bottom: 0.3rem;
}
.lnkp_anchor li a {
  width: 100%;
  font-size: 112.5%;
  color: var(--color-logo);
  background: var(--color-white);
  border: 2px solid var(--color-logo);
}
.lnkp_anchor li a::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f009';
}
@media screen and (min-width: 48em), print {
  .lnkp_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin: 40px 0;
  }
  .lnkp_anchor li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
  .lnkp_anchor li a {
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lnkp_anchor li a:hover {
    color: var(--color-white);
    background: var(--color-logo);
  }
}

.gmap_btn a, .phone_bar, .btn_detail, .btn_back, .lnkp_anchor li a {
  display: inline-block;
  padding: 0.6em 1.2em 0.5em;
  line-height: 1.3;
  text-decoration: none !important;
  border-radius: 3em;
}
@media screen and (min-width: 48em), print {
  .gmap_btn a, .phone_bar, .btn_detail, .btn_back, .lnkp_anchor li a {
    padding: 1em 1.5em 0.85em;
  }
}

.btn_detail, .btn_back {
  text-align: center;
  color: var(--color-logo);
  background: var(--color-bg-btn01);
  border: 2px solid transparent;
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f007';
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    letter-spacing: 0.1em;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-logo);
    background: var(--color-white);
    border-color: currentColor;
  }
}

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;
  }
}

.telnum {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.phone, .phone_bar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.phone a, .phone_bar a {
  display: inline-block;
  text-decoration: none !important;
}
.phone a::before, .phone_bar a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
  font-size: 90%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .phone::before, .phone_bar::before {
    font-family: "fontello";
    font-weight: normal;
    content: '\e80b';
  }
  .phone a::before, .phone_bar a::before {
    display: none;
  }
}

.phone_bar {
  padding: 0.5em 1.2em 0.4em;
  line-height: 1;
  color: var(--color-logo);
  background-color: var(--color-bg-btn01);
}
.rsv_btn::before, .btn_rsv::before, .rsv a::before {
  display: inline-block;
  width: 1.66em;
  height: 1.66em;
  margin-right: 0.83em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
  font-size: 118%;
  text-align: center;
  line-height: 1.66;
  vertical-align: middle;
  border-radius: 50%;
}

.rsv a {
  letter-spacing: 0.03em;
  text-decoration: underline 2px dotted var(--color-bg-btn01);
  -webkit-text-decoration: underline dotted var(--color-bg-btn01);
  text-underline-offset: 0.4em;
}
.rsv a::before {
  color: var(--color-white);
  background-color: var(--color-accent);
}
.rsv a::after {
  font-family: "fontello";
  font-weight: normal;
  content: " \e81b";
}
@media screen and (min-width: 48em), print {
  .rsv a::before {
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
  }
  .rsv a:hover {
    text-decoration-style: solid;
    text-shadow: 0 0 1px var(--color-bg-btn01);
  }
  .rsv a:hover::before {
    -webkit-filter: saturate(1.2) contrast(1.1) drop-shadow(0 0 2px var(--color-white));
            filter: saturate(1.2) contrast(1.1) drop-shadow(0 0 2px var(--color-white));
    text-shadow: none;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 1.5em 0.3em 0.6em;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 3em;
  color: var(--color-white);
  background: var(--color-accent);
}
.btn_rsv::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-accent);
  background-color: var(--color-white);
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    min-width: 180px;
    padding: 0.5em 1.8em 0.5em 0.6em;
  }
  .btn_rsv:hover {
    background: var(--color-accent-dark);
  }
  .btn_rsv:hover::before {
    color: var(--color-accent-dark);
  }
}

.rsv_btn {
  display: block;
  color: var(--color-white);
  background: var(--color-accent);
}
.rsv_btn::before {
  color: var(--color-accent);
  background-color: var(--color-white);
}
@media screen and (min-width: 48em), print {
  .rsv_btn:hover {
    background: var(--color-accent-dark);
  }
}

.line_btn::before, .btn_line::before, .sns_line a::before {
  display: inline-block;
  width: 1.66em;
  height: 1.66em;
  margin-right: 0.83em;
  font-size: 117%;
  text-align: center;
  line-height: 1.66;
  vertical-align: middle;
  background-image: url(../img/icon_line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.sns_line a {
  text-decoration: underline 2px dotted var(--color-bg-btn01);
  -webkit-text-decoration: underline dotted var(--color-bg-btn01);
  text-underline-offset: 0.4em;
}
.sns_line a::after {
  font-family: "fontello";
  font-weight: normal;
  content: " \e81b";
}
@media screen and (min-width: 48em), print {
  .sns_line a:hover {
    text-decoration-style: solid;
    text-shadow: 0 0 1px var(--color-bg-btn01);
  }
  .sns_line a:hover::before {
    -webkit-filter: saturate(1.2) contrast(1.1) drop-shadow(0 0 2px var(--color-white));
            filter: saturate(1.2) contrast(1.1) drop-shadow(0 0 2px var(--color-white));
    text-shadow: none;
  }
}

.btn_line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 1.5em 0.3em 0.6em;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 3em;
  color: var(--color-white);
  background: var(--color-sns-line);
}
.btn_line::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 48em), print {
  .btn_line {
    min-width: 180px;
    padding: 0.5em 1.8em 0.5em 0.6em;
  }
  .btn_line:hover {
    -webkit-filter: brightness(0.8) contrast(1.5) saturate(1.3);
            filter: brightness(0.8) contrast(1.5) saturate(1.3);
  }
}

.line_btn {
  color: var(--color-white);
  background: var(--color-sns-line);
}
@media screen and (min-width: 48em), print {
  .line_btn:hover {
    -webkit-filter: brightness(0.8) contrast(1.5) saturate(1.3);
            filter: brightness(0.8) contrast(1.5) saturate(1.3);
  }
}

.timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1;
}
.timetable caption {
  caption-side: bottom;
  margin-top: 0.5em;
  line-height: 1.5;
  text-align: left;
}
.timetable caption .closed span {
  display: inline-block;
  margin-right: 0.7rem;
  padding: 0 0.5rem;
  background: var(--color-accent-light);
  border-radius: 0.3rem;
}
.timetable caption .sat span {
  margin-right: 0.4rem;
  color: var(--color-logo);
}
.timetable thead th {
  padding: 1rem 0 0.8rem;
  font-weight: normal;
  color: var(--color-base-txt);
  background: var(--color-logo-soft);
}
.timetable thead th:first-child {
  width: 31%;
  border-top-left-radius: 1rem;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 1%;
  letter-spacing: -0.1em;
  border-top-right-radius: 1rem;
}
.timetable tbody tr {
  color: var(--color-base-txt);
  background: var(--color-white);
}
.timetable tbody tr:last-of-type > :first-child {
  border-bottom-left-radius: 1rem;
}
.timetable tbody tr:last-of-type > :last-child {
  border-bottom-right-radius: 1rem;
}
.timetable tbody tr th {
  white-space: nowrap;
  font-weight: normal;
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody tr td {
  text-align: center;
  padding: 1.4rem 0 1.2rem;
  border-bottom: 1px solid var(--color-border);
}
.timetable tbody tr td.sat {
  color: var(--color-logo);
}

@media screen and (min-width: 48em), print {
  .timetable caption .closed span {
    margin-right: 0.5em;
    padding: 0.1em 0.7em;
    border-radius: 5px;
  }
  .timetable caption .sat {
    margin-top: 0.25em;
  }
  .timetable thead th {
    padding: 0.8em 0 0.75em;
  }
  .timetable thead th:first-child {
    width: 30%;
    border-top-left-radius: 20px;
  }
  .timetable thead th:last-child {
    border-top-right-radius: 20px;
  }
  .timetable tbody tr:last-of-type > :first-child {
    border-bottom-left-radius: 20px;
  }
  .timetable tbody tr:last-of-type > :last-child {
    border-bottom-right-radius: 20px;
  }
  .timetable tbody tr th {
    padding: 0.8em 0;
  }
  .timetable tbody tr td {
    padding: 0.8em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  border: 5px solid var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gmap_btn {
  margin-top: 1.5rem;
  text-align: center;
}
.gmap_btn a {
  color: var(--color-logo);
  background-color: var(--color-bg-btn01);
}
.gmap_btn a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  font-size: 133%;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .gmap iframe {
    border-radius: 20px;
  }
  .gmap_btn {
    margin-top: 22px;
  }
  .gmap_btn a:hover {
    color: var(--color-white);
    background-color: var(--color-logo);
  }
}

.hero_img {
  position: relative;
  max-width: 100%;
  height: 25rem;
  margin: 0 1rem;
  background-image: url(../img/index/keyvsl.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: 1rem solid var(--color-base-bg);
  border-radius: 2.5rem;
}
.hero_img .catch {
  position: absolute;
  left: 0.5rem;
  bottom: -1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.hero_img .catch span {
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0.6em 1em;
  line-height: 1;
  color: var(--color-white);
  background: rgba(var(--color-logo-rgb), 0.9);
  border-radius: 1.2em;
}
.hero_ann {
  margin-top: 1.5rem;
  padding: 0 2rem;
  text-align: center;
}
.hero_ann div {
  margin-top: 2px;
  padding: 0.3rem 0;
  word-spacing: -0.3em;
  color: var(--color-anntxt);
  background: rgba(var(--color-annbg), 0.9);
  border: 3px solid var(--color-annborder);
  border-radius: 0.3rem;
}
.hero_ann div span, .hero_ann div em {
  display: inline-block;
}
.hero_ann div b {
  font-family: "Montserrat", sans-serif;
}
.hero_ann .new {
  --color-anntxt: var(--color-white);
  --color-annbg: 222,169,159;
  --color-annborder: var(--color-accent-light);
}
.hero_ann .new .y, .hero_ann .new .md {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.hero_ann .new .y b, .hero_ann .new .md b {
  font-weight: 600;
  font-size: 1.8rem;
}
.hero_ann .new em {
  margin-left: 0.5rem;
  font-weight: normal;
  font-size: 1.7rem;
}

@media screen and (min-width: 48em), print {
  .hero {
    position: relative;
  }
  .hero_img {
    width: 1180px;
    height: 617px;
    margin: 0 auto 40px;
    background-size: auto;
    border-width: 15px;
    border-radius: 50px;
  }
  .hero_img .catch {
    left: 1rem;
    bottom: -30px;
    max-width: 780px;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .hero_img .catch span {
    margin-top: 15px;
    padding: 20px 30px;
  }
  .hero_ann {
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 540px;
    margin-top: 0;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .hero_ann div {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 190px;
    height: 190px;
    padding-bottom: 5px;
    word-spacing: 0;
    line-height: 1.3;
    border-radius: 50%;
  }
  .hero_ann .new {
    border-width: 6px;
  }
  .hero_ann .new .y {
    font-size: 2rem;
  }
  .hero_ann .new .y b {
    font-weight: 700;
    font-size: 2.8rem;
  }
  .hero_ann .new .md {
    font-size: 2rem;
  }
  .hero_ann .new .md b {
    font-weight: 700;
    font-size: 3.4rem;
  }
  .hero_ann .new em {
    margin-left: 0;
    font-size: 2.8rem;
  }
}
.greeting_cont .tit::after, .medical_tit::after, .features_tit::after, .information_tit::after {
  display: block;
  margin-top: 0.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 46%;
  letter-spacing: 0.05em;
  color: var(--color-logo);
  content: attr(data-title);
}
@media screen and (min-width: 48em), print {
  .greeting_cont .tit::after, .medical_tit::after, .features_tit::after, .information_tit::after {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.information {
  padding: 4.5rem 5% 5.5rem;
  background-color: var(--color-base-bg);
  background-image: url(../img/bg_character.svg), url(../img/index/information_bg.svg);
  background-repeat: no-repeat, repeat-x;
  background-position: left 0.5rem bottom 0.5rem, center bottom;
  background-size: 22% auto, 166% auto;
}
.information_box {
  margin-top: 2rem;
}
.information_box .box {
  margin-top: 2rem;
}
.information_box .box .timetable {
  --color-border: var(--color-base-bg);
}
.information_box .box .gmap {
  height: 24rem;
}

@media screen and (min-width: 48em), print {
  .information {
    padding: 33px 0 28px;
    background-position: calc(50% - 400px) bottom, center bottom -1px;
    background-size: 306px auto, 2000px auto;
  }
  .information_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .information_box .box {
    width: 580px;
    margin-top: 0;
  }
  .information_box .box .timetable {
    width: 560px;
    font-size: 2rem;
  }
  .information_box .box .gmap {
    width: 580px;
    height: 390px;
  }
  .information_box .box .gmap_btn {
    margin-top: 30px;
  }
  .information_box .box .gmap_btn a {
    width: 270px;
    font-size: 1.8rem;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-main);
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 2rem 5% 5rem;
  background: var(--color-logo-light);
}
.news_wrap {
  color: var(--color-base-txt);
  background: var(--color-bg-contents);
  border: 0.3rem solid var(--color-logo-soft);
  border-radius: 1.5rem;
  overflow: hidden;
}
.news_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 1.5rem 0.3rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-logo);
}
.news_tit::before {
  margin-right: 0.25em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e81d';
  font-size: 4rem;
  vertical-align: -0.15em;
  color: var(--color-logo-soft);
}
.news_tit::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: right;
  content: attr(data-title);
}
.news_box {
  padding: 1.4rem 1.7rem 2.2rem;
}
.news_box dl {
  line-height: 1.44;
}
.news_box dl dt {
  font-size: 1.6rem;
  color: var(--color-logo);
}
.news_box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80e';
}
.news_box dl dt.is_open::before {
  content: "\e80f";
}
.news_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted currentColor;
}
.news_box dl dd {
  padding-top: 0.5em;
}

@media screen and (min-width: 48em), print {
  .news {
    padding: 78px 0 54px;
  }
  .news_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;
    width: 1180px;
    margin-inline: auto;
    border-width: 5px;
    border-radius: 30px;
  }
  .news_tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 230px;
    height: 233px;
    margin: 0 0 0 45px;
    padding: 20px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 0 0 50% 50%;
  }
  .news_tit::before {
    width: 75px;
    margin: 0 auto 9px;
    font-size: 7.5rem;
    vertical-align: unset;
  }
  .news_tit::after {
    margin-top: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .news_box {
    width: 850px;
    padding: 40px 100px 58px 0;
  }
  .news_box dl {
    padding-bottom: 22px;
    border-bottom: 1px dotted currentColor;
  }
  .news_box dl dt {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
  .news_box dl dt::before {
    margin-right: 8px;
  }
  .news_box dl dd {
    padding-top: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.features {
  padding: 0 5% 1.5rem;
  background-color: var(--color-bg-contents);
  background-image: url(../img/index/features_bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(16rem, var(--color-logo-light)), color-stop(16rem, transparent));
  background-image: url(../img/index/features_bg.svg), linear-gradient(var(--color-logo-light) 16rem, transparent 16rem);
  background-repeat: repeat-x, no-repeat;
  background-position: center 15.9rem, center 0;
  background-size: 166% auto, auto;
}
.features_lst {
  counter-reset: fNum 0;
  margin-top: 2.5rem;
}
.features_lst > li {
  counter-increment: fNum 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features_lst > li:not(:last-child) {
  margin-bottom: 4rem;
}
.features_lst > li .img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 1.5rem;
  background-image: url(../img/index/bg_wood.webp);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  border-radius: 2.5rem 1rem;
}
.features_lst > li .img::before {
  position: absolute;
  left: 1.5rem;
  top: -2rem;
  width: 6rem;
  height: 6rem;
  padding-top: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
.features_lst > li .img img {
  border-radius: 1.5rem 0.5rem;
}
.features_lst > li .txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 1.2rem 1.5rem 0;
  padding: 0.8rem 1.5rem 1rem 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-radius: 1.2rem;
}
.features_lst > li .txt::before {
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../img/index/features_txt.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
.features_lst > li:nth-of-type(odd) .img::before {
  background-image: url(../img/index/features_num_odd.svg);
}
.features_lst > li:nth-of-type(odd) .txt {
  background-color: var(--color-logo-light);
}
.features_lst > li:nth-of-type(even) .img::before {
  background-image: url(../img/index/features_num_even.svg);
}
.features_lst > li:nth-of-type(even) .txt {
  background-color: var(--color-accent-pale);
}

@media screen and (min-width: 48em), print {
  .features {
    padding: 0 0 48px;
    background-image: url(../img/index/features_bg.svg), linear-gradient(var(--color-logo-light) 224px, transparent 224px);
    background-position: center 223px, center 0;
    background-size: 2000px auto, auto;
  }
  .features_wrap {
    padding-inline: calc(50% - 590px);
    background-image: url(../img/index/features_bg_l.svg), url(../img/index/features_bg_r.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 720px) 724px, calc(50% + 720px) 724px;
    background-size: 308px auto;
  }
  .features_lst {
    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: 84px 100px;
    margin-top: 46px;
  }
  .features_lst > li {
    width: 540px;
  }
  .features_lst > li:not(:last-child) {
    margin-bottom: 0;
  }
  .features_lst > li .img {
    padding: 25px;
    border-radius: 50px 20px;
  }
  .features_lst > li .img::before {
    position: absolute;
    left: 36px;
    top: -30px;
    width: 92px;
    height: 95px;
    padding-top: 40px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .features_lst > li .img img {
    border-radius: 30px 10px;
  }
  .features_lst > li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 34px 28px 0;
    padding: 20px 30px 18px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 24px;
  }
  .features_lst > li .txt::before {
    top: -24px;
    left: -25px;
    width: 60px;
    height: 60px;
  }
}
.medical {
  padding: 6rem 5% 0;
  background-color: var(--color-logo-light);
  background-image: url(../img/index/medical_bg.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 166% auto;
}
.medical_lst {
  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 1.5rem;
}
.medical_lst > li {
  width: 47%;
}
.medical_lst > li a {
  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: 0.5rem 0.2rem;
  font-size: 1.6rem;
}
.medical_lst > li a::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\f007';
}
.medical_lst > li a::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 90%;
  margin-inline: 5%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
  border-radius: 0.8rem;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: -0.5rem;
  content: "";
}
.medical_lst > li:nth-child(odd) a::after {
  background-color: var(--color-logo-mild);
  outline-color: var(--color-logo);
}
.medical_lst > li:nth-child(even) a::after {
  background-color: var(--color-accent-light);
  outline-color: var(--color-accent-dull);
}
.medical_lst .a_pediatrics::after {
  background-image: url(../img/index/medical_pediatrics.svg);
}
.medical_lst .a_nephrology::after {
  background-image: url(../img/index/medical_nephrology.svg);
}
.medical_lst .a_allergy::after {
  background-image: url(../img/index/medical_allergy.svg);
}
.medical_lst .a_infection::after {
  background-image: url(../img/index/medical_infection.svg);
}
.medical_lst .a_skin::after {
  background-image: url(../img/index/medical_skin.svg);
}
.medical_lst .a_vaccination::after {
  background-image: url(../img/index/medical_vaccination.svg);
}
.medical_lst .a_checkup::after {
  background-image: url(../img/index/medical_checkup.svg);
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 153px 0 0;
    background-size: 2000px auto;
  }
  .medical_lst {
    width: 945px;
    margin-inline: auto;
    gap: 54px 47px;
  }
  .medical_lst > li {
    width: 200px;
  }
  .medical_lst > li a {
    gap: 15px 5px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .medical_lst > li a::after {
    width: 190px;
    margin-inline: 5px;
    border-radius: 10px;
    outline-offset: -6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .medical_lst > li a:hover::after {
    outline-style: solid;
    outline-offset: 0;
  }
  .medical_lst > li:nth-child(odd) a:hover {
    color: var(--color-logo-dull);
  }
  .medical_lst > li:nth-child(odd) a:hover::after {
    background-color: rgba(var(--color-logo-rgb), 0.8);
  }
  .medical_lst > li:nth-child(even) a:hover {
    color: var(--color-accent-dull);
  }
  .medical_lst > li:nth-child(even) a:hover::after {
    background-color: rgba(var(--color-accent-rgb), 0.8);
  }
}
.greeting {
  margin-bottom: -3.5rem;
  padding: 5rem 5% 8.5rem;
  background: var(--color-logo-light);
}
.greeting_wrap {
  padding: 1.5rem;
  background-image: url(../img/index/bg_wood.webp);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100% auto;
  border-radius: 5rem 1.5rem;
}
.greeting_cont {
  padding: 1.5rem 1rem;
  background-color: var(--color-white);
  background-image: url(../img/index/greeting_bg_l.svg), url(../img/index/greeting_bg_r.svg);
  background-repeat: no-repeat;
  background-position: 5% 1.2rem, 95% 1.2rem;
  background-size: 15% auto;
  border-radius: 3.5rem 1rem;
}
.greeting_cont .photo {
  max-width: 75%;
  margin: 0 auto 2rem;
}
.greeting_cont .photo img {
  margin-bottom: 1rem;
}
.greeting_cont .photo figcaption {
  text-align: center;
  line-height: 1.4;
}
.greeting_cont .photo figcaption span {
  font-size: 125%;
}
.greeting_cont .txt {
  padding-inline: 0.8rem;
}
.greeting_cont .txt p {
  margin-bottom: 0;
  text-align: justify;
  line-height: 2;
}
.greeting_cont .more {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
.greeting_cont .more .btn_detail {
  width: 60%;
  color: var(--color-white);
  background: var(--color-logo);
}

@media screen and (min-width: 48em), print {
  .greeting {
    margin-bottom: -70px;
    padding: 78px 0 148px;
  }
  .greeting_wrap {
    width: 1180px;
    margin-inline: auto;
    padding: 35px;
    border-radius: 100px 30px;
  }
  .greeting_cont {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 365px 610px;
    grid-template-rows: 110px 448px auto;
    padding: 25px 50px 35px;
    background-color: var(--color-white);
    background-image: url(../img/index/greeting_bg_l.svg), url(../img/index/greeting_bg_r.svg);
    background-repeat: no-repeat;
    background-position: left 42px top 20px, right 42px top 20px;
    background-size: 122px auto;
    border-radius: 70px 20px;
  }
  .greeting_cont .tit {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 0;
  }
  .greeting_cont .photo {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 100%;
    margin: 0;
  }
  .greeting_cont .photo img {
    margin-bottom: 25px;
  }
  .greeting_cont .photo figcaption {
    font-size: 1.8rem;
  }
  .greeting_cont .photo figcaption span {
    font-size: 2.6rem;
  }
  .greeting_cont .txt {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  .greeting_cont .txt p {
    font-size: 2.2rem;
    line-height: 2;
  }
  .greeting_cont .more {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0;
  }
  .greeting_cont .more .btn_detail {
    width: 270px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 0.8;
  }
  .greeting_cont .more .btn_detail:hover {
    color: var(--color-logo);
    background-color: var(--color-white);
  }
}
.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 {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

@font-face {
  font-family: "slick";
  src: url("../js/slick/image/fonts/slick.eot");
  src: url("../js/slick/image/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/image/fonts/slick.woff") format("woff"), url("../js/slick/image/fonts/slick.ttf") format("truetype"), url("../js/slick/image/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 2.5rem;
  width: 2.4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -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;
  min-height: 15rem;
  margin-inline: 1rem;
  padding: 1rem 1.8rem;
  background-image: url(../img/tit_heading.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: 1rem solid var(--color-base-bg);
  border-radius: 2.5rem;
}
.heading h1 {
  padding: 1.4rem;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--color-white);
  background: rgba(var(--color-logo-rgb), 0.9);
  border-radius: 0.3rem 1rem;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: 1180px;
    height: 430px;
    margin-inline: auto;
    padding: 20px;
    background-size: auto;
    border-width: 15px;
    border-radius: 50px;
  }
  .heading h1 {
    padding: 0.58em 0.67em;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    border-radius: 5px 20px;
  }
}

.breadcrumbs {
  padding: 0.5rem 5% 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f007';
  color: var(--color-logo);
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 9px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .breadcrumbs ol {
    width: 1180px;
    margin: 0 auto;
    padding-inline: 10px;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

.contents {
  padding: 2rem 1rem 4rem;
}
.contents > article {
  padding: 2.5rem 1.5rem;
  color: var(--color-base-txt);
  background: var(--color-bg-contents);
  border-radius: 1.5rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    padding: 22px 0 70px;
  }
  .contents > article {
    width: 1180px;
    margin-inline: auto;
    padding: 38px 90px 65px;
    border-radius: 30px;
    letter-spacing: 0.09em;
  }
}

body#page_doctor .doctor_greeting .img_l {
  max-width: 50%;
}
body#page_doctor .doctor_greeting .signature {
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 2rem;
}
body#page_doctor .doctor_profile > section {
  margin-top: 3rem;
}
body#page_doctor .doctor_profile > section dl, body#page_doctor .doctor_profile > section ul, body#page_doctor .doctor_profile > section p {
  margin-inline: 0.5em;
  line-height: 1.5;
}
body#page_doctor .doctor_profile > section ul:not(.lst_ul) li {
  margin-bottom: 0.5em;
}
body#page_doctor .doctor_profile .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;
}
body#page_doctor .doctor_profile .bio dl dt {
  width: 4em;
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl dd {
  width: calc(100% - 4.5em);
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
  }
  body#page_doctor .doctor_greeting .img_l {
    max-width: 320px;
  }
  body#page_doctor .doctor_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 50px;
  }
  body#page_doctor .doctor_profile > section {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section dl, body#page_doctor .doctor_profile > section ul, body#page_doctor .doctor_profile > section p {
    margin-inline: 10px;
  }
  body#page_doctor .doctor_profile .bio {
    width: 520px;
  }
  body#page_doctor .doctor_profile .lic {
    width: 420px;
  }
}

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 {
  color: var(--color-white);
  background: var(--color-logo-dull);
}
body#page_clinic .slider .slider-panel .slick-list figcaption {
  display: block;
  padding: 0.5rem 0.3rem;
  text-align: center;
  color: var(--color-white);
  background: var(--color-logo-dull);
}
body#page_clinic .slider .slider-panel .slick-list figcaption i {
  display: block;
  line-height: 1.3;
}
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: relative;
  bottom: 0.5rem;
}
body#page_clinic .slider .slider-panel .slick-dots li {
  width: 1em;
  height: 1em;
  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-pale);
  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-dull);
  outline-offset: -4px;
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
@media screen and (max-width: 47.99em) {
  body#page_clinic .slider .slider-panel {
    border-radius: 2rem 2rem 0 0;
  }
  body#page_clinic .slider .slider-panel .slick-slide img {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption {
    font-size: 1.7rem;
  }
  body#page_clinic .slider .slider-panel .slick-slide figcaption i {
    font-size: 1.4rem;
  }
  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 {
    border-radius: 30px 30px 0 0;
  }
  body#page_clinic .slider .slider-panel .slick-slide img {
    border-radius: 25px 25px 0 0;
  }
  body#page_clinic .slider .slider-panel figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .slider .slider-panel figcaption i {
    font-size: 1.8rem;
  }
  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-dull);
  }
  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 5px;
  }
  body#page_clinic .slider .slider-panel .slick-dots li button::before {
    font-size: 1.5rem;
  }
}

body#page_reservation .cashless {
  margin-top: 2rem;
}
body#page_reservation .cashless dt {
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--color-logo);
  text-align: center;
  border-bottom: 1px solid currentColor;
}
body#page_reservation .cashless dd {
  margin-top: 1rem;
  padding: 1rem 1rem 0.8rem;
  line-height: 1;
  text-align: center;
  background: var(--color-white);
  border-radius: 0.8rem;
}
body#page_reservation .cashless dd img {
  display: inline-block;
  max-width: 12.5vw;
  margin: 2px;
}
body#page_reservation .cashless dd .ttl {
  margin: 0.3rem 0 1.2rem;
  text-align: center;
}
body#page_reservation .cashless dd .fnote {
  margin: 1.2rem 0 0;
  font-size: 80%;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  body#page_reservation .cashless {
    margin-top: 50px;
    margin-left: -58px;
  }
  body#page_reservation .cashless dt {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  body#page_reservation .cashless dd {
    margin-top: 22px;
    padding: 25px 15px 15px;
    border-radius: 20px;
  }
  body#page_reservation .cashless dd img {
    max-width: 90px;
    margin: 5px;
  }
  body#page_reservation .cashless dd .ttl {
    margin: 0 0 1em;
    font-size: 1.8rem;
  }
  body#page_reservation .cashless dd .fnote {
    padding-right: 1em;
  }
}

body#page_access .timetable tbody {
  line-height: 1.3;
}
body#page_access .access_info dd {
  padding: 0 0 2em 1.5em;
}
body#page_access .gmap {
  height: 35rem;
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#page_access .access_info > div:nth-of-type(odd) {
    width: 60%;
  }
  body#page_access .access_info > div:nth-of-type(even) {
    width: 35%;
  }
  body#page_access .access_info > div dd {
    padding: 0 0 2em 1.5em;
    font-size: 1.8rem;
  }
  body#page_access .access_info > div dd b {
    font-weight: normal;
  }
  body#page_access .gmap {
    height: 600px;
    margin-top: 20px;
  }
}

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