@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: #555; --main1: #25ABA8; --sub1: #A3D5C0; --sub2:#6DB999; --sub3:#C2E7E7; --sub4:#4EBAB9; --bg1: #F5F5F5; --bg2:#E1F3F4; --bg3:#CCC; --bg4:#EDF8F8; --bg5:#F3F4F5; --line1: #ccc; --line_table: #DCDCDC; --line_menu: #ccc; --lcolor: #25ABA8; --lcolor_h: #6DB999; --notes:#D50000; --pcolor: #F4EDAE; }

@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: 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; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: 1rem; }
.tbl_time caption dl { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
.tbl_time caption dl dt { color: var(--main1); border: 1px solid; border-radius: 0.5rem; width: 5em; display: flex; justify-content: center; align-items: center; }
.tbl_time caption dl dd { width: calc(100% - 5em - 1rem); }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .5rem 0; font-size: 90%; text-align: center; background: var(--main1); color: #fff; line-height: 1.2; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; border-top-left-radius: 0.5rem; }
.tbl_time tr th[scope="col"]:last-child { border-top-right-radius: 0.5rem; }
.tbl_time tr th[scope="row"] { border-bottom: 1px solid var(--line1); background: #fff; }
.tbl_time tr td { text-align: center; padding: 1.4rem .4rem; border-bottom: 1px solid var(--line1); line-height: 1.0; font-size: 80%; background: #fff; color: var(--main1); }
.tbl_time.tbl_time_dr tr th[scope="col"] { background: var(--sub2); }
.tbl_time.tbl_time_dr tr th[scope="col"]:first-child { width: 3.5em; }
.tbl_time.tbl_time_dr tr td { color: var(--clr_txt); }
.tbl_time.tbl_time_dr tr .btn_line { border-bottom: 1px dotted var(--sub2); }

@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; font-size: 1.8rem; }
  .tbl_time caption span { padding: 0 1em; margin-right: 1em; }
  .tbl_time caption dl { gap: 1.5rem 1rem; }
  .tbl_time caption dl dt { width: 10rem; }
  .tbl_time caption dl dd { width: calc(100% - 11rem); }
  .tbl_time tr th[scope="col"] { padding: 1.0rem 0; font-size: 2rem; white-space: nowrap; }
  .tbl_time tr th[scope="col"] span { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; border-top-left-radius: 1rem; }
  .tbl_time tr th[scope="col"]:last-child { border-top-right-radius: 1rem; }
  .tbl_time tr th[scope="row"] { font-size: 2rem; padding: 2rem 0; }
  .tbl_time tr td { padding: 1.5rem 0; font-size: 2rem; }
  .tbl_time.tbl_time_dr tr td { font-size: 1.6rem; line-height: 1.5; }
  .tbl_time.tbl_time_dr tr:last-child th[scope="row"] { padding: 3.6rem 0; } }
.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(--main1); color: #fff; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.table_0 th[scope="row"] { background: var(--bg5); font-weight: 500; }
.table_0.table_1 th[scope="row"] { background: var(--bg4); }
.table_0.table_2 td { text-align: center; }
.table_0.table_2 td span { font-size: 80%; line-height: 1.3; display: inline-block; }
.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; flex-direction: column; align-items: center; min-height: 10.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; font-size: 2.2rem; line-height: 1.4; letter-spacing: 0.2em; text-indent: 0.2em; padding: 1.0rem; text-align: center; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; color: var(--main1); }
.tit_01 span { display: block; font-size: 70%; }

.tit_02 { width: fit-content; font-size: 2.2rem; line-height: 1.4; text-align: center; letter-spacing: 0.1em; text-indent: 0.1em; margin: 0 auto 3.0rem; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.tit_02::before { content: attr(data-txt); display: block; font-family: "Cormorant Infant", sans-serif; font-weight: 600; font-size: 80%; color: var(--main1); }
.tit_02::after { content: ""; display: block; margin: 0.8rem auto 0; width: 2.2em; height: 2px; background-image: linear-gradient(90deg, var(--sub1), var(--main1)); }
.tit_02 b { display: block; font-size: 70%; }
.tit_02 span { display: block; font-size: 60%; color: var(--main1); }

.tit_03 { font-size: 1.8rem; line-height: 1.4; margin: 0 0 2.0rem; background-image: linear-gradient(90deg, var(--sub4), var(--main1)); color: #fff; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; position: relative; padding: 0.3rem 0.5rem 0.3rem 1rem; }
.tit_03::before { content: ""; position: absolute; display: block; width: 2px; background: #fff; left: 2px; top: 0; bottom: 0; margin: auto; }

.tit_04 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; color: var(--main1); font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; border-bottom: 2px solid; border-image: linear-gradient(90deg, var(--main1) 3em, var(--line1) 3em) 1; padding-bottom: 0.5rem; }

.tit_05 { font-size: 1.6rem; line-height: 1.4; margin: 0 0 1.0rem; display: flex; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; gap: 0.5rem; }
.tit_05::before { content: ""; display: block; background: var(--sub2); width: 0.6rem; height: 3px; margin-top: 0.6em; }

.tit_06 { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1.0rem; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; display: flex; gap: 0.5rem; }
.tit_06::before { content: "■"; color: var(--main1); font-size: 70%; margin-top: 0.2em; }

@media screen and (min-width: 48em), print { .tit_01 { min-height: 26.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto; font-size: 4rem; }
  .tit_02 { font-size: 4rem; margin: 0 auto 6.0rem; position: relative; }
  .tit_02::before { font-size: 2.4rem; margin-bottom: 0.5rem; }
  .tit_02::after { margin-top: 1.8rem; }
  .tit_02 span { font-size: 40%; margin-top: 1rem; }
  .tit_03 { font-size: 3.2rem; margin: 0 0 3.0rem; padding: 1rem 2rem; }
  .tit_04 { font-size: 2.6rem; margin: 0 0 2.0rem; padding-bottom: 1rem; }
  .tit_05 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .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: ""; display: block; aspect-ratio: 1 / 1; width: 1rem; border-radius: 50%; border: 2px solid; color: var(--main1); position: absolute; left: 0.5rem; top: 0.4em; }
.lst_ul.lst_ul_2 > li::before { color: var(--main1); }
.lst_ul.kome > li { padding-left: 1em; display: block; }
.lst_ul.kome > li::before { content: "※"; color: var(--clr_txt); border: none; aspect-ratio: inherit; left: 0; top: 0; }
.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 { margin: 1em 0; }
.lst_dl03:first-child { margin-top: 0; }
.lst_dl03:last-child { margin-bottom: 0; }
.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; }
  .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; justify-content: space-between; align-items: center; gap: 1rem; color: var(--lcolor); position: relative; padding: 0 1rem 1rem; min-width: 15rem; width: fit-content; margin: 1rem auto; text-decoration: none !important; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; border-bottom: 1px solid; border-image: linear-gradient(90deg, var(--sub1), var(--main1)) 1; }
.btn_detail::after { font-family: "fontello"; content: "\e803"; font-weight: normal; position: relative; z-index: 1; }
.btn_detail span { display: inline-block; position: relative; z-index: 1; }
@media screen and (min-width: 48em), print { .btn_detail { min-width: 28.5rem; padding: 1.5rem 1rem 1.5rem; }
  .btn_detail::after { font-size: 2.4rem; font-weight: normal; }
  .btn_detail::before { content: ""; display: block; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--sub3); opacity: 0; transition: all 0.3s ease; position: absolute; right: 2rem; top: 0; bottom: 0; margin: auto; }
  .btn_detail:is(:hover, :focus-visible) { opacity: 1; }
  .btn_detail:is(:hover, :focus-visible)::before { opacity: 1; } }

.linkout { display: inline-block; color: var(--clr_txt); text-decoration: none !important; }
.linkout::after { font-family: "fontello"; content: "\cc05"; 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: 2rem 0; padding: 1rem; border-radius: 1rem; }
.txt_box:last-child { margin-bottom: 0; }
.txt_box.txt_box1 { background: var(--bg5); }
.txt_box.txt_box2 { background: var(--bg4); }

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

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

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

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

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

@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; }
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: "\e819"; }

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

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

.header { position: relative; }
.header > .wrap { padding: 1.0rem; }
.header > .wrap .logo { width: 100%; height: 6.6rem; padding: 1.0rem; position: fixed; top: 0; left: 0; z-index: 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.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; text-align: center; }
.header > .wrap .headR ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.4rem; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.header > .wrap .headR ul li .js-tel { font-size: 2rem; background: var(--main1); color: #fff; padding: 0.3rem 1rem; font-family: "Cormorant Infant", sans-serif; font-weight: 600; border-radius: 0.5rem; }
.header > .wrap .headR ul li .js-tel::before { font-family: "fontello"; content: "\e807"; font-weight: normal; margin-right: 0.3rem; font-size: 90%; }
.header > .wrap .headR ul li.acs { font-size: 1.2rem; display: flex; align-items: flex-end; }
.header > .wrap .headR ul li.acs span { font-size: 140%; }
.header > .wrap .headR ul li.acs::before { font-family: "fontello"; content: "\e808"; font-weight: normal; color: var(--main1); font-size: 140%; margin-bottom: 0.2rem; margin-right: 0.5rem; line-height: 1; }

@media screen and (min-width: 48em), print { .header > .wrap { padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; }
  .header > .wrap .logo { width: 40%; height: 8.0rem; padding: 0; position: relative; z-index: 101; background: none; }
  .header > .wrap .logo a { width: 100%; }
  .header > .wrap .headR { display: flex; align-items: center; margin: 0; }
  .header > .wrap .headR ul { justify-content: flex-end; align-items: center; gap: 3rem; }
  .header > .wrap .headR ul li .js-tel { font-size: 2.8rem; height: 6rem; width: 24rem; line-height: 1; }
  .header > .wrap .headR ul li .js-tel::before { font-size: 2.4rem; }
  .header > .wrap .headR ul li.acs { font-size: 2rem; }
  .header > .wrap .headR ul li.acs::before { font-size: 2.4rem; margin-right: 1rem; }
  .header > .wrap .headR ul li.acs span { font-size: 2.8rem; } }
#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; border-radius: 0.5rem; }
#nav #sp_menu.hide { transform: translateY(-220%); }
#nav #sp_menu::before { display: block; font-family: "fontello"; content: "\cc01"; font-size: 2.6rem; }
#nav #sp_menu::after { display: block; content: "MENU"; margin: .2rem 0 0; }
#nav #sp_menu.close::before { font-family: "fontello"; content: "\cc02"; }
#nav #sp_menu.close::after { content: "CLOSE"; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; width: 94vw; max-height: calc((var(--vh, 1vh) * 100) - 8.0rem); overflow-y: auto; background: #fff; padding: 1.6rem; margin: auto; position: absolute; top: 6.6rem; left: 0; right: 0; z-index: 100; }
#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; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
#nav .gnav_subnav .gnav > li .sub { gap: .4rem; }
#nav .gnav_subnav .gnav > li .sub::after { font-family: "fontello"; content: "\e806"; display: inline-flex; justify-content: center; align-items: center; margin: 0 0 0 auto; font-size: 40%; font-weight: normal; }
#nav .gnav_subnav .gnav > li .sub.close::after { transform: rotate(180deg); }
#nav .gnav_subnav .gnav > li .sub.sp_n { display: none; }
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub { position: relative; }
#nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before { content: ""; position: absolute; width: 1px; height: 80%; left: 0; top: 0; bottom: 0; margin: auto; }
#nav .gnav_subnav .gnav > li > a.current::before, #nav .gnav_subnav .gnav > li > a.close::before, #nav .gnav_subnav .gnav > li .sub.current::before, #nav .gnav_subnav .gnav > li .sub.close::before { background: var(--main1); }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:first-child) { border-top: 1px solid var(--line_menu); }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a { display: block; padding: 1.0rem; color: var(--clr_txt); }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a br { display: none; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a span { display: block; font-size: 80%; }
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current { color: var(--main1); }
#nav .gnav_subnav #menu_close { display: block; width: 100%; font-size: 1.4rem; color: #fff; background: var(--main1); text-align: center; padding: .6rem 0; border-radius: 0.5rem; margin: 1.0rem 0 0; }
#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.hide { transform: translateY(-300%); }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { display: block !important; width: 100%; max-height: calc((var(--vh, 1vh) * 100)); overflow-y: visible; padding: 0; position: static; }
  #nav .gnav_subnav .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; font-size: 2rem; margin: 0; cursor: pointer; }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after { margin: 0 0 0 .8rem; }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close { color: var(--main1); }
  #nav .gnav_subnav .gnav > li a.close::before, #nav .gnav_subnav .gnav > li .sub.close::before { width: 10.3rem; }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li .sub { padding: 1.6rem 1rem; }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li .sub::before { width: 0rem; height: 1px; left: 0; right: 0; bottom: 1rem; background: var(--main1); transition: all 0.3s ease; top: auto; }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current,&.close), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current,&.close) { opacity: 1.0; }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current,&.close)::before, #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current,&.close)::before { width: 10.3rem; }
  #nav .gnav_subnav .gnav > li .sub::after { font-size: 30%; }
  #nav .gnav_subnav .gnav > li .sub.pc_n { display: none; }
  #nav .gnav_subnav .gnav > li .sub.sp_n { display: flex; }
  #nav .gnav_subnav .gnav > li .subbox { display: none; width: 40rem; position: absolute; z-index: 100; left: 0; background: #fff; padding: 1rem 2rem; border-radius: 1rem; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16); }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(2) { border-top: none; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a { padding: 2.0rem 0; text-align: left; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a span { font-size: 1.4rem; }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) { color: var(--main1); }
  #nav .gnav_subnav #menu_close { display: none; } }
.overview { padding: 4.0rem 2.0rem; font-size: 1.4rem; line-height: 1.6; background: var(--bg1); font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.overview .clinic_name { margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; margin: auto; }
.overview > .wrap { display: flex; flex-wrap: wrap; gap: 3rem; }
.overview > .wrap > div { width: 100%; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: grid; grid-template-columns: 6em auto; gap: 1rem; }
.overview > .wrap .gaiyo dt { padding: .4rem; color: var(--main1); background: var(--bg2); text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem; }
.overview > .wrap .gaiyo dt.lt1 { padding-left: 1em; letter-spacing: 1em; }
.overview > .wrap .gaiyo dd { padding: .4rem; }
.overview > .wrap .gaiyo dd .js-tel::before { content: none; }
.overview > .wrap .overview_tbl .tbl_time:first-child { margin: 0 0 2rem; }
.overview > .wrap .overview_map { display: flex; flex-wrap: wrap; gap: 2rem; }
.overview > .wrap .overview_map > div { width: 100%; }

.gmap { height: 35rem; border-radius: 0.5rem; overflow: hidden; }

.btn_map { font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; display: flex; justify-content: space-between; align-items: center; width: 20rem; color: var(--main1); padding: 0 1rem 1rem; border-bottom: 1px solid var(--main1); margin: 2rem auto 0; }
.btn_map::after { font-family: "fontello"; content: "\e803"; font-weight: normal; font-size: 110%; line-height: 1; }

@media screen and (min-width: 48em), print { .overview { padding: 10.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 8.0rem; width: 100%; }
  .overview .clinic_name img { max-width: 54.8rem; width: 100%; }
  .overview > .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6rem; }
  .overview > .wrap .gaiyo { display: flex; flex-wrap: wrap; gap: 2rem; }
  .overview > .wrap .gaiyo dt { padding: 1.2rem 0; width: 14rem; border-radius: 1rem; }
  .overview > .wrap .gaiyo dt:nth-of-type(2n) { margin-left: 4rem; }
  .overview > .wrap .gaiyo dd { padding: 1.2rem 0; width: 41rem; display: flex; align-items: center; flex-wrap: wrap; }
  .overview > .wrap .overview_tbl, .overview > .wrap .overview_map { display: flex; justify-content: space-between; align-items: flex-start; }
  .overview > .wrap .overview_tbl > div, .overview > .wrap .overview_tbl .tbl_time, .overview > .wrap .overview_map > div, .overview > .wrap .overview_map .tbl_time { width: 57rem; }
  .overview > .wrap .overviewR { margin: 0; }
  .gmap { height: 57rem; border-radius: 1rem; } }
#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; }
#tel_up ul li .js-tel { flex: auto; justify-content: center; align-items: center; height: 100%; width: 100%; font-size: 2rem; background: var(--main1); color: #fff; font-family: "Cormorant Infant", sans-serif; font-weight: 600; }
#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 { font-family: "fontello"; content: "\e807"; font-weight: 500; font-size: 80%; line-height: 1; padding-top: 0.2rem; margin-right: 0.5rem; }
#tel_up ul li .btn_rsv { height: 100%; display: flex; border-radius: 0; }
#tel_up ul li .btn_rsv::before { font-family: "fontello"; content: "\e808"; color: var(--main1); }
#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; color: var(--main1); overflow: hidden; position: relative; z-index: 101; border: 1px solid var(--main1); }
#tel_up #pageup::before { display: block; font-family: "fontello"; content: "\e806"; font-size: 40%; transform: rotate(180deg); }
#tel_up #pageup .clip { display: block; font-size: 1.0rem; clip-path: inset(50%); color: transparent; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; z-index: 0; }

@media screen and (min-width: 48em), print { #tel_up { height: 6.0rem; bottom: 4.0rem; right: 4.0rem; width: fit-content; left: auto; background: none; padding: 0; box-shadow: none; line-height: 1; }
  #tel_up ul { width: auto; margin-right: 2rem; }
  #tel_up ul li { width: 24rem; }
  #tel_up ul li .js-tel { font-size: 2.8rem; border-radius: 0.5rem; }
  #tel_up ul li .js-tel::before { font-family: "fontello"; content: "\e807"; display: block; font-weight: 500; font-size: 80%; line-height: 1; padding-top: 0.2rem; margin-right: 0.5rem; }
  #tel_up ul li:nth-child(2) { display: none; }
  #tel_up #pageup { width: 6.0rem; height: 6rem; font-size: 3.0rem; border-radius: 50%; }
  #tel_up #pageup:is(:hover, :focus-visible) { background: var(--lcolor); color: #fff; opacity: 1; } }
.footer { text-align: center; padding: 0 0 4.0rem; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.footer .copy { display: block; background-image: linear-gradient(90deg, var(--sub1), var(--main1)); color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 4.0rem 0 0; }
  .footer .copy { margin: 3.0rem 0 0; font-size: 1.8rem; padding: 2rem; }
  .footer ul { display: block; text-align: center; margin: auto; }
  .footer ul li { display: inline-block; font-size: 1.8rem; line-height: 1; margin: 0 0 2rem; -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 a br { display: none; }
  .footer ul li.last-in-row { border-right-color: transparent !important; }
  .footer ul li.treatment .subbox { display: none; }
  .footer ul.subnav { width: 80%; } }
body.index .overview .overview_map { display: none; }
@media screen and (min-width: 48em), print { body.index > .wrap { width: 100%; } }

.keyvsl { width: 100%; position: relative; }
.keyvsl #keyvsl { max-width: 100%; height: 24.0rem; overflow: hidden; visibility: hidden; }
.keyvsl #keyvsl .slick-list div img { height: 24.0rem !important; object-fit: cover; margin: auto; }
.keyvsl #keyvsl .slick-dots { margin: .6rem 0 0; position: relative; z-index: 2; }
.keyvsl #keyvsl .slick-dots li { width: 1.0rem; height: 1.0rem; margin: 0 .6rem; }
.keyvsl > .wrap .open { display: flex; justify-content: space-between; position: absolute; bottom: 0; padding: 0.5rem 1rem; width: 100%; }
.keyvsl > .wrap .open li { width: 32%; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; position: relative; }
.keyvsl > .wrap .open li::before { content: ""; display: block; top: 0; bottom: 0; left: 0; right: 0; position: absolute; margin: auto; border: 1px solid #fff; opacity: 0.8; border-radius: 50%; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16); }
.keyvsl > .wrap .open div { text-align: center; font-size: 1.4rem; position: relative; z-index: 1; color: #fff; }
.keyvsl > .wrap .open div span { display: block; font-size: 1.05rem; }
.keyvsl > .wrap .yoyaku::before { background-image: linear-gradient(150deg, #C7D5A3, #A3D5C0); }
.keyvsl > .wrap .naika::before { background-image: linear-gradient(150deg, #A3D5C0, #27ABA9); }
.keyvsl > .wrap .uketuke::before { background-image: linear-gradient(150deg, #52BCCC, #87D0F0); }

@media screen and (min-width: 48em), print { .keyvsl #keyvsl { height: 78.0rem; }
  .keyvsl #keyvsl .slick-list div { font-size: 0; }
  .keyvsl #keyvsl .slick-list div img { height: 78.0rem !important; }
  .keyvsl #keyvsl .slick-dots { margin: 1.0rem 0 0; }
  .keyvsl #keyvsl .slick-dots li { width: 1.6rem; height: 1.6rem; margin: 0 1.2rem; }
  .keyvsl > .wrap .open { width: 1200px; justify-content: center; gap: 3rem; bottom: 5rem; padding: 0; }
  .keyvsl > .wrap .open li { width: 22rem; }
  .keyvsl > .wrap .open li::before { box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.16); }
  .keyvsl > .wrap .open li div { font-size: 2.6rem; letter-spacing: 0.2em; text-indent: 0.2em; }
  .keyvsl > .wrap .open .yoyaku div { font-size: 3.2rem; }
  .keyvsl > .wrap .open .naika div span { font-size: 1.6rem; margin-bottom: 1rem; }
  .keyvsl > .wrap .open .uketuke div span { font-size: 2rem; margin-top: 1rem; line-height: 1.4; } }
.info { margin: 4.0rem 2.0rem; }
.info .wrap .accordion-container { width: 100%; margin: 0; }
.info .wrap .accordion-container .accordion-item { width: 100%; margin-bottom: 2px; border: none; border-radius: 0; transition: all 0.3s ease; overflow: hidden; display: block; overflow: hidden; }
.info .wrap .accordion-container .accordion-item:not(:first-child) { border-top: 1px solid var(--line1); padding-top: 2rem; margin-top: 2rem; }
.info .wrap .accordion-container .accordion-item summary.accordion-header { display: block; align-items: center; padding: 0; font-weight: 500; cursor: pointer; list-style: none; position: relative; color: var(--main1); font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.info .wrap .accordion-container .accordion-item summary.accordion-header .accordion-title { font-size: 1.6rem; }
.info .wrap .accordion-container .accordion-item summary.accordion-header .accordion-title::before { font-family: "fontello"; content: "\e804"; display: inline-block; transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1); transform: rotate(180deg); }
.info .wrap .accordion-container .accordion-item summary.accordion-header::-webkit-details-marker { display: none; }
.info .wrap .accordion-container .accordion-item.is-active summary.accordion-header .accordion-title::before { transform: rotate(0deg); }
.info .wrap .accordion-container .accordion-item .accordion-badge, .info .wrap .accordion-container .accordion-item .accordion-date, .info .wrap .accordion-container .accordion-item .accordion-title { display: inline-block; padding: 0; }
.info .wrap .accordion-container .accordion-item .accordion-badge { background-color: var(--main1); color: #fff; font-size: 0.75rem; border-radius: 4px; }
.info .wrap .accordion-container .accordion-item .accordion-title { color: var(--main1); margin: 0 0 0.5em; display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.5; }
.info .wrap .accordion-container .accordion-item .accordion-content { padding: 0; }
.info .wrap .accordion-container .accordion-item .accordion-content .content-inner { min-height: 0; }
.info .wrap .accordion-container .accordion-item .accordion-content p { margin: 0; }
.info .wrap dl { max-height: calc(100vw - 4.0rem); overflow-y: auto; overscroll-behavior-y: none; }
.info .wrap dl dt { gap: 0 .2rem; margin: 0 0 .6rem; color: var(--main1); cursor: pointer; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.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 dt > div { display: flex; align-items: flex-start; font-size: 1.6rem; }
.info .wrap dl dt > div::before { font-family: "fontello"; content: "\e804"; transform: rotate(180deg); width: 1.1em; text-align: center; flex-shrink: 0; font-weight: normal; margin-right: 0.5rem; }
.info .wrap dl dt.close > div::before { font-family: "fontello"; content: "\e804"; transform: rotate(0); }
.info .wrap dl dd { margin: 0 0 1.6rem; }

@media screen and (min-width: 48em), print { .info { margin: 10.0rem 0; }
  .info .wrap { display: flex; align-items: flex-start; }
  .info .wrap .tit_02 { width: 30.0rem; justify-content: flex-start; text-align: left; padding-left: 3.2rem; }
  .info .wrap .tit_02::after { height: 100%; width: 2px; position: absolute; left: 0; right: auto; top: 0; bottom: 0; margin: auto; background-image: linear-gradient(180deg, var(--sub1), var(--main1)); }
  .info .wrap .info_box { flex: 1; }
  .info .wrap #info01 { max-height: 45rem; }
  .info .wrap #info01 .accordion-container .accordion-item { margin-bottom: 0; border-radius: 0; overflow: hidden; }
  .info .wrap #info01 .accordion-container .accordion-item:not(:first-child) { padding-top: 3rem; margin-top: 3rem; }
  .info .wrap #info01 .accordion-container .accordion-item summary.accordion-header { padding: 0; }
  .info .wrap #info01 .accordion-container .accordion-item .accordion-title { margin: 0 0 1.0rem; font-size: 2.4rem; }
  .info .wrap dl dt { margin: 0 0 1.0rem; }
  .info .wrap dl dt > div { font-size: 2.4rem; line-height: 1.6; }
  .info .wrap dl dt::before { margin-right: 1.0rem; }
  .info .wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; }
  .info .wrap dl dt:hover div b { text-decoration: underline; }
  .info .wrap dl dd { margin: 0 0 1.6rem; } }
.information { padding: 4rem 2rem; background: var(--bg1); }
.information .information_box { display: flex; flex-wrap: wrap; gap: 3rem; }
.information .information_box div { width: 100%; }
@media screen and (min-width: 48em), print { .information { padding: 10rem 0; }
  .information .tit_02 { margin-bottom: 8rem; }
  .information .information_box { gap: 6rem; margin: auto; }
  .information .information_box div { width: 57rem; } }

.map { font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; font-size: 85%; }
.map img { border-radius: 0.5rem; margin: auto; }
.map dl { margin: 1rem 0; }
.map dl dt { color: var(--main1); border: 1px solid; border-radius: 0.5rem; display: flex; justify-content: center; align-items: center; padding: 0.5rem; }
.map dl dt br { display: none; }
.map dl dd { margin: 0.5rem 0 1rem; }
.map dl dd .lst_ol { margin: 0; }
@media screen and (min-width: 48em), print { .map img { border-radius: 1rem; }
  .map dl { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: 1.5rem 1rem; line-height: 1.5; }
  .map dl dt { width: 15rem; text-align: center; }
  .map dl dt br { display: block; }
  .map dl dd { width: calc(100% - 16rem); } }

.index_greeting { padding: 4rem 2rem; position: relative; overflow: hidden; }
.index_greeting::before { content: ""; display: block; background: url("../img/bg_logo_mark.svg"); background-size: cover; aspect-ratio: 1757 / 1710; width: 100%; position: absolute; left: -20%; top: 0; }
.index_greeting .wrap { position: relative; z-index: 1; }
.index_greeting .img { text-align: center; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; margin-bottom: 1rem; }
.index_greeting .img span { font-size: 130%; }
.index_greeting .img img { border-radius: 0.5rem; width: 80%; margin: 0 auto 1rem; }

@media screen and (min-width: 48em), print { .index_greeting { padding: 10rem 0; }
  .index_greeting::before { width: auto; height: 100%; left: auto; right: calc(50% + 3.4rem); }
  .index_greeting .wrap { display: flex; flex-wrap: wrap; gap: 0 6rem; }
  .index_greeting .wrap .tit_02 { width: 100%; }
  .index_greeting .img { width: 39rem; order: 1; font-size: 2.4rem; }
  .index_greeting .img span { font-size: 3.2rem; }
  .index_greeting .img img { width: 100%; border-radius: 1rem; margin-bottom: 2rem; }
  .index_greeting .txt { width: 75rem; } }
.feature { padding: 4.0rem 2.0rem; position: relative; overflow: hidden; }
.feature::before { content: ""; display: block; background: url("../img/bg_logo_mark.svg") center center no-repeat; background-size: contain; aspect-ratio: 1757 / 1710; width: 100%; position: absolute; z-index: -1; top: 0; right: -20%; }
.feature ol { position: relative; z-index: 1; counter-reset: number 0; display: flex; flex-wrap: wrap; gap: 3rem; }
.feature ol li { counter-increment: number 1; width: 100%; position: relative; }
.feature ol li::before { content: ""; display: block; width: 100%; aspect-ratio: 370 / 280; background: center center no-repeat; background-size: cover; border-radius: 0.5rem; }
.feature ol li::after { content: counter(number,decimal-leading-zero); font-family: "Cormorant Infant", sans-serif; font-weight: 600; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; border-radius: 50%; background-image: linear-gradient(90deg, var(--sub1), var(--main1)); width: 2em; position: absolute; margin: auto; left: 0; right: 0; color: #fff; top: 18rem; font-size: 3rem; }
.feature ol li h3 { font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; margin: 4rem 0 1rem; text-align: center; color: var(--main1); line-height: 1.6; font-size: 1.9rem; }
.feature ol li p { margin: 0; }
.feature ol .feature_kakarituke::before { background-image: url("../img/ph_index_feature01.jpg"); }
.feature ol .feature_speedy::before { background-image: url("../img/ph_index_feature02.jpg"); }
.feature ol .feature_access::before { background-image: url("../img/ph_index_feature03.jpg"); }
.feature ol .feature_beauty::before { background-image: url("../img/ph_index_feature04.jpg"); }
.feature ol .feature_space::before { background-image: url("../img/ph_index_feature05.jpg"); }

@media screen and (min-width: 48em), print { .feature { padding: 10rem 0; }
  .feature .tit_02 { margin-bottom: 8rem; }
  .feature::before { height: 100%; width: auto; right: auto; left: calc(50% - 33rem); }
  .feature ol { gap: 8rem 4.5rem; justify-content: center; }
  .feature ol li { width: 37rem; }
  .feature ol li::before { border-radius: 1rem; }
  .feature ol li::after { width: 8rem; line-height: 1; font-size: 4.8rem; top: 24rem; }
  .feature ol li h3 { font-size: 2.8rem; height: 11.2rem; margin: 5rem 0 1.8rem; display: flex; justify-content: center; align-items: center; }
  .feature ol .feature_kakarituke h3 { font-size: 2.4rem; } }
.tre { padding: 4rem 2rem; background: url("../img/bg_tre.jpg") center top no-repeat; background-size: cover; }
.tre .tit_02 { color: #fff; }
.tre .tit_02::before { color: #fff; }
.tre .tit_02::after { background: #fff; }
.tre .subnav { display: flex; flex-wrap: wrap; gap: 1rem; }
.tre .subnav li { width: calc((100% - 1rem) / 2); position: relative; }
.tre .subnav li::before { content: ""; display: block; position: absolute; width: 60%; aspect-ratio: 1 / 1; background-image: linear-gradient(90deg, var(--sub1), var(--main1)); left: 0; right: 0; top: 1.5rem; margin: auto; z-index: 1; border-radius: 50%; }
.tre .subnav li a { text-decoration: none; position: relative; background: #fff; display: block; height: 100%; text-align: center; text-decoration: none; font-size: 1.5rem; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; padding: 1.5rem 0 3rem; line-height: 1.6; border-radius: 0.5rem; }
.tre .subnav li a::before { content: ""; display: block; margin: auto; border-radius: 50%; transition: all 0.3s ease; width: 60%; aspect-ratio: 1 / 1; background: center center no-repeat; background-size: 60%; position: relative; z-index: 2; }
.tre .subnav li a::after { font-family: "fontello"; content: "\e803"; position: absolute; right: 1.5rem; bottom: 0.5rem; font-weight: normal; }
.tre .subnav li a span { display: block; font-size: 75%; padding: 0 0.5rem; }
.tre .subnav .internal a::before { background-image: url("../img/tre_01_internal.svg"); }
.tre .subnav .diabetes a::before { background-image: url("../img/tre_02_diabetes.svg"); }
.tre .subnav .lifestyle_related a::before { background-image: url("../img/tre_03_lifestyle_related.svg"); }
.tre .subnav .allergy a::before { background-image: url("../img/tre_04_allergy.svg"); }
.tre .subnav .sas a::before { background-image: url("../img/tre_05_sas.svg"); }
.tre .subnav .checkup a::before { background-image: url("../img/tre_06_checkup.svg"); }
.tre .subnav .vaccination a::before { background-image: url("../img/tre_07_vaccination.svg"); }
.tre .subnav .free a::before { background-image: url("../img/tre_08_free.svg"); }
.tre .subnav .fever a::before { background-image: url("../img/tre_09_fever.svg"); }

@media screen and (min-width: 48em), print { .tre { padding: 10rem 0; }
  .tre .tit_02 { margin-bottom: 8rem; }
  .tre .subnav { gap: 4rem; }
  .tre .subnav li { width: 27rem; height: 36rem; border-radius: 1rem; }
  .tre .subnav li::before { top: 3rem; width: 16rem; transition: all 0.2s ease; }
  .tre .subnav li:is(:hover, :focus-visible, .current)::before { opacity: 0; }
  .tre .subnav li a { border-radius: 1rem; padding: 21.2rem 0 4.5rem; font-size: 2.6rem; display: flex; flex-direction: column; justify-content: center; align-items: center; }
  .tre .subnav li a span { font-size: 1.8rem; }
  .tre .subnav li a::before { width: 16rem; position: absolute; top: 3rem; left: 0; right: 0; margin: auto; border: 1px solid transparent; }
  .tre .subnav li a::after { font-size: 3.2rem; right: 1.5rem; bottom: 1.5rem; line-height: 1; }
  .tre .subnav li a:is(:hover, :focus-visible, .current) { background: var(--lcolor_h); color: #fff; }
  .tre .subnav li a:is(:hover, :focus-visible, .current)::before { border-color: #fff; } }
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; } }
@media screen and (min-width: 48em), print { .doctor .img_r { width: 35%; } }

.dr_name { text-align: right; font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.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: 3.0rem; }
  .device li { width: calc((100% - 3rem) / 2); }
  .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(--bg3); border-width: 2px 2px 0; }
.lst_flow dt::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; 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(--bg3); 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(--bg3); 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(--bg3); border-radius: 1rem; }
.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; 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: 8rem; 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; border-radius: 2rem; }
  .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: 10rem; height: calc(6rem / 2); } }
body.access .main .gmap { height: 100vw; margin: 2.0rem 0; }
body.access .main .acs_map { display: flex; flex-direction: column; gap: 4rem; }
body.access .main .acs_map .map { order: 1; }
body.access .main .acs_map .gmap { margin: 0; }
body.access .main .route { text-align: left; }
@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 { height: 50.0rem; }
  body.access .main .route li { padding: 2rem 12.5rem; } }

.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: '●'; border: none; top: 0; left: 0; }
.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; } }

.diabetes .libre { border: 3px solid var(--sub3); padding: 2rem; border-radius: 2rem; }
@media screen and (min-width: 48em), print { .diabetes .libre { padding: 4rem; margin-top: 4rem; }
  .diabetes .libre .img_r { width: 20% !important; }
  .diabetes .libre .table_0 { width: auto; } }
