@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 {
    transition: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(hr) {
  border: none;
  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;
  object-fit: contain;
}

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

:root {
  --sp-header-height: 6.0rem;
  --pc-header-height: 120px;
  --font-weight: 500;
  --sp-font-size: 1.5rem;
  --sp-l-height: 1.7;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #444;
  --color-base-txt-rgb: 68,68,68;
  --color-base-bg: #fffef5;
  --color-base-bg-rgb: 255,254,245;
  --color-main: #228b22;
  --color-main-rgb: 34,139,34;
  --color-main-em: #7bc112;
  --color-main-em2: #1abb9a;
  --color-main-soft: #31a331;
  --color-main-lite: #b2db8a;
  --color-main-lite2: #8adbb0;
  --color-main-pale: #f2fbe4;
  --color-sub: #8e6f57;
  --color-sub-rgb: 142,111,87;
  --color-sub-em: #7d4012;
  --color-sub-soft: #a18e80;
  --color-sub-lite: #d4c0a3;
  --color-sub-pale: #f3ece0;
  --color-bg-sky: #d5f3fe;
  --color-bg-grassy: #d4efb3;
  --color-bg-grassy-rgb: 212,239,179;
  --color-bg-grassy2: #d4f2cb;
  --color-bg-feature: #ebfee5;
  --color-bg-treatment: #d3ecb1;
  --color-bg-treatmentbtn: #84c962;
  --color-bg-slider: #f5ebdd;
  --color-bg-overview: #d1f3fb;
  --color-accent: #4169e1;
  --color-accent-hover: #4a77ff;
  --color-border: #707070;
  --color-attention: #fe0303;
  --color-highlight: #ffebb7;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-gray: #808080;
  --color-gray-rgb: 128,128,128;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}

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

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

main {
  font-size: var(--sp-font-size, 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: 1300px;
  }
  a, button {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header {
  display: flow-root;
  background-color: var(--color-white);
  background-image: url(../img/header_bg_gs.svg), url(../img/header_bg_mt.svg), url(../img/header_bg_bird_l.svg), url(../img/header_bg_bird_r.svg), url(../img/header_bg_cloud_l.svg), url(../img/header_bg_cloud_r.svg), linear-gradient(var(--color-bg-sky), var(--color-white));
  background-repeat: repeat-x, repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center bottom, left top, right top, left -10% top 0, left 66% top 0, center top;
  background-size: 125% auto, 125% auto, 0 auto, 0 auto, 30% auto, 160% auto, auto 50%;
}
#global_header .header_wrap {
  padding: 1rem 6rem 1rem 1rem;
}
#global_header .header_wrap .logo {
  width: 95%;
  margin-inline: auto;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .primary_info {
  width: 90%;
  margin: 0.8rem auto 0;
  padding: 0 0.5rem 0.1rem;
  font-size: 1.3rem;
  text-align: center;
  background: var(--color-white);
  border-radius: 3em;
}
#global_header .header_wrap .primary_info .adr {
  color: var(--color-sub);
}
#global_header .header_wrap .primary_info .phone {
  display: none;
  font-weight: 700;
  font-size: 2rem;
  color: var(--color-accent);
}

@media screen and (min-width: 48em), print {
  #global_header {
    padding-bottom: 0;
    background-position: 50% 540px, 50% 310px, calc(50% - 795px) 44px, calc(50% + 798px) 30px, calc(50% - 777px) -36px, calc(50% + 516px) -42px, 50% 0;
    background-size: 2000px auto, 2000px auto, 282px auto, 318px auto, 318px auto, 1000px auto, 100% 450px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  #global_header {
    background-size: 100% auto, 100% auto, 282px auto, 318px auto, 318px auto, 1000px auto, 100% 450px;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 120px;
    margin-inline: auto;
    padding: 0 0 17px;
  }
  #global_header .header_wrap .logo {
    width: 516px;
    margin-inline: 0;
  }
  #global_header .header_wrap .primary_info {
    width: 376px;
    height: 103px;
    margin: 0;
    padding: 8px 0 0;
    font-size: 1.8rem;
    text-align: center;
    background-color: transparent;
    background-image: url(../img/header_info_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 0;
    filter: drop-shadow(2px 2px 2px rgba(var(--color-black-rgb), 0.16));
  }
  #global_header .header_wrap .primary_info .phone {
    display: block;
    font-size: 3.4rem;
    line-height: 1;
  }
}
@media print {
  #global_header {
    padding-bottom: 0 !important;
  }
}
@keyframes birdIn {
  0% {
    opacity: 0;
    transform: translateY(-2rem) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(-1, 1);
  }
}
#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;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-white);
    background-image: url(../img/header_bg_gs.svg), url(../img/header_bg_mt.svg), url(../img/header_bg_cloud_l.svg), url(../img/header_bg_cloud_r.svg), linear-gradient(var(--color-bg-sky), transparent);
    background-repeat: no-repeat;
    background-position: center bottom, center bottom, left top, left 66% top 0, center top;
    background-size: 125% auto, 125% auto, 30% auto, 160% auto, auto 50%;
  }
  .js-sp_modal.is_overlay::after {
    opacity: 0;
    animation: birdIn 0.5s ease-out 0.5s forwards;
    position: absolute;
    top: 3rem;
    left: 2rem;
    display: block;
    width: 4rem;
    aspect-ratio: 15/13;
    background-image: url(../img/icon_bird.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: "";
  }
  .js-sp_box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3rem);
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: static;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    inset: 0 0 auto;
    z-index: 5;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: relative !important;
  }
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    line-height: 0.8;
    text-align: center;
    color: var(--color-base-txt);
    background: var(--color-white);
    border-radius: 50%;
  }
  #global_nav #sp_btn.is_floating {
    box-shadow: 0 0 0.5rem rgba(var(--color-black-rgb), 0.16);
  }
  #global_nav #sp_btn::before {
    --color-hum: #e6c017;
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e806';
    font-size: 3.2rem;
    color: var(--color-hum);
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-weight: 400;
    font-size: 1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close {
    box-shadow: none !important;
  }
  #global_nav #sp_btn.close::before {
    --color-hum: var(--color-accent);
    content: "\e807";
    transform: rotate(180deg);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 5.7rem;
    left: 4vw;
    overflow-y: auto;
    width: 92vw;
    max-height: 85svh;
    padding: 1.6rem;
    font-size: 1.8rem;
    color: var(--color-sub);
    background: var(--color-base-bg);
    border: 0.5rem solid var(--color-bg-grassy2);
    border-radius: 2.5rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li > a::after, #global_nav .gnav > li button::before, #global_nav .gnav > li button::after {
    color: var(--color-bg-grassy);
    font-family: "fontello";
    font-weight: normal;
    content: '\f111';
  }
  #global_nav .gnav > li.sub .sub_btn.is_open {
    font-weight: 700;
  }
  #global_nav .gnav > li.sub .sub_btn.is_open::before, #global_nav .gnav > li.sub .sub_btn.is_open::after {
    color: var(--color-main-lite);
  }
  #global_nav .gnav > li.sub .sub_box {
    padding-bottom: 0.5rem;
  }
  #global_nav .gnav > li.sub .subnav {
    padding: 0.5rem 1rem;
    font-size: 1.7rem;
    text-align: center;
    color: var(--color-main);
    background: var(--color-bg-grassy);
    border-radius: 1rem;
    box-shadow: inset 0 0 0.8rem rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li.sub .subnav li a {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    color: var(--color-main);
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    width: 100%;
    padding-block: 54px;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin-inline: auto;
    line-height: 1;
    text-align: center;
  }
  #global_nav .gnav > li {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li:not(:first-child)::before {
    width: 95px;
    font-size: 1.5rem;
    color: rgba(var(--color-main-rgb), 0.5);
    font-family: "fontello";
    font-weight: normal;
    content: '\f111';
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    flex-grow: 1;
    font-size: 2.2rem;
    color: var(--color-sub);
  }
  #global_nav .gnav > li > a:hover, #global_nav .gnav > li > a:focus, #global_nav .gnav > li button:hover, #global_nav .gnav > li button:focus {
    color: var(--color-sub-em);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: 3em;
    left: 55px;
    z-index: 1;
    width: calc(100% - 15px);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    font-size: 1.8rem;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li {
    border-bottom: 1px dotted var(--color-white);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a {
    display: block;
    padding-block: 16px;
    text-align: center;
    color: var(--color-white);
    background: rgba(var(--color-main-rgb), 0.85);
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    color: var(--color-white);
    background: rgba(var(--color-main-rgb), 1);
  }
  #global_nav.js-pc_sticky {
    transition: padding 0s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    transition: padding 1.5s;
    padding-block: 24px;
    background: rgba(var(--color-bg-grassy-rgb), 0.85);
    backdrop-filter: blur(1px);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav {
    width: 100%;
    max-width: 1200px;
  }
  #global_nav.js-pc_sticky.is_sticky .gnav > li:not(:first-child)::before {
    width: 10%;
  }
}
@keyframes balloon_l {
  0% {
    transform: translateY(-6%);
  }
  45% {
    transform: translateY(6%);
  }
  100% {
    transform: translateY(-6%);
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 1;
    transition: top 0.8s;
  }
  #side_btn.is_fixed {
    top: 100px;
  }
  #side_btn .side_rsv {
    width: 85px;
  }
  #side_btn .side_rsv .btn_rsv {
    --color-border: #7f9cf3;
    position: relative;
    display: block;
    width: 70px;
    height: 250px;
    margin-top: 175px;
    padding: 16px 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 65px;
    writing-mode: vertical-rl;
    color: var(--color-white);
    background: var(--color-accent);
    border: 4px solid var(--color-border);
    border-radius: 3px;
    filter: drop-shadow(2px 2px 2px rgba(var(--color-black-rgb), 0.15));
    animation: balloon_l 4.5s ease-in-out infinite alternate;
  }
  #side_btn .side_rsv .btn_rsv::before {
    position: absolute;
    top: -175px;
    left: -20px;
    display: block;
    width: 100px;
    height: 172px;
    background-image: url(../img/icon_balloon.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    content: "";
    transition: 0.3s;
  }
  #side_btn .side_rsv .btn_rsv::after {
    display: inline-block;
    margin-top: 14px;
    font-family: "fontello";
    font-weight: normal;
    content: '\e82b';
    transform: scale(1.27);
  }
  #side_btn .side_rsv .btn_rsv:hover {
    background: var(--color-accent-hover);
  }
  #side_btn .side_rsv .btn_rsv:hover::before {
    filter: saturate(1.3);
  }
}
@media print {
  #side_btn {
    display: none;
  }
}

.overview {
  font-size: 1.5rem;
}
.overview_wrap {
  padding: 3rem 4%;
  background-color: var(--color-bg-overbiew);
  background-image: url(../img/overview_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.overview_wrap .logo {
  width: 90%;
  margin: 0 auto 2.8rem;
}
.overview_wrap .clinic_info .outline {
  display: grid;
  grid-template-columns: 7rem auto;
  gap: 1rem 1.2rem;
}
.overview_wrap .clinic_info .outline dt {
  display: grid;
  place-content: center;
  padding-block: 0.2rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-sub-soft);
  border-radius: 0.5rem;
}
.overview_wrap .clinic_info .outline dd {
  padding-block: 0.2rem;
}
.overview_wrap .clinic_info .outline dd.telnum {
  padding-block: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-accent);
}
.overview_wrap .clinic_info .timetable {
  margin-top: 1.8rem;
}
.overview_wrap .clinic_info .timetable caption {
  width: 7rem;
  margin-bottom: 0.8rem;
  padding-block: 0.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--color-white);
  background: var(--color-sub-soft);
  border-radius: 0.5rem;
}
.overview_wrap .clinic_map {
  margin-top: 2rem;
}
.overview_wrap .clinic_map img {
  border-radius: 0.8rem;
}
.overview_gmap {
  width: 100%;
  height: 30rem;
}
.overview_gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.8rem;
  }
  .overview_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 935px;
    padding: 86px calc(50% - 600px);
  }
  .overview_wrap .logo {
    width: 100%;
    margin: 0;
  }
  .overview_wrap .logo img {
    width: 450px;
    margin: 0 auto 76px;
  }
  .overview_wrap .clinic_info {
    width: 582px;
  }
  .overview_wrap .clinic_info .outline {
    grid-template-columns: 104px auto;
    align-items: center;
    gap: 20px 36px;
  }
  .overview_wrap .clinic_info .outline dt {
    padding-block: 0;
    font-size: 2rem;
    border-radius: 5px;
  }
  .overview_wrap .clinic_info .outline dd {
    padding-block: 0;
  }
  .overview_wrap .clinic_info .outline dd.telnum {
    font-size: 4rem;
    line-height: 1;
  }
  .overview_wrap .clinic_info .timetable {
    margin-top: 25px;
  }
  .overview_wrap .clinic_info .timetable_tbl {
    border-radius: 5px;
  }
  .overview_wrap .clinic_info .timetable_tbl caption {
    width: 104px;
    margin-bottom: 10px;
    padding-block: 0;
    font-size: 2rem;
    border-radius: 5px;
  }
  .overview_wrap .clinic_info .timetable_tbl thead th {
    padding-block: 11px;
  }
  .overview_wrap .clinic_info .timetable_tbl tbody tr > * {
    padding-block: 20px;
  }
  .overview_wrap .clinic_info .timetable_tbl tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 5px;
  }
  .overview_wrap .clinic_info .timetable_tbl tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 5px;
  }
  .overview_wrap .clinic_map {
    margin-top: 0;
  }
  .overview_wrap .clinic_map img {
    border-radius: 15px;
    border-width: 3px;
  }
  .overview_gmap {
    height: 500px;
  }
}
#global_footer {
  padding: 0 0 4rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--color-main);
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding-block: 1.2rem;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 0 calc(50% - 600px);
  }
  #global_footer .footer_wrap {
    display: block;
    padding-block: 50px;
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap ul {
    letter-spacing: -0.4em;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    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: 20px;
  }
  #global_footer .footer_wrap ul.gnav .sub {
    display: none;
  }
  #global_footer .copyright {
    padding-block: 50px;
    font-size: 1.8rem;
    text-align: right;
  }
}
@media screen and (max-width: 47.99em) {
  .js-footfit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .js-footfit.is_active {
    opacity: 1;
    visibility: visible;
  }
}
.js-pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 4rem;
  right: 0;
  z-index: 2;
  transition: 0.5s;
}
.js-pageup.is_active {
  opacity: 1;
  visibility: visible;
  bottom: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    bottom: 100px;
    right: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
  .js-pageup.is_stay {
    bottom: 190px;
    right: 90px;
  }
}

#sp_footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding-right: 6rem;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-bg-grassy);
}
#sp_footer li {
  flex: 1;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 4rem;
  text-align: center;
}
#sp_footer li a {
  display: block;
  text-shadow: 1px 1px 0 var(--color-white);
}
#sp_footer li.phone {
  font-size: 1.8rem;
}
#sp_footer li.rsv a::before {
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e82b';
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}

#pageup {
  display: block;
  width: 6rem;
  aspect-ratio: 16/11;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/footer_pagetop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
}
#pageup span {
  display: none;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 96px;
  }
  #pageup:hover {
    transform: translateY(-2px);
    filter: saturate(1.2) brightness(1.2);
  }
}
@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;
}

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

.red {
  color: #FF0000 !important;
}

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

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

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

.mb0 {
  margin-bottom: 0;
}

.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt0 {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .mb40 {
    margin-bottom: 80px;
  }
  .mt40 {
    margin-top: 80px;
  }
  .mt30 {
    margin-top: 60px;
  }
  .mt20 {
    margin-top: 40px;
  }
  .mt10 {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 10px;
  }
}
section > :last-child {
  margin-bottom: 0;
}

.l-intro > :last-child {
  margin-bottom: 0;
}

article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > .l-intro {
  margin-bottom: 3.5rem;
}
article > .l-intro ~ section {
  margin-top: 3.5rem;
}
article > .l-intro ~ section section {
  margin-top: 2.5rem;
}
article > .l-intro ~ section section section {
  margin-top: 1.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 section section section {
  margin-top: 1.5rem;
}
article :is(h2, h3, h4, h5, h6) + section {
  margin-top: 0;
}
article :is(h2, h3, h4, h5, h6) + p {
  margin-top: calc((1em - 1lh) * 0.5);
}

@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > .l-intro {
    margin-bottom: 55px;
  }
  article > .l-intro ~ section {
    margin-top: 55px;
  }
  article > .l-intro ~ section section {
    margin-top: 40px;
  }
  article > .l-intro ~ section section section {
    margin-top: 25px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 55px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section section section section {
    margin-top: 25px;
  }
}
.tit_01 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
}

.tit_02 {
  width: fit-content;
  margin: 0 auto 2rem;
  padding-inline: 4rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  color: var(--color-sub);
  background-image: url(../img/tit_02.svg), url(../img/tit_02.svg);
  background-repeat: no-repeat;
  background-position: 0% 60%, 100% 60%;
  background-size: 3.3rem auto;
}

.tit_03 {
  margin: 0 0 1.6rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  word-break: auto-phrase;
  color: var(--color-main);
  border-bottom: 0.3rem solid currentColor;
  box-shadow: 0 0.2rem 0 0 var(--color-main-em);
}

.tit_04 {
  margin: 0 0 1.4rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--color-sub);
  border-bottom: 0.2rem solid currentColor;
}

.tit_05 {
  margin: 0 0 1.2rem;
  padding-bottom: 0.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color-main-em);
  border-bottom: 0.2rem dotted currentColor;
}

.tit_06 {
  margin: 0 0 0.9rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-main);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 4.2rem;
  }
  .tit_02 {
    margin: 0 auto 40px;
    padding-inline: 80px;
    font-size: 3.2rem;
    background-size: 62px auto;
  }
  .tit_03 {
    margin-bottom: 25px;
    padding-bottom: 6px;
    border-bottom-width: 3px;
    font-size: 3rem;
    word-break: inherit;
  }
  .tit_04 {
    margin-bottom: 18px;
    padding-bottom: 4px;
    font-size: 2.7rem;
    border-bottom-width: 3px;
  }
  .tit_05 {
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-size: 2.5rem;
    border-bottom-width: 4px;
  }
  .tit_06 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 48em), print {
  :where(.contents) :where(li) {
    line-height: 1.5;
  }
}

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

.lst_ul {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.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: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.lst_ul.cols > li ~ li {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ul > li ~ li {
    margin-top: 0.7em;
  }
  .lst_ul.cols2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em 0;
  }
  .lst_ul.cols2 > li {
    width: 47%;
  }
  .lst_ul.cols2 > li ~ li {
    margin-top: 0;
  }
}

.lst_ol {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  font-size: 120%;
  line-height: 1;
  color: var(--color-main-em);
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 48em), print {
  .lst_ol > li ~ li {
    margin-top: 0.7em;
  }
}

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

:where(.contents) :where(table) {
  line-height: 1.5;
}

@media screen and (max-width: 47.99em) {
  .sp_frame {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1.2rem;
  }
  .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: 1.3rem 1.5rem 1.5rem;
  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: 30px 43px 32px;
    border-radius: 15px;
  }
}

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

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

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

.lnk_external {
  display: inline-block;
}
.lnk_external::after {
  display: inline-block;
  margin-inline: 0.5em;
  font-family: "fontello";
  font-weight: normal;
  content: '\f08e';
  font-size: 80%;
}

.btn_detail, .btn_back {
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 0.5rem;
  padding: 0.7em 1em;
  color: var(--color-white);
  background: var(--color-main);
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.btn_detail::before, .btn_back::before {
  display: inline-block;
  margin-right: 0.5em;
  letter-spacing: 0;
}
.btn_detail::before, .btn_back::before {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80c';
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 0.8em 1.2em;
  }
  .btn_detail:hover, .btn_back:hover {
    color: var(--color-white);
    background: var(--color-main-soft);
  }
}

mark {
  color: inherit;
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
}

.em {
  font-weight: bold;
}

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

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

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

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

.notification, :is(ul, ol).remarks > li, dl.remarks > dt, :not(dl, ul).remarks {
  padding-left: 1em;
  text-indent: -1em;
}
.notification > *, :is(ul, ol).remarks > li > *, dl.remarks > dt > *, :not(dl, ul).remarks > * {
  text-indent: 0;
}

span:not(dl, ul).remarks {
  display: inline-block;
}

dl.remarks > dt ~ dt {
  margin-top: 0.8em;
}

:is(p, div, table, ul, ol):has(+ .remarks) {
  margin-bottom: 0.1em;
}

.notification {
  line-height: 1.5;
}

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

.phone:has(> a) a::before, .phone::before {
  display: inline-block;
  font-family: "fontello";
  font-weight: normal;
  content: '\e914';
  transform: scale(0.8) translateX(-0.1em);
  line-height: 1;
}

.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.timetable_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid var(--color-sub-lite);
  border-radius: 0.5rem;
  line-height: 1;
}
.timetable_tbl caption {
  margin-bottom: 0.5em;
  font-weight: 700;
  text-align: left;
}
.timetable_tbl thead th {
  padding-block: 0.8rem;
  font-weight: inherit;
  color: var(--color-white);
  background: var(--color-sub-lite);
}
.timetable_tbl thead th:first-child {
  width: 28%;
  border-top-left-radius: 0.3rem;
}
.timetable_tbl thead th:last-child {
  width: 13%;
  padding-right: 2%;
  border-top-right-radius: 0.3rem;
}
.timetable_tbl tbody tr > * {
  padding-block: 1.3rem;
  text-align: center;
  background: var(--color-white);
  border-top: 2px solid var(--color-sub-lite);
}
.timetable_tbl tbody tr > *:last-child {
  padding-right: 2%;
}
.timetable_tbl tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 0.3rem;
}
.timetable_tbl tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 0.3rem;
}
.timetable_tbl tbody tr th {
  font-weight: inherit;
  white-space: nowrap;
}
.timetable_note {
  margin-top: 0.6rem;
  line-height: 1.3;
}
.timetable_note .lst {
  padding-left: 1.5em;
  list-style-type: disc;
}
.timetable_note .closed {
  margin-top: 0.8rem;
}
.timetable_note .closed dt {
  display: inline-block;
}
.timetable_note .closed dt::after {
  content: "：";
}
.timetable_note .closed dd {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl {
    border-radius: 10px;
  }
  .timetable_tbl thead th {
    padding-block: 0.8em;
  }
  .timetable_tbl thead th:first-child {
    width: 25%;
  }
  .timetable_tbl thead th:last-child {
    width: 15%;
    padding-right: 4%;
  }
  .timetable_tbl tbody tr > * {
    padding-block: 1.5em;
  }
  .timetable_tbl tbody tr > *:last-child {
    padding-right: 4%;
  }
  .timetable_tbl tbody tr:last-of-type > *:first-child {
    border-bottom-left-radius: 7px;
  }
  .timetable_tbl tbody tr:last-of-type > *:last-child {
    border-bottom-right-radius: 7px;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #333;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 70%;
  width: 70%;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0.3em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0.3em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  padding: 0 1em;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #000;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@media screen and (max-width: 47.99em) {
  body#page_index #global_header {
    background-position: center bottom 6.5rem, center bottom 9rem, left top, right top, left -10% top 0, left 66% top 0, center top;
  }
}
@media screen and (min-width: 48em), print {
  body#page_index #global_header {
    background-position: 50% 100%, 50% 100%, calc(50% - 795px) 44px, calc(50% + 798px) 30px, calc(50% - 777px) -36px, calc(50% + 516px) -42px, 50% 0;
  }
}

.treatment_tit, .feature_tit, .greeting_tit, .news_tit, .clhours_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  color: var(--color-sub);
  text-align: center;
}
.treatment_tit .en, .feature_tit .en, .greeting_tit .en, .news_tit .en, .clhours_tit .en {
  order: -1;
  font-weight: 500;
  font-size: 3.8rem;
}
.treatment_tit .en i, .feature_tit .en i, .greeting_tit .en i, .news_tit .en i, .clhours_tit .en i {
  color: var(--color-main-em);
}
.treatment_tit .en i:nth-child(even), .feature_tit .en i:nth-child(even), .greeting_tit .en i:nth-child(even), .news_tit .en i:nth-child(even), .clhours_tit .en i:nth-child(even) {
  color: var(--color-main-em2);
}
@media screen and (min-width: 48em), print {
  .treatment_tit, .feature_tit, .greeting_tit, .news_tit, .clhours_tit {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .treatment_tit .en, .feature_tit .en, .greeting_tit .en, .news_tit .en, .clhours_tit .en {
    font-size: 6rem;
  }
}

@keyframes fadeIn {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0px);
  }
}
.hero_img .splide__list {
  filter: blur(5px);
}
.hero_img.is-initialized .splide__list {
  animation: fadeIn 1.5s ease-in-out forwards;
}

.hero {
  --height-hero: 22.0rem;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
.hero_img {
  position: relative;
  height: var(--height-hero);
  margin-left: 2rem;
  margin-right: 2.4rem;
}
.hero_img .splide__track {
  border-width: 0.6rem;
  border-style: solid;
  border-color: var(--color-bg-grassy2);
  border-radius: 4rem;
}
.hero_box {
  background-color: var(--color-bg-grassy);
}
.hero_box .tagline {
  position: relative;
  top: -2rem;
  width: fit-content;
  margin: 0 auto -0.5rem;
  padding: 0.3rem 0.5rem;
  font-size: 1.9rem;
  color: var(--color-white);
  background: var(--color-main);
}
.hero_box .tagline::before, .hero_box .tagline::after {
  position: absolute;
  top: 0;
  width: 2.2rem;
  height: 100%;
  color: var(--color-white);
  background: var(--color-main);
  content: "";
}
.hero_box .tagline::before {
  left: -2rem;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 50% 50%);
}
.hero_box .tagline::after {
  right: -2rem;
  clip-path: polygon(0% 0%, 75% 0%, 50% 50%, 75% 100%, 0% 100%);
}
.hero_box .ann {
  padding-inline: 3rem;
}
.hero_box .ann div {
  padding: 0.6rem 1.2rem 0.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-white);
  background: var(--color-accent);
  border-radius: 0.5rem;
}
.hero_box .ann div b, .hero_box .ann div em {
  font-weight: inherit;
}
.hero_box .ann div.new span {
  font-size: 1.2rem;
  line-height: 1;
}
.hero_box .ann div.new span.y b {
  font-size: 1.8rem;
}
.hero_box .ann div.new span.md b {
  font-size: 2rem;
}
.hero_box .ann div.new em {
  display: inline-block;
  margin-inline: 0.5rem;
  font-size: 1.8rem;
}
.hero_box .char li {
  position: absolute;
  top: 0;
  height: var(--height-hero);
  display: flex;
  align-items: flex-end;
}
.hero_box .char li img {
  flex: none;
}
.hero_box .char_rabbit {
  left: -0.4rem;
  width: 6.3rem;
}
.hero_box .char_banbi {
  right: -1.1rem;
  width: 5rem;
}
.hero_box .char_banbi::after {
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  z-index: -1;
  width: 1.5rem;
  height: 100%;
  background-image: url(../img/index/hero_banbi_leg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  content: "";
}

@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 650px;
  }
  .hero_img {
    width: clamp(1200px, 90%, 1300px);
    margin-inline: auto;
  }
  .hero_img::after {
    position: absolute;
    bottom: 0;
    right: -22px;
    z-index: -1;
    width: 43px;
    height: 100%;
    background-image: url(../img/index/hero_banbi_leg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
    content: "";
  }
  .hero_img .splide__track {
    border-width: 10px;
    border-radius: 100px;
  }
  .hero_box {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
    width: clamp(1200px, 90%, 1300px);
    height: var(--height-hero);
    background: transparent;
  }
  .hero_box .tagline {
    position: absolute;
    top: 0;
    left: 70px;
    width: 80px;
    height: 540px;
    margin: 0;
    padding: 30px 20px 0;
    font-size: 3.6rem;
    line-height: 40px;
    writing-mode: vertical-rl;
    border-radius: 100% 0% 100% 0%/1% 100% 0% 99%;
  }
  .hero_box .tagline::before {
    display: none;
  }
  .hero_box .tagline::after {
    top: auto;
    right: auto;
    bottom: -39px;
    left: 0;
    width: 80px;
    height: 44px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 50%, 0% 100%);
  }
  .hero_box .ann {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: fit-content;
    padding-inline: 0;
  }
  .hero_box .ann div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    letter-spacing: 0.05em;
    border-radius: 50%;
    word-break: auto-phrase;
  }
  .hero_box .ann div.new span {
    font-size: 1.8rem;
  }
  .hero_box .ann div.new span.y b {
    font-size: 2rem;
  }
  .hero_box .ann div.new span.md b {
    font-size: 3rem;
  }
  .hero_box .ann div.new em {
    font-size: 2.6rem;
  }
  .hero_box .char .char_rabbit {
    left: -82px;
    width: 190px;
  }
  .hero_box .char .char_banbi {
    right: -97px;
    width: 140px;
    z-index: 0;
  }
  .hero_box .char .char_banbi::after {
    display: none;
  }
}
.clhours {
  padding: 4rem 4% 0.5rem;
  background: var(--color-bg-grassy);
}
.clhours .timetable {
  margin-top: 2rem;
}
.clhours .timetable_tbl caption {
  display: none;
}

@media screen and (min-width: 48em), print {
  .clhours {
    padding-top: 45px;
    padding-inline: 0;
  }
  .clhours .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .clhours_tit {
    width: 260px;
    padding-inline: 40px;
  }
  .clhours_tit .en {
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 0.8;
    word-break: keep-all;
  }
  .clhours .timetable {
    width: 900px;
    margin-top: 0;
  }
  .clhours .timetable_tbl {
    font-size: 2.2rem;
    border-width: 3px;
  }
  .clhours .timetable_tbl tbody tr > * {
    border-top-width: 3px;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  text-decoration: underline;
}
.js-news > dd a:hover {
  text-decoration: none;
}
.js-news > dd:not(:nth-of-type(-n+3)) {
  display: none;
}

.news {
  padding: 4rem 4% 5rem;
  background: var(--color-bg-grassy);
}
.news .wrap {
  position: relative;
  padding: 1.5rem 0.5rem 5.5rem;
  background: var(--color-white);
  border: 2px solid var(--color-sub-lite);
  border-radius: 0.8rem;
}
.news .wrap::after {
  position: absolute;
  left: 1.5rem;
  bottom: -0.6rem;
  display: block;
  width: 9rem;
  height: 6rem;
  background-image: url(../img/index/news_squirrel_ani.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
}
.news_box {
  max-height: 25rem;
  padding-inline: 1rem;
  overflow-y: auto;
}
.news_box dl {
  padding-bottom: 1rem;
}
.news_box dl dt {
  padding-bottom: 0.4em;
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--color-main);
}
.news_box dl dt::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  vertical-align: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
}
.news_box dl dt.is_open::before {
  content: "\e80d";
}
.news_box dl dt ~ dt {
  margin-top: 1em;
}
.news_box dl dd {
  line-height: 1.66;
}

@media screen and (min-width: 48em), print {
  .news {
    padding-top: 45px;
    padding-inline: 0;
    padding-bottom: 100px;
  }
  .news .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 300px;
    padding: 45px 30px 55px 58px;
    border-width: 3px;
    border-radius: 15px;
  }
  .news .wrap::after {
    left: 32px;
    bottom: -10px;
    width: 180px;
    height: 123px;
  }
  .news_box {
    width: 870px;
    max-height: 455px;
    padding-right: 30px;
    padding-left: 0;
  }
  .news_box dl {
    padding-bottom: 0;
  }
  .news_box dl dt {
    font-size: 2rem;
  }
  .news_box dl dt ~ dt {
    margin-top: 1.8em;
  }
  .news_box dl dt::before {
    font-size: 1.5rem;
  }
}
.greeting {
  padding: 5rem 4%;
  background-image: url(../img/index/greeting_bg_l.svg), url(../img/index/greeting_bg_r.svg);
  background-repeat: no-repeat;
  background-position: left -25% top 0, right -25% top 0;
  background-size: 60% auto;
}
.greeting_box {
  margin-top: 1.5rem;
}
.greeting_box .img {
  max-width: 70%;
  margin: 0 auto 1.5rem;
}
.greeting_box .txt .more {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  text-align: center;
}
.greeting_box .txt .more .btn_detail {
  width: 60%;
  padding: 0.7em 0;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 78px 0 74px;
    background-position: left calc(50% - 645px) top 0, right calc(50% - 645px) top 0;
    background-size: 710px auto;
  }
  .greeting_box {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .greeting_box .img {
    flex: none;
    order: 2;
    max-width: 100%;
    margin: 0;
  }
  .greeting_box .txt {
    width: 585px;
  }
  .greeting_box .txt p {
    margin-bottom: 1.6em;
    font-size: 2rem;
    line-height: 2;
  }
  .greeting_box .txt .more {
    margin-top: -0.5em;
    font-size: 2rem;
    text-align: left;
  }
  .greeting_box .txt .more .btn_detail {
    width: 220px;
  }
}
@media screen and (min-width: 2001px) {
  .greeting {
    background-position: left 0 top 0, right 0 top 0;
  }
}
.feature {
  position: relative;
  margin-top: 3rem;
  background-color: var(--color-bg-feature);
  background-image: url(../img/index/feature_bg_l.webp), url(../img/index/feature_bg_r.webp);
  background-repeat: no-repeat;
  background-position: left -1% top 6rem, right -15% bottom 4rem;
  background-size: 30% auto;
}
.feature::before {
  position: absolute;
  top: -4rem;
  display: block;
  width: 100%;
  height: 4rem;
  background-image: url(../img/index/feature_bg_h.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120% 4rem;
  content: "";
}
.feature .wrap {
  counter-reset: fNum 0;
  padding: 5rem 2rem;
  background-image: url(../img/index/feature_bg_c.svg);
  background-repeat: no-repeat;
  background-position: 50% 2rem;
  background-size: 38% auto;
}
.feature_tit {
  margin-bottom: 4rem;
}
.feature_box {
  counter-increment: fNum 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}
.feature_box .tit {
  margin-bottom: 0.7rem;
  font-weight: 500;
  font-size: 2.4rem;
  word-break: keep-all;
  line-height: 1.2;
  text-align: center;
}
.feature_box .txt {
  margin-bottom: 0;
  padding-inline: 0.6rem;
  font-size: 1.6rem;
}
.feature_box .img {
  order: -1;
  position: relative;
  width: 80%;
  padding-top: 3rem;
}
.feature_box .img::before {
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: block;
  width: 100%;
  height: 10rem;
  content: counter(fNum, decimal-leading-zero);
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  background-image: url(../img/index/feature_num.svg);
  background-repeat: no-repeat;
  background-position: 0 2.3rem;
  background-size: 32% auto;
}
.feature_box .img img {
  margin: 0 0.8rem 1.6rem 0;
  border-radius: 50%;
}
.feature_box:nth-of-type(odd) .tit {
  color: var(--color-main-em);
}
.feature_box:nth-of-type(odd) .img::before {
  color: var(--color-main-em);
}
.feature_box:nth-of-type(odd) .img img {
  box-shadow: 0.6rem 0.6rem 0 var(--color-main-lite);
}
.feature_box:nth-of-type(even) .tit {
  color: var(--color-main-em2);
}
.feature_box:nth-of-type(even) .img::before {
  color: var(--color-main-em2);
}
.feature_box:nth-of-type(even) .img img {
  box-shadow: 0.6rem 0.6rem 0 var(--color-main-lite2);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-top: 210px;
    padding-bottom: 85px;
    background-position: left calc(50% - 787px) top 35px, right calc(50% - 777px) top 78px;
    background-size: auto;
  }
  .feature::before {
    top: -209px;
    height: 210px;
    background-size: 2000px 210px;
  }
  .feature .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px 60px;
    padding: 15px 22px;
    background-position: 50% 25px;
    background-size: 650px auto;
  }
  .feature .wrap > * {
    width: 345px;
  }
  .feature_tit {
    display: grid;
    place-content: center;
    margin-bottom: 0;
  }
  .feature_box {
    margin-top: 0;
  }
  .feature_box .tit {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .feature_box .txt {
    margin: 0;
    line-height: 1.55;
  }
  .feature_box .img {
    width: 340px;
    padding-top: 48px;
  }
  .feature_box .img::before {
    top: 0;
    height: 120px;
    font-size: 8rem;
    background-position: 0 30px;
    background-size: 110px auto;
  }
  .feature_box .img img {
    margin: 0 5px 25px;
  }
  .feature_box:nth-of-type(odd) .img img {
    box-shadow: 10px 10px 0 var(--color-main-lite);
  }
  .feature_box:nth-of-type(even) .img img {
    box-shadow: 10px 10px 0 var(--color-main-lite2);
  }
  .feature_box:first-of-type {
    order: -1;
  }
}
@media screen and (min-width: 2001px) {
  .feature::before {
    background-size: 100% 210px;
  }
}
.treatment {
  padding: 4rem 4% 5rem;
  background-color: var(--color-bg-treatment);
  background-image: url(../img/index/treatment_bg_l.webp), url(../img/index/treatment_bg_r.webp), url(../img/index/treatment_bg.webp);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left -80vw top 0, right -80vw top 0, center top;
  background-size: 100% auto, 100% auto, 210% auto;
}
.treatment_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4%;
  margin: 3rem 0.5rem 0;
}
.treatment_lst li {
  width: 48%;
  text-align: center;
}
.treatment_lst li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  color: var(--color-white);
  background: var(--color-bg-treatmentbtn);
  border-radius: 50%;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: var(--color-white);
  outline-offset: -0.7rem;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(var(--color-black-rgb), 0.16);
}
.treatment_lst li a::before {
  width: 50%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  content: "";
}
.treatment_lst .a_pediatrics::before {
  background-image: url(../img/index/treatment_ico_pediatrics.svg);
}
.treatment_lst .a_allergy::before {
  background-image: url(../img/index/treatment_ico_allergy.svg);
}
.treatment_lst .a_vaccination::before {
  background-image: url(../img/index/treatment_ico_vaccination.svg);
}
.treatment_lst .a_checkup::before {
  background-image: url(../img/index/treatment_ico_checkup.svg);
}
.treatment_lst .a_language::before {
  background-image: url(../img/index/treatment_ico_language.svg);
}
.treatment_lst .a_childcare::before {
  background-image: url(../img/index/treatment_ico_childcare.svg);
}

@media screen and (min-width: 48em), print {
  .treatment {
    height: 940px;
    padding-block: 82px;
    padding-inline: 0;
    background-position: left calc(50% - 626px) top 0, right calc(50% - 615px) top 0, center top;
    background-size: auto;
  }
  .treatment_lst {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    margin: 95px 0 0;
  }
  .treatment_lst li {
    width: 200px;
  }
  .treatment_lst li a {
    width: 206px;
    margin-inline: -3px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 2.4rem;
    outline-width: 4px;
    outline-offset: -13px;
    box-shadow: 3px 3px 3px rgba(var(--color-black-rgb), 0.16);
  }
  .treatment_lst li a::before {
    width: 75px;
    background-size: contain;
  }
  .treatment_lst li a:hover {
    background: #8cc950;
    outline-width: 12px;
    outline-color: #fefe1b;
    outline-offset: 1px;
    box-shadow: 0 5px 3px rgba(var(--color-black-rgb), 0.16);
    transform: translateY(-5px);
  }
  .treatment_lst li:nth-child(odd) {
    padding-top: 170px;
  }
}
@media screen and (min-width: 2001px) {
  .treatment {
    background-position: left top, right top, center top;
  }
}
.loopslider {
  width: 100%;
  padding-block: 3rem;
  background: var(--color-bg-slider);
}
.loopslider .splide .splide__slide img {
  border-radius: 1rem;
}

@media screen and (min-width: 48em), print {
  .loopslider {
    padding-block: 45px;
  }
  .loopslider .splide .splide__slide:nth-child(odd) {
    padding-top: 60px;
  }
  .loopslider .splide .splide__slide img {
    border-radius: 20px;
  }
}
.heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 14rem;
  margin-inline: 2rem;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem 1rem 9.5rem;
  color: var(--color-main);
  background-image: url(../img/heading_bg.webp);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
  border: 0.5rem solid var(--color-bg-grassy2);
  border-radius: 2.5rem;
}
.heading::before, .heading::after {
  position: absolute;
  bottom: 0;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
}
.heading::before {
  width: 7rem;
  left: -2.5rem;
  background-image: url(../img/heading_icon_squirrel.svg);
}
.heading::after {
  width: 5rem;
  right: -2.2rem;
  background-image: url(../img/heading_icon_rat.svg);
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    width: clamp(1200px, 90%, 1300px);
    min-height: 500px;
    margin-inline: auto;
    margin-bottom: 0;
    padding: 30px 60px 30px 180px;
    border-width: 10px;
    border-radius: 100px;
  }
  .heading::before {
    width: 172px;
    height: 131px;
    left: -88px;
    bottom: -6px;
  }
  .heading::after {
    width: 140px;
    height: 108px;
    right: -84px;
    bottom: -6px;
  }
  .heading h1 {
    font-size: 4.2rem;
  }
}

.breadcrumbs {
  padding: 1rem;
  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: "＞";
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 18px 0 8px;
    font-size: 1.8rem;
    border-top: 0 none;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: underline;
  }
}

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

body#page_doctor .doctor_message {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 1rem 1.5rem 3rem;
  color: var(--color-sub);
  background-color: var(--color-main-pale);
  border-bottom: 3px solid var(--color-bg-grassy);
  border-radius: 1.5rem;
}
body#page_doctor .doctor_message::after {
  position: absolute;
  bottom: -0.5rem;
  right: 0.5rem;
  display: block;
  width: 6rem;
  aspect-ratio: 70/51;
  background-image: url(../img/icon_squirrel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
body#page_doctor .doctor_message p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 2;
}
body#page_doctor .doctor_greeting {
  margin-bottom: 2.5rem;
}
body#page_doctor .doctor_greeting .img_r {
  max-width: 90%;
}
body#page_doctor .doctor_greeting .signature {
  margin-top: -0.5em;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile > section {
  margin-top: 2rem;
}
body#page_doctor .doctor_profile .bio dl {
  display: grid;
  grid-template-columns: 4.5em auto;
  gap: 0.5em 0;
  margin-left: 0.5em;
  line-height: 1.5;
}
body#page_doctor .doctor_profile .bio dl dt {
  white-space: nowrap;
}
body#page_doctor .doctor_profile .bio dl dt.none {
  opacity: 0;
  visibility: hidden;
}
body#page_doctor .doctor_profile .bio dl dd {
  word-break: auto-phrase;
}
body#page_doctor .doctor_profile .lst_ul li {
  word-break: auto-phrase;
  line-height: 1.5;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_message {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 40px 40px 50px;
    border-bottom-width: 5px;
    border-radius: 20px;
  }
  body#page_doctor .doctor_message::after {
    bottom: -10px;
    right: auto;
    left: 20px;
    width: 100px;
  }
  body#page_doctor .doctor_message p {
    font-size: 2rem;
    text-align: center;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 480px;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  body#page_doctor .doctor_profile > section {
    width: 510px;
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section.bio dl {
    margin-left: 0;
  }
  body#page_doctor .doctor_profile > section .lst_ul li {
    word-break: normal;
  }
}

body#page_clinic .splide__arrow {
  background: var(--color-white);
}
body#page_clinic .splide__arrow svg {
  fill: var(--color-main);
}
body#page_clinic .splide.panels .splide__slide {
  -webkit-tap-highlight-color: transparent;
}
body#page_clinic .splide.panels .splide__slide:focus {
  outline: 0;
}
body#page_clinic .splide.panels .splide__slide figcaption {
  padding: 0.6em 0.3em;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
}
body#page_clinic .splide.navis {
  margin-top: 0.6rem;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
  opacity: 0.6;
  outline: 3px solid transparent;
  outline-offset: -3px;
}
body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
  outline-color: var(--color-main);
}
@media screen and (min-width: 48em), print {
  body#page_clinic .poi section:first-of-type {
    margin-top: 0;
    display: flow-root;
  }
  body#page_clinic .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__arrow {
    background: transparent;
    width: 50px;
    height: 50px;
  }
  body#page_clinic .splide.panels .splide__arrow:hover {
    background-color: var(--color-main-lite);
  }
  body#page_clinic .splide.panels .splide__arrow--prev {
    left: -60px;
  }
  body#page_clinic .splide.panels .splide__arrow--next {
    right: -60px;
  }
  body#page_clinic .splide.panels .splide__slide figcaption {
    font-size: 2.4rem;
  }
  body#page_clinic .splide.navis {
    margin-top: 10px;
  }
  body#page_clinic .splide.navis .splide__track--nav > .splide__list > .splide__slide {
    outline-width: 4px;
    outline-offset: -4px;
  }
}

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

body#page_access .access_info {
  display: grid;
  grid-template-columns: 4em auto;
  gap: 0.5em 1em;
}
body#page_access .access_info > dt {
  display: grid;
  place-content: center;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-sub-lite);
  border-radius: 0.3rem;
}
body#page_access .access_info > dd {
  padding-block: 0.3em;
  font-size: 1.5rem;
  line-height: 1.5;
}
body#page_access .access_info > dd.telnum {
  font-size: 120%;
  line-height: 1.2;
}
body#page_access .maps {
  overflow: hidden;
}
body#page_access .maps .illmap {
  border-radius: 0.5rem;
  border: 2px solid var(--color-sub-lite);
  overflow: hidden;
}
body#page_access .maps .gmap {
  margin-top: 1rem;
  width: 100%;
  height: 30rem;
}
body#page_access .maps .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
body#page_access .timetable_tbl caption {
  display: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .access_info {
    grid-template-columns: 220px auto;
    gap: 20px 40px;
  }
  body#page_access .access_info > dt {
    border-radius: 5px;
  }
  body#page_access .access_info > dd {
    font-size: 2.2rem;
  }
  body#page_access .maps {
    display: flex;
    justify-content: space-between;
  }
  body#page_access .maps .illmap {
    flex: none;
    width: 588px;
    border-radius: 10px;
  }
  body#page_access .maps .gmap {
    width: 466px;
    height: auto;
    margin-top: 0;
  }
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .timetable_tbl tbody {
    font-size: 2.2rem;
  }
  body#page_access .timetable_note .lst br {
    display: none;
  }
}

body#page_privacy_policy article .lead {
  margin-bottom: 4.5rem;
}
body#page_privacy_policy article .tit_02 {
  font-size: 1.8rem;
}
body#page_privacy_policy article ul, body#page_privacy_policy article ol {
  margin-block: 1.2em;
}
body#page_privacy_policy article ul > li ~ li, body#page_privacy_policy article ol > li ~ li {
  margin-top: 0.5em;
}
body#page_privacy_policy article ul > li ul, body#page_privacy_policy article ul > li ol, body#page_privacy_policy article ol > li ul, body#page_privacy_policy article ol > li ol {
  margin-block: 0.8em;
}
body#page_privacy_policy article .lst_ul > li::before {
  color: inherit;
  transform: scale(0.4);
  content: "●";
}
body#page_privacy_policy article .pp_contactus {
  word-break: auto-phrase;
}
body#page_privacy_policy article .pp_sign {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (min-width: 48em), print {
  body#page_privacy_policy article .lead {
    margin-bottom: 90px;
  }
  body#page_privacy_policy article .tit_02 {
    font-size: 3rem;
  }
  body#page_privacy_policy article .pp_sign {
    margin-top: 60px;
  }
}

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

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