@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;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: 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, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  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, video) {
  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(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 2px solid LinkText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !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: 5.0rem;
  --pc-header-height: 130px;
  --sp-l-height: 1.6;
  --pc-font-size: 1.8rem;
  --pc-l-height: 2;
  --color-base-txt: #454545;
  --color-base-txt-rgb: 69 69 69;
  --color-base-bg: #fff;
  --color-base-bg-rgb: 255 255 255;
  --color-main: #a48164;
  --color-main-dark: #84644b;
  --color-main-soft: #be9a7d;
  --color-main-lite: #dac6b8;
  --color-main-pale: #faf8f5;
  --color-main-pale-rgb: 250 248 245;
  --color-sub: #90aa3c;
  --color-sub-dark: #778d32;
  --color-sub-bright: #9bc04d;
  --color-sub-bright-rgb: 155 192 77;
  --color-sub-soft: #bccc86;
  --color-sub-lite: #f4f7e8;
  --color-sub-pale: #f7f9ef;
  --color-logo-or: #ef8a52;
  --color-logo-or-soft: #f9cbb4;
  --color-logo-or-pale: #fcebe2;
  --color-logo-ye: #f2c12f;
  --color-logo-ye-soft: #fae9b3;
  --color-logo-ye-pale: #fef8e8;
  --color-logo-bl: #83cac7;
  --color-logo-bl-pale: #eff8f7;
  --color-attention: #ef3822;
  --color-highlight: #fae9b3;
  --color-shadow: rgb(0 0 0/0.16);
  --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-size: 2.6666666667vw;
}

body {
  font-family: "Sawarabi Mincho", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", serif;
  font-weight: var(--font-weight, normal);
  word-wrap: break-word;
  color: var(--color-base-txt);
  background-color: var(--color-base-bg);
}
body.spnav_modal {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  font-size: var(--sp-font-size, 1.5rem);
  line-height: var(--sp-l-height, 1.5);
}

@media screen and (min-width: 48em), print {
  :where(*) {
    letter-spacing: var(--letter-spacing, normal);
  }
  :where(*):before, :where(*)::after {
    letter-spacing: normal;
  }
  html {
    scroll-padding-top: var(--pc-header-height, 0);
    font-size: 62.5%;
  }
  body {
    min-width: 1240px;
  }
  a, button {
    transition: 0.3s;
  }
  a:before, a::after, button:before, button::after {
    transition: 0.3s;
  }
  main {
    font-size: var(--pc-font-size, 1.6rem);
    line-height: var(--pc-l-height, 1.5);
  }
}
#global_header .header_wrap {
  height: 7rem;
  padding: 1rem 1.5rem;
}
#global_header .header_wrap .logo {
  width: calc(100% - 7rem);
}
#global_header .header_wrap .logo a {
  display: block;
}
#global_header .header_wrap .phone {
  display: none;
}

@media screen and (min-width: 48em), print {
  #global_header .header_wrap {
    display: grid;
    grid-template-columns: 394px auto;
    justify-content: space-between;
    align-content: space-between;
    gap: 8px;
    width: clamp(1200px, 95%, 1900px);
    height: 100px;
    margin-inline: auto;
    padding: 12px 0;
  }
  #global_header .header_wrap .logo {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 394px;
  }
  #global_header .header_wrap .phone {
    grid-column: 2/3;
    grid-row: 1/2;
    display: block;
    margin-top: 5px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
    color: var(--color-main);
  }
  #global_header .header_wrap #global_nav {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#global_nav .js-menu_box {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .js-sp_modal {
    position: fixed;
    inset: 0 0 auto;
    z-index: 2;
  }
  .js-sp_modal::before {
    position: fixed;
    inset: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
  }
  .js-sp_modal.is_overlay::before {
    z-index: 0;
    background: rgb(var(--color-main-pale-rgb)/0.9);
    backdrop-filter: blur(0.2rem);
    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;
    width: fit-content;
  }
  .js-pc_sticky.is_sticky {
    position: fixed;
    inset: 0 0 auto;
    z-index: 5;
    width: 100%;
  }
}
@media print {
  .js-pc_sticky.is_sticky {
    position: static !important;
  }
}
#global_nav a, #global_nav button {
  letter-spacing: 0.05em;
}
#global_nav .gnav {
  margin-inline: 0;
}
#global_nav .sub_btn {
  width: 100%;
}
#global_nav .sub_btn::after {
  font-family: "fontello";
  font-weight: normal;
  content: '\e80b';
}
#global_nav .sub_btn.is_open::after {
  content: "\e811";
}
#global_nav .sub_box {
  color: var(--color-white);
  background-color: var(--color-main);
}
#global_nav .subnav {
  display: flex;
  flex-wrap: wrap;
  margin-inline: 0;
}
#global_nav .subnav a {
  display: inline-block;
}
#global_nav .subnav a::before {
  display: inline-block;
  width: 0.55em;
  height: 0.5em;
  margin-right: 0.25em;
  vertical-align: text-top;
  border-bottom: 1px solid currentColor;
  content: "";
}

@media screen and (max-width: 47.99em) {
  #global_nav {
    width: 100%;
    font-size: 1.6rem;
  }
  #global_nav #sp_btn {
    position: fixed;
    top: 1rem;
    right: 1.2rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    color: var(--color-main);
    background: var(--color-main-pale);
  }
  #global_nav #sp_btn::before {
    display: block;
    font-family: "fontello";
    font-weight: normal;
    content: '\e813';
    font-size: 2.6rem;
    transition: 0.3s;
  }
  #global_nav #sp_btn::after {
    font-family: "Jost", sans-serif;
    font-size: 1.1rem;
    content: "MENU";
  }
  #global_nav #sp_btn.close::before {
    content: "\e809";
    transform: scale(-1, 1);
  }
  #global_nav #sp_btn.close::after {
    content: "CLOSE";
  }
  #global_nav #sp_btn span {
    display: none;
  }
  #global_nav .gnav {
    position: absolute;
    top: 7rem;
    left: 3vw;
    overflow-y: auto;
    width: 94vw;
    max-height: 80dvh;
    padding: 1.8rem 1.6rem;
    color: var(--color-base-txt);
    background: var(--color-base-bg);
    border-radius: 1.5rem;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
  }
  #global_nav .gnav .sub_box {
    margin-bottom: 0.5rem;
    border-radius: 0.6rem;
  }
  #global_nav .gnav .sub_box .subnav {
    gap: 0.8rem 0;
    padding: 1.4rem 2rem;
    font-size: 1.5rem;
  }
  #global_nav .gnav .sub_box .subnav li {
    min-width: 50%;
  }
  #global_nav .gnav .sub_box .subnav li i {
    font-size: 84%;
  }
}
@media screen and (min-width: 48em), print {
  #global_nav {
    font-size: 1.8rem;
  }
  #global_nav #sp_btn {
    display: none;
  }
  #global_nav .gnav {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  #global_nav .gnav > li > a, #global_nav .gnav > li button {
    position: relative;
    display: block;
    padding-block: 2px;
  }
  #global_nav .gnav > li > a::before, #global_nav .gnav > li button::before {
    position: absolute;
    inset: auto 0 -2px;
    display: block;
    height: 1px;
    background-color: var(--color-sub);
    content: "";
    transform: scale(0, 1);
  }
  #global_nav .gnav > li > a:hover::before, #global_nav .gnav > li > a:focus::before, #global_nav .gnav > li > a.is_current::before, #global_nav .gnav > li button:hover::before, #global_nav .gnav > li button:focus::before, #global_nav .gnav > li button.is_current::before {
    transform: scale(1, 1);
  }
  #global_nav .gnav > li.sub {
    position: relative;
  }
  #global_nav .gnav > li.sub .sub_btn::after {
    display: inline-block;
    margin-left: 4px;
    font-size: 1.2rem;
    vertical-align: 0.1em;
  }
  #global_nav .gnav > li.sub .sub_box {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 1;
    width: 400px;
    transform: translateX(-50%);
  }
  #global_nav .gnav > li.sub .sub_box .subnav {
    gap: 20px 22px;
    padding: 20px;
  }
  #global_nav .gnav > li.sub .sub_box .subnav li a:hover, #global_nav .gnav > li.sub .sub_box .subnav li a:focus {
    filter: opacity(0.7);
  }
  #global_nav.js-pc_sticky {
    padding-block: 0;
    background-color: rgb(var(--color-base-bg-rgb)/0);
    transition: padding 0s, background 0s;
  }
  #global_nav.js-pc_sticky.is_sticky {
    padding-block: 12px;
    background-color: rgb(var(--color-base-bg-rgb)/0.95);
    transition: padding 0.5s, background 1s;
  }
}
.overview {
  padding-top: 3.5rem;
  font-size: 1.5rem;
  background-color: var(--color-main-pale);
}
.overview .logo {
  width: 80%;
  margin-inline: auto;
  margin: 0 auto 2rem;
}
.overview .col {
  padding: 0 1.5rem 3.5rem;
}
.overview .outline {
  display: grid;
  grid-template-columns: 33% auto;
  text-shadow: 0 0 1rem var(--color-white);
}
.overview .outline dt {
  padding-block: 1rem;
  padding-left: 2.4rem;
  letter-spacing: 0.05em;
  color: var(--color-main-dark);
  border-bottom: 1px solid var(--color-main-lite);
}
.overview .outline dd {
  padding-block: 1rem;
  word-spacing: 0.5em;
  border-bottom: 1px solid var(--color-main-lite);
}
.overview .timetable {
  margin-top: 2rem;
}
.overview .gmap {
  width: 100%;
  height: 40rem;
  border: 1px solid var(--color-main-lite);
}
.overview .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding-top: 80px;
    padding-bottom: 100px;
    font-size: 1.8rem;
  }
  .overview .logo {
    width: 506px;
    margin: 0 auto 60px;
  }
  .overview .wrap {
    display: grid;
    grid-template-columns: 570px 570px;
    justify-content: space-between;
  }
  .overview .wrap .col {
    padding: 0;
  }
  .overview .wrap .col .outline {
    grid-template-columns: 140px auto;
    border-top: 1px solid var(--color-main-lite);
  }
  .overview .wrap .col .outline dt {
    padding-block: 20px;
    padding-left: 0;
  }
  .overview .wrap .col .outline dd {
    padding-block: 20px;
  }
  .overview .wrap .col .timetable {
    margin-top: 40px;
  }
  .overview .wrap .gmap {
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
#global_footer {
  line-height: 1;
  text-align: center;
}
#global_footer .footer_wrap {
  display: none;
}
#global_footer .copyright {
  display: block;
  padding: 2rem 0 5.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: var(--color-main-dark);
}

@media screen and (min-width: 48em), print {
  #global_footer {
    font-size: 1.8rem;
  }
  #global_footer .footer_wrap {
    display: block;
    width: 1300px;
    margin-inline: auto;
    padding: 60px 120px;
  }
  #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;
    border-right: 1px solid currentColor;
    margin-bottom: 1rem;
  }
  #global_footer .footer_wrap ul li:last-child {
    border-right: none;
  }
  #global_footer .footer_wrap ul li.line_none {
    border-right: none;
  }
  #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 {
    margin-top: 18px;
    padding: 0 6rem;
  }
  #global_footer .copyright {
    padding: 0 0 40px;
    font-size: 1.8rem;
  }
}
.js-footfit #sp_footer {
  position: fixed;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  transition: width 0.5s;
}
@media screen and (min-width: 48em), print {
  .js-footfit #sp_footer {
    display: none;
  }
}
.js-footfit #pageup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -5.5rem;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
@media screen and (min-width: 48em), print {
  .js-footfit #pageup {
    right: 30px;
  }
}
.js-footfit.is_active #sp_footer {
  width: calc(100% - 4rem);
}
body.spnav_modal .js-footfit.is_active #sp_footer {
  width: 100%;
  z-index: 2;
}
.js-footfit.is_active #pageup {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

#sp_footer {
  height: 4.3rem;
  line-height: 4.2rem;
  text-align: center;
  color: var(--color-main);
  background: var(--color-main-pale);
  box-shadow: 0 -1px 0 0 var(--color-main-lite);
}
#sp_footer a {
  display: block;
  font-size: 2.4rem;
}

#pageup {
  display: block;
  width: 4rem;
  height: 4.2rem;
  margin: 0.2rem 0.2rem 0;
  padding: 0 0 0.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  box-shadow: 0 0 0 0.2rem var(--color-main);
}
#pageup::before {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e811';
  font-size: 1.6rem;
}
@media screen and (min-width: 48em), print {
  #pageup {
    width: 66px;
    height: 68px;
    margin: 2px 2px 0;
    padding: 0 0 6px;
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
  }
  #pageup::before {
    margin-bottom: 6px;
    font-size: 2.2rem;
  }
  #pageup:hover {
    background: var(--color-main-soft);
  }
}
@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;
}

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

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

@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: 20px;
    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: 20px;
    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;
  }
}
:where(section):has(> .img_r, > .img_l) {
  display: flow-root;
}
:where(section):has(> .img_r, > .img_l) > section:first-of-type {
  clear: both;
}
:where(section) > :last-child {
  margin-bottom: 0;
}

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

article > .l-intro {
  margin-bottom: 4rem;
}
article > .l-intro ~ :where(section) {
  margin-top: 4rem;
}
article > .l-intro ~ :where(section) :where(section) {
  margin-top: 3rem;
}
article > .l-intro ~ :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
article > :where(section) ~ :where(section) {
  margin-top: 5rem;
}
article > :where(section) :where(section) {
  margin-top: 4rem;
}
article > :where(section) :where(section) :where(section) {
  margin-top: 3rem;
}
article > :where(section) :where(section) :where(section) :where(section) {
  margin-top: 2rem;
}
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 > .l-intro {
    margin-bottom: 60px;
  }
  article > .l-intro ~ :where(section) {
    margin-top: 60px;
  }
  article > .l-intro ~ :where(section) :where(section) {
    margin-top: 40px;
  }
  article > .l-intro ~ :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
  article > :where(section) ~ :where(section) {
    margin-top: 80px;
  }
  article > :where(section) :where(section) {
    margin-top: 60px;
  }
  article > :where(section) :where(section) :where(section) {
    margin-top: 40px;
  }
  article > :where(section) :where(section) :where(section) :where(section) {
    margin-top: 30px;
  }
}
.tit_01 {
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.tit_02 {
  margin: 0 0 3rem;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
.tit_02::before {
  display: block;
  width: 2em;
  height: 1px;
  margin: 0 auto 1.2rem;
  background: linear-gradient(90deg, var(--color-main) calc(50% - 1px), transparent calc(50% - 1px), transparent calc(50% + 1px), var(--color-sub) calc(50% + 1px));
  content: "";
}
.tit_02[data-en]::after {
  display: block;
  margin-top: 0.2rem;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-main-dark);
  content: attr(data-en);
}

.tit_03 {
  margin: 0 0 1.5rem;
  padding-bottom: 0.6rem;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
  border-bottom: 2px solid var(--color-main);
}

.tit_04 {
  margin: 0 0 1rem;
  padding-left: 1.3rem;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-main-dark);
}
.tit_04::before {
  display: inline-block;
  margin-left: -1.5rem;
  margin-right: 0.4rem;
  font-size: 1.1rem;
  vertical-align: 0.2em;
  color: var(--color-sub);
  content: "●";
}

.tit_05 {
  margin: 0 0 0.8rem;
  padding: 0.6rem 0.8rem 0.3rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: var(--color-sub-lite);
  border-left: 2px solid var(--color-sub);
}

.tit_06 {
  margin: 0 0 0.6rem;
  padding-left: 1.4rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3;
}
.tit_06::before {
  display: inline-block;
  margin-left: -1.4rem;
  margin-right: 0.4rem;
  font-size: 1rem;
  vertical-align: 0.1em;
  color: var(--color-main);
  content: "■";
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.2rem;
  }
  .tit_02 {
    margin: 0 0 60px;
    font-size: 4rem;
  }
  .tit_02::before {
    width: 2.2em;
    height: 2px;
    margin: 0 auto 20px;
  }
  .tit_02[data-en]::after {
    font-size: 2.2rem;
  }
  .tit_03 {
    margin: 0 0 18px;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
  }
  .tit_04 {
    margin: 0 0 15px;
    padding-left: 26px;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
  }
  .tit_04::before {
    margin-left: -26px;
    margin-right: 8px;
    font-size: 1.8rem;
  }
  .tit_05 {
    margin: 0 0 15px;
    padding: 13px 13px 9px 13px;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
  }
  .tit_06 {
    margin: 0 0 8px;
    padding-left: 18px;
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
  .tit_06::before {
    margin-left: -18px;
    margin-right: 0.4rem;
    font-size: 1.4rem;
  }
}
:where(.contents) :where(ul, ol, dl) {
  line-height: 1.5;
}

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

.lst_ul {
  margin-bottom: 1em;
}
.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.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;
}
.lst_ol > li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.lst_ol > li ~ li {
  margin-top: 0.5em;
}
.lst_ol > li.none {
  margin-left: 0;
  list-style-type: none;
}

.dl_2cols {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em 0.8em;
  margin-bottom: 1em;
}

.box_bg02, .box_bg01 {
  margin-bottom: 1em;
  padding: 1.8rem 1.5rem;
  border-radius: 0.8rem;
}
.box_bg02 > :last-child, .box_bg01 > :last-child {
  margin-bottom: 0;
}
.lst_ul.box_bg02, .lst_ul.box_bg01, .lst_ol.box_bg02, .lst_ol.box_bg01 {
  padding: 1.2rem 1.5rem;
}
@media screen and (min-width: 48em), print {
  .box_bg02, .box_bg01 {
    padding: 30px;
    border-radius: 10px;
  }
  .lst_ul.box_bg02, .lst_ul.box_bg01, .lst_ol.box_bg02, .lst_ol.box_bg01 {
    padding: 20px 30px;
  }
}

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

.box_bg02 {
  background: var(--color-sub-pale);
}
.box_bg02 .lst_ul > li::before, .box_bg02.lst_ul > li::before {
  color: var(--color-sub);
}

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

.lnk_def {
  color: inherit;
}

.btn_detail, .btn_back {
  display: inline-block;
  padding: 0.85em 1.2em 0.75em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-white);
  background-color: var(--color-sub);
  border-radius: 0.8rem;
  outline: 1px solid currentColor;
  outline-offset: -0.2rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail, .btn_back {
    padding: 1.05em 2em 0.95em;
    border-radius: 10px;
    outline-offset: -3px;
  }
  .btn_detail:hover, .btn_detail:focus, .btn_back:hover, .btn_back:focus {
    color: var(--color-sub);
    background-color: var(--color-white);
  }
}

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 {
  font-family: "Jost", sans-serif;
  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;
  margin-right: 0.1em;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80a';
  letter-spacing: 0;
  transform: scale(0.77);
}

.phone {
  letter-spacing: 0.05em;
}
.phone:has(> a)::before {
  display: none;
}
.phone:has(> a) a {
  display: inline-block;
}
.timetable_tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
  border-bottom: 1px solid var(--color-main-lite);
}
.timetable_tbl thead th {
  padding: 1.2rem 0;
  font-weight: normal;
  color: var(--color-white);
  background-color: var(--color-main);
}
.timetable_tbl thead th:first-child {
  width: 33%;
  letter-spacing: 0.05em;
  border-top-left-radius: 0.55em;
}
.timetable_tbl thead th:last-child {
  width: 12%;
  padding-right: 2%;
  letter-spacing: -0.1em;
  border-top-right-radius: 0.55em;
}
.timetable_tbl tbody {
  background-color: var(--color-white);
}
.timetable_tbl tbody tr > * {
  padding: 1rem 0;
  font-weight: normal;
  font-size: 110%;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
}
.timetable_tbl tbody tr:first-of-type > * {
  padding-top: 1.8rem;
}
.timetable_tbl tbody tr:last-of-type > * {
  padding-bottom: 1.8rem;
}
.timetable_tbl tbody td {
  color: var(--color-main-dark);
}
.timetable_tbl tbody td:last-child {
  padding-right: 2%;
}
.timetable_note {
  padding-top: 1rem;
}
.timetable_note .days {
  display: grid;
  grid-template-columns: 6em auto;
  gap: 0.8rem 1rem;
  align-items: center;
  line-height: 1.5;
}
.timetable_note .days dt {
  text-align: center;
  color: var(--color-main-dark);
  border: 1px solid currentColor;
  border-radius: 0.28em;
}
.timetable_note .reception {
  margin: 0.8rem 0 0;
}

@media screen and (min-width: 48em), print {
  .timetable_tbl {
    border-bottom-width: 2px;
  }
  .timetable_tbl thead th {
    padding: 0.9em 0;
    font-size: 110%;
  }
  .timetable_tbl thead th:first-child {
    width: 30%;
  }
  .timetable_tbl tbody tr > * {
    padding: 0.68em 0;
    font-size: 122%;
  }
  .timetable_tbl tbody tr:first-of-type > * {
    padding-top: 1.14em;
  }
  .timetable_tbl tbody tr:last-of-type > * {
    padding-bottom: 1.14em;
  }
  .timetable_note {
    padding-top: 0.8em;
  }
  .timetable_note .days {
    gap: 0.55em;
  }
  .timetable_note .reception {
    margin-top: 0.55em;
  }
}
.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;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_img {
  opacity: 0;
}
.hero_img.is-initialized {
  animation: fadeIn 4s forwards;
}

.hero {
  --height-hero: 36.0rem;
  position: relative;
  background-image: linear-gradient(transparent, var(--color-main-pale));
  background-repeat: no-repeat;
  background-position: 0 20rem;
}
.hero_img {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: var(--height-hero);
}
.hero_wrap {
  inset: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: var(--height-hero);
  padding: 2rem;
}
.hero_wrap .ann {
  --color-sub-dark: #6b8d00;
  width: 10.5rem;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  padding-top: 1.8rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.1;
  color: var(--color-white);
  background-color: var(--color-sub-dark);
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  outline-color: var(--color-sub-soft);
  outline-offset: -3px;
}
.hero_wrap .ann b {
  font-weight: normal;
  font-size: 1.8rem;
}
.hero_wrap .ann i {
  font-size: 1.2rem;
}
.hero_wrap .ann em {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: normal;
  font-size: 1.9rem;
}
.hero_wrap .catch {
  margin-bottom: 0;
  font-size: 2.1rem;
  line-height: 2;
}
.hero_wrap .catch mark {
  padding: 0.5rem 0.8rem;
  color: var(--color-main-dark);
  background: rgb(var(--color-white-rgb)/0.9);
  box-decoration-break: clone;
  border-radius: 0.3rem;
}
.hero_wrap .catch mark em {
  font-weight: normal;
  color: var(--color-sub);
}
.hero .wrap {
  padding: 4rem 5%;
}
.hero .wrap .timetable {
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
.hero .wrap .gmap {
  width: 100%;
  height: 40rem;
  overflow: clip;
  border-radius: 0.8rem;
  border: 1px solid var(--color-main-lite);
}
.hero .wrap .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 48em), print {
  .hero {
    --height-hero: 800px;
    background-position: 0 400px;
  }
  .hero_img {
    width: clamp(1200px, 95%, 1900px);
    margin-inline: auto;
    border-radius: 10px;
    overflow: clip;
  }
  .hero_wrap {
    width: 1200px;
    margin-inline: auto;
    padding: 100px 0;
  }
  .hero_wrap .ann {
    width: 212px;
    margin-bottom: 33px;
    padding-top: 34px;
    font-size: 2.8rem;
    outline-offset: -5px;
  }
  .hero_wrap .ann b {
    font-size: 3.8rem;
  }
  .hero_wrap .ann i {
    font-size: 2.2rem;
  }
  .hero_wrap .ann em {
    margin-top: 8px;
    font-size: 3.6rem;
  }
  .hero_wrap .catch {
    font-size: 4.8rem;
    letter-spacing: 0.1em;
  }
  .hero_wrap .catch mark {
    padding: 14px 20px;
    line-height: 1.8;
    border-radius: 10px;
  }
  .hero .wrap {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
  }
  .hero .wrap .timetable {
    width: 570px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .hero .wrap .gmap {
    width: 570px;
    height: auto;
    min-height: 350px;
    border-radius: 10px;
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
.news details::details-content {
  height: 0;
  opacity: 0;
  overflow: clip;
  transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
}
.news details[open]::details-content {
  height: auto;
  opacity: 1;
}
.news details[open] .accordion-header::before {
  transform: rotate(180deg);
}
.news details summary {
  display: block;
  list-style-type: none;
}
.news details summary::marker {
  content: "";
}
.news details summary::-webkit-details-marker {
  display: none;
}

.news {
  margin-block: 5rem;
  padding-inline: 5%;
}
.news .accordion-container {
  border-bottom: 1px solid var(--color-main-lite);
}
.news .accordion-container .accordion-item {
  border-top: 1px solid var(--color-main-lite);
  padding-block: 1.6rem;
}
.news .accordion-container .accordion-item .accordion-header {
  font-size: 1.6rem;
  color: var(--color-main-dark);
}
.news .accordion-container .accordion-item .accordion-header::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "fontello";
  font-weight: normal;
  content: '\e80d';
  line-height: 1;
  vertical-align: top;
}
.news .accordion-container .accordion-item .accordion-header .accordion-title {
  letter-spacing: 0.05em;
}
.news .accordion-container .accordion-item .accordion-content {
  padding-top: 1rem;
  line-height: 1.5;
}
.news .accordion-container .accordion-item .accordion-content .content-inner > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .news {
    width: 1000px;
    margin: 100px auto;
    padding-inline: 0;
  }
  .news .accordion-container .accordion-item {
    padding-block: 29px;
  }
  .news .accordion-container .accordion-item .accordion-header {
    padding-left: 40px;
    font-size: 2.4rem;
  }
  .news .accordion-container .accordion-item .accordion-header::before {
    margin-left: -40px;
    margin-right: 16px;
  }
  .news .accordion-container .accordion-item .accordion-content {
    padding-top: 15px;
    padding-left: 40px;
  }
}
.treatment {
  padding-block: 5rem;
  padding-inline: 5%;
  background-image: url(../img/bg_wood.webp);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 50% auto;
}
.treatment .lst {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem 1.4rem;
  margin-inline: 0;
}
.treatment .lst li {
  text-align: center;
}
.treatment .lst li a {
  font-size: 1.7rem;
  line-height: 1.4;
  color: var(--color-main-dark);
}
.treatment .lst li a::before {
  display: block;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 0.8rem;
  color: var(--color-white);
  background-color: var(--color-sub);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  border-radius: 50%;
  outline-width: 1px;
  outline-style: solid;
  outline-color: currentColor;
  outline-offset: -5px;
  content: "";
}
.treatment .lst li .a_depsion::before {
  background-image: url(../img/index_treatment_depsion.svg);
}
.treatment .lst li .a_depsive::before {
  background-image: url(../img/index_treatment_depsive.svg);
}
.treatment .lst li .a_ad::before {
  background-image: url(../img/index_treatment_ad.svg);
}
.treatment .lst li .a_insomnia::before {
  background-image: url(../img/index_treatment_insomnia.svg);
}
.treatment .lst li .a_panic::before {
  background-image: url(../img/index_treatment_panic.svg);
}
.treatment .lst li .a_sad::before {
  background-image: url(../img/index_treatment_sad.svg);
}
.treatment .lst li .a_obsessive::before {
  background-image: url(../img/index_treatment_obsessive.svg);
}
.treatment .lst li .a_consult::before {
  background-image: url(../img/index_treatment_consult.svg);
}
.treatment .lst li .a_irritable_bowel::before {
  background-image: url(../img/index_treatment_irritable_bowel.svg);
}
.treatment .lst li .a_a_rls::before {
  background-image: url(../img/index_treatment_a_rls.svg);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(var(--color-sub-bright-rgb)/100%);
  }
  70% {
    box-shadow: 0 0 0 15px rgb(var(--color-sub-bright-rgb)/0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(var(--color-sub-bright-rgb)/0%);
  }
}
@media screen and (min-width: 48em), print {
  .treatment {
    padding-block: 100px;
    padding-inline: 0;
    background-size: auto;
  }
  .treatment .lst {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
  }
  .treatment .lst li a {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    text-decoration: underline 1px transparent;
  }
  .treatment .lst li a::before {
    width: 200px;
    margin: 0 auto 28px;
  }
  .treatment .lst li a:hover, .treatment .lst li a:focus {
    text-decoration-color: currentColor;
  }
  .treatment .lst li a:hover::before, .treatment .lst li a:focus::before {
    background-color: var(--color-sub-dark);
    animation: ripple 1.5s;
    transform: scale(0.95);
  }
}
.feature {
  margin-block: 5rem;
  padding-inline: 5%;
}
.feature .lst {
  counter-reset: fNum 0;
}
.feature .lst .box {
  counter-increment: fNum 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feature .lst .box ~ .box {
  margin-top: 3rem;
}
.feature .lst .box_tit {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1em;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.4;
  color: var(--color-main-dark);
}
.feature .lst .box_tit::before {
  display: inline-block;
  margin-left: -1em;
  color: var(--color-sub);
  transform: scale(0.6) translateX(-0.3em);
  content: "●";
}
.feature .lst .box_tit::after {
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
  width: 1.458em;
  aspect-ratio: 1/1;
  padding-top: 0.35em;
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  text-align: right;
  text-shadow: rgb(var(--color-white-rgb)/0.8) 2px 0px 2px, rgb(var(--color-white-rgb)/0.8) 1.75517px 0.958851px 2px, rgb(var(--color-white-rgb)/0.8) 1.0806px 1.68294px 2px, rgb(var(--color-white-rgb)/0.8) 0.141474px 1.99499px 2px, rgb(var(--color-white-rgb)/0.8) -0.832294px 1.81859px 2px, rgb(var(--color-white-rgb)/0.8) -1.60229px 1.19694px 2px, rgb(var(--color-white-rgb)/0.8) -1.97998px 0.28224px 2px, rgb(var(--color-white-rgb)/0.8) -1.87291px -0.701566px 2px, rgb(var(--color-white-rgb)/0.8) -1.30729px -1.5136px 2px, rgb(var(--color-white-rgb)/0.8) -0.421592px -1.95506px 2px, rgb(var(--color-white-rgb)/0.8) 0.567324px -1.91785px 2px, rgb(var(--color-white-rgb)/0.8) 1.41734px -1.41108px 2px, rgb(var(--color-white-rgb)/0.8) 1.92034px -0.558831px 2px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: counter(fNum, decimal-leading-zero);
}
.feature .lst .box_txt {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.feature .lst .box_img {
  order: -1;
  margin-bottom: 1.5rem;
}
.feature .lst .box_img img {
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 0 0 var(--color-base-bg), 0.5rem 0.5rem 0 1px var(--color-main-lite);
}
.feature .lst .box:nth-of-type(odd) .box_tit::after {
  color: var(--color-logo-or);
  background-image: url(../img/index_feature_num01.svg);
}
.feature .lst .box:nth-of-type(even) .box_tit::after {
  color: var(--color-logo-ye);
  background-image: url(../img/index_feature_num02.svg);
}

@media screen and (min-width: 48em), print {
  .feature {
    margin-block: 100px;
    padding-inline: 0;
  }
  .feature .lst {
    width: 1200px;
    margin-inline: auto;
  }
  .feature .lst .box {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0 60px;
    min-height: 330px;
  }
  .feature .lst .box ~ .box {
    margin-top: 80px;
  }
  .feature .lst .box_tit {
    position: relative;
    margin: 95px 0 15px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
  .feature .lst .box_tit::after {
    top: -95px;
    left: 0;
    width: 72px;
    padding-top: 0.25em;
    font-size: 4.8rem;
    background-size: 62px auto;
  }
  .feature .lst .box_txt {
    margin-left: 0;
    font-size: 2rem;
    line-height: 2;
  }
  .feature .lst .box_img {
    order: unset;
    grid-row: 1/3;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .feature .lst .box_img img {
    border-radius: 10px;
    box-shadow: 10px 10px 0 0 var(--color-white), 10px 10px 0 1px var(--color-main-lite);
  }
  .feature .lst .box:nth-of-type(odd) {
    grid-template-columns: 580px auto;
  }
  .feature .lst .box:nth-of-type(odd) .box_img {
    grid-column: 1/2;
  }
  .feature .lst .box:nth-of-type(even) {
    grid-template-columns: auto 580px;
  }
  .feature .lst .box:nth-of-type(even) .box_img {
    grid-column: 2/3;
  }
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
  color: var(--color-main);
  background-image: url(../img/bg_wood.webp);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 50% auto;
}
.heading h1 {
  font-weight: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 48em), print {
  .heading {
    min-height: 200px;
    padding: 0 calc(50% - 600px);
    background-size: auto;
  }
  .heading h1 {
    font-size: 4rem;
  }
}

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

.breadcrumbs {
  padding: 1rem 5%;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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);
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  .breadcrumbs {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .breadcrumbs ol {
    width: 1200px;
    margin-inline: auto;
  }
  .breadcrumbs ol a:hover {
    text-decoration: none;
  }
}

body#page_doctor .doctor_greeting {
  padding-inline: 0.8rem;
}
body#page_doctor .doctor_greeting .img_r {
  max-width: 100%;
}
body#page_doctor .doctor_greeting .signature {
  word-spacing: 0.5em;
  text-align: right;
}
body#page_doctor .doctor_greeting .signature span {
  font-size: 125%;
}
body#page_doctor .doctor_profile {
  margin-top: 3rem;
  padding: 1.8rem 2rem;
  background: linear-gradient(rgb(var(--color-main-pale-rgb)/1) 15%, rgb(var(--color-main-pale-rgb)/0));
  border-radius: 0.7rem;
}
body#page_doctor .doctor_profile > section:not(:first-of-type) {
  margin-top: 2.5rem;
}
body#page_doctor .doctor_profile > section p, body#page_doctor .doctor_profile > section dl, body#page_doctor .doctor_profile > section ul {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  body#page_doctor .doctor_greeting {
    display: flow-root;
    padding-inline: 0;
  }
  body#page_doctor .doctor_greeting .img_r {
    max-width: 440px;
  }
  body#page_doctor .doctor_greeting .signature {
    line-height: 1;
  }
  body#page_doctor .doctor_profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
    margin-top: 60px;
    padding: 40px 30px 30px;
    border-radius: 10px;
  }
  body#page_doctor .doctor_profile > section {
    flex-grow: 1;
    min-width: 180px;
  }
  body#page_doctor .doctor_profile > section:not(:first-of-type) {
    margin-top: 0;
  }
  body#page_doctor .doctor_profile > section .tit_03 {
    font-size: 2.6rem;
  }
  body#page_doctor .doctor_profile > section p, body#page_doctor .doctor_profile > section dl, body#page_doctor .doctor_profile > section ul {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

body#page_clinic .splide__arrow {
  background: var(--color-white);
  border-radius: 0;
}
body#page_clinic .splide__arrow svg {
  transition: 0.3s;
  fill: var(--color-main);
}
body#page_clinic .splide__arrow--prev {
  left: -1rem;
}
body#page_clinic .splide__arrow--next {
  right: -1rem;
}
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.6rem;
  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 .splide {
    width: 750px;
    margin-inline: auto;
  }
  body#page_clinic .splide.panels .splide__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
  }
  body#page_clinic .splide.panels .splide__arrow:hover svg {
    fill: 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;
  }
}

body#page_access .access_info {
  display: grid;
  grid-template-columns: 32% auto;
  border-top: 1px solid var(--color-main-lite);
  border-bottom: 1px solid var(--color-main-lite);
}
body#page_access .access_info > * {
  padding: 1.2rem 1rem;
}
body#page_access .access_info > *:not(:first-of-type) {
  border-top: 1px dotted var(--color-main-lite);
}
body#page_access .access_info dt {
  font-size: 90%;
  color: var(--color-main-dark);
  background-color: var(--color-main-pale);
}
body#page_access .access_info dd {
  word-spacing: 0.5em;
}
body#page_access .gmap {
  width: 100%;
  height: 40rem;
}
body#page_access .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 48em), print {
  body#page_access .timetable {
    font-size: 2rem;
  }
  body#page_access .access_info {
    grid-template-columns: 25% auto;
    font-size: 2rem;
    border-bottom-width: 2px;
  }
  body#page_access .access_info > * {
    padding: 16px 30px;
  }
  body#page_access .access_info dt {
    font-size: 100%;
  }
  body#page_access .gmap {
    height: 500px;
  }
}

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