@charset "UTF-8";
a[href*="anxiety.html"],
a[href*="dementia.html"],
a[href=""], .nolink {
  pointer-events: none;
}
@font-face {
  font-weight: normal;
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-family: "fontello";
  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 {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
: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) {
  color: inherit;
  font: 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) {
  block-size: 0;
  overflow: visible;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(button) {
  border: none;
  background: transparent;
}
: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 {
  --base-font-weight: 500;
  --pc-fontsize: 1.8rem;
  --pc-l-height: 1.8;
  --color-base-txt: #5d5149;
  --color-base-txt-rgb: 93,81,73;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255,255,255;
  --color-txt-gy: #333;
  --color-txt-bn: #8d5a1d;
  --color-box_bl: #eff5f4;
  --color-box_bn: #f5f2e7;
  --color-box_gy: #f9f9f9;
  --color-main: #75c481;
  --color-main-rgb: 117,196,129;
  --color-main-bl: #74ada4;
  --color-main-bl-rgb: 116,173,164;
  --color-main-gr: #a6c677;
  --color-main-gr-rgb: 166,198,119;
  --color-main-dark: #6e991d;
  --color-main-dull: #6d9a80;
  --color-main-softy: #b8e3bf;
  --color-main-light: #e7f8e1;
  --color-main-light2: #deefec;
  --color-main-pale: #eaf5ed;
  --color-main-pale2: #f1f9f1;
  --color-main-faint: #fffafc;
  --color-ye: #ebcb47;
  --color-ye-rgb: 235,217,71;
  --color-ye-pale: #faf6d1;
  --color-pk: #f493b9;
  --color-pk-rgb: 244,147,185;
  --color-pk-pale: #efb8ce;
  --color-aq: #42b5eb;
  --color-aq-rgb: 66,181,235;
  --color-aq-pale: #e9f7f5;
  --color-heading-bg: #c0d2ec;
  --color-heading-bg-rgb: 192,210,236;
  --color-border: #cbd5d5;
  --color-highlight: #fafa87;
  --color-black: #000;
  --color-black-rgb: 0,0,0;
  --color-palegray: #f0f0f0;
  --color-palegray-rgb: 240,240,240;
  --color-white: #fff;
  --color-white-rgb: 255,255,255;
}
html {
  font-weight: var(--base-font-weight, normal);
  font-size: 2.7777777778vw;
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  scroll-padding-top: var(--sp-header-height, 0);
}
body {
  background: var(--color-base-bg);
  color: var(--color-base-txt);
  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 {
    font-size: 62.5%;
    scroll-padding-top: var(--pc-header-height, 0);
  }
  body {
    min-width: 1240px;
  }
  a {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-fontsize, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap {
  position: relative;
  width: 100%;
  padding: 1rem;
}
#global_header .header_wrap::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -3.6rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background-image: url(../img/header_bottom.svg);
  background-position: center bottom;
  background-size: 150% 6.975rem;
  background-repeat: no-repeat;
  content: "";
}
#global_header .header_wrap .logo {
  width: calc(100% - 7rem);
  padding-inline: 2rem;
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .clinic_contact {
  margin-top: 1rem;
}
#global_header .header_wrap .clinic_contact .acs {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--color-main-pale2);
  color: var(--color-txt-bn);
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-align: center;
}
#global_header .header_wrap .clinic_contact .phone {
  display: none;
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: grid;
    grid-template-rows: 10px 45px 45px auto;
    grid-template-columns: 350px 790px;
    justify-content: space-between;
    height: 120px;
    padding: 0 calc(50% - 600px);
  }
  #global_header .header_wrap::after {
    bottom: -128px;
    height: 128px;
    background-size: 2000px 248px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  #global_header .header_wrap::after {
    background-size: 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  #global_header .header_wrap .logo {
    grid-row: 1/5;
    grid-column: 1/2;
    width: 350px;
    padding: 24px 0 0;
  }
  #global_header .header_wrap .clinic_contact {
    display: flex;
    grid-row: 2/3;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    gap: 0 40px;
  }
  #global_header .header_wrap .clinic_contact .acs {
    padding: 14px 22px;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #global_header .header_wrap .clinic_contact .phone {
    display: block;
    color: var(--color-main);
    font-size: 2.4rem;
  }
  #global_header .header_wrap #global_nav {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
#global_nav .js-menu_box {
  display: none;
}
@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/icon_balloon.webp), url(../img/header_bottom.svg), url(../img/bg_cloud_wht.svg);
    background-position: 5% 98%, 50% -2rem, 50% 100%;
    background-size: 20vw auto, 150% 6.975rem, 150% 6.975rem;
    background-repeat: no-repeat;
    background-color: rgba(var(--color-heading-bg-rgb), 0.75);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  .js-sp_box {
    visibility: hidden;
    height: 0;
    transform: translateY(-3rem);
    opacity: 0;
    transition: 0.5s ease;
  }
  .js-sp_box.is_open {
    visibility: visible;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 48em), print {
  .js-pc_sticky {
    position: relative;
  }
  .js-pc_sticky.is_sticky {
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}
#global_nav .gnav li .sub_btn {
  width: 100%;
  cursor: pointer;
}
#global_nav .gnav li .sub_btn::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\e80a';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
#global_nav .gnav li .sub_btn.close {
  color: var(--color-main);
}
#global_nav .gnav li .sub_btn.close::after {
  content: "\e80b";
}
#global_nav .gnav li .subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#global_nav .gnav li .subnav li a::before {
  display: inline-block;
  content: '\e80e';
  color: var(--color-main);
  font-weight: normal;
  line-height: 1;
  font-family: "fontello";
}
@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
  }
  #global_nav #sp_btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--color-ye);
    color: var(--color-white);
    line-height: 0.8;
    text-align: center;
  }
  #global_nav #sp_btn::before {
    display: block;
    content: '\e802';
    font-weight: normal;
    font-size: 3.4rem;
    font-family: "fontello";
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    content: "MENU";
    font-size: 1rem;
    font-family: initial;
  }
  #global_nav #sp_btn.close::before {
    transform: scale(-1, 1);
    content: "\e806";
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 8rem;
    left: 5vw;
    width: 90vw;
    max-height: 75dvh;
    padding: 0.5rem 1rem;
    overflow-y: auto;
    border-width: 1.5rem 0.5rem;
    border-style: solid;
    border-radius: 1rem;
    border-color: var(--color-base-bg);
    background: var(--color-base-bg);
    color: var(--color-base-txt);
    font-size: 1.5rem;
  }
  #global_nav .gnav > li {
    margin-bottom: 0.7rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0.05em;
  }
  #global_nav .gnav > li > a::after, #global_nav .gnav > li button::after {
    transform: scale(1.2);
  }
  #global_nav .gnav > li > a::after {
    content: '\e80e';
    color: var(--color-main-gr);
    font-weight: normal;
    font-family: "fontello";
  }
  #global_nav .gnav .subnav {
    row-gap: 1rem;
    padding: 1.2rem;
    border-radius: 1rem;
    background: var(--color-main-pale2);
    font-size: 1.4rem;
  }
  #global_nav .gnav .subnav li {
    min-width: 50%;
  }
  #global_nav .gnav .subnav li a::before {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    background: rgba(var(--color-base-bg-rgb), 0);
    color: var(--color-base-txt);
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_nav .gnav > li.hn {
    display: none;
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn {
    transition: 0.3s;
  }
  #global_nav .gnav > li.sub .sub_btn:hover {
    color: var(--color-main);
  }
  #global_nav .gnav > li.sub .sub_box {
    z-index: 5;
    position: absolute;
    top: 53px;
    left: 50%;
    width: 650px;
    min-width: 100%;
    transform: translateX(-50%);
  }
  #global_nav .gnav > li > a::after {
    display: block;
    width: 100%;
    height: 2px;
    transform: translate(0, 3px) scale(0);
    background: var(--color-main);
    content: "";
    transition: 0.3s;
  }
  #global_nav .gnav > li > a:hover::after, #global_nav .gnav > li > a:focus::after {
    transform: translate(0, 3px) scale(1);
  }
  #global_nav .gnav > li .subnav {
    padding: 32px 36px 28px 44px;
    gap: 38px 36px;
    border-radius: 20px;
    background-color: var(--color-white);
    box-shadow: 0px 5px 10px rgba(var(--color-black-rgb), 0.1);
  }
  #global_nav .gnav > li .subnav li {
    min-width: 25%;
  }
  #global_nav .gnav > li .subnav li a {
    letter-spacing: 0.1em;
  }
  #global_nav .gnav > li .subnav li a::before {
    margin-right: 6px;
    font-size: 2rem;
    transition: 0.3s;
  }
  #global_nav .gnav > li .subnav li a:hover, #global_nav .gnav > li .subnav li a:focus {
    color: var(--color-txt-bn);
  }
  #global_nav .gnav > li .subnav li a:hover::before, #global_nav .gnav > li .subnav li a:focus::before {
    color: var(--color-main-gr);
  }
  #global_nav.js-pc_sticky {
    transition: background 0.5s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    background: rgba(var(--color-base-bg-rgb), 1);
  }
  #global_nav.js-pc_sticky.is_sticky .gnav {
    justify-content: center;
    margin-inline: auto;
    padding: 20px 0;
    gap: 0 30px;
  }
  #global_nav.js-pc_sticky.is_sticky .gnav li.sub .sub_box {
    top: 40px;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
  .js-pc_sticky.is_sticky .gnav {
    justify-content: space-between;
    margin: 0;
    padding: 12px 0;
    gap: 0 10px;
  }
}
#side_btn {
  display: none;
}
@media screen and (min-width: 48em), print {
  #side_btn {
    display: block;
    z-index: 1;
    position: fixed;
    top: 280px;
    right: 0;
    width: 150px;
    transition: top 0.3s;
  }
  #side_btn.is_fixed {
    top: 120px;
  }
  #side_btn a {
    display: block;
    height: 200px;
    padding: 35px 50px 35px 25px;
    background-image: url(../img/side_btn.webp);
    background-position: left top;
    background-repeat: no-repeat;
    color: var(--color-white);
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.36;
    text-align: center;
    transition: transform 0.6s, filter 1s;
  }
  #side_btn a:hover {
    transform: scale(1.02);
    filter: hue-rotate(105deg);
  }
}
@media print {
  #side_btn {
    display: none;
  }
}
.overview {
  padding: 7rem 4% 2rem;
  background-image: url(../img/overview_bg.webp), url(../img/bg_cloud_grs.svg), linear-gradient(var(--color-main-softy), var(--color-main-softy));
  background-position: 50% 100%, 50% 0, 0 6rem;
  background-size: contain, 150% 6.975rem, auto;
  background-repeat: no-repeat;
  font-size: 1.4rem;
}
.overview_wrap {
  padding: 1.8rem 1rem 2rem;
  border: 1px solid var(--color-aq-pale);
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0 1rem rgba(var(--color-main-bl-rgb), 0.1);
  color: var(--color-txt-bn);
}
.overview_wrap .clinic_name {
  width: 88%;
  margin: 0 auto 2rem;
}
.overview_wrap .clinic_tel {
  margin-bottom: 1.8rem;
  text-align: center;
}
.overview_wrap .clinic_tel .phone {
  display: inline-block;
  padding: 0.6rem 2rem;
  border-radius: 2em;
  background: var(--color-main-pale2);
  color: var(--color-main);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.overview_wrap .clinic_tel .phone a {
  display: inline-block;
}
.overview_wrap .clinic_outline {
  width: 88%;
  margin: 0 auto 2.5rem;
}
.overview_wrap .clinic_outline .primary {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
}
.overview_wrap .clinic_outline .primary dt {
  width: 30%;
}
.overview_wrap .clinic_outline .primary dd {
  width: 70%;
}
.overview_wrap .clinic_outline .address {
  display: flex;
  margin-bottom: 1.3rem;
}
.overview_wrap .clinic_outline .address .zip {
  width: 30%;
}
.overview_wrap .clinic_outline .address .adr {
  width: 70%;
  word-spacing: 0.5em;
}
.overview_wrap .clinic_outline .access mark {
  display: inline-block;
}
.overview_wrap .gmap {
  height: 26rem;
}
.overview_wrap .gmap iframe {
  border-radius: 1rem;
}
.overview_wrap .timetable {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .overview {
    padding: 194px 0 105px;
    background-position: 50% 230px, 50% 0, 0 248px;
    background-size: auto, 2000px 248px, auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .overview {
    background-size: auto, 100% 248px, auto;
  }
}
@media screen and (min-width: 48em), print {
  .overview_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 64px 118px 65px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(var(--color-main-bl-rgb), 0.1);
  }
  .overview_wrap .clinic_name {
    width: 488px;
    margin: 0 auto 18px;
  }
  .overview_wrap .clinic_tel {
    margin-bottom: 24px;
  }
  .overview_wrap .clinic_tel .phone {
    width: 260px;
    padding: 12px 0;
    font-size: 3.1rem;
  }
  .overview_wrap .clinic_tel .phone a {
    display: inline-block;
  }
  .overview_wrap .clinic_outline {
    width: 488px;
    margin: 0 auto 10px;
  }
  .overview_wrap .clinic_outline .primary {
    row-gap: 12px;
    margin-bottom: 12px;
  }
  .overview_wrap .clinic_outline .primary dt {
    width: 100px;
  }
  .overview_wrap .clinic_outline .primary dd {
    flex-grow: 1;
  }
  .overview_wrap .clinic_outline .address {
    display: block;
    margin-bottom: 5px;
    word-spacing: 1em;
  }
  .overview_wrap .clinic_outline .address .zip,
  .overview_wrap .clinic_outline .address .adr {
    display: inline-block;
    width: auto;
    word-spacing: 0;
  }
  .overview_wrap .clinic_outline .access mark {
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .overview_wrap .gmap {
    width: 640px;
    height: 380px;
    margin: 0 auto;
  }
  .overview_wrap .gmap iframe {
    border-radius: 20px;
  }
  .overview_wrap .timetable {
    margin-top: 60px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#global_footer {
  padding: 4rem 0;
  background-image: url(../img/bg_cloud_grd.svg), linear-gradient(var(--color-main-softy) 6rem, transparent 6rem);
  background-position: center top;
  background-size: 150% 6.975rem, auto;
  background-repeat: no-repeat;
  color: var(--color-main-faint);
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 0.8rem 1rem;
  background: var(--color-main-dull);
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  #global_footer {
    padding: 200px 0 0;
    background-image: url(../img/logo_w.webp), url(../img/bg_cloud_grd.svg), linear-gradient(var(--color-main-softy), var(--color-main-softy));
    background-position: 50% 128px, 50% 0, 0 0;
    background-size: auto, 2000px 248px, 100% 248px;
    background-repeat: no-repeat;
    background-color: var(--color-main-dull);
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  #global_footer {
    background-size: auto, 100% 248px, 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  #global_footer .footer_wrap {
    display: block;
    padding: 50px 0;
    font-size: 1.6rem;
  }
  #global_footer .footer_wrap ul {
    width: 880px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
  }
  #global_footer .footer_wrap ul li {
    display: inline-block;
    padding: 0 0.5em;
    letter-spacing: 0.1em;
    -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 .sub {
    display: none;
  }
  #global_footer .footer_wrap ul.subnav li {
    margin-top: 18px;
  }
  #global_footer .footer_wrap ul.subnav li:nth-child(9) {
    border-left: none;
  }
  #global_footer .copyright {
    margin-top: 22px;
    padding: 15px 0;
    background: transparent;
    font-size: 1rem;
  }
}
.js-pageup {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: -5rem;
  opacity: 0;
  transition: 0.5s;
}
.js-pageup.is_active {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 48em), print {
  .js-pageup {
    right: 30px;
    bottom: 30px;
  }
  .js-pageup.is_active {
    bottom: 30px;
  }
}
#sp_footer {
  display: flex;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background: linear-gradient(rgba(var(--color-base-bg-rgb), 0.6), rgba(var(--color-base-bg-rgb), 1));
  color: var(--color-base-txt);
}
#sp_footer li {
  flex: 1;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.03em;
  text-align: center;
}
#sp_footer li a {
  display: block;
  border-radius: 0.5rem;
  background: var(--color-main-pale2);
  color: var(--color-txt-bn);
}
#sp_footer.js-spfoot {
  transition: padding 0.5s;
}
#sp_footer.js-spfoot.is_active {
  padding-right: 5rem;
}
@media screen and (min-width: 48em), print {
  #sp_footer {
    display: none;
  }
}
#pageup {
  display: block;
  width: 5rem;
  height: 7rem;
  padding: 0 0 2rem;
  border: none;
  background-image: url(../img/pageup.webp);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--color-txt-gy);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 96px;
    height: 135px;
    padding: 0 0 40px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    transition: 0.5s;
  }
  #pageup:hover {
    transform: translateY(-15px) scale(1.02);
    filter: saturate(1.5);
  }
}
@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 {
  display: block;
  clear: both;
  content: "";
}
.l-cf {
  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;
}
@media screen and (max-width: 47.99em) {
  .sp_txt_l {
    text-align: left !important;
  }
  .sp_txt_r {
    text-align: right !important;
  }
  .sp_txt_c {
    text-align: center !important;
  }
}
@media screen and (min-width: 48em), print {
  .pc_txt_l {
    text-align: left !important;
  }
  .pc_txt_r {
    text-align: right !important;
  }
  .pc_txt_c {
    text-align: center !important;
  }
}
.img_c {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.8rem;
}
.img_c.w100 {
  max-width: 100%;
}
.img_l, .img_r {
  max-width: 80%;
  margin: 0 auto 1.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 47.99em) {
  .img_c.sp_w100 {
    max-width: 100%;
  }
  .img_c.mb0, .img_l.mb0, .img_r.mb0 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 48em), print {
  .img_c {
    max-width: 750px;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  .img_c.pc_w100 {
    max-width: 100%;
  }
  .img_l {
    max-width: 400px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 40px;
    margin-bottom: 0.5em;
    margin-left: 0;
    float: left;
    border-radius: 10px;
  }
  .img_r {
    max-width: 400px;
    margin-top: calc((1lh - 1em) * 0.5);
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 40px;
    float: right;
    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;
  }
}
article:not(:last-of-type) {
  margin-bottom: 5rem;
}
article > section ~ section {
  margin-top: 4.5rem;
}
article > section section {
  margin-top: 3.5rem;
}
article > section section section {
  margin-top: 2.5rem;
}
article > section h2 + section, article > section h3 + section, article > section h4 + section {
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  article:not(:last-of-type) {
    margin-bottom: 90px;
  }
  article > section ~ section {
    margin-top: 80px;
  }
  article > section section {
    margin-top: 60px;
  }
  article > section section section {
    margin-top: 40px;
  }
  article > section h2 + section, article > section h3 + section, article > section h4 + section {
    margin-top: 24px;
  }
}
.tit_01 {
  font-size: 2.2rem;
}
.tit_02 {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding-top: 1.6em;
  gap: 0 0.4em;
  background-image: url(../img/tit_02_t.webp);
  background-position: center top;
  background-size: 1.6em auto;
  background-repeat: no-repeat;
  color: var(--color-txt-bn);
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.tit_02::before, .tit_02::after {
  flex: none;
  width: 2.3em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.tit_02::before {
  background-image: url(../img/tit_02_l.webp);
}
.tit_02::after {
  background-image: url(../img/tit_02_r.webp);
}
.tit_03 {
  margin-bottom: 1.6rem;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.2;
}
.tit_03::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.8rem;
  background-image: linear-gradient(90deg, #f493b9 0%, #fafa87 52.71%, #42b5eb 100%);
  background-size: 5.5em auto;
  background-repeat: no-repeat;
  background-color: var(--color-palegray);
  content: "";
}
.tit_04 {
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
}
.tit_04::before {
  display: inline-block;
  width: 0.4rem;
  height: 1.4em;
  margin-right: 0.8rem;
  margin-left: -1.2rem;
  border-radius: 0.2rem;
  background: var(--color-main-gr);
  content: "";
  vertical-align: -0.35em;
}
.tit_05 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: 0.5rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: var(--color-main-gr);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
.tit_06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dotted var(--color-main-bl);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin-bottom: 45px;
    padding-top: 80px;
    gap: 0 30px;
    background-size: auto;
    font-size: 3.4rem;
    letter-spacing: 0.16em;
  }
  .tit_02::before, .tit_02::after {
    width: 118px;
    background-position: 50% 5px;
  }
  .tit_03 {
    margin-bottom: 20px;
    padding-inline: 20px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .tit_03::after {
    margin-top: 18px;
    margin-inline: -20px;
  }
  .tit_04 {
    margin-bottom: 14px;
    padding-left: 22px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .tit_04::before {
    width: 6px;
    height: 44px;
    margin-right: 16px;
    margin-left: -22px;
    border-radius: 3px;
    vertical-align: -0.4em;
  }
  .tit_05 {
    margin-bottom: 14px;
    padding: 10px 12px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .tit_06 {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom-width: 2px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@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-right: 0.05em;
  margin-left: -1em;
  transform: scale(0.5);
  content: "●";
  color: var(--color-main-bl);
  line-height: 1;
  vertical-align: 0.05em;
}
.lst_ul {
  margin-bottom: 1em;
}
.lst_ul > li ~ li {
  margin-top: 0.3em;
}
.lst_ul > li.etc {
  padding-left: 0;
}
.lst_ul > li.etc::before {
  display: none;
}
.lst_ol {
  margin-bottom: 1em;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li::marker {
  color: var(--color-base-txt);
  font-weight: bold;
}
.dl_flow {
  counter-reset: flowNum 0;
}
.dl_flow dt {
  padding: 1.5rem 1.5rem 0.3rem;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-radius: 0.5rem 0.5rem 0 0;
  border-color: var(--color-main-bl);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  counter-increment: flowNum 1;
}
.dl_flow dt::before {
  display: inline-block;
  margin-right: 0.2em;
  content: counter(flowNum) ".";
  color: var(--color-main-bl);
  font-weight: 700;
  font-size: 140%;
  line-height: 0.8;
}
.dl_flow dd {
  position: relative;
  padding: 0.5rem 1.5rem 1.3rem;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-radius: 0 0 0.5rem 0.5rem;
  border-color: var(--color-main-bl);
  line-height: 1.7;
}
.dl_flow dd:not(:last-child) {
  margin-bottom: 3.5rem;
}
.dl_flow dd:not(:last-child)::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 1.8rem 2rem 0 2rem;
  border-style: solid;
  border-color: var(--color-main-bl) transparent transparent transparent;
  content: "";
}
.dl_flow dd > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .dl_flow dt {
    padding: 25px 30px 10px;
    border-radius: 10px 10px 0 0;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  .dl_flow dd {
    padding: 2px 32px 30px;
    border-radius: 0 0 10px 10px;
  }
  .dl_flow dd:not(:last-child) {
    margin-bottom: 60px;
  }
  .dl_flow dd:not(:last-child)::after {
    bottom: -45px;
    border-width: 30px 30px 0 30px;
  }
}
:where(.contents) a {
  color: var(--color-main-bl);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  :where(.contents) a:hover {
    text-decoration: none;
  }
}
.lnk_ref::after {
  display: inline-block;
  margin-left: 0.3em;
  content: "≫";
  font-size: 90%;
  font-family: initial;
}
.lnk_bnr {
  display: inline-block;
}
.lnk_bnr img {
  display: inline-block;
}
@media screen and (min-width: 48em), print {
  .lnk_bnr:hover {
    opacity: 0.7;
  }
}
.btn_detail, .btn_external, .btn_rsv, .btn_back {
  display: inline-block;
  padding: 0.6em 1em;
  border-radius: 3em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_external, .btn_rsv, .btn_back {
    padding: 0.8em 1.5em;
    transition: 0.3s;
  }
}
.btn_detail, .btn_external, .btn_rsv, .btn_back {
  border: 1px solid var(--color-white);
  background: var(--color-main-bl);
  color: var(--color-white);
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_external, .btn_rsv, .btn_back {
    border-width: 2px;
  }
  .btn_detail:hover, .btn_external:hover, .btn_rsv:hover, .btn_back:hover {
    background: var(--color-main-gr);
    color: var(--color-white);
  }
}
.btn_rsv {
  min-width: 9em;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.btn_rsv::before {
  display: inline-block;
  margin-right: 0.5em;
  content: '\e803';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    min-width: 220px;
    font-size: 2rem;
  }
}
.btn_external {
  min-width: 9em;
  font-size: 1.5rem;
}
.btn_external::after {
  display: inline-block;
  margin-left: 0.5em;
  content: '\e804';
  font-weight: normal;
  font-family: "fontello";
}
@media screen and (min-width: 48em), print {
  .btn_external {
    min-width: 220px;
    font-size: 2rem;
  }
}
mark {
  background: linear-gradient(transparent 60%, var(--color-highlight, mark) 60%);
  color: inherit;
}
.em {
  font-weight: bold;
}
.attn {
  color: var(--color-attention, #f00);
}
.f-smaller {
  font-size: 0.85em;
}
.f-larger {
  font-size: 1.15em;
}
.f-fpm {
  font-feature-settings: "palt";
}
.marker {
  padding-left: 1em;
  text-indent: -1em;
}
.marker > * {
  text-indent: 0;
}
span.marker {
  display: inline-block;
}
.js-tel {
  white-space: nowrap;
}
@media screen and (max-width: 47.99em) {
  .js-tel a {
    color: inherit;
    text-decoration: none !important;
  }
}
.phone a {
  display: inline-block;
}
.phone a::before {
  margin-right: 0.4rem;
  content: '\e809';
  font-weight: normal;
  font-size: 80%;
  font-family: "fontello";
  vertical-align: 0.08em;
}
@media screen and (min-width: 48em), print {
  .phone::before {
    margin-right: 4px;
    content: '\e809';
    font-weight: normal;
    font-size: 80%;
    font-family: "fontello";
    vertical-align: 0.08em;
  }
  .phone a::before {
    display: none;
  }
}
.timetable {
  table-layout: fixed;
  --color-timetable-border: #f1f9f1;
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}
.timetable caption {
  margin-top: 0.6em;
  padding-left: 0.5em;
  font-size: 90%;
  line-height: 1.3;
  text-align: left;
  caption-side: bottom;
}
.timetable thead th {
  padding: 0.7em 0;
  border-bottom: 1px solid var(--color-timetable-border);
  font-weight: inherit;
}
.timetable thead th:first-child {
  width: 28%;
}
.timetable thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
}
.timetable tbody th {
  border-bottom: 1px solid var(--color-timetable-border);
  font-weight: inherit;
  white-space: nowrap;
}
.timetable tbody td {
  padding: 0.6em 0;
  border-bottom: 1px solid var(--color-timetable-border);
  color: var(--color-main);
  font-weight: 700;
  font-size: 110%;
  text-align: center;
}
.timetable tbody td:last-child {
  padding-right: 2%;
}
@media screen and (min-width: 48em), print {
  .timetable caption {
    padding-left: 1.2em;
  }
  .timetable thead th:first-child {
    width: 23%;
  }
  .timetable tbody td {
    padding: 1.15em 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeToLeft {
  0% {
    transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeToRight {
  0% {
    transform: translateX(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeBomb {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tiltLeftRight1 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  25% {
    transform: translate(0, -7px) rotate(0deg);
  }
  50% {
    transform: translate(0, 0) rotate(7deg);
  }
  75% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
@keyframes tiltLeftRight2 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  25% {
    transform: translate(0, -7px) rotate(0deg);
  }
  50% {
    transform: translate(0, 0) rotate(-7deg);
  }
  75% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes balloon_s {
  0% {
    transform: translate(3%, -10%) rotate(3deg);
  }
  25% {
    transform: translate(0, 10%) rotate(0);
  }
  50% {
    transform: translate(-3%, -10%) rotate(-3deg);
  }
  75% {
    transform: translate(0, 10%) rotate(0);
  }
  100% {
    transform: translate(3%, -10%) rotate(3deg);
  }
}
@keyframes balloon_l {
  0% {
    transform: translateY(-10%);
  }
  45% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes balloon_l2 {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-10%);
  }
  65% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(-10%);
  }
}
@keyframes cloud {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes cloud2 {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
#keyvsl {
  max-width: 100%;
  height: 27rem;
  background-image: url(../img/index/keyvsl01.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em), print {
  #keyvsl {
    height: 860px;
    background-size: auto;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  #keyvsl {
    background-size: cover;
  }
}
.keyvsl {
  position: relative;
  padding: 4rem 1.5rem;
}
.keyvsl::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.6rem;
  background-image: url(../img/icon_cloud.webp), url(../img/bg_cloud_wht.svg);
  background-position: right -10% bottom 0, center top;
  background-size: 5vw auto, 150% 6.975rem;
  background-repeat: no-repeat;
  content: "";
}
.keyvsl_wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
}
.keyvsl_wrap::before, .keyvsl_wrap::after {
  z-index: 1;
  position: absolute;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.keyvsl_wrap::before {
  top: -4rem;
  right: 0;
  width: 4.4rem;
  height: 4rem;
  background-image: url(../img/index/keyvsl_balloon.webp);
  animation: balloon_s 6s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
}
.keyvsl_wrap::after {
  bottom: -4rem;
  left: -0.5rem;
  width: 5.6rem;
  height: 5.4rem;
  background-image: url(../img/icon_balloon.webp);
  animation: balloon_s 8s ease-in-out 0.8s infinite alternate;
}
.keyvsl_wrap .catch {
  margin-bottom: 1.2em;
  color: var(--color-white);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
.keyvsl_wrap .catch mark {
  padding: 0 0.3rem 0.6rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: radial-gradient(farthest-corner at 80% 80%, currentColor 10%, transparent 20%);
  background-position: left bottom;
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat-x;
  background-color: transparent;
  filter: drop-shadow(0 0 0.5rem rgba(var(--color-base-txt-rgb), 0.8));
}
@media screen and (min-width: 48em), print {
  .keyvsl {
    padding: 128px 0 218px;
  }
  .keyvsl::after {
    height: 218px;
    background-position: right calc(50% - 655px) bottom 0, center top;
    background-size: auto, 2000px 248px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .keyvsl::after {
    background-size: auto, 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  .keyvsl_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0;
  }
  .keyvsl_wrap::before {
    top: -18px;
    right: 114px;
    width: 134px;
    height: 128px;
  }
  .keyvsl_wrap::after {
    bottom: -128px;
    left: 75px;
    width: 172px;
    height: 166px;
  }
  .keyvsl_wrap .catch {
    margin-bottom: 50px;
    font-size: 4.3rem;
    line-height: 2.1;
    letter-spacing: 0.2em;
  }
  .keyvsl_wrap .catch mark {
    padding: 0 20px 16px;
    background-size: 12px 12px;
    filter: drop-shadow(0 0 10px rgba(var(--color-base-txt-rgb), 0.8));
  }
}
.features_tit, .medical_tit, .consult_tit, .news_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.6em 2.7em 0;
  background-image: url(../img/tit_02_t.webp), url(../img/tit_02_l.webp), url(../img/tit_02_r.webp);
  background-position: center top, left 0 bottom 3rem, right 0 bottom 3rem;
  background-size: 1.6em auto, 2.3em auto, 2.3em auto;
  background-repeat: no-repeat;
  color: var(--color-txt-bn);
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.features_tit::after, .medical_tit::after, .consult_tit::after, .news_tit::after {
  display: block;
  content: attr(data-title);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em), print {
  .features_tit, .medical_tit, .consult_tit, .news_tit {
    padding: 75px 145px 0;
    background-position: center top, left 0 bottom 40px, right 0 bottom 40px;
    background-size: auto;
    font-size: 3.4rem;
    letter-spacing: 0.16em;
  }
  .features_tit::after, .medical_tit::after, .consult_tit::after, .news_tit::after {
    font-size: 2rem;
  }
}
.js-news > dt {
  cursor: pointer;
}
.js-news > dd {
  word-wrap: break-word;
}
.js-news > dd a {
  color: var(--color-main-bl);
  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%;
  background-image: url(../img/index/news_clowd.webp);
  background-position: left bottom;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.news .wrap {
  position: relative;
}
.news_tit {
  margin-bottom: 2rem;
}
.news_box {
  max-height: 24rem;
  overflow-y: auto;
  border: 1.5rem solid var(--color-white);
  border-radius: 1rem;
  outline: 1px solid var(--color-aq-pale);
  background: var(--color-white);
  box-shadow: 0 0 1rem rgba(var(--color-main-bl-rgb), 0.1);
  color: var(--color-txt-bn);
  scrollbar-color: var(--color-main-bl) var(--color-box_gy);
  scrollbar-width: thin;
}
.news_box dl {
  margin-right: 1rem;
  margin-left: 0.5rem;
  padding-bottom: 1em;
  border-bottom: 2px dotted var(--color-main-light2);
}
.news_box dl dt time {
  display: block;
  padding-left: 2.2rem;
  color: var(--color-txt-gy);
  font-size: 1.2rem;
}
.news_box dl dt .ttl {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
.news_box dl dt .ttl::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\e80a';
  color: var(--color-main);
  font-weight: normal;
  font-size: 0.9em;
  font-family: "fontello";
  vertical-align: 0.05em;
}
.news_box dl dt.is_open .ttl::before {
  content: "\e80b";
}
.news_box dl dt ~ dt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px dotted var(--color-main-light2);
}
.news_box dl dd {
  padding-top: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .news {
    position: relative;
    padding: 70px 0 30px;
    background-position: left calc(50% - 674px) bottom 0;
    background-size: auto;
  }
  .news::before, .news::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .news::before {
    top: 50px;
    left: calc(50% - 600px);
    width: 262px;
    height: 82px;
    background-image: url(../img/index/news_rainbow_l.webp);
    animation: cloud 2s ease-in-out infinite alternate;
  }
  .news::after {
    top: 35px;
    right: calc(50% - 600px);
    width: 316px;
    height: 90px;
    background-image: url(../img/index/news_rainbow_r.webp);
    animation: cloud2 2s ease-in-out 1s infinite alternate;
  }
  .news .wrap {
    position: relative;
  }
  .news .wrap::before, .news .wrap::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .news .wrap::before {
    top: 233px;
    left: 0;
    width: 60px;
    height: 168px;
    background-image: url(../img/index/news_balloon_l.webp);
    animation: balloon_l 4.5s ease-in-out infinite alternate;
  }
  .news .wrap::after {
    top: 116px;
    right: 0;
    width: 60px;
    height: 86px;
    background-image: url(../img/index/news_balloon_r.webp);
    animation: balloon_l 3s ease-in-out infinite alternate;
  }
  .news_tit {
    margin-bottom: 65px;
  }
  .news_box {
    width: 1000px;
    max-height: 370px;
    margin-inline: auto;
    border-width: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(var(--color-main-bl-rgb), 0.1);
  }
  .news_box dl {
    margin: 20px 55px 20px 65px;
  }
  .news_box dl dt {
    display: flex;
    align-items: flex-start;
  }
  .news_box dl dt time {
    width: 150px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .news_box dl dt .ttl {
    font-size: 2.2rem;
  }
  .news_box dl dt .ttl::before {
    margin-right: 10px;
  }
  .news_box dl dt.is_open .ttl::before {
    content: "\e80b";
  }
  .news_box dl dt ~ dt {
    border-top-width: 3px;
  }
  .news_box dl dd {
    padding-top: 10px;
    padding-left: 178px;
    line-height: 1.75;
  }
}
.consult {
  position: relative;
  margin-top: 3.6rem;
  padding: 2rem 0 3.6rem;
  background-color: var(--color-main-light);
}
.consult::before {
  display: block;
  position: absolute;
  top: -3.6rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-image: url(../img/bg_cloud_grl.svg);
  background-position: center top;
  background-size: 150% 6.975rem;
  background-repeat: no-repeat;
  content: "";
}
.consult .wrap {
  position: relative;
}
.consult_tit {
  margin-bottom: -2rem;
}
.consult_lst {
  padding: 6rem 2rem 0;
  background-image: url(../img/index/consult_bg.webp);
  background-position: 65% 0;
  background-size: 220% auto;
  background-repeat: no-repeat;
  color: var(--color-txt-bn);
}
.consult_lst .lst li {
  padding-left: 1.4em;
  padding-block: 0.5rem;
  border-bottom: 2px dotted var(--color-pk-pale);
}
.consult_lst .lst li::before {
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.4em;
  content: '\e80d';
  font-weight: normal;
  font-family: "fontello";
}
.consult_lst .lst li:nth-child(3n+1)::before {
  color: var(--color-ye);
}
.consult_lst .lst li:nth-child(3n+2)::before {
  color: var(--color-pk);
}
.consult_lst .lst li:nth-child(3n+3)::before {
  color: var(--color-aq);
}
.consult_lst .img {
  margin-top: 2rem;
  padding-inline: 1.5rem;
}
.consult_lst .img img {
  display: inline-block;
  max-width: 13rem;
}
.consult_lst .img img:nth-child(1) {
  margin-left: 45%;
  animation: tiltLeftRight1 4s ease-out 10 alternate;
}
.consult_lst .img img:nth-child(2) {
  margin-top: -5rem;
  animation: tiltLeftRight2 6s ease-out 0.5s 10 alternate;
}
.consult_lst .img img:nth-child(3) {
  margin-top: -7rem;
  margin-left: 55%;
  animation: tiltLeftRight1 6s ease-out 10 alternate;
}
@media screen and (min-width: 48em), print {
  .consult {
    margin-top: 145px;
    padding: 5px 0 145px;
    background-image: url(../img/index/consult_bg.webp);
    background-position: 50% 146px;
    background-repeat: no-repeat;
  }
  .consult::before {
    top: -145px;
    height: 145px;
    background-size: 2000px 248px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .consult::before {
    background-size: 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  .consult .wrap {
    position: relative;
  }
  .consult .wrap::before, .consult .wrap::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .consult .wrap::before {
    top: 299px;
    left: -42px;
    width: 102px;
    height: 180px;
    background-image: url(../img/index/consult_balloon_l1.webp);
    animation: balloon_s 8s ease-in-out infinite alternate;
  }
  .consult .wrap::after {
    top: 87px;
    right: 0;
    width: 94px;
    height: 136px;
    background-image: url(../img/index/consult_balloon_r1.webp);
    animation: balloon_s 6s ease-out 0.5s infinite alternate;
  }
  .consult_tit {
    margin-bottom: 75px;
  }
  .consult_lst {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 1000px;
    margin-bottom: 90px;
    margin-inline: auto;
    padding: 0;
    background: none;
  }
  .consult_lst::before, .consult_lst::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .consult_lst::before {
    top: 367px;
    left: -50px;
    width: 22px;
    height: 70px;
    background-image: url(../img/index/consult_balloon_l2.webp);
    animation: balloon_s 5s ease-in-out 0.5s infinite alternate;
  }
  .consult_lst::after {
    right: -70px;
    bottom: 40px;
    width: 70px;
    height: 132px;
    background-image: url(../img/index/consult_balloon_r2.webp);
    animation: balloon_s 8s ease-out 0.8s infinite alternate;
  }
  .consult_lst .lst {
    width: 500px;
  }
  .consult_lst .lst li {
    padding-left: 42px;
    padding-block: 20px;
    border-bottom-width: 3px;
    font-size: 2rem;
    line-height: 1.1;
  }
  .consult_lst .lst li::before {
    margin-right: 10px;
    margin-left: -42px;
    font-size: 2.8rem;
    line-height: 1;
  }
  .consult_lst .img {
    order: -1;
    width: 470px;
    margin-top: 26px;
    padding-inline: 33px;
  }
  .consult_lst .img img {
    max-width: 100%;
  }
  .consult_lst .img img:nth-child(1) {
    margin-left: 140px;
  }
  .consult_lst .img img:nth-child(2) {
    margin-top: -33px;
  }
  .consult_lst .img img:nth-child(3) {
    margin-top: -105px;
    margin-left: 210px;
  }
}
.medical {
  position: relative;
  padding: 2rem 4% 6rem;
  background-color: var(--color-main-softy);
}
.medical::before {
  display: block;
  position: absolute;
  top: -3.6rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-image: url(../img/bg_cloud_grs.svg);
  background-position: center top;
  background-size: 150% 6.975rem;
  background-repeat: no-repeat;
  content: "";
}
.medical .wrap {
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid var(--color-aq-pale);
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: 0 0 1rem rgba(var(--color-main-bl-rgb), 0.1);
  color: var(--color-txt-bn);
}
.medical_tit {
  margin-bottom: 1rem;
}
.medical_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem 6%;
}
.medical_lst li {
  width: 47%;
  text-align: center;
}
.medical_lst li a {
  display: block;
  position: relative;
}
.medical_lst li a::before {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 1rem;
  border: 2px dotted var(--color-ye);
  border-radius: 50%;
  background-position: center center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  content: "";
}
.medical_lst li a::after {
  display: block;
  position: absolute;
  top: 5%;
  left: 10%;
  aspect-ratio: 1/1;
  width: 90%;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: rgba(var(--color-ye-rgb), 0.1);
  content: "";
}
.medical_lst li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  gap: 0 0.3rem;
  border-top: 1px solid var(--color-main-bl);
  border-bottom: 1px solid var(--color-main-bl);
  word-break: keep-all;
}
.medical_lst li a span::after {
  display: inline-block;
  content: '\e80e';
  color: var(--color-main);
  font-weight: normal;
  font-family: "fontello";
}
.medical_lst li .a_insomnia::before {
  background-image: url(../img/index/medical_insomnia.svg);
}
.medical_lst li .a_anxiety::before {
  background-image: url(../img/index/medical_anxiety.svg);
}
.medical_lst li .a_depression::before {
  background-image: url(../img/index/medical_depression.svg);
}
.medical_lst li .a_adjustment::before {
  background-image: url(../img/index/medical_adjustment.svg);
}
.medical_lst li .a_adhd::before {
  background-image: url(../img/index/medical_adhd.svg);
}
.medical_lst li .a_ocd::before {
  background-image: url(../img/index/medical_ocd.svg);
}
.medical_lst li .a_bipolar-disorder::before {
  background-image: url(../img/index/medical_bipolar.svg);
}
.medical_lst li .a_schizophrenia::before {
  background-image: url(../img/index/medical_schizophrenia.svg);
}
.medical_lst li .a_pms::before {
  background-image: url(../img/index/medical_pms.svg);
}
.medical_lst li .a_child-rearing::before {
  background-image: url(../img/index/medical_child.svg);
}
.medical_lst li .a_menopause::before {
  background-image: url(../img/index/medical_menopause.svg);
}
.medical_lst li .a_dementia::before {
  background-image: url(../img/index/medical_dementia.svg);
}
@media screen and (min-width: 48em), print {
  .medical {
    padding: 82px 0 212px;
    background-image: url(../img/index/medical_bg.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .medical::before {
    top: -145px;
    height: 145px;
    background-size: 2000px 248px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .medical::before {
    background-size: 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  .medical .wrap {
    padding: 62px 50px 80px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(var(--color-main-bl-rgb), 0.1);
  }
  .medical_tit {
    margin-bottom: 14px;
  }
  .medical_lst {
    width: 1000px;
    margin-inline: auto;
    gap: 70px 53px;
  }
  .medical_lst li {
    width: 210px;
  }
  .medical_lst li a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .medical_lst li a::before {
    margin-bottom: 14px;
    border-width: 4px;
    background-size: 154px auto;
    transition: 0.3s;
  }
  .medical_lst li a::after {
    transition: 0.3s;
  }
  .medical_lst li a span {
    padding: 6px 0;
    gap: 0 10px;
  }
  .medical_lst li a span::after {
    font-size: 2rem;
    line-height: 1;
    transition: 0.3s;
  }
  .medical_lst li a:hover::before {
    transform: scale(1.05) translateY(5px);
    border-style: solid;
    box-shadow: 0 0 10px rgba(var(--color-ye-rgb), 0.7);
  }
  .medical_lst li a:hover::after {
    transform: scale(0);
  }
  .medical_lst li a:hover span {
    border-color: transparent;
  }
  .medical_lst li a:hover span::after {
    transform: translateX(5px);
  }
}
.features {
  position: relative;
  padding: 2rem 4% 0;
}
.features::before {
  display: block;
  position: absolute;
  top: -3.6rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-image: url(../img/bg_cloud_wht.svg);
  background-position: center top;
  background-size: 150% 6.975rem;
  background-repeat: no-repeat;
  content: "";
}
.features .wrap {
  position: relative;
}
.features_tit {
  margin-bottom: 2rem;
}
.features_lst {
  padding-inline: 1.8rem;
  counter-reset: fNum 0;
}
.features_lst li {
  position: relative;
  padding: 2rem 0.5rem;
  font-size: 1.5rem;
  counter-increment: fNum 1;
}
.features_lst li::after {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 2rem;
  content: counter(fNum, decimal-leading-zero);
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
}
.features_lst li::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  content: "";
}
.features_lst li img {
  max-width: 80%;
  margin: 1rem auto;
}
.features_lst li p {
  margin-bottom: 0;
  color: var(--color-txt-bn);
  line-height: 1.8;
}
.features_lst li:nth-child(3n+1)::before {
  background-color: rgba(var(--color-ye-rgb), 0.1);
}
.features_lst li:nth-child(3n+1)::after {
  color: var(--color-ye);
}
.features_lst li:nth-child(3n+2)::before {
  background-color: rgba(var(--color-pk-rgb), 0.1);
}
.features_lst li:nth-child(3n+2)::after {
  color: var(--color-pk);
}
.features_lst li:nth-child(3n+3)::before {
  background-color: rgba(var(--color-main-gr-rgb), 0.1);
}
.features_lst li:nth-child(3n+3)::after {
  color: var(--color-main-gr);
}
@media screen and (min-width: 48em), print {
  .features {
    padding: 103px 0 145px;
    background-image: url(../img/index/features_bg.webp);
    background-position: 50% 206px;
    background-repeat: no-repeat;
  }
  .features::before {
    top: -145px;
    height: 145px;
    background-size: 2000px 248px;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  .features::before {
    background-size: 100% 248px;
  }
}
@media screen and (min-width: 48em), print {
  .features .wrap {
    position: relative;
  }
  .features .wrap::before, .features .wrap::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .features .wrap::before {
    top: -12px;
    left: -72px;
    width: 172px;
    height: 280px;
    background-image: url(../img/index/features_balloon_l.webp);
    animation: balloon_l 5s ease-in-out infinite alternate;
  }
  .features .wrap::after {
    top: 0;
    right: 0;
    width: 306px;
    height: 88px;
    background-image: url(../img/index/features_rainbow.webp);
    animation: cloud 1.5s ease-in-out infinite alternate;
  }
  .features_tit {
    margin-bottom: 0;
  }
  .features_lst {
    display: flow-root;
    position: relative;
    width: 930px;
    margin-inline: auto;
    padding-inline: 0;
  }
  .features_lst::before, .features_lst::after {
    display: block;
    position: absolute;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .features_lst::before {
    top: 582px;
    right: -140px;
    width: 82px;
    height: 116px;
    background-image: url(../img/index/features_balloon_r.webp);
    animation: balloon_l 3s ease-in-out 0.5s infinite alternate;
  }
  .features_lst li {
    width: 416px;
    padding: 32px 24px 0;
    font-size: 2rem;
  }
  .features_lst li::after {
    top: 12px;
    left: 44px;
    font-size: 7.8rem;
  }
  .features_lst li img {
    max-width: 100%;
    margin: 0 auto;
  }
  .features_lst li p {
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
  .features_lst li:nth-child(odd) {
    float: left;
  }
  .features_lst li:nth-child(even) {
    float: right;
  }
  .features_lst li:nth-child(2) {
    margin-top: 138px;
  }
  .features_lst li:nth-child(3) {
    margin-top: 50px;
  }
  .features_lst li:nth-child(4) {
    margin-top: 190px;
  }
  .features_lst li:nth-child(5) {
    margin-top: 70px;
  }
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 2rem 4%;
  background-image: url(../img/tit_heading.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-heading-bg);
  color: var(--color-white);
}
.heading h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 340px;
    padding: 80px calc((100% - 1200px) / 2);
  }
  .heading h1 {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
}
.breadcrumbs {
  padding: 1rem 4%;
  font-size: 1.1rem;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  margin: 0 0.2em;
  content: "＞";
}
.breadcrumbs li a {
  color: var(--color-main-bl);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 20px 0 6px;
    font-size: 1.8rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin: 0 auto;
  }
  .breadcrumbs ol li:not(:first-child)::before {
    margin: 0 0.7em;
  }
  .breadcrumbs ol li a:hover {
    text-decoration: none;
  }
}
.contents {
  padding: 1.5rem 4% 4rem;
}
@media screen and (min-width: 48em), print {
  .contents {
    padding: 20px 0 60px;
  }
  .contents > article {
    padding-inline: calc(50% - 500px);
  }
  .contents > article.l-wide {
    padding-inline: calc(50% - 600px);
  }
}
.therapy {
  margin-inline: 0.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.therapy > h2 ~ section {
  margin-top: 3rem;
}
.therapy > h2 ~ section section {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .therapy {
    margin-inline: 0;
    background-image: url(../img/icon_cloud.webp);
    background-position: left calc(50% - 620px) bottom 30%;
    background-repeat: no-repeat;
  }
  .therapy > h2 ~ section {
    margin-top: 60px;
  }
  .therapy > h2 ~ section section {
    margin-top: 40px;
  }
}
body#page_doctor .doctor_greeting {
  --color-main-pale2: #f5fdef;
  padding: 1.6rem 2.2rem;
  border-radius: 1.5rem;
  background: var(--color-main-pale2);
  line-height: 1.6;
  text-align: justify;
}
body#page_doctor .doctor_greeting > :last-child {
  margin-bottom: 0;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
}
body#page_doctor .banner {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    padding: 38px 58px;
    border-radius: 25px;
    line-height: 1.8;
  }
  body#page_doctor .doctor_profile {
    margin-top: 50px;
  }
  body#page_doctor .banner {
    margin-top: 60px;
  }
}
body#page_clinic .clinic_gallery figure {
  margin-top: 2rem;
  filter: drop-shadow(0.2rem 0.4rem 0.3rem rgba(var(--color-black-rgb), 0.16));
}
body#page_clinic .clinic_gallery figure img {
  border: 1px solid var(--color-main-light);
  border-radius: 0.8rem 0.8rem 0 0;
}
body#page_clinic .clinic_gallery figure figcaption {
  padding: 0.5rem 0;
  border-radius: 0 0 0.8rem 0.8rem;
  background: var(--color-main-light);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 48em), print {
  body#page_clinic .clinic_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 50px;
  }
  body#page_clinic .clinic_gallery figure {
    width: 570px;
    margin-top: 0;
    filter: drop-shadow(2px 4px 4px rgba(var(--color-black-rgb), 0.1));
  }
  body#page_clinic .clinic_gallery figure img {
    border-radius: 15px 15px 0 0;
  }
  body#page_clinic .clinic_gallery figure figcaption {
    padding: 8px 0;
    border-radius: 0 0 15px 15px;
    font-size: 2rem;
  }
}
body#page_first .first_reservation .ctc {
  text-align: center;
}
body#page_first .first_reservation .telnum {
  padding-inline: 0.5rem;
  background: linear-gradient(transparent 70%, var(--color-main-pale2) 75%);
  color: var(--color-main);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
body#page_first .first_reservation .telnum::before {
  display: inline-block;
  margin-right: 0.3em;
  content: "TEL:";
  color: var(--color-base-txt);
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0;
  vertical-align: 0.1em;
}
@media screen and (min-width: 48em), print {
  body#page_first .first_reservation {
    text-align: center;
  }
  body#page_first .first_reservation .telnum {
    font-size: 3rem;
  }
  body#page_first .first_reservation .telnum::before {
    margin-right: 0.4em;
    font-size: 1.6rem;
  }
  body#page_first .first_guide {
    display: flow-root;
  }
}
.qa_lst dt {
  position: relative;
  margin-bottom: 1rem;
  padding-top: 0.4rem;
  padding-left: 4.2rem;
}
.qa_lst dt::before {
  display: inline-block;
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--color-main);
  content: "Q.";
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.qa_lst dt ~ dt {
  margin-top: 3rem;
}
.qa_lst dd {
  position: relative;
  padding: 1.2rem 1rem 1.2rem 4.8rem;
  border-radius: 1rem;
  background: rgba(var(--color-ye-rgb), 0.1);
  box-shadow: 0 0 1rem rgba(var(--color-ye-rgb), 0.1);
  line-height: 1.66;
}
.qa_lst dd::before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: var(--color-ye);
  content: "A.";
  color: var(--color-white);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}
.qa_lst dd .telnum {
  font-weight: 700;
  font-size: 114%;
  line-height: 1;
  letter-spacing: 0.03em;
}
.qa_lst dd .telnum::before {
  display: inline-block;
  margin-right: 0.2rem;
  content: "TEL:";
  font-size: 80%;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .qa_lst {
    padding-top: 20px;
  }
  .qa_lst dt {
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 58px;
    font-size: 2rem;
  }
  .qa_lst dt::before {
    top: 0;
    font-size: 3rem;
  }
  .qa_lst dt ~ dt {
    margin-top: 60px;
  }
  .qa_lst dd {
    padding: 20px 20px 25px 70px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(var(--color-ye-rgb), 0.1);
    line-height: inherit;
  }
  .qa_lst dd::before {
    top: 15px;
    left: 15px;
    font-size: 3rem;
  }
}
body#page_access .contents {
  padding-bottom: 2rem;
  background-image: url(../img/bg_cloud_grs.svg), linear-gradient(0deg, var(--color-main-softy) 10rem, transparent 10rem);
  background-position: center bottom 10rem, center bottom;
  background-size: 150% 6.975rem, auto;
  background-repeat: no-repeat;
}
body#page_access .timetable {
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--color-main-light);
  line-height: 1.5;
}
body#page_access .timetable caption {
  font-size: 1.3rem;
}
body#page_access .timetable tbody td {
  color: var(--color-main-dull);
}
body#page_access .access_info > dt {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: var(--color-main-light);
}
body#page_access .access_info > dd {
  padding: 0.8rem 1rem 1.5rem;
  font-size: 1.5rem;
  word-break: keep-all;
}
body#page_access .access_info .telnum {
  font-size: 120%;
  letter-spacing: 0.03em;
}
body#page_access .access_route {
  margin-top: 0.5rem;
}
body#page_access .access_route iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
body#page_access .gmap {
  height: 38rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em), print {
  body#page_access .contents {
    padding-bottom: 60px;
    background-image: url(../img/bg_cloud_grs.svg), linear-gradient(0deg, var(--color-main-softy) 50px, transparent 50px);
    background-position: center bottom;
    background-size: 2000px 248px, auto;
  }
}
@media screen and (min-width: 48em) and (min-width: 2001px) {
  body#page_access .contents {
    background-size: 100% 248px, auto;
  }
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    border-radius: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  body#page_access .timetable caption {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  body#page_access .timetable th, body#page_access .timetable td {
    border-bottom-width: 2px;
  }
  body#page_access .access_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 0;
    letter-spacing: 0.1em;
  }
  body#page_access .access_info > dt {
    width: 30%;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
  }
  body#page_access .access_info > dd {
    width: 70%;
    padding: 10px 50px;
    font-size: 2rem;
    word-spacing: 0.5em;
  }
  body#page_access .access_route {
    margin-top: 40px;
  }
  body#page_access .access_route iframe {
    width: 560px;
    margin-inline: auto;
  }
  body#page_access .gmap {
    height: 580px;
    margin-top: 40px;
  }
}
@counter-style p-decimal {
  system: extends decimal;
  prefix: "";
  suffix: " ) ";
  speak-as: number;
}
body#page_privacy article .lead {
  margin-top: 2rem;
  margin-bottom: 4.5rem;
}
body#page_privacy article h2 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
body#page_privacy article h3 {
  margin-bottom: 0.5em;
}
body#page_privacy article ul ul, body#page_privacy article ul ol, body#page_privacy article ol ul, body#page_privacy article ol ol {
  margin-block: 0.5em;
}
body#page_privacy article .lst_ul > li::before {
  transform: scale(0.4);
  content: "●";
  color: inherit;
}
body#page_privacy article .lst_ol > li {
  list-style-type: p-decimal;
}
body#page_privacy article .lst_ol > li::marker {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
}
body#page_privacy article .dl_num dt ~ dt {
  margin-top: 0.8em;
}
body#page_privacy article .dl_num > dd {
  padding-left: 1.5em;
}
body#page_privacy article .pp_sign {
  margin-top: 5rem;
  text-align: right;
}
body#page_privacy article .pp_contactus {
  margin-top: 3rem;
  text-align: right;
}
body#page_privacy article .pp_contactus div {
  word-break: keep-all;
  word-spacing: 0.5em;
}
@media screen and (min-width: 48em), print {
  body#page_privacy article .lead {
    margin-bottom: 90px;
  }
  body#page_privacy article .pp_sign {
    margin-top: 100px;
  }
  body#page_privacy article .pp_contactus {
    margin-top: 25px;
  }
  body#page_privacy article .pp_contactus div {
    word-break: normal;
  }
}
body#page_404 .notfound {
  padding: 3rem 1rem;
  text-align: center;
}
body#page_404 .notfound .btn_back {
  margin-top: 2em;
}
/*# sourceMappingURL=style.css.map */
