@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'; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
@font-face { font-family: 'Poiret One'; src: url("PoiretOne/PoiretOne-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
.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; }

.img_c { max-width: 90%; margin: 0 auto 1.2rem; border-radius: 1.2rem; }
.img_c.w100 { max-width: 100%; }

.img_l, .img_r { max-width: 90%; margin: 0 auto 1.2rem; border-radius: 1.2rem; }
.img_l.sm, .img_l.md, .img_r.sm, .img_r.md { max-width: 70%; }

@media screen and (min-width: 48em), print { .img_c { max-width: 750px; margin: 0 auto 20px; border-radius: 20px; }
  .img_c.sm { max-width: 450px; }
  .img_c.w100 { max-width: 100%; }
  .img_l { float: left; max-width: 450px; margin: 8px 40px 20px 0; border-radius: 20px; }
  .img_l.sm { max-width: 300px; }
  .img_l.md { max-width: 370px; }
  .img_r { float: right; max-width: 450px; margin: 8px 0 20px 40px; border-radius: 20px; }
  .img_r.sm { max-width: 300px; }
  .img_r.md { max-width: 370px; }
  .fit .img_l, .fit .img_r { margin-bottom: 0; }
  .l-imgbox, body#page_first .flow dd { display: flex; align-items: flex-start; flex-wrap: wrap; }
  .l-imgbox .img_l, body#page_first .flow dd .img_l { flex: none; order: 1; float: none; margin-top: 0; margin-bottom: 0; }
  .l-imgbox .img_l + *, body#page_first .flow dd .img_l + * { flex: 1; order: 2; margin: 0; }
  .l-imgbox .img_r, body#page_first .flow dd .img_r { flex: none; order: 2; float: none; margin-top: 0; margin-bottom: 0; }
  .l-imgbox .img_r + *, body#page_first .flow dd .img_r + * { flex: 1; order: 1; margin: 0; }
  .l-imgbox + p, body#page_first .flow dd + p { margin-top: 1em; } }
.font120 { font-size: 120%; }

.font130 { font-size: 130%; }

.font140 { font-size: 140%; }

.font150 { font-size: 150%; }

.mb40 { margin-bottom: 4.0rem; }

.mb30 { margin-bottom: 3.0rem; }

.mb20 { margin-bottom: 2.0rem; }

.mb10 { margin-bottom: 1.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; }

.container > article + article { margin-top: 4.0rem; }
.container .intro { margin-bottom: 3.5rem; }
.container > section ~ section { margin-top: 4.0rem; }
.container > section section { margin-top: 3.0rem; }
.container > section section section { margin-top: 2.5rem; }
.container > section section section section { margin-top: 2.0rem; }
.container > section h2 + section, .container > section h3 + section, .container > section h4 + section, .container > section h5 + 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; }
  .container > article + article { margin-top: 80px; }
  .container .intro { margin-bottom: 70px; }
  .container > section ~ section { margin-top: 80px; }
  .container > section section { margin-top: 60px; }
  .container > section section section { margin-top: 40px; }
  .container > section section section section { margin-top: 30px; } }
.l-flex { display: flex; flex-wrap: wrap; }

.flex2, .flex3 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex2 > *, .flex3 > * { width: 48%; }
.flex2 > *:nth-child(-n+2), .flex3 > *:nth-child(-n+2) { margin-top: 0 !important; }

.flex2_pc, .flex3_pc { display: block; }

@media screen and (min-width: 48em), print { .l-flex_pc { display: flex; flex-wrap: wrap; }
  .flex2_pc, .flex3_pc { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .flex2_pc > * { width: 48%; }
  .flex2_pc > *:nth-child(-n+2) { margin-top: 0 !important; }
  .flex3 > *, .flex3_pc > * { width: 30%; }
  .flex3 > *:nth-child(-n+3), .flex3_pc > *:nth-child(-n+3) { margin-top: 0 !important; } }
.tit_01 { margin: 0 0 3.0rem; padding: 3.0rem 1.0rem; font-size: 2.2rem; }

.tit_02, .index_tit02, .greeting_tit, .menu_tit, .feature_tit, .ic_tit { min-height: 4.0rem; margin: 0 0 2.0rem; padding: 3.0rem 0 0 3.6rem; font-weight: normal; font-size: 2.0rem; line-height: 1.2; background-image: linear-gradient(135deg, rgba(102, 233, 146, 0) calc(50% - 1px), #66e992 calc(50% - 1px), #66e992 calc(50% + 1px), rgba(102, 233, 146, 0) calc(50% + 1px)); background-repeat: no-repeat; background-position: left top; background-size: 5.6rem 5.6rem; }

.tit_03, .tit_03_ico, body#page_clinic .infection-control dt, body#page_first .flow dt { margin: 0 0 1.0rem; padding: 0.4rem 1.2rem; font-weight: normal; font-size: 1.74rem; line-height: 1.2; color: #fff; background: linear-gradient(90deg, #66c0e0, #3ca3d0 50%, #5ad282); border-radius: 1.4rem; }

.tit_03_ico { padding: 0.4rem 0.8rem; }
.tit_03_ico::before { display: inline-block; margin-right: 0.6rem; font-family: 'fontello'; font-weight: normal; content: '\e815'; color: #c5f9df; vertical-align: top; }

.tit_03_nico { margin: 0 0 2.0rem; padding-left: 1.3em; font-weight: bold; font-size: 1.68rem; line-height: 1.2; }
.tit_03_nico::before { display: inline-block; margin-left: -1.3em; margin-right: 0.3em; font-family: 'fontello'; font-weight: normal; content: '\e815'; color: #0bc86a; vertical-align: top; }

.tit_04, .tit_04_ico { margin: 0 0 1.0rem; padding: 0.4rem 0.8rem; font-weight: normal; font-size: 1.6rem; line-height: 1.2; color: #00a251; border-bottom: 2px solid #00a251; }

.tit_04_ico { padding: 0.4rem 0; }
.tit_04_ico::before { display: inline-block; margin-right: 0.3em; font-family: 'fontello'; font-weight: normal; content: '\e815'; color: #0bc86a; vertical-align: top; }

.tit_05 { margin: 0 0 0.8rem; padding: 0.5rem 0.8rem; font-weight: normal; font-size: 1.5rem; line-height: 1.2; border-bottom: 2px dotted #9c8153; }

@media screen and (min-width: 48em), print { .tit_01 { margin: 0 0 30px; padding: 40px 0; font-size: 3.2rem; }
  .tit_02, .index_tit02, .greeting_tit, .menu_tit, .feature_tit, .ic_tit { min-height: 102px; margin: 0 0 33px; padding: 55px 0 0 65px; font-size: 3.6rem; letter-spacing: 0.02em; background-size: 102px 102px; }
  .tit_03, .tit_03_ico, body#page_clinic .infection-control dt, body#page_first .flow dt { margin: 0 0 18px; padding: 8px 13px; font-size: 2.4rem; letter-spacing: 0.02em; border-radius: 20px; }
  .tit_03_ico { padding: 8px 10px; }
  .tit_03_nico { margin: 0 0 18px; padding-left: 0; font-size: 2.2rem; letter-spacing: 0.02em; }
  .tit_03_nico::before { margin-left: 0; }
  .tit_04, .tit_04_ico { margin: 0 0 18px; padding: 6px 13px; font-size: 2.2rem; letter-spacing: 0.02em; }
  .tit_04_ico { padding: 6px 0; }
  .tit_05 { margin: 0 0 16px; padding: 8px 13px; font-size: 2.0rem; letter-spacing: 0.02em; } }
.marker_dsc, .lst_ul > li, .lst_ul > dd, .lst_ul_line > li, .lst_ul_line > dd, body#page_doctor .medical_related dt { padding-left: 1.4em; text-indent: -1.2em; }
.marker_dsc::before, .lst_ul > li::before, .lst_ul > dd::before, .lst_ul_line > li::before, .lst_ul_line > dd::before, body#page_doctor .medical_related dt::before { display: inline-block; width: 1em; height: 1em; margin-right: 0.2em; content: ''; background: #30d281; border-radius: 50%; transform: scale(0.4); vertical-align: -0.1em; }
.marker_dsc > *, .lst_ul > li > *, .lst_ul > dd > *, .lst_ul_line > li > *, .lst_ul_line > dd > *, body#page_doctor .medical_related dt > * { text-indent: 0; }

.lst_ul > li, .lst_ul > dd { margin-top: 0.3em; }
.lst_ul > li:first-child, .lst_ul > dd:first-child { margin-top: 0; }
.lst_ul > li.none, .lst_ul > li.etc, .lst_ul > dd.none, .lst_ul > dd.etc { padding-left: 0; text-indent: 0; }
.lst_ul > li.none::before, .lst_ul > li.etc::before, .lst_ul > dd.none::before, .lst_ul > dd.etc::before { display: none; }
.lst_ul > dd + dt { margin-top: 1em; }
.lst_ul.attention > li::before { background: #ff88a5; }
.lst_ul_line > li, .lst_ul_line > dd { display: inline-block; margin-bottom: 0.3em; }
.lst_ul_line > li.none, .lst_ul_line > li.etc, .lst_ul_line > dd.none, .lst_ul_line > dd.etc { padding-left: 0; text-indent: 0; }
.lst_ul_line > li.none::before, .lst_ul_line > li.etc::before, .lst_ul_line > dd.none::before, .lst_ul_line > dd.etc::before { display: none; }

.lst_ol > li { margin-left: 1.4em; margin-top: 0.2em; list-style-type: decimal; }
.lst_ol > li::marker { font-family: initial; font-weight: bold; color: #4da0e1; }

.lst_marker > li { padding-left: 1em; text-indent: -1em; }
.lst_marker > li > * { text-indent: 0; }
.lst_marker > li.none { padding-left: 0; text-indent: 0; }
.lst_marker > li.none::before { display: none; }

.lst_dl { margin: 1em 0; }
.lst_dl dt { font-weight: bold; }

.dl_tbl { margin: 1em 0; border: 1px solid #00a251; }
.dl_tbl dt { padding: 0.5em 0.8em; color: #008241; background: #dbf2e5; }
.dl_tbl dt:not(:first-of-type) { border-top: 1px solid #00a251; }
.dl_tbl dd { padding: 0.8em; background: #fff; border-top: 1px solid #00a251; }

.tbl_, .tbl_def, .tbl_checksheet { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tbl_ caption, .tbl_def caption, .tbl_checksheet caption { text-align: left; }
.tbl_ th, .tbl_def th, .tbl_checksheet th, .tbl_ td, .tbl_def td, .tbl_checksheet td { padding: 0.5rem; text-align: left; font-weight: normal; }
.tbl_ th .b, .tbl_def th .b, .tbl_checksheet th .b, .tbl_ td .b, .tbl_def td .b, .tbl_checksheet td .b { font-weight: bold; }
.tbl_ th .fsm, .tbl_def th .fsm, .tbl_checksheet th .fsm, .tbl_ td .fsm, .tbl_def td .fsm, .tbl_checksheet td .fsm { font-size: 80%; line-height: 1.25; }
.tbl_ th span, .tbl_def th span, .tbl_checksheet th span, .tbl_ td span, .tbl_def td span, .tbl_checksheet td span { display: inline-block; }
@media screen and (min-width: 48em), print { .tbl_ th, .tbl_def th, .tbl_checksheet th, .tbl_ td, .tbl_def td, .tbl_checksheet td { padding: 15px 20px; } }
.tbl_def { margin: 1em 0; background: #fff; }
.tbl_def th { font-size: 86%; white-space: nowrap; color: #008241; background: #dbf2e5; border: 1px solid #00a251; }
.tbl_def th.note { background: #f5fbf8; }
.tbl_def td { border: 1px solid #00a251; }
.tbl_def thead th { color: #fff; background: #45bc79; }
.tbl_def thead th:first-child { width: 25%; }
@media screen and (min-width: 48em), print { .tbl_def thead th { font-size: 100%; } }
.tbl_checksheet { margin: 1em 0; background: #fff; }
.tbl_checksheet caption { margin-top: 0.3em; caption-side: bottom; }
.tbl_checksheet th { font-size: 84%; text-align: center; white-space: nowrap; color: #308884; background: #dbf2f1; border: 1px solid #3daaa6; }
.tbl_checksheet td { border: 1px solid #3daaa6; }
.tbl_checksheet thead th { text-align: center; color: #fff; background: #45bcb7; }
.tbl_checksheet thead th:nth-last-child(-n+2) { width: 9%; }
@media screen and (min-width: 48em), print { .tbl_checksheet th { font-size: 100%; } }

.box_, .box_symptoms, .box_disease, .box_notice, .box_notes { margin: 1em 0; padding: 1.0rem 1.5rem; border-radius: 1.2rem; }
.box_ > :last-child, .box_symptoms > :last-child, .box_disease > :last-child, .box_notice > :last-child, .box_notes > :last-child { margin-bottom: 0; }
@media screen and (min-width: 48em), print { .box_, .box_symptoms, .box_disease, .box_notice, .box_notes { padding: 30px 40px; border-radius: 20px; } }
.box_symptoms { background: #e6f9ee; }
.box_disease { background: #e6f9ff; }
.box_notice { background: #f6e2e7; }
.box_notice .tel.ico { color: inherit; }
.box_notice.lst_ul > li::before, .box_notice .lst_ul > li::before { background: #ff88a5; }
@media screen and (max-width: 47.99em) { .box_notice.lst_ul { padding-left: 0.8rem; padding-right: 0.8rem; }
  .box_notice.lst_ul > li { padding-left: 1.2em; } }
.box_notes { background: #f9ffe6; }

.btn_, .btn_detail, .greeting_box_foot .btn, .btn_def, .btn_back { display: inline-block; padding: 0.5em 1.2em; text-decoration: none !important; line-height: 1.2; color: #fff; background: #20b97b; border-radius: 1.2em; }
.btn_::before, .btn_detail::before, .greeting_box_foot .btn::before, .btn_def::before, .btn_back::before { display: inline-block; margin-right: 0.5em; font-family: 'fontello'; font-weight: normal; font-size: 60%; content: '\e80a'; vertical-align: middle; }
@media screen and (min-width: 48em), print { .btn_, .btn_detail, .greeting_box_foot .btn, .btn_def, .btn_back { padding: 9px 24px; border-radius: 20px; }
  .btn_:hover, .btn_detail:hover, .greeting_box_foot .btn:hover, .btn_def:hover, .btn_back:hover { background: #188e5e; } }

.btn_detail, .greeting_box_foot .btn { color: #fff; background: #0bc86a; }
.btn_detail:hover, .greeting_box_foot .btn:hover { background: #ff88a5; }
.btn_detail.large, .greeting_box_foot .large.btn { padding: 0.5em 3em; border-radius: 1.5em; font-size: 150%; }

.btn_def, .btn_back { color: #fff; background: #43afe3; }
.btn_def:hover, .btn_back:hover { background: #e15074; }

.lnk_, .lnk_to, .lnk_related a, .news_body a, .newinfo_body a, body#page_doctor .medical_related dd a { text-decoration: underline; }
.lnk_:hover, .lnk_to:hover, .lnk_related a:hover, .news_body a:hover, .newinfo_body a:hover, body#page_doctor .medical_related dd a:hover { text-decoration: none; }
.lnk_related { margin: 1.5em 0; }
.lnk_related li ~ li { margin-top: 0.2em; }
.lnk_related a { color: #00a251; }
.lnk_related a::before { display: inline-block; margin-right: 0.2em; content: '≫'; }

em { font-weight: bold; }

.marker { padding-left: 1em; text-indent: -1em; }
.marker > * { text-indent: 0; }

.tel { white-space: nowrap; }
.tel.ico { font-family: 'Mandali', sans-serif; font-weight: bold; color: #20b97b; }
.tel.ico a::before { display: inline-block; margin-right: 0.2em; font-family: 'fontello'; font-weight: normal; font-size: 70%; content: '\e808'; }
@media screen and (min-width: 48em), print { .tel { white-space: normal; }
  .tel.ico::before { display: inline-block; margin-right: 0.2em; font-family: 'fontello'; font-weight: normal; font-size: 70%; content: '\e808'; vertical-align: 2px; }
  .tel.ico a::before { display: none; } }

.tbl_time { width: 100%; border-collapse: collapse; text-align: center; background: #fff; }
.tbl_time caption { caption-side: bottom; text-align: left; margin-top: 0.8em; font-size: 90%; }
.tbl_time caption span { color: #188dc7; }
.tbl_time thead th { padding: 0.5rem 0; font-weight: normal; color: #fff; background: #43afe3; border-left: 1px solid #fff; }
.tbl_time thead th:first-child { width: 34%; border-left: none; }
.tbl_time thead th:last-child { width: 10%; }
.tbl_time tbody { line-height: 1; }
.tbl_time tbody th { padding: 0.5rem 0; font-weight: normal; border-bottom: 1px solid #43afe3; }
.tbl_time tbody th span { display: block; padding-bottom: 0.3em; font-size: 80%; }
.tbl_time tbody td { padding: 0.5rem 0; border-bottom: 1px solid #43afe3; border-left: 1px solid #43afe3; }
.tbl_time tbody td.dr_sp { color: #188dc7; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; }
  .tbl_time caption { font-size: 100%; }
  .tbl_time thead th { padding: 10px 0; font-weight: normal; }
  .tbl_time thead th:first-child { width: 32%; }
  .tbl_time tbody th { padding: 3px 0; }
  .tbl_time tbody th span { font-size: 100%; }
  .tbl_time tbody td { padding: 14px 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

html { font-size: calc(100vw / 32); font-family: 'Kosugi Maru', Meiryo, 'Hiragino Sans', YuGothic, 'Yu Gothic Medium', sans-serif; }

body { position: relative; color: #7b4e00; background: #fff; word-wrap: break-word; }
body.spnav_modal { width: 100%; height: 100%; overflow: hidden; }

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

main { font-size: 1.4rem; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1140px; }
  main { font-size: 1.6rem; }
  a, button { transition-duration: 0.4s; transition-property: color, background; }
  .wrap { width: 1100px; margin: auto; } }
.header { position: relative; width: 100%; }
.header .wrap { padding: 1.0rem; }
.header .wrap .logo { height: 5.0rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat center top/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .clinic_contact { display: none; }

@media screen and (min-width: 48em), print { .header { background: url(../img/header_bg.jpg) no-repeat center top; }
  .header .wrap { padding: 16px 0 6px; display: flex; justify-content: space-between; align-items: center; }
  .header .wrap .logo { width: 276px; height: 78px; }
  .header .wrap .clinic_contact { display: flex; justify-content: flex-end; align-items: center; column-gap: 12px; }
  .header .wrap .clinic_contact .tel { font-size: 2.9rem; }
  .header .wrap .clinic_contact .adr { padding-left: 10px; font-size: 1.8rem; line-height: 1.3; border-left: 2px solid #6dd28f; }
  .header_floating { width: 100%; transition: 0.4s all; }
  .header_floating.is_sticky { position: fixed; top: 0; left: 0; right: 0; z-index: 2; height: 82px; background: rgba(255, 255, 255, 0.95); box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15); }
  .header_floating.is_sticky .wrap { display: block; padding: 0; }
  .header_floating.is_sticky .wrap .logo { float: left; width: 228px; height: 65px; margin: 8px 20px 0 0; }
  .header_floating.is_sticky .wrap .clinic_contact { justify-content: flex-start; align-items: stretch; column-gap: 0; }
  .header_floating.is_sticky .wrap .clinic_contact .tel { width: 180px; font-size: 2.2rem; line-height: 37px; text-align: center; color: #fff; background: #1ad176; }
  .header_floating.is_sticky .wrap .clinic_contact .adr { flex-grow: 1; padding-left: 28px; font-size: 1.6rem; line-height: 38px; color: #188dc7; background: #e6f6ff; border-left: none; }
  .header_floating.is_sticky .wrap .clinic_contact .adr br { display: none; } }
@media screen and (min-width: 2001px) { .header { background-size: cover; } }
@media print { .header { padding-top: 0 !important; }
  .header .header_floating.is_sticky { position: static; box-shadow: none; }
  body#page_index .header + div { top: 0 !important; } }
@media screen and (max-width: 47.99em) { .js-overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100vw; height: 100vh; background: rgba(51, 51, 51, 0.6); z-index: 1; }
  .js-sp_box { display: none; position: fixed; top: 5.0rem; left: 4vw; z-index: 5; width: 92vw; min-height: 50vh; max-height: 75vh; overflow-y: auto; }
  .js-sp_box.is_open { display: block; }
  .js-menu_box { display: none; }
  #sp_nav { position: absolute; left: 0; z-index: 2; width: 100%; padding: 1.0rem 0.5rem; line-height: 1; background: rgba(255, 255, 255, 0.85); }
  #sp_nav .lnav { display: flex; align-items: center; width: 100%; }
  #sp_nav .lnav > li { flex-grow: 1; }
  #sp_nav .lnav > li:not(:last-child) { border-right: 1px dotted #999; }
  #sp_nav .lnav > li > a, #sp_nav .lnav > li button { display: block; width: 100%; padding: 0.5rem 1.0rem; font-size: 1.0rem; text-align: center; color: inherit; background: transparent; border: 0; }
  #sp_nav .lnav > li > a::before, #sp_nav .lnav > li button::before { display: block; margin-bottom: 0.8rem; font-family: 'fontello'; font-size: 1.6rem; color: #4da0e1; }
  #sp_nav .lnav > li > a.home::before, #sp_nav .lnav > li button.home::before { content: '\e801'; }
  #sp_nav .lnav > li > a.call::before, #sp_nav .lnav > li button.call::before { content: '\e808'; }
  #sp_nav .lnav > li > a.time::before, #sp_nav .lnav > li button.time::before { content: '\e807'; }
  #sp_nav .lnav > li > a.access::before, #sp_nav .lnav > li button.access::before { content: '\e806'; }
  #sp_nav .lnav > li > a#sp_menu::before, #sp_nav .lnav > li button#sp_menu::before { content: '\e80e'; transform: scale(1.5) translateY(1px); }
  body.spnav_modal #sp_nav { z-index: 1; }
  #sp_nav.is_sticky { position: fixed !important; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); }
  #nav .gnav { font-size: 1.4rem; background: #fff; }
  #nav .gnav li:not(:last-child) { border-bottom: 1px solid #dfd9cf; }
  #nav .gnav li a { display: block; padding: 1.4rem 2.0rem; }
  #nav .gnav li .sub_btn { display: flex; justify-content: space-between; padding: 1.4rem 2.0rem; }
  #nav .gnav li .sub_btn::after { font-family: 'fontello'; content: '\e80c'; color: #3c99e2; }
  #nav .gnav li .sub_btn.close::after { content: '\e80d'; }
  #nav .gnav li .subnav { margin: 0 2.0rem 1.0rem; padding: 0.3rem; color: #fff; background: #3c99e2; }
  #nav .gnav li .subnav ul { display: flex; flex-wrap: wrap; font-size: 1.3rem; }
  #nav .gnav li .subnav ul li { flex: 1; min-width: 50%; border-color: transparent; }
  #nav .gnav li .subnav ul li a { padding: 0.5rem 1.0rem; }
  #nav .gnav li .subnav ul li a::before { margin-right: 0.5rem; font-size: 50%; font-family: 'fontello'; content: '\e80a'; vertical-align: text-bottom; } }
@media screen and (min-width: 48em), print { .js-menu_box { display: none; }
  #sp_nav { display: none; }
  #nav { display: block; width: 1100px; height: 96px; margin: 0 auto; padding: 20px 0; }
  #nav .gnav { display: flex; justify-content: center; align-items: center; font-size: 1.6rem; line-height: 1.2; }
  #nav .gnav > li { flex: 1; background-image: linear-gradient(#fff 8px, rgba(255, 255, 255, 0) 8px), linear-gradient(rgba(139, 115, 74, 0) 50%, #8b734a 50%); background-position: right top; background-repeat: no-repeat, repeat-y; background-size: auto, 1px 2px; }
  #nav .gnav > li:first-child { background-image: linear-gradient(#fff 8px, rgba(255, 255, 255, 0) 8px), linear-gradient(rgba(139, 115, 74, 0) 50%, #8b734a 50%), linear-gradient(rgba(139, 115, 74, 0) 50%, #8b734a 50%); background-position: left top, left top, right top; background-repeat: no-repeat, repeat-y, repeat-y; background-size: auto, 1px 2px, 1px 2px; }
  #nav .gnav > li.sub { position: relative; }
  #nav .gnav > li > a, #nav .gnav > li .sub_btn { display: block; height: 56px; text-align: center; transition: color 0.4s; }
  #nav .gnav > li > a::before, #nav .gnav > li .sub_btn::before { display: block; height: 35px; font-family: 'fontello'; font-weight: normal !important; font-size: 2.7rem; color: #4da0e1; }
  #nav .gnav > li > a.close, #nav .gnav > li > a:hover, #nav .gnav > li .sub_btn.close, #nav .gnav > li .sub_btn:hover { color: #e18f00; }
  #nav .gnav > li > a.home::before, #nav .gnav > li .sub_btn.home::before { font-size: 2.0rem; line-height: 1.8; content: '\e801'; }
  #nav .gnav > li > a.sub_btn::before, #nav .gnav > li .sub_btn.sub_btn::before { font-size: 2.2rem; line-height: 1.6; content: '\e802'; }
  #nav .gnav > li > a.doctor::before, #nav .gnav > li .sub_btn.doctor::before { content: '\e803'; }
  #nav .gnav > li > a.clinic::before, #nav .gnav > li .sub_btn.clinic::before { content: '\e804'; }
  #nav .gnav > li > a.first::before, #nav .gnav > li .sub_btn.first::before { content: '\e805'; }
  #nav .gnav > li > a.access::before, #nav .gnav > li .sub_btn.access::before { content: '\e806'; }
  #nav .gnav > li .sub_btn { cursor: pointer; }
  #nav .gnav > li .subnav { position: absolute; top: 58px; left: 0; z-index: 5; min-width: 199%; color: #fff; background: rgba(60, 153, 226, 0.9); }
  #nav .gnav > li .subnav > ul { display: flex; flex-wrap: wrap; }
  #nav .gnav > li .subnav > ul li { flex: 1; min-width: 50%; border-top: 1px solid #fff; }
  #nav .gnav > li .subnav > ul li:nth-child(even) { border-left: 1px solid #fff; }
  #nav .gnav > li .subnav > ul li a { display: block; padding: 10px; text-align: center; white-space: nowrap; }
  #nav .gnav > li .subnav > ul li a:hover { background: #268ddf; }
  .header_floating.is_sticky #nav { height: 44px; padding: 14px 0; }
  .header_floating.is_sticky #nav .gnav { line-height: 1; }
  .header_floating.is_sticky #nav .gnav > li { flex: 1 auto; background: none; border-right: 1px solid #c9c0a9; }
  .header_floating.is_sticky #nav .gnav > li:first-child { border-left: 1px solid #c9c0a9; }
  .header_floating.is_sticky #nav .gnav > li > a, .header_floating.is_sticky #nav .gnav > li .sub_btn { height: 16px; }
  .header_floating.is_sticky #nav .gnav > li > a::before, .header_floating.is_sticky #nav .gnav > li .sub_btn::before { display: none; }
  .header_floating.is_sticky #nav .gnav > li .subnav { top: 24px; line-height: 1.2; } }
:target::before { content: ''; display: block; height: 7.0rem; margin: -7.0rem 0 0; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 100px; margin: -100px 0 0; } }

.overview { width: 100%; font-size: 1.2rem; background: #30D281 url(../img/overview_bg.jpg) no-repeat center top; background-size: cover; }
.overview .wrap { padding: 3.0rem 1.0rem; }
.overview .wrap_inbox { padding: 1.2rem; background: #fff; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 90%; margin: auto; }
.overview .clinic_contact .tel { margin-bottom: 1.5rem; font-size: 2.4rem; line-height: 1; text-align: center; }
.overview .clinic_contact .adr { line-height: 1.3; }
.overview .clinic_contact .adr dt { width: 4.6em; margin: 0 0 0.5rem; line-height: 1.58; text-align: center; color: #00a251; background: #e6f8ee; border-radius: 1.5em; }
.overview .clinic_access { margin: 1.0rem 0; line-height: 1.3; }
.overview .clinic_access dt { width: 4.6em; margin: 0 0 0.5rem; line-height: 1.58; text-align: center; color: #00a251; background: #e6f8ee; border-radius: 1.5em; }
.overview .clinic_access .route span { color: #d56e87; }
.overview .clinic_access .parking { margin-top: 0.8rem; padding: 0.5rem 1.0rem; font-size: 1.1rem; color: #d56e87; border: 1px dotted #d56e87; }
.overview .clinic_access .parking br { display: none; }
.overview .clinic_info { margin-top: 1.0rem; border-top: 2px solid #6dd28f; }
.overview .clinic_info .outline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; row-gap: 1.0rem; margin: 1.5rem 0; line-height: 1; }
.overview .clinic_info .outline dt { width: 4.6em; padding-left: 0.3em; color: #188dc7; border-left: 2px solid #188dc7; }
.overview .clinic_info .outline dd { width: calc(100% - 5.6em); }
.overview .clinic_info .outline dd ul { margin-top: 0.3em; margin-left: 1em; font-size: 1.1rem; line-height: 1.5; }
.overview .clinic_info .outline dd ul li::before { display: inline-block; margin-left: -1em; content: '・'; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { font-size: 1.8rem; background-size: auto; }
  .overview .wrap { padding: 80px 0 145px; }
  .overview .wrap_inbox { padding: 38px 38px 60px; }
  .overview .clinic_name { margin: 0 0 72px; }
  .overview .clinic_name img { max-width: 586px; }
  .overview .clinic_contact { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
  .overview .clinic_contact .tel { margin-bottom: 0; font-size: 3.0rem; text-align: left; letter-spacing: 0.02em; }
  .overview .clinic_contact .adr { padding-right: 5px; font-size: 2.0rem; line-height: 1; }
  .overview .clinic_contact .adr dt { display: none; }
  .overview .clinic_contact .adr dd br { display: none; }
  .overview .clinic_access { display: flex; justify-content: space-between; align-items: center; column-gap: 20px; margin: 5px 0; }
  .overview .clinic_access dt { flex: none; width: 102px; margin: 0; font-size: 2.4rem; border-radius: 20px; }
  .overview .clinic_access .route { flex-shrink: 0; font-size: 2.0rem; }
  .overview .clinic_access .parking { margin-top: 0; padding: 16px 12px; font-size: 1.8rem; border-width: 2px; }
  .overview .clinic_access .parking br { display: inline-block; }
  .overview .clinic_info { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 44px; padding-top: 46px; }
  .overview .clinic_info .outline { row-gap: 25px; width: 480px; margin: 0; }
  .overview .clinic_info .outline dt { width: 80px; padding-left: 5px; }
  .overview .clinic_info .outline dd { width: calc(100% - 110px); }
  .overview .clinic_info .outline dd ul { margin-top: 0.3em; font-size: 1.8rem; }
  .overview .clinic_info .tbl_time { width: 512px; }
  .overview .gmap { height: 542px; } }
@media screen and (min-width: 2001px) { .overview { background-size: cover; } }
.footer { padding: 0 0 4.4rem; line-height: 1; text-align: center; color: #fff; background: #4DA0E1; }
.footer ul { display: none; }
.footer .copyright { display: block; padding: 0.6rem 1.0rem; font-size: 1.2rem; }

@media screen and (min-width: 48em), print { .footer { padding: 35px 0 0; font-size: 1.8rem; }
  .footer ul { display: block; margin: 0 auto 20px; text-align: center; }
  .footer ul li { display: inline-block; -webkit-text-size-adjust: none; }
  .footer ul li::before { content: '-'; }
  .footer ul li:not(:first-child) { margin-left: 1.5em; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav .sub { display: none; }
  .footer .copyright { padding: 17px 0; font-size: 1.4rem; } }
#tel_up { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 4.4rem; padding-top: 0.4rem; font-size: 1.0rem; text-align: center; color: #fff; background: #006faf; }
#tel_up .tel { display: block; color: #fff; }
#tel_up .tel a { display: inline-block; font-size: 2.0rem; line-height: 1; color: inherit; }

#pageup { position: fixed; bottom: 2.0rem; right: 0.6rem; display: block; width: 4.0rem; height: 4.0rem; padding: 0; line-height: 1; text-align: center; color: #fff; background: linear-gradient(180deg, #32abd6, #006faf); border: 1px solid #fff; border-radius: 50%; box-shadow: 0.5rem 0.5rem 0 rgba(78, 78, 78, 0.2); transition: all 0.4s; }
#pageup::before { font-family: 'fontello'; font-size: 2.4rem; content: '\e800'; }
#pageup span { display: none; }

@media screen and (min-width: 48em), print { #tel_up { display: none; }
  #pageup { width: 64px; height: 64px; cursor: pointer; }
  #pageup::before { font-size: 4.0rem; }
  #pageup:hover { background: linear-gradient(180deg, #43AFE3, #188DC7); }
  #pageup.is_fixed { bottom: 130px; } }
/*クレジットカード*/
ul.card { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; justify-content: left; /* 子要素をflexboxにより中央に配置する */ align-items: center; /* 子要素をflexboxにより中央に配置する */ }

ul.card li { margin-right: 5%; margin-bottom: 1%; width: 15%; vertical-align: baseline; }

ul.card li img { max-width: 100%; }

#keyvsl { position: relative; max-width: 100%; height: 20.0rem; margin-top: 7.0rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .catch { position: absolute; left: 48%; bottom: 3.5rem; width: 50%; }
#keyvsl .catch span { font-family: 'Mandali', sans-serif; font-weight: normal; font-size: 1.2rem; color: #00a251; text-shadow: rgba(255, 255, 255, 0.5) 1px 0px 0px, rgba(255, 255, 255, 0.5) 0.540302px 0.841471px 0px, rgba(255, 255, 255, 0.5) -0.416147px 0.909297px 0px, rgba(255, 255, 255, 0.5) -0.989992px 0.14112px 0px, rgba(255, 255, 255, 0.5) -0.653644px -0.756802px 0px, rgba(255, 255, 255, 0.5) 0.283662px -0.958924px 0px, rgba(255, 255, 255, 0.5) 0.96017px -0.279415px 0px; filter: drop-shadow(0 0 6px #fff); }
#keyvsl .catch p { margin: 0.3rem 0 0; font-size: 1.3rem; line-height: 1.3; text-shadow: #fff 1px 0px 0px, #fff 0.540302px 0.841471px 0px, #fff -0.416147px 0.909297px 0px, #fff -0.989992px 0.14112px 0px, #fff -0.653644px -0.756802px 0px, #fff 0.283662px -0.958924px 0px, #fff 0.96017px -0.279415px 0px; filter: drop-shadow(0 0 5px #fff); }
#keyvsl::after { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 2.5rem; content: ''; background: linear-gradient(rgba(255, 255, 255, 0.7), #fff); }

@media screen and (min-width: 48em), print { #keyvsl { height: 580px; padding: 0 0 65px; margin-top: 0; background-size: auto; }
  #keyvsl .catch { left: calc(50% - 15px); top: 280px; width: 565px; }
  #keyvsl .catch span { font-size: 2.0rem; letter-spacing: 0.06em; }
  #keyvsl .catch p { font-size: 30px; letter-spacing: 0.03em; }
  #keyvsl::after { height: 65px; } }
@media screen and (min-width: 2001px) { #keyvsl { background-size: cover; } }
.index_tit02 span, .greeting_tit span, .menu_tit span, .feature_tit span, .ic_tit span { display: inline-block; margin-left: 0.2rem; font-family: 'Mandali', sans-serif; font-size: 1.2rem; }
@media screen and (min-width: 48em), print { .index_tit02 span, .greeting_tit span, .menu_tit span, .feature_tit span, .ic_tit span { margin-left: 4px; font-size: 1.9rem; letter-spacing: 0.06em; } }

.news_title, .newinfo_title { cursor: pointer; }

.news_body { word-wrap: break-word; }
.news_body:not(:nth-of-type(-n+3)) { display: none; }

.newinfo_body { word-wrap: break-word; }
.newinfo_body:not(:nth-of-type(-n+1)) { display: none; }

.information { padding: 2.0rem 1.0rem 4.0rem; }
.information_tit { margin-bottom: 1.6rem; padding: 1.0rem 1.2rem; font-weight: normal; font-size: 2.0rem; line-height: 1; color: #fff; background: url(../img/index_info_tit.jpg) no-repeat left 86%/cover; border-radius: 0.8rem; }
.information_tit::before { margin-right: 0.8rem; font-family: 'fontello'; font-weight: normal; content: '\e816'; }
.information_tit2 { margin-bottom: 1.6rem; padding: 1.0rem 1.2rem; font-weight: normal; font-size: 2.0rem; line-height: 1; color: #fff; background: url(../img/index_info_titgreen.jpg) no-repeat left 86%/cover; border-radius: 0.8rem; }
.information_tit2::before { margin-right: 0.8rem; font-family: 'fontello'; font-weight: normal; content: '\e816'; }
.information_box > dt { margin-bottom: 0.8rem; padding-left: 1.8rem; font-size: 1.6rem; line-height: 1.2; color: #00a251; }
.information_box > dt:not(:first-of-type) { margin-top: 1.8rem; }
.information_box > dt::before { display: inline-block; margin-left: -1.8rem; font-family: 'fontello'; font-weight: normal; content: '\e80c'; letter-spacing: -0.2em; color: #4da0e1; }
.information_box > dt.close:before { content: '\e80d'; }
.information_box > dt .date { display: inline-block; margin: 0 0 0.6rem; font-family: 'Mandali', sans-serif; font-size: 1.4rem; color: #188dc7; border-top: 1px solid #188dc7; border-bottom: 1px solid #188dc7; }
.information_box > dd { margin-left: 1.8rem; margin-right: 0.8rem; }

@media screen and (min-width: 48em), print { .information { padding: 40px 0 80px; }
  .information .wrap { display: flex; justify-content: space-between; padding-right: 60px; }
  .information_tit, .information_tit2 { position: relative; width: 190px; height: 190px; margin-bottom: 0; font-size: 2.2rem; text-align: center; background-position: left bottom; background-size: 150% auto; border-radius: 50%; }
  .information_tit::before, .information_tit2::before { display: block; margin: 36px 0 8px; font-size: 6.4rem; }
  .information_box { width: 790px; }
  .information_box > dt { padding-left: 34px; font-size: 2.0rem; }
  .information_box > dt:not(:first-of-type) { margin-top: 24px; }
  .information_box > dt::before { margin-left: -34px; letter-spacing: 0; }
  .information_box > dt .date { margin: 0 4px 8px; font-size: 1.6rem; letter-spacing: 0.02em; }
  .information_box > dd { margin-left: 34px; margin-right: 0; } }
.greeting { padding: 1.0rem 1.0rem 5.0rem; background: linear-gradient(135deg, #fff 50%, #ebf6ff 50%) no-repeat left top; }
.greeting_tit span { color: #00a251; }
.greeting_box { display: flow-root; padding: 0 1.0rem; }
.greeting_box .pic { max-width: 60%; margin: 0 auto 2.0rem; border-radius: 1.5rem; box-shadow: 0.5rem 0.5rem 0 #0bc86a; }
.greeting_box_foot { margin-top: 1.2em; text-align: center; }
.greeting_box_foot span { font-size: 1.2rem; }
.greeting_box_foot .btn { margin-top: 1.0rem; }
.greeting_box_foot .btn::before { content: '\e80b'; }

@media screen and (min-width: 48em), print { .greeting { min-height: 585px; padding: 52px 0 74px; background-image: linear-gradient(135deg, #fff 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(90deg, #ebf6ff 46%, rgba(235, 246, 255, 0) 88%); background-repeat: no-repeat; background-position: calc(50% - 360px) top, center top; background-size: cover, auto; }
  .greeting_tit { margin-bottom: 40px; }
  .greeting_box { padding: 0 50px 0 65px; }
  .greeting_box .pic { float: right; max-width: 100%; margin: 0 0 10px 35px; border-radius: 20px; box-shadow: 10px 10px 0 #0bc86a; }
  .greeting_box .txt { font-size: 2.0rem; letter-spacing: 0.03em; line-height: 1.7; }
  .greeting_box_foot { text-align: right; font-size: 2.0rem; }
  .greeting_box_foot span { font-size: 1.6rem; }
  .greeting_box_foot .btn { margin: 0 0 0 1em; } }
.bnr_area { position: relative; margin: 0 auto; padding: 1rem 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.bnrbox { width: 100%; margin: 1.5rem 0 0; text-align: center; }
.bnrbox img { width: 100%; height: auto; }

@media all and (min-width: 48em), print { .bnr_area { margin: 2rem auto 0; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; }
  .bnrbox { width: 33%; margin: 0 1rem; } }
.menu { padding: 0 1.0rem 4.0rem; background: #6dc5f0; }
.menu > .wrap { position: relative; top: -1.0rem; }
.menu_tit { color: #fff; background-image: linear-gradient(135deg, rgba(24, 141, 199, 0) calc(50% - 1px), #188dc7 calc(50% - 1px), #188dc7 calc(50% + 1px), rgba(24, 141, 199, 0) calc(50% + 1px)); }
.menu_tit span { color: #7b4e00; }
.menu_lst { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2.0rem; }
.menu_lst > li { text-align: center; }
.menu_lst > li a { display: inline-block; padding: 0 0.6rem; }
.menu_lst > li a::before { display: block; width: 33vw; height: 33vw; margin: 0 auto 0.3rem; content: ''; background-color: #fff; background-repeat: no-repeat; background-position: center center; background-size: contain; border-radius: 50%; box-shadow: 0.3rem 0.3rem 0 #57b5e2; }
.menu_lst > li a.internal::before { background-image: url(../img/index_menu_internal.svg); }
.menu_lst > li a.respiratory::before { background-image: url(../img/index_menu_respiratory.svg); }
.menu_lst > li a.gastro::before { background-image: url(../img/index_menu_gastro.svg); }
.menu_lst > li a.cardiology::before { background-image: url(../img/index_menu_cardiology.svg); }
.menu_lst > li a.lifestyle::before { background-image: url(../img/index_menu_lifestyle.svg); }
.menu_lst > li a.medical::before { background-image: url(../img/index_menu_medical.svg); }
.menu_lst > li a.vaccination::before { background-image: url(../img/index_menu_vaccination.svg); }
.menu_lst > li a.self::before { background-image: url(../img/index_menu_self.svg); }
.menu_lst > li a.sas::before { background-image: url(../img/index_menu_sas.svg); }

@media screen and (min-width: 48em), print { .menu { height: 590px; padding: 0 0 85px; background: transparent url(../img/index_menu_bg.jpg) no-repeat center top/cover; }
  .menu > .wrap { top: -18px; }
  .menu_lst { gap: 48px 0; margin: 43px 40px 0; }
  .menu_lst > li { width: 203px; }
  .menu_lst > li a { font-size: 2.2rem; line-height: 1.3; }
  .menu_lst > li a::before { position: relative; top: 0; display: block; width: 125px; height: 125px; margin: 0 auto 8px; box-shadow: 6px 6px 0 #57b5e2; transition: 0.4s; }
  .menu_lst > li a:hover { color: #fff; }
  .menu_lst > li a:hover::before { top: -6px; box-shadow: 0 9px 0 #2ca2da; }
  .menu_lst > li a.sas { word-break: keep-all; }
  .menu_lst > li:nth-child(1) { margin-left: 10px; }
  .menu_lst > li:nth-child(4) { margin-right: 10px; } }
.feature { padding: 0 1.0rem 4.0rem; background-color: #57d98f; background-image: url(../img/index_feature_bg2.jpg), url(../img/index_feature_bg.jpg); background-repeat: no-repeat; background-position: right bottom, center top; background-size: 50% auto, 100% auto; }
.feature > .wrap { position: relative; top: -1.0rem; }
.feature_tit { color: #fff; background-image: linear-gradient(135deg, rgba(0, 162, 81, 0) calc(50% - 1px), #00a251 calc(50% - 1px), #00a251 calc(50% + 1px), rgba(0, 162, 81, 0) calc(50% + 1px)); }
.feature_tit span { color: #7b4e00; }
.feature_lst { display: flex; flex-wrap: wrap; row-gap: 1.5rem; counter-reset: pointNum 0; }
.feature_lst_box { position: relative; counter-increment: pointNum 1; width: 100%; }
.feature_lst_box .num { position: absolute; right: 0; bottom: -0.6rem; display: inline-block; padding: 0 1.5rem; font-family: 'Poiret One', cursive; font-size: 3.2rem; line-height: 1; color: #30d281; }
.feature_lst_box .num::after { content: counter(pointNum); margin-left: 0.8rem; font-size: 4.8rem; vertical-align: text-bottom; }
.feature_lst_box .pic { position: relative; }
.feature_lst_box .pic img { max-width: 100%; border-radius: 1.5rem 1.5rem 0 0; }
.feature_lst_box section { margin: -2.0rem 0 0; padding: 3.0rem 1.5rem 3.5rem; background: #fff; border-radius: 0 0 1.5rem 1.5rem; }
.feature_lst_box section .tit { display: flex; align-items: center; min-height: 2.4em; margin-bottom: 0.8rem; padding: 0 0 0 1.0rem; font-size: 1.6rem; line-height: 1.2; color: #00a251; border-left: 2px solid #0bc86a; font-weight: normal; text-shadow: 0 0 1px #00a251; }
.feature_lst_box section .txt { margin-bottom: 0; line-height: 1.4; }

@media screen and (min-width: 48em), print { .feature { padding: 0 0 100px; background-position: calc(50% + 600px) bottom, center top; background-size: auto, 100% auto; }
  .feature > .wrap { top: -18px; }
  .feature_lst { justify-content: space-between; row-gap: 62px; }
  .feature_lst_box { width: 536px; }
  .feature_lst_box .num { bottom: -8px; padding: 0 30px; font-size: 4.0rem; }
  .feature_lst_box .num::after { margin-left: 18px; font-size: 5.8rem; }
  .feature_lst_box .pic { width: 503px; height: 340px; }
  .feature_lst_box .pic img { border-radius: 20px; box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .feature_lst_box section { min-height: 330px; margin-top: -56px; margin-left: 30px; padding: 66px 30px 20px 30px; border-radius: 20px; }
  .feature_lst_box section .tit { margin-bottom: 10px; padding: 0 0 0 14px; font-size: 2.4rem; letter-spacing: 0.02em; }
  .feature_lst_box section .txt { font-size: 1.8rem; letter-spacing: 0.02em; } }
@media screen and (min-width: 2001px) { .feature { background-position: right bottom, center top; } }
.ic { padding: 0 1.0rem 4.0rem; background: linear-gradient(rgba(228, 244, 251, 0) 12%, #e4f4fb 30%, #fff), linear-gradient(120deg, rgba(228, 244, 251, 0) 12%, #e4f4fb 50%, #d7f0fb); }
.ic > .wrap { position: relative; top: -1.0rem; }
.ic_header { margin-bottom: 2.0rem; }
.ic_tit { margin-bottom: 0.5rem; color: #111; background-image: linear-gradient(135deg, rgba(248, 177, 194, 0) calc(50% - 1px), #f8b1c2 calc(50% - 1px), #f8b1c2 calc(50% + 1px), rgba(248, 177, 194, 0) calc(50% + 1px)); }
.ic_lead { margin: 0 0 0 1.0rem; padding: 15px 0 0 18px; font-size: 1.3rem; line-height: 1.3; color: #b93353; background-image: radial-gradient(#ffe4ea 40%, rgba(255, 228, 234, 0) 41%); background-repeat: no-repeat; background-size: 4.0rem 4.0rem; background-position: -0.5rem -0.5rem; }
.ic_lst { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 1.5rem; }
.ic_lst > section { overflow: hidden; min-height: 25vw; }
.ic_lst > section::before { float: left; display: block; width: 25vw; height: 25vw; margin: 3px; content: ''; background-repeat: no-repeat; background-position: left top; background-size: cover; border-radius: 50%; filter: drop-shadow(0 0 3px #fff); }
.ic_lst > section .tit { margin-left: 30vw; margin-bottom: 0.8rem; padding: 0 0 0 1.0rem; font-size: 1.6rem; line-height: 1.2; color: #00a251; border-left: 2px solid #0bc86a; font-weight: normal; text-shadow: 0 0 1px #00a251; }
.ic_lst > section .txt { margin-left: 30vw; margin-bottom: 0; line-height: 1.4; }
.ic_lst_01::before { background-image: url(../img/index_ic_01.jpg); }
.ic_lst_02::before { background-image: url(../img/index_ic_02.jpg); }
.ic_lst_03::before { background-image: url(../img/index_ic_03.jpg); }
.ic_lst_04::before { background-image: url(../img/index_ic_04.jpg); }
.ic_lst_05::before { background-image: url(../img/index_ic_05.jpg); }
.ic_lst_06::before { background-image: url(../img/index_ic_06.jpg); }
.ic_lst_07::before { background-image: url(../img/index_ic_07.jpg); }
.ic_lst_08::before { background-image: url(../img/index_ic_08.jpg); }

@media screen and (min-width: 48em), print { .ic { padding: 0 0 100px; background: url(../img/index_ic_bg.jpg) no-repeat center top; }
  .ic > .wrap { top: -18px; }
  .ic_header { display: flex; column-gap: 30px; margin-bottom: 32px; }
  .ic_lead { margin: 58px 0 0; padding: 15px 0 0 18px; font-size: 2.0rem; background-size: 60px 60px; background-position: -10px -10px; }
  .ic_lst { row-gap: 40px; }
  .ic_lst > section { width: 249px; min-height: 154px; }
  .ic_lst > section::before { float: none; width: 154px; height: 154px; margin: 6px 6px 15px 30px; filter: drop-shadow(0 0 6px #fff); }
  .ic_lst > section .tit { min-height: 2.4em; margin-left: 0; margin-bottom: 15px; padding: 0 0 0 5px; font-size: 2.2rem; }
  .ic_lst > section .txt { margin-left: 0; font-size: 1.8rem; } }
@media screen and (min-width: 2001px) { .ic { background-size: cover; } }
@keyframes Slider { 0% { background-position: 0 0; }
  100% { background-position: -2000px 0; } }
.loopslider { position: relative; overflow-x: hidden; padding: 2.0rem 0 3.5rem; }
.loopslider_slides { display: block; width: 200%; height: 160px; text-align: center; background-repeat: repeat-x; background-image: url("../img/index_loopslider.jpg"); background-size: auto 160px; box-shadow: 0 0.5rem 0 #b9ddfb; animation: Slider 100s linear infinite both; }
.loopslider_slides span { visibility: hidden; }
.loopslider_btn { position: absolute; top: 0; right: 1.5rem; }
.loopslider_btn a { display: table-cell; width: 9.0rem; height: 9.0rem; padding: 1.5rem 1.0rem 1.5rem 1.5rem; font-family: 'Mandali', sans-serif; font-size: 1.2rem; line-height: 1.4; vertical-align: middle; color: #fff; background: #29c578; border-radius: 50%; }
.loopslider_btn a span { padding-right: 2px; font-family: monospace; }

@media screen and (min-width: 48em), print { .loopslider { padding: 60px 0 150px; }
  .loopslider_slides { height: 220px; background-size: auto; box-shadow: 0 10px 0 #b9ddfb; }
  .loopslider_btn { right: calc(50% - 550px); }
  .loopslider_btn a { width: 175px; height: 175px; padding: 28px 8px 28px 32px; font-size: 2.1rem; letter-spacing: 0.06em; background: rgba(41, 197, 120, 0.88); }
  .loopslider_btn a span { font-size: 1.8rem; }
  .loopslider_btn a:hover { background: #1ad176; } }
.heading { display: flex; justify-content: center; align-items: center; min-height: 10.0rem; margin-top: 6.5rem; padding: 1.5rem 1.0rem 3.0rem; font-weight: normal; font-size: 2.2rem; line-height: 1.2; text-align: center; color: #0f71ac; background: url(../img/tit_heading.jpg) no-repeat center top; background-size: auto 150%; }
@media screen and (min-width: 48em), print { .heading { min-height: 270px; margin-top: 0; padding: 30px calc(50% - 550px) 83px; font-size: 3.6rem; background-size: cover; } }

.breadcrumbs { position: relative; top: -1.5rem; padding: 1.0rem; font-size: 1.2rem; color: #00a251; background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9) 50%, white); }
.breadcrumbs li { display: inline-block; }
.breadcrumbs li:not(:first-child)::before { display: inline-block; margin: 0 0.2em; content: '＞'; }
@media screen and (min-width: 48em), print { .breadcrumbs { top: -53px; width: 100%; min-height: 53px; padding: 20px 0 12px; font-size: 1.6rem; }
  .breadcrumbs a:hover { text-decoration: underline; } }

.anchor_index { margin: 0 1.0rem 3.0rem; }
.anchor_index ul { display: flex; flex-wrap: wrap; gap: 0.8rem; font-size: 1.3rem; line-height: 1; }
.anchor_index ul li { flex: 1 0 48%; }
.anchor_index ul li a { display: flex; column-gap: 0.3rem; padding: 0.5rem 1.5rem; color: #7b4e00; background: #fff1f4; border-radius: 1.5rem; white-space: nowrap; }
.anchor_index ul li a::after { order: -1; content: '▼'; font-size: 86%; color: #eea3b5; transition: 0.4s; }
@media screen and (min-width: 48em), print { .anchor_index { width: 1100px; margin: 0 auto 50px; }
  .anchor_index ul { display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 1.8rem; letter-spacing: 0.02em; }
  .anchor_index ul li { flex: 1 1 30%; }
  .anchor_index ul li a { display: block; padding: 12px 50px; border-radius: 20px; text-align: center; }
  .anchor_index ul li a::after { margin-left: 5px; font-size: inherit; }
  .anchor_index ul li a:hover { background: #ffe7ec; }
  .anchor_index ul li a:hover::after { color: #e26281; } }

.lead { margin: 0 0 1.5em; padding: 0 1.3rem; }
@media screen and (min-width: 48em), print { .lead { width: 1100px; margin: -20px auto 40px; padding: 0; } }

@media screen and (max-width: 47.99em) { .container { padding: 0 1.3rem 4.0rem; line-height: 1.8; background-image: linear-gradient(#fff 1rem, rgba(255, 255, 255, 0) 1rem), url(../img/main_bg.jpg), linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #e4f4fb 100%); background-repeat: no-repeat; background-position: left top; background-size: auto, 30vw auto, auto; } }
@media screen and (min-width: 48em), print { .container { width: 100%; font-size: 1.8rem; line-height: 2.15; padding: 12px calc(50% - 1100px / 2) 90px; background-image: linear-gradient(#fff 30px, rgba(255, 255, 255, 0) 30px), url(../img/main_bg.jpg), linear-gradient(85deg, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.8) 68%, #e4f4fb 84%, #d7f0fb 100%); background-repeat: no-repeat; background-position: left top, left calc(50% - 678px) top 0, left top; } }
@media screen and (min-width: 2001px) { .container { background-position: left top; } }
.container em { color: #e15074; }
.container .tel { font-size: 112%; }

.info-doctor { max-width: 80%; margin: 0.5em auto 1.0rem; border-radius: 1.2rem; }
@media screen and (min-width: 48em), print { .info-doctor { max-width: 300px; border-radius: 20px; } }

body#page_doctor .img_r, body#page_doctor .img_l { max-width: 60%; }
body#page_doctor .doctor_greeting .txt_r { margin: 1.5em 0 0; }
body#page_doctor .doctor_profile { font-size: 1.3rem; }
body#page_doctor .doctor_profile .name { margin-bottom: 0; text-align: center; }
body#page_doctor .doctor_profile .bio div { margin-left: 0.6rem; margin-bottom: 0.4em; }
body#page_doctor .doctor_profile .bio dl { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 0.4em; margin-left: 0.6rem; }
body#page_doctor .doctor_profile .bio dl dt { width: 5.5em; white-space: nowrap; }
body#page_doctor .doctor_profile .bio dl dd { width: calc(100% - 6em); }
body#page_doctor .doctor_profile .other ul { margin-left: 0.6rem; }
body#page_doctor .medical_related { font-size: 1.2rem; line-height: 1.4; }
body#page_doctor .medical_related dt::after { content: '：'; }
body#page_doctor .medical_related dd { margin-bottom: 0.8rem; padding-left: 1em; font-size: 1.1rem; }
body#page_doctor #honorary .doctor_profile .bio dl dt { width: 4em; white-space: nowrap; }
body#page_doctor #honorary .doctor_profile .bio dl dd { width: calc(100% - 4em); }
@media screen and (min-width: 48em), print { body#page_doctor .doctor_greeting { margin-bottom: 30px; }
  body#page_doctor .doctor_greeting .txt_r { margin: 1.5em 0 0; }
  body#page_doctor .doctor_profile { font-size: 100%; }
  body#page_doctor .doctor_profile section { margin-top: 40px; }
  body#page_doctor .doctor_profile .name { text-align: left; }
  body#page_doctor .doctor_profile.l-flex_pc { justify-content: space-between; }
  body#page_doctor .doctor_profile.l-flex_pc > :nth-child(1) { width: 55%; }
  body#page_doctor .doctor_profile.l-flex_pc > :nth-child(2) { width: 40%; }
  body#page_doctor .medical_related { font-size: 100%; }
  body#page_doctor .medical_related dt { clear: left; float: left; }
  body#page_doctor .medical_related dd { margin: 0 0 10px; padding: 0; font-size: initial; } }

body#page_clinic .infection-control dd { margin-bottom: 1.4em; }

#clinic_slide img, #clinic_slide p, #device_slide img, #device_slide p { display: none; }
#clinic_slide .sp-black, #device_slide .sp-black { background: rgba(0, 162, 81, 0.7); }
#clinic_slide .sp-layer.sp-black.sp-padding, #device_slide .sp-layer.sp-black.sp-padding { text-align: center; font-size: 3.2rem; }
#clinic_slide .sp-selected-thumbnail, #device_slide .sp-selected-thumbnail { border: 4px solid rgba(0, 162, 81, 0.7); }
@media screen and (min-width: 48em), print { #clinic_slide .sp-layer.sp-black.sp-padding, #device_slide .sp-layer.sp-black.sp-padding { font-size: 2.4rem; } }

body#page_first .flow dd { position: relative; margin: 0; }
body#page_first .flow dd:not(:last-child) { margin-bottom: 6.0rem; }
body#page_first .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: #20b97b transparent transparent transparent; }
body#page_first .faq dt::before, body#page_first .faq dd::before { font-weight: bold; font-size: 2.6rem; line-height: 1; }
body#page_first .faq dt { display: flex; margin: 0.4rem 0 0.8rem; color: #25aa68; }
body#page_first .faq dt::before { flex: none; width: 3.0rem; margin-top: -0.4rem; content: 'Ｑ'; color: #30d281; }
body#page_first .faq dd { position: relative; margin: 0.2rem 0 2.4rem; padding-left: 3.0rem; }
body#page_first .faq dd::before { position: absolute; top: -0.2rem; left: 0; display: inline-block; content: 'Ａ'; color: #43AFE3; }
@media screen and (min-width: 48em), print { body#page_first .flow dd:not(:last-child) { margin-bottom: 80px; }
  body#page_first .flow dd:not(:last-child)::after { bottom: -60px; }
  body#page_first .faq dt::before, body#page_first .faq dd::before { font-size: 3.8rem; }
  body#page_first .faq dt { margin: 6px 0 12px; }
  body#page_first .faq dt::before { width: 48px; margin-top: -6px; }
  body#page_first .faq dd { margin: 6px 0 36px; padding-left: 48px; }
  body#page_first .faq dd::before { top: -6px; } }

body#page_access .tbl_time { font-size: 1.3rem; }
body#page_access .access_dl dt { margin-bottom: 0.5rem; padding: 0.1rem 1.5rem; color: #fff; background: #43afe3; border-radius: 1.2rem; }
body#page_access .access_dl dd { margin-bottom: 1.5rem; margin-left: 1.5rem; }
body#page_access .gmap { overflow: hidden; height: 30.0rem; border: 1px solid #43afe3; }
@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; gap: 20px; font-size: 2.0rem; }
  body#page_access .access_dl dt { width: 23%; margin: 0; padding: 10px 20px; border-radius: 20px; }
  body#page_access .access_dl dd { width: 70%; margin: 0; padding: 10px 20px; }
  body#page_access .access_dl dd.parking br:nth-child(2) { display: none; }
  body#page_access .gmap { height: 50.0rem; } }

#access_slide img, #access_slide p { display: none; }
#access_slide .sp-black { background: rgba(0, 0, 0, 0.7); }
#access_slide .sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }
#access_slide .sp-selected-thumbnail { border: 4px solid #000; }

body#page_404 .notfound { padding: 5.0rem 1.0rem 3.0rem; text-align: center; }
body#page_404 .notfound .btn_back { margin-top: 2em; }

/*# sourceMappingURL=style.css.map */
