@charset "UTF-8";
*:focus { outline: none; }

html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img, iframe { max-width: 100%; height: auto; vertical-align: bottom; }

.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.flex { margin-bottom: 2.0rem; }
.flex img { display: block; margin: 0 auto 1.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .flex { display: -webkit-flex; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
  .flex img { width: 35%; display: block; margin: 0 0 0 auto; }
  .flex p { margin-top: 0; }
  .flex > div { width: 60%; } }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; border-radius: .4rem; }
.tbl_time tr:first-child th:first-child { border-radius: .4rem 0 0 .4rem; }
.tbl_time tr:first-child th:last-child { border-radius: 0 .4rem .4rem 0; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #bc8f8f; font-size: 90%; color: #fff; }
.tbl_time tr th[scope="col"]:first-child { width: 37%; }
.tbl_time tr th.time { border-bottom: 1px solid #bc8f8f; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #bc8f8f; line-height: 1.0; }
.tbl_time .gr { color: #559545; }

.tbl_time_cap span { display: inline-block; color: #559545; margin: 0; }
.tbl_time_cap table { text-align: left; }
.tbl_time_cap table th, .tbl_time_cap table td { width: 100%; display: block; }
.tbl_time_cap table th { vertical-align: top; font-weight: normal; }
.tbl_time_cap table td { line-height: 1.8; padding-left: 1em; text-indent: -.8em; }

@media screen and (min-width: 48em), print { .tbl_time { table-layout: fixed; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .8rem 0; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.5rem 0; }
  .tbl_time_cap table { width: 100%; }
  .tbl_time_cap table tr th, .tbl_time_cap table tr td { width: auto; display: inline-block; }
  .tbl_time_cap table tr th { width: 12%; } }
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

.tit_01, .tit_02 { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; text-align: center; }

.tit_01 { font-size: 2.2rem; padding: 4.0rem 1.0rem; }

.tit_02 { color: #3e3f4f; font-size: 2.2rem; margin: 0 0 2.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; }
.tit_02:before { content: ''; display: block; width: 4.8rem; height: 1.0rem; background-image: url("../img/h2_dots.svg"); background-size: contain; background-repeat: no-repeat; margin: 0 auto 1.6rem; }

.tit_03 { color: #513401; font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; }

.tit_04 { color: #513401; font-size: 1.6rem; line-height: 1.2; margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 3.2rem; padding: 8.0rem 4.0rem; }
  .tit_02 { font-size: 3.5rem; margin: 0 0 3.0rem; }
  .tit_02:before { margin: 0 auto 2.4rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 3.0rem; } }
.lst_ul01 li { padding: 0 0 1.0rem 1.4em; line-height: 1.4; position: relative; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #6c5363; position: absolute; left: 0; }
.lst_ul01.kome li::before { content: '※'; color: #3e3f4f; }

.lst_ol01 { counter-reset: number 0; margin: 1.0rem 0 1.0rem 2.6rem; }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; padding: 0 0 1.0rem 2.8rem; position: relative; }
.lst_ol01 li::before { display: inline-block; content: counter(number,decimal-leading-zero) "."; position: absolute; left: 0; }

.lst_dl01 { border-spacing: 0; border-collapse: separate; }
.lst_dl01 dt, .lst_dl01 dd { vertical-align: middle; }
.lst_dl01 dt { font-weight: bold; background-color: #e9c6b4; text-align: center; padding: .5rem 0; }
.lst_dl01 dt:first-of-type { border-radius: 0.5rem 0.5rem 0 0; }
.lst_dl01 dt:last-of-type { border-radius: 0; border-bottom: none; }
.lst_dl01 dd { margin: 0; border: 1px solid #e9c6b4; background-color: #fff; text-align: center; padding: .5rem 3.0rem; }

@media screen and (min-width: 48em), print { .lst_dl01 { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_dl01 dt { width: 16%; border-bottom: 1px solid #fff; padding: 1.5rem 0; }
  .lst_dl01 dt:first-of-type { border-radius: .5rem 0 0 0; }
  .lst_dl01 dt:last-of-type { border-radius: 0 0 0 .5rem; }
  .lst_dl01 dd { width: 80%; margin: 0; padding: 1.5rem 3.0rem; text-align: left; } }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; } }
.tel { color: #559545; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; font-size: 1.8rem; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.tel:before { font-family: 'fontello'; content: '\e800'; display: block; font-size: 2.0rem; margin-right: 1.0rem; }
@media screen and (min-width: 48em), print { .tel { font-size: 3.2rem; } }

.box_ { padding: 1.0rem; }
@media screen and (min-width: 48em), print { .box_ { padding: 2.0rem; } }

.btn_detail { display: inline-block; margin-top: 1.0rem; padding: .4rem 2.0rem; border-radius: .5rem; background: #fff; border: 3px double #5dbc56; color: #5dbc56; text-decoration: none !important; }
.btn_detail::after { font-family: 'fontello'; content: '\e813'; margin-left: .6rem; }
@media screen and (min-width: 48em), print { .btn_detail:hover { background: #5dbc56; color: #fff; border: 3px double #fff; } }

html { font-size: calc(100vw / 32); font-family: 'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

body { background: #fff; color: #3e3f4f; word-wrap: break-word; }
body::after { visibility: hidden; width: 100%; height: 100%; content: ''; background: rgba(51, 51, 51, 0.6); position: fixed; top: 0; z-index: 2; opacity: 0; -webkit-transition: all .2s ease-in-out 0s; transition: all .2s ease-in-out 0s; }
body.noscr { height: 100%; overflow: hidden; }
body.noscr::after { visibility: visible; opacity: 1; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: calc(1200px + 40px); }
  body::after { display: none; }
  a, button { transition: .2s; }
  a:hover, button:hover { opacity: .8; }
  .wrap { width: 1200px; margin: auto; }
  .main { font-size: 1.6rem; } }
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
.header { background-color: #e2ecba; background: url(../img/header_bg.png) no-repeat right bottom/contain #e2ecba; }
.header .wrap { padding: 1rem; }
.header .wrap .logo { height: 5.0rem; }
.header .wrap .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 .wrap .headR .headR_l { width: 100%; margin: 1.0rem 0; }
.header .wrap .headR .headR_l .tel { font-size: 1.8rem; }
.header .wrap .headR .headR_l .tel a { display: inline-block; }
.header .wrap .headR .headR_l .tel:before { font-size: 1.3rem; }
.header .wrap .headR .headR_l .add { font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; align-items: flex-end; }
.header .wrap .headR .headR_l .add:before { font-family: 'fontello'; display: block; content: '\e801'; font-size: 1.5rem; margin-right: 1.0rem; color: #559545; }
.header .wrap .headR .headR_r { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: strech; align-items: strech; }

@media screen and (min-width: 48em), print { .header { background: url(../img/header_bg.png) no-repeat right bottom 7rem/100rem 6.4rem #e2ecba; }
  .header .wrap { padding: 2.0rem 0; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo { width: 40%; height: 8.0rem; }
  .header .wrap .headR { width: 60%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .headR_l { width: 45%; margin: 0; }
  .header .wrap .headR .headR_l .tel { font-size: 3.2rem; margin-bottom: .5rem; }
  .header .wrap .headR .headR_l .tel:before { font-size: 2.0rem; }
  .header .wrap .headR .headR_l .add { font-size: 1.6rem; }
  .header .wrap .headR .headR_l .add:before { font-size: 2.4rem; }
  .header .wrap .headR .headR_r { width: 50%; } }
.y_btn a { display: block; font-size: 1.8rem; color: #fff; background-color: #bc8f8f; border-radius: .4rem; line-height: 1; padding: 1.3rem 3rem 1.0rem; position: relative; box-shadow: 0 2px 0 #626343; overflow: hidden; transition: .3s; }

.triangle:before { display: block; content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 24px 24px; border-color: transparent transparent #e9c6b4 transparent; }

@media screen and (min-width: 48em), print { .y_btn a:hover { transform: translate3d(0, 3px, 0); box-shadow: none; } }
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 100; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #bc8f8f; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; line-height: 1.4; font-size: 2.5rem; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e807'; line-height: 1.4; font-size: 2.5rem; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 94vw; max-height: 75vh; overflow-y: auto; background: #fff; padding: 1.6rem; position: absolute; top: 6.0rem; right: 1.0rem; margin: auto; }
.slicknav_menu .slicknav_nav a { color: inherit; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #3e3f4f; border-bottom: 1px solid #3e3f4f; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li:not(:last-child) { border-bottom: 1px solid #ccc; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #3e3f4f !important; padding: 1.0rem 0; font-size: 1.6rem; margin: 0; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a.sub { background: none; border: none; }
.slicknav_menu .slicknav_nav .gnav li a.sub::after { position: absolute; right: 1.0rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-family: 'fontello'; content: '\f107'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\f106'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { margin: 0 0 1.0rem; border-radius: .5rem; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { background-color: #e2ecba; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a { padding: 1.0rem; color: #3e3f4f; }
.slicknav_menu .slicknav_nav .gnav li .subnav li a:hover { color: #3e3f4f !important; background: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background-color: #fff; }
  #nav .gnav { width: 1200px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; padding: 1.8rem 0; }
  #nav .gnav li { width: 100%; position: relative; border-right: 1px dashed #626343; padding: 1.0rem 0; }
  #nav .gnav li:first-child { border-left: 1px dashed #626343; }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.6rem; position: relative; }
  #nav .gnav li a.sub::after { content: '▼'; color: #3e3f4f; font-size: 60%; }
  #nav .gnav li a.sub.close::after { content: '▲'; }
  #nav .gnav li .subnav { width: 100%; visibility: hidden; position: absolute; z-index: 10; top: 5.6rem; background: rgba(255, 255, 255, 0.8); }
  #nav .gnav li .subnav li { width: 100%; border-top: 1px solid #3e3f4f; padding: 0; border-right: none; border-left: none; }
  #nav .gnav li .subnav li a { display: block; width: 100%; padding: 1.6rem 0; text-align: center; color: #3e3f4f; position: relative; }
  #nav .gnav li .subnav li a:hover { background: #e2ecba; color: #559545; opacity: 1; } }
@media screen and (min-width: 48em), print { .sidebar .tit { background: #6b4f3c; color: #f1ffdb; font-size: 2.4rem; text-align: center; padding: 1.8rem; border-radius: .8rem; }
  .sidebar .subnav { margin: 0; padding: 1.0rem 0; }
  .sidebar .subnav li a { display: block; padding: 1.2rem .6rem; color: #48341d; position: relative; font-size: 1.8rem; }
  .sidebar .subnav li a::after { font-family: 'fontello'; content: '\e807'; position: absolute; right: .6rem; color: #d8c8bd; }
  .sidebar .subnav li a:hover { background: #ffedcd; color: #ec7218; }
  .sidebar .subnav li a:hover::after { color: #ec7218; }
  .sidebar .subnav li:not(:last-child) { border-bottom: 1px solid #dedede; } }
.overview { padding: 2.0rem 1.0rem; font-size: 1.4rem; line-height: 1.6; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .gaiyo { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd { padding: .2rem 0 0; margin: 0 0 1.5rem; }
.overview > .wrap .gaiyo dt { width: 25%; color: #fff; background-color: #bc8f8f; border-radius: .4rem; text-align: center; vertical-align: middle; }
.overview > .wrap .gaiyo dd { width: 72%; padding: 0; }
.overview > .wrap .gaiyo dd .tel { flex-weight: normal; color: #3e3f4f; font-size: 100%; font-family: 'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }
.overview > .wrap .gaiyo dd .tel:before { display: none; }
.overview > .wrap .overviewL .tbl_time { margin: 0 0 1.0rem; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 8.0rem 0; font-size: 1.6rem; }
  .overview .clinic_name { margin: 0 0 6.0rem; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .gaiyo dt, .overview > .wrap .gaiyo dd { padding: 0; }
  .overview > .wrap .gaiyo dt { padding: 1.0rem 0; width: 21%; }
  .overview > .wrap .gaiyo dd { width: 74%; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; } }
#pageup a { display: none; }

.footer { text-align: center; }
.footer .copy { display: block; background: #bc8f8f; color: #fff; font-size: 1.2rem; margin: 0 0 5.0rem; padding: 1.0rem 0; }
.footer .copy a { color: inherit; }
.footer .gnav { margin-bottom: 1.0rem; }
.footer ul { display: none; }

.tel_up { width: 100%; background: #559545; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.tel_up .tel { display: block; text-align: center; font-size: 1.5rem; line-height: 1.0; }
.tel_up .tel:before { display: inline-block; font-size: 1.5rem; }
.tel_up .tel a { display: inline-block; }
.tel_up .pageup { cursor: pointer; width: 20%; background-color: #cdd866; }
.tel_up .pageup a { display: block; font-size: 1.8rem; text-align: center; padding: 0 .4rem; line-height: 3.0; }
.tel_up .pageup a::before { font-family: 'fontello'; content: '\f106'; color: #559545; transition: .2s; }
.tel_up .pageup a span { display: none; }
.tel_up .pageup a:hover:before { transform: translateY(-0.5rem); }

.tel_up_l { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; width: 90%; }
.tel_up_l .tel { width: 60%; color: #fff; }
.tel_up_l .y_btn { width: 30%; background-color: #ccc; text-align: center; margin: 0 auto; border-radius: 2.0rem; }
.tel_up_l .y_btn a { font-size: 1.4rem; padding: 1.5rem 0; }
.tel_up_l .y_btn .triangle:before { border-width: 0 0 18px 18px; }

@media screen and (min-width: 48em), print { .footer { background-color: #e2ecba; background-image: url(../img/a_bg_top.png); background-position: left top; background-repeat: no-repeat; background-size: 100.0rem 8.0rem,100.0rem 8.0rem; padding: 4.0rem 0 0; }
  .footer .copy { font-size: 1.6rem; margin: 4.0rem 0 0; }
  .footer ul { display: block; text-align: center; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.0rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer ul.subnav li:nth-child(8)::after { content: none; }
  .tel_up { width: 5.0rem; bottom: 7.0rem; right: 8.0rem; left: auto; padding: 0; background: unset; }
  .tel_up .tel { display: none; }
  .tel_up .pageup { width: 100%; position: relative; background-color: unset; }
  .tel_up .pageup a { display: block; width: 100%; height: 5.0rem; line-height: 1.3; font-size: 1.2rem; border-radius: 50%; }
  .tel_up .pageup a:before { content: ''; display: inline-block; width: 6.5rem; height: 6.3rem; background-image: url("../img/icon_up.svg"); background-size: contain; vertical-align: middle; }
  .tel_up .tel_up_l { display: none; } }
#keyvsl { max-width: 100%; min-height: 20.0rem; background: url(../img/kv001.jpg) no-repeat center top/cover; }
#keyvsl .wrap { position: relative; }
#keyvsl .catch { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; position: absolute; right: 3rem; top: .5rem; }
#keyvsl .catch_top { width: 13.0rem; height: 13.0rem; border-radius: 50%; border: 4px solid #559545; }
#keyvsl .catch_top .circle { border-radius: 50%; text-shadow: 1px 0 5px rgba(255, 255, 190, 0.8); width: 100%; height: 100%; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; background-color: rgba(206, 231, 215, 0.7); border: 1px solid #E2ECBA; font-size: 1.6rem; text-align: center; }
#keyvsl .catch_top .circle p { width: 100%; margin: 0; }
#keyvsl .catch_top .circle .emp { display: block; font-size: 1.8rem; }
#keyvsl .catch_top .circle .center { margin: .3rem 0; }
#keyvsl .catch_top .circle .num { display: inline-block; margin-right: .3rem; }
#keyvsl .circle2 { border-radius: 50%; background-color: #559545; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 9.0rem; height: 9.0rem; position: absolute; right: -2rem; bottom: -18rem; }
#keyvsl .circle2 span { display: block; width: 8.0rem; height: 8.0rem; line-height: 8.0rem; font-size: 1.4rem; color: #fff; text-align: center; border: 1px solid #E2ECBA; border-radius: 50%; }

@media screen and (min-width: 48em), print { #keyvsl { min-height: 62.0rem; position: relative; }
  #keyvsl .catch { right: 13.9rem; top: 10rem; }
  #keyvsl .catch_top { width: 20.0rem; height: 20.0rem; border: 8px solid #559545; }
  #keyvsl .catch_top .circle { font-size: 2.5rem; }
  #keyvsl .catch_top .circle .emp { font-size: 2.6rem; }
  #keyvsl .catch_top .circle .center { margin: .3rem 0; }
  #keyvsl .catch_top .circle .num { margin-right: .3rem; }
  #keyvsl .circle2 { width: 16.0rem; height: 16.0rem; right: -6rem; bottom: -11rem; }
  #keyvsl .circle2 span { width: 15.0rem; height: 15.0rem; line-height: 15.0rem; font-size: 2.5rem; } }
.attached { font-size: 1.6rem; text-align: center; background-color: #e2ecba; padding: 2.0rem 0; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; }
.attached p { margin: 0; }

@media screen and (min-width: 48em), print { .attached { font-size: 2.3rem; padding: 2.0rem 0; } }
.info { width: 95%; margin: 4.0rem auto; padding: 1.0rem; background: #e9c6b4; border-radius: 1.5rem; }
.info .tit_02 { font-size: 1.5rem; margin: 0 auto 2.0rem; width: 10.0rem; height: 10.0rem; background-color: #559545; border-radius: 50%; color: #fff; position: relative; }
.info .tit_02:before { display: none; }
.info .tit_02 span { width: 9.0rem; height: 9.0rem; padding-top: 1.5rem; display: block; border: 1px solid #E2ECBA; border-radius: 50%; text-align: center; position: absolute; top: .5rem; left: .5rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; }
.info .tit_02 span:before { content: ''; display: block; width: auto; height: 4rem; background-image: url("../img/icon_news.svg"); background-repeat: no-repeat; background-size: contain; background-position: center center; margin: 0 auto; }
.info .info_wrap { padding: 1.0rem; border: 1px solid #fff; border-radius: 1.6rem; }
.info .info_wrap dl { padding: 1.0rem; margin: 0; line-height: 1.4; }
.info .info_wrap dl dt { color: #626343; cursor: pointer; display: -webkit-flex; display: flex; margin-bottom: 1.0rem; }
.info .info_wrap dl dt span { color: #3e3f4f; margin-right: 1.0rem; }
.info .info_wrap dl dt::before { font-family: 'fontello'; display: block; content: '\f107'; margin-right: .6rem; }
.info .info_wrap dl dt.close::before { content: '\f106'; }
.info .info_wrap dl dt:not(:first-of-type) { margin: 1.6rem 0 .6rem; padding: 1.6rem 0 0; border-top: 1px dashed #3e3f4f; }
.info .info_wrap dl dd { margin: 0; word-wrap: break-word; }
.info .info_wrap dl dd:not(:nth-of-type(-n+2)) { display: none; }

@media screen and (min-width: 48em), print { .info { width: 1200px; margin: 8.0rem auto; }
  .info .info_wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; }
  .info .info_wrap .tit_02 { width: 16.0rem; height: 16.0rem; font-size: 2.6rem; margin: 0 0 2.0rem; }
  .info .info_wrap .tit_02 span { width: 15.0rem; height: 15.0rem; padding-top: 2.0rem; }
  .info .info_wrap .tit_02 span:before { width: 6.4rem; height: 6.7rem; }
  .info .info_wrap dl { width: 81.6rem; padding: 4.0rem 0; }
  .info .info_wrap dl dt { font-size: 1.8rem; }
  .info .info_wrap dl dt::before { margin-right: 1.0rem; }
  .info .info_wrap dl dt:not(:first-of-type) { padding: 1.6rem 0 0; }
  .info .info_wrap dl dd { width: 83.5%; margin-left: auto; } }
.feature { background-color: #e2ecba; background-image: url("../img/a_bg_top.png"), url("../img/a_bg_bottom.png"); background-position: left top, right bottom; background-size: contain,contain; background-repeat: no-repeat; padding: 4rem 0; }
.feature .wrap .tit_02 { margin-bottom: 6.0rem; }
.feature .card { width: 95%; margin: 0 auto; counter-reset: number 0; }
.feature .card li { width: 100%; background-color: #fff; padding: 4.5rem 0; border-radius: 1.6rem; margin-bottom: 7.5rem; margin-right: 1.2rem; position: relative; box-shadow: 0px 2px 15px rgba(206, 231, 215, 0.8); }
.feature .card li img { max-width: 90%; display: block; margin: 0 auto; }
.feature .card li .tit { color: #559545; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; font-size: 1.8rem; text-align: center; }
.feature .card li .disc { width: 77%; margin: 0 auto; }
.feature .card li:nth-child(3n) { margin-right: 0; }
.feature .card li:last-child { margin-right: 0; margin-bottom: 0; }
.feature .card li:before { counter-increment: number 1; content: counter(number) ""; display: block; width: -moz-fit-content; /* Firefox */ width: fit-content; /* other browsers */ position: absolute; top: -2rem; left: 0; right: 0; margin: 0 auto; font-size: 2.2rem; background-color: #bc8f8f; width: 4.6rem; height: 4.6rem; border-radius: 50%; color: #fff; text-align: center; line-height: 4.6rem; }
.feature .card li:after { content: ''; display: inline-block; width: 5.0rem; height: 2.0rem; background-image: url("../img/feature_point.svg"); background-repeat: no-repeat; background-size: contain; position: absolute; top: -4.0rem; right: 0; left: 0; margin: 0 auto; }

@media screen and (min-width: 48em), print { .feature { width: 100%; padding: 7.0rem 0 0; background-size: 100.0rem 8.0rem,100.0rem 8.0rem; }
  .feature .wrap .tit_02 { margin-bottom: 4.2rem; }
  .feature .card { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: strech; align-items: strech; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 3.7rem 0 0; }
  .feature .card li { width: 39.2rem; padding: 4.5rem 0; margin-bottom: 9.5rem; margin-right: 1.2rem; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .feature .card li img { max-width: 100%; display: block; margin: 0 auto; }
  .feature .card li .tit { font-size: 2.2rem; }
  .feature .card li .disc { width: 82%; margin: 0 auto; }
  .feature .card li:nth-child(3n) { margin-right: 0; }
  .feature .card li:last-child { margin-right: 0; margin-bottom: 9.5rem; }
  .feature .card li:before { top: -3rem; font-size: 3.2rem; width: 5.6rem; height: 5.6rem; line-height: 5.6rem; }
  .feature .card li:after { width: 5.4rem; height: 2.1rem; top: -5.2rem; } }
.treatment_cont { width: 95%; margin: 0 auto; padding: 4.0rem 0 2.0rem; }
.treatment_cont nav .subnav_low { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 500; font-size: 1.6rem; }
.treatment_cont nav .subnav_low li { margin-bottom: 1.0rem; }
.treatment_cont nav .subnav_low li a { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; color: #fff; text-decoration: none; text-align: left; padding: 0 0 0 3.0rem; border-radius: 1.6rem; }
.treatment_cont nav .subnav_low li a:before { margin-right: 2.0rem; color: #fff; }
.treatment_cont nav .subnav_low li .dermatology { background-color: #bc8f8f; width: 100%; text-align: left; }
.treatment_cont nav .subnav_low li .dermatology:before { font-family: 'fontello'; content: '\e803'; display: inline-block; font-size: 2.2rem; }
.treatment_cont nav .subnav_low li .aga { background-color: #626343; width: 100%; }
.treatment_cont nav .subnav_low li .aga:before { font-family: 'fontello'; content: '\e805'; display: inline-block; font-size: 2.2rem; }
.treatment_cont nav .subnav_low .minor_surgery { background-color: #559545; width: 100%; color: #fff; text-decoration: none; text-align: left; padding: 0 0 0 3.0rem; border-radius: 1.6rem; }
.treatment_cont nav .subnav_low .minor_surgery:before { font-family: 'fontello'; content: '\e804'; display: inline-block; font-size: 2.0rem; margin-right: 2.0rem; color: #fff; }
.treatment_cont nav .subnav_illness { width: 100%; margin: 2.0rem 3.0rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.treatment_cont nav .subnav_illness li { font-size: 1.4rem; margin-bottom: 1.0rem; overflow: hidden; background-color: #e9c6b4; border-radius: .4rem; box-shadow: 0px 2px 0 rosybrown; transition: .3s; width: 48%; }
.treatment_cont nav .subnav_illness li a { display: block; width: 100%; text-decoration: none; padding: .8rem 0 .8rem 1.0rem; position: relative; }
.treatment_cont nav .subnav_illness li a:before { display: block; content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 24px 24px; border-color: transparent transparent #bc8f8f transparent; }
.treatment_cont nav .subnav_illness li:hover { transform: translate3d(0, 3px, 0); box-shadow: none; }
.treatment_cont nav .illness_under { margin: 0 0 1.0rem; }
.treatment_cont nav .illness_under li { width: 100%; flex-basis: unset; background-color: #e2ecba; }
.treatment_cont nav .illness_under li a:before { display: block; content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 24px 24px; border-color: transparent transparent #cdd866 transparent; }
.treatment_cont nav .illness_under li:hover { transform: translate3d(0, 3px, 0); box-shadow: none; }
@media screen and (min-width: 48em), print { .treatment_cont { width: 100%; padding: 8.0rem 0; }
  .treatment_cont nav .subnav_low { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; font-size: 2.4rem; }
  .treatment_cont nav .subnav_low li { margin-bottom: 0; }
  .treatment_cont nav .subnav_low li a { padding: 0 0 0 3.0rem; border-radius: 1.6rem; }
  .treatment_cont nav .subnav_low li a:before { margin-right: 2.0rem; }
  .treatment_cont nav .subnav_low li .dermatology { width: 68.8rem; }
  .treatment_cont nav .subnav_low li .dermatology:before { font-size: 3.2rem; }
  .treatment_cont nav .subnav_low li .aga { width: 22.4rem; }
  .treatment_cont nav .subnav_low li .aga:before { font-size: 3.2rem; }
  .treatment_cont nav .subnav_low .minor_surgery { width: 22.4rem; }
  .treatment_cont nav .subnav_low .minor_surgery:before { font-size: 3.2rem; }
  .treatment_cont nav .subnav_illness { width: 68.8rem; margin: 4.0rem 3.0rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_cont nav .subnav_illness li { flex-basis: calc((100% - 16px) / 3); max-width: calc((100% - 16px) / 3); font-size: 1.8rem; margin-bottom: 1.6rem; }
  .treatment_cont nav .subnav_illness li a { padding: 1.0rem 0 1.0rem 4.0rem; }
  .treatment_cont nav .illness_under { display: block; width: 48.0rem; margin: 4.0rem 0 0; }
  .treatment_cont nav .illness_under li { max-width: 22.4rem; flex-basis: unset; font-size: 1.8rem; margin-bottom: 1.6rem; }
  .treatment_cont nav .illness_under li a { padding: 1.0rem 0 1.0rem 4.0rem; }
  .treatment_cont nav .subnav_flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; } }

.greeting { background-color: #e2ecba; background-image: url(../img/a_bg_top.png), url(../img/a_bg_bottom.png); background-position: left top, right bottom; background-size: contain,contain; background-repeat: no-repeat; padding: 4.0rem 0; }
.greeting .wrap { width: 95%; margin: 0 auto; }
.greeting .dr_name { text-align: right; margin: 2.0rem 0; }
.greeting .y_btn { width: 22.4rem; margin: 2.0rem auto; }
.greeting .y_btn a { text-align: center; text-decoration: none; line-height: 1; padding: 1.4rem 0 1.0rem; font-size: 1.5rem; }

@media screen and (min-width: 48em), print { .greeting { padding: 7rem 0 8.0rem; background-size: 100.0rem 8.0rem,100.0rem 8.0rem; }
  .greeting .wrap { width: 1200px; }
  .greeting .dr_name { margin: 3.0rem 0; }
  .greeting .y_btn { margin: 5.0rem auto 0; }
  .greeting .y_btn a { font-size: 1.8rem; padding: 1.7rem 0 1.1rem; } }
body:not(.index) .low_wrap { width: 100%; background-color: #e2ecba; background-image: url(../img/a_bg_top.png), url(../img/a_bg_bottom.png); background-position: left top, right bottom; background-size: contain,contain; background-repeat: no-repeat; padding: 1.0rem 0; }
body:not(.index) .main { margin: 0 1.0rem; }
body:not(.index) .main section { margin: 4.0rem 0; }
body:not(.index) .low_cont { width: 100%; margin: 0 auto; background-color: #fff; border-radius: 1.0rem; padding: 2.0rem 1.0rem; }
body:not(.index) .low_cont section { margin: 4.0rem 0 0; }
body:not(.index) .tit_01 { background: url(../img/h1_bg.jpg) no-repeat left top/cover; position: relative; }
body:not(.index) .tit_01:after { content: ''; display: block; width: 100%; height: 4.0rem; background-image: url("../img/h1_bg_line.png"); background-size: contain; background-repeat: no-repeat; position: absolute; bottom: -1.4rem; right: 0; }
body:not(.index) .tit_03 { width: 100%; background-color: #bc8f8f; color: #fff; border-radius: .4rem; padding: .8rem 1.0rem .4rem; }
body:not(.index) .tit_04 { width: 100%; background-color: #cdd867; border-radius: .4rem; padding: .8rem 1.0rem .4rem; }
body:not(.index) .tit_05 { font-size: 1.6rem; padding: 0 1.0rem 0; margin: 0 0 2.0rem; border-left: 2px dotted #559545; }
body:not(.index) .box1 { border: 1px solid #559545; border-radius: 1.6rem; padding: 3.0rem 2.0rem; background-color: #fff; }
body:not(.index) .box1 p { margin: 0; }
body:not(.index) .tbl_01 { width: 100%; border: 1px solid #e9c6b4; border-spacing: 0; border-collapse: separate; border-radius: .4rem; margin: 2.0rem 0; text-align: center; vertical-align: middle; }
body:not(.index) .tbl_01 th { background-color: #e9c6b4; }
body:not(.index) .tbl_01 th, body:not(.index) .tbl_01 td { padding: 1.0rem 0; border-right: 1px solid #e9c6b4; }
body:not(.index) .tbl_01 th:last-child, body:not(.index) .tbl_01 td:last-child { border-right: none; }
body:not(.index) .link_txt { text-decoration: none; border-bottom: 1px solid #559545; }
body:not(.index) .link_txt:after { font-family: 'fontello'; content: '\f105'; display: inline-block; text-align: center; font-size: 1.6rem; color: #559545; margin-left: .5rem; }
@media screen and (min-width: 48em), print { body:not(.index) .low_wrap { padding: 8.0rem 0; }
  body:not(.index) .main { width: 1200px; margin: 0 auto; }
  body:not(.index) .main section { margin: 8.0rem 0; }
  body:not(.index) .low_cont { width: 1200px; padding: 4.0rem 2.0rem; }
  body:not(.index) .tit_01:after { width: 100.0rem; height: 8.0rem; bottom: 0; }
  body:not(.index) .tit_02 { font-size: 3.2rem; }
  body:not(.index) .tit_03, body:not(.index) .tit_04 { padding: .8rem 3.0rem .4rem; }
  body:not(.index) .tit_05 { font-size: 2.0rem; padding: 0 3.0rem; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

.doctor .society dt { background-color: #559545; color: #fff; }
.doctor .society dd { border: 1px solid #559545; }

#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .sp-mask { height: 563px !important; }
  .sp-layer { bottom: -60px !important; font-size: 2.0rem !important; }
  .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .tbl_time { margin: 0 0 1.0rem; }
.access .tbl_time th:first-child { border-radius: .4rem .4rem 0 0; }
.access .tbl_time th.time { background-color: #fff; }
.access .tbl_time td { background-color: #fff; }
.access .flex2 img { display: block; margin: 0 auto 1.0rem; }
.access .flex_l .tit_04 { margin: 1.0rem 0; }
.access .flex_l .tit_03 { margin: 0 0 1rem; }
.access figure { margin: 0 auto 2.0rem; }
.access figure img { display: block; margin: 0 auto; }
.access figure figcaption { text-align: center; margin: 1.0rem 0; }
@media screen and (min-width: 48em), print { .access .main .tbl_time { font-size: 2.0rem; }
  .access .main .tbl_time tr:first-child th:first-child { border-radius: .4rem 0 0 0; }
  .access .main .tbl_time tr:first-child th:last-child { border-radius: 0 .4rem 0 0; }
  .access .main .tbl_time_cap { width: 50%; }
  .access .main .gmap { width: 50%; height: 50.0rem; margin: 0; }
  .access .flex2 { margin: 2.0rem 0 4.0rem; }
  .access .flex2 .flex_l { width: 48%; }
  .access .lst_ul01 { padding: 0 10rem; }
  .access figure { margin: 0 auto 5.0rem; } }

.aga .price { width: 100%; border-spacing: 0; border-collapse: separate; border-right: 1px solid #3e3f4f; border-bottom: 1px solid #3e3f4f; }
.aga .price td { border-top: 1px solid #3e3f4f; border-left: 1px solid #3e3f4f; vertical-left: middle; padding: 1.0rem; }
@media screen and (min-width: 48em), print { .aga .price { width: auto; } }

@media screen and (min-width: 48em), print { .first .flex_mg { margin: 3.0rem 0; -webkit-align-items: center; align-items: center; }
  .first .flex_mg img { margin: 2.0rem auto; } }

/*# sourceMappingURL=style.css.map */
