@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: #2D3A4A; --clr_txt2:#1A1311; --main1: #2F6FD3; --main1_rgb: 6,62,149; --sub1: #0DB4DB; --sub2:#07B79F; --sub3:#049B86; --sub4:#0B89DC; --sub4_rgb:11 ,137, 220; --sub5:#097CC8; --sub6:#093F94; --sub7:#D85656; --sub8:#6E91CE; --sub9:#D2E1F8; --sub10:#BFD4F9; --sub11:#D9DADB; --sub12:#255AB4; --sub13:#CACDD2; --sub14:#D1F6FF; --sub15:#16C8F4; --sub16:#F6F7F9; --sub17:#8C8AE6; --sub18:#2D3A4A; --sub19:#CDF4FF; --sub20:#DEDDFF; --sub21:#E0E0F6; --sub22:#1EB1D4; --sub22_rgb:30,177,212; --sub23:#417BD6; --sub24:#0DB5DC; --sub25:#706EBF; --sub26:#063E95; --bg1: #DFEEFC; --bg2:#DAF9F5; --line1: #B3BFD4; --line_table: #B3BFD4; --line_menu: #D9DEE6; --lcolor: #004BC1; --lcolor_h: #1EB1D4; --notes:#D50000; --pcolor: #C6F4FF; }

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

.txt_u { text-decoration: underline; }

.bold { font-weight: bold; }

.txt_large { font-size: 120%; }

.txt_small { font-size: 80%; }

i, b { font-weight: 500; 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; } }
.time_dr_box { display: flex; flex-wrap: wrap; gap: 2rem 4rem; }
.time_dr_box > div { width: 100%; }
.time_dr_box h3 { font-weight: 500; font-size: 100%; margin-bottom: 0.5rem; }
.time_dr_box h3::before { content: "■"; }

.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: .6rem; }
.tbl_time caption span { background: var(--sub7); color: #fff; padding: 0.2rem 1em; margin-right: 1em; border-radius: 0.5rem; }
.tbl_time tr:last-child th:first-child, .tbl_time tr:last-child td:first-child { border-radius: 0 0 0 1rem; }
.tbl_time tr:last-child th:last-child, .tbl_time tr:last-child td:last-child { border-radius: 0 0 1rem 0; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; text-align: center; background: var(--main1); color: #fff; border-left: 1px solid var(--line_table); font-size: 80%; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; border-radius: 1rem 0 0 0; }
.tbl_time tr th[scope="col"]:last-child { border-radius: 0 1rem 0 0; }
.tbl_time tr th[scope="row"] { border-bottom: 1px solid var(--line_table); background: var(--sub9); }
.tbl_time tr td { text-align: center; padding: 1.4rem .4rem; border: solid var(--line_table); border-width: 0 0 1px 1px; background: #fff; line-height: 1.0; font-size: 80%; }

.time_box h3::before { color: var(--main1); }
.time_box b { color: var(--sub1); }
.time_box i { color: var(--main1); }

.dr_box h3::before { color: var(--sub17); }
.dr_box .tbl_time tr th[scope="col"] { background: var(--sub17); }
.dr_box .tbl_time tr th[scope="row"] { padding: 1rem 0.4rem; background: var(--sub21); }
.dr_box .tbl_time tr td { text-align: center; padding-left: 0; padding-right: 0; }
.dr_box .tbl_time tr td span { font-size: 70%; }

@media screen and (min-width: 48em), print { .time_dr_box { justify-content: center; }
  .time_dr_box > div { width: 57rem; }
  .time_dr_box h3 { font-size: 2rem; margin-bottom: 0.8rem; }
  .tbl_time { table-layout: fixed; }
  .tbl_time caption { font-size: 1.6rem; margin-top: 1.5rem; }
  .tbl_time caption span { padding: 0.3rem 1em; margin-bottom: 0.5rem; display: inline-block; border-radius: 1rem; }
  .tbl_time tr:last-child th:first-child, .tbl_time tr:last-child td:first-child { border-radius: 0 0 0 3rem; }
  .tbl_time tr:last-child th:last-child, .tbl_time tr:last-child td:last-child { border-radius: 0 0 3rem 0; }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; border-radius: 3rem 0 0 0; }
  .tbl_time tr th[scope="col"]:last-child { border-radius: 0 3rem 0 0; }
  .tbl_time tr th[scope="row"] { padding: 0.6rem 0.4rem; font-size: 1.6rem; }
  .tbl_time tr td { padding: 2.0rem 0; font-size: 1.6rem; } }
.table_0 { width: 100%; background: #fff; border-collapse: separate; border-spacing: 0; }
.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 { padding: 0.5rem; }
.table_0 tbody tr th, .table_0 tbody tr td { border-left: 1px solid var(--line_table); border-bottom: 1px solid var(--line_table); }
.table_0 tbody tr th:last-child, .table_0 tbody tr td:last-child { border-right: 1px solid var(--line_table); }
.table_0 tbody tr:first-child th, .table_0 tbody tr:first-child td { border-top: 1px solid var(--line_table); }
.table_0 tbody tr:first-child th:first-child, .table_0 tbody tr:first-child td:first-child { border-top-left-radius: 1rem; }
.table_0 tbody tr:first-child th:last-child, .table_0 tbody tr:first-child td:last-child { border-top-right-radius: 1rem; }
.table_0 tbody tr:last-child th:first-child, .table_0 tbody tr:last-child td:first-child { border-bottom-left-radius: 1rem; }
.table_0 tbody tr:last-child th:last-child, .table_0 tbody tr:last-child td:last-child { border-bottom-right-radius: 1rem; }
.table_0 th[scope="col"] { background: var(--sub17); color: #fff; width: 30%; }
.table_0 th[scope="row"] { background: var(--sub21); }
.table_0.table_1 th[scope="col"] { background: var(--sub23); }
.table_0.table_1 th[scope="row"] { background: var(--bg2); }
.table_0.price th[scope="row"] { width: 55%; }
.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: 15.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; width: calc(100% - 4%); margin: 0 0 0 auto; border-radius: 1.3em 0 0 1.3em; font-size: 2.2rem; line-height: 1.4; letter-spacing: 0.2em; text-indent: 0.2em; padding: 1.0rem 2rem 1rem 1rem; text-align: center; position: relative; z-index: 1; color: #fff; font-weight: 500; }
.tit_01 span { position: relative; z-index: 1; display: block; width: fit-content; padding: 0.2rem 1rem; background: rgba(var(--sub22_rgb), 0.9); box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.9); border-radius: 1rem; }

.tit_02 { width: fit-content; font-size: 2.0rem; line-height: 1.4; text-align: center; letter-spacing: 0.15em; text-indent: 0.15em; margin: 0 auto 2.0rem; position: relative; color: var(--sub18); }
.tit_02::before { content: ""; display: block; aspect-ratio: 1 / 1; height: 1.8em; border-radius: 50%; top: -0.7em; left: -1em; background: var(--sub14); position: absolute; }
.tit_02 b, .tit_02 span { position: relative; z-index: 1; }
.tit_02 span { display: block; color: var(--main1); font-size: 60%; letter-spacing: 1px; text-indent: 1px; font-weight: 600; font-family: "Outfit", sans-serif; }

.tit_03 { font-size: 1.8rem; line-height: 1.4; margin: 0 0 2.0rem; background: var(--sub23); font-weight: 500; border-radius: 0.4em; color: #fff; padding: 0.2rem 0.7rem; display: flex; gap: 0.5rem; }
.tit_03::before { content: "●"; font-size: 60%; padding-top: 0.5em; }

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

.tit_05 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; display: flex; align-items: flex-start; gap: 0.5rem; color: var(--sub18); }
.tit_05::before { content: ""; display: block; background: var(--sub24); width: 0.6rem; height: 0.3rem; margin-top: 0.7em; }

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

@media screen and (min-width: 48em), print { .tit_01 { min-height: 40.0rem; width: calc(100% - 8.3%); background: url(../img/tit_01.jpg) no-repeat center right/auto; font-size: 4.4rem; padding-right: 8%; }
  .tit_01 span { padding: 1.4rem 3rem; box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.9); border-radius: 2rem; }
  .tit_02 { font-size: 4.4rem; margin: 0 auto 5.2rem; }
  .tit_02 span { font-size: 2.2rem; letter-spacing: 4px; }
  .tit_02::before { height: 6.3rem; left: -2.7rem; top: -1.5rem; }
  .tit_03 { font-size: 3rem; margin: 0 0 3.0rem; padding: 0.5rem 2rem; gap: 1.2rem; }
  .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; height: 0.5rem; }
  .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(--sub22); position: absolute; left: 0; }
.lst_ul.lst_ul_2 > li::before { color: var(--sub23); }
.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(--sub22); }

.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(--sub22); font-weight: bold; position: absolute; left: 0; width: 1.7em; 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(--sub22); }
.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(--sub22); color: #fff; }
.lst_dl03 dd { border: 1px solid var(--sub22); }

@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; }
  .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; padding: .4rem 2.0rem; background: #fff; color: #fff; background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); background-size: 200% 100%; background-position: 0% 50%; outline: 1px solid #fff; outline-offset: -3px; border-radius: 1.5em; text-decoration: none !important; justify-content: center; align-items: center; gap: 0.5rem; }
.btn_detail::before { font-family: "fontello"; content: "\e811"; }
@media screen and (min-width: 48em), print { .btn_detail { min-width: 27.1rem; padding: 1rem 1.5rem; font-size: 2rem; }
  .btn_detail:is(:hover, :focus-visible) { background-position: 100% 50%; color: #fff; opacity: 1; } }

.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; border-radius: 1rem; }
.txt_box:last-child { margin-bottom: 0; }
.txt_box.txt_box1 { background: var(--sub14); }
.txt_box.txt_box2 { background: var(--sub21); }

@media screen and (min-width: 48em), print { .txt_box { padding: 2.5rem 3rem; margin: 1em 0; border-radius: 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; gap: 0.5em; height: 100%; background: #fff; color: var(--main1); border: 1px solid var(--main1); border-radius: 3rem; padding: 0.5rem 2em; text-decoration: none !important; position: relative; }
.nav_menu li a::after { font-family: "fontello"; content: "\f103"; letter-spacing: 0; order: -1; }
@media screen and (min-width: 48em), print { .nav_menu li { width: calc((100% - 3rem) / 4); }
  .nav_menu li a:hover { background: var(--main1); color: #fff !important; } }

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

.faq dt { background: var(--sub2); color: #fff; position: relative; padding: 0.5rem 0.5rem 0.5rem calc(1.5em + 0.5rem); margin-bottom: 0.5rem; }
.faq dt::before { content: "Q."; margin-right: 0.5rem; position: absolute; left: 0.5rem; }
.faq dd { padding: 0.5rem 0.5rem 0.5rem calc(1.5em + 0.5rem); position: relative; }
.faq dd:not(:last-of-type) { margin-bottom: 3rem; }
.faq dd::before { content: "A."; margin-right: 0.5rem; position: absolute; left: 0.5rem; color: var(--main1); }
@media screen and (min-width: 48em), print { .faq dt { padding-left: calc(1.5em + 1rem); padding-right: 1rem; margin-bottom: 1rem; }
  .faq dt::before { left: 1rem; }
  .faq dd { padding-left: calc(1.5em + 1rem); padding-right: 1rem; }
  .faq dd:not(:last-of-type) { margin-bottom: 4rem; }
  .faq dd::before { left: 1rem; } }

@media print { .header { position: absolute !important; } }
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; font-weight: 500; }
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: "\e805"; }

.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 { 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: 10.0rem; } }

.header { position: relative; }
.header > .wrap { padding: 1.0rem; }
.header > .wrap .logo { width: 100%; height: 9.6rem; top: 0; left: 0; z-index: 100; 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.png) 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 { position: absolute; right: 1rem; bottom: 1rem; }
.header > .wrap .headR .header_tel { display: flex; align-items: center; }
.header > .wrap .headR .header_tel li { display: block; position: relative; background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); border-radius: 1rem; overflow: hidden; }
.header > .wrap .headR .header_tel li .js-tel { font-size: 1.8rem; padding: 0.3rem 1rem; position: relative; color: #fff; z-index: 1; }
.header > .wrap .headR .header_tel li .js-tel::before { font-size: 170%; line-height: 1; }

@media screen and (min-width: 48em), print { .header { height: 17.2rem; padding: 0 3rem; }
  .header > .wrap { padding: 0; max-width: 168rem; height: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
  .header > .wrap .logo { width: 15.1rem; height: 13.9rem; margin: 1.9rem 0 1.4rem; position: relative; z-index: 101; background: none; }
  .header > .wrap .logo a { width: 100%; }
  .header > .wrap .headR { flex: 1 1 auto; margin: 0; position: static; }
  .header > .wrap .headR .header_tel { justify-content: flex-end; }
  .header > .wrap .headR .header_tel li { border-radius: 0 0 3.6rem 3.6rem; }
  .header > .wrap .headR .header_tel li .js-tel { font-size: 2.5rem; padding: 1rem 1.7rem 1rem 1.1rem; }
  .header > .wrap .headR .header_tel li .js-tel::before { font-size: 5rem; }
  .header #nav { position: static; opacity: 1; width: 100%; }
  .header #nav .gnav_subnav { width: auto; background: none; padding-bottom: 1rem; }
  .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; 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: 100; transition: .5s; }
#nav #sp_menu.hide { transform: translateY(-220%); }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\e800"; 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: "\e801"; }
#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: 100; }
#nav .gnav_subnav .gnav { border-top: 1px solid var(--line_menu); border-bottom: 1px solid var(--line_menu); font-size: 1.4rem; }
#nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: 1px solid var(--line_menu); }
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: flex; align-items: center; width: 100%; text-align: left; padding: 1rem 0; }
#nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before { content: ""; width: 1.5em; background: center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; display: block; margin-right: 0.5rem; }
#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(--sub17); }
#nav .gnav_subnav .gnav > li .sub.close::after { font-family: "fontello"; content: "\e80f"; }
#nav .gnav_subnav .gnav > li.home a::before { background-image: url("../img/icon_gnav_home.svg"); }
#nav .gnav_subnav .gnav > li.clinic a::before { background-image: url("../img/icon_gnav_clinic.svg"); }
#nav .gnav_subnav .gnav > li.doctor a::before { background-image: url("../img/icon_gnav_doctor.svg"); }
#nav .gnav_subnav .gnav > li.treatment .sub::before { background-image: url("../img/icon_gnav_treatment.svg"); }
#nav .gnav_subnav .gnav > li.first a::before { background-image: url("../img/icon_gnav_visitor.svg"); }
#nav .gnav_subnav .gnav > li.access a::before { background-image: url("../img/icon_gnav_access.svg"); }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .nav_tit { border-bottom: 1px solid var(--line_menu); padding: 0.5rem 0; }
#nav .gnav_subnav .gnav > li .subbox .nav_tit::before { content: "●"; }
#nav .gnav_subnav .gnav > li .subbox .nav_tit.nav_tit1::before { color: var(--sub1); }
#nav .gnav_subnav .gnav > li .subbox .nav_tit.nav_tit2 { margin: 0.5rem 0; }
#nav .gnav_subnav .gnav > li .subbox .nav_tit.nav_tit2::before { color: var(--sub17); }
#nav .gnav_subnav .gnav > li .subbox > .subnav { display: flex; flex-wrap: wrap; padding-bottom: 0.5rem; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li { min-width: 50%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a { display: block; padding: 0.5rem 0; color: var(--clr_txt); }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before { font-family: "fontello"; content: "\e811"; margin-right: 0.5rem; color: var(--sub1); }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current { color: var(--sub1); }
#nav .gnav_subnav .gnav > li .subbox > .subnav.subnav_self li { width: 100%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav.subnav_self li a::before { color: var(--sub17); }
#nav .gnav_subnav .gnav > li .subbox > .subnav.subnav_self li a.current { color: var(--sub17); }
#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; }
#nav .gnav_subnav #menu_close::before { font-family: "fontello"; content: "\e801"; margin: 0 .6rem 0 0; }

@media screen and (min-width: 48em), print { #nav { width: auto; position: fixed; opacity: 0; top: 0; left: 0; right: 0; z-index: -1; transition: .8s; }
  #nav.fixed { opacity: 1; z-index: 100; position: fixed; }
  #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; padding: 1.4rem 0; }
  #nav .gnav_subnav .gnav { width: 1200px; margin: auto; display: flex; justify-content: center; align-items: center; border: none; border-right: 1px solid var(--line_menu); }
  #nav .gnav_subnav .gnav > li { width: auto; position: relative; border-left: 1px solid var(--line_menu); }
  #nav .gnav_subnav .gnav > li:not(:last-child) { border-bottom: none; }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub { display: block; line-height: 1.2; font-size: 1.6rem; margin: 0; gap: 0; cursor: pointer; }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after { margin: 0 0 0 .3rem; }
  #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 > a, #nav .gnav_subnav .gnav > li .sub { padding: 0 2.7rem; }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before { width: 100%; height: 3.8rem; aspect-ratio: none; margin: 0; }
  #nav .gnav_subnav .gnav > li .subbox { display: none; width: 39.2rem; padding: 2.7rem; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); margin-top: 1.5rem; z-index: 100; left: 50%; transform: translateX(-50%); background: #fff; border-radius: 3rem; }
  #nav .gnav_subnav .gnav > li .subbox .nav_tit { font-size: 1.8rem; padding-bottom: 1.4rem; margin-bottom: 1rem; }
  #nav .gnav_subnav .gnav > li .subbox .nav_tit.nav_tit2 { margin-top: 1.5rem; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a { text-align: left; padding: 1.0rem 0; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) { color: var(--sub1); }
  #nav .gnav_subnav .gnav > li .subbox > .subnav.subnav_self li a:is(:hover, :focus-visible, .current) { color: var(--sub17); }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { padding: 0 2.0rem 4.0rem; margin: 4rem 0 0; font-size: 1.4rem; line-height: 1.6; background: var(--sub16); position: relative; }
.overview::before { content: ""; display: block; position: absolute; background: #fff url("../img/bg_wave_gray.svg") center bottom -1px no-repeat; background-size: 150%; width: 100%; height: 5rem; left: 0; top: 0; }
.overview .clinic_name { margin: 0 0 2.0rem; position: relative; overflow-x: 1; }
.overview .clinic_name img { width: 60%; margin: auto; }
.overview .clinic_sum { text-align: center; }
.overview .clinic_sum ul { width: 70%; height: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 2rem auto; gap: 1rem 1.1rem; line-height: 1.0; }
.overview .clinic_sum ul li { flex: auto; justify-content: center; align-items: center; width: 100%; gap: 0 .4rem; height: 100%; text-align: center; font-size: 1.6rem; border-radius: 1.5em; overflow: hidden; color: #fff; }
.overview .clinic_sum ul li .js-tel { flex: auto; justify-content: center; align-items: center; height: 100%; width: 100%; position: relative; background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); overflow: hidden; }
.overview .clinic_sum ul li .js-tel::before { display: none; }
.overview .clinic_sum ul li .js-tel a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; gap: 0 .4rem; padding: 0.5rem; position: relative; }
.overview .clinic_sum ul li .js-tel a::before { font-family: "fontello"; content: "\e805"; font-size: 170%; position: relative; z-index: 1; }
.overview .clinic_sum ul li .js-tel a b { position: relative; z-index: 1; }
.overview .clinic_sum ul li .btn_rsv { height: 100%; display: flex; border-radius: 0; position: relative; background-image: linear-gradient(45deg, #B4B2FF, #6C6AD6); overflow: hidden; padding: 0.5rem; }
.overview .clinic_sum ul li .btn_rsv::before { font-family: "fontello"; content: "\e806"; font-size: 170%; margin-right: 0.5rem; }
.overview .clinic_sum ul li .btn_rsv b { position: relative; display: flex; align-items: center; z-index: 1; }
.overview .clinic_sum ul li .btn_rsv b i { font-size: 80%; display: inline-block; }
.overview .clinic_sum ul li .hair_removal { background-image: linear-gradient(45deg, #1bb1ff, #2f6fd3); }
.overview .clinic_sum ul li .hair_removal::before { font-family: "fontello"; content: "\e807"; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: flex; flex-wrap: wrap; gap: 0; }
.overview > .wrap .gaiyo dt { padding: 1rem .4rem; width: 5em; color: var(--main1); display: flex; align-items: center; border-bottom: 1px solid var(--line1); }
.overview > .wrap .gaiyo dt:first-of-type { border-top: 1px solid var(--line1); }
.overview > .wrap .gaiyo dt.lt1 { padding-left: 1em; letter-spacing: 1em; }
.overview > .wrap .gaiyo dd { width: calc(100% - 5em); padding: 1rem .4rem; border-bottom: 1px solid var(--line1); }
.overview > .wrap .gaiyo dd:first-of-type { border-top: 1px solid var(--line1); }
.overview > .wrap .gaiyo dd .js-tel { font-size: 120%; }
.overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0; }
.overview > .wrap .time_dr_box { margin-top: 2rem; }

.gmap { height: 35rem; }

@media screen and (min-width: 48em), print { .overview { margin-top: 6.7rem; padding: 0 0 6.0rem; font-size: 1.8rem; }
  .overview::before { height: 12.3rem; background-size: auto; }
  .overview .clinic_name { margin: 0 0 4.0rem; width: 100%; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview .clinic_sum { margin: 3rem 0 8.2rem; }
  .overview .clinic_sum ul { width: auto; margin: 3rem auto 0; gap: 1.1rem; }
  .overview .clinic_sum ul li { width: 25rem; height: 7.1rem; display: block; flex: none; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 2.5em; }
  .overview .clinic_sum ul li .js-tel { position: relative; }
  .overview .clinic_sum ul li .js-tel::before { position: relative; z-index: 1; }
  .overview .clinic_sum ul li .js-tel b { display: block; justify-content: center; align-items: center; width: 100%; height: 100%; gap: 0 .4rem; padding: 0.5rem; position: relative; z-index: 1; font-size: 2.5rem; }
  .overview .clinic_sum ul li .js-tel b::before { font-family: "fontello"; content: "\e805"; font-size: 5rem; position: relative; z-index: 1; }
  .overview .clinic_sum ul li .btn_rsv { font-size: 2.1rem; }
  .overview .clinic_sum ul li .btn_rsv::before { font-size: 5rem; }
  .overview .clinic_sum ul li .btn_rsv b { display: block; text-align: center; }
  .overview > .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .overview > .wrap .gaiyo { width: 118rem; margin: 0 auto 4.6rem; font-size: 1.8rem; }
  .overview > .wrap .gaiyo dt { padding: 3.2rem 0; width: 12rem; }
  .overview > .wrap .gaiyo dt:nth-of-type(2n) { margin-left: 3.9rem; }
  .overview > .wrap .gaiyo dt:nth-of-type(2) { border-top: 1px solid var(--line1); }
  .overview > .wrap .gaiyo dd { padding: 3.2rem 0; width: 45rem; display: flex; align-items: center; }
  .overview > .wrap .gaiyo dd:nth-of-type(2) { border-top: 1px solid var(--line1); }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .dr_box { font-size: 1.6rem; }
  .overview > .wrap .dr_box .tbl_time tr td { line-height: 1.15; }
  .gmap { height: 45rem; } }
#tel_up { width: 100%; height: 4.0rem; background: #fff; 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; 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; font-size: 1.3rem; color: #fff; }
#tel_up ul li .js-tel { flex: auto; justify-content: center; align-items: center; height: 100%; width: 100%; position: relative; background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); overflow: hidden; }
#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; position: relative; }
#tel_up ul li .js-tel a::before { font-family: "fontello"; content: "\e805"; font-size: 170%; position: relative; z-index: 1; }
#tel_up ul li .js-tel a b { display: none; }
#tel_up ul li .btn_rsv { height: 100%; display: flex; border-radius: 0; position: relative; background-image: linear-gradient(45deg, #B4B2FF, #6C6AD6); overflow: hidden; }
#tel_up ul li .btn_rsv::before { font-family: "fontello"; content: "\e806"; font-size: 170%; margin-right: 0.5rem; }
#tel_up ul li .btn_rsv b { position: relative; align-items: center; z-index: 1; }
#tel_up ul li .btn_rsv b i { font-size: 85%; }
#tel_up ul li .hair_removal { background-image: linear-gradient(45deg, #1bb1ff, #2f6fd3); }
#tel_up ul li .hair_removal::before { font-family: "fontello"; content: "\e807"; }
#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: #fff; overflow: hidden; position: relative; z-index: 101; }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\e812"; color: var(--sub15); }
#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: fit-content; height: 7.2rem; bottom: 4.0rem; right: 4.0rem; left: auto; background: none; padding: 0; box-shadow: none; gap: 1.1rem; }
  #tel_up ul { gap: 1.1rem; }
  #tel_up ul b { position: relative; z-index: 1; }
  #tel_up ul li { font-size: 2rem; width: fit-content; background: #fff; border-radius: 3.6rem; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  #tel_up ul li .js-tel { padding: 0 2.5rem; border-radius: 3.6rem; }
  #tel_up ul li .js-tel b { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; gap: 0 .2rem; font-size: 2.5rem; position: relative; }
  #tel_up ul li .js-tel b::before { font-family: "fontello"; content: "\e805"; font-size: 5rem; position: relative; z-index: 1; margin-right: 0; }
  #tel_up ul li .btn_rsv { border-radius: 3.6rem; padding: 0 4rem 0 3.8rem; }
  #tel_up ul li .btn_rsv b::before { font-size: 5rem; margin-right: 1rem; }
  #tel_up #pageup { width: 7.2rem; font-size: 3.0rem; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 50%; }
  #tel_up #pageup:is(:hover, :focus-visible) { background: var(--sub1); opacity: 1; }
  #tel_up #pageup:is(:hover, :focus-visible)::before { color: #fff; } }
.footer { text-align: center; padding: 0 0 4.0rem; }
.footer .copy { display: block; background-image: linear-gradient(45deg, #1bb1ff, #2f6fd3); color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 5rem 0 0; }
  .footer .copy { margin: 4.0rem 0 0; font-size: 1.6rem; padding: 2rem 0 13rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.6rem; line-height: 1.1; margin: 0 0 1.5rem; -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; }
  .footer ul.subnav { width: 90rem; margin: auto; } }
body.index .overview { margin: 0; }
body.index .overview::before { top: -5rem; background-color: transparent; }
body.index .overview .clinic_name { top: -5rem; margin-bottom: -3rem; }
@media screen and (min-width: 48em), print { body.index > .wrap { width: 100%; }
  body.index .overview::before { top: -12.3rem; }
  body.index .overview .clinic_name { top: -12.3rem; margin-bottom: -11rem; } }

.keyvsl { width: 100%; position: relative; }
.keyvsl::before { content: ""; display: block; background: url("../img/kv_deco_bg.png") center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; width: 70%; left: -20%; bottom: -5rem; position: absolute; }
.keyvsl #keyvsl { max-width: 100%; height: 24.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 24.0rem !important; width: calc(100% - 4%); border-radius: 3rem 0 0 3rem; object-fit: cover; margin: 0 0 0 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 .catch { position: absolute; z-index: 1; left: 7%; top: 13rem; font-size: 1.6rem; background: url("../img/bg_grade_w.png") center center no-repeat; background-size: 120%; letter-spacing: 0.1em; text-indent: 0.1em; }
.keyvsl > .wrap .catch b { font-size: 130%; }
.keyvsl > .wrap .catch .clr1 { color: var(--sub1); }
.keyvsl > .wrap .catch span { color: var(--sub1); font-size: 90%; position: relative; z-index: 2; font-family: "Outfit", sans-serif; }
.keyvsl > .wrap .kv_point { display: flex; column-gap: 0.5rem; margin: 1rem; position: relative; text-align: center; }
.keyvsl > .wrap .kv_point li { width: calc((100% - 1rem) / 3); aspect-ratio: 1 / 1; display: flex; justify-content: center; align-items: center; position: relative; color: #fff; font-size: 1.4rem; line-height: 1.3; }
.keyvsl > .wrap .kv_point li::before { content: ""; display: block; aspect-ratio: 1 / 1; position: absolute; border-radius: 1.5rem; left: 0; right: 0; top: 0; bottom: 0; outline: 1px solid #fff; outline-offset: -3px; }
.keyvsl > .wrap .kv_point li div { position: relative; z-index: 1; }
.keyvsl > .wrap .kv_point li div i { font-family: "Outfit", sans-serif; font-size: 90%; }
.keyvsl > .wrap .kv_point li div i span { font-size: 120%; }
.keyvsl > .wrap .kv_point li div b { font-size: 90%; display: block; }
.keyvsl > .wrap .kv_point li.point1::before { background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); }
.keyvsl > .wrap .kv_point li.point2::before { background-image: linear-gradient(45deg, #1bb1ff, #2f6fd3); }
.keyvsl > .wrap .kv_point li.point3::before { background-image: linear-gradient(45deg, #B4B2FF, #6C6AD6); }

@media screen and (min-width: 48em), print { .keyvsl::before { bottom: -45rem; width: 90.2rem; left: auto; right: calc(50% + 25rem); }
  .keyvsl #keyvsl { height: 76.6rem; }
  .keyvsl #keyvsl .slick-list div { font-size: 0; }
  .keyvsl #keyvsl .slick-list div img { width: calc(100% - 8.3%); height: 76.6rem !important; border-radius: 6rem 0 0 6rem; }
  .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 { position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; display: flex; justify-content: center; flex-direction: column; }
  .keyvsl > .wrap .catch { font-size: 3.8rem; position: static; width: fit-content; padding: 1rem; left: 0; }
  .keyvsl > .wrap .catch p { line-height: 1.3; }
  .keyvsl > .wrap .catch b { font-size: 4.8rem; }
  .keyvsl > .wrap .catch span { font-size: 2rem; display: block; margin-top: 0.5em; }
  .keyvsl > .wrap .kv_point { margin-top: 3.3rem; }
  .keyvsl > .wrap .kv_point li { width: 21.1rem; font-size: 2.8rem; }
  .keyvsl > .wrap .kv_point li::before { border-radius: 50%; opacity: 0.9; outline-offset: -5px; }
  .keyvsl > .wrap .kv_point li div i { font-size: 1.9rem; }
  .keyvsl > .wrap .kv_point li div i span { font-size: 2.6rem; }
  .keyvsl > .wrap .kv_point li div b { font-size: 2.2rem; } }
.info { margin: 4.0rem 2.0rem; }
.info .wrap #info01 { overflow-y: auto; overscroll-behavior-y: none; max-height: calc(100vw - 4.0rem); }
.info .wrap #info01 .accordion-container { width: 100%; margin: 0; }
.info .wrap #info01 .accordion-container .accordion-item { width: 100%; margin-bottom: 2px; border: none; border-radius: 0; display: block; overflow: hidden; }
.info .wrap #info01 .accordion-container .accordion-item:not(:first-child) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px solid var(--line1); }
.info .wrap #info01 .accordion-container .accordion-item .accordion-header { display: flex; align-items: flex-start; gap: 0 .2rem; margin: 0 0 .6rem; color: var(--main1); cursor: pointer; }
.info .wrap #info01 .accordion-container .accordion-item .accordion-header::before { font-family: "fontello"; content: "\e80e"; width: 1.1em; text-align: center; flex-shrink: 0; font-size: 110%; transition: transform 0.2s ease-out !important; /* 強制的に最優先 */ }
.info .wrap #info01 .accordion-container .accordion-item .accordion-header::-webkit-details-marker { display: none; }
.info .wrap #info01 .accordion-container .accordion-item.is-active .accordion-header::before { font-family: "fontello"; content: "\e80f"; }
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge, .info .wrap #info01 .accordion-container .accordion-item .accordion-date, .info .wrap #info01 .accordion-container .accordion-item .accordion-title { display: inline-block; padding: 0; margin-right: .5em; }
.info .wrap #info01 .accordion-container .accordion-item .accordion-badge { background-color: var(--main1); color: #fff; font-size: 0.75rem; border-radius: 4px; }
.info .wrap #info01 .accordion-container .accordion-item .accordion-date { color: var(--clr_txt); }
.info .wrap #info01 .accordion-container .accordion-item .accordion-title { color: var(--main1); }
.info .wrap #info01 .accordion-container .accordion-item .accordion-content { display: block !important; /* JSで高さを操るため常にblock */ overflow: hidden; height: 0; opacity: 0; }
.info .wrap #info01 .accordion-container .accordion-item.is-active .accordion-content { height: auto; opacity: 1; }
.info .wrap dl { max-height: calc(100vw - 4.0rem); overflow-y: auto; overscroll-behavior-y: none; }
.info .wrap dl dt { display: flex; align-items: flex-start; gap: 0 .2rem; margin: 0 0 .6rem; color: var(--main1); cursor: pointer; }
.info .wrap dl dt::before { font-family: "fontello"; content: "\e80e"; width: 1.1em; text-align: center; flex-shrink: 0; font-size: 110%; }
.info .wrap dl dt.close::before { font-family: "fontello"; content: "\e80f"; }
.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: 6.5rem 0 8.2rem; }
  .info .wrap { width: 88rem; }
  .info .wrap .info_box { flex: 1; }
  .info .wrap #info01 { max-height: 40.0rem; }
  .info .wrap #info01 .accordion-container .accordion-item:not(:first-child) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-header { margin: 0; font-size: 2rem; }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-header::before { margin-right: 1.0rem; }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-header .accordion-title:hover { text-decoration: underline; }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-content { font-size: 1.5rem; }
  .info .wrap dl { max-height: 40.0rem; }
  .info .wrap dl dt { margin: 0 0 1.0rem; font-size: 2rem; }
  .info .wrap dl dt::before { margin-right: 1.0rem; font-size: 2.5rem; line-height: 1.7; }
  .info .wrap dl dt:not(:first-of-type) { margin: 2.6rem 0 .6rem; padding: 2.6rem 0 0; }
  .info .wrap dl dt:hover div { text-decoration: underline; }
  .info .wrap dl dd { margin: 0 0 2.6rem; } }
.index_timetable { background: var(--sub16); position: relative; padding: 5rem 2rem 4rem; }
.index_timetable .tit_02::before { background: #fff; }
@media screen and (min-width: 48em), print { .index_timetable { padding: 7rem 0 7.5rem; }
  .index_timetable .tit_02 { margin-bottom: 6rem; } }

.feature { padding: 6.0rem 2.0rem 10rem; overflow: hidden; position: relative; }
.feature::before { content: ""; display: block; background: url("../img/feature_bg_moya01.png") center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; width: 30rem; position: absolute; left: -10rem; top: 7rem; }
.feature .wrap { position: relative; }
.feature .wrap::before, .feature .wrap::after { content: ""; display: block; position: absolute; background: center center no-repeat; background-size: contain; }
.feature .wrap::before { background-image: url("../img/feature_bg_moya02.png"); aspect-ratio: 1 / 1; width: 30rem; top: 0; bottom: 0; right: -10rem; }
.feature .wrap::after { background-image: url("../img/feature_bg_moya01.png"); aspect-ratio: 1 / 1; width: 30rem; left: -10rem; bottom: -9rem; }
.feature ol { counter-reset: number 0; display: flex; flex-wrap: wrap; position: relative; z-index: 1; gap: 4rem 0; }
.feature ol li { counter-increment: number 1; position: relative; padding-top: 3rem; }
.feature ol li::before { content: ""; display: block; width: 100%; aspect-ratio: 400 / 285; background: center center no-repeat; background-size: cover; border-radius: 1rem; }
.feature ol li .no { width: fit-content; color: var(--main1); position: absolute; display: flex; top: 0; left: 0; right: 0; margin: auto; z-index: 1; gap: 0 1rem; }
.feature ol li .no span { display: block; text-align: center; font-family: "Outfit", sans-serif; color: var(--sub18); font-weight: 600; line-height: 1; font-size: 1.2rem; }
.feature ol li .no span::after { content: counter(number,decimal-leading-zero); display: block; font-size: 300%; color: var(--sub1); }
.feature ol li h3 { background-image: linear-gradient(#cbf4ff, #fff); text-align: center; color: var(--sub1); font-weight: 500; height: 4.5em; display: flex; align-items: center; justify-content: center; margin: -1em 3rem 1rem; position: relative; line-height: 1.5; z-index: 1; border-radius: 1rem; }
.feature ol li h3::after { display: block; width: 0; height: 0; content: ""; position: absolute; top: -1.4rem; left: 0; right: 0; background: var(--sub19); height: 1.5rem; width: 1.5rem; clip-path: polygon(50% 0, 100% 100%, 0 100%); margin: auto; }
.feature ol li p { margin: 0 1rem; }
.feature ol li:nth-child(2n) .no span::after { color: var(--sub17); }
.feature ol li:nth-child(2n) h3 { background-image: linear-gradient(#d6d5ff, #fff); color: var(--sub17); }
.feature ol li:nth-child(2n) h3::after { background: var(--sub20); }
.feature ol .feature_women::before { background-image: url("../img/index_feature01.jpg"); }
.feature ol .feature_senmon::before { background-image: url("../img/index_feature02.jpg"); }
.feature ol .feature_inspection::before { background-image: url("../img/index_feature03.jpg"); }
.feature ol .feature_ct::before { background-image: url("../img/index_feature04.jpg"); }
.feature ol .feature_waves::before { background-image: url("../img/index_feature05.jpg"); }
.feature ol .feature_day::before { background-image: url("../img/index_feature06.jpg"); }

@media screen and (min-width: 48em), print { .feature { padding: 9.5rem 0 0; margin-bottom: 6.7rem; }
  .feature::before { width: 57rem; top: 0; left: auto; right: calc(50% + 31.5rem); }
  .feature .wrap::before { width: 57rem; left: calc(50% + 31.5rem); top: 26.3rem; bottom: auto; }
  .feature .wrap::after { width: 57rem; bottom: 0; left: auto; right: calc(50% + 31.5rem); }
  .feature ol { gap: 6.3rem 4.7rem; }
  .feature ol li { width: 36rem; padding-top: 4.7rem; }
  .feature ol li::before { border-radius: 3.6rem; }
  .feature ol li .no { gap: 1.3rem; }
  .feature ol li .no::before, .feature ol li .no::after { margin: 1rem 0; width: 1.7rem; }
  .feature ol li .no span { font-size: 1.4rem; }
  .feature ol li .no span::after { font-size: 6rem; }
  .feature ol li h3 { width: 32rem; height: 9.5rem; font-size: 2.2rem; border-radius: 3rem; margin: -2rem auto 2.5rem; }
  .feature ol li h3::after { width: 2rem; height: 2rem; top: -1.9rem; }
  .feature ol li p { margin: 0 1.7rem; } }
.tre { padding: 6rem 2rem 4rem; background: url("../img/bg_medical.jpg") center top no-repeat; background-size: cover; position: relative; }
.tre::before { content: ""; display: block; background: url("../img/bg_wave_gray.svg") center bottom no-repeat; background-size: 150%; position: absolute; top: -1px; left: 0; width: 100%; height: 3rem; transform: scale(1, -1); }
.tre .subnav { display: flex; flex-wrap: wrap; gap: 2rem 1rem; padding: 2rem; }
.tre .subnav li { width: calc((100% - 1rem) / 2); text-align: center; position: relative; }
.tre .subnav li a { text-decoration: none; position: relative; display: block; color: var(--clr_txt); line-height: 1.5; font-size: 90%; }
.tre .subnav li a::before, .tre .subnav li a::after { content: ""; background: center center no-repeat; display: block; width: 100%; aspect-ratio: 1 / 1; }
.tre .subnav li a::before { background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); border-radius: 0.5rem; margin-bottom: 0.5rem; }
.tre .subnav li a::after { position: absolute; left: 0; top: 0; background-size: 80%; }
.tre .subnav li a span { display: block; }
.tre .subnav .prostate_cancer a::after { background-image: url("../img/icon_urology01_prostate_cancer.svg"); }
.tre .subnav .bladder_cancer a::after { background-image: url("../img/icon_urology02_bladder_cancer.svg"); }
.tre .subnav .hematuria a::after { background-image: url("../img/icon_urology03_hematuria.svg"); }
.tre .subnav .nocturia a::after { background-image: url("../img/icon_urology04_nocturnal_urination.svg"); }
.tre .subnav .urinary_stones a::after { background-image: url("../img/icon_urology05_urinary_stone.svg"); }
.tre .subnav .enlarged_prostate a::after { background-image: url("../img/icon_urology06_prostate_enlargement.svg"); }
.tre .subnav .sexually_transmitted_diseases a::after { background-image: url("../img/icon_urology07_std.svg"); }
.tre .subnav .overactive_bladder a::after { background-image: url("../img/icon_urology08_overactive_bladder.svg"); }
.tre .subnav .female_urology a::after { background-image: url("../img/icon_urology09_female_urology.svg"); }
.tre .subnav .pediatric_urology a::after { background-image: url("../img/icon_urology10_pediatric_urology.svg"); }
.tre .subnav .kidney-cancer a::after { background-image: url("../img/icon_urology11_kidney_cancer.svg"); }
.tre .subnav .male-menopause a::after { background-image: url("../img/icon_urology12_man.svg"); }
.tre .subnav .hair_removal a::after { background-image: url("../img/icon_private01_hair_removal.svg"); }
.tre .subnav .botox a::after { background-image: url("../img/icon_private02_urinary_incontinence_surgery.svg"); }
.tre .subnav .phimosis_surgery a::after { background-image: url("../img/icon_private03_phimosis_surgery.svg"); }
.tre .subnav .genital_warts a::after { background-image: url("../img/icon_private04_condyloma_acuminatum.svg"); }
.tre .tre_box { background: #fff; border-radius: 1rem; position: relative; overflow: hidden; }
.tre .tre_box::before { content: ""; position: absolute; left: 0; right: 0; top: 0; margin: auto; display: block; width: 100%; height: 7rem; }
.tre .tre_box h3 { position: relative; z-index: 1; text-align: center; font-size: 1.8rem; font-weight: 500; line-height: 1.5; padding-top: 0.8em; }
.tre .tre_box h3::before { content: ""; display: block; width: 1.5em; height: 6px; position: absolute; left: 0; right: 0; top: 0; margin: auto; }
.tre .tre_box h3 span { display: block; font-family: "Outfit", sans-serif; font-weight: bold; font-size: 80%; letter-spacing: 0.1em; text-indent: 0.1em; }
.tre .tre_box .subnav { position: relative; z-index: 1; }
.tre .urology::before { background-image: linear-gradient(#cbf4ff, #fff); }
.tre .urology h3::before { background: var(--sub1); }
.tre .urology h3 span { color: var(--sub1); }
.tre .selfpay { margin-top: 3rem; }
.tre .selfpay::before { background-image: linear-gradient(#d6d5ff, #fff); }
.tre .selfpay h3::before { background: var(--sub17); }
.tre .selfpay h3 span { color: var(--sub17); }
.tre .selfpay .subnav li a::before { background-image: linear-gradient(45deg, #B4B2FF, #6C6AD6); }

@media screen and (min-width: 48em), print { .tre { padding: 15rem 0 14.2rem; }
  .tre::before { height: 10.1rem; background-size: auto; }
  .tre .wrap { width: 118rem; }
  .tre .tre_box { border-radius: 5.6rem; }
  .tre .tre_box h3 { font-size: 3.8rem; }
  .tre .tre_box h3 span { font-size: 1.8rem; }
  .tre .subnav { padding: 5.8rem 10.5rem; gap: 7rem 3rem; justify-content: center; }
  .tre .subnav li { width: 17rem; }
  .tre .subnav li::before { content: ""; display: block; width: 17rem; aspect-ratio: 1 / 1; border-radius: 3rem; position: absolute; left: 0; right: 0; background: var(--sub1); }
  .tre .subnav li a { font-size: 2.3rem; }
  .tre .subnav li a::before, .tre .subnav li a::after { width: 17rem; margin-left: auto; margin-right: auto; transition: all 0.3s ease; }
  .tre .subnav li a::before { border-radius: 3rem; }
  .tre .subnav li a:is(:hover, :focus-visible, .current) { color: var(--sub1); }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before { opacity: 0; }
  .tre .subnav .genital_warts a { letter-spacing: -3px; text-indent: -3px; font-size: 2.1rem; }
  .tre .selfpay .subnav li::before { background: var(--sub17); }
  .tre .selfpay .subnav li a:is(:hover, :focus-visible, .current) { color: var(--sub17); } }
.tab-list { display: flex; justify-content: center; gap: 1rem; }
.tab-list .tab-list-item { background: var(--sub11); border-width: 1px 1px 0; padding: 1rem 2rem; border-radius: 0.5rem 0.5rem 0 0; position: relative; }
.tab-list .tab-list-item::before { content: ""; display: block; position: absolute; width: 100%; height: 5px; left: 0; top: 0; border-radius: 0.5rem 0.5rem 0 0; }
.tab-list .tab-list-item.is-btn-active { background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.tab-list .tab-list-item.is-btn-active::after { content: ""; display: block; position: absolute; width: 100%; height: 5px; left: 0; bottom: -5px; background: #fff; z-index: 1; }
.tab-list .urology.is-btn-active::before { background: var(--sub5); }
.tab-list .selfpay.is-btn-active::before { background: var(--sub2); }

.tab-contents { display: none; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); border-radius: 1rem; }
.tab-contents.is-contents-active { display: block; }

@media screen and (min-width: 48em), print { .tab-list { gap: 4rem; }
  .tab-list .tab-list-item { width: 34rem; text-align: center; font-size: 2.8rem; height: 8.8rem; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 2rem 2rem 0 0; }
  .tab-list .urology.is-btn-active::before { height: 2rem; border-radius: 2rem 2rem 0 0; background-image: linear-gradient(180deg, var(--sub5) 4% 40%, #fff 40% 60%); }
  .tab-list .selfpay.is-btn-active::before { height: 2rem; border-radius: 2rem 2rem 0 0; background-image: linear-gradient(180deg, var(--sub2) 4% 40%, #fff 40% 60%); }
  .tab-contents { border-radius: 2rem; } }
.index_greeting { background: url("../img/bg_doctor_img.jpg") center bottom no-repeat; background-size: cover; padding: 0 2rem 10rem; }
.index_greeting .btn_detail { display: flex; margin: auto; width: fit-content; margin-top: 1rem; background-image: linear-gradient(45deg, #1bd1ff, #0db5dc 25%, #058fb9); color: #fff; padding: 1rem 2rem; border: none; border-radius: 1.5em; outline: 1px solid #fff; outline-offset: -3px; }
.index_greeting .img { margin-bottom: 2rem; position: relative; }
.index_greeting .img img { border-radius: 1rem; }
.index_greeting .txt b { background-image: linear-gradient(45deg, #34d8ff, #9becff 50%, #9cecff); padding: 0.2rem 1rem; width: fit-content; -webkit-box-decoration-break: clone; box-decoration-break: clone; line-height: 2; font-size: 120%; border-radius: 1.5em; }
.index_greeting .txt .index_greeting_name { text-align: right; }
.index_greeting .txt .index_greeting_name span { font-size: 130%; }
@media screen and (min-width: 48em), print { .index_greeting { overflow: hidden; padding: 2rem 1rem 21.2rem; }
  .index_greeting .wrap { max-width: 1190px; }
  .index_greeting .inner { display: flex; gap: 4.2rem; }
  .index_greeting .inner .img { order: 1; flex-shrink: 0; margin: 0; }
  .index_greeting .inner .img::before { content: ""; display: block; width: 90.2rem; background: url("../img/kv_deco_bg.png") center center no-repeat; background-size: contain; position: absolute; aspect-ratio: 1 / 1; left: -35rem; bottom: -25rem; }
  .index_greeting .inner .img img { position: relative; border-radius: 3rem; z-index: 1; }
  .index_greeting .inner .img .btn_detail { font-size: 2.4rem; margin-top: 3.3rem; position: relative; z-index: 1; }
  .index_greeting .inner .img .btn_detail:is(:hover, :focus-visible) { opacity: 0.8; }
  .index_greeting .inner .txt { flex: 1; position: relative; z-index: 1; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 2rem; }
  .index_greeting .inner .txt p { margin: 0 1em; }
  .index_greeting .inner .txt p:first-child { margin-right: 0; }
  .index_greeting .inner .txt p:last-child { margin-left: 0; }
  .index_greeting .inner .txt b { background-image: linear-gradient(45deg, #9cecff, #9becff 50%, #34d8ff); font-size: 2.6rem; padding: 2.6rem 0.5rem; line-height: 2.5; border-radius: 1.5em; } }

body:where(:not(.index)) { position: relative; }
body:where(:not(.index))::before { content: ""; display: block; background: url("../img/kv_deco_bg.png") center center no-repeat; background-size: contain; aspect-ratio: 1 / 1; width: 70%; left: -20%; top: 15rem; position: absolute; }
body:where(:not(.index)) .sub_header { display: flex; flex-direction: column-reverse; position: relative; z-index: 1; }
body:where(:not(.index)) .breadnav a { color: var(--lcolor); }
body:where(:not(.index)) .main { margin: 0 1.0rem 6.0rem; color: var(--clr_txt2); position: relative; z-index: 1; }
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))::before { top: 5rem; width: 90.2rem; left: auto; right: calc(50% + 25rem); }
  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; font-family: "fontello"; content: "\e811"; color: var(--main1); font-size: 110%; 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; } }
@media screen and (min-width: 48em), print { .doctor .img_r { width: 35%; } }

.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; }
.device li img { margin: 0 auto .6rem; max-width: 80%; }

@media screen and (min-width: 48em), print { .device { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2.0rem; }
  .device li { width: 48%; }
  .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; margin: 1em 0; }
.lst_flow dt { counter-increment: number 1; position: relative; padding-left: 1.8em; font-size: 120%; padding: 1rem 1rem; display: flex; align-items: center; gap: 0.5rem; border: solid var(--main1); border-width: 1px 1px 0; border-radius: 1rem 1rem 0 0; color: var(--sub26); }
.lst_flow dt::before { display: inline-block; content: counter(number,decimal-leading-zero); font-family: "Outfit", sans-serif; color: #fff; background: var(--main1); display: flex; align-items: center; justify-content: center; width: 2em; height: 2em; font-weight: bold; border-radius: 50%; line-height: 1; }
.lst_flow dd { margin: 0; position: relative; padding: 0 1rem 1rem; border: solid var(--main1); border-width: 0 1px 1px; border-radius: 0 0 1rem 1rem; }
.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: 1px solid var(--main1); border-radius: 1rem; }
.lst_flow > li .tit_lst_flow { position: relative; padding: 0 0 1rem; display: flex; gap: 0.5rem; color: var(--sub26); }
.lst_flow > li .tit_lst_flow::before { display: inline-block; content: counter(number,decimal-leading-zero); font-family: "Outfit", sans-serif; color: #fff; 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; border-radius: 50%; }
.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; font-size: 2.4rem; border-radius: 3rem 3rem 0 0; }
  .lst_flow dt::before { left: 4rem; }
  .lst_flow dd { padding: 0 4rem 4rem; border-radius: 0 0 3rem 3rem; }
  .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; border-radius: 3rem; }
  .lst_flow > li .tit_lst_flow { font-size: 2rem; }
  .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; }
  body.access .main .time_dr_box > div { width: 100%; } }

.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 h2, .privacypolicy h3 { margin-bottom: 0.5em; }
.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; }
@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; } }
