@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; }
@font-face { font-family: 'Oswald'; src: url("Oswald/Oswald-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, .img_l, .img_r { max-width: 80%; margin: 0 auto 1.2rem; }

.img_c.w100 { max-width: 100%; }

@media screen and (min-width: 48em), print { .img_c { max-width: 750px; margin: 20px auto 30px; }
  .img_l { float: left; max-width: 420px; margin: 8px 40px 20px 0; }
  .img_r { float: right; max-width: 420px; margin: 8px 0 20px 40px; }
  .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.wrap > section ~ section { margin-top: 4.0rem; }
main.wrap > section section ~ section { margin-top: 3.0rem; }
main.wrap > section section section ~ section { margin-top: 2.0rem; }

article ~ article { margin-top: 4.0rem; }
article .intro { display: flow-root; }
article .intro > [class*="box_"] { display: flow-root; }
article .intro > :last-child { margin-bottom: 0; }
article > .intro { margin-bottom: 3.5rem; }
article > section ~ section { margin-top: 3.0rem; }
article > section section { margin-top: 2.0rem; }
article > section section section { margin-top: 1.5rem; }
article > section h2 + section, article > section h3 + section, article > section h4 + section, article > section h5 + section { margin-top: 1.5rem !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.wrap > section ~ section { margin-top: 80px; }
  main.wrap > section section ~ section { margin-top: 70px; }
  main.wrap > section section section ~ section { margin-top: 50px; }
  article ~ article { margin-top: 80px; }
  article > .intro { margin-bottom: 60px; }
  article > section ~ section { margin-top: 65px; }
  article > section section { margin-top: 45px; margin-left: 20px; margin-right: 20px; }
  article > section section section { margin-top: 30px; margin-left: 20px; margin-right: 20px; }
  article > section h2 + section, article > section h3 + section, article > section h4 + section, article > section h5 + section { margin-top: 25px !important; } }
.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 { .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 auto; padding-bottom: 0.5rem; font-family: 'Kosugi Maru', 'Hiragino Maru Gothic ProN', sans-serif; font-weight: normal; font-size: 2.2rem; color: #0079c2; line-height: 1.1; border-bottom: 3px solid #ef8582; }

.tit_02, .schedule_tit, .information_tit, .treatment_tit, .bysymptom_tit, .feature_tit { display: table; margin: 0 auto 1.6rem; padding-bottom: 0.6rem; font-family: 'Kosugi Maru', 'Hiragino Maru Gothic ProN', sans-serif; font-weight: normal; font-size: 2.0rem; color: #0079c2; line-height: 1.2; border-bottom: 2px solid #ef8582; }

.tit_03 { margin: 0 0 1.2rem; padding: 0.8rem 0.3rem 0.8rem 3.8rem; font-weight: bold; font-size: 1.8rem; line-height: 1.2; color: #fff; background-color: #1dade5; background-image: url(../img/tit_03.svg); background-repeat: no-repeat; background-position: 0.5rem center; background-size: 2.4rem auto; border-radius: 5px; }
.tit_03 span { font-size: 70%; }

.tit_04, body#page_access #visitor .dl_flow dt, .pfcfd_flow dt { margin: 0 0 1.2rem; padding-left: 0.8rem; font-weight: bold; font-size: 1.6rem; line-height: 1.2; border-left: 0.8rem solid #1dade5; }

.tit_05 { margin: 0 0 0.8rem; font-weight: bold; font-size: 1.5rem; line-height: 1.2; color: #ef8582; }
.tit_05 + [class^="lst_"] { margin-top: 0; }

.tit_06 { margin: 0 0 0.6rem; font-weight: bold; font-size: 1.4rem; line-height: 1.2; color: #0079c2; }
.tit_06 + [class^="lst_"] { margin-top: 0; }

@media screen and (min-width: 48em), print { .tit_01 { padding-bottom: 12px; font-size: 4.8rem; letter-spacing: 0.05em; border-bottom-width: 4px; }
  .tit_02, .schedule_tit, .information_tit, .treatment_tit, .bysymptom_tit, .feature_tit { margin: 0 auto 32px; padding-bottom: 14px; font-size: 3.4rem; }
  .tit_03 { margin: 0 0 16px; padding: 10px 10px 10px 60px; font-size: 2.6rem; background-position: 6px center; background-size: 40px auto; }
  .tit_04, body#page_access #visitor .dl_flow dt, .pfcfd_flow dt { margin: 0 0 16px; padding-left: 10px; font-size: 2.2rem; border-left-width: 10px; }
  .tit_05 { margin: 0 0 12px; font-size: 2.0rem; }
  .tit_06 { margin: 0 0 10px; font-size: 1.8rem; } }
.marker_dsc, .lst_ul > li, .lst_ul_line > li, .dl_ul dt, .dl_ul_row dt { padding-left: 1.4em; }
.marker_dsc::before, .lst_ul > li::before, .lst_ul_line > li::before, .dl_ul dt::before, .dl_ul_row dt::before { display: inline-block; margin-left: -1.2em; margin-right: 0.2em; content: '■'; color: #ef8582; }
@media screen and (min-width: 48em), print { .marker_dsc::before, .lst_ul > li::before, .lst_ul_line > li::before, .dl_ul dt::before, .dl_ul_row dt::before { font-size: 1.6rem; } }

.lst_ul, .lst_ul_line { margin: 1em 0.3em; }
.lst_ul > li.none, .lst_ul_line > li.none, .lst_ul > li.etc, .lst_ul_line > li.etc { padding-left: 0; }
.lst_ul > li.none::before, .lst_ul_line > li.none::before, .lst_ul > li.etc::before, .lst_ul_line > li.etc::before { display: none; }

.lst_ul_line > li { display: inline-block; margin-bottom: 0.3em; }
.lst_ul_line > li:not(:last-child) { margin-right: 0.5em; }

.lst_ol { margin: 1em 0.3em; }
.lst_ol > li { margin-left: 1.4em; list-style-type: decimal; }
.lst_ol > li::marker { font-weight: bold; color: #0079c2; }

.lst_marker { margin: 1em 0 1em 1em; }
.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; }

.dl_ul { margin: 1em 0.3em; }
.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: 0 0.5em 0 1.4em; }

.dl_ul_row { margin: 1em 0.3em; }
.dl_ul_row dd { margin-left: 1.4em; }
.dl_ul_row dd:not(:last-of-type) { margin-bottom: 0.5em; }
.dl_ul_row dd.col { margin-bottom: 0.7em; }
@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; 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_flow dt { font-weight: bold; font-size: 1.6rem; }
.dl_flow dd { position: relative; margin: 0; padding: 1.0rem; border: 2px solid #1dade5; }
.dl_flow dd:not(:last-child) { margin-bottom: 3.2rem; }
.dl_flow dd:not(:last-child)::after { position: absolute; bottom: -2.5rem; left: 0; right: 0; display: block; width: 0; height: 0; margin: auto; content: ''; border-style: solid; border-width: 2.0rem 3.0rem 0 3.0rem; border-color: #1dade5 transparent transparent transparent; }
.dl_flow dd .lst_ul, .dl_flow dd .lst_ul_line { margin: 0; }
@media screen and (min-width: 48em), print { .dl_flow { margin: 25px 20px 0; }
  .dl_flow dt { font-size: 2.2rem; }
  .dl_flow dd { padding: 20px; }
  .dl_flow dd:not(:last-child) { margin-bottom: 40px; }
  .dl_flow dd:not(:last-child)::after { bottom: -34px; border-width: 25px 60px 0 60px; } }

.tbl_, .tbl_data { width: 100%; border-collapse: separate; border-spacing: 0; }
.tbl_ caption, .tbl_data caption { text-align: left; }
.tbl_ th, .tbl_data th, .tbl_ td, .tbl_data td { padding: 0.5rem; }
@media screen and (min-width: 48em), print { .tbl_ th, .tbl_data th, .tbl_ td, .tbl_data td { padding: 10px 40px; } }
.tbl_data { border-spacing: 1px; }
.tbl_data thead th { font-weight: normal; color: #fff; background: #77ceef; }
.tbl_data thead th:first-child { width: 28%; }
.tbl_data tbody { line-height: 1.4; }
.tbl_data tbody th { font-weight: normal; text-align: left; color: #333; background: #d2effa; }
.tbl_data tbody td { color: #333; background: #f2f9fd; }
@media screen and (min-width: 48em), print { .tbl_data { border-spacing: 2px; }
  .tbl_data th { white-space: nowrap; }
  .tbl_data thead th:first-child { width: auto; } }

.box_, .box_symptoms, .box_disease, .box_treatment, .box_notice { margin: 1em 0; padding: 1.0rem; }
.box_ > :last-child, .box_symptoms > :last-child, .box_disease > :last-child, .box_treatment > :last-child, .box_notice > :last-child { margin-bottom: 0; }
.box_.lst_ul, .box_.lst_ul_line, .lst_ul_line.box_symptoms, .lst_ul_line.box_disease, .lst_ul_line.box_treatment, .lst_ul_line.box_notice, .lst_ul.box_symptoms, .lst_ul.box_disease, .lst_ul.box_treatment, .lst_ul.box_notice { margin: 1em 0; }
.box_.lst_ul li:not(:first-child), .box_.lst_ul_line li:not(:first-child), .lst_ul_line.box_symptoms li:not(:first-child), .lst_ul_line.box_disease li:not(:first-child), .lst_ul_line.box_treatment li:not(:first-child), .lst_ul_line.box_notice li:not(:first-child), .lst_ul.box_symptoms li:not(:first-child), .lst_ul.box_disease li:not(:first-child), .lst_ul.box_treatment li:not(:first-child), .lst_ul.box_notice li:not(:first-child) { margin-top: 0.5em; }
@media screen and (min-width: 48em), print { .box_, .box_symptoms, .box_disease, .box_treatment, .box_notice { padding: 20px; } }
.box_symptoms { background: #fef5dc; }
.box_disease { background: #f2f9fd; }
.box_treatment { background: #eafafc; }
.box_treatment.dl_ul_row dt::before { color: #0097d6; }
.box_notice { background: #fce7e6; }

.btn_, .btn_detail, .btn_back { position: relative; display: inline-block; padding: 0.6em 1.5em; text-decoration: none; line-height: 1.2; text-align: center; border-radius: 5px; transition: 0.3s; }
.btn_::after, .btn_detail::after, .btn_back::after { position: absolute; top: auto; right: 0.5rem; font-family: 'fontello'; font-weight: normal; font-size: 82%; line-height: 1.5; content: '\f138'; }
@media screen and (min-width: 48em), print { .btn_, .btn_detail, .btn_back { padding: 0.8em 2em; font-weight: bold; }
  .btn_::after, .btn_detail::after, .btn_back::after { right: 10px; } }

.btn_detail, .btn_back { color: #fff; background: #1dade5; }
@media screen and (min-width: 48em), print { .btn_detail:hover, .btn_back:hover { background: #0089dc; } }

.lnk_, .lnk_to, .lnk_ref, .news_body a, body#page_clinic .related_lnk ul li a, body#page_access #parking a { text-decoration: underline; transition: 0.3s; }
.lnk_:hover, .lnk_to:hover, .lnk_ref:hover, .news_body a:hover, body#page_clinic .related_lnk ul li a:hover, body#page_access #parking a:hover { text-decoration: none; }
.lnk_to { color: #158cba; }
.lnk_to:hover { color: #1dade5; }
.lnk_ref { color: #158cba; }
.lnk_ref::after { content: '≫'; }
.lnk_ref:hover { color: #1dade5; }

em { font-weight: bold; }

.marker { padding-left: 1em; text-indent: -1em; }
.marker > * { text-indent: 0; }

.tel { white-space: nowrap; }
.tel.ico { display: inline-block; padding: 0 1.0em; font-family: 'Oswald', sans-serif; color: #fff; background: #1dade5; border-radius: 1em; }
.tel.ico a { display: inline-flex; justify-content: center; align-items: center; column-gap: 0.6em; padding: 0.2em 0.1rem; line-height: 1; }
.tel.ico a::before { width: 1.33em; height: 1.33em; font-family: 'fontello'; font-weight: normal; content: '\e8c9'; line-height: 1.33em; color: #1dade5; background: #fff; border-radius: 50%; text-align: center; }
@media screen and (min-width: 48em), print { .tel.ico { display: inline-flex; justify-content: center; align-items: center; column-gap: 0.5em; padding: 0.15em 1.0em; letter-spacing: 0.05em; line-height: 1; }
  .tel.ico::before { width: 1.33em; height: 1.33em; font-family: 'fontello'; font-weight: normal; content: '\e8c9'; line-height: 1.33em; color: #1dade5; background: #fff; border-radius: 50%; text-align: center; }
  .tel.ico a { display: inline; padding: 0; color: inherit; background: inherit; border-radius: 0; }
  .tel.ico a::before { display: none; } }

.rsv.ico a { display: inline-flex; justify-content: center; align-items: center; column-gap: 0.6em; padding: 0.17em 1.0em 0.15em; font-weight: bold; font-size: 90%; line-height: 1; color: #fff; background: #ef8582; border-radius: 1em; }
.rsv.ico a::before { width: 1.49em; height: 1.49em; font-family: 'fontello'; font-weight: normal; content: '\e8ca'; line-height: 1.5em; color: #ef8582; background: #fff; border-radius: 50%; text-align: center; }
@media screen and (min-width: 48em), print { .rsv.ico a { letter-spacing: 0.05em; transition: 0.3s; }
  .rsv.ico a:hover { background: #e95955; } }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; line-height: 1; }
.tbl_time caption { font-size: 87.5%; caption-side: bottom; text-align: left; margin-top: 0.6em; line-height: 1.3; }
.tbl_time thead th { padding: 0.6rem 0; font-weight: normal; color: #fff; background: #1dade5; }
.tbl_time thead th:first-child { width: 32%; border-radius: 5px 0 0 5px; }
.tbl_time thead th:last-child { width: 12%; padding-right: 5px; border-radius: 0 5px 5px 0; }
.tbl_time tbody tr { color: #1dade5; background: #fff; }
.tbl_time tbody th { border-top: 3px solid transparent; white-space: nowrap; font-family: system-ui; font-weight: normal; }
.tbl_time tbody td { border-top: 3px solid transparent; text-align: center; padding: 0.6rem 0; }
.tbl_time tbody td:last-child { padding-right: 5px; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; }
  .tbl_time caption { line-height: 2; }
  .tbl_time thead th { padding: 0.5em 0; font-weight: normal; }
  .tbl_time thead th:first-child { width: 30%; }
  .tbl_time tbody th { border-top: 4px solid transparent; padding: 0.6em 0; font-family: inherit; }
  .tbl_time tbody td { border-top: 4px solid transparent; padding: 0.6em 0; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

html { font-size: calc(100vw / 32); font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic', 'Hiragino Sans', Meiryo, sans-serif; }

body { color: #333; 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; }
.main.wrap { padding: 4.0rem 1.0rem; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1240px; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.8rem; }
  .main.wrap { padding: 60px 0 120px; line-height: 1.88; } }
.header { position: relative; }
.header .gbheader { position: absolute; top: 0; left: 0; right: 0; z-index: 1; padding: 1.0rem; }
.header .gbheader .logo { height: 4.4rem; }
.header .gbheader .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .gbheader .contact { display: flex; justify-content: center; align-items: center; column-gap: 1.0rem; margin-top: 1.0rem; font-size: 1.6rem; }

@media screen and (min-width: 48em), print { .header .gbheader { padding: 30px 30px 0; display: flex; justify-content: space-between; }
  .header .gbheader .logo { width: 326px; height: 62px; margin: 14px 20px 0; }
  .header .gbheader .contact { justify-content: space-between; align-items: flex-start; width: 620px; margin-top: 0; font-size: 3.0rem; }
  .header .gbheader .contact .tel.ico, .header .gbheader .contact .rsv.ico a { width: 300px; height: 50px; } }
.js-sp_modal { position: fixed; top: 0; left: 0; transition: all 0.4s; }
.js-sp_modal.is_overlay { bottom: 0; right: 0; width: 100vw; height: 100vh; background: linear-gradient(rgba(210, 239, 250, 0.9), rgba(29, 173, 229, 0.9)); }

.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%; z-index: 2; }
#nav #sp_menu { position: absolute; top: 1.0rem; right: 1.0rem; width: 4.4rem; height: 4.4rem; margin: 0; padding: 0; line-height: 0.6; text-align: center; color: #1dade5; background: #fff; box-shadow: 0 0 3px rgba(0, 121, 194, 0.2); border: none; }
#nav #sp_menu::before, #nav #sp_menu::after, #nav #sp_menu span { display: inline-block; width: 2.8rem; height: 0.4rem; margin: 0.3rem 0; background: #1dade5; content: ''; transition: all 0.2s; }
#nav #sp_menu span { text-indent: 100%; white-space: nowrap; overflow: hidden; }
#nav #sp_menu.close::before { transform: translateY(0.5rem) rotate(-45deg); }
#nav #sp_menu.close::after { transform: translateY(-0.5rem) rotate(45deg); }
#nav #sp_menu.close span { display: none; }
#nav .gnav { position: absolute; top: 6.0rem; left: 3vw; overflow-y: auto; width: 94vw; max-height: 75vh; padding: 1.0rem; font-size: 1.4rem; color: #333; background: #fff; }
#nav .gnav > li > a { display: block; padding: 1.0rem; }
#nav .gnav > li .sub_btn { display: flex; justify-content: space-between; padding: 1.0rem; cursor: pointer; }
#nav .gnav > li .sub_btn::after { font-family: 'fontello'; content: '\f103'; color: #1dade5; }
#nav .gnav > li .sub_btn.close::after { transform: rotate(180deg); }
#nav .gnav > li .subnav { padding: 0.5rem 1.0rem 0.5rem 0.5rem; font-size: 1.2rem; background: #d2effa; }
#nav .gnav > li .subnav ul { display: flex; flex-wrap: wrap; }
#nav .gnav > li .subnav ul li { flex: 1 1 48%; white-space: nowrap; }
#nav .gnav > li .subnav ul li a { display: block; padding: 0.5rem 0 0.5rem 0.8rem; }
#nav .gnav > li .subnav ul li a br { display: none; }

@media screen and (min-width: 48em), print { .js-sp_modal { position: static; 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; }
  .js-menu_box { display: block; opacity: 0; height: 0; transition: opacity 0.5s; }
  #nav { width: 100%; }
  #nav #sp_menu { display: none; }
  #nav .gnav { position: relative; top: 0; left: 0; overflow-y: visible; display: flex; justify-content: space-between; align-items: center; width: 1200px; height: 70px; margin: 0 auto; padding: 20px 0; font-size: 1.6rem; }
  #nav .gnav > li { flex: 1; height: 30px; border-left: 1px solid #999; }
  #nav .gnav > li:last-child { border-right: 1px solid #999; }
  #nav .gnav > li > a, #nav .gnav > li .sub_btn { padding: 0; font-weight: bold; letter-spacing: 0.08em; text-align: center; line-height: 30px; transition: color 0.3s; }
  #nav .gnav > li > a:hover, #nav .gnav > li .sub_btn:hover { color: #1dade5; }
  #nav .gnav > li .sub_btn { display: block; }
  #nav .gnav > li .sub_btn::after { display: none; }
  #nav .gnav > li.sub { position: relative; overflow: hidden; }
  #nav .gnav > li.sub:hover { overflow: visible; color: #1dade5; }
  #nav .gnav > li.sub:hover .js-menu_box { position: absolute; min-width: 100%; opacity: 1; height: auto; }
  #nav .gnav > li.sub .subnav { padding: 10px; font-size: inherit; color: #333; background: #d2effa; }
  #nav .gnav > li.sub .subnav ul { display: block; }
  #nav .gnav > li.sub .subnav ul li a { display: block; padding: 10px; }
  #nav .gnav > li.sub .subnav ul li a:hover { background: rgba(29, 173, 229, 0.3); }
  body#page_index #nav .gnav { height: 90px; padding: 30px 0; } }
:target::before { content: ''; display: block; height: 4.0rem; margin: -4.0rem 0 0; visibility: hidden; }
@media screen and (min-width: 48em), print { :target::before { height: 40px; margin: -40px 0 0; } }

.overview { padding: 2.0rem 0 0; font-size: 1.3rem; background: #e5f1f9; }
.overview_wrap { padding: 1.0rem; }
.overview_wrap .clinic_name { text-align: center; margin: 0 0 1.0rem; }
.overview_wrap .clinic_name img { max-width: 80%; margin: auto; }
.overview_wrap .clinic_tel { margin-bottom: 2.0rem; font-size: 1.6rem; text-align: center; }
.overview_wrap .clinic_tel .rehatel { display: inline-flex; align-items: center; margin-top: 0.8rem; padding: 0 0.6em; color: #fff; background: #1dade5; border-radius: 1em; }
.overview_wrap .clinic_tel .rehatel dt { padding: 0 0.4em; font-size: 1.0rem; line-height: 1.2; }
.overview_wrap .clinic_tel .rehatel .tel.ico a { padding: 0.2em 0.4em; color: inherit; background: inherit; border-radius: 0; }
.overview_wrap .outline { display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 1.0rem; line-height: 1.3; }
.overview_wrap .outline > dt { width: 35%; color: #0079c2; }
.overview_wrap .outline > dd { width: 65%; }
.overview_wrap .tbl_time { margin-top: 1.8rem; }
.overview_wrap .tbl_time tbody th, .overview_wrap .tbl_time tbody td { border-top-color: #e5f1f9; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { display: flex; padding: 0; font-size: 1.6rem; }
  .overview_wrap { width: 50%; padding: 40px 90px 0 calc(50% - 600px); }
  .overview_wrap .clinic_name { text-align: left; margin: 0 0 28px; }
  .overview_wrap .clinic_name img { max-width: 400px; margin: 0; }
  .overview_wrap .clinic_tel { margin-bottom: 25px; font-size: 3.0rem; text-align: left; }
  .overview_wrap .clinic_tel > .tel.ico { width: 300px; }
  .overview_wrap .clinic_tel .rehatel { justify-content: space-between; width: 100%; padding: 0 0.7em; }
  .overview_wrap .clinic_tel .rehatel dt { padding: 0; font-size: 1.3rem; }
  .overview_wrap .clinic_tel .rehatel .tel.ico { min-width: 230px; padding: 0.15em 0; }
  .overview_wrap .clinic_tel .rehatel .tel.ico a { padding: 0; }
  .overview_wrap .outline { row-gap: 16px; }
  .overview_wrap .outline > dt { width: 115px; }
  .overview_wrap .outline > dd { width: 390px; padding-left: 0; }
  .overview_wrap .tbl_time { margin-top: 30px; }
  .overview .gmap { width: 50%; height: 770px; } }
.footer { padding: 0 0 4.0rem; font-size: 1.2rem; line-height: 1; text-align: center; }
.footer ul { display: none; }
.footer .copyright { display: block; padding: 0.6rem 1.0rem; font-size: inherit; color: #fff; background: #1dade5; }

@media screen and (min-width: 48em), print { .footer { padding: 54px 0 0; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { margin: 0 6px 0 10px; content: '|'; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav .sub.treat, .footer ul.gnav .sub.region, .footer ul.gnav .sub.clinic .subnav { display: none; }
  .footer ul.subnav { width: 900px; margin: 0 auto; }
  .footer ul.subnav li { margin: 16px 0 0; }
  .footer ul.subnav li:nth-child(1)::before { content: ''; margin: 0 0 0 50px; }
  .footer ul.subnav li:nth-child(5)::after { content: ''; margin: 0 50px 0 0; }
  .footer ul.subnav li:nth-child(12)::after { display: none; }
  .footer .copyright { margin: 54px 0 0; padding: 22px 0; letter-spacing: 0.05em; } }
#tel_up { visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 4.0rem; font-size: 1.4rem; background: #fff; }
#tel_up ul { display: flex; align-items: center; width: calc(100% - 4.0rem); }
#tel_up ul li { flex-grow: 1; border-right: 1px dotted #1dade5; }
#tel_up ul li a { display: block; padding: 0 1.5em; font-family: 'Kosugi Maru', 'Hiragino Maru Gothic ProN', sans-serif; line-height: 4.0rem; text-align: center; }
#tel_up ul .call a { color: #0079c2; }
#tel_up ul .call a::before { margin-right: 10px; font-family: 'fontello'; content: '\E8C9'; }
#tel_up ul .rsv a { font-weight: normal; font-size: 102%; color: #ef8582; background: transparent; }
#tel_up ul .rsv a::before { margin-right: 10px; }
#tel_up #pageup { display: block; width: 4.0rem; height: 100%; padding: 0; line-height: 1; text-align: center; color: #fff; background: #0079c2; border: none; cursor: pointer; }
#tel_up #pageup::before { font-family: 'fontello'; font-size: 3.0rem; content: '\e801'; }
#tel_up #pageup span { display: none; }

@media screen and (min-width: 48em), print { #tel_up { bottom: 10px; right: 10px; left: auto; width: 44px; padding: 0; background: none; }
  #tel_up ul { display: none; }
  #tel_up #pageup { width: 40px; height: 40px; border: 2px solid #fff; border-radius: 50%; transition: 0.3s; }
  #tel_up #pageup:hover { background: #1dade5; } }
.hero { position: relative; }
.hero .catch { margin-bottom: 1.0rem; padding: 1.5rem 0; font-weight: bold; font-size: 1.4rem; text-align: center; color: #754c24; background: #fff; }
.hero .catch span { display: inline-block; background: #fff; }
.hero .catch em { color: #ef8582; letter-spacing: -0.05em; }
.hero .dept { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 1.0rem; font-family: 'Kosugi Maru', 'Hiragino Maru Gothic ProN', sans-serif; font-size: 1.0rem; background: url(../img/a_circle.webp) no-repeat center center; background-size: 120% auto; }
.hero .dept dt span { display: inline-block; width: 1.6em; height: 1.6em; margin: 0 0.1em; text-align: center; line-height: 1.6em; color: #fff; background: #0079c2; border-radius: 50%; }

#keyvsl { position: relative; max-width: 100%; height: 32.0rem; padding: 10.0rem 1.0rem 1.0rem; background: url(../img/index/keyvsl01.webp) no-repeat center top; background-size: cover; }
#keyvsl .ann { position: absolute; right: 10px; bottom: 10px; }
#keyvsl .ann p { margin: 1.0rem 0 0; padding: 0.5rem 1em; font-weight: bold; font-size: 1.3rem; line-height: 1.2; text-align: center; color: #000; background: #fccf50; border-radius: 5px; }

@media screen and (min-width: 48em), print { .hero { width: 100%; height: 900px; padding-left: 400px; }
  .hero .catch { position: absolute; top: 230px; left: 50px; width: 770px; margin: 0; padding: 0; font-size: 3.2rem; letter-spacing: 0.03em; line-height: 1.1; text-align: left; background: transparent; }
  .hero .catch span { margin: 0 0 14px; padding: 10px 20px; }
  .hero .catch em { letter-spacing: inherit; }
  .hero .dept { position: absolute; bottom: 80px; left: 50px; flex-direction: column; justify-content: center; width: 270px; height: 270px; padding: 0; font-size: 2.2rem; line-height: 1.64; background-size: cover; border-radius: 50%; }
  .hero .dept dt { margin-bottom: 0.6em; }
  .hero .dept dt span { margin: 0 0.2em; }
  .hero .dept dd { letter-spacing: 0.05em; }
  #keyvsl { height: 900px; padding: 80px 50px 60px; background-size: auto; border-radius: 0 0 0 60px; overflow: hidden; }
  #keyvsl .ann { right: 50px; bottom: 56px; }
  #keyvsl .ann p { min-width: 400px; margin: 20px 0 0; padding: 12px 20px; font-size: 2.8rem; } }
@media screen and (min-width: 2001px) { #keyvsl { background-size: cover; } }
.schedule { padding: 3.0rem 1.0rem; background: #d9ecf8; }
.schedule_box { font-size: 1.3rem; }
.schedule_box .tbl_time tbody th, .schedule_box .tbl_time tbody td { border-top-color: #d9ecf8; }

@media screen and (min-width: 48em), print { .schedule { padding: 100px 0 94px; }
  .schedule .wrap { display: flex; justify-content: space-between; align-items: flex-start; }
  .schedule_tit { margin: 0; padding-top: 26px; }
  .schedule_box { width: 1020px; font-size: 3.2rem; }
  .schedule_box .tbl_time caption { font-size: 1.8rem; }
  .schedule_box .tbl_time caption span { display: block; padding-left: 1em; }
  .schedule_box .tbl_time thead th:first-child { border-radius: 10px 0 0 10px; }
  .schedule_box .tbl_time thead th:last-child { border-radius: 0 10px 10px 0; }
  .schedule_box .tbl_time tbody th, .schedule_box .tbl_time tbody td { border-top-width: 8px; } }
.news_title { cursor: pointer; }

.news_body { word-wrap: break-word; }
.news_body a { color: #1b1464; }
.news_body:not(:nth-of-type(-n+3)) { display: none; }

.information { padding: 3.0rem 1.0rem 4.0rem; }
.information .banner { width: 90%; margin: 0 auto 5.0rem; text-align: center; }
.information .banner a { display: inline-block; }
.information .banner_recruit { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.2rem 0; margin-top: 4.0rem; }
.information .banner_recruit a { width: 100%; padding: 1.0rem; font-size: 1.5rem; color: #fff; background: #ef8582; border-radius: 5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
.information_box { border: 2px solid #ccc; padding: 1.2rem 1.1rem 1.0rem; }
.information_box dt { margin-bottom: 0.3rem; font-weight: bold; font-size: 1.4rem; color: #1dade5; }
.information_box dt::before { display: inline-block; font-family: 'fontello'; font-weight: normal; font-size: 120%; line-height: 1; transform: scale(1, -1); content: '\e801'; }
.information_box dt:not(:first-of-type) { margin-top: 1.2rem; }
.information_box dt.close::before { transform: scale(1, 1); }
.information_box dd { font-size: 1.3rem; line-height: 1.4; }

@media screen and (min-width: 48em), print { .information { padding: 100px 0; }
  .information .banner { width: 1200px; margin: 0 auto 100px; }
  .information .banner a { transition: 0.3s; }
  .information .banner a:hover { filter: brightness(1.1); }
  .information .banner_recruit { gap: 30px 35px; margin-top: 80px; }
  .information .banner_recruit a { width: 400px; padding: 18px; font-size: 2.2rem; letter-spacing: 0.05em; text-shadow: 0 0 1px #fff; white-space: nowrap; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  .information .banner_recruit a:hover { filter: none; background: #ec6f6b; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .information .wrap { display: flex; justify-content: space-between; align-items: flex-start; }
  .information_tit { margin: 0; padding-top: 26px; }
  .information_box { width: 1020px; padding: 30px; }
  .information_box dt { font-size: 2.2rem; }
  .information_box dt:not(:first-of-type) { margin-top: 24px; }
  .information_box dd { font-size: 1.6rem; line-height: 2; } }
.topics { padding: 4.0rem 1.0rem; background: #f2f9fd; }
.topics_banner { margin-bottom: 1.5rem; }
.topics_banner img { max-width: 100%; margin: 0 auto; }
.topics_box > div { margin-top: 1.5rem; padding: 1.0rem 1.0rem 0.8rem; border: 2px solid #0079c2; background-color: #fff; background-repeat: no-repeat; background-position: 1.0rem 1.0rem; background-size: 25vw auto; }
.topics_box > div .tit { display: block; margin-left: 29vw; font-weight: bold; font-size: 1.7rem; line-height: 1.2; color: #0079c2; }
.topics_box > div .txt { margin: 0.7rem 0 0.7rem 29vw; font-size: 1.3rem; line-height: 1.3; }
.topics_box > div .btn { display: flex; justify-content: center; align-items: center; padding: 0.5rem; font-size: 1.3rem; line-height: 1.36; color: #fff; background: #1dade5; border-radius: 5px; }
.topics_box_osteo { background-image: url(../img/index/topic_osteo.jpg); }
.topics_box_pfcfd { background-image: url(../img/index/topic_pfcfd.jpg); }
.topics_box_hydro { background-image: url(../img/index/topic_hydro.jpg); }
.topics_box_fract { background-image: url(../img/index/topic_fract.jpg); }
.topics_box_fract .btn { margin-top: 2.7rem; }

@media screen and (min-width: 48em), print { .topics { padding: 100px 0; }
  .topics_banner { margin-bottom: 50px; }
  .topics_box { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 38px; width: 1200px; margin: 0 auto; }
  .topics_box > div { width: 580px; height: 230px; margin-top: 0; padding: 20px 240px 20px 20px; background-position: right top; background-size: auto; }
  .topics_box > div .tit { margin-left: 0; font-size: 2.8rem; line-height: 1.1; }
  .topics_box > div .txt { margin: 15px 0; font-size: 1.8rem; line-height: 1.1; }
  .topics_box > div .btn { justify-content: normal; width: 220px; height: 60px; padding: 8px 8px 8px 16px; font-size: 1.6rem; transition: 0.3s; }
  .topics_box > div .btn:hover { background: #03b8ff; } }
.treatment { padding: 3.0rem 1.0rem 4.0rem; }
.treatment_lst { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin: 2.0rem 0 0; }
.treatment_lst li { width: 47.5%; }
.treatment_lst li a { display: block; text-align: center; font-weight: bold; }
.treatment_lst li a::before { display: block; width: 34vw; height: 34vw; margin: 0 auto 0.5rem; content: ''; background-repeat: no-repeat; background-position: center center; background-size: 80% auto; border-radius: 50%; }
.treatment_lst li a.ortho::before { background-color: #e6f2fb; background-image: url(../img/index/treatment_ortho.svg); }
.treatment_lst li a.sports_ortho::before { background-color: #ecf6e9; background-image: url(../img/index/treatment_sports.svg); }
.treatment_lst li a.children::before { background-color: #fef5dc; background-image: url(../img/index/treatment_children.svg); }
.treatment_lst li a.rehabilitation::before { background-color: #fce7e6; background-image: url(../img/index/treatment_reha.svg); }
.treatment_lst li a.rheumatism::before { background-color: #ecf6e9; background-image: url(../img/index/treatment_rheumati.svg); }
.treatment_lst li a.accident::before { background-color: #fef5dc; background-image: url(../img/index/treatment_accident.svg); }
.treatment_lst li a.vaccination::before { background-color: #fce7e6; background-image: url(../img/index/treatment_vaccination.svg); }
.treatment_lst li a.private::before { background-color: #e6f2fb; background-image: url(../img/index/treatment_private.svg); }

@media screen and (min-width: 48em), print { .treatment { padding: 100px 0; }
  .treatment_lst { justify-content: space-between; gap: 40px 90px; margin: 48px 0 0; }
  .treatment_lst li { width: 230px; }
  .treatment_lst li a { margin: 0 auto 8px; font-size: 2.2rem; transition: 0.3s; }
  .treatment_lst li a::before { width: 180px; height: 180px; background-size: 140px auto; transition: 0.3s; }
  .treatment_lst li a:hover::before { transform: scale(1.12); filter: saturate(240%); } }
.bysymptom { padding: 3.0rem 1.0rem 4.0rem; background: #d9ecf8; }
.bysymptom_lst { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin: 2.0rem 0 0; }
.bysymptom_lst li { width: 43.8vw; }
.bysymptom_lst li a { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 40vw 2.0rem 4vw; line-height: 1.2; text-align: center; color: #fff; background-color: #1dade5; background-repeat: no-repeat; background-size: contain; border-radius: 10px 0 10px 0; overflow: hidden; }
.bysymptom_lst li a::after { position: absolute; top: auto; bottom: auto; right: 0.8rem; font-family: 'fontello'; font-weight: normal; font-size: 82%; content: '\f138'; }
.bysymptom_lst li a.neck_shoulder { background-image: url(../img/index/bysymptom_neck.jpg); }
.bysymptom_lst li a.hand_arm { background-image: url(../img/index/bysymptom_hand.jpg); }
.bysymptom_lst li a.waist { background-image: url(../img/index/bysymptom_waist.jpg); }
.bysymptom_lst li a.knee_foot { background-image: url(../img/index/bysymptom_knee.jpg); }
.bysymptom_lst li a.hip-joint { background-image: url(../img/index/bysymptom_hipjoint.jpg); }
.bysymptom_lst li a.rheumatism { background-image: url(../img/index/bysymptom_rheumati.jpg); }
.bysymptom_lst li a.osteoporosis { background-image: url(../img/index/bysymptom_osteo.jpg); }
.bysymptom_lst li a.accident { background-image: url(../img/index/bysymptom_accident.jpg); }

@media screen and (min-width: 48em), print { .bysymptom { padding: 100px 0; }
  .bysymptom_lst { justify-content: space-between; gap: 60px 40px; margin: 48px 0 0; }
  .bysymptom_lst li { width: 270px; min-height: 320px; }
  .bysymptom_lst li a { padding: 220px 40px 0; font-weight: bold; font-size: 2.2rem; letter-spacing: 0.05em; border-radius: 20px 0 20px 0; transition: 0.3s; }
  .bysymptom_lst li a::after { right: 20px; }
  .bysymptom_lst li a:hover { background-color: #0079c2; filter: saturate(20%); } }
.feature { padding: 3.0rem 1.0rem 4.0rem; background-image: url(../img/index/treatment_bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; }
.feature_box { counter-reset: fNum 0; margin-top: 2.0rem; }
.feature_box > section { position: relative; counter-increment: fNum 1; display: flow-root; margin-top: 1.5rem; padding: 0.4rem 0.6rem 0; }
.feature_box > section::before { position: absolute; top: 0; left: 0; width: 2.4rem; height: 2.4rem; content: counter(fNum,decimal-leading-zero); font-family: 'Oswald', sans-serif; line-height: 2.4rem; text-align: center; color: #fff; background: #1dade5; border-radius: 50%; }
.feature_box > section .tit { margin: 0 0 0.4em; padding-left: 2.2rem; font-weight: bold; font-size: 1.5rem; line-height: 1.2; color: #603813; }
.feature_box > section .txt { margin-bottom: 0; font-size: 1.2rem; }
.feature_box > section .img { float: right; max-width: 42%; margin-left: 1.2rem; border-radius: 8px; }

@media screen and (min-width: 48em), print { .feature { padding: 100px 0; background-position: center 60px; background-size: auto; }
  .feature_box { display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 30px; margin-top: 56px; }
  .feature_box > section { width: 560px; margin: 0; padding: 10px 0 0 70px; }
  .feature_box > section::before { width: 60px; height: 60px; font-size: 2.8rem; line-height: 60px; }
  .feature_box > section .tit { margin: 0 0 14px; padding-left: 0; font-size: 2.7rem; letter-spacing: 0.05em; }
  .feature_box > section .txt { font-size: 1.8rem; line-height: 1.88; }
  .feature_box > section .img { float: right; max-width: 240px; margin-left: 20px; border-radius: 10px; } }
@media screen and (min-width: 2001px) { .feature { background-size: cover; } }
.heading { min-height: 18.0rem; padding: 10.0rem 0 0; background: linear-gradient(rgba(255, 255, 255, 0) 12rem, rgba(255, 255, 255, 0.8) 12rem, white), url(../img/a_heading.webp) no-repeat center top; background-size: auto, cover; }
.heading h1 { display: flex; flex-direction: column; justify-content: center; min-height: 5.0em; font-family: 'Kosugi Maru', 'Hiragino Maru Gothic ProN', sans-serif; font-weight: normal; font-size: 2.2rem; line-height: 1.1; text-align: center; color: #0079c2; background: url(../img/a_circle.webp) no-repeat center top; background-size: auto 5em; }
.heading h1::after { content: ''; width: 100%; height: 3px; margin-top: 0.5rem; background: #ef8582; }
@media screen and (min-width: 48em), print { .heading { min-height: 500px; padding: 190px calc(100% - 600px) 0 50px; background-image: url(../img/a_heading.webp), url(../img/a_circle.webp); background-repeat: no-repeat; background-position: 400px bottom, 225px 190px; background-size: auto, 200px auto; text-align: center; }
  .heading h1 { display: inline-flex; justify-content: normal; min-height: 200px; padding-top: 30px; font-size: 4.8rem; background: transparent; }
  .heading h1::after { height: 4px; margin-top: 10px; } }
@media screen and (min-width: 2001px) { .heading { background-size: cover, 200px auto; } }

.breadcrumbs { padding: 0 1.0rem; color: #999; background: transparent; }
.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 { width: 1200px; margin: 0 auto; padding: 16px 0; font-size: 1.6rem; }
  .breadcrumbs a:hover { text-decoration: underline; } }

.anchor_index { margin: 1.0rem 0 3.0rem; padding: 1.0rem; font-size: 1.2rem; background: #e5f1f9; }
.anchor_index ul li { margin: 0.3rem 0; }
.anchor_index ul li a { display: block; padding: 0.4rem 1.2rem; font-weight: bold; color: #1dade5; background: #fff; border-radius: 5px; }
.anchor_index ul li a span { font-weight: normal; font-size: 90%; }
.anchor_index ul li a::before { margin-right: 0.5rem; font-family: 'fontello'; font-weight: normal; content: '\f138'; }
@media screen and (min-width: 48em), print { .anchor_index { margin: 16px 0 60px; padding: 16px; font-size: 1.6rem; }
  .anchor_index ul { display: flex; flex-wrap: wrap; gap: 10px; }
  .anchor_index ul li { flex: 1; margin: 0; }
  .anchor_index ul li a { padding: 8px 16px; white-space: nowrap; transition: 0.3s; }
  .anchor_index ul li a:hover { color: #fff; background: #1dade5; } }

body#page_clinic .doctor_greeting .img_r { max-width: 62%; }
body#page_clinic .doctor_banner { width: 90%; margin: 3.0rem auto 4.0rem; text-align: center; }
body#page_clinic .doctor_banner a { display: inline-block; }
body#page_clinic .doctor_profile { margin-top: 3.0rem; }
body#page_clinic .doctor_profile section { margin-top: 2.0rem; }
body#page_clinic .staff_greeting_box { margin-top: 3.0rem; }
body#page_clinic .staff_greeting .img_c { max-width: 62%; }
body#page_clinic .staff_greeting figure { margin-bottom: 1.5rem; text-align: center; }
body#page_clinic .staff_greeting figure img { margin-bottom: 0.5rem; }
body#page_clinic .related_lnk { padding: 1.5rem 1.0rem; background: #e5f1f9; }
body#page_clinic .related_lnk p { margin-bottom: 1.5em; }
body#page_clinic .related_lnk ul { margin: 0 1.0em; }
body#page_clinic .related_lnk ul li { margin-bottom: 0.8em; line-height: 1.3; }
@media screen and (min-width: 48em), print { body#page_clinic .doctor_greeting .img_r { max-width: 370px; }
  body#page_clinic .doctor_banner { width: auto; margin: 60px 0 80px; }
  body#page_clinic .doctor_profile { display: flex; flex-wrap: wrap; justify-content: space-between; column-gap: 40px; margin-top: 60px; }
  body#page_clinic .doctor_profile section { margin-top: 0; flex-grow: 1; }
  body#page_clinic .doctor_profile section:first-of-type { width: 30%; }
  body#page_clinic .doctor_profile section ul + ul { margin-top: 0.8em; }
  body#page_clinic .staff_greeting_box { margin-top: 40px; }
  body#page_clinic .staff_greeting .img_c { max-width: 370px; }
  body#page_clinic .related_lnk { padding: 40px; }
  body#page_clinic .related_lnk p { text-align: center; }
  body#page_clinic .related_lnk ul { display: table; margin: 0 auto; } }

#clinic_slide img, #clinic_slide p, #device_slide img, #device_slide p { display: none; }
#clinic_slide .sp-black, #device_slide .sp-black { background: rgba(29, 173, 229, 0.8); }
#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(29, 173, 229, 0.8); }
@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_access #timetable { margin: 0 -1.0rem; padding: 4.0rem 1.0rem 2.0rem; background: #e5f1f9; }
body#page_access #timetable .tbl_time caption { background: #e5f1f9; }
body#page_access #timetable .tbl_time caption li { margin: 0.8rem 0; padding-left: 1em; text-indent: -1em; }
body#page_access #timetable .tbl_time tbody th, body#page_access #timetable .tbl_time tbody td { border-top-color: #e5f1f9; }
body#page_access #reservation ul, body#page_access #rehabilitation ul { width: 80%; margin: 0 auto; font-size: 2.0rem; }
body#page_access #reservation ul li, body#page_access #rehabilitation ul li { display: inherit; margin: 1.5rem 0; }
body#page_access #reservation ul li a, body#page_access #rehabilitation ul li a { display: flex; }
body#page_access #access { margin: 4.0rem -1.0rem 0; padding: 4.0rem 1.0rem 3.0rem; background: #e5f1f9; }
body#page_access #access .access_dl { display: flex; flex-wrap: wrap; row-gap: 2px; margin: 0 0 1.0rem; }
body#page_access #access .access_dl dt { width: 6em; padding: 0.5rem 1.0rem; font-weight: bold; color: #0079c2; background: #d2effa; }
body#page_access #access .access_dl dd { width: calc(100% - 6em); padding: 0.5rem 1.0rem; background: #fff; }
body#page_access #access .gmap { height: 30.0rem; }
body#page_access #parking_bike { margin: 4.0rem -1.0rem 0; padding: 4.0rem 1.0rem 3.0rem; background: #e5f1f9; }
body#page_access #parking_bike figure figcaption { margin-top: 0.5rem; }
body#page_access #visitor .dl_flow dt { margin-bottom: 0; padding-bottom: 0.5rem; }
body#page_access #visitor .lst_ol li { margin-top: 0.6em; }
@media screen and (min-width: 48em), print { body#page_access #timetable { margin: 0; padding: 50px 25px 25px; border-radius: 8px; }
  body#page_access #timetable .tbl_time { font-size: 2.6rem; }
  body#page_access #timetable .tbl_time caption { margin-top: 1em; font-size: 1.7rem; }
  body#page_access #timetable .tbl_time caption li { margin: 0; }
  body#page_access #timetable .tbl_time tbody th, body#page_access #timetable .tbl_time tbody td { padding: 0.8em 0 0.6em; }
  body#page_access #access { margin: 80px 0 0; padding: 50px 25px 30px; border-radius: 8px; }
  body#page_access #access .access_dl { row-gap: 15px; margin-bottom: 15px; }
  body#page_access #access .access_dl dt { width: 140px; padding: 10px 30px; font-weight: bold; }
  body#page_access #access .access_dl dd { width: calc(50% - 140px); padding: 10px 20px; }
  body#page_access #access .access_dl dd:last-of-type { flex: 1; }
  body#page_access #access .gmap { height: 500px; }
  body#page_access #reservation ul, body#page_access #rehabilitation ul { display: flex; justify-content: center; column-gap: 50px; font-size: 3.0rem; }
  body#page_access #reservation ul li, body#page_access #rehabilitation ul li { width: 360px; }
  body#page_access #reservation ul li a, body#page_access #rehabilitation ul li a { width: 100%; }
  body#page_access #parking_bike { margin: 80px 0 0; padding: 50px 25px 30px; border-radius: 8px; }
  body#page_access #parking_bike figure { display: flow-root; }
  body#page_access #parking_bike figure img { margin-bottom: 0; }
  body#page_access #visitor .dl_flow dt { padding-top: 5px; padding-bottom: 8px; }
  body#page_access #visitor .lst_ul, body#page_access #visitor .lst_ul_line { display: flex; flex-wrap: wrap; gap: 5px 20px; }
  body#page_access #visitor .lst_ul li, body#page_access #visitor .lst_ul_line li { flex-grow: 1; }
  body#page_access #visitor .lst_ol { margin-left: 15px; } }

.checklist { margin: 1em 0.5em; }
.checklist > dt { font-weight: bold; }
.checklist > li, .checklist > dd { padding-left: 1.5em; }
.checklist > li::before, .checklist > dd::before { display: inline-block; margin-left: -1.2em; margin-right: 0.3em; font-family: 'fontello'; font-weight: normal; content: '\e800'; }
.checklist > li:not(:first-child), .checklist > dd:not(:first-child) { margin-top: 0.3em; }
@media screen and (min-width: 48em), print { .checklist { margin: 1em; } }

.contactus { clear: both; margin: 1.5em 0 0; padding: 0.8em 0.3em; font-size: 1.3rem; background: #f1f3f5; text-align: center; border: 1px solid #ebeff2; border-radius: 5px; }
.contactus span { font-weight: bold; font-size: 1.8rem; }
@media screen and (min-width: 48em), print { .contactus { display: table; margin: 40px auto 0; padding: 0.8em 1.5em; font-size: 1.8rem; }
  .contactus span { font-size: 2.4rem; } }

.dl_row.price { margin: 0 0.8em; }
.dl_row.price dt { margin-right: 1.5rem; }

.pfcfd_imgs li img { max-width: 70%; margin: 0 auto 1.5rem; }
@media screen and (min-width: 48em), print { .pfcfd_imgs { display: flex; justify-content: center; column-gap: 30px; margin: 30px auto; }
  .pfcfd_imgs li img { max-width: 100%; margin: 0; } }

.pfcfd_about { margin: 3.0rem auto; }

.pfcfd_trouble { display: flex; flex-wrap: wrap; align-items: center; row-gap: 1.5rem; }
.pfcfd_trouble li { display: flex; column-gap: 1.5rem; width: 100%; }
.pfcfd_trouble li img { max-width: 25vw; }
.pfcfd_trouble li:nth-child(2) img { order: -1; }
@media screen and (min-width: 48em), print { .pfcfd_trouble { justify-content: space-between; align-items: flex-start; row-gap: unset; margin: 30px 0; }
  .pfcfd_trouble li { width: 48%; height: 224px; }
  .pfcfd_trouble li:nth-child(2) img { order: initial; } }

.pfcfd_flow dt { margin-bottom: 0; padding-bottom: 0.5rem; border-left-color: #3293a3; }
.pfcfd_flow dd { position: relative; margin: 0; padding: 1.0rem; border: 2px solid #3293a3; }
.pfcfd_flow dd:not(:last-child) { margin-bottom: 3.0rem; }
.pfcfd_flow dd:not(:last-child)::after { position: absolute; bottom: -2.0rem; left: 0; right: 0; display: block; width: 0; height: 0; margin: auto; content: ''; border-style: solid; border-width: 1.5rem 1.5rem 0 1.5rem; border-color: #3293a3 transparent transparent transparent; }
@media screen and (min-width: 48em), print { .pfcfd_flow { margin: 0 20px; }
  .pfcfd_flow dt { padding-top: 5px; padding-bottom: 8px; }
  .pfcfd_flow dd { padding: 10px 16px; }
  .pfcfd_flow dd:not(:last-child) { margin-bottom: 30px; }
  .pfcfd_flow dd:not(:last-child)::after { bottom: -25px; border-width: 20px 30px 0 30px; } }

body#page_404 .notfound { padding: 3.0rem 1.0rem; text-align: center; }
body#page_404 .notfound .btn_back { margin-top: 2em; }

