@charset "UTF-8";
*: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%; }

h5, h6 { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

p { margin: 0 0 1.0em; }

img { height: auto; border: none; object-fit: contain; }

iframe { max-width: 100%; height: 100%; border: none; }

em, i { font-style: normal; }

@font-face { font-family: 'fontello'; font-weight: normal; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.cf::before { content: ''; display: block; }
.cf::after { clear: both; content: ''; display: block; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.large { font-size: 120%; }

.small { font-size: 86%; }

.underline { text-decoration: underline !important; }

.txt_red { color: #FF2427; }

@media screen and (min-width: 48em), print { .pc_txt_c { text-align: center !important; } }

.img_c { max-width: 80%; margin: 0 auto 1.2rem; border-radius: 0.5rem; }
.img_c.w100 { max-width: 100%; }

.img_l, .img_r { max-width: 80%; margin: 0 auto 1.2rem; border-radius: 0.5rem; }

.img_set { margin: 1em 0; }
.img_set img { max-width: 80%; margin: 0 auto; }

@media screen and (min-width: 48em), print { .img_c { margin: 0 auto 20px; border-radius: 10px; }
  .img_l { float: left; max-width: 400px; margin: 6px 20px 20px 0; border-radius: 10px; }
  .img_r { float: right; max-width: 400px; margin: 6px 0 20px 20px; border-radius: 10px; }
  .img_set { display: flex; justify-content: center; align-items: center; max-width: 80%; margin: 40px 0; }
  .img_set img { flex: 1; max-width: 100%; }
  .img_set.w100 { max-width: 100%; }
  .fit .img_l, .fit .img_r { margin-bottom: 0; } }
.mb40 { margin-bottom: 4.0rem; }

.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.mt5 { margin-top: 0.5rem; }

.mt0 { margin-top: 0; }

main.container > section ~ section { margin-top: 4.0rem; }
main.container > section section { margin-top: 3.0rem; }
main.container > section section section { margin-top: 2.0rem; }
main.container > section section section section { margin-top: 1.5rem; }
main.container > section h2 + section, main.container > section h3 + section, main.container > section h4 + section { margin-top: 0 !important; }

article .intro { margin-bottom: 3.0rem; }
article section { display: flow-root; }
article section > *:last-child { margin-bottom: 0; }
article > section ~ section { margin-top: 4.0rem; }
article > section > section { margin-top: 3.0rem; }
article > section > section > section { margin-top: 2.0rem; }
article > section > section > section > section { margin-top: 1.5rem; }
article h2 + section, article h3 + section, article h4 + section { margin-top: 0 !important; }

@media screen and (min-width: 48em), print { .mb40 { margin-bottom: 80px; }
  .mt40 { margin-top: 80px; }
  .mt30 { margin-top: 60px; }
  .mt20 { margin-top: 40px; }
  .mt10 { margin-top: 20px; }
  .mt5 { margin-top: 10px; }
  main.container > section ~ section { margin-top: 80px; }
  main.container > section section { margin-top: 60px; }
  main.container > section section section { margin-top: 40px; }
  main.container > section section section section { margin-top: 30px; }
  article .intro { display: flow-root; margin-bottom: 60px; }
  article > section ~ section { margin-top: 80px; }
  article > section > section { margin-top: 60px; }
  article > section > section > section { margin-top: 40px; }
  article > section > section > section > section { margin-top: 30px; } }
.l-flex { display: flex; flex-wrap: wrap; }
.l-flex > * { flex: 1; }

.tit_01 { margin: 0 0 2.0rem; padding: 1.0rem; font-size: 2.2rem; }

.tit_02, .index_tit02, .information_tit, .about_tit, .medical_tit, .feature_tit { display: flex; justify-content: center; align-items: center; column-gap: 0.2em; margin: 0 0 1.6rem; font-weight: bold; font-size: 1.8rem; line-height: 1.2; color: #806f5b; }
.tit_02::before, .index_tit02::before, .information_tit::before, .about_tit::before, .medical_tit::before, .feature_tit::before, .tit_02::after, .index_tit02::after, .information_tit::after, .about_tit::after, .medical_tit::after, .feature_tit::after { flex: none; width: 1.55em; height: 1.14em; content: ''; background-position: center top; background-repeat: no-repeat; background-size: contain; }
.tit_02::before, .index_tit02::before, .information_tit::before, .about_tit::before, .medical_tit::before, .feature_tit::before { background-image: url(../img/tit_02_l.svg); }
.tit_02::after, .index_tit02::after, .information_tit::after, .about_tit::after, .medical_tit::after, .feature_tit::after { background-image: url(../img/tit_02_r.svg); }

.tit_03, body#page_visitor .flow dt { position: relative; margin: 1.2rem 0 1.2rem; padding: 0.5rem 0.2rem 0.5rem 3em; font-weight: bold; font-size: 1.6rem; line-height: 1.2; color: #806f5b; background: #d1f3e5; border-top: 0.3rem solid #97c8ab; border-radius: 0 0 0.5rem 0.5rem; }
.tit_03::before, body#page_visitor .flow dt::before { position: absolute; top: -1.4rem; left: 0.2rem; display: block; width: 2.6em; height: 2.2em; content: ''; background: url(../img/icon_character.svg) no-repeat left top; background-size: contain; }

.tit_04 { margin: 0 0 1.0rem; font-weight: bold; font-size: 1.5rem; line-height: 1.2; color: #786855; }
.tit_04::after { display: block; width: 100%; height: 0.2rem; margin-top: 0.4rem; content: ''; background: linear-gradient(90deg, #fbbbca 2.3em, #d1f3e5 2.3em); }

.tit_05 { margin: 0 0 0.8rem; font-weight: bold; font-size: 1.4rem; line-height: 1.2; color: #786855; }
.tit_05::before { display: inline-block; width: 0.4rem; height: 1.2em; margin-right: 0.5rem; vertical-align: text-top; content: ''; background: #97c8ab; border-radius: 0.2rem; }

.tit_06 { margin: 0 0 1.0rem; font-size: 1.4rem; line-height: 1.2; color: #76b59c; }

@media screen and (min-width: 48em), print { .tit_01 { margin: 0 0 30px; padding: 10px 0; font-size: 3.2rem; }
  .tit_02, .index_tit02, .information_tit, .about_tit, .medical_tit, .feature_tit { column-gap: 0.5em; margin: 0 0 30px; font-size: 3.4rem; letter-spacing: 0.1em; }
  .tit_03, body#page_visitor .flow dt { margin: 30px 0 20px; padding: 8px 10px 8px 106px; font-size: 2.8rem; letter-spacing: 0.1em; border-top-width: 5px; border-radius: 0 0 10px 10px; }
  .tit_03::before, body#page_visitor .flow dt::before { top: -29px; left: 9px; width: 86px; height: 72px; }
  .tit_04 { margin: 0 0 14px; font-size: 2.4rem; letter-spacing: 0.1em; }
  .tit_04::after { height: 3px; margin-top: 8px; }
  .tit_05 { margin: 0 0 16px; font-size: 2.0rem; letter-spacing: 0.1em; }
  .tit_05::before { width: 6px; height: 1.2em; margin-right: 8px; border-radius: 4px; }
  .tit_06 { margin: 0 0 14px; font-size: 1.8rem; letter-spacing: 0.1em; } }
.marker_dsc, .lst_ul > li, .dl_ul dt, .dl_ul_row dt { padding-left: 1.4em; }
.marker_dsc::before, .lst_ul > li::before, .dl_ul dt::before, .dl_ul_row dt::before { display: inline-block; margin-left: -1.2em; margin-right: 0.2em; font-size: 1.2rem; content: '●'; color: #f3a9bb; transform: scale(0.8); }
@media screen and (min-width: 48em), print { .marker_dsc::before, .lst_ul > li::before, .dl_ul dt::before, .dl_ul_row dt::before { font-size: 1.6rem; } }

.lst_ul { margin: 1em 0; }
.lst_ul > li { line-height: 1.5; }
.lst_ul > li:not(:first-child) { margin-top: 0.6em; }
.lst_ul > li.none::before, .lst_ul > li.etc::before { display: none; }
.lst_ul > li > ul, .lst_ul > li > ol { margin-top: 0.4em; margin-left: 0; }
.lst_ul.kome > li::before { content: "※"; color: inherit; }
@media screen and (min-width: 48em), print { .lst_ul.lst_2line { display: flex; flex-wrap: wrap; }
  .lst_ul.lst_2line li { width: 50%; }
  .lst_ul.lst_2line li:nth-of-type(2) { margin-top: 0; } }

.lst_ol { margin: 1em 0 1em 0.3em; }
.lst_ol > li { margin-left: 1.4em; list-style-type: decimal; line-height: 1.5; }
.lst_ol > li::marker { font-weight: bold; color: #76b59c; }
.lst_ol > li:not(:first-child) { margin-top: 0.6em; }
.lst_ol > li > ul, .lst_ol > li > ol { margin-top: 0.4em; margin-left: 0; }
@media screen and (min-width: 48em), print { .lst_ol { margin: 1em 0 1em 0.8em; } }

.lst_flow > li { position: relative; }
.lst_flow > li:not(:last-child) { margin-bottom: 6.0rem; }
.lst_flow > li:not(:last-child)::after { position: absolute; bottom: -5.0rem; left: 0; right: 0; display: block; width: 0; height: 0; margin: auto; content: ''; border-style: solid; border-width: 2.0rem 3.0rem 1.0rem 3.0rem; border-color: #76b59c transparent transparent transparent; }
.lst_flow > li .img_flex img { max-width: calc(100% - 1.4em); margin-top: 1rem; margin-right: 1.4em; border-radius: 0.5rem; }
@media screen and (min-width: 48em), print { .lst_flow > li:not(:last-child) { margin-bottom: 8.0rem; }
  .lst_flow > li:not(:last-child)::after { bottom: -6rem; }
  .lst_flow > li .img_flex { display: flex; justify-content: space-between; }
  .lst_flow > li .img_flex > * { width: calc(45% - 2rem); }
  .lst_flow > li .img_flex img { width: 55%; max-width: inherit; border-radius: 1rem; margin: 0 0 0 20px; } }

.lst_marker { margin: 1em 0 1em 0.3em; }
.lst_marker > li { padding-left: 1em; text-indent: -1em; line-height: 1.5; }
.lst_marker > li:not(:first-child) { margin-top: 0.6em; }
.lst_marker > li > * { text-indent: 0; }
.lst_marker > li.none { padding-left: 0; text-indent: 0; }
.lst_marker > li.none::before { display: none; }
@media screen and (min-width: 48em), print { .lst_marker { margin: 1em 0 1em 1em; } }

.lst_mark_bracket { margin: 1em 0; counter-reset: bNum; }
.lst_mark_bracket > li { margin-left: 2.5em; counter-increment: bNum 1; line-height: 1.5; }
.lst_mark_bracket > li:not(:first-child) { margin-top: 0.6em; }
.lst_mark_bracket > li::before { display: inline-block; margin-left: -3em; content: "（" counter(bNum) "）"; }

.dl_init { margin: 1em 0; }
.dl_init dt { font-weight: bold; }
.dl_init dt:not(:first-of-type) { margin-top: 0.8em; }

.dl_ul { margin: 1em 0; }
.dl_ul dt { font-weight: bold; line-height: 1.4; }
.dl_ul dt:not(:first-of-type) { margin-top: 0.8em; }
.dl_ul dd { margin-top: 0.5em; margin-left: 1.4em; line-height: 1.5; }

.dl_ul_row { margin: 1em 0; }
.dl_ul_row dd { margin-left: 1.4em; }
.dl_ul_row dd:not(:last-of-type) { margin-bottom: 0.5em; }
@media screen and (min-width: 48em), print { .dl_ul_row { display: flow-root; line-height: 1.5; }
  .dl_ul_row dt { clear: both; float: left; padding-right: 0.5em; }
  .dl_ul_row dd { display: flow-root; margin-left: 0; }
  .dl_ul_row dd.col { clear: both; margin-top: -0.5em; padding-left: 1.4em; } }

.dl_row { display: flow-root; margin: 1em 0; }
.dl_row dt { clear: both; float: left; }
.dl_row dd { display: flow-root; }
.dl_row dd:not(:last-of-type) { margin-bottom: 0.3em; }

.dl_lst dt { background: #bee0cc; color: var(--clr_white); padding: 0.6rem 1rem; border-top: 1px solid #97c8ab; border-right: 1px solid #97c8ab; border-left: 1px solid #97c8ab; border-radius: 0.5rem 0.5rem 0 0; text-align: center; }
.dl_lst dd { margin: 0 0 0.5rem; padding: 0.8rem 1rem; border-top: 1px dotted #97c8ab; border-right: 1px solid #97c8ab; border-left: 1px solid #97c8ab; border-bottom: 1px solid #97c8ab; border-radius: 0 0 0.5rem 0.5rem; }
@media screen and (min-width: 48em), print { .dl_lst { border-bottom: 1px solid #97c8ab; display: flex; justify-content: space-between; flex-wrap: wrap; border-radius: 1rem; }
  .dl_lst dt { width: 20%; padding: 1.5rem 2.5rem; border-radius: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
  .dl_lst dt:first-of-type { border-radius: 1rem 0 0 0; }
  .dl_lst dt:last-of-type { border-radius: 0 0 0 1rem; }
  .dl_lst dd { width: 80%; margin: 0; padding: 1.5rem 2.5rem; border-top: 1px solid #97c8ab; border-bottom: none; border-radius: 0; }
  .dl_lst dd:first-of-type { border-radius: 0 1rem 0 0; }
  .dl_lst dd:last-of-type { border-radius: 0 0 1rem 0; } }

.tbl_, body#page_childcare .childcare_schedule { width: 100%; border-collapse: separate; border-spacing: 0; }
.tbl_ caption, body#page_childcare .childcare_schedule caption { text-align: left; }
.tbl_ th, body#page_childcare .childcare_schedule th, .tbl_ td, body#page_childcare .childcare_schedule td { padding: 0.5rem; font-weight: normal; }
@media screen and (min-width: 48em), print { .tbl_ th, body#page_childcare .childcare_schedule th, .tbl_ td, body#page_childcare .childcare_schedule td { padding: 10px 20px; } }

.box_, .box_symptoms, .box_symptoms_atten, .box_notice, .box_notes { margin: 1em 0; padding: 1.0rem; border-radius: 1.0rem; }
.box_ > :last-child, .box_symptoms > :last-child, .box_symptoms_atten > :last-child, .box_notice > :last-child, .box_notes > :last-child { margin-bottom: 0; }
@media screen and (min-width: 48em), print { .box_, .box_symptoms, .box_symptoms_atten, .box_notice, .box_notes { padding: 30px 20px; border-radius: 20px; } }
.box_symptoms { background: #ffe9ef; }
.box_symptoms_atten { background: #ffe9ef; border: 3px solid #f3a9bb; }
.box_notice { background: #fff; border: 3px solid #97c8ab; }
.box_notice.lst_ul li::before { color: #76b59c; }
.box_notes { background: #f7f5f5; }

.btn_, .btn_download, .btn_detail, .btn_back { display: inline-block; padding: 0.8em 1.8em; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; line-height: 1.1; text-align: center; text-decoration: none; border-radius: 1.5em; transition: 0.3s; }
@media screen and (min-width: 48em), print { .btn_, .btn_download, .btn_detail, .btn_back { padding: 1.2em 2.4em; letter-spacing: 0.1em; border-radius: 3.0em; } }

.btn_download { background: #ffe2b4; letter-spacing: 0.1em; }
.btn_download::before { margin-right: 0.5rem; font-family: 'fontello'; font-weight: normal; content: '\f1c1'; }
@media screen and (min-width: 48em), print { .btn_download { padding: 0.8em 1.8em; }
  .btn_download:hover { background: #ffce81; } }

.btn_detail, .btn_back { background: #ffe2b4; }
.btn_detail::before, .btn_back::before { margin-right: 0.3rem; font-family: 'fontello'; font-weight: normal; content: '\e802'; }
@media screen and (min-width: 48em), print { .btn_detail:hover, .btn_back:hover { background: #ffce81; } }

.lnk_, .lnk_to, .lnk_ref, .lnk_pdf, .news_body a { text-decoration: underline; transition: 0.3s; }
.lnk_:hover, .lnk_to:hover, .lnk_ref:hover, .lnk_pdf:hover, .news_body a:hover { text-decoration: none; }
.lnk_to { color: #76b59c; }
.lnk_ref { color: #76b59c; }
.lnk_ref::before { display: inline-block; margin-right: 0.3rem; font-family: 'fontello'; font-weight: normal; content: '\f101'; }
.lnk_pdf::before { display: inline-block; margin-right: 0.3rem; font-family: 'fontello'; font-weight: normal; content: '\f101'; }
.lnk_pdf::after { margin-left: 0.6rem; font-family: 'fontello'; font-weight: normal; content: '\f1c1'; color: #ad0b00; }

em { font-weight: bold; }

.marker { padding-left: 1em; text-indent: -1em; }
.marker > * { text-indent: 0; }

.tel { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; white-space: nowrap; }
.tel.ico a { display: inline-block; font-size: 106%; }
.tel.ico a::before { font-family: 'fontello'; font-weight: normal; font-size: 83%; content: '\e80c'; }
@media screen and (min-width: 48em), print { .tel.ico::before { font-family: 'fontello'; font-weight: normal; font-size: 83%; content: '\e80c'; }
  .tel.ico a::before { display: none; } }

.callbox { display: flex; justify-content: space-between; padding: 0.8rem 0 0.6rem; font-family: 'Zen Maru Gothic', sans-serif; color: #806f5b; background: #ffeed1; border-radius: 0.5rem; }
.callbox dl { flex: 1; padding: 0 0.6rem; text-align: center; }
.callbox dl dt { font-weight: 500; font-size: 1.1rem; line-height: 1.65; white-space: nowrap; color: #fff; border-radius: 0.3rem; }
.callbox dl dd { text-indent: -0.05em; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 1.5; }
.callbox dl + dl { border-left: 2px dotted #ceb9a1; }
.callbox_clinic dt { background: #97c8ab; }
.callbox_clinic dd a::before { color: #97c8ab; }
.callbox_sukoyaka dt { background: #f3a9bb; }
.callbox_sukoyaka dd a::before { color: #f3a9bb; }
@media screen and (min-width: 48em), print { .callbox { padding: 12px 0 8.4px; border-radius: 10px; }
  .callbox dl { padding: 0 17px; }
  .callbox dl dt { font-weight: bold; font-size: 1.6rem; border-radius: 5px; }
  .callbox dl dd { text-indent: -0.1em; font-size: 2.4rem; letter-spacing: 0.1em; }
  .callbox_clinic dd::before { color: #97c8ab; }
  .callbox_sukoyaka dd::before { color: #fbbbca; } }

.rsv { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; }
.rsv.ico a { display: block; padding: 0.8em 1em; line-height: 1; text-align: center; color: #786855; background: #fbbbca; border-radius: 1.5em; transition: 0.4s; }
.rsv.ico a::before { margin-right: 5px; font-family: 'fontello'; font-weight: normal; content: '\e80b'; }
@media screen and (min-width: 48em), print { .rsv.ico a { letter-spacing: 0.1em; }
  .rsv.ico a::before { font-size: 88%; }
  .rsv.ico a:hover { filter: brightness(114%); } }

.mqf { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; }
.mqf.ico a { display: block; padding: 0.8em 1.8em; line-height: 1; text-align: center; color: #786855; background: #a9d5bb; border-radius: 1.5em; transition: 0.4s; }
.mqf.ico a::before { margin-right: 5px; font-family: 'fontello'; font-weight: normal; content: '\e80a'; }
@media screen and (min-width: 48em), print { .mqf.ico a { letter-spacing: 0.1em; }
  .mqf.ico a::before { font-size: 88%; }
  .mqf.ico a:hover { filter: brightness(110%); } }

.online-medical { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; }
.online-medical.ico a { display: block; padding: 0.8em 1.8em; line-height: 1; text-align: center; color: #786855; background: #acc0fa; border-radius: 1.5em; transition: 0.4s; }
.online-medical.ico a::before { margin-right: 5px; font-family: 'fontello'; font-weight: normal; content: '\e826'; }
.online-medical.-btn { width: 85%; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 48em), print { .online-medical.ico a { letter-spacing: 0.1em; }
  .online-medical.ico a::before { font-size: 88%; }
  .online-medical.ico a:hover { filter: brightness(110%); }
  .online-medical.-btn { width: 45rem; } }

.webbtn { display: flex; justify-content: space-between; margin: 1.0rem 0; font-size: 1.4rem; }
.webbtn li { width: 48%; }
.webbtn li a { display: block; }
@media screen and (min-width: 48em), print { .webbtn { justify-content: center; margin: 20px 0; column-gap: 20px; font-size: 1.8rem; }
  .webbtn li { width: auto; }
  .webbtn li a { min-width: 225px; } }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 0.6rem 0.6rem 0 0; overflow: hidden; }
.tbl_time caption { caption-side: bottom; margin-top: 1.0rem; padding: 1.0rem; text-align: left; border: 2px solid #bee0cc; border-radius: 1.0rem; }
.tbl_time caption dl { display: flex; flex-wrap: wrap; row-gap: 0.5rem; margin-top: 1.0rem; line-height: 1.2; }
.tbl_time caption dl dt { width: 2.2em; }
.tbl_time caption dl dt::after { content: '：'; }
.tbl_time caption dl dd { flex: 1 1 calc(100% - 2.2em); }
.tbl_time caption dl dd em { color: #fd5f6b; }
.tbl_time thead { line-height: 1; background: #bee0cc; }
.tbl_time thead th { padding: 1.0rem 0 0.6rem; font-weight: normal; }
.tbl_time thead th:first-child { width: 35%; }
.tbl_time thead th:last-child { width: 11.5%; text-indent: -0.2em; letter-spacing: -0.1em; }
.tbl_time tbody { line-height: 1; }
.tbl_time tbody tr:nth-of-type(odd) { background: #ebf9f3; }
.tbl_time tbody tr th { padding: 0.8rem 0; font-weight: normal; white-space: nowrap; }
.tbl_time tbody tr td { padding: 0.8rem 0; text-align: center; }
.tbl_time i { display: inline-block; width: 1em; white-space: nowrap; vertical-align: middle; overflow: hidden; }
.tbl_time i::before { display: inline-block; font-weight: normal; width: 1em; }
.tbl_time i.ico_dr::before { font-family: 'fontello'; content: '\e807'; color: #97c8ab; }
.tbl_time i.ico_hdr::before { content: '★'; color: #f3c54b; }
.tbl_time i.ico_rq::before { content: '※'; color: #fd5f6b; }
.tbl_time.-checkup caption { border: none; padding: initial; }
.tbl_time.-checkup thead tr th[scope="col"] { width: calc(100% / 3); }
.tbl_time.-checkup thead tr th[scope="col"]:first-child { width: 20%; }
.tbl_time.-checkup thead tr th[scope="col"]:last-child { width: 20%; }
.tbl_time.-checkup tbody tr th { padding: .5em; }
.tbl_time.-checkup tbody tr td { padding: .5em; text-align: left; }
.tbl_time.-checkup tbody tr td p { margin: initial; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; border-radius: 10px 10px 0 0; }
  .tbl_time caption { margin-top: 1.4em; padding: 1.2em 1.5em 1.4em; }
  .tbl_time caption dl { row-gap: 0.5em; margin-top: 0.8em; line-height: 1.36; }
  .tbl_time thead th { padding: 1.2em 0 1.0em; }
  .tbl_time thead th:first-child { width: 30%; }
  .tbl_time thead th:last-child { width: 13%; letter-spacing: 0.1em; }
  .tbl_time tbody tr th, .tbl_time tbody tr td { padding: 1.1em 0; }
  .tbl_time.-checkup thead th[scope="col"] { width: calc(100% / 3); }
  .tbl_time.-checkup thead th[scope="col"]:first-child { width: 20%; }
  .tbl_time.-checkup thead th[scope="col"]:last-child { width: 20%; }
  .tbl_time.-checkup tbody tr th { padding: 1.1em 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }
.gmap_btn { margin-top: 1.0rem; text-align: center; }
.gmap_btn a { display: inline-block; padding: 0.6em 1.8em; font-weight: bold; font-size: 1.4rem; line-height: 1; color: #806f5b; border: 2px solid #806f5b; border-radius: 1.5em; }
.gmap_btn a::before { margin-right: 0.3em; font-family: 'fontello'; font-weight: normal; content: '\e809'; }
@media screen and (min-width: 48em), print { .gmap_btn { margin-top: 30px; }
  .gmap_btn a { padding: 13px 30px 13px 25px; font-size: 1.6rem; letter-spacing: 0.1em; border-radius: 27px; transition: 0.3s; }
  .gmap_btn a::before { font-size: 125%; margin-right: 6px; }
  .gmap_btn a:hover { color: #fff; background-color: #806f5b; } }

.box_red { margin: 1.0rem; color: #ff0000; border: #ff0000 3px solid !important; padding: 1rem; display: block; border-radius: 1.0rem; font-size: 100%; }
@media screen and (min-width: 48em), print { .box_red { font-size: 120%; margin: auto; width: 1180px; } }

html { font-size: calc(100vw / 32); font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', 'Hiragino Sans', Meiryo, sans-serif; }

body { color: #54442f; background: #fff2dc; word-wrap: break-word; border-top: 0.5rem solid #a4d5c1; }
body.spnav_modal { width: 100%; height: 100%; overflow: hidden; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; }
.main.container { margin: 0 0.8rem 3.0rem; padding: 2.0rem 1.2rem 4.0rem; font-size: 1.3rem; background: #fff; border-radius: 1.0rem; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1240px; border-top-width: 12px; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.6rem; }
  .main.container { width: calc(1200px - 20px); margin: 0 auto 80px; padding: 45px 50px 80px; font-size: 1.8rem; letter-spacing: 0.1em; line-height: 1.88; background: #fff; border-radius: 20px; } }
.header { position: relative; background-color: #fff; background-image: url(../img/header_bg.webp); background-repeat: no-repeat; background-position: 8% bottom; background-size: auto 15rem; }
.header::after { position: absolute; left: 0; right: 0; bottom: 0; display: block; width: 100%; height: 2.0rem; content: ''; background-image: url(../img/header_bottom.svg); background-repeat: no-repeat; background-position: center top; background-size: 100% 2.5rem; }
.header .primary { width: 100%; padding: 0.4rem 1.0rem 2.5rem; background: linear-gradient(0deg, rgba(255, 255, 255, 0), white 2.3rem); }
.header .primary .logo { width: 63%; height: 4.6rem; margin-left: 15%; }
.header .primary .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .primary .contact .address { margin: 0.4rem 0; text-align: center; font-weight: 500; font-size: 1.1rem; color: #806f5b; }
.header .primary .contact .address::before { margin-right: 3px; font-family: 'fontello'; font-weight: normal; font-size: 112.5%; content: '\e800'; color: #fcb9ca; }
body#page_index .header { padding-top: 10.0rem; background: none; }
body#page_index .header::after { height: 5.0rem; background-image: url(../img/header_bottom.svg), linear-gradient(rgba(255, 242, 220, 0) 2rem, #fff2dc 2rem); background-size: 100% 2.5rem, 100% auto; }
body#page_index .header .primary { position: absolute; top: 0; left: 0; z-index: 1; padding: 0.4rem 1.0rem 4.0rem; background: linear-gradient(0deg, rgba(255, 255, 255, 0), white 3.8rem); }

@media screen and (min-width: 48em), print { .header { background-position: center top; background-size: auto; }
  .header::after { height: 146px; background-size: 2000px 150px; }
  .header .primary { display: flex; justify-content: space-between; align-items: flex-end; height: 230px; padding: 0 calc(50% - 590px) 90px; background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.47) 25%, white); }
  .header .primary .logo { width: 475px; height: 116px; margin-left: 5px; }
  .header .primary .contact { width: 468px; }
  .header .primary .contact .address { margin: 0 0 10px; font-size: 1.8rem; letter-spacing: 0.05em; }
  body#page_index .header { padding-top: 0; }
  body#page_index .header::after { height: 146px; background-size: 2000px 150px, 0; }
  body#page_index .header .primary { padding: 0 calc(50% - 590px) 90px; background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.47) 25%, white); } }
@media screen and (min-width: 2001px) { .header { background-size: cover; }
  .header::after { background-size: 100% 150px; }
  body#page_index .header::after { background-size: 100% 150px, 0; } }
.js-sp_modal { position: fixed; top: 0; left: 0; z-index: 2; transition: all 0.4s; }
.js-sp_modal.is_overlay { position: fixed; bottom: 0; right: 0; width: 100vw; height: 100vh; background: rgba(255, 255, 255, 0.8); }

.js-sp_box { height: 0; opacity: 0; visibility: hidden; transform: translateY(-3rem); transition: 0.5s ease; }
.js-sp_box.is_open { height: auto; opacity: 1; visibility: visible; transform: translateY(0); }

.js-menu_box { display: none; }

#nav { width: 100%; }
#nav #sp_menu { position: absolute; top: 1.2rem; right: 1.0rem; width: 3.8rem; height: 3.8rem; margin: 0; padding: 0; line-height: 1.5; text-align: center; color: #fff; background: #a4d5c1; border-radius: 0.5rem; border: none; }
#nav #sp_menu::before { display: block; font-family: 'fontello'; content: '\f008'; font-size: 2.6rem; }
#nav #sp_menu.close::before { content: '\e80d'; }
#nav #sp_menu span { display: none; }
#nav .gnav { position: absolute; top: 6.0rem; left: 3vw; overflow-y: auto; width: 94vw; max-height: 75vh; padding: 1.6rem; font-weight: bold; font-size: 1.3rem; letter-spacing: 0.05em; color: #63513d; background: #fff2dc; border-radius: 1.0rem; }
#nav .gnav > li:not(:last-child) { border-bottom: 1px dotted #707070; }
#nav .gnav > li a { display: block; }
#nav .gnav > li > a, #nav .gnav > li > span { padding: 1.0rem; }
#nav .gnav > li .sub_btn { display: flex; justify-content: space-between; cursor: pointer; }
#nav .gnav > li .sub_btn::after { font-family: 'fontello'; content: '\e805'; color: #76b59c; }
#nav .gnav > li .sub_btn.close { color: #76b59c; }
#nav .gnav > li .sub_btn.close::after { content: '\e806'; }
#nav .gnav > li .subnav { margin-bottom: 0.5rem; padding: 0.5rem; background: #d9f1e7; border-radius: 0.5rem; }
#nav .gnav > li .subnav ul { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 0.5rem; }
#nav .gnav > li .subnav ul li { width: 48%; }
#nav .gnav > li .subnav ul li a { padding: 0.2rem 1.0rem; }
#nav .gnav > li .subnav ul li a::before { display: inline-block; margin-right: 3px; font-family: 'fontello'; font-size: 60%; content: '\e804'; color: #76b59c; vertical-align: 0.2rem; transform: scale(0.7); }

@media screen and (min-width: 48em), print { .js-sp_modal { position: initial; transition: initial; }
  .js-sp_modal.is_overlay { height: auto; background: transparent; }
  .js-sp_box { height: auto; opacity: 1; visibility: visible; transform: translateY(0); transition: initial; }
  #nav { position: relative; z-index: 1; width: 100%; background: #fff2dc; }
  #nav #sp_menu { display: none; }
  #nav .gnav { position: relative; top: 0; left: 0; overflow-y: visible; display: flex; justify-content: space-between; column-gap: 2px; width: calc(1200px - 20px); margin: 0 auto; padding: 0 2px; font-size: 1.8rem; letter-spacing: 0.1em; line-height: 1.44; background: linear-gradient(#fff2dc 15px, transparent 15px, transparent 41px, #fff2dc 41px), repeating-linear-gradient(transparent, transparent 2px, #707070 3px, #707070 4px); border-radius: 0; }
  #nav .gnav > li { flex: 1; text-align: center; background: #fff2dc; }
  #nav .gnav > li:not(:last-child) { border-bottom: none; }
  #nav .gnav > li.sub { position: relative; }
  #nav .gnav > li > a, #nav .gnav > li > span { padding: 15px 0; transition: 0.3s; }
  #nav .gnav > li > a:hover, #nav .gnav > li > span:hover { color: #76b59c; }
  #nav .gnav > li .sub_btn { justify-content: center; column-gap: 5px; }
  #nav .gnav > li .sub_btn::after { transform: scale(0.7); }
  #nav .gnav > li .subnav { position: absolute; top: 56px; left: -102px; width: 410px; margin-bottom: 0; padding: 16px 8px; font-size: 1.6rem; line-height: 1.38; letter-spacing: 0.1em; background: #d9f1e7; border-radius: 10px; }
  #nav .gnav > li .subnav ul { row-gap: 4px; }
  #nav .gnav > li .subnav ul li { text-align: left; }
  #nav .gnav > li .subnav ul li a { padding: 4px 15px; border-radius: 16px; }
  #nav .gnav > li .subnav ul li a:hover { background: #bee0cc; } }
.overview { padding: 0 1.0rem 3.0rem; }
.overview_box { padding: 1.5rem 1.0rem 2.0rem; font-size: 1.2rem; line-height: 1.3; background: #fff; border-radius: 1.0rem; }
.overview_box .boxL .name { text-align: center; margin: 0 1.5rem 1.0rem 1.0rem; }
.overview_box .boxL .address { margin: 0 1.5rem 1.0rem; color: #806f5b; }
.overview_box .boxL .address::before { margin-right: 3px; font-family: 'fontello'; font-weight: normal; font-size: 112.5%; content: '\e800'; color: #fcb9ca; }
.overview_box .boxL .address span { display: block; letter-spacing: 0.08em; }
.overview_box .boxL .webbtn li a { display: block; }
.overview_box .boxL .outline { display: flex; flex-wrap: wrap; row-gap: 0.8rem; margin: 1.5rem; }
.overview_box .boxL .outline dt { width: 28%; font-weight: bold; }
.overview_box .boxL .outline dd { width: 72%; }
.overview_box .boxL .outline dd span { font-weight: bold; font-size: 137.5%; color: #76b59c; }
.overview_box .boxB { padding-top: 2.0rem; }
.overview_box .boxB .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 0; background-image: url(../img/overview_bg_l.svg), url(../img/overview_bg_r.svg); background-repeat: no-repeat; background-position: calc(50% - 930px) 220px, calc(50% + 895px) 50px; background-size: 450px auto; }
  .overview_box { display: flex; flex-wrap: wrap; justify-content: space-between; width: calc(1200px - 20px); margin: 0 auto; padding: 44px 60px 32px 70px; font-size: 1.6rem; background: #fff; border-radius: 20px; }
  .overview_box .boxL { width: 470px; }
  .overview_box .boxL .name { margin: 0 0 20px; }
  .overview_box .boxL .name img { max-width: 452px; margin: 0; }
  .overview_box .boxL .address { margin: 0 0 16px; font-size: 1.8rem; line-height: 1; letter-spacing: 0.05em; text-align: center; }
  .overview_box .boxL .address span { display: inline; letter-spacing: inherit; }
  .overview_box .boxL .webbtn { justify-content: space-between; column-gap: 0; }
  .overview_box .boxL .outline { align-items: flex-end; row-gap: 14px; margin: 20px 0 0; }
  .overview_box .boxL .outline dt { width: 22%; }
  .overview_box .boxL .outline dd { width: 78%; }
  .overview_box .boxR { width: 530px; padding-top: 20px; }
  .overview_box .boxB { width: 1040px; padding-top: 40px; }
  .overview_box .boxB .gmap { height: 400px; } }
#side_btn { display: none; }
@media screen and (min-width: 48em), print { #side_btn { display: block; position: fixed; top: 207px; right: 0; z-index: 1; width: 60px; transition: top 0.4s; }
  #side_btn.is_fixed { top: 40px; }
  #side_btn li { margin-bottom: 16px; }
  #side_btn li a { display: block; width: 60px; height: auto; padding: 20px 0 20px; font-weight: bold; font-size: 1.8rem; letter-spacing: 0.1em; line-height: 60px; writing-mode: vertical-rl; text-orientation: upright; text-align: inherit; border-radius: 10px 0px 0px 10px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  #side_btn li a::before { margin: 0 0 8px; font-size: 100%; line-height: 1; vertical-align: baseline; } }

@media (orientation: landscape) and (min-width: 768px) and (max-device-width: 896px) { #side_btn { position: fixed; top: 180px; right: 0; } }
.footer { line-height: 1; text-align: center; }
.footer ul { display: none; }
.footer .copyright { display: block; padding: 0.8rem 1.0rem 9.6rem; font-size: 1.2rem; color: #fff; background: #98cbb6; }

@media screen and (min-width: 48em), print { .footer { padding: 50px 0 0; }
  .footer ul { display: block; text-align: center; font-size: 1.6rem; letter-spacing: 0.1em; }
  .footer ul li { display: inline-block; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { margin: 0 5px; content: '|'; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav { margin-bottom: 20px; }
  .footer ul.gnav .sub { display: none; }
  .footer .copyright { margin-top: 40px; padding: 25px 0 19px; font-size: 1.6rem; } }
#tel_up { visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
#tel_up ul { display: flex; width: 100%; font-size: 1.4rem; }
#tel_up ul li { flex-grow: 1; padding: 0 1px; line-height: 3.8rem; text-align: center; }
#tel_up ul li a { display: block; height: 5rem; padding: 0.5em 0; line-height: 1.3; border-radius: 0.8rem 0.8rem 0 0; }
#tel_up .tel_btn { position: absolute; bottom: 5.2rem; left: 0.1rem; }
#tel_up .tel_btn .tel a { display: block; padding: 0.8rem 5rem; font-size: 1.5rem; background: #fed89a; color: #786855; border-radius: 0.8rem; letter-spacing: 0.05rem; }
#tel_up #pageup { position: absolute; top: -6rem; right: 0; display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 5.4rem; height: 6.0rem; padding: 0; font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.6rem; line-height: 1; text-align: center; color: #786855; background: transparent; border: none; cursor: pointer; }
#tel_up #pageup::before { font-family: 'fontello'; content: '\e808'; }
#tel_up #pageup::after { width: 100%; height: 4.0rem; margin-top: 0.2rem; content: ''; background: url(../img/icon_character.svg) no-repeat center top/contain; }
#tel_up #pageup span { display: none; }
#tel_up.is_fixed #pageup { top: -8rem; }
#tel_up.is_fixed #pageup::after { filter: drop-shadow(0 2px 1px rgba(120, 104, 85, 0.3)); }

@media screen and (min-width: 48em), print { #tel_up { bottom: 10px; right: 0; left: auto; width: 80px; height: 90px; padding: 0; transition: 0.4s; }
  #tel_up ul { display: none; }
  #tel_up .tel_btn { display: none; }
  #tel_up #pageup { position: relative; top: 0; width: 80px; height: 90px; font-weight: 500; }
  #tel_up #pageup::before { position: relative; top: 0; height: 14px; transition: top 0.4s; }
  #tel_up #pageup::after { height: 54px; margin-top: 6px; }
  #tel_up #pageup:hover { color: #927654; filter: contrast(120%); }
  #tel_up #pageup:hover::before { top: -10px; }
  #tel_up #pageup span { display: block; }
  #tel_up.is_fixed { bottom: 100px; }
  #tel_up.is_fixed #pageup { top: 0; }
  #tel_up.is_fixed #pageup::after { filter: none; } }
#keyvsl { position: relative; max-width: 100%; height: 25.0rem; margin-bottom: 2rem; padding-top: 22.0rem; background-image: url(../img/index_keyvsl01.jpg); background-repeat: no-repeat; background-position: 85% top; background-size: cover; }
#keyvsl .keyvsl_inner { position: relative; z-index: 1; padding: 0 2.0rem; }
#keyvsl .keyvsl_inner .catch { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; font-size: 1.3rem; letter-spacing: 0.1em; line-height: 1.8; color: #7b6c5a; text-align: center; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 1px 5px rgba(255, 255, 255, 0.5), 0 -1px 5px rgba(255, 255, 255, 0.5), 1px 0 5px rgba(255, 255, 255, 0.5), 1px 1px 5px rgba(255, 255, 255, 0.5), 1px -1px 5px rgba(255, 255, 255, 0.5), -1px 0 5px rgba(255, 255, 255, 0.5), -1px 1px 5px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(255, 255, 255, 0.5); }
#keyvsl .keyvsl_inner .catch span { display: inline-block; background-image: linear-gradient(90deg, transparent 1px, transparent 74%, #76b59c 76%, #76b59c 99%); background-repeat: repeat-x; background-position: left bottom; background-size: 4px 1px; }
#keyvsl .keyvsl_inner .renewal { position: relative; margin: 1.6rem 0; padding: 1.6rem 1.2rem; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; font-size: 1.3rem; letter-spacing: 0.1em; color: #806f5b; background: rgba(190, 224, 204, 0.8); border-radius: 1.5rem; border: 2px dotted rgba(255, 255, 255, 0.7); box-shadow: 0 0 0 0.5rem rgba(190, 224, 204, 0.8); }
#keyvsl .keyvsl_inner .renewal::after { position: absolute; right: -0.8rem; bottom: -0.8rem; display: inline-block; width: 50%; height: 4em; content: ''; background: url(../img/index_keyvsl_msg.svg) no-repeat left top; background-size: contain; }
#keyvsl .keyvsl_inner .renewal em { font-weight: 500; font-size: 130%; color: #5a8f7a; }

@media screen and (min-width: 48em), print { #keyvsl { height: 870px; margin-bottom: 0; padding-top: 230px; background-position: center top; background-size: auto; }
  #keyvsl .keyvsl_inner { width: 1200px; margin: 0 auto; padding: 0 17px; }
  #keyvsl .keyvsl_inner .catch { width: 580px; font-size: 3.0rem; letter-spacing: 0.1em; line-height: 2; text-align: left; text-shadow: 0 0 10px #fff, 0 1px 10px #fff, 0 -1px 10px #fff, 1px 0 10px #fff, 1px 1px 10px #fff, 1px -1px 10px #fff, -1px 0 10px #fff, -1px 1px 10px #fff, -1px -1px 10px #fff; }
  #keyvsl .keyvsl_inner .catch span { background-size: 6px 2px; }
  #keyvsl .keyvsl_inner .renewal { width: 460px; margin: 58px 8px 0; padding: 24px 30px; font-size: 2.4rem; line-height: 2; letter-spacing: 0.1em; border-radius: 40px; box-shadow: 0 0 0 8px rgba(190, 224, 204, 0.8); }
  #keyvsl .keyvsl_inner .renewal::after { right: -10px; bottom: -8px; width: 230px; height: 78px; }
  #keyvsl .keyvsl_inner .renewal em { font-size: 2.6rem; } }
@media screen and (min-width: 2001px) { #keyvsl { background-size: cover; } }
.index_tit02, .information_tit, .about_tit, .medical_tit, .feature_tit { flex-wrap: wrap; align-content: center; }
.index_tit02::after, .information_tit::after, .about_tit::after, .medical_tit::after, .feature_tit::after { order: 3; }
.index_tit02 span, .information_tit span, .about_tit span, .medical_tit span, .feature_tit span { order: 4; width: 100%; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; font-size: 1.2rem; letter-spacing: 0.2em; color: #76b59c; text-align: center; }
@media screen and (min-width: 48em), print { .index_tit02 span, .information_tit span, .about_tit span, .medical_tit span, .feature_tit span { margin-top: 8px; font-size: 1.8rem; letter-spacing: 0.2em; } }

.top_banner > div:not(:first-of-type) { margin-top: 1.5rem; }
.top_banner img { margin: 0 auto; }
.top_banner a { display: inline-block; filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.13)); }
.top_banner a.noef { filter: unset; }
.top_banner.info_prev { padding: 2.0rem 1.0rem 0.5rem; }
.top_banner.info_next { padding: 0 1.0rem 2.5rem; }
.top_banner .bnr_doctorsfile { margin: 0 1.0rem; }
.top_banner .bnr_doctorsfile a { display: block; margin-bottom: 1.0rem; filter: unset; }
.top_banner .bnr_lower { margin: 0 0.8rem 0 0.2rem; }
.top_banner .bnr_lower a { display: block; margin-bottom: 1.0rem; filter: unset; }
@media screen and (min-width: 48em), print { .top_banner { text-align: center; }
  .top_banner > div:not(:first-of-type) { margin-top: 40px; }
  .top_banner a { filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13)); transition: 0.3s; }
  .top_banner a:hover { filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.13)) saturate(130%) brightness(103%); }
  .top_banner.info_prev { padding: 50px 0 10px; }
  .top_banner.info_next { padding: 0; }
  .top_banner .bnr_doctorsfile { display: flex; justify-content: center; column-gap: 50px; margin: 0 auto 60px; }
  .top_banner .bnr_doctorsfile a { margin-bottom: 0; }
  .top_banner .bnr_lower { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 0 auto 60px; width: 1200px; }
  .top_banner .bnr_lower li { width: calc((100% - 160px) / 2); }
  .top_banner .bnr_lower a { margin-bottom: 0; }
  .top_banner .bnr_lower a img { width: 100%; height: auto; } }

.news_title { cursor: pointer; }

.news_body { word-wrap: break-word; }
.news_body:not(:nth-of-type(-n+3)) { display: none; }

.information { padding: 2.0rem 1.0rem 3.5rem; }
.information section { padding: 2.0rem 0.5rem 2.0rem 1.5rem; background: #fff; border-radius: 1.0rem; }
.information_tit { margin-bottom: 1.0rem; }
.information_box { height: 25.0rem; padding-right: 1.0rem; overflow-y: auto; }
.information_box dt:not(:first-of-type) { margin-top: 1em; padding-top: 1em; border-top: 1px dotted #a79b8d; }
.information_box dt .date { display: inline-block; margin-bottom: 0.5rem; padding: 0.3em 0.5em; font-size: 1.0rem; line-height: 1; border: 1px solid #54442f; border-radius: 1.5em; }
.information_box dt .ttl { display: block; margin-bottom: 0.3rem; font-weight: bold; color: #76b59c; }
.information_box dt .ttl::before { margin-right: 0.3rem; font-family: 'fontello'; font-weight: normal; content: '\e801'; }
.information_box dt.close .ttl::before { content: '\e803'; }
.information_box dd { font-size: 1.3rem; }

@media screen and (min-width: 48em), print { .information { padding: 40px 0 70px; }
  .information section { width: calc(1200px - 20px); margin: 0 auto; padding: 35px 20px 35px 45px; border-radius: 20px; }
  .information_box { height: 300px; padding-right: 25px; }
  .information_box dt:not(:first-of-type) { margin-top: 24px; padding-top: 24px; }
  .information_box dt .date { margin-bottom: 10px; padding: 7px 10px; font-size: 1.6rem; border-radius: 15px; }
  .information_box dt .ttl { margin-bottom: 5px; font-size: 2.2rem; }
  .information_box dd { font-size: 1.8rem; line-height: 1.8; } }
.about { padding: 2.8rem 1.0rem 3.5rem; background: url(../img/index_about_bg.jpg) no-repeat center top; background-size: cover; }
.about_tit { margin-bottom: 0.5rem; }
.about_box .img { max-width: 70%; margin: 0 auto 1.0rem; }
.about_box .txt { margin: 0 0.8rem; line-height: 1.6; text-shadow: 0 0 5px #fff, 0 1px 5px #fff, 0 -1px 5px #fff, 1px 0 5px #fff, 1px 1px 5px #fff, 1px -1px 5px #fff, -1px 0 5px #fff, -1px 1px 5px #fff, -1px -1px 5px #fff; }

@media screen and (min-width: 48em), print { .about { height: 633px; padding: 54px 0 0; background-size: auto; }
  .about section { width: 1200px; margin: 0 auto; }
  .about_tit { margin-bottom: 24px; }
  .about_box { display: flow-root; padding-left: 20px; }
  .about_box .img { float: right; max-width: 100%; margin: 0 -15px 0 22px; }
  .about_box .txt { margin: 15px 0 0; font-size: 2.0rem; letter-spacing: 0.1em; line-height: 2.4; text-shadow: #fff 3px 0px 20px, #fff 2.83487px 0.981584px 20px, #fff 2.35766px 1.85511px 20px, #fff 1.62091px 2.52441px 20px, #fff 0.705713px 2.91581px 20px, #fff -0.287171px 2.98622px 20px, #fff -1.24844px 2.72789px 20px, #fff -2.07227px 2.16926px 20px, #fff -2.66798px 1.37182px 20px, #fff -2.96998px 0.42336px 20px, #fff -2.94502px -0.571704px 20px, #fff -2.59586px -1.50383px 20px, #fff -1.96093px -2.27041px 20px, #fff -1.11013px -2.78704px 20px, #fff -0.137119px -2.99686px 20px, #fff 0.850987px -2.87677px 20px, #fff 1.74541px -2.43999px 20px, #fff 2.44769px -1.73459px 20px, #fff 2.88051px -0.838247px 20px; } }
@media screen and (min-width: 2001px) { .about { background-size: cover; } }
.medical { padding: 3.0rem 1.0rem; }
.medical_lst { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2.0rem; }
.medical_lst li a { display: flex; flex-wrap: wrap; justify-content: center; width: 40vw; height: 40vw; font-weight: bold; text-align: center; color: #806f5b; background: #fff; border-radius: 1.5rem; overflow: hidden; }
.medical_lst li a::before { order: -2; width: 100%; height: 70%; content: ''; background-color: #d1f3e5; background-image: url(../img/icon_med_checkup.svg); background-repeat: no-repeat; background-position: center center; background-size: 60% auto; }
.medical_lst li a::after { order: -1; margin-right: 0.5rem; font-family: 'fontello'; font-weight: normal; content: '\e802'; color: #a4d5c1; }
.medical_lst li a.internal::before { background-image: url(../img/icon_med_internal.svg); }
.medical_lst li a.pediatrics::before { background-image: url(../img/icon_med_pediatrics.svg); }
.medical_lst li a.circulatory::before { background-image: url(../img/icon_med_circulatory.svg); }
.medical_lst li a.heart_failure::before { background-image: url(../img/icon_med_heart_failure.svg); }
.medical_lst li a.inborn::before { background-image: url(../img/icon_med_inborn.svg); }
.medical_lst li a.lifestyle::before { background-image: url(../img/icon_med_lifestyle.svg); }
.medical_lst li a.nonsmoking::before { background-image: url(../img/icon_med_nonsmoking.svg); }
.medical_lst li a.vaccination::before { background-image: url(../img/icon_med_vaccination.svg); }
.medical_lst li a.checkup::before { background-image: url(../img/icon_med_checkup.svg); }
.medical_lst li a.infants::before { background-image: url(../img/icon_med_infants.svg); }
.medical_lst li a.synagis::before { background-image: url(../img/icon_med_synagis.svg); }

@media screen and (min-width: 48em), print { .medical { padding: 60px 0 90px; }
  .medical section { width: 1200px; margin: 0 auto; padding: 0 10px; }
  .medical_tit { margin-bottom: 48px; }
  .medical_lst { gap: 30px 32px; }
  .medical_lst li a { width: 210px; height: 210px; font-size: 2.2rem; letter-spacing: 0.1em; border-radius: 20px; transition: 0.3s; }
  .medical_lst li a::before { background-size: 115px auto; transition: 0.3s; }
  .medical_lst li a:hover { margin-top: -5px; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); }
  .medical_lst li a:hover::after { color: #76b59c; } }
.feature { padding: 2.8rem 1.0rem 3.5rem; background: url(../img/index_feature_bg.jpg) no-repeat center top; background-size: cover; }
.feature_lst { counter-reset: fNum 0; padding: 0 1.0rem; }
.feature_lst li { counter-increment: fNum 1; position: relative; margin-top: 1.8rem; padding: 0 1.0rem; font-weight: bold; line-height: 1.8; text-align: center; text-shadow: rgba(255, 255, 255, 0.6) 2px 0px 5px, rgba(255, 255, 255, 0.6) 1.75517px 0.958851px 5px, rgba(255, 255, 255, 0.6) 1.0806px 1.68294px 5px, rgba(255, 255, 255, 0.6) 0.141474px 1.99499px 5px, rgba(255, 255, 255, 0.6) -0.632294px 1.81859px 5px, rgba(255, 255, 255, 0.6) -1.60229px 1.19694px 5px, rgba(255, 255, 255, 0.6) -1.97998px 0.28224px 5px, rgba(255, 255, 255, 0.6) -1.87291px -0.701566px 5px, rgba(255, 255, 255, 0.6) -1.30729px -1.5136px 5px, rgba(255, 255, 255, 0.6) -0.421592px -1.95506px 5px, rgba(255, 255, 255, 0.6) 0.567324px -1.91785px 5px, rgba(255, 255, 255, 0.6) 1.41734px -1.41108px 5px, rgba(255, 255, 255, 0.6) 1.92034px -0.558831px 5px; }
.feature_lst li::before { display: block; width: 70vw; height: 70vw; margin: 0 auto -1.8em; content: ''; background-repeat: no-repeat; background-position: left top; background-size: contain; border-radius: 50%; }
.feature_lst li::after { content: counter(fNum,decimal-leading-zero); position: absolute; top: 0; left: 0; display: block; width: 2em; height: 2em; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; font-size: 3.6rem; line-height: 2em; text-align: center; color: #806f5b; background: #bee0cc; border-radius: 50%; text-shadow: none; }
.feature_lst_specialist::before { background-image: url(../img/index_feature_specialist.jpg); }
.feature_lst_family::before { background-image: url(../img/index_feature_family.jpg); }
.feature_lst_child::before { background-image: url(../img/index_feature_child.jpg); }

@media screen and (min-width: 48em), print { .feature { padding: 60px 0 66px; background-size: auto; }
  .feature section { width: 1200px; margin: 0 auto; padding: 0 10px; }
  .feature_tit { margin-bottom: 70px; }
  .feature_lst { display: flex; justify-content: space-between; }
  .feature_lst li { width: 360px; margin: 0; padding: 0 15px; font-size: 2.2rem; line-height: 2; text-align: left; text-shadow: none; }
  .feature_lst li::before { width: 360px; height: 360px; margin: 0 -15px 20px; }
  .feature_lst li::after { width: 100px; height: 100px; font-size: 4.4rem; line-height: 100px; } }
@media screen and (min-width: 2001px) { .feature { background-size: cover; } }
aside .banners { margin: 4.0rem 1.0rem; padding: 0; text-align: center; }
aside .banners .childcare { display: inline-block; width: 90vw; height: 26vw; white-space: nowrap; text-indent: 100%; background: url(../img/bnr_sukoyaka.webp) no-repeat left top; background-size: contain; overflow: hidden; filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.13)); }
aside .banners .bnr_sns { display: grid; grid-template-columns: 0.5rem 48% auto 13% 13% 0.5rem; grid-template-rows: 0.5rem 25% 15% auto 2.5rem; width: 94vw; height: 11.0rem; margin: 1em auto 0; background: url(../img/bnr_sns.webp) no-repeat left top; background-size: contain; overflow: hidden; }
aside .banners .bnr_sns a { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; }
aside .banners .bnr_sns a.line { grid-column: 2/3; grid-row: 2/3; }
aside .banners .bnr_sns a.twitter { grid-column: 4/5; grid-row: 4/5; }
aside .banners .bnr_sns a.insta { grid-column: 5/6; grid-row: 4/5; }
@media screen and (min-width: 48em), print { aside .banners { margin: 60px 0; padding: 0; }
  aside .banners .childcare { width: 726px; height: 210px; filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13)); transition: 0.3s; }
  aside .banners .childcare:hover { filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.13)) saturate(130%) brightness(103%); }
  aside .banners .bnr_sns { grid-template-columns: 10px 550px 260px 140px 140px auto; grid-template-rows: 10px 110px 50px 120px auto; gap: 10px; width: 1167px; height: 400px; margin: 30px auto 0; } }

.bnr_sns_new_bg { margin: 0 1rem 3rem !important; padding: 2.5rem 2rem 3rem !important; background: #d1f3e5 !important; outline: 2px dotted rgba(255, 255, 255, 0.7); outline-offset: -10px; }
@media screen and (min-width: 48em), print { .bnr_sns_new_bg { margin: 0 auto 80px !important; padding: 45px 50px !important; } }

.bnr_sns_new { font-weight: bold; color: #806f5b; }
.bnr_sns_new h2 { text-align: center; font-family: 'Zen Maru Gothic', sans-serif; font-size: 2.3rem; }
.bnr_sns_new h2 span small { display: block; text-align: center; font-size: 1.6rem; }
.bnr_sns_new .link { margin: -1rem auto 0; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 1.6rem; width: auto; justify-content: space-between; }
.bnr_sns_new .link a { font-family: 'Zen Maru Gothic', sans-serif; margin: 0; line-height: 1; padding: 30px 5px; width: 32%; border-radius: 1rem; text-align: center; background: #fff; }
.bnr_sns_new .link a img { vertical-align: middle; width: 40px; height: 40px; display: block; margin: 0 auto 20px; }
.bnr_sns_new p:last-of-type { margin: 0; }
.bnr_sns_new p span { background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.6) 50%); }
@media screen and (min-width: 48em), print { .bnr_sns_new { text-align: center; }
  .bnr_sns_new h2 { font-size: 5rem; margin: 0 0 20px; }
  .bnr_sns_new h2 span small { font-size: 2.8rem; }
  .bnr_sns_new .link { margin: 3rem 0; flex-wrap: nowrap; justify-content: center; }
  .bnr_sns_new .link a { transition: 0.4s; width: 28%; margin: 0 1.1rem; padding: 25px 10px; border-radius: 10rem; font-size: 3rem; }
  .bnr_sns_new .link a img { display: inline-block; margin: 0 20px 0 0; }
  .bnr_sns_new .link a:hover { filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.13)); }
  .bnr_sns_new p { font-size: 1.9rem; }
  .bnr_sns_new p:first-of-type { margin: 0; } }

.heading { display: flex; justify-content: normal; align-items: center; min-height: 10.5rem; padding: 0 33% 3.5rem 1.5rem; }
.heading h1 { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; font-size: 2.0rem; letter-spacing: 0.05em; line-height: 1.25; color: #7b6c5a; background-image: linear-gradient(90deg, transparent 1px, transparent 74%, #76b59c 76%, #76b59c 99%); background-repeat: repeat-x; background-position: left bottom; background-size: 4px 1px; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 1px 5px rgba(255, 255, 255, 0.5), 0 -1px 5px rgba(255, 255, 255, 0.5), 1px 0 5px rgba(255, 255, 255, 0.5), 1px 1px 5px rgba(255, 255, 255, 0.5), 1px -1px 5px rgba(255, 255, 255, 0.5), -1px 0 5px rgba(255, 255, 255, 0.5), -1px 1px 5px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 48em), print { .heading { display: block; width: 1200px; height: 395px; margin: 0 auto; padding: 60px 550px 100px 15px; }
  .heading h1 { display: inline-block; padding: 8px 0; font-size: 4.4rem; letter-spacing: 0.1em; line-height: 1.3; background-size: 6px 2px; text-shadow: 0 0 10px #fff, 0 1px 10px #fff, 0 -1px 10px #fff, 1px 0 10px #fff, 1px 1px 10px #fff, 1px -1px 10px #fff, -1px 0 10px #fff, -1px 1px 10px #fff, -1px -1px 10px #fff; } }

.breadcrumbs { padding: 1.0rem; font-size: 1.1rem; line-height: 1.2; background: transparent; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs li br { display: none; }
.breadcrumbs li:not(:first-child)::before { display: inline-block; margin: 0 0.2em; content: '＞'; }
@media screen and (min-width: 48em), print { .breadcrumbs { width: 1200px; margin: 0 auto; padding: 18px 10px; font-size: 1.6rem; letter-spacing: 0.1em; }
  .breadcrumbs a:hover { text-decoration: underline; } }

body#page_doctor .doctor_greeting .img_r { max-width: 60%; }
body#page_doctor .doctor_greeting p:last-child { margin-bottom: 0; }
body#page_doctor .doctor_profile > section { margin-top: 3.0rem; }
@media screen and (min-width: 48em), print { body#page_doctor .doctor_greeting .img_r { max-width: 320px; margin: 5px 0 10px 40px; }
  body#page_doctor .doctor_profile { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px; }
  body#page_doctor .doctor_profile > section { margin-top: 0; }
  body#page_doctor .doctor_profile > section:nth-child(1) { width: 52%; }
  body#page_doctor .doctor_profile > section:nth-child(2) { width: 42%; }
  body#page_doctor .doctor_profile > section:nth-child(2) ul { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 10px; }
  body#page_doctor .doctor_profile > section:nth-child(2) ul > li { flex-grow: 1; width: 48%; margin-top: 0; } }

.attention { margin-bottom: 3.5rem; text-align: center; }
.attention p { margin-bottom: 0; }
.attention strong { color: #fd5f6b; }
@media screen and (min-width: 48em), print { .attention { margin-bottom: 80px; } }

.notification { display: flex; justify-content: center; margin: 0.5rem 0 4.0rem; }
.notification p { margin-bottom: 0; }
.notification em { text-decoration: underline; }
@media screen and (min-width: 48em), print { .notification { margin: 10px 0 90px; } }

.anchor_index { margin: -2.0rem -1.2rem 3.5rem; padding: 1.8rem 2.2rem; font-size: 1.2rem; }
.anchor_index li { margin-bottom: 4px; }
.anchor_index li a { display: block; padding: 0.2rem 1.5em; background: #fff; border: 2px solid #ffe2b4; border-radius: 1.5em; box-shadow: 0 0 5px #ffedce; }
.anchor_index li a::before { margin-right: 0.5rem; font-family: 'fontello'; font-weight: normal; content: '\f103'; color: #fc0; }
@media screen and (min-width: 48em), print { .anchor_index { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: -45px -50px 70px; padding: 35px 65px; font-size: 1.6rem; }
  .anchor_index li { flex: 1 1 32%; margin: 0; }
  .anchor_index li a { box-shadow: 0 0 10px #ffedce; transition: 0.3s; }
  .anchor_index li a:hover { background: #fff6e8; box-shadow: 0 0 10px #fff; } }

.wrapin { display: flex; flex-direction: column; align-items: center; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 48em), print { .wrapin .btn a { min-width: 200px; } }

.boxin_block > ol, .boxin_block > ul, .boxin_block > dl { margin: 1.0em 0 0; }
@media screen and (min-width: 48em), print { .boxin_block { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
  .boxin_block > ol, .boxin_block > ul, .boxin_block > dl { width: 36%; margin: 0; } }

body#page_childcare .childcare_procedure > section { padding-top: 1.0rem; }
@media screen and (min-width: 48em), print { body#page_childcare .childcare_procedure > section { padding-top: 10px; } }
body#page_childcare .childcare_schedule { font-size: 1.2rem; border-collapse: collapse; }
body#page_childcare .childcare_schedule th { width: 15%; font-size: 1.0rem; white-space: nowrap; background: #ffe8c1; border: 1px solid #ccc; }
body#page_childcare .childcare_schedule td { border: 1px solid #ccc; }
body#page_childcare .childcare_schedule td.act { width: 30%; background: #fffbf3; }
@media screen and (min-width: 48em), print { body#page_childcare .childcare_schedule { font-size: 1.8rem; }
  body#page_childcare .childcare_schedule th { width: 12%; font-size: inherit; }
  body#page_childcare .childcare_schedule td.act { width: 24%; } }

body#page_clinic .clinic_nursery { margin: 0 1.0rem; }
body#page_clinic .clinic_nursery > li { margin-top: 1.2rem; text-align: center; }
body#page_clinic .clinic_nursery > li img { max-width: 100%; margin: 0 auto 0.5rem; }
@media screen and (min-width: 48em), print { body#page_clinic .clinic_nursery { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin: 0 40px; }
  body#page_clinic .clinic_nursery > li { width: 48%; margin-top: 0; } }

#clinic_slide img, #clinic_slide p { display: none; }
#clinic_slide .sp-black { color: #786855; background: rgba(255, 255, 255, 0.95); border: 5px solid #76b59c; border-radius: 2.5rem; box-shadow: 0 8px 0 rgba(84, 68, 47, 0.5); }
#clinic_slide .sp-layer { font-weight: bold; font-size: 3.0rem; letter-spacing: 0.05em; line-height: 1.6; text-align: center; }
#clinic_slide .sp-layer.sp-fontsmall { font-size: 2.6rem; letter-spacing: 0; line-height: 1.8; }
#clinic_slide .sp-selected-thumbnail { border: 4px solid #76b59c; }
@media screen and (min-width: 48em), print { #clinic_slide .sp-black { border: 3px solid #76b59c; border-radius: 25px; box-shadow: 0 5px 0 rgba(84, 68, 47, 0.5); }
  #clinic_slide .sp-layer { font-size: 2.4rem; line-height: 1.8; }
  #clinic_slide .sp-layer.sp-fontsmall { font-size: 2.4rem; letter-spacing: inherit; line-height: inherit; } }

body#page_visitor .lst_ul { margin-left: 0.5em; }
body#page_visitor .flow { margin-top: 2.5rem; }
body#page_visitor .flow dd { position: relative; margin: 0; }
body#page_visitor .flow dd:not(:last-child) { margin-bottom: 6.0rem; }
body#page_visitor .flow dd:not(:last-child)::after { position: absolute; bottom: -5.0rem; left: 0; right: 0; display: block; width: 0; height: 0; margin: auto; content: ''; border-style: solid; border-width: 2.0rem 3.0rem 1.0rem 3.0rem; border-color: #76b59c transparent transparent transparent; }
@media screen and (min-width: 48em), print { body#page_visitor .flow dd { padding: 0 10px; }
  body#page_visitor .flow dd:not(:last-child) { margin-bottom: 80px; }
  body#page_visitor .flow dd:not(:last-child)::after { bottom: -60px; } }

body#page_access .tbl_time { font-size: 1.2rem; }
body#page_access .access_dl { margin: 0 1.5rem 1.5rem; }
body#page_access .access_dl dt { font-weight: bold; }
body#page_access .access_dl dd { margin-bottom: 1.0rem; }
body#page_access .access_dl dd.tel { font-family: inherit; }
body#page_access .gmap { height: 30.0rem; }
@media screen and (min-width: 48em), print { body#page_access .tbl_time { font-size: 2.0rem; }
  body#page_access .access_dl { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 0.5em; width: 60%; margin: 0 auto 25px; font-size: 2.0rem; }
  body#page_access .access_dl dt { width: 4.5em; text-align-last: justify; }
  body#page_access .access_dl dd { width: calc(100% - 6.5em); margin-bottom: 0; padding-left: 0; }
  body#page_access .gmap { height: 500px; border-radius: 15px; overflow: hidden; } }

body#page_404 .notfound { padding: 3.0rem 1.0rem; text-align: center; }
body#page_404 .notfound .btn_back { margin-top: 2em; }

/*# sourceMappingURL=style.css.map */
