@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

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

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) { outline: none; }

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden { position: absolute; white-space: nowrap; width: 1px; height: 1px; overflow: hidden; border: 0; padding: 0; clip: rect(0 0 0 0); clip-path: inset(50%); margin: -1px; }

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list { list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E"); padding-left: 0; }

/* Box sizing rules */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] { list-style: none; }

/* Set core root defaults */
html:focus-within { scroll-behavior: smooth; }

/* Set core body defaults */
body { min-height: 100vh; text-rendering: optimizeSpeed; line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img, picture { max-width: 100%; display: block; }

/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
html { -webkit-text-size-adjust: 100%; }

body { word-wrap: break-word; }

button { cursor: pointer; appearance: none; border: 0; border-radius: 0; color: inherit; background: none; margin: 0; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 1.0em 0; }

img { height: auto; border: none; object-fit: contain; }

iframe { width: 100%; height: 100%; border: none; }

:root { --clr_txt: #333; --main1: #F2919E; --sub1: #ED7848; --sub2:#F9BE00; --sub3:#AACC03; --sub4:#54C2F0; --sub5:#CCC; --sub6:#68594C; --sub7:#FBDFE3; --sub8:#FDEFF1; --sub9:#F7C0C7; --sub10:#B99B80; --sub11:#A2DAB4; --sub12:#66BE96; --sub13:#AFAFAF; --sub14:#DAF0E1; --sub15:#EAE2D5; --sub16:#ECF7F0; --bg1: #FDF5F7; --bg2:#F4FAF6; --bg3:#F9F5F0; --line1: #ccc; --line_table: #DCDCDC; --lcolor: #0F86AE; --lcolor_h: #FF6804; --notes:#D50000; --pcolor: #ff6; }

@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; margin: 1.0rem auto; }

img.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 3.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 3.0rem; }
  img.tate { max-width: 25% !important; } }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4rem !important; }

.mt30 { margin-top: 3rem !important; }

.mt20 { margin-top: 2rem !important; }

.mt10 { margin-top: 1rem !important; }

.main:where(section ~ section), .flex2:where(section ~ section) { margin-top: 4.0rem; }
.main > section, .flex2 > section { margin-top: 4.0rem; }
.main > section > section:where(section ~ section), .flex2 > section > section:where(section ~ section) { margin-top: 4.0rem; }
.main > section > section > section, .flex2 > section > section > section { margin-top: 3.0rem; }
.main > section > section > section:where(section ~ section), .flex2 > section > section > section:where(section ~ section) { margin-top: 3.0rem; }
.main > section > section > section > section, .flex2 > section > section > section > section { margin-top: 2.0rem; }
.main > section > section > section > section:where(section ~ section), .flex2 > section > section > section > section:where(section ~ section) { margin-top: 2.0rem; }
.main > section > section > section > section > section, .flex2 > section > section > section > section > section { margin-top: 2.0rem; }
.main > section > section > section > section > section:where(section ~ section), .flex2 > section > section > section > section > section:where(section ~ section) { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8rem !important; }
  .mt30 { margin-top: 6rem !important; }
  .mt20 { margin-top: 4rem !important; }
  .mt10 { margin-top: 2rem !important; }
  .main:where(section ~ section), .flex2:where(section ~ section) { margin-top: 10.0rem; }
  .main > section, .flex2 > section { margin-top: 10.0rem; }
  .main > section > section:where(section ~ section), .flex2 > section > section:where(section ~ section) { margin-top: 10.0rem; }
  .main > section > section > section, .flex2 > section > section > section { margin-top: 6.0rem; }
  .main > section > section > section:where(section ~ section), .flex2 > section > section > section:where(section ~ section) { margin-top: 6.0rem; }
  .main > section > section > section > section, .flex2 > section > section > section > section { margin-top: 4.0rem; }
  .main > section > section > section > section:where(section ~ section), .flex2 > section > section > section > section:where(section ~ section) { margin-top: 4.0rem; }
  .main > section > section > section > section > section, .flex2 > section > section > section > section > section { margin-top: 3.0rem; }
  .main > section > section > section > section > section:where(section ~ section), .flex2 > section > section > section > section > section:where(section ~ section) { margin-top: 3.0rem; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: .4rem; color: var(--clr_txt); }
.tbl_time caption span { padding: 0 1em; margin-right: 1em; border: 1px solid var(--sub5); border-radius: 0.5rem; }
.tbl_time caption b { color: var(--main1); }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; background: var(--main1); color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; border-top-left-radius: 1rem; }
.tbl_time tr th[scope="col"]:last-child { border-top-right-radius: 1rem; }
.tbl_time tr th[scope="row"] { font-weight: normal; border-bottom: 1px solid var(--sub5); text-align: center; background: #fff; }
.tbl_time tr td { text-align: center; padding: 1.4rem .4rem; border-bottom: 1px solid var(--sub5); line-height: 1.0; font-size: 80%; color: var(--main1); background: #fff; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { font-size: 100%; margin-top: 1.5rem; }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 2.0rem 0; } }
body:where(:not(.home)) .main table { width: 100%; background: #fff; border-collapse: collapse; }
body:where(:not(.home)) .main table:not(:first-child) { margin-top: 2rem; }
body:where(:not(.home)) .main table:not(:last-child) { margin-bottom: 2rem; }
body:where(:not(.home)) .main table caption { caption-side: bottom; text-align: left; margin-top: 0.5rem; font-size: 90%; }
body:where(:not(.home)) .main table:not(:last-child) { margin-bottom: 2rem; }
body:where(:not(.home)) .main table th, body:where(:not(.home)) .main table td { border: 1px solid var(--line_table); padding: 0 0.5rem; }
body:where(:not(.home)) .main table.price td:last-child { text-align: right; }
@media screen and (min-width: 48em), print { body:where(:not(.home)) .main table:not(:first-child) { margin-top: 4rem; }
  body:where(:not(.home)) .main table:not(:last-child) { margin-bottom: 4rem; }
  body:where(:not(.home)) .main table th, body:where(:not(.home)) .main table td { padding: 1rem 1.5rem; }
  body:where(:not(.home)) .main table.price { width: auto; min-width: 30rem; } }

.scroll-hint { width: 100%; table-layout: inherit; white-space: inherit; -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */ overflow-x: scroll; /* 横スクロール処理 */ white-space: nowrap; /* 自動改行させない */ }

@media screen and (min-width: 48em), print { .scroll-hint { overflow-x: auto; /* 横スクロール処理 */ white-space: inherit; /* 自動改行させない */ } }
.gmap { width: 100%; }

.tit_01 { display: flex; justify-content: center; align-items: center; min-height: 10.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; font-size: 2.2rem; line-height: 1.4; letter-spacing: 0.2em; text-indent: 0.2em; padding: 1.0rem; text-align: center; }

.tit_02 { width: fit-content; font-size: 2.0rem; line-height: 1.4; letter-spacing: 0.1em; text-indent: 0.1em; margin: 0 auto 2.0rem; }

.top_tit_02 { position: relative; text-align: center; color: var(--main1); font-size: 80%; font-weight: 500; width: fit-content; margin: 0 auto 2rem; letter-spacing: 0.1em; text-indent: 0.1em; }
.top_tit_02::before { content: ""; display: block; width: 4rem; aspect-ratio: 1 / 1; background: var(--sub7); border-radius: 50%; position: absolute; left: -1.5rem; top: -1rem; }
.top_tit_02 span { display: block; position: relative; z-index: 1; font-family: 'Quicksand', sans-serif; font-weight: 600; color: var(--sub6); font-size: 3rem; }

.tit_03 { font-size: 1.8rem; line-height: 1.4; margin: 0 0 2.0rem; }

.tit_04 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; }

.tit_05 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; }

.tit_06 { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { min-height: 20.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto; font-size: 3.2rem; }
  .tit_02 { font-size: 3rem; margin: 0 auto 4.0rem; }
  .top_tit_02 { font-size: 2rem; }
  .top_tit_02 span { font-size: 6.6rem; font-weight: 500; }
  .top_tit_02::before { width: 6.2rem; }
  .tit_03 { font-size: 2.8rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .tit_06 { font-size: 2rem; margin: 0 0 1.0rem; } }
body:where(:not(.home)) .main h2 { width: fit-content; font-size: 2.0rem; line-height: 1.4; letter-spacing: 0.1em; text-indent: 0.1em; margin: 0 auto 2.0rem; }
body:where(:not(.home)) .main h3 { font-size: 1.8rem; line-height: 1.4; margin: 0 0 2.0rem; }
body:where(:not(.home)) .main h4 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; }
body:where(:not(.home)) .main h5 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; }
body:where(:not(.home)) .main h6 { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1.0rem; }
@media screen and (min-width: 48em), print { body:where(:not(.home)) .main h2 { font-size: 3rem; margin: 0 auto 4.0rem; }
  body:where(:not(.home)) .main h3 { font-size: 2.8rem; margin: 0 0 3.0rem; }
  body:where(:not(.home)) .main h4 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  body:where(:not(.home)) .main h5 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  body:where(:not(.home)) .main h6 { font-size: 2rem; margin: 0 0 1.0rem; } }

.lst_ul { line-height: 1.4; margin: 1.0rem 0; }
.lst_ul > li { padding: 0 0 0 1.4em; position: relative; }
.lst_ul > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul > li::before { content: "●"; color: var(--main1); position: absolute; left: 0; }
.lst_ul.lst_ul_2 > li::before { color: var(--main1); }
.lst_ul.kome > li { padding-left: 1em; }
.lst_ul.kome > li::before { content: "※"; color: var(--clr_txt); }
.lst_ul.notes { color: var(--notes); }
.lst_ul.notes > li::before { color: var(--notes); }

.notes:where(:not(ul)) { color: var(--notes); }

.kome:where(:not(ul)) { padding-left: 1em; position: relative; }
.kome:where(:not(ul))::before { content: "※"; position: absolute; left: 0; }

.lst_ul_disc { margin: 0 0 0 2.0rem; }
.lst_ul_disc > li { list-style: disc; }
.lst_ul_disc > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ul_disc > li::marker { color: var(--main1); }

.lst_ol { line-height: 1.4; counter-reset: number 0; margin: 1.0rem 0; }
.lst_ol > li { counter-increment: number 1; padding: 0 0 0 1.8em; position: relative; }
.lst_ol > li:not(:last-child) { margin: 0 0 1.0rem; }
.lst_ol > li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; color: var(--main1); font-weight: bold; position: absolute; left: 0; }
.lst_ol.lst_ol_circle > li::before { content: counter(number); width: 1.3em; aspect-ratio: 1 / 1; line-height: 0; padding-bottom: 0.1rem; display: flex; justify-content: center; align-items: center; border: 1px solid; border-radius: 50%; font-size: 90%; top: 0.2em; }
@media screen and (min-width: 48em), print { .lst_ol.lst_ol_circle > li::before { width: 2rem; padding-bottom: 0.3rem; font-size: 90%; } }

.lst_dl01 dt { font-weight: bold; color: var(--main1); }
.lst_dl01 dd { margin: 0 0 1.0rem; }
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd { padding: 0 0.5rem; }

.lst_dl03 dt, .lst_dl03 dd { padding: 0.5rem 1rem; }
.lst_dl03 dt { background: var(--main1); color: #fff; }
.lst_dl03 dd { border: 1px solid var(--main1); }

@media screen and (min-width: 48em), print { .lst_ul.lst_ul_col2 { display: flex; flex-wrap: wrap; gap: 0 1rem; }
  .lst_ul.lst_ul_col2 > li { width: calc((100% - 1rem) / 2); }
  .lst_ul.lst_ul_col3 { display: flex; flex-wrap: wrap; gap: 0 1rem; }
  .lst_ul.lst_ul_col3 > li { width: calc((100% - 2rem) / 3); }
  .lst_dl01 { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { width: 80%; padding: 0 0 0 1.0rem; }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd { margin-bottom: 1rem; padding: 0 1rem; }
  .lst_dl01.lst_dl02 dt { width: 7em; text-align: center; }
  .lst_dl01.lst_dl02 dd { width: calc(100% - 7em); }
  .lst_dl03 { display: flex; flex-wrap: wrap; margin: auto; }
  .lst_dl03 dt, .lst_dl03 dd { padding: 1rem 1.5rem; }
  .lst_dl03 dt { width: 13em; text-align: center; }
  .lst_dl03 dt:not(:last-of-type) { border-bottom: 1px solid #fff; }
  .lst_dl03 dd { width: calc(100% - 13em); }
  .lst_dl03 dd:not(:first-of-type) { border-top: none; } }
.lst_dl_t dt { background: var(--main1); color: #fff; padding: 1rem; border: 1px solid var(--main1); }
.lst_dl_t dd { border: 1px solid var(--main1); padding: 1rem; margin-bottom: 0.5rem; }
@media screen and (min-width: 48em), print { .lst_dl_t.lst_dl_t_flex { display: flex; flex-wrap: wrap; }
  .lst_dl_t.lst_dl_t_flex dt { width: 10em; margin-bottom: 0.5rem; }
  .lst_dl_t.lst_dl_t_flex dd { width: calc(100% - 10em); } }

.lst_flex { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; gap: 1rem; margin-top: 1em; }
.lst_flex li { width: 100%; }
@media screen and (min-width: 48em), print { .lst_flex { gap: 1rem 3rem; }
  .lst_flex li { width: auto; } }

.tit_no { counter-reset: number 0; }
.tit_no section, .tit_no div { counter-increment: number 1; }
.tit_no section .no::before, .tit_no div .no::before { content: counter(number) "."; margin-right: 0.5em; }

.flex { display: flex; flex-wrap: wrap; gap: 1.0rem 2.0rem; }
.flex > li:not(:last-child) { margin: 0; }

.flex3 { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex { gap: 1.0rem 5.0rem; }
  .flex2 { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li, .flex2 > div { width: 48%; }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) { margin-top: 0 !important; }
  .flex3 { justify-content: flex-start; }
  .flex3 li { width: 31%; }
  .flex3 li:not(:nth-child(3n)) { margin: 0 2.0rem 0 0; } }
.js-tel { display: inline-flex; justify-content: center; align-items: center; text-align: center; gap: 0 .4rem; }
.js-tel a { display: inline-flex; align-items: center; height: 100%; }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 3.0rem; } }

.btn_rsv { display: inline-flex; justify-content: center; align-items: center; gap: 0 .4rem; }

.btn_detail { display: inline-flex; align-items: center; justify-content: center; padding: .4rem 3.0rem; border-radius: 1.5em; background: var(--sub9); color: #fff; text-decoration: none !important; position: relative; text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); min-width: 18rem; }
.btn_detail::after { font-family: "fontello"; content: "\e804"; position: absolute; right: 1rem; text-shadow: none; }
@media screen and (min-width: 48em), print { .btn_detail { min-width: 28rem; padding: 1rem 5rem; }
  .btn_detail::after { right: 2rem; }
  .btn_detail:is(:hover, :focus-visible) { opacity: 0.8; color: #fff; background: var(--main1); } }

.linkout { display: inline-block; color: var(--clr_txt); text-decoration: none !important; }
.linkout::after { font-family: "fontello"; content: "\f08e"; font-size: .8em; margin-left: .6rem; }
@media screen and (min-width: 48em), print { .linkout::after { margin-left: 1.0rem; } }

.slick-arrow { width: 2.0rem; height: 2.0rem; position: absolute; top: 9.0rem; cursor: pointer; line-height: 0; font-size: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: var(--main1); z-index: 5; }
.slick-arrow::before { font-size: 1.2rem; }
.slick-arrow.slick-prev { left: -2.6rem; }
.slick-arrow.slick-prev::before { font-family: "fontello"; content: "\f007"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\f006"; }

@media screen and (min-width: 48em), print { .slick-arrow { width: 5.0rem; height: 5.0rem; border: 1px solid var(--main1); top: 26.0rem; }
  .slick-arrow::before { font-size: 2.4rem; }
  .slick-arrow.slick-prev { left: -6.0rem; }
  .slick-arrow.slick-next { right: -6.0rem; }
  .slick-arrow:is(:hover, :focus-visible) { color: var(--main1); background: #fff; opacity: 1.0; } }
.slick-dots { display: flex; justify-content: center; align-items: center; list-style: none; margin: 1.0rem auto; }
.slick-dots li { width: .8rem; height: .8rem; margin: 0 .2rem; }
.slick-dots li button { padding: 50%; display: block; font-size: 0; cursor: pointer; opacity: .25; border-radius: 50%; background: var(--main1); }
.slick-dots li button:is(:hover, :focus-visible) { opacity: .8; }
.slick-dots li.slick-active button { opacity: .75; }

@media screen and (min-width: 48em), print { .slick-dots { margin: 1.6rem auto; }
  .slick-dots li { width: 1.4rem; height: 1.4rem; margin: 0 .6rem; } }
.slide-items { width: 100%; height: 100%; }
.slide-items img { width: 100%; object-fit: cover; }

.marker { background: linear-gradient(transparent 60%, var(--pcolor) 60%); width: fit-content; }

/* fadeIn */
.fadein { opacity: 0; transition: 1.2s; }

.fade_left { transform: translate(-80px, 0); }

.fade_right { transform: translate(80px, 0); }

.fade_up { transform: translate(0, 80px); }

.fade_scale { transform: scale(0.5, 0.5); }

.fadein.parallax { opacity: 1; transform: translate(0, 0); }

.txt_box { margin-bottom: 2rem; padding: 1rem; }
.txt_box:last-child { margin: 0; }

@media screen and (min-width: 48em), print { .txt_box { padding: 2.5rem 3rem; } }
.nav_menu { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.nav_menu li { width: calc(100% - 1rem); text-align: center; margin-top: 0.5rem; }
.nav_menu li a { display: flex; justify-content: center; align-items: center; height: 100%; border: 1px solid #ccc; border-radius: 3rem; padding: 0.5rem 2em; text-decoration: none !important; position: relative; }
.nav_menu li a::after { font-family: "fontello"; content: "\e4a3"; position: absolute; right: 1rem; letter-spacing: 0; }
@media screen and (min-width: 48em), print { .nav_menu li { width: calc((100% - 3rem) / 4); }
  .nav_menu li a { height: 6rem; }
  .nav_menu li a:hover { background: #ccc; color: #fff !important; }
  .nav_menu li a::after { right: 1em; } }

.lt1 { padding-left: 1em; letter-spacing: 1em; }

.phtxt_box { margin-bottom: 2rem; }
.phtxt_box .ph { margin-bottom: 1rem; }

@media screen and (min-width: 48em), print { .phtxt_box { display: flex; justify-content: space-between; margin-bottom: 4rem; gap: 4rem; }
  .phtxt_box .ph { width: 40rem; flex-shrink: 0; }
  .phtxt_box .txt { flex: 1 1 auto; }
  .phtxt_box.phtxt_box_r .ph { order: 1; } }
.point::before { content: "≫"; margin-right: 0.5em; }

.other::after { font-family: "fontello"; content: "\f08e"; margin-left: 0.5rem; }

.wp-block-button__link { color: #fff !important; text-decoration: none !important; }

@media print { .header { position: absolute !important; } }
html, body { overflow: inherit; }

html { font-size: calc(100vw / 32); }

body { background: #fff; color: var(--clr_txt); font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium","Yu Gothic", Meiryo, sans-serif; }
body::after { visibility: hidden; width: 100vw; height: 100vh; content: ""; background: rgba(51, 51, 51, 0.6); position: fixed; top: 0; z-index: 90; opacity: 0; transition: all .4s ease-in-out 0s; -webkit-backdrop-filter: blur(0.6rem); backdrop-filter: blur(0.6rem); }
body.spnav_modal { overflow: hidden !important; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

p:where(:first-child) { margin-top: 0; }
p:where(:last-child) { margin-bottom: 0; }

a { color: inherit; text-decoration: none; }

.js-tel::before { font-family: "fontello"; content: "\e819"; }

.main { font-size: 1.4rem; line-height: 1.8; }
.main a:where(:not([class*="btn"], [href*="tel:"])) { color: var(--lcolor); text-decoration: underline; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  #main { overflow: hidden; }
  #main > .wrap { width: 100%; }
  .main { font-size: 1.8rem; line-height: 2.0; }
  .main a:where(:not([class*="btn"])) img { transition: all 0.3s ease; }
  .main a:where(:not([class*="btn"])):hover { opacity: 1.0; text-decoration: none; color: var(--lcolor_h); }
  .main a:where(:not([class*="btn"])):hover img { opacity: 0.8; } }
:target { scroll-margin-top: 2.0rem; }
@media screen and (min-width: 48em), print { :target { scroll-margin-top: 4.0rem; } }

.header { position: relative; }
.header > .wrap { padding: 1.0rem; }
.header > .wrap .logo { width: 100%; height: 6.6rem; padding: 1.0rem; position: fixed; top: 0; left: 0; z-index: 1000; background: #fff; transition: .5s; }
.header > .wrap .logo.hide { transform: translateY(-150%); }
.header > .wrap .logo a { display: block; width: calc(100% - 5.6rem); height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; }
.header > .wrap .logo a .clip { display: block; height: 100%; overflow: hidden; clip-path: inset(50%); color: transparent; }
.header > .wrap .headR { margin: 5.6rem 0 0; }
.header > .wrap .headR .head_tel { color: var(--main1); background: var(--bg1); display: flex; align-items: center; justify-content: center; font-weight: 600; width: 80%; margin: 0 auto 1rem; border-radius: 1.5em; padding: 0.5rem; }
.header > .wrap .headR .head_tel .js-tel { font-size: 2rem; }
.header > .wrap .headR .head_tel .js-tel::before { background: url("../img/icon_tel.svg") center center no-repeat; background-size: contain; content: ""; display: block; width: 1em; aspect-ratio: 1 / 1; }
.header > .wrap .headR ul { font-size: 1.4rem; }
.header > .wrap .headR ul li { display: flex; align-items: flex-start; gap: 0.5rem; }
.header > .wrap .headR ul li .js-tel { font-size: 1.8rem; }
.header > .wrap .headR ul li::before { content: ""; display: block; width: 1em; aspect-ratio: 1 / 1; background: center center no-repeat; background-size: contain; margin-top: 0.3rem; }
.header > .wrap .headR ul li.add::before { background-image: url("../img/icon_location.svg"); }
.header > .wrap .headR ul li.acs::before { background-image: url("../img/icon_bus.svg"); }

@media screen and (min-width: 48em), print { .header > .wrap { padding: 2.0rem 0; display: flex; justify-content: space-between; }
  .header > .wrap .logo { width: 52rem; height: 8.0rem; padding: 0; position: relative; z-index: 1001; background: none; }
  .header > .wrap .logo a { width: 100%; }
  .header > .wrap .headR { flex: 1 1 auto; margin: 0; display: flex; justify-content: flex-end; gap: 3rem; }
  .header > .wrap .headR .head_tel { width: 30rem; height: 6.4rem; margin: 0; }
  .header > .wrap .headR .head_tel .js-tel { font-size: 3rem; }
  .header > .wrap .headR ul { justify-content: flex-end; font-size: 1.6rem; }
  .header > .wrap .headR ul li.acs { margin-top: 1rem; } }
#nav { width: 100vw; position: fixed; top: 0; left: 0; z-index: 1000; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; background: var(--main1); color: #fff; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 1.0rem; right: 1.0rem; z-index: 1000; transition: .5s; }
#nav #sp_menu.hide { transform: translateY(-220%); }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\cc01"; font-size: 2.6rem; }
#nav #sp_menu::after { display: block; content: "MENU"; margin: .2rem 0 0; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\cc02"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: calc((var(--vh, 1vh) * 100) - 8.0rem); overflow-y: auto; background: #fff; padding: 1.6rem; margin: auto; position: absolute; top: 6.6rem; left: 0; right: 0; z-index: 1000; }
#nav .gnav_subnav .menu { display: block; }
#nav .gnav_subnav .menu > li a, #nav .gnav_subnav .menu > li .sub { display: flex; align-items: center; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.4rem; }
#nav .gnav_subnav .menu > li a.current, #nav .gnav_subnav .menu > li .sub.current { background: var(--bg2); }
#nav .gnav_subnav .menu > li .sub { gap: .4rem; }
#nav .gnav_subnav .menu > li .sub::after { font-family: "fontello"; content: "\e803"; display: inline-flex; justify-content: center; align-items: center; margin: 0 0 0 auto; }
#nav .gnav_subnav .menu > li .sub.close::after { font-family: "fontello"; content: "\e805"; }
#nav .gnav_subnav .menu > li .subnav { background: var(--bg1); display: flex; flex-wrap: wrap; padding: 0.5rem 0; }
#nav .gnav_subnav .menu > li .subnav li { width: 50%; }
#nav .gnav_subnav .menu > li .subnav li a { display: block; padding: 1.0rem; font-size: 80%; color: var(--clr_txt); }
#nav .gnav_subnav .menu > li .subnav li a.current { color: var(--main1); }
#nav #menu_close { display: block; width: 100%; font-size: 1.4rem; color: #fff; background: var(--main1); text-align: center; padding: .6rem 0; margin: 1.0rem 0 0; border-radius: 1.5em; }
#nav #menu_close::before { font-family: "fontello"; content: "\cc02"; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { #nav { width: auto; position: sticky; top: 0; left: 0; right: 0; z-index: 1000; transition: .8s; }
  #nav.hide { transform: translateY(-300%); }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block !important; width: 100%; max-height: calc((var(--vh, 1vh) * 100)); overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .menu { width: 1200px; margin: auto; display: flex; justify-content: space-between; align-items: center; border: none; padding: 1rem 0; }
  #nav .gnav_subnav .menu .home a::before { content: ""; display: block; background: url("../img/icon_home.svg") center center no-repeat; background-size: contain; aspect-ratio: 24 / 21; width: 2.4rem; }
  #nav .gnav_subnav .menu .home a span { display: none; }
  #nav .gnav_subnav .menu .rsv a { background: var(--sub1); color: #fff; line-height: 1.3; border-radius: 1.5em; padding: 0.3rem 3rem; display: flex; align-items: center; }
  #nav .gnav_subnav .menu .rsv a::after { font-family: "fontello"; content: "\e803"; }
  #nav .gnav_subnav .menu .rsv a:is(:hover, :focus-visible) { background: var(--sub1); color: #fff; opacity: 0.8; }
  #nav .gnav_subnav .menu > li { position: relative; }
  #nav .gnav_subnav .menu > li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .menu > li a, #nav .gnav_subnav .menu > li .sub { justify-content: center; text-align: center; font-size: 1.8rem; margin: 0; font-weight: 600; cursor: pointer; }
  #nav .gnav_subnav .menu > li a::after, #nav .gnav_subnav .menu > li .sub::after { margin: 0 0 0 .8rem; }
  #nav .gnav_subnav .menu > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .menu > li .sub:is(:hover, :focus-visible, .current) { color: var(--main1); background: none; opacity: 1.0; }
  #nav .gnav_subnav .menu > li a.close, #nav .gnav_subnav .menu > li .sub.close { color: var(--main1); }
  #nav .gnav_subnav .menu > li .subnav { width: 40rem; position: absolute; z-index: 100; left: 50%; transform: translateX(-50%); padding: 0; border-radius: 1.5rem; overflow: hidden; }
  #nav .gnav_subnav .menu > li .subnav li a { padding: 1rem; font-size: 1.8rem; }
  #nav .gnav_subnav .menu > li .subnav li a:is(:hover, :focus-visible, .current) { color: #fff; background: var(--main1); }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { margin-top: 6rem; padding: 5.0rem 0; background: url("../img/index_wave_b.svg") center top no-repeat var(--bg3); background-size: 150%; position: relative; font-size: 1.4rem; line-height: 1.6; }
.overview .clinic_name { margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 100%; margin: auto; }
.overview .overview_tel { background: #fff; border: 1px solid; border-radius: 1rem; color: var(--main1); font-weight: 600; text-align: center; padding: 1rem; margin: 1rem 0; font-size: 2rem; }
.overview .overview_tel .js-tel::before { content: ""; display: block; background: url("../img/icon_tel.svg") center center no-repeat; background-size: contain; width: 1em; aspect-ratio: 1 / 1; }
.overview > .wrap { padding: 0 2.0rem; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.overview > .wrap .gaiyo dt { width: 30%; padding: .4rem; color: var(--clr_txt); }
.overview > .wrap .gaiyo dt.lt1 { padding-left: 1em; letter-spacing: 1em; }
.overview > .wrap .gaiyo dd { width: 70%; padding: .4rem; }
.overview > .wrap .gaiyo dd .js-tel { font-size: 120%; }
.overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0; }

.gmap { height: 35rem; margin-top: 3rem; }

@media screen and (min-width: 48em), print { .overview { margin-top: 8rem; padding: 8.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 4.0rem; width: 100%; }
  .overview .clinic_name img { width: 100%; }
  .overview .overview_tel { margin-bottom: 2rem; padding: 1rem 0 1rem; font-size: 3rem; }
  .overview > .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0; }
  .overview > .wrap .gaiyo dt { padding: 1.0rem 0; }
  .overview > .wrap .gaiyo dd { padding: 1.0rem 0; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 57rem; }
  .overview > .wrap .overviewR { margin: 0; }
  .gmap { margin-top: 6rem; height: 57rem; border-radius: 3rem; overflow: hidden; } }
.page_top { display: none !important; }

#tel_up { width: 100%; height: 4.0rem; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; font-size: 1.4rem; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2); }
#tel_up ul { width: calc(100% - 4.0rem); height: 100%; display: flex; justify-content: center; align-items: center; line-height: 1.0; }
#tel_up ul li { flex: auto; justify-content: center; align-items: center; gap: 0 .4rem; height: 100%; text-align: center; }
#tel_up ul li .js-tel { flex: auto; justify-content: center; align-items: center; height: 100%; font-size: 1.8rem; }
#tel_up ul li .js-tel::before { display: none; }
#tel_up ul li .js-tel a { display: flex; justify-content: center; align-items: center; width: 100%; gap: 0 .4rem; height: 100%; }
#tel_up ul li .js-tel a::before { content: "Tel."; }
#tel_up ul li .btn_rsv { height: 100%; display: flex; flex-wrap: wrap; justify-content: center; font-size: 1.1rem; color: #fff; }
#tel_up ul li .btn_rsv b { font-size: 120%; }
#tel_up ul .first .btn_rsv { background: var(--sub2); }
#tel_up ul .re_examination .btn_rsv { background: var(--sub3); }
#tel_up ul .poppins .btn_rsv { background: var(--sub4); }
#tel_up #pageup { display: block; width: 4.0rem; height: 100%; font-size: 1.6rem; text-align: center; padding: 1.0rem; line-height: 1.0; background: #ccc; overflow: hidden; position: relative; z-index: 80 !important; }
#tel_up #pageup::before { content: ""; display: block; aspect-ratio: 1 / 1; width: 1rem; margin: 0.8rem auto; border: solid #fff; border-width: 3px 3px 0 0; transform: rotate(-45deg); }
#tel_up #pageup .clip { display: block; font-size: 1.0rem; clip-path: inset(50%); color: transparent; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 0; }

@media screen and (min-width: 48em), print { #tel_up { height: 10.0rem; bottom: 2.0rem; right: 4.0rem; left: auto; width: fit-content; justify-content: flex-end; background: none; padding: 0; box-shadow: none; }
  #tel_up ul { gap: 0.4rem; }
  #tel_up ul li .btn_rsv { width: 20rem; font-size: 1.8rem; line-height: 1.3; border-radius: 5rem; }
  #tel_up ul li .btn_rsv b { font-size: 3rem; }
  #tel_up #pageup { width: 100%; width: 6rem; height: 6rem; font-size: 3.0rem; border-radius: 50%; margin-left: 1rem; }
  #tel_up #pageup::before { border-width: 6px 6px 0 0; margin: 1.5rem auto; width: 1.5rem; } }
.footer { text-align: center; padding: 0; background: var(--bg3); }
.footer .copy { display: block; background: var(--main1); color: #fff; padding: .6rem 1.0rem 5rem; font-size: 1.2rem; }
.footer .wrap { display: none; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer .copy { margin: 2.0rem 0 0; padding: 1.7rem 0 13.7rem; font-size: 1.8rem; }
  .footer .wrap { display: flex; justify-content: space-between; padding: 0 0 4.6rem; }
  .footer .wrap > div { width: calc(100% / 4); }
  .footer .wrap .footer_tit { text-align: left; font-weight: 600; font-size: 1.8rem; }
  .footer ul { display: block; text-align: left; }
  .footer ul li { display: block; font-size: 1.6rem; margin: 0 0 1.0rem; -webkit-text-size-adjust: none; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; color: var(--main1); }
  .footer ul li.treatment { display: none; }
  .footer .gnav li { font-size: 1.8rem; display: flex; gap: 1rem; }
  .footer .gnav li::before { font-family: "fontello"; content: "\e804"; color: var(--main1); }
  .footer .gnav li a { font-weight: 600; }
  .footer .gnav .rsv { display: none; }
  .footer .subnav li { display: flex; }
  .footer .subnav li::before { content: "‐"; gap: 1rem; }
  .footer .footer_bnr { width: 1200px; display: flex; flex-wrap: wrap; gap: 3rem; margin: 0 auto 4.6rem; justify-content: center; }
  .footer .footer_bnr li { margin-bottom: 0; }
  .footer .footer_bnr a img { transition: all 0.3s ease; }
  .footer .footer_bnr a:is(:hover, :focus-visible) img { opacity: 0.8; } }
@media screen and (min-width: 48em), print { body.index > .wrap { width: 100%; } }

.keyvsl { width: 100%; position: relative; }
.keyvsl::before, .keyvsl::after { content: ""; display: block; position: absolute; z-index: 1; }
.keyvsl::before { width: 100%; background: url("../img/img_kv_wave.svg") center bottom no-repeat; background-size: auto 100%; height: 2rem; left: 0; bottom: 0; }
.keyvsl::after { background: url("../img/img_kv_tree.svg") center center no-repeat; background-size: contain; aspect-ratio: 340 / 194; width: 13rem; left: 1rem; bottom: 0; }
.keyvsl #keyvsl { max-width: 100%; height: 24.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-slide { z-index: 0 !important; }
.keyvsl #keyvsl .slick-list div img { height: 24.0rem !important; object-fit: cover; margin: auto; }
.keyvsl #keyvsl .slick-dots { margin: .6rem 0 0; position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl > .wrap { position: absolute; display: flex; align-items: center; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 1rem; z-index: 1; }
.keyvsl > .wrap .catch { color: #fff; font-family: "Zen Maru Gothic", "Kosugi Maru", "Hiragino Maru Gothic ProN", sans-serif; font-weight: bold; text-shadow: 0 0 5px black; }

@media screen and (min-width: 48em), print { .keyvsl::before { background-size: auto; height: 4rem; }
  .keyvsl::after { width: 34rem; left: auto; right: calc(50% + 26rem); }
  .keyvsl #keyvsl { height: 73.0rem; }
  .keyvsl #keyvsl .slick-list div { font-size: 0; }
  .keyvsl #keyvsl .slick-list div img { height: 73.0rem !important; }
  .keyvsl #keyvsl .slick-dots { margin: 1.0rem 0 0; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl > .wrap .catch { font-size: 3.6rem; text-shadow: 0 0 30px black; } }
.info { margin: 4.0rem 2.0rem; position: relative; }
.info .wrap { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem; }
.info .wrap .top_tit_02 { margin-bottom: 0; }
.info .wrap .info_inful { border: 4px solid var(--sub8); border-radius: 1.5rem; padding: 1.5rem; display: flex; flex-wrap: wrap; gap: 2rem 0; width: 100%; }
.info .wrap .info_inful img { border-radius: 1rem; }
.info .wrap .info_inful h3 { color: var(--sub6); padding-bottom: 0.5rem; font-size: 1.8rem; border-bottom: 4px dotted var(--sub10); }
.info .wrap .info_box { padding: 2rem; border-radius: 1.5rem; }
.info .wrap .info_box h3 { color: var(--sub6); font-weight: 600; font-size: 1.8rem; }
.info .wrap .info_box_clinic { background: var(--bg1); }
.info .wrap .info_box_lostitem { background: var(--bg2); }
.info .wrap .info_box_lostitem .btn_detail { background: var(--sub11); }
.info .wrap .info_box_lostitem dl::-webkit-scrollbar { width: 0.8rem; }
.info .wrap .info_box_lostitem dl::-webkit-scrollbar-track { background-color: #fff; border-radius: 2rem; }
.info .wrap .info_box_lostitem dl::-webkit-scrollbar-thumb { background-color: var(--sub14); border-radius: 2rem; }
.info .wrap .info_box_lostitem dl dt a { color: var(--sub12); }
.info .wrap dl { max-height: calc(100vw - 4.0rem); overflow-y: auto; overscroll-behavior-y: none; padding-right: 1rem; }
.info .wrap dl::-webkit-scrollbar { width: 0.8rem; }
.info .wrap dl::-webkit-scrollbar-track { background-color: #fff; border-radius: 2rem; }
.info .wrap dl::-webkit-scrollbar-thumb { background-color: var(--sub7); border-radius: 2rem; }
.info .wrap dl dt { margin: 0 0 .6rem; font-weight: bold; color: var(--clr_txt); cursor: pointer; }
.info .wrap dl dt span { color: var(--sub13); font-weight: normal; }
.info .wrap dl dt.close a::after { font-family: "fontello"; content: "\e805"; }
.info .wrap dl dt a { display: flex; align-items: flex-start; gap: 0 .2rem; color: var(--main1); }
.info .wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px solid var(--line1); }
.info .wrap dl dd { margin: 0 0 1.6rem; }

@media screen and (min-width: 48em), print { .info { margin: 8.0rem 0; }
  .info .wrap { display: flex; align-items: flex-start; position: relative; gap: 4rem; }
  .info .wrap::before, .info .wrap::after { content: ""; display: block; background: url("../img/img_dot_gray.svg") center center no-repeat; background-size: contain; aspect-ratio: 260 / 232; width: 26rem; position: absolute; }
  .info .wrap::before { left: -14rem; top: 0; }
  .info .wrap::after { right: -14rem; bottom: -10rem; }
  .info .wrap p { font-size: 1.8rem !important; }
  .info .wrap .info_inful { padding: 3rem; border-width: 8px; border-radius: 3rem; position: relative; z-index: 1; font-size: 1.8rem; display: flex; justify-content: space-between; align-items: center; background: #fff; }
  .info .wrap .info_inful img { width: 42rem; border-radius: 3rem; }
  .info .wrap .info_inful h3 { font-size: 3rem; padding-bottom: 1.5rem; margin-bottom: 2.4rem; }
  .info .wrap .info_inful div { width: 66rem; }
  .info .wrap .info_box { padding: 4rem; border-radius: 3rem; position: relative; z-index: 1; }
  .info .wrap .info_box h3 { font-size: 3rem; }
  .info .wrap .info_box.info_box_clinic { width: 74rem; }
  .info .wrap .info_box.info_box_lostitem { width: 42rem; }
  .info .wrap dl { max-height: 40.0rem; }
  .info .wrap dl dt { margin: 0 0 1.0rem; font-size: 2rem; }
  .info .wrap dl dt span { font-size: 1.8rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; }
  .info .wrap dl dt:hover div { text-decoration: underline; }
  .info .wrap dl dd { margin: 0 0 1.6rem; } }
.index_time { margin: 4rem 2rem; }
@media screen and (min-width: 48em), print { .index_time { margin: 8rem 0; }
  .index_time .index_time_cal { width: fit-content; margin: 6rem auto 0; display: block; } }

.feature { padding: 5.0rem 2.0rem; background: url("../img/index_wave_w.svg") center bottom no-repeat, url("../img/index_wave_b.svg") center top no-repeat var(--bg3); background-size: 150%; position: relative; }
.feature::after { content: ""; display: block; background: url("../img/img_shika_ris.svg") center center no-repeat; background-size: contain; aspect-ratio: 200 / 312; position: absolute; right: 1rem; bottom: 0; width: 7rem; }
.feature .wrap { position: relative; }
.feature .wrap::before, .feature .wrap::after { content: ""; display: block; position: absolute; z-index: 1; background: center center no-repeat; background-size: contain; }
.feature .wrap::before { background-image: url("../img/img_flower.svg"); aspect-ratio: 160 / 130; width: 6rem; top: -2rem; left: -1rem; }
.feature .wrap::after { background-image: url("../img/img_bird.svg"); aspect-ratio: 200 / 158; width: 7rem; top: -4rem; right: 0; }
.feature ol { counter-reset: number 0; display: flex; flex-wrap: wrap; gap: 3rem; position: relative; margin-top: 3rem; }
.feature ol::after { content: ""; display: block; background: url("../img/index_feature_ph.png") center center no-repeat; background-size: contain; aspect-ratio: 1000 / 951; width: 100%; }
.feature ol li { counter-increment: number 1; width: 100%; }
.feature ol li div { background: #fff; padding: 3rem 1.5rem 1.5rem; border-radius: 1.5rem; position: relative; z-index: 2; width: 90%; margin: auto; box-shadow: 5px 5px 0 var(--sub15); }
.feature ol li div::before { content: counter(number,decimal-leading-zero); font-family: 'Quicksand', sans-serif; position: absolute; color: var(--main1); font-weight: 500; left: 0; right: 0; top: -2rem; text-align: center; font-size: 4rem; line-height: 1; }
.feature ol li h3 { color: var(--sub6); text-align: center; font-weight: 600; line-height: 1.5; font-size: 1.6rem; border-bottom: 4px dotted var(--sub10); padding-bottom: 0.5rem; }
.feature ol .feature_senmon::before, .feature ol .feature_vaccination::before, .feature ol .feature_soudan::before { content: ""; background: center center no-repeat; background-size: cover; border-radius: 1.5rem; aspect-ratio: 750 / 480; display: block; width: 100%; margin-bottom: -2rem; }
.feature ol .feature_senmon::before { background-image: url("../img/index_feature01.png"); }
.feature ol .feature_vaccination::before { background-image: url("../img/index_feature02.png"); }
.feature ol .feature_soudan::before { background-image: url("../img/index_feature03.png"); }

@media screen and (min-width: 48em), print { .feature { margin: 16rem 0; padding: 13.8rem 0 24rem; }
  .feature::after { width: 20rem; right: auto; bottom: -10.3rem; left: calc(50% + 26rem); }
  .feature .wrap::before { width: 16rem; left: auto; right: calc(50% + 37.9rem); top: -6.8rem; }
  .feature .wrap::after { width: 20rem; top: -18.6rem; right: auto; left: calc(50% + 40rem); }
  .feature ol { margin-top: 9rem; gap: 5rem 4rem; justify-content: flex-end; }
  .feature ol::before { content: ""; width: 41rem; height: 30rem; background: url("../img/index_feature_li.png") center center no-repeat; order: 1; }
  .feature ol::after { position: absolute; bottom: 22rem; right: calc(50% - 2rem); width: 100rem; }
  .feature ol li { width: 41rem; }
  .feature ol li div { box-shadow: 10px 10px 0 var(--sub15); padding: 4rem; width: 100%; height: 100%; border-radius: 3rem; }
  .feature ol li div::before { font-size: 4.8rem; top: -2.5rem; }
  .feature ol li h3 { font-size: 2.4rem; padding-bottom: 1.5rem; margin-bottom: 2rem; }
  .feature ol li:nth-child(1)::before { right: 0; }
  .feature ol li:nth-child(1)::after { left: -14rem; top: -4.2rem; }
  .feature ol li:nth-child(2) { justify-content: flex-end; margin-top: 2rem; }
  .feature ol li:nth-child(2)::before { left: 0; }
  .feature ol li:nth-child(2)::after { right: -14rem; top: -4.2rem; }
  .feature ol li:nth-child(3) { margin: 2rem 0 12rem; }
  .feature ol li:nth-child(3)::before { right: 0; }
  .feature ol li:nth-child(3)::after { left: -14rem; top: -4.2rem; }
  .feature ol li:nth-child(5) { position: relative; }
  .feature ol li:nth-child(5) div { position: relative; z-index: 1; }
  .feature ol li:nth-child(5)::after { content: ""; display: block; background: url("../img/img_dot_w.svg") center center no-repeat; background-size: contain; aspect-ratio: 280 / 232; width: 26rem; position: absolute; right: -15rem; top: -10rem; }
  .feature ol .feature_senmon, .feature ol .feature_vaccination, .feature ol .feature_soudan { width: 100%; height: 48rem; position: relative; display: flex; align-items: center; }
  .feature ol .feature_senmon::before, .feature ol .feature_vaccination::before, .feature ol .feature_soudan::before { width: 75rem; height: 48rem; position: absolute; }
  .feature ol .feature_senmon::after, .feature ol .feature_vaccination::after, .feature ol .feature_soudan::after { content: ""; display: block; background: url("../img/img_dot_w.svg") center center no-repeat; background-size: contain; aspect-ratio: 280 / 232; width: 28rem; position: absolute; }
  .feature ol .feature_senmon div, .feature ol .feature_vaccination div, .feature ol .feature_soudan div { height: 38.6rem; width: 56rem; padding: 6rem; position: relative; z-index: 1; margin: 0; }
  .feature ol .feature_senmon div::before, .feature ol .feature_vaccination div::before, .feature ol .feature_soudan div::before { font-size: 7.2rem; }
  .feature ol .feature_senmon div h3, .feature ol .feature_vaccination div h3, .feature ol .feature_soudan div h3 { font-size: 3.6rem; padding-bottom: 1.8rem; margin-bottom: 2rem; } }
.tre { margin: 4rem 2rem; }
.tre .subnav { display: flex; flex-wrap: wrap; gap: 2rem 1rem; width: 100%; }
.tre .subnav li { width: calc((100% - 1rem) / 2); }
.tre .subnav li a { text-decoration: none; color: var(--clr_txt); font-weight: 600; transition: all 0.3s ease; }
.tre .subnav li a::before { content: ""; display: block; background: var(--bg1) center center no-repeat; background-size: 60%; border-radius: 50%; margin-bottom: 0.5rem; aspect-ratio: 1 / 1; width: 100%; border: 3px solid var(--sub8); transition: all 0.3s ease; }
.tre .subnav li a span { display: flex; justify-content: center; transition: all 0.3s ease; gap: 0.5rem; width: 90%; margin: auto; }
.tre .subnav li a span::before { font-family: "fontello"; content: "\e804"; color: var(--main1); font-weight: normal; }
.tre .subnav .guide a::before { background-image: url("../img/menu_01.svg"); }
.tre .subnav .vaccination a::before { background-image: url("../img/menu_02.svg"); }
.tre .subnav .allergy a::before { background-image: url("../img/menu_03.svg"); }
.tre .subnav .checkup a::before { background-image: url("../img/menu_04.svg"); }
.tre .subnav .helmet a::before { background-image: url("../img/menu_05.svg"); }
.tre .tre_kensa { position: relative; padding: 3rem 1.5rem 1.5rem; border-radius: 1.5rem; background: var(--sub16); margin-top: 3rem; }
.tre .tre_kensa h3 { color: var(--sub6); text-align: center; position: absolute; left: 0; right: 0; top: -1rem; font-size: 1.8rem; }
.tre .tre_kensa dl { background: #fff; border-radius: 1rem; }
.tre .tre_kensa dl dt, .tre .tre_kensa dl dd { padding: 1rem; }
.tre .tre_kensa dl dt { background: var(--sub11); color: #fff; border-radius: 1rem; display: flex; justify-content: space-between; }
.tre .tre_kensa dl dt a { display: block; flex: 1; color: #fff; }
.tre .tre_kensa dl dt::after { font-family: "fontello"; content: "\e804"; }
.tre .tre_contents { margin-top: 3rem; border: 4px solid var(--sub16); padding: 1.5rem; border-radius: 1.5rem; background: #fff; }
.tre .tre_contents::before { content: ""; display: block; aspect-ratio: 420 / 330; width: 100%; background: center center no-repeat; background-size: cover; margin-bottom: 1rem; }
.tre .tre_contents div h3 { color: var(--sub6); border-bottom: 4px dotted var(--sub10); padding-bottom: 0.5rem; font-size: 1.8rem; font-weight: 600; }
.tre .tre_contents div ul { display: flex; flex-wrap: wrap; gap: 1rem; }
.tre .tre_contents.tre_contents1::before { background-image: url("../img/tre_contents01.jpg"); }
.tre .tre_contents.tre_contents2::before { background-image: url("../img/tre_contents02.jpg"); }
.tre .tre_contents.tre_contents3::before { background-image: url("../img/tre_contents03.jpg"); }

@media screen and (min-width: 48em), print { .tre .subnav { gap: 3rem; width: 108rem; margin: 0 auto 12rem; }
  .tre .subnav li { width: 19.2rem; }
  .tre .subnav li a { font-size: 2rem; line-height: 1.5; }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before { background-color: var(--sub8); }
  .tre .subnav li a:is(:hover, :focus-visible, .current) span { color: var(--main1); }
  .tre .tre_kensa { padding: 6rem; border-radius: 3rem; }
  .tre .tre_kensa h3 { font-size: 3.6rem; top: -2.5rem; }
  .tre .tre_kensa dl dt, .tre .tre_kensa dl dd { padding: 3rem; }
  .tre .tre_kensa dl dt { font-size: 3rem; }
  .tre .tre_contents { padding: 3.2rem; border-width: 8px; border-radius: 3rem; display: flex; justify-content: space-between; }
  .tre .tre_contents::before { width: 42rem; }
  .tre .tre_contents div { width: 66rem; }
  .tre .tre_contents div h3 { font-size: 3rem; padding-bottom: 1.8rem; margin-top: 1rem; margin-bottom: 2rem; } }
.index_greeting { padding: 5.0rem  2.0rem; margin-bottom: 8rem; background: url("../img/index_wave_w.svg") center bottom -1px no-repeat, url("../img/index_wave_b.svg") center top no-repeat var(--bg3); background-size: 150%; position: relative; }
.index_greeting::before { content: ""; display: block; background: url("../img/img_rabbit.svg") center center no-repeat; background-size: contain; aspect-ratio: 240 / 174; position: absolute; top: -1rem; left: 1rem; width: 8rem; }
.index_greeting::after { content: ""; display: block; background: url("../img/img_tree.svg") center center no-repeat; background-size: contain; aspect-ratio: 1080 / 113; width: 90%; bottom: 0; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; }
.index_greeting .wrap { position: relative; }
.index_greeting .index_greeting_box { position: relative; display: flex; flex-wrap: wrap; gap: 1rem 6rem; margin-top: 3rem; }
.index_greeting .index_greeting_box::before { content: ""; display: block; background: center center no-repeat; background-size: contain; aspect-ratio: 260 / 232; width: 15rem; position: absolute; }
.index_greeting .index_greeting_box .img { position: relative; z-index: 1; text-align: center; font-weight: 600; }
.index_greeting .index_greeting_box .img img { border-radius: 1.5rem; width: 80%; margin: 0 auto 1rem; }
.index_greeting .index_greeting_box .img span { font-size: 120%; }
.index_greeting .index_greeting_box .txt { position: relative; z-index: 1; }
.index_greeting .index_greeting_box1::before { background-image: url("../img/img_dot_p.svg"); right: -1rem; top: -1rem; }
.index_greeting .index_greeting_box2::before { background-image: url("../img/img_dot_g.svg"); left: -1rem; top: -1rem; }

@media screen and (min-width: 48em), print { .index_greeting { padding: 12rem 0 16.2rem; }
  .index_greeting::before { width: 24rem; left: auto; right: calc(50% + 30rem); top: -3.2rem; }
  .index_greeting::after { width: 108rem; bottom: -1.3rem; }
  .index_greeting .index_greeting_box { margin-top: 5rem; }
  .index_greeting .index_greeting_box::before { width: 26rem; }
  .index_greeting .index_greeting_box .img { width: 38rem; order: 1; }
  .index_greeting .index_greeting_box .img img { width: 100%; border-radius: 3rem; }
  .index_greeting .index_greeting_box .txt { width: 64rem; padding-top: 4rem; }
  .index_greeting .index_greeting_box .txt .btn_detail { margin-top: 4rem; }
  .index_greeting .index_greeting_box1::before { right: -20rem; top: -6rem; }
  .index_greeting .index_greeting_box2 { margin-top: 8rem; }
  .index_greeting .index_greeting_box2::before { left: -20rem; top: -6rem; }
  .index_greeting .index_greeting_box2 .img { order: -1; } }
.loopslider { margin: 2.0rem auto 0; width: 100%; height: 9.0rem; text-align: left; position: relative; overflow: hidden; }
.loopslider ul { height: 100%; float: left; display: inline; overflow: hidden; }
.loopslider ul li { width: 12.0rem; height: 100%; float: left; display: inline-block; overflow: hidden; }
.loopslider ul li img { padding: 0 .4rem; }
.loopslider ul li:nth-child(2n) { padding-top: 1rem; }

@media screen and (min-width: 48em), print { .loopslider { margin: 4.0rem auto 0; height: 22.0rem; }
  .loopslider ul li { width: 30.0rem; }
  .loopslider ul li img { padding: 0 1.0rem; }
  .loopslider ul li:nth-child(2n) { padding-top: 2rem; } }
