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

a { pointer-events: none; }

button[class*="sub"], .news_body a, a[target*="_blank"], a[href$="./"], a[href*="tel:"], a[href*="./staff.html"], a[class*="btn_rsv"] { pointer-events: auto; }

:root { --clr_txt: #555; --main1: #10AD93; --sub1: #D9EEEA; --sub2:#A8D4CC; --sub3:#959595; --sub4:#6BA3B8; --sub5:#333; --sub6:#CCEBEF; --sub7:#8FCAD1; --sub8:#94D4C9; --sub9:#77C4A6; --sub10:#51AF8A; --sub11:#CACDD2; --sub12:#E0F1EB; --sub13:#A4C6E2; --sub14:#DFEEFC; --sub15:#C3E2E6; --bg1: #EBFFFC; --bg2:#EEF8FB; --bg3:#eee; --line1: #C9DBD8; --line_table: #DCDCDC; --line_menu: #DCDCDC; --lcolor: #555; --lcolor_h: #10AD93; --notes:#D50000; --pcolor: #ff6; }

@font-face { font-family: "fontello"; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
@keyframes bgzoom { 0% { background-size: 100%; }
  100% { background-size: 150% auto; } }
@keyframes fadein { 0% { opacity: 0; }
  100% { opacity: 1.0; } }
@keyframes fade_down { 0% { opacity: 0; transform: translateY(-3rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fade_up { 0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes fade_right { 0% { opacity: 0; transform: translateX(10rem); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes fade_left { 0% { opacity: 0; transform: translateX(-10rem); }
  100% { opacity: 1; transform: translateX(0); } }
.anime { opacity: 0; }

.trigger { animation: fade_up .8s ease-out .2s 1 normal forwards; }

@keyframes fadeout { 0% { opacity: 1.0; }
  100% { opacity: 0; } }
@keyframes cutin_right { 0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); } }
@keyframes cutin_left { 0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); } }
@keyframes balloon { 0% { transform: translateY(0); }
  100% { transform: translateY(0.6rem); } }
@keyframes airball { 0% { transform: translate(0, 0) rotate(-7deg); }
  50% { transform: translate(0, -7px) rotate(0deg); }
  100% { transform: translate(0, 0) rotate(7deg); } }
@keyframes poyon { 0% { transform: scale(1, 1) translate(0%, 0%); }
  15% { transform: scale(0.9, 0.9) translate(0%, 5%); }
  30% { transform: scale(1.3, 0.8) translate(0%, 10%); }
  50% { transform: scale(0.8, 1.3) translate(0%, -10%); }
  70% { transform: scale(1.1, 0.9) translate(0%, 5%); }
  100% { transform: scale(1, 1) translate(0%, 0%); } }
@keyframes goro_l { 0% { transform: translateX(0); }
  100% { transform: translateX(-3rem) rotate(-180deg); } }
@keyframes goro_r { 0% { transform: translateX(0); }
  100% { transform: translateX(3rem) rotate(180deg); } }
@keyframes scroll_r { 0% { transform: translateX(500%); }
  100% { transform: translateX(-200%); } }
@keyframes pokon { 0% { transform: scale(0, 0) translate(0%, 0%); }
  60% { transform: scale(1.3, 1.3) translate(0%, 0%); }
  100% { transform: scale(1, 1) translate(0%, 0%); } }
@keyframes rotate01 { 0% { transform: rotate(3deg); }
  50% { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); } }
@keyframes rotate02 { 0% { transform: rotate(0deg); }
  100% { transform: rotate(-15deg); } }
.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; }

.txt_u { text-decoration: underline; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

i, b { font-weight: normal; font-style: normal; }

.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; padding: 0 3.0rem 2.0rem 0; margin: 0; box-sizing: content-box; background: #fff; position: relative; z-index: 1; }
  .img_r { float: right; margin: 0; padding: 0 0 2.0rem 3.0rem; box-sizing: content-box; background: #fff; position: relative; z-index: 1; }
  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) { margin-top: 5.0rem; }
.main > section { margin-top: 5.0rem; }
.main > section:where(section ~ section) { margin-top: 5.0rem; }
.main > section > section { margin-top: 4.0rem; }
.main > section > section:where(section ~ section) { margin-top: 4.0rem; }
.main > section > section > section { margin-top: 3.0rem; }
.main > section > section > section:where(section ~ section) { margin-top: 3.0rem; }
.main > section > section > section > section { margin-top: 3.0rem; }
.main > section > section > section > section:where(section ~ section) { margin-top: 3.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) { margin-top: 10.0rem; }
  .main > section { margin-top: 10.0rem; }
  .main > section:where(section ~ section) { margin-top: 8.0rem; }
  .main > section > section { margin-top: 6.0rem; }
  .main > section > section:where(section ~ section) { margin-top: 6.0rem; }
  .main > section > section > section { margin-top: 4.0rem; }
  .main > section > section > section:where(section ~ section) { margin-top: 4.0rem; }
  .main > section > section > section > section { margin-top: 3.0rem; }
  .main > 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 { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 90%; text-align: center; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th[scope="row"] { border-bottom: 1px solid var(--clr_txt); }
.tbl_time tr td { text-align: center; padding: 1.4rem .4rem; border-bottom: 1px solid var(--clr_txt); line-height: 1.0; font-size: 80%; }

@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 caption span { padding: 0 1em; margin-right: 1em; }
  .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; } }
.table_0 { width: 100%; background: #fff; border-collapse: collapse; }
.table_0:not(:first-child) { margin-top: 2rem; }
.table_0:not(:last-child) { margin-bottom: 2rem; }
.table_0 .lst_ul li { margin: 0; }
.table_0 .lst_ul li:not(:last-child) { margin: 0; }
.table_0 caption { caption-side: bottom; text-align: left; margin-top: 0.5rem; font-size: 90%; }
.table_0:not(:last-child) { margin-bottom: 2rem; }
.table_0 th, .table_0 td { border: 1px solid var(--line_table); padding: 0.5rem; }
.table_0 th[scope="col"] { background: var(--sub13); }
.table_0 th[scope="row"] { background: var(--sub14); }
.table_0.table_1 th[scope="col"] { background: var(--sub12); }
.table_0.table_1 th[scope="row"] { background: var(--bg1); }
.table_0.price td:last-child { text-align: right; }

@media screen and (min-width: 48em), print { .table_0:not(:first-child) { margin-top: 2rem; }
  .table_0:not(:last-child) { margin-bottom: 2rem; }
  .table_0 th, .table_0 td { padding: 1rem 1.5rem; } }
.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: 20.0rem; background: url(../img/tit_01.jpg) no-repeat center right/auto 100%; font-size: 2.2rem; line-height: 1.4; letter-spacing: 0.2em; text-indent: 0.2em; padding: 1.0rem; text-align: center; font-weight: 600; color: var(--main1); text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; padding-top: 5rem; position: relative; }
.tit_01::before, .tit_01::after { content: ""; background: url("../img/img_side_tree.svg") left -3rem bottom no-repeat; background-size: auto 100%; aspect-ratio: 732 / 457; height: 8rem; position: absolute; left: 0; bottom: -1rem; }
.tit_01::after { transform: scale(-1, 1); right: 0; left: auto; }

.tit_02 { font-size: 2.0rem; line-height: 1.4; text-align: center; letter-spacing: 0.1em; text-indent: 0.1em; margin: 0 auto 2.0rem; background: url("../img/h2_deco.svg") center top no-repeat; background-size: auto 4rem; padding-top: 4.5rem; }
.tit_02::after { content: ""; display: block; width: 1em; height: 2px; background: var(--main1); margin: 0.5rem auto 0; }

.top_tit_02 { background: url("../img/h2_bg.svg") center center no-repeat; background-size: contain; height: 17rem; display: flex; align-items: center; justify-content: center; flex-direction: column; letter-spacing: 0.1em; text-indent: 0.1em; margin: 0 auto 3rem; }
.top_tit_02 span { font-family: "Marcellus", sans-serif; font-size: 60%; color: var(--main1); font-weight: normal; }

.tit_03 { font-size: 1.8rem; line-height: 1.4; margin: 0 0 2.0rem; background: var(--sub9); color: #fff; display: flex; gap: 0.3rem; padding: 0.3rem 0.5rem; }
.tit_03::before { font-family: "fontello"; content: "\e814"; color: var(--sub10); }

.tit_04 { font-size: 1.6rem; line-height: 1.4; padding-bottom: 0.5rem; margin: 0 0 1.0rem; border-bottom: 3px solid; border-image: linear-gradient(90deg, var(--main1) 3em, var(--sub11) 3em) 1; }

.tit_05 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; display: flex; gap: 0.5rem; }
.tit_05::before { content: ""; display: block; width: 0.7rem; height: 0.4rem; background: var(--main1); margin-top: 0.6em; }

.tit_06 { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1.0rem; color: var(--main1); }

@media screen and (min-width: 48em), print { .tit_01 { min-height: 59.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto; font-size: 5rem; margin-bottom: 5rem; }
  .tit_01::before, .tit_01::after { bottom: -5.9rem; height: 45.7rem; aspect-ratio: 600 / 457; background-position: right bottom; }
  .tit_01::before { left: auto; right: calc(50% + 48.3rem); }
  .tit_01::after { right: auto; left: calc(50% + 48.3rem); }
  .tit_02 { font-size: 3rem; margin: 0 auto 3.6rem; background-size: auto; padding-top: 8.4rem; }
  .tit_02::after { width: 2.5rem; margin-top: 1.7rem; }
  .top_tit_02 { height: 30rem; font-size: 3.6rem; margin-bottom: 6rem; }
  .top_tit_02 span { font-size: 1.4rem; }
  .tit_03 { font-size: 3rem; margin: 0 0 3.0rem; padding: 0.5rem 1rem; gap: 1rem; }
  .tit_04 { font-size: 2.6rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 2.4rem; margin: 0 0 2.0rem; gap: 1rem; }
  .tit_05::before { width: 1.3rem; }
  .tit_06 { 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 2em; 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; width: 1.8em; text-align: right; }
.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: 1rem; }
  .lst_ul.lst_ul_col2 > li { width: calc((100% - 1rem) / 2); margin-bottom: 0; }
  .lst_ul.lst_ul_col3 { display: flex; flex-wrap: wrap; gap: 1rem; }
  .lst_ul.lst_ul_col3 > li { width: calc((100% - 2rem) / 3); margin-bottom: 0; }
  .lst_dl01 { width: 100%; display: grid; grid-template-columns: 6em auto; gap: 0; }
  .lst_dl01 dd { 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: grid; grid-template-columns: 13em auto; }
  .lst_dl03 dt, .lst_dl03 dd { padding: 1rem 1.5rem; }
  .lst_dl03 dt { text-align: center; }
  .lst_dl03 dt:not(:last-of-type) { border-bottom: 1px solid #fff; }
  .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; }

.flex2 { display: flex; flex-wrap: wrap; gap: 3rem 0; }
.flex2 > section, .flex2 > li, .flex2 > div { width: 100%; }
.flex2.flex2_ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 4rem; }
.flex2.flex2_ul li { width: 100%; }

.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 { justify-content: space-between; gap: 6rem 2rem; }
  .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; }
  .flex2.flex2_ul { gap: 3rem; margin-top: 1rem; }
  .flex2.flex2_ul li { width: auto; }
  .flex2.flex2_ul li .btn_detail { margin: 0; }
  .flex2.flex2_ul_first { justify-content: flex-start; }
  .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: flex; align-items: center; width: fit-content; margin: 1em auto; padding: 1rem 2.0rem; background: var(--sub6); color: var(--clr_txt); text-decoration: none !important; position: relative; border-radius: 1.5rem 0 1.5rem 0; }
.btn_detail::before { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0.3rem; top: 0.3rem; border: 1px solid var(--sub7); border-radius: 1.5rem 0 1.5rem 0; }
.btn_detail::after { font-family: "fontello"; content: "\e811"; font-size: 50%; margin-top: 0.1rem; margin-left: 0.5rem; }
@media screen and (min-width: 48em), print { .btn_detail { font-size: 1.8rem; min-width: 28.5rem; min-height: 7rem; justify-content: center; border-radius: 3rem 0 3rem 0; }
  .btn_detail::before { border-radius: 3rem 0 3rem 0; left: 0.5rem; top: 0.5rem; }
  .btn_detail::after { margin-left: 0.8rem; }
  .btn_detail:is(:hover, :focus-visible) { background: var(--sub8); } }

.linkout { display: inline-block; color: var(--clr_txt); }
.linkout::after { font-family: "fontello"; content: "\e812"; font-size: .8em; margin-left: .6rem; font-weight: normal; }
@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: "\e810"; }
.slick-arrow.slick-next { right: -2.6rem; }
.slick-arrow.slick-next::before { font-family: "fontello"; content: "\e811"; }

@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; }
.txt_box.txt_box1 { background: var(--sub12); }
.txt_box.txt_box2 { border: 2px solid var(--main1); background: #fff; }

@media screen and (min-width: 48em), print { .txt_box { padding: 2.5rem 3rem; } }
.nav_menu_box { margin-top: 4rem; }
@media screen and (min-width: 48em), print { .nav_menu_box { margin-top: 10rem; } }

.nav_menu { width: 100%; display: flex; 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%; background: #fff; color: var(--clr_txt); border: 1px solid var(--sub7); border-radius: 1em 0 1em 0; padding: 1rem 2em; text-decoration: none !important; position: relative; gap: 0.5rem; }
.nav_menu li a::before { font-family: "fontello"; content: "\f103"; font-weight: normal; right: 1rem; letter-spacing: 0; color: var(--sub7); transition: all 0.3s ease; }
@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: var(--sub15); border-color: var(--sub15); color: var(--clr_txt); }
  .nav_menu li a::before { color: var(--clr_txt); } }

.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 { font-family: "fontello"; content: "\f103"; transform: rotate(-90deg); font-weight: normal; color: var(--main1); margin-right: 0.5em; display: inline-block; }

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

.pdf::after { font-family: "fontello"; content: "\cc04"; margin-left: 0.5rem; font-weight: normal; }

@media print { .header { position: absolute !important; } }
html { font-size: calc(100vw / 32); }

body { background: #fff; color: var(--clr_txt); font-family: "Noto Serif JP","Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; overflow-x: hidden; }
body::after { visibility: hidden; width: 100vw; height: 100vh; content: ""; background: rgba(255, 255, 255, 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-of-type) { margin-top: 0; }
p:where(:last-of-type) { margin-bottom: 0; }

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

.js-tel::before { font-family: "fontello"; content: "\e813"; color: var(--main1); }

.main { font-size: 1.3rem; 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 { font-size: 1.6rem; 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: absolute; }
.header > .wrap { padding: 0rem; }
.header > .wrap .logo { width: 100%; height: 4.6rem; padding: 1.0rem; position: fixed; top: 0; left: 0; z-index: 100; background: rgba(255, 255, 255, 0.9); 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 ul { display: flex; align-items: center; }
.header > .wrap .headR ul li .js-tel { font-size: 1.8rem; }

@media screen and (min-width: 48em), print { .header { position: fixed; top: 0; left: 0; z-index: 100; background: rgba(255, 255, 255, 0.9); width: 100%; height: 10rem; }
  .header > .wrap { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1600px; min-width: 1200px; margin: auto; height: 100%; padding: 0 2rem 0 2rem; }
  .header > .wrap .logo { height: 3.8rem; width: 40%; padding: 0; position: relative; z-index: 101; background: none; flex-shrink: 0; }
  .header > .wrap .logo a { width: 100%; }
  .header > .wrap .headR { flex: 1 1 auto; margin: 0; }
  .header > .wrap .headR ul { justify-content: flex-end; }
  .header #nav { position: static; opacity: 1; width: 100%; min-width: 70rem; }
  .header #nav .gnav_subnav { width: auto; background: none; }
  .header #nav .gnav_subnav .gnav { width: auto; justify-content: flex-end; }
  .header #nav .gnav_subnav .gnav > li { width: auto; } }
#nav { width: 100vw; position: fixed; top: 0; left: 0; z-index: 100; }
#nav #sp_menu { width: 4.6rem; height: 4.6rem; color: var(--main1); text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; position: absolute; top: 0rem; right: 0rem; z-index: 100; transition: .5s; }
#nav #sp_menu.hide { transform: translateY(-220%); }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\cc01"; font-size: 2rem; }
#nav #sp_menu::after { display: block; content: "MENU"; margin: .2rem 0 0; font-size: 0.7rem; }
#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) - 6.0rem); overflow-y: auto; background: #fff; padding: 1.6rem; margin: auto; position: absolute; top: 4.6rem; left: 0; right: 0; z-index: 100; border-radius: 1rem; }
#nav .gnav_subnav .gnav > li { font-weight: bold; }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; align-items: center; width: 100%; text-align: left; padding: 1.0rem; font-size: 1.4rem; }
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current { color: var(--main1); }
#nav .gnav_subnav .gnav > li .sub { gap: .4rem; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\e80e"; display: inline-flex; justify-content: center; align-items: center; margin: 0 0 0 auto; color: var(--main1); font-size: 60%; }
#nav .gnav_subnav .gnav > li .sub.close::after { font-family: "fontello"; content: "\e80f"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; background: var(--bg1); border-radius: 1rem; padding: 1rem; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a { display: flex; align-items: center; padding: 1.0rem; color: var(--clr_txt); gap: 0.5rem; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before { font-family: "fontello"; content: "\e811"; color: var(--main1); font-size: 60%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current { color: #f00; }
#nav .gnav_subnav #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 .gnav_subnav #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: 100; transition: .8s; }
  #nav.fixed { opacity: 1; z-index: 100; position: fixed; }
  #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 .gnav { width: 1200px; margin: auto; display: flex; justify-content: space-between; align-items: center; border: none; }
  #nav .gnav_subnav .gnav > li { width: 100%; position: relative; }
  #nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { justify-content: center; text-align: center; flex-wrap: wrap; font-size: 1.6rem; margin: 0; cursor: pointer; position: relative; padding: 1rem 1.5rem; gap: 0; }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after { margin: 0 0 0 .8rem; position: absolute; left: 0; right: 0; margin: auto; bottom: -0.5rem; }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) { color: var(--main1); opacity: 1.0; }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close { color: var(--main1); }
  #nav .gnav_subnav .gnav > li .subbox { display: none; width: 100%; position: absolute; margin-top: 1rem; z-index: 100; left: 50%; transform: translateX(-50%); background: var(--bg1); padding: 1.9rem; border-radius: 2em; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a { justify-content: flex-start; padding: 1rem; border-radius: 1.5em; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) { background: var(--main1); color: #fff; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before { color: #fff; }
  #nav .gnav_subnav .gnav > li.corporation .subbox { width: 17rem; }
  #nav .gnav_subnav .gnav > li.business .subbox { width: 43.5rem; left: auto; right: 0; transform: none; }
  #nav .gnav_subnav .gnav > li.business .subbox .subnav { width: 100%; display: flex; flex-wrap: wrap; }
  #nav .gnav_subnav .gnav > li.business .subbox .subnav li { min-width: 50%; }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { padding: 8.0rem 2.0rem 4rem; font-size: 1.4rem; line-height: 1.6; position: relative; background: var(--bg2); }
.overview::before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 7rem; background: #fff url("../img/img_wave_green.svg") center bottom no-repeat; background-size: 150%; }
.overview .clinic_name img { max-width: 100%; margin: auto; }
.overview .clinic_address { text-align: center; margin: 0.5rem 0 2.0rem; }
.overview > .wrap { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 2rem; }
.overview > .wrap .gaiyo { width: 100%; margin: 0 0 2rem; display: grid; grid-template-columns: 5em auto; gap: 0; }
.overview > .wrap .gaiyo dt { padding: .4rem; color: var(--main1); }
.overview > .wrap .gaiyo dt.lt1 { padding-left: 1em; letter-spacing: 1em; }
.overview > .wrap .gaiyo dd { padding: .4rem; }
.overview > .wrap .overviewL { border: solid var(--line1); border-width: 0 0 1px; padding-bottom: 2rem; }
.overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0; }
.overview > .wrap .overviewR .gnav { display: flex; flex-wrap: wrap; padding: 0 1rem; gap: 1rem 0; font-weight: bold; margin-bottom: 1rem; }
.overview > .wrap .overviewR .gnav > li { width: 100%; }
.overview > .wrap .overviewR .gnav > li ul { margin-left: 1em; font-size: 90%; display: flex; flex-direction: column; gap: 0.5rem 0; }
.overview > .wrap .overviewR .gnav > li ul li::before { content: "‐"; }
.overview > .wrap .overviewR .gnav > li ul ul { margin-top: 0.5rem; }
.overview > .wrap .overviewR .gnav .home, .overview > .wrap .overviewR .gnav .business, .overview > .wrap .overviewR .gnav .inquiry, .overview > .wrap .overviewR .gnav .privacypolicy { width: 100%; }
.overview > .wrap .overviewR .clr_1 { color: var(--main1); }

.gmap { height: 20rem; }

@media screen and (min-width: 48em), print { .overview { padding: 28.0rem 0 6rem; font-size: 1.6rem; margin-top: 9.2rem; }
  .overview::before { height: 20rem; background-size: auto; }
  .overview > .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0; }
  .overview > .wrap .clinic_name { max-width: none; margin: 0; }
  .overview > .wrap .clinic_name img { width: 47rem; max-width: none; margin: 0 0 1.3rem; }
  .overview > .wrap .gaiyo { grid-template-columns: 11.4rem auto; }
  .overview > .wrap .gaiyo dt { padding: 1.0rem 0; }
  .overview > .wrap .gaiyo dd { padding: 1.0rem 0; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 60rem; }
  .overview > .wrap .overviewL { padding: 0 10rem 0 1rem; border-width: 0 1px 0 0; }
  .overview > .wrap .overviewR { margin: 0; padding-left: 5.3rem; display: flex; align-items: flex-start; }
  .overview > .wrap .overviewR .subbox { display: block !important; }
  .overview > .wrap .overviewR .gnav { padding: 0; }
  .overview > .wrap .overviewR .gnav > li { width: 100%; }
  .overview > .wrap .overviewR .gnav > li ul { margin: 1.2rem 0 1.2rem 1.5rem; }
  .overview > .wrap .overviewR .gnav > li ul ul { margin: 1.5rem 0 1.5rem 2.8rem; font-size: 1.4rem; }
  .overview > .wrap .overviewR .clr_1 { font-size: 1.8rem; }
  .gmap { height: 45rem; } }
#tel_up { width: 100%; height: 4.0rem; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; font-size: 1.4rem; display: flex; justify-content: space-between; align-items: center; }
#tel_up ul { width: calc(100% - 4.5rem); height: 100%; display: flex; justify-content: center; align-items: center; line-height: 1.0; gap: 1px; background: #fff; }
#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%; width: 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%; height: 100%; gap: 0 .4rem; }
#tel_up ul li .js-tel a::before { content: "Tel."; }
#tel_up ul li .btn_rsv { height: 100%; display: flex; border-radius: 0; background: var(--sub2); color: #fff; }
#tel_up #pageup { display: block; width: 4.0rem; height: 100%; font-size: 1.6rem; text-align: center; padding: 1.0rem; line-height: 1.0; overflow: hidden; position: relative; z-index: 101; background: url("../img/pagetop.svg") center center no-repeat; background-size: contain; }
#tel_up #pageup::before { display: block; content: ""; }
#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 { width: 8.0rem; height: 8.0rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; box-shadow: none; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 100%; font-size: 3.0rem; } }
.footer { text-align: center; padding: 0 0 4.0rem; background: var(--bg2); }
.footer .copy { display: block; padding: .6rem 1.0rem; font-size: 1.2rem; font-weight: bold; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; }
  .footer .copy { padding: 2.0rem 0 5.8rem; font-size: 1.4rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.4rem; line-height: 1.3; margin: 0 0 1.0rem; -webkit-text-size-adjust: none; padding: 0 2rem; border-right: 1px solid; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.last-in-row { border-right-color: transparent !important; }
  .footer ul li.treatment { display: none; } }
@media screen and (min-width: 48em), print { body.index > .wrap { width: 100%; } }

@keyframes kvslide { 0% { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }
  100% { -webkit-transform: translateX(-80px); -ms-transform: translateX(-80px); transform: translateX(-80px); } }
.keyvsl { width: 100%; position: relative; }
.keyvsl::before, .keyvsl::after { content: ""; display: block; background: url("../img/img_side_tree.svg") right center no-repeat; background-size: auto 100%; position: absolute; z-index: 2; }
.keyvsl::before { width: 18.8rem; height: 14.5rem; left: -4.6rem; top: 0; }
.keyvsl::after { width: 20rem; height: 22rem; bottom: 1.6rem; right: 0rem; transform: scale(-1, 1); }
.keyvsl #keyvsl { max-width: 100%; height: 100dvh; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl::after { content: ""; display: block; height: 12.9rem; width: 100%; background-image: linear-gradient(180deg, transparent, #fff); z-index: 1; position: absolute; bottom: 0; left: 0; }
.keyvsl #keyvsl .slick-list { margin: 0; padding: 0; position: relative; width: calc(100vw + 80px); height: calc(100vh + 80px); }
.keyvsl #keyvsl .slick-list div picture { height: 100%; width: calc(100vw + 80px); }
.keyvsl #keyvsl .slick-list div img { height: 100%; width: calc(100vw + 80px); -o-object-fit: cover; object-fit: cover; -o-object-position: left center; object-position: left center; font-family: 'object-fit: cover; object-position: left center;'; -webkit-transform: translateX(-80px); -ms-transform: translateX(-80px); transform: translateX(-80px); }
.keyvsl #keyvsl .slick-list .slick-active source, .keyvsl #keyvsl .slick-list .slick-active img { animation: kvslide 18s linear 0s 1 normal forwards; }
.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; z-index: 2; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; justify-content: center; align-items: center; }
.keyvsl > .wrap .catch { text-align: center; font-size: 1.7rem; text-shadow: 0 0 5px #000; color: #fff; letter-spacing: 2px; text-indent: 2px; }
.keyvsl > .wrap .catch span { font-size: 2.9rem; color: var(--main1); text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff; }
.keyvsl > .wrap .catch.trigger { animation: fade_up .8s ease-out .4s 1 normal forwards; }

@media screen and (min-width: 48em), print { .keyvsl::before { width: 51.7rem; height: 45.7rem; top: auto; bottom: 6.8rem; left: auto; right: calc(50% + 50rem); }
  .keyvsl::after { width: 56.8rem; height: 45.7rem; bottom: -16rem; right: auto; left: calc(50% + 43.2rem); }
  .keyvsl #keyvsl::after { height: 25.8rem; }
  .keyvsl #keyvsl .slick-list { height: 100%; }
  .keyvsl #keyvsl .slick-list div { font-size: 0; height: 100%; }
  .keyvsl #keyvsl .slick-list div source, .keyvsl #keyvsl .slick-list div img { height: 100% !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 { width: 100%; justify-content: flex-start; align-items: flex-end; margin: 0 0 9.3rem 7.2rem; }
  .keyvsl > .wrap .catch { text-align: left; font-size: 3rem; text-shadow: 0 0 15px #000; }
  .keyvsl > .wrap .catch span, .keyvsl > .wrap .catch b { font-size: 5rem; }
  .keyvsl > .wrap .catch span { text-shadow: 0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff; } }
.connect { margin: 4rem 2rem; clip-path: inset(0); font-weight: bold; position: relative; }
.connect::before { content: ""; display: block; background: url("../img/bg_philosophy.jpg") center center no-repeat; background-position: center; background-repeat: no-repeat; background-size: cover; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: -1; }
.connect .wrap { padding: 3rem 2rem 2rem; position: relative; }
.connect .wrap::before, .connect .wrap::after { content: ""; display: block; background: url("../img/img_happa.svg") center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; position: absolute; }
.connect .wrap::before { width: 6rem; top: 0; left: 0.5rem; }
.connect .wrap::after { width: 4rem; top: 6rem; right: 1rem; transform: scale(-1, 1); }
.connect .wrap.trigger { animation: fade_up .8s ease-out .2s 1 normal forwards; }
.connect h2 { text-align: center; margin-bottom: 2rem; line-height: 1.5; }
@media screen and (min-width: 48em), print { .connect { margin: 7.4rem 7rem 9rem; }
  .connect .wrap { height: 80.2rem; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 2rem; width: 100%; max-width: 185.6rem; }
  .connect .wrap::before { width: 18rem; left: auto; right: calc(50% + 52.4rem); }
  .connect .wrap::after { width: 12rem; right: auto; left: calc(50% + 53.3rem); top: 19.4rem; }
  .connect h2 { font-size: 4rem; } }

.index_business { margin: 4.0rem 0rem; padding: 4rem 2rem 6rem; position: relative; background: var(--bg2) url("../img/img_wave_white.svg") center bottom -2rem no-repeat; background-size: 200%; }
.index_business::before { content: ""; display: block; width: 100%; position: absolute; background-image: linear-gradient(0deg, transparent, #fff); top: 0; left: 0; height: 8rem; }
.index_business .wrap::before, .index_business .wrap::after { content: ""; display: block; background: url("../img/img_side_tree.svg") right center no-repeat; background-size: auto 100%; position: absolute; }
.index_business .wrap::before { width: 15rem; height: 15rem; left: 0; top: -10rem; }
.index_business .wrap::after { width: 15rem; height: 15rem; right: 0; bottom: -5rem; transform: scale(-1, 1); }
.index_business h2 { position: relative; z-index: 1; }
.index_business ol { display: flex; flex-wrap: wrap; gap: 3rem; }
.index_business ol li { width: 100%; background: #fff; padding: 2rem; position: relative; }
.index_business ol li::after { display: block; background: center center no-repeat; background-size: contain; position: absolute; z-index: 1; }
.index_business ol li h3 { text-align: center; color: var(--main1); background: url("../img/icon_happa_business_details.svg") center center no-repeat; background-size: contain; padding: 0.4rem; }
.index_business ol li a { display: block; text-decoration: none; color: var(--clr_txt); position: relative; background: center center no-repeat; background-size: cover; aspect-ratio: 30 / 22; margin: 1.5rem 0; }
.index_business ol li a span { display: flex; align-items: center; position: absolute; height: 2.8rem; right: 0; bottom: 0; background: var(--sub1); width: fit-content; padding: 0.3rem 1rem 0.3rem 2rem; font-weight: bold; clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%); }
.index_business ol li a span::after { font-family: "fontello"; content: "\e811"; font-size: 70%; font-weight: normal; margin-left: 0.5rem; }
.index_business ol li p { margin: 0; font-weight: bold; }
.index_business ol .business_lecture a { background-image: url("../img/index_business01.jpg"); }
.index_business ol .business_lecture::after { content: ""; background-image: url("../img/img_business_drophappa_left.svg"); width: 8rem; aspect-ratio: 160 / 132; top: -2rem; left: -1.5rem; }
.index_business ol .business_consulting a { background-image: url("../img/index_business02.jpg"); }
.index_business ol .business_support a { background-image: url("../img/index_business03.jpg"); }
.index_business ol .business_support::after { content: ""; background-image: url("../img/img_business_drophappa_right.svg"); width: 8rem; aspect-ratio: 160 / 135; right: -1.5rem; bottom: -4rem; }
.index_business ol .business_training a { background-image: url("../img/index_business04.jpg"); }
.index_business ol .business_training::after { content: ""; background-image: url("../img/img_business_drop.svg"); width: 7rem; aspect-ratio: 150 / 80; left: -1.5rem; bottom: -2rem; }
.index_business ol .business_mci a { background-image: url("../img/index_business05.jpg"); }
.index_business ol .featubusiness_guidance a { background-image: url("../img/index_business06.jpg"); }

@media screen and (min-width: 48em), print { .index_business { margin: 9rem 0 0; padding: 0 0 28.8rem; background-size: auto; }
  .index_business::before { height: 25.8rem; }
  .index_business .wrap::before, .index_business .wrap::after { width: 73.2rem; height: 45.7rem; }
  .index_business .wrap::before { left: auto; right: calc(50% + 42.8rem); top: -20.9rem; }
  .index_business .wrap::after { right: auto; left: calc(50% + 40rem); bottom: -9rem; }
  .index_business ol { width: 118rem; gap: 5rem; }
  .index_business ol li { width: 36rem; padding: 2rem 3rem 4rem; height: 56.4rem; }
  .index_business ol li:nth-child(1) { animation-delay: 0.2s; }
  .index_business ol li:nth-child(2) { animation-delay: 0.6s; }
  .index_business ol li:nth-child(3) { animation-delay: 1s; }
  .index_business ol li:nth-child(4) { animation-delay: 0.2s; }
  .index_business ol li:nth-child(5) { animation-delay: 0.6s; }
  .index_business ol li:nth-child(6) { animation-delay: 1s; }
  .index_business ol li h3 { font-size: 2rem; }
  .index_business ol li a span { padding: 1.2rem 1.2rem 1.2rem 2.3rem; height: 4.3rem; }
  .index_business ol .business_lecture::after { width: 16rem; top: -3.8rem; left: -11rem; }
  .index_business ol .business_support::after { width: 16rem; bottom: -6.2rem; right: -7.2rem; }
  .index_business ol .business_training::after { width: 15rem; left: -4.1rem; bottom: -2.9rem; } }
.info { margin: 4.0rem 2.0rem; }
.info .wrap .top_tit_02 { margin: 0 auto 3rem; line-height: 1.5; }
.info .wrap #info01 { line-height: 1.6; overflow-y: auto; overscroll-behavior-y: none; }
.info .wrap #info01::-webkit-scrollbar { width: 0.8rem; }
.info .wrap #info01::-webkit-scrollbar-track { background-color: var(--sub2); border-radius: 2rem; }
.info .wrap #info01::-webkit-scrollbar-thumb { background-color: var(--bg3); border-radius: 2rem; }
.info .wrap #info01 > div { font-weight: bold; }
.info .wrap #info01 > div:not(:first-child) { border-top: 1px solid var(--line1); padding-top: 1rem; margin-top: 1rem; }
.info .wrap #info01 > div .accordion-content { padding: 0.5rem 0 0; }
.info .wrap #info01 > div .accordion-header { flex-wrap: wrap; }
.info .wrap #info01 > div .accordion-header .accordion-date { width: 100%; font-weight: bold; color: var(--sub3); font-size: 80%; }
.info .wrap #info01 > div .accordion-header .accordion-title { order: 1; margin: 0 0 0 0.5rem; width: calc(100% - 1.1em - 0.5rem); font-weight: bold; font-size: 1.1em; }
.info .wrap #info01 > div .accordion-header::after { transform: rotate(0); border: none; background: url("../img/icon_ar_news_open.svg") center center no-repeat; background-size: contain; width: 1.1em; height: 1.1em; position: static; }

@media screen and (min-width: 48em), print { .info { margin: 0 0 7.2rem; }
  .info .wrap { display: flex; align-items: flex-start; width: 118rem; }
  .info .wrap .top_tit_02 { width: 39rem; margin-right: 4rem; margin-bottom: 0; font-size: 3.6rem; }
  .info .wrap .info_box { flex: 1; }
  .info .wrap #info01 > div:not(:first-child) { margin-top: 2rem; padding-top: 2rem; }
  .info .wrap #info01 > div .accordion-header { padding: 0 0 0.5rem; }
  .info .wrap #info01 > div .accordion-header .accordion-date { font-size: 1.4rem; }
  .info .wrap #info01 > div .accordion-header .accordion-title { font-size: 2rem; }
  .info .wrap #info01 > div .accordion-header::after { width: 2rem; } }
.accordion-container { width: 100%; margin: 0; }
.accordion-container .accordion-item { width: 100%; margin-bottom: 2px; border: none; border-radius: 0; color: var(--clr_txt); }
.accordion-container .accordion-item summary.accordion-header { display: flex; align-items: center; padding: 0; font-weight: 500; cursor: pointer; list-style: none; position: relative; }
.accordion-container .accordion-item summary.accordion-header::after { content: ""; position: absolute; right: 20px; width: 8px; height: 8px; border-top: 2px solid var(--main1); border-right: 2px solid var(--main1); transform: rotate(135deg); transition: transform 0.3s ease; }
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker { display: none; }
.accordion-container .accordion-item[open] summary.accordion-header::after { transform: rotate(315deg); }
.accordion-container .accordion-item .accordion-badge, .accordion-container .accordion-item .accordion-date, .accordion-container .accordion-item .accordion-title { display: inline-block; padding: 0; margin-right: .5em; }
.accordion-container .accordion-item .accordion-badge { background-color: var(--main1); color: #fff; font-size: 0.75rem; border-radius: 4px; }
.accordion-container .accordion-item .accordion-date { color: var(--clr_txt); }
.accordion-container .accordion-item .accordion-title { color: var(--main1); }
.accordion-container .accordion-item .accordion-content { padding: 5px 15px; }

@media screen and (min-width: 48em), print { .accordion-container .accordion-item { margin-bottom: 2px; border: none; border-radius: 0; overflow: hidden; }
  .accordion-container .accordion-item summary.accordion-header { padding: 5px 15px; }
  .accordion-container .accordion-item .accordion-badge { font-size: 0.75rem; border-radius: 4px; } }
.consultation { position: relative; background: url("../img/bg_consultation.jpg") center center no-repeat; background-size: cover; padding: 0 1rem 4rem; }
.consultation h2 { position: relative; text-align: center; letter-spacing: 0.1em; text-indent: 0.1em; line-height: 1.5; margin-bottom: 3rem; }
.consultation h2::before { content: ""; display: block; width: 1px; height: 3rem; margin: auto; background: var(--sub5); margin-bottom: 1rem; }
.consultation h2 span { text-align: center; font-size: 60%; color: var(--sub4); display: block; }
.consultation h3 { font-family: "Charm", sans-serif; text-align: center; font-size: 3rem; color: var(--sub4); }
.consultation .wrap > div { position: relative; padding: 0 1rem; }
.consultation .wrap > div::before { content: ""; display: block; position: absolute; width: 100%; aspect-ratio: 1 / 1; background-image: radial-gradient(rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0) 70%); }
.consultation .wrap > div h3, .consultation .wrap > div p { position: relative; z-index: 1; }
.consultation .wrap > div span { color: var(--sub4); }
.consultation ul { background: rgba(255, 255, 255, 0.7); padding: 1rem; border-radius: 1rem; margin-top: 2rem; }
.consultation ul li { display: flex; gap: 0.2rem; }
.consultation ul li::before { content: ""; display: block; background: url("../img/icon_happa_consultation.svg") center center no-repeat; background-size: contain; aspect-ratio: 19 / 28; height: 1.2em; margin-top: 0.5rem; }
.consultation .consultation_monism { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: url("../img/bg_consultation_monism.svg") center center no-repeat; background-size: contain; aspect-ratio: 671 / 607; margin: 2rem auto 0; padding: 0 7rem 5rem 0; font-family: "Charm", sans-serif; font-size: 3rem; color: var(--sub4); font-weight: bold; line-height: 1.5; }
.consultation .consultation_monism span { font-size: 1.4rem; }
@media screen and (min-width: 48em), print { .consultation { padding-bottom: 11.1rem; position: relative; height: 99.7rem; padding: 0; }
  .consultation .wrap { width: 118rem; display: flex; justify-content: flex-end; flex-wrap: wrap; }
  .consultation .wrap h2 { width: 100%; font-size: 3.6rem; margin-bottom: 5rem; }
  .consultation .wrap h2::before { height: 7.8rem; margin-bottom: 0.6rem; }
  .consultation .wrap h2 span { font-size: 1.4rem; margin-top: 1.8rem; }
  .consultation .wrap div { width: 62.6rem; margin: 0 0 auto; padding: 0 0 0 5.7rem; }
  .consultation .wrap div h3 { font-size: 6.6rem; margin-bottom: 2.3rem; }
  .consultation .wrap ul { margin-top: 2.5rem; padding: 2.6rem 4.8rem; border-radius: 4.3rem; }
  .consultation .wrap ul li::before { height: 2.4rem; margin-right: 0.8rem; }
  .consultation .consultation_monism { width: 67.1rem; height: 60.7rem; padding: 0 15rem 8rem 0; font-size: 6.6rem; position: absolute; top: 17.7rem; right: calc(50% + 6.5rem); margin: 0; }
  .consultation .consultation_monism span { font-size: 2.8rem; } }

.index_greeting { position: relative; background: var(--bg2); padding: 0 2rem 4rem; }
.index_greeting::before, .index_greeting::after { content: ""; display: block; width: 100%; position: absolute; left: 0; }
.index_greeting::before { top: 0; height: 18rem; background: #fff url("../img/img_wave_green.svg") center bottom no-repeat; background-size: 200%; }
.index_greeting::after { bottom: 0; height: 10rem; background-image: linear-gradient(180deg, transparent, #fff); }
.index_greeting h2, .index_greeting p, .index_greeting a, .index_greeting img { position: relative; z-index: 1; }
.index_greeting .wrap { padding: 0 0; }
.index_greeting .wrap::before, .index_greeting .wrap::after { content: ""; display: block; background: url("../img/img_side_tree.svg") right top no-repeat; background-size: auto 100%; position: absolute; width: 15rem; height: 18rem; z-index: 1; }
.index_greeting .wrap::before { top: 0; left: 0; }
.index_greeting .wrap::after { bottom: 0; right: 0; transform: scale(-1, 1); }
.index_greeting .top_tit_02 { position: relative; z-index: 2; }
.index_greeting .img { padding: 0 1rem 1rem 0; position: relative; z-index: 2; width: 80%; margin: 0 auto 2rem; }
.index_greeting .img::before { content: ""; display: block; width: calc(100% - 1rem); height: calc(100% - 1rem); border-radius: 6rem 0 6rem 0; border: 1px solid var(--main1); position: absolute; right: 0; bottom: 0; }
.index_greeting .img img { border-radius: 6rem 0 6rem 0; position: relative; z-index: 1; }
.index_greeting .txt { position: relative; z-index: 2; }
.index_greeting .txt .txt_r span { font-size: 150%; }
.index_greeting .btn_detail { position: relative; z-index: 2; }

@media screen and (min-width: 48em), print { .index_greeting { margin: 6.2rem 0 7.8rem; padding: 0 0 10.5rem; }
  .index_greeting::before { height: 43.2rem; background-size: auto; }
  .index_greeting::after { height: 25.8rem; background-size: auto; }
  .index_greeting .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 3.3rem; width: 118rem; }
  .index_greeting .wrap::before, .index_greeting .wrap::after { width: 73.2rem; height: 45.7rem; }
  .index_greeting .wrap::before { left: auto; right: calc(50% + 42.8rem); top: -1.1rem; }
  .index_greeting .wrap::after { right: auto; left: calc(50% + 50rem); bottom: 3rem; }
  .index_greeting .top_tit_02 { width: 100%; order: -2; }
  .index_greeting .img { width: 30rem; padding: 0 1.9rem 1.6rem 0; margin: 0; }
  .index_greeting .img::before { width: calc(100% - 1.9rem); height: calc(100% - 1.9rem); }
  .index_greeting .txt { order: -1; width: 73rem; margin-left: 6.3rem; line-height: 2.5; }
  .index_greeting .txt .txt_r { font-size: 1.8rem; line-height: 2; }
  .index_greeting .txt .txt_r span { font-size: 2.8rem; } }
.organization { margin: 4rem 2rem; }
.organization ul li { display: flex; gap: 0.5rem; border-bottom: 1px solid var(--line1); padding: 1rem 0; }
.organization ul li::before { content: ""; display: block; background: url("../img/icon_happa_pagetop.svg") center center no-repeat; background-size: contain; aspect-ratio: 42 / 64; width: 1.3em; }
.organization ul li a { display: flex; justify-content: space-between; color: var(--clr_txt); text-decoration: none; width: 100%; }
.organization ul li a::after { font-family: "fontello"; content: "\e812"; color: var(--main1); }
@media screen and (min-width: 48em), print { .organization .wrap { width: 104.8rem; display: flex; gap: 6.4rem; }
  .organization .wrap .top_tit_02 { margin: 0; }
  .organization ul { flex: 1; }
  .organization ul li { font-size: 1.8rem; padding: 2rem 0; }
  .organization ul li:first-child { padding-top: 0; }
  .organization ul li::before { width: 1.7rem; margin-right: 1rem; }
  .organization ul li a::after { font-size: 1.6rem; font-weight: normal; } }

body:where(:not(.index)) .sub_header { display: flex; flex-direction: column-reverse; }
body:where(:not(.index)) .breadnav a { color: var(--lcolor); }
body:where(:not(.index)) .main { margin: 0 1.0rem 6.0rem; }
body:where(:not(.index)) .main .js-tel { font-size: 120%; }
body:where(:not(.index)) .main .js-tel::before { color: var(--main1); }
@media screen and (min-width: 48em), print { body:where(:not(.index)) .breadnav a:is(:hover, :focus-visible) { color: var(--lcolor_h); }
  body:where(:not(.index)) .main { width: 100.0rem; margin: 0 auto 8.0rem; }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r { max-width: 40%; height: auto; }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s { max-width: 30%; } }

.breadnav { max-width: 100vw; margin: 1.0rem; overflow-x: auto; }
.breadnav .breadcrumb { display: flex; align-items: center; font-size: 1.2rem; white-space: nowrap; }
.breadnav .breadcrumb li { display: flex; align-items: center; }
.breadnav .breadcrumb li a { text-decoration: underline; }
.breadnav .breadcrumb li:not(:last-child)::after { display: inline-block; content: ">"; font-size: 70%; margin: 0 .6rem; }

@media screen and (min-width: 48em), print { .breadnav { width: 1200px; max-width: 100%; margin: 2.0rem auto 0; overflow-x: inherit; }
  .breadnav .breadcrumb { font-size: 1.4rem; }
  .breadnav .breadcrumb li:not(:last-child)::after { margin: 0 1.0rem; }
  .breadnav .breadcrumb li a:hover { opacity: 1.0; text-decoration: none; } }
.lst_keireki { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1em 0; }
.lst_keireki li { width: 100%; border: 1px solid var(--sub9); border-radius: 1rem; padding: 1.5rem; text-align: center; }
.lst_keireki li strong { color: var(--main1); font-size: 120%; display: inline-block; padding: 0 0.5em; }
.lst_keireki li::before { content: ""; display: block; text-align: center; background: url("../img/icon_happa_kasou_houzin.svg") center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; width: 2.5em; margin: auto; }
@media screen and (min-width: 48em), print { .lst_keireki { gap: 2rem; }
  .lst_keireki li { width: calc( (100% - 4rem) / 3); } }

@media screen and (min-width: 48em), print { .greeting .img_r { width: 30%; } }

.btn_sns { margin: 1em auto; display: flex; flex-wrap: wrap; gap: 1rem; }
.btn_sns li { width: 100%; }
.btn_sns a { display: flex; justify-content: center; align-items: center; gap: 1rem; border: 1px solid var(--sub7); padding: 2rem; border-radius: 2rem 0 2rem 0; font-size: 1.5rem; }
.btn_sns a::before { content: ""; display: block; aspect-ratio: 1 / 1; width: 40px; background: center center no-repeat; background-size: contain; margin-right: 1rem; }
.btn_sns a::after { font-family: "fontello"; content: "\e811"; font-weight: normal; font-size: 60%; }
.btn_sns a.btn_line::before { background-image: url("../img/logo_LINE.png"); }
.btn_sns a.btn_insta::before { background-image: url("../img/logo_insta.png"); }
@media screen and (min-width: 48em), print { .btn_sns { gap: 2rem; justify-content: center; margin: 3rem 0; }
  .btn_sns li { width: 36.5rem; }
  .btn_sns a { border-radius: 3rem 0 3rem 0; font-size: 1.8rem; }
  .btn_sns a:is(:hover, :focus-visible) { background: var(--sub1); opacity: 1; } }

.dr_name { text-align: right; }
.dr_name span { font-size: 120%; }

.gallery { width: 85%; margin: auto; visibility: hidden; }
.gallery .gallery_slider div .cap { margin: .2rem 0 0; text-align: center; color: #fff; padding: .4rem; font-size: 1.2rem; opacity: 0; transition: .3s ease; background: var(--main1); line-height: 1.4; }
.gallery .gallery_slider div .slick-current .cap { opacity: 1; transition-delay: .5s; }
.gallery .gallery_slider div:first-child .cap { transition-delay: 0s; }
.gallery .gallery_thum div img { cursor: pointer; border: 4px solid transparent; }
.gallery .gallery_thum .slick-current div img { border: 4px solid var(--main1); }
.gallery .gallery_thum .slick-track { margin: 0; }

@media screen and (min-width: 48em), print { .gallery { width: 75.0rem; margin: auto; }
  .gallery .gallery_slider { font-size: 1.6em; }
  .gallery .gallery_slider div .cap { font-size: 1.8rem; padding: 1.0rem; }
  .gallery .gallery_thum { width: calc(100% + .6rem); } }
.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 2.0rem; }
  .device li { width: 32%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
@media screen and (min-width: 48em), print { .first .flex2 { justify-content: center; align-items: center; gap: 5rem; }
  .first .flex2 li { width: auto; } }

.lst_flow { counter-reset: number 0; }
.lst_flow dt { counter-increment: number 1; position: relative; padding-left: 1.8em; padding: 1rem 1rem 1rem calc(1.8em + 2rem); display: flex; align-items: center; border: solid var(--sub7); border-width: 2px 2px 0; }
.lst_flow dt::before { display: inline-block; content: counter(number,decimal-leading-zero); border-radius: 50%; color: #fff; background: var(--main1); display: flex; align-items: center; justify-content: center; width: 2em; height: 2em; font-weight: bold; position: absolute; left: 1rem; line-height: 1; }
.lst_flow dd { margin: 0; position: relative; padding: 0 1rem 1rem; border: solid var(--sub7); border-width: 0 2px 2px; }
.lst_flow dd:not(:last-child) { margin: 0 0 6.0rem; }
.lst_flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -4.0rem; left: 0; right: 0; background: var(--main1); height: calc(4rem / 2); width: 4rem; clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(180deg); margin: auto; }
.lst_flow > li { counter-increment: number 1; position: relative; padding: 1rem; border: 2px solid var(--sub7); }
.lst_flow > li .tit_lst_flow { position: relative; padding: 0.5rem 1rem 0.5rem 2.3em; }
.lst_flow > li .tit_lst_flow::before { display: inline-block; content: counter(number,decimal-leading-zero); color: #fff; border-radius: 50%; background: var(--main1); padding: 0 1rem; display: flex; align-items: center; justify-content: center; width: 2em; aspect-ratio: 1 / 1; line-height: 1; font-weight: bold; position: absolute; left: 0; top: 0; }
.lst_flow > li p:first-of-type { margin-top: 0; }
.lst_flow > li:not(:last-child) { margin: 0 0 6.0rem; }
.lst_flow > li:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -4.0rem; left: 0; right: 0; background: var(--main1); height: calc(4rem / 2); width: 4rem; clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: rotate(180deg); margin: auto; }

@media screen and (min-width: 48em), print { .lst_flow dt { padding: 4rem 4rem 2rem calc(2.5em + 4rem); font-size: 2.4rem; }
  .lst_flow dt::before { left: 4rem; }
  .lst_flow dd { padding: 0 4rem 4rem; }
  .lst_flow dd:not(:last-child) { margin: 0 0 10.0rem; }
  .lst_flow dd:not(:last-child)::after { bottom: -7.0rem; width: 6rem; height: calc(6rem / 2); }
  .lst_flow > li { padding: 3rem; }
  .lst_flow > li .tit_lst_flow { font-size: 2rem; padding-left: 3em; }
  .lst_flow > li .tit_lst_flow::before { font-size: 2.5rem; width: 2em; padding-bottom: 0.4rem; }
  .lst_flow > li:not(:last-child) { margin: 0 0 10.0rem; }
  .lst_flow > li:not(:last-child)::after { bottom: -7.0rem; width: 6rem; height: calc(6rem / 2); } }
body.access .main .gmap { height: 100vw; margin: 2.0rem 0; }
@media screen and (min-width: 48em), print { body.access .main .tbl_time { font-size: 2.0rem; }
  body.access .main .js-tel { font-size: 2.5rem; }
  body.access .main .gmap { margin: 4.0rem 0 0; height: 50.0rem; } }

.form1 iframe { width: 100%; overflow: hidden; border: 0; height: 160rem; }
@media screen and (min-width: 48em), print { .form1 iframe { height: 136rem; width: 80%; margin: auto; display: block; } }

.anc li { display: flex; line-height: 1.2; margin: 0 0 1.0rem; }
.anc li::before { font-family: "fontello"; content: "\e80c"; color: var(--clr_txt); margin-right: .4rem; }
.anc li a { color: var(--clr_txt); display: inline-block; text-decoration: none !important; }

@media screen and (min-width: 48em), print { .anc { display: flex; justify-content: center; flex-wrap: wrap; gap: 0 2.0rem; }
  .anc li { font-size: 110%; margin: 0 0 1.6rem; }
  .anc li::before { margin-right: .8rem; }
  .anc li a:hover { text-decoration: underline !important; } }
body.vaccination .table_1 tr { display: flex; flex-wrap: wrap; }
body.vaccination .table_1 th, body.vaccination .table_1 td { display: flex; align-items: center; flex-wrap: wrap; flex-direction: column; font-size: 90%; }
body.vaccination .table_1 th { justify-content: center; }
body.vaccination .table_1 th[scope="col"]:first-child { width: 100%; }
body.vaccination .table_1 th[scope="col"]:nth-child(2) { width: 45%; }
body.vaccination .table_1 th[scope="col"]:nth-child(3) { width: 55%; }
body.vaccination .table_1 th[scope="row"] { width: 100%; }
body.vaccination .table_1 td { display: block; }
body.vaccination .table_1 td:nth-child(2) { width: 45%; }
body.vaccination .table_1 td:nth-child(3) { width: 55%; }
@media screen and (min-width: 48em), print { body.vaccination .table_1 tr { display: table-row; }
  body.vaccination .table_1 th, body.vaccination .table_1 td { display: table-cell; font-size: 100%; }
  body.vaccination .table_1 th { justify-content: center; }
  body.vaccination .table_1 th[scope="col"]:first-child { width: 30%; }
  body.vaccination .table_1 th[scope="col"]:nth-child(2) { width: 30%; }
  body.vaccination .table_1 th[scope="col"]:nth-child(3) { width: 40%; }
  body.vaccination .table_1 th[scope="row"] { width: 30%; }
  body.vaccination .table_1 td:nth-child(2) { width: 30%; }
  body.vaccination .table_1 td:nth-child(3) { width: 40%; } }

@counter-style p-decimal { system: extends decimal; prefix: ''; suffix: ' ) '; speak-as: number; }
@counter-style p-brackets { system: extends decimal; prefix: '('; suffix: ') '; speak-as: number; }
.privacypolicy .lead { margin-bottom: 4.5rem; }
.privacypolicy ul ul, .privacypolicy ul ol, .privacypolicy ol ul, .privacypolicy ol ol { margin-block: 0.5em; }
.privacypolicy .lst_ul > li::before { color: inherit; transform: scale(0.4); content: '●'; }
.privacypolicy .lst_ol > li { list-style-type: p-decimal; padding: 0; margin-left: 1.4em; }
.privacypolicy .lst_ol > li::marker { font-weight: normal; font-size: inherit; color: inherit; }
.privacypolicy .lst_ol > li::before { content: none; }
.privacypolicy .lst_ol > li:not(:last-child) { margin-left: 1.4em; }
.privacypolicy .lst_ol > li .lst_ol > li { list-style-type: p-brackets; padding: 0; margin-left: 2em; }
.privacypolicy .lst_ol > li .lst_ol > li::marker { font-weight: normal; font-size: inherit; color: inherit; }
.privacypolicy .lst_ol > li .lst_ol > li::before { content: none; }
.privacypolicy .lst_ol > li .lst_ol > li:not(:last-child) { margin-left: 2em; }
.privacypolicy .dl_num dt ~ dt { margin-top: 0.8em; }
.privacypolicy .dl_num > dd { padding-left: 1.5em; }
.privacypolicy .pp_sign { margin-top: 5.0rem; text-align: right; }
.privacypolicy .pp_contactus { margin-top: 3.0rem; }
.privacypolicy .pp_contactus div { word-spacing: 0.5em; word-break: auto-phrase; }
@media screen and (min-width: 48em), print { .privacypolicy .lead { margin-bottom: 90px; }
  .privacypolicy .pp_sign { margin-top: 100px; }
  .privacypolicy .pp_contactus { margin-top: 25px; }
  .privacypolicy .pp_contactus div { text-align: right; } }
