@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; }

@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.woff2") format("woff2"); font-display: fallback; }
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

.fl_l { float: left; }

.fl_r { float: right; }

.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

.img_c { margin: 1.0rem auto; }

.img_l, .img_r { max-width: 80%; height: auto; margin: 1.0rem auto; }

.tate { max-width: 60%; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 20px 20px 0; }
  .img_r { float: right; margin: 0 0 20px 20px; }
  .tate { max-width: 25% !important; } }
.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; }

article + article { margin-top: 4.0rem; }
article > section ~ section { margin-top: 4.0rem; }
article > section > section ~ section { margin-top: 3.0rem; }
article > section > section > section ~ section { margin-top: 2.0rem; }

.main .pkg + .pkg { margin-top: 4.0rem; }
.main .pkg > section ~ section { margin-top: 3.0rem; }
.main .pkg > section > section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 80px; }
  .mt30 { margin-top: 60px; }
  .mt20 { margin-top: 40px; }
  .mt10 { margin-top: 20px; }
  .mt5 { margin-top: 10px; }
  article + article { margin-top: 80px; }
  article > section ~ section { margin-top: 80px; }
  article > section > section ~ section { margin-top: 60px; }
  article > section > section > section ~ section { margin-top: 40px; }
  .main .pkg ~ .pkg { margin-top: 60px; }
  .main .pkg section ~ section { margin-top: 40px; }
  .main .pkg section > section ~ section { margin-top: 20px; } }
.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_c { display: block; }

@media screen and (min-width: 48em), print { .flex2_c { display: flex; flex-wrap: wrap; justify-content: space-evenly; }
  .flex2_c > * { width: 48%; }
  .flex2_c > *: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 > *, .flex2_pc > * { width: 46%; }
  .flex2 > *:nth-child(-n+2), .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; } }
.inline-block { display: inline-block; }

.col-block { margin: 6rem 1rem 0; }
@media screen and (min-width: 48em), print { .col-block { margin-top: 78px; } }

.tel { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; color: #8CC456; background: transparent; text-align: center; line-height: 1; }
.tel::before { display: inline-block; margin-right: 0.6rem; font-family: 'fontello'; font-weight: normal; content: '\e800'; vertical-align: bottom; }

.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; line-height: 1; }
.tbl_time caption { padding-top: .8rem; font-weight: bold; font-size: 85%; caption-side: bottom; text-align: left; color: #64bfaa; background: transparent; border-top: 1px solid #707070; }
.tbl_time tbody { font-family: 'M PLUS Rounded 1c', sans-serif; }
.tbl_time tbody tr th { padding: 0.3rem 0; font-weight: normal; }
.tbl_time tbody tr th[scope="col"] { padding: 0 0 0.8rem; font-size: 90%; border-bottom: 1px solid #707070; }
.tbl_time tbody tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tbody tr th[scope="col"]:last-child { width: 16%; white-space: nowrap; }
.tbl_time tbody tr th.time { padding-right: 1.0rem; white-space: nowrap; text-align: right; }
.tbl_time tbody tr td { text-align: center; padding: 0.3rem; line-height: 1.0; font-size: 80%; color: #64bfaa; background: transparent; }
.tbl_time tbody tr td.close { color: #595757; }
.tbl_time tbody tr.am th, .tbl_time tbody tr.am td { padding-top: 0.6rem; }
.tbl_time tbody tr.pm th, .tbl_time tbody tr.pm td { padding-bottom: 0.6rem; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.8rem; }
  .tbl_time caption { padding-top: 12px; font-size: 90%; }
  .tbl_time tbody { font-family: inherit; }
  .tbl_time tbody tr th { padding: 10px 0; letter-spacing: 0.05em; }
  .tbl_time tbody tr th[scope="col"] { padding: 0 0 14px; font-size: 100%; }
  .tbl_time tbody tr th[scope="col"]:first-child { width: 32%; }
  .tbl_time tbody tr th[scope="col"]:last-child { width: 18%; }
  .tbl_time tbody tr th.time { padding-right: 16px; }
  .tbl_time tbody tr td { padding: 10px; font-size: 100%; }
  .tbl_time tbody tr.am th, .tbl_time tbody tr.am td { padding-top: 20px; }
  .tbl_time tbody tr.pm th, .tbl_time tbody tr.pm td { padding-bottom: 20px; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01 { margin: 0; padding: 0.5rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 2.4rem; line-height: 1.2; text-align: center; }

.tit_02 { margin-bottom: 2.0rem; padding-bottom: 1.0rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 2.0rem; line-height: 1.2; text-align: center; border-bottom: 2px solid #64bfaa; }

.tit_03 { margin-bottom: 1.4rem; padding: 0.6em 3.2em 0.6em 0.8em; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 1.8rem; line-height: 1.2; color: #fff; background: #8cc456 url(../img/tit_03_bg.svg) no-repeat right bottom/contain; border-radius: 6px; }

.tit_04 { position: relative; margin-bottom: 1.2rem; padding: 0.2em 0; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 1.6rem; line-height: 1.2; border-bottom: 2px solid #dcdcdc; }
.tit_04::after { position: absolute; left: 0; bottom: -2px; display: block; content: ""; width: 1.2em; height: 2px; background: #82c8c3; }
section p + .tit_04, section ol + .tit_04, section ul + .tit_04 { margin-top: 0.8em; }

.tit_05 { display: inline-block; margin-bottom: 1.6rem; padding: 0.1rem 0; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 1.4rem; line-height: 1.2; border-bottom: 2px dotted #8cc456; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 3.2rem; letter-spacing: 0.05em; }
  .tit_02 { margin-bottom: 30px; padding-bottom: 20px; font-size: 3.0rem; letter-spacing: 0.05em; text-align: center; }
  .tit_03 { margin-bottom: 28px; padding: 0.8em 3.5em 0.8em 1em; font-size: 2.6rem; letter-spacing: 0.05em; }
  .tit_04 { margin-bottom: 20px; font-size: 2.6rem; letter-spacing: 0.05em; }
  .tit_05 { margin-bottom: 20px; font-size: 2.2rem; letter-spacing: 0.05em; } }
.lst_ul, .lst_ul_beginner { line-height: 1.4; }
.lst_ul > li, .lst_ul_beginner > li { padding-left: 1em; text-indent: -1em; }
.lst_ul > li::before, .lst_ul_beginner > li::before { content: '●'; margin-right: 0.25em; font-size: 80%; vertical-align: 0.1em; color: #8cc456; }
.lst_ul > li > *, .lst_ul_beginner > li > * { text-indent: 0; }

.lst_ol { line-height: 1.4; }
.lst_ol > li { list-style-type: decimal; }

.lst_dl { line-height: 1.4; }
.lst_dl dt { font-weight: bold; }

.lst_dl_tbl dt { padding: 1.0rem; color: #fff; background: #64bfaa; }
.lst_dl_tbl dd { padding: 1.0rem; background: #fff; }

@media screen and (min-width: 48em), print { .lst_ul li, .lst_ul_beginner li { margin-top: 0.2em; }
  .lst_ul li:first-child, .lst_ul_beginner li:first-child { margin-top: 0; }
  .lst_ol li { margin-top: 0.2em; }
  .lst_ol li:first-child { margin-top: 0; }
  .lst_dl dd { margin-top: 0.3em; } }
.box_, .box_note, .box_notice { padding: 1.0rem; }
section p + .box_, section p + .box_note, section p + .box_notice { margin: -0.3em auto 0.7em; }
@media screen and (min-width: 48em), print { .box_, .box_note, .box_notice { padding: 1.5em; } }
.box_note { background: #fff; }
.box_notice { background: #cde8e2; }

.btn_, .btn_back { display: inline-flex; justify-content: space-between; align-items: center; text-decoration: none !important; text-align: center; line-height: 1; padding: 1.0rem; border: none; border-radius: 3.0rem; cursor: pointer; }
.btn_::before, .btn_back::before, .btn_::after, .btn_back::after { flex: none; width: 2.4rem; content: ""; }
.btn_::after, .btn_back::after { font-family: 'fontello'; content: '\e808'; font-size: 80%; text-align: right; }
@media screen and (min-width: 48em), print { .btn_, .btn_back { letter-spacing: 0.05em; padding: 20px; border-radius: 30px; font-size: 1.8rem; }
  .btn_::before, .btn_back::before, .btn_::after, .btn_back::after { width: 36px; font-size: 12px; } }
.btn_back { color: #fff; background: #64bfaa; }
.btn_back::after { content: ""; }

.lnk_, .lnk_detail { text-decoration: underline; }
.lnk_:hover, .lnk_detail:hover { text-decoration: none; }
.lnk_detail { color: #64bfaa; }

span.note, sup.note { font-size: 90%; color: #f00; }

p.note { padding: 0.5rem; font-size: 90%; line-height: 1.4; }
p.note::before { content: "※"; color: #f00; }

.modal_container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); padding: 2rem; overflow: auto; opacity: 0; visibility: hidden; transition: 0.3s; box-sizing: border-box; z-index: 99; display: flex; align-items: center; justify-content: center; display: none; }
.modal_container.active { display: flex; opacity: 1; visibility: visible; }
.modal_container .modal_body { position: relative; max-width: 60rem; width: 100%; }
.modal_container .modal_body .modal_close { position: absolute; display: flex; align-items: center; justify-content: center; top: -4rem; right: 0; width: 4rem; height: 4rem; font-size: 4rem; color: #fff; cursor: pointer; }
@media screen and (min-width: 48em), print { .modal_container .modal_body .modal_close { top: -5rem; right: -5rem; width: 5rem; height: 5rem; font-size: 5rem; } }
.modal_container .modal_body .modal_content { background: #fff; padding: 3rem; border: 0.1rem solid #0f2f30; border-radius: 1rem; text-align: center; }
.modal_container .modal_body .modal_content .modal_label { display: inline-block; background-color: #64bfaa; color: #fff; padding: 0.5rem 2rem; border-radius: 0.5rem; font-weight: bold; font-size: 1.6rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .modal_container .modal_body .modal_content .modal_label { font-size: 1.8rem; margin-bottom: 3rem; } }
.modal_container .modal_body .modal_content .modal_text { font-size: 1.6rem; color: #595757; line-height: 2.4rem; text-align: left; }
@media screen and (min-width: 48em), print { .modal_container .modal_body .modal_content .modal_text { font-size: 1.8rem; line-height: 2.8rem; text-align: center; } }

html { font-size: calc(100vw / 32); font-family: 'メイリオ', 'Meiryo', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif; }

body { background: #fafaf5; color: #595757; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; z-index: 5; opacity: 0; transition: all .2s ease-in-out 0s; }
body.spnav_modal { height: 100%; overflow: hidden; }
body.spnav_modal::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; color: #333; background: transparent; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1100px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { display: flex; justify-content: space-between; width: 1100px; margin: auto; }
  .main { font-size: 1.6rem; order: 2; width: 820px; }
  body.notfound .main { width: 100%; order: 1; }
  .main a:hover { text-decoration: none; }
  .sidebar { order: 1; width: 250px; } }
.header_wrap { margin: 1.0rem 0; }
body:not(#page_index) .header_wrap { margin: 1.0rem 0 3.0rem; }
.header_wrap .headL { margin-bottom: 1.0rem; padding: 1.0rem; }
.header_wrap .headL .logo { margin: 1.0rem 0; height: 48vw; }
.header_wrap .headL .logo a { display: block; width: 100%; height: 100%; background: url("../img/logo_header.svg") no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header_wrap .headL .address { font-size: 1.3rem; text-align: center; }
.header_wrap .headL .tel { margin-top: 0.6rem; font-size: 1.8rem; }
.header_wrap .headL .btn { display: flex; flex-direction: column; gap: 1em; margin-block: 2em; }
.header_wrap .headL .btn div { text-align: center; }
.header_wrap .headL .btn a { display: inline-block; }
@media screen and (min-width: 48em), print { .header_wrap .headL .btn { flex-direction: row; align-items: center; } }
.header_wrap .headL .ttable { margin-top: 1.0rem; }
.header_wrap .headR { position: relative; }
body:not(#page_index) .header_wrap .headR { height: 11rem; background-image: url("../img/header_bg.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; }
body:not(#page_index) .header_wrap .headR .tit_01 { position: absolute; bottom: 1.5rem; width: 100%; color: #fff; text-shadow: 1px 1px 10px #8CC456, -1px -1px 10px #8CC456, -1px 1px 10px #8CC456, 1px -1px 10px #8CC456; }

@media screen and (min-width: 48em), print { .header { width: 100%; max-width: 2000px; margin: 0 auto 50px; padding: 0 30px; }
  .header_wrap { position: relative; width: 100%; margin: 30px 0; display: flex; justify-content: space-between; }
  body:not(#page_index) .header_wrap { margin: 30px 0 20px; }
  .header_wrap .headL { width: 600px; margin: 0 1.5vw 0 0; padding: 0 3.9vw 0; }
  .header_wrap .headL .logo { width: 404px; height: 294px; margin: 0 auto 10px; }
  .header_wrap .headL .address { font-size: 2.0rem; text-align: center; }
  .header_wrap .headL .tel { margin-top: 16px; font-size: 3.6rem; text-align: center; }
  .header_wrap .headL .tel::before { font-size: 90%; }
  .header_wrap .headL .ttable { width: 444px; margin: 20px auto 0; }
  .header_wrap .headL .ttable .tbl_time tbody tr th { padding: 6px 0; }
  .header_wrap .headL .ttable .tbl_time tbody tr th[scope="col"] { padding: 14px 0 13px; }
  .header_wrap .headL .ttable .tbl_time tbody tr th[scope="col"]:last-child { width: 16%; padding-left: 8px; }
  .header_wrap .headL .ttable .tbl_time tbody tr th.time { padding-right: 10px; }
  .header_wrap .headL .ttable .tbl_time tbody tr td { padding: 6px 0; }
  .header_wrap .headL .ttable .tbl_time tbody tr.am th, .header_wrap .headL .ttable .tbl_time tbody tr.am td { padding-top: 14px; }
  .header_wrap .headL .ttable .tbl_time tbody tr.pm th, .header_wrap .headL .ttable .tbl_time tbody tr.pm td { padding-bottom: 14px; }
  .header_wrap .headR { max-width: 1300px; width: calc(100% - 30px); border-radius: 30px; overflow: hidden; }
  body:not(#page_index) .header_wrap .headR { position: static; height: 450px; padding: 60px 30px; }
  body:not(#page_index) .header_wrap .headR .tit_01 { right: calc(50% - 550px); left: auto; bottom: 60px; width: auto; max-width: 43%; padding: 2.0rem 1.0rem; font-size: 3.2rem; text-shadow: 1px 1px 8px rgba(140, 196, 86, 0.8), -1px -1px 8px rgba(140, 196, 86, 0.8), -1px 1px 8px rgba(140, 196, 86, 0.8), 1px -1px 8px rgba(140, 196, 86, 0.8); } }
@media screen and (min-width: 48em) and (max-width: 1180px) { body:not(#page_index) .header_wrap .headR .tit_01 { right: 10px; } }
@media screen and (min-width: 48em), print { .header + .wrap { margin-bottom: 80px; } }
#nav #sp_menu { position: fixed; top: 1.0rem; right: 1.0rem; z-index: 10; width: 4.6rem; height: 4.6rem; color: #fff; background: #8cc456; text-align: center; line-height: 1.0; font-size: 1.0rem; padding: 0; border: none; border-radius: 0.8rem; }
#nav #sp_menu::before { display: block; font-family: 'fontello'; content: '\e805'; font-size: 3.6rem; margin: -.6rem 0 -.2rem; }
#nav #sp_menu::after { content: 'MENU'; }
#nav #sp_menu.close::before { content: '\e806'; }
#nav #sp_menu.close::after { content: 'CLOSE'; }
#nav #sp_menu span { display: none; }
#nav .gnav_subnav { display: none; z-index: 10; position: fixed; top: 6.0rem; left: 0; right: 0; overflow-y: auto; width: 94vw; max-height: 75vh; margin: auto; padding: 1.6rem; background: #fff; }
#nav .gnav_subnav .gnav > li { border-bottom: 1px dotted #595757; }
#nav .gnav_subnav .gnav > li a { display: flex; width: 100%; padding: 0.5rem; font-size: 1.4rem; line-height: 1; align-items: center; }
#nav .gnav_subnav .gnav > li a::before { content: ""; display: inline-block; padding-right: 1.4rem; font-family: 'fontello'; font-size: 2.0rem; color: #64bfaa; }
#nav .gnav_subnav .gnav > li a.home::before { content: "\e801"; }
#nav .gnav_subnav .gnav > li a.doctor::before { content: "\e802"; }
#nav .gnav_subnav .gnav > li a.clinic::before { content: "\e803"; }
#nav .gnav_subnav .gnav > li a.beginner::before { content: "\e804"; }
#nav .gnav_subnav .gnav > li a.access::before { content: "\e807"; }
#nav .gnav_subnav .gnav > li .subbox { display: none; }
#nav .gnav_subnav .gnav > li .subbox .subnav li a { padding: 1.0rem; color: #595757; }
#nav .gnav_subnav .subnav { margin: 1.0rem 0; padding: 1.0rem; color: #fff; background: #64bfaa; }
#nav .gnav_subnav .subnav::before { content: "診療案内"; display: block; margin-bottom: 1.0rem; padding: 0.5rem; border-bottom: 2px dashed #fff; font-size: 1.4rem; }
#nav .gnav_subnav .subnav li { color: #595757; background: #fff; font-size: 1.2rem; border-bottom: 1px solid #dcdcdc; }
#nav .gnav_subnav .subnav li:last-child { border: none; }
#nav .gnav_subnav .subnav li a { display: block; padding: 0.5rem 1.0rem; }
#nav .gnav_subnav .subnav li a::before { content: "\e808"; display: inline-block; margin-right: 0.5rem; font-family: 'fontello'; font-size: 80%; color: #64bfaa; background: transparent; }

@media screen and (min-width: 48em), print { #nav { position: static; }
  #nav #sp_menu { display: none; }
  #nav .gnav_subnav { position: static; top: auto; display: block; width: 100%; max-height: auto; padding: 10px 0; overflow-y: visible; background: transparent; }
  #nav .gnav_subnav .gnav { width: 1100px; height: 70px; margin: 0 auto; padding: 0 10px; display: flex; align-items: center; background: #fff; border: none; border-radius: 35px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); }
  #nav .gnav_subnav .gnav li { display: flex; justify-content: center; align-items: center; width: 100%; border-bottom: none; }
  #nav .gnav_subnav .gnav li::after { content: ""; display: inline-block; height: 30px; border-right: 1px solid #707070; transform: rotate(20deg); }
  #nav .gnav_subnav .gnav li:last-child::after { display: none; }
  #nav .gnav_subnav .gnav li a { padding-left: 20px; padding-right: 20px; font-size: 1.6rem; cursor: pointer; justify-content: center; }
  #nav .gnav_subnav .gnav li a::before { font-size: 2.2rem; }
  #nav .gnav_subnav .gnav li a.home::before { font-size: 2.8rem; }
  #nav .gnav_subnav .gnav li a:hover { opacity: 1; font-weight: bold; }
  #nav .gnav_subnav .gnav li a:hover::before { font-weight: normal; color: #0e5d4b; }
  #nav .gnav_subnav .gnav li a span { font-size: 1.8rem; }
  #nav .gnav_subnav .gnav li a span::after { content: attr(data-title) ""; display: block; margin-top: 2px; font-size: 1.4rem; color: #8cc456; }
  #nav .gnav_subnav > .subnav { display: none; } }
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .sidebar { display: block; margin-top: 22px; padding: 0 20px 20px; background: #64bfaa; border-radius: 10px; line-height: 1; }
  .sidebar .tit { position: relative; top: -22px; padding-top: 42px; padding-bottom: 10px; font-size: 2.0rem; text-align: center; color: #fff; border-bottom: 2px dashed #fff; background: url("../img/sidebar_head.svg") no-repeat right top; }
  .sidebar .subnav { position: relative; color: #595757; background: #fff; border-radius: 12px; }
  .sidebar .subnav::after { position: absolute; left: 0; bottom: -58px; content: url("../img/sidebar_foot.svg"); }
  .sidebar .subnav li { overflow: hidden; }
  .sidebar .subnav li:first-child { border-radius: 12px 12px 0 0; }
  .sidebar .subnav li:last-child { border-radius: 0 0 12px 12px; }
  .sidebar .subnav li a { display: flex; align-items: center; padding: 20px 15px; position: relative; font-size: 1.8rem; color: #0e5d4b; }
  .sidebar .subnav li a::before { padding-right: 10px; font-family: "fontello"; content: "\e808"; color: #64bfaa; }
  .sidebar .subnav li a:hover { opacity: 1; font-weight: bold; }
  .sidebar .subnav li a:hover::before { color: #0e5d4b; }
  .sidebar .subnav li:not(:last-child) { border-bottom: 1px solid #dedede; } }
body#page_index .gnav_subnav a.home, body#page_doctor .gnav_subnav a.doctor, body#page_clinic .gnav_subnav a.clinic, body#page_beginner .gnav_subnav a.beginner, body#page_access .gnav_subnav a.access, body#page_internal .gnav_subnav a.internal, body#page_lifestyledisease .gnav_subnav a.lifestyledisease, body#page_digestiveorgan .gnav_subnav a.digestiveorgan, body#page_surgery .gnav_subnav a.surgery, body#page_anus .gnav_subnav a.anus, body#page_examination .gnav_subnav a.examination { font-weight: bold; }
body#page_index .gnav_subnav a.home::before, body#page_doctor .gnav_subnav a.doctor::before, body#page_clinic .gnav_subnav a.clinic::before, body#page_beginner .gnav_subnav a.beginner::before, body#page_access .gnav_subnav a.access::before, body#page_internal .gnav_subnav a.internal::before, body#page_lifestyledisease .gnav_subnav a.lifestyledisease::before, body#page_digestiveorgan .gnav_subnav a.digestiveorgan::before, body#page_surgery .gnav_subnav a.surgery::before, body#page_anus .gnav_subnav a.anus::before, body#page_examination .gnav_subnav a.examination::before { font-weight: normal; color: #0e5d4b !important; }

body#page_internal .sidebar a.internal, body#page_lifestyledisease .sidebar a.lifestyledisease, body#page_digestiveorgan .sidebar a.digestiveorgan, body#page_surgery .sidebar a.surgery, body#page_anus .sidebar a.anus, body#page_examination .sidebar a.examination { font-weight: bold; }
body#page_internal .sidebar a.internal::before, body#page_lifestyledisease .sidebar a.lifestyledisease::before, body#page_digestiveorgan .sidebar a.digestiveorgan::before, body#page_surgery .sidebar a.surgery::before, body#page_anus .sidebar a.anus::before, body#page_examination .sidebar a.examination::before { font-weight: normal; color: #0e5d4b !important; }

.overview { background: url(../img/overview_bg.jpg) repeat center top/cover; padding: 2.0rem 0 0; font-size: 1.4rem; line-height: 1.5; }
.overview > .wrap { margin: 0 1.0rem 2.0rem; padding: 2.0rem 1.5rem; background: #fff; }
.overview > .wrap .clinic_name { text-align: center; }
.overview > .wrap .clinic_name img { max-width: 100%; margin: auto; }
.overview > .wrap .tel { margin: 1rem 0; font-size: 2.4rem; }
.overview > .wrap .tel::before { font-size: 2.2rem; }
.overview > .wrap .gaiyo { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 90%; }
.overview > .wrap .gaiyo dt { display: flex; justify-content: space-between; width: 4.2em; margin: 0 0 0.4rem; font-weight: bold; color: #595757; }
.overview > .wrap .gaiyo dd { width: calc(100% - 4.2em); margin: 0 0 0.4rem; padding: 0 0 0 1em; }
.overview > .wrap .gaiyo dd::before { display: inline-block; width: 1em; content: ":"; text-align: center; margin-left: -1em; }
.overview > .wrap .tbl_time { margin: 1.5rem 0 0; }
.overview .gmap { height: 30.0rem; }
.overview .btn { display: flex; flex-direction: column; gap: 1em; margin-block: 2em; }
.overview .btn div { text-align: center; }
.overview .btn a { display: inline-block; }
@media screen and (min-width: 48em), print { .overview .btn { flex-direction: row; align-items: center; } }

@media screen and (min-width: 48em), print { .overview { padding: 60px 0 0; font-size: 1.8rem; background-size: auto; }
  .overview > .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto 60px; padding: 35px 40px 45px; border-radius: 20px; }
  .overview > .wrap .clinic_name { width: 100%; margin-bottom: 40px; }
  .overview > .wrap .clinic_name img { width: 428px; margin: 0 auto; }
  .overview > .wrap .overviewL { width: 45.5%; padding-left: 15px; }
  .overview > .wrap .overviewL .tel { font-size: 3.4rem; }
  .overview > .wrap .overviewL .tel::before { font-size: 3.0rem; }
  .overview > .wrap .overviewL .gaiyo { font-size: 1.6rem; }
  .overview > .wrap .overviewR { width: 50%; }
  .overview .gmap { height: 400px; } }
#tel_up { z-index: 3; position: fixed; bottom: 0; left: 0; right: 0; visibility: hidden; width: 100%; height: 4.5rem; font-size: 1.6rem; background: #fff; box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, 0.1); }
#tel_up ul.bottomlink { width: calc(100% - 4rem); display: flex; justify-content: space-between; align-items: center; margin: 1rem 0; padding: 0; }
#tel_up ul.bottomlink li { width: 42%; text-align: center; }
#tel_up ul.bottomlink li:first-child { width: 58%; border-right: 2px solid #8CC456; }
#tel_up ul.bottomlink li .tel { margin: 0 auto; }
#tel_up ul.bottomlink li .tel::before { margin-bottom: .4rem; }
#tel_up ul.bottomlink li a.access { color: #8CC456; font-weight: 500; }
#tel_up ul.bottomlink li a.access::before { display: inline-block; padding-right: .8rem; font-family: 'fontello'; content: "\e807"; color: #8CC456; font-weight: 500; }
#tel_up #pageup { position: absolute; right: 0; bottom: .2rem; cursor: pointer; display: block; width: 4.0rem; height: 4.0rem; margin-right: 0.2rem; padding: 0; font-size: 1.4rem; text-align: center; line-height: 1.0; color: #fff; background: #8cc456; border: 1px solid #fff; border-radius: 0.8rem; }
#tel_up #pageup::before { font-family: 'fontello'; content: '\f005'; }
#tel_up #pageup span { display: none; }

@media screen and (min-width: 48em), print { #tel_up { width: 60px; height: 60px; bottom: 30px; right: 30px; left: auto; background: transparent; box-shadow: none; padding: 0; }
  #tel_up ul.bottomlink { display: none; }
  #tel_up span { display: none; }
  #tel_up #pageup { width: 100%; height: 60px; border-radius: 12px; } }
.footer { margin-bottom: 4.5rem; text-align: center; }
.footer .copy { display: block; background: #595757; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { margin-bottom: 0; padding: 30px 0 0; color: #595757; background: #fff; }
  .footer .copy { margin: 30px 0 0; padding: 20px 0; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; font-size: 1.6rem; color: #8cc456; background: transparent; }
  .footer ul li { display: inline-block; font-size: 1.6rem; margin: 0; -webkit-text-size-adjust: none; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 10px; }
  .footer ul li a { opacity: 1.0; color: inherit; }
  .footer ul li a:hover { text-decoration: underline; } }
#keyvsl { position: relative; height: 16rem; max-width: 100%; margin-bottom: 8rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .open { position: absolute; top: 0.5rem; right: 0.5rem; display: flex; justify-content: center; align-items: center; width: 10.0rem; height: 10.0rem; padding: 2.5em 0 2.0rem; text-align: center; color: #0e5d4b; background: rgba(205, 232, 226, 0.8) url("../img/index_keyvs_open.svg") no-repeat center 1rem/2.5rem auto; border-radius: 50%; font-size: 1.1rem; line-height: 1.3; }
#keyvsl .open p { margin: 0; text-shadow: 1px -1px 1px #fff, -1px 1px 1px #fff; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; }
#keyvsl .open p span { font-size: 140%; }
#keyvsl .catch { position: absolute; left: 0; bottom: -8.0rem; display: block; width: 100%; height: 8.0rem; margin: 0; padding: 1.0rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.6rem; line-height: 1.3; color: #fff; background: #8cc456; text-align: center; }

@media screen and (min-width: 48em), print { #keyvsl { height: 660px; margin: 0; }
  #keyvsl .open { top: 30px; left: 690px; width: 175px; height: 175px; padding: 25px 0; background-position: center 20px; background-size: 40px auto; font-size: 2.0rem; line-height: 1.5; } }
@media screen and (min-width: 48em) and (max-width: 1560px) { #keyvsl .open { left: auto; right: 30px; } }
@media screen and (min-width: 48em), print { #keyvsl .open p { line-height: 1.3; text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 1px 0 #fff; font-weight: normal; }
  #keyvsl .open p span { font-size: 2.8rem; }
  #keyvsl .catch { bottom: 30px; left: 430px; width: auto; height: auto; padding: 0; font-size: 2.8rem; color: inherit; background: transparent; text-align: left; } }
@media screen and (min-width: 48em) and (max-width: 1560px) { #keyvsl .catch { left: auto; right: 30px; } }
@media print { #keyvsl .catch { left: 30px; } }
@media screen and (min-width: 48em), print { #keyvsl .catch span { display: inline-block; margin-top: 10px; padding: 10px 14px; line-height: 1; color: #fff; background: #8cc456; } }
.index_wrap { padding: 0.5rem 0; }
.index_wrap .tit_02 { display: flex; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: flex-end; position: relative; padding-top: 0.8em; padding-bottom: 0; border: none; }
.index_wrap .tit_02 .en_c { position: absolute; top: 0; width: 100%; display: block; color: #64bfaa; font-size: 70%; }
.index_wrap .tit_02::before, .index_wrap .tit_02::after { flex: none; content: ""; width: 2.4em; height: 1.6em; }
.index_wrap .tit_02::before { background: url("../img/tit_02_l.svg") no-repeat left bottom/contain; }
.index_wrap .tit_02::after { background: url("../img/tit_02_r.svg") no-repeat right bottom/contain; }

@media screen and (min-width: 48em), print { .index_wrap { padding-bottom: 80px; background: url(../img/index_main_bg.png) repeat-y center top; }
  .index_wrap .tit_02 { padding-top: 1em; padding-bottom: 0; margin: 24px 0; font-size: 2.8rem; border: none; }
  .index_wrap .tit_02 .en_c { font-size: 65%; letter-spacing: normal; }
  .index_wrap .tit_02::before, .index_wrap .tit_02::after { width: 80px; height: 42px; } }
.info { margin: 4.0rem 1.0rem; }
.info dl { padding-bottom: 1.0rem; line-height: 1.4; background-image: linear-gradient(to right, #707070, #707070 6px, transparent 6px, transparent 6px); background-size: 12px 1px; background-position: left bottom; background-repeat: repeat-x; }
.info dl .news_title { display: flex; margin: 0 0 0.6rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: normal; font-size: 1.6rem; color: #437116; cursor: pointer; }
.info dl .news_title::before { font-family: 'fontello'; content: '\e809'; margin-right: 0.6rem; color: #8cc456; }
.info dl .news_title.close::before { transform: rotateX(180deg); }
.info dl .news_title:not(:first-of-type) { margin-top: 1.6rem; padding: 1.6rem 0 0; background-image: linear-gradient(to right, #707070, #707070 6px, transparent 6px, transparent 6px); background-size: 12px 1px; background-position: left top; background-repeat: repeat-x; }
.info dl .news_body { margin: 0 0 1.6rem 1.8rem; word-wrap: break-word; }
.info dl .news_body:not(:nth-of-type(-n+3)) { display: none; }

@media screen and (min-width: 48em), print { .info { margin: 0; }
  .info .tit_02 .en_c { top: -5px; font-size: 62%; }
  .info dl { padding-bottom: 16px; line-height: 1.6; }
  .info dl .news_title { margin: 0 0 10px; font-family: inherit; font-size: 2.0rem; }
  .info dl .news_title::before { margin-right: 9px; font-size: 2.1rem; }
  .info dl .news_title:not(:first-of-type) { margin-top: 26px; padding: 26px 0 0; }
  .info dl .news_body { margin: 0 0 26px 30px; } }
.feature { margin: 4.0rem 1.0rem 0; padding: 2.0rem 0; background-color: #fff; }
.feature > div { padding: 0 1.0rem; }
.feature > div section { position: relative; margin: 2.5rem 0; counter-increment: number 1; }
.feature > div section::before { content: ""; display: block; height: calc(59vw - 2.0rem); background: url("../img/index_feature_box_bg.png") no-repeat 0.6rem 1rem; }
.feature > div section::after { position: absolute; top: 0; left: 0; content: ""; display: block; width: 100%; height: calc(59vw - 2.8rem); background-repeat: no-repeat; background-size: contain; }
.feature > div section .midashi { position: relative; display: block; margin: 0 0 0.5rem; padding: 1.0rem 0 0; font-weight: normal; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.8rem; color: #64bfaa; line-height: 1.4; }
.feature > div section .midashi::before { position: absolute; top: -6.0rem; right: 1.5rem; content: counter(number,decimal-leading-zero); font-weight: 500; font-size: 6.0rem; line-height: 1; color: #fff; background: transparent; z-index: 1; }
.feature > div section p { margin: 0; }
.feature_soudan::after { background-image: url("../img/index_feature_soudan.jpg"); }
.feature_shinryo::after { background-image: url("../img/index_feature_shinryo.jpg"); }
.feature_kensa::after { background-image: url("../img/index_feature_kensa.jpg"); }
.feature_setsumei::after { background-image: url("../img/index_feature_setsumei.jpg"); }
.feature_cancer::after { background-image: url("../img/index_feature_cancer.jpg"); }

@media screen and (min-width: 48em), print { .feature { margin: 78px 0 0; padding: 40px; border-radius: 20px; background: #fff url("../img/index_feature_bg.svg") no-repeat right 20px bottom/358px auto; }
  .feature div { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0; }
  .feature div section { width: 350px; margin: 40px 0 0; }
  .feature div section::before { height: 210px; }
  .feature div section::after { width: 100%; height: 200px; }
  .feature div section .midashi { margin: 0 0 10px; font-size: 2.4rem; }
  .feature div section .midashi::before { top: -66px; font-size: 6.6rem; } }
body:not(#page_index) .main { margin: 0 1.0rem 6.0rem; color: #333; background: transparent; }
@media screen and (min-width: 48em), print { body:not(#page_index) .main { margin: 20px 0 0; padding-bottom: 10px; }
  body:not(#page_index) .cf .img_l { max-width: 350px; margin-right: 30px; }
  body:not(#page_index) .cf .img_r { max-width: 350px; margin-left: 30px; } }

body#clinic_slide img, body#clinic_slide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; background: #0e5d4b; }

.sp-selected-thumbnail { border: 4px solid #64bfaa; }

.lst_ul_beginner { line-height: 1.6; }

.flow_beginner dd { margin: 0; position: relative; }
.flow_beginner dd:not(:last-child) { margin: 0 0 6.0rem; }
.flow_beginner dd:not(:last-child)::after { position: absolute; display: block; width: 0; height: 0; content: ''; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #8cc456; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
@media screen and (min-width: 48em), print { .flow_beginner dd:not(:last-child) { margin: 0 0 80px; }
  .flow_beginner dd:not(:last-child)::after { bottom: -60px; } }
.flow_beginner dd span { font-weight: bold; color: #0e5d4b; }

body#page_access .tbl_time { background: #fff; }
body#page_access .tbl_time tbody tr th[scope="col"] { padding: 0.8rem 0; background: #cde8e2; }
body#page_access .gmap { height: 30.0rem; margin: 2.0rem 0 0; }
@media screen and (min-width: 48em), print { body#page_access .tbl_time { font-size: 2.0rem; }
  body#page_access .tbl_time tbody tr th[scope="col"] { padding: 14px 0; }
  body#page_access .tbl_time tbody tr th[scope="col"]:first-child { width: 28%; }
  body#page_access .tbl_time tbody tr th[scope="col"]:last-child { width: 16%; }
  body#page_access .tbl_time tbody tr th.time { padding-right: 2em; }
  body#page_access .gmap { height: 500px; } }

.lst_dl_access { display: flex; flex-wrap: wrap; border: 1px solid #dcdcdc; }
.lst_dl_access > dt { width: 30%; padding: 1.0rem; color: #fff; background: #64bfaa; border-top: 1px solid #dcdcdc; }
.lst_dl_access > dt:first-of-type { border-top: none; }
.lst_dl_access > dd { width: 70%; padding: 1.0rem; background: #fff; border-top: 1px solid #dcdcdc; }
.lst_dl_access > dd:first-of-type { border-top: none; }
@media screen and (min-width: 48em), print { .lst_dl_access > dt { padding: 15px 20px; }
  .lst_dl_access > dd { padding: 15px; } }

.intro { margin-bottom: 4.0rem; }
@media screen and (min-width: 48em), print { .intro { margin-bottom: 80px; } }

.flow_gastroscope { margin-bottom: 1.0rem; }
.flow_gastroscope dt { padding: 0.5rem; background: #cde8e2; }
.flow_gastroscope dd { position: relative; margin-bottom: 1.8em; padding: 0.8rem; }
.flow_gastroscope dd::after { position: absolute; bottom: -1.2em; left: calc(50% - 1.5rem); display: block; content: ""; width: 0; height: 0; margin-top: 0.5rem; border-style: solid; border-width: 1.5rem 1.5rem 0 1.5rem; border-color: #64bfaa transparent transparent transparent; }
.flow_gastroscope dd:last-of-type::after { display: none; }
@media screen and (min-width: 48em), print { .flow_gastroscope dt { padding: 0.6em 1em; }
  .flow_gastroscope dd { padding: 0.6em 1em; } }

/*# sourceMappingURL=style.css.map */
