@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; 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 { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ""; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.large { font-size: 140%; }

.bold { font-weight: bold; }

.point { font-weight: bold; font-size: 1.4rem; color: #02595f; }
@media all and (min-width: 48em), print { .point { font-size: 1.8rem; } }

.point_slogan { font-weight: bold; font-size: 1.4rem; color: #38509c; }
@media all and (min-width: 48em), print { .point_slogan { font-size: 1.8rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1rem auto; }

@media all and (min-width: 48em), print { .img_l { float: left; margin: 0 2rem 2rem 0; }
  .img_r { float: right; margin: 0 0 2rem 2rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media all and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt50 { margin-top: 5rem !important; }

.mt40 { margin-top: 4rem !important; }

.mt30 { margin-top: 3rem !important; }

.mt20 { margin-top: 2rem !important; }

.mt10 { margin-top: 1rem !important; }

.mt00 { margin-top: 0 !important; }

.mb50 { margin-bottom: 5rem !important; }

.mb40 { margin-bottom: 4rem !important; }

.mb30 { margin-bottom: 3rem !important; }

.mb20 { margin-bottom: 2rem !important; }

.mb10 { margin-bottom: 1rem !important; }

.mb00 { margin-bottom: 0 !important; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4rem; }

.main > .wrap section { margin-top: 3rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2rem; }

@media all and (min-width: 48em), print { .mt50 { margin-top: 10rem !important; }
  .mt40 { margin-top: 8rem !important; }
  .mt30 { margin-top: 6rem !important; }
  .mt20 { margin-top: 4rem !important; }
  .mt10 { margin-top: 2rem !important; }
  .mt00 { margin-top: 0rem !important; }
  .mb50 { margin-bottom: 10rem !important; }
  .mb40 { margin-bottom: 8rem !important; }
  .mb30 { margin-bottom: 6rem !important; }
  .mb20 { margin-bottom: 4rem !important; }
  .mb10 { margin-bottom: 2rem !important; }
  .mb00 { margin-bottom: 0rem !important; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 5rem; }
  .main > .wrap section { margin-top: 6rem; }
  .flex2 > section section ~ section { margin-top: 6rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2rem; } }
.frame_g { display: block; width: 96%; margin: 2.5rem auto 0; padding: 1.7rem 2rem 2rem; background-color: #e2f5e6; }
@media all and (min-width: 48em), print { .frame_g { width: 30%; } }

/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; border-right: 2px solid #009550; border-left: 2px solid #009550; border-top-left-radius: 3px; border-top-right-radius: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tbl_time caption { caption-side: bottom; text-align: left; padding: 0.4rem 0.6rem 0.4rem 0.4rem; background-color: #fff; border-left: 2px solid #009550; border-right: 2px solid #009550; border-bottom: 2px solid #009550; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; line-height: 1.15; font-size: 1.2rem; }
.tbl_time tr th { background-color: #009550; border-top: 2px solid #009550; border-bottom: 2px solid #009550; font-weight: normal; color: #fff; font-size: 1.1rem; padding: 0.8rem 0; }
.tbl_time tr th:first-child { width: 27%; }
.tbl_time tr td { text-align: center; padding: 0.8rem 0; line-height: 1.4; border-bottom: 2px solid #009550; font-size: 1.1rem; background-color: #fff; }
.tbl_time tr td.time { font-size: 1.15rem; background-color: #e2f5e6; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { font-size: 1.6rem; padding: 0.8rem 0.4rem 0.8rem 0; }
  .tbl_time tr th { padding: 1rem 0; font-size: 1.6rem; }
  .tbl_time tr th:first-child { width: 28%; }
  .tbl_time tr th.close { width: auto; }
  .tbl_time tr td { font-size: 1.6rem; }
  .tbl_time tr td.time { text-align: center; font-size: 1.6rem; padding: 1.5rem 0; } }
.tbl_time_1 { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time_1 caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: 0.4rem; }
.tbl_time_1 tr th { padding: 0.4rem 0; background: #ff9999; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time_1 tr th:first-child { width: 35%; }
.tbl_time_1 tr td { text-align: center; padding: 0.6rem 0.4rem; color: #599900; background: #fff; border-bottom: 1px solid 0; line-height: 1; }
.tbl_time_1 tr td.time { color: #222; }

@media all and (min-width: 48em), print { .tbl_time_1 { font-size: 1.6rem; }
  .tbl_time_1 tr th { padding: 1rem 0; font-size: 1.6rem; }
  .tbl_time_1 tr td { padding: 1.8rem 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_p { color: #fff; font-size: 1.8rem; margin: 0 0 1rem; font-weight: bold; padding: 1rem 2rem; background: #0181bd; }

.tit_01 { color: #011835; font-size: 2.2rem; }

.tit_02 { color: #fff; font-size: 1.8rem; margin: 3.5rem 0 1.5rem 0; padding: 0.5rem 0; background: url("../img/h2_bkimg.png") repeat; text-align: left; border-radius: 5px; }
.tit_02::before { content: ""; background: url("../img/h2_icon.png") no-repeat center center/contain; width: 2.3rem; height: 2.3rem; margin-right: 0.5rem; display: inline-block; vertical-align: middle; }

.tit_03 { color: #009550; font-size: 1.65rem; margin: 3rem 0 1rem 0; border-top: 2px solid #009550; border-bottom: 2px solid #009550; padding: 0 0 0.2vw 0; background-color: #fff; }
.tit_03::before { content: ""; display: inline-block; width: 1.6rem; height: 1.6rem; margin: 0 0.8rem; background: url("../img/a_icon_arrow.png") no-repeat center center/contain; vertical-align: -8%; }

.tit_04 { font-size: 1.6rem; margin: 2.5rem 0 1rem 0; padding: 0 0 0.5rem 1rem; color: #009550; border-top: 3px solid #009550; background-color: #e2f5e6; }

.tit_05 { color: #4796cf; font-size: 1.45rem; margin: 1.5rem 0 1rem 0; padding: 0 0 0.25rem 0; border-bottom: 2px dotted #4796cf; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.3rem; }
  .tit_02 { font-size: 2.6rem; margin: 10rem 0 2.5rem 0; }
  .tit_02::before { width: 3.5rem; height: 3.5rem; }
  .tit_03 { font-size: 2.3rem; margin: 4rem 0 2.5rem 0; }
  .tit_03::before { width: 2.2rem; height: 2.2rem; }
  .tit_04 { font-size: 2rem; margin: 3.5rem 0 1.5rem 0; }
  .tit_05 { font-size: 1.9rem; margin: 2.5rem 0 1.3rem 0; } }
/*--------------------------------- リスト回り
-------------------------------------- */
.lst_ul01 li { text-indent: -1.4rem; padding-left: 1.4rem; padding-bottom: 1rem; line-height: 1.4; }
.lst_ul01 li::before { content: "●"; margin-right: 0.3rem; color: #009550; font-size: 70%; vertical-align: 10%; }

.lst_ul02 { padding: 1.7rem 1rem 0.5rem 1.5rem; background-color: #e2f5e6; }
.lst_ul02 li { text-indent: -1.35rem; padding-left: 1.5rem; padding-bottom: 1rem; line-height: 1.4; }
.lst_ul02 li::before { content: "●"; margin-right: 0.4rem; color: #009550; font-size: 60%; vertical-align: 20%; }

.lst_ul03 { padding: 1.5rem 1rem 0.5rem 1.5rem; background-color: #e2f5e6; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.lst_ul03 li { padding: 0 1rem 1rem 0; }
.lst_ul03 li::before { content: "■"; margin-right: 0.4rem; color: #009550; font-size: 60%; vertical-align: 20%; }

.lst_ul03_dl { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.lst_ul03_dl li { padding: 0 1rem 1rem 0; }
.lst_ul03_dl li::before { content: "■"; margin-right: 0.4rem; color: #009550; font-size: 60%; vertical-align: 20%; }

.lst_ul04 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.lst_ul04 li { width: 46%; margin: 1rem 0 0 0; }
.lst_ul04 li a { text-align: center; display: inline-block; width: 100%; height: 100%; padding: 0.3rem 0; text-decoration: none !important; background: #f97f21; color: #fff; border-radius: 5px; border: solid 2px #f4c525; }
.lst_ul04 li a:hover { background-color: #fff; color: #f97f21; font-weight: 500; }

@media all and (min-width: 48em), print { .lst_ul04 li { width: 23.3%; margin: 0; }
  .lst_ul04 li a { font-size: 2rem; } }
.lst_ul05 li:not(:last-child)::after { margin: 2rem auto 0 auto; content: ""; display: block; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #4796cf; }

@media all and (min-width: 48em), print { .lst_ul05 li:not(:last-child)::after { margin: 5rem auto 0 auto; content: ""; display: block; width: 0; height: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 30px solid #4796cf; } }
.lst_ul06 li:not(:last-child)::after { margin: 1.5rem auto 2.5rem auto; content: ""; display: block; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #4796cf; }

@media all and (min-width: 48em), print { .lst_ul06 li:not(:last-child)::after { margin: 2.5rem auto 3.5rem auto; content: ""; display: block; width: 0; height: 0; border-left: 30px solid transparent; border-right: 30px solid transparent; border-top: 30px solid #4796cf; } }
.lst_ul07 li { color: #4796cf; font-weight: bold; margin: 1rem 0; font-size: 1.5rem; }
.lst_ul07 li span { display: inline-block; border-bottom: 1px solid #4796cf; padding-bottom: 0; }

@media all and (min-width: 48em), print { .lst_ul07 li { font-size: 1.9rem; } }
.lst_ol01 { counter-reset: number; list-style-type: none !important; /*数字を一旦消す*/ padding: 0 1rem; }
.lst_ol01 li { padding-bottom: 1rem; text-indent: -3.2rem; padding-left: 2.2rem; }
.lst_ol01 li::before { counter-increment: number; content: counter(number); /*数字のデザイン変える*/ display: inline-block; background: #74c2f8; border-radius: 5px; color: #fff; left: 0; bottom: 0; width: 2.5rem; height: 2.5rem; text-align: center; margin-right: 0.5rem; line-height: 2.5rem; text-indent: -2.2rem; padding-left: 2.2rem; }

.lst_ol02 { counter-reset: number; list-style-type: none !important; /*数字を一旦消す*/ padding: 0 1rem; }
.lst_ol02 li { padding-bottom: 1rem; padding-left: 1.5rem; position: relative; }
.lst_ol02 li::before { counter-increment: number; content: counter(number); position: absolute; display: inline-block; left: 0; }

@media all and (min-width: 48em), print { .lst_ol01 { padding: 1rem; }
  .lst_ol01 li { padding-bottom: 1.5rem; }
  .lst_ol01 li::before { width: 2.5rem; height: 2.5rem; text-align: center; margin-right: 1rem; line-height: 2.5rem; } }
.lst_dl01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0; }
.lst_dl01 dt { width: 100%; }
.lst_dl01 dt::before { content: "●"; margin-right: 0.3rem; color: #009550; font-size: 70%; vertical-align: 10%; }
.lst_dl01 dd { width: 100%; margin: 0; padding: 0 0 0 1.3rem; }

@media all and (min-width: 48em), print { .lst_dl01 { margin: 0; }
  .lst_dl01 dt { width: 10%; padding: 0 0 0.6rem 0; }
  .lst_dl01 dd { width: 88%; margin: 0; padding: 0 0 0.6rem 0; } }
.lst_dl02 { border: 1px solid #a1d3ac; margin: 0; }
.lst_dl02 dt { background-color: #e2f5e6; border-top: 1px solid #a1d3ac; border-bottom: 1px solid #a1d3ac; font-weight: bold !important; }
.lst_dl02 dt p { padding: 0.8rem 0.5rem; margin: 0; font-weight: bold; }
.lst_dl02 dt p.sub_tit { background-color: rgba(226, 245, 230, 0.5); border-top: 1px solid #a1d3ac; padding: 0.5rem; font-weight: normal; }
.lst_dl02 dt:first-child { border-top: none; }
.lst_dl02 dd { padding: 1rem 0; margin-left: 2rem; }

.lst_dl03 { margin: 0; }
.lst_dl03 dt { font-weight: bold; }
.lst_dl03 dd { margin-left: 0; }

/* -------------------------- バナー関係
-----------------------------*/
.link_box { width: 100%; padding: 0.5rem 1rem; margin: 2em auto; color: #313131; background: #e6e6e6; /*背景色*/ border-top: solid 6px #3ab6be; -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32); /*影*/ }
.link_box .tit { border-bottom: 1px dashed #3ab6be; text-align: center; font-weight: bold; padding-bottom: 0.5rem; }
.link_box .tit::before { content: "\f08e"; font-family: "fontello"; margin-right: 0.5rem; }
.link_box .text { display: inline-block; color: #3ab6be; font-weight: bold; }
.link_box .text a { text-decoration: none !important; }
.link_box .text::before { content: "\e818"; font-family: "fontello"; margin-right: 0.5rem; }

@media all and (min-width: 48em), print { .link_box { width: 90%; margin: 1em auto; } }
.link_btn { display: inline-block; padding: 0.5rem 2rem; text-decoration: none !important; background: #32b8ba; color: #fff; border-radius: 5px; border: solid 2px #e2f5e6; -webkit-box-shadow: 1px 2px 1px 1px #ccc; box-shadow: 1px 2px 1px 1px #ccc; }
.link_btn::before { content: "\e818"; font-family: "fontello"; margin-right: 0.3rem; }

/* フレックス回り -------------------------------------- */
@media all and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > ul, .flex2 > li { width: 48%; margin: 0 !important; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc(100vw / 32); font-family: 'Noto Sans JP', sans-serif; overflow: auto; }

body { background: #fff; color: #292929; overflow: hidden; letter-spacing: 1px; }

a { color: inherit; text-decoration: none; }

h1 { text-align: center; font-weight: bold; }

h2 { text-align: center; font-size: 2rem; padding: 0 0 1rem 0; }

h3 { font-size: 1.8rem; }

.main { font-size: 1.4rem; line-height: 1.6; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

.wrap { padding: 0 1rem; margin: auto; }

@media all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1300px; letter-spacing: 2px; }
  a { -webkit-transition: 0.2s; transition: 0.2s; }
  a:hover { opacity: 0.8; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 2.5rem; }
  .wrap { width: 1300px; margin: auto; }
  .main { font-size: 1.6rem; } }
@media all and (min-width: 48em) and (max-width: 80em), print { .wrap { width: 1300px; margin: auto; padding: 0 1rem; } }
/* アイコンフォント -------------------------------------- */
@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 { padding: 1rem 0; }
.header .wrap { padding: 0 1rem; }
.header .wrap .head_l { width: 100%; }
.header .wrap .head_l .logo { height: 5rem; }
.header .wrap .head_l .logo a { display: block; width: 100%; height: 100%; }
.header .wrap .head_l .logo a img { margin: 0.9rem 0 0 0; max-width: 82% !important; }
.header .wrap .head_r { text-align: center; }
.header .wrap .head_r .infobox div { margin: 0 0 0.5rem 0; }
.header .wrap .head_r .infobox_p .parking { color: #008cd6; font-size: 1.4rem; }
.header .wrap .head_r .infobox_p .parking::before { content: ""; display: inline-block; background: url("../img/a_icon_parking.png") no-repeat center center/contain; width: 1.5rem; height: 1.5rem; margin-right: 0.3rem; vertical-align: -16%; }
.header .wrap .head_r .infobox_address { font-size: 1.5rem; }
.header .wrap .head_r .infobox_tel .tel_text { font-size: 2.3rem; }
.header .wrap .head_r .infobox_tel .tel { font-size: 2.8rem; }

@media all and (min-width: 48em), print { .header { padding-top: 2rem; padding-bottom: 2rem; }
  .header .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; } }
@media all and (min-width: 48em) and (min-width: 48em) and (max-width: 80em), print { .header .wrap { padding: 0 1rem; } }
@media all and (min-width: 48em), print { .header .wrap .head_l { width: 75%; }
  .header .wrap .head_l .logo { width: 100%; height: 100%; }
  .header .wrap .head_l .logo a img { margin: 0; max-width: 100% !important; }
  .header .wrap .head_r { text-align: left; width: 25%; }
  .header .wrap .head_r .infobox div { margin: 0 0 0.5rem 0; }
  .header .wrap .head_r .infobox_p .parking { color: #008cd6; font-size: 1.6rem; }
  .header .wrap .head_r .infobox_p .parking::before { content: ""; display: inline-block; background: url("../img/a_icon_parking.png") no-repeat center center/contain; width: 1.6rem; height: 1.6rem; margin-right: 0.3rem; vertical-align: -8%; }
  .header .wrap .head_r .infobox_tel .tel_text { font-size: 2.3rem; }
  .header .wrap .head_r .infobox_tel .tel { font-size: 2.8rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 9999; /* Toggle Btn */ /* 展開部 SP */ }
.slicknav_menu .slicknav_btn { width: 4.8rem; height: 4.8rem; color: #fff; background: #009550; text-shadow: none; border-radius: 0; text-align: center; line-height: 1; margin: 1.35rem 0.8rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: "fontello"; content: "\e802"; line-height: 0.8; }
.slicknav_menu .slicknav_btn::after { display: block; content: "MENU"; font-size: 1rem; }
.slicknav_menu .slicknav_btn.slicknav_open { background-color: #009550; color: #fff; /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: "fontello"; content: "\e803"; line-height: 0.8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: "CLOSE"; font-size: 1rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: none; position: absolute; top: 7rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { background-color: #009550; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; padding: 1rem 0; font-size: 1.6rem; position: relative; color: #fff; }
.slicknav_menu .slicknav_nav .gnav li a.treatment { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li a.treatment::after { font-family: "fontello"; content: "\e816"; display: inline-block; padding: 0 0.8rem; font-size: 2.2rem; position: absolute; top: -1.2rem; right: -0.4rem; text-align: center; line-height: 2.2; }
.slicknav_menu .slicknav_nav .gnav li a.clinic_parent { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li a.clinic_parent::after { font-family: "fontello"; content: "\e816"; display: inline-block; padding: 0 0.8rem; font-size: 2.2rem; position: absolute; top: -1.2rem; right: -0.4rem; text-align: center; line-height: 2.2; }
.slicknav_menu .slicknav_nav .gnav > li { border-bottom: 1px solid #fff; }
.slicknav_menu .slicknav_nav .gnav > li > a:hover { background: none; font-weight: bold; }
.slicknav_menu .slicknav_nav .gnav li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent ul { margin: 0; }
.slicknav_menu .slicknav_nav .gnav.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav .sub { margin: 0; background-color: #e2f5e6; }
.slicknav_menu .slicknav_nav .gnav .sub li { padding-left: 2rem; border-bottom: 1px dotted #fff; }
.slicknav_menu .slicknav_nav .gnav .sub li a { color: #009550; }
.slicknav_menu .slicknav_nav .gnav .sub li a::before { content: "\f138"; font-family: "fontello"; margin-right: 0.5rem; }
.slicknav_menu .slicknav_nav .gnav .sub li a:hover { font-weight: bold; color: #fff; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open a.treatment::after, .slicknav_menu .slicknav_nav .gnav li.slicknav_open a.clinic_parent::after { font-family: "fontello"; content: "\e817"; display: inline-block; padding: 0 0.8rem; font-size: 2.2rem; }

.slicknav_menu .slicknav_nav .gnav li:hover { background: #009550; }

.slicknav_item.slicknav_row { padding: 0; }

.slicknav_nav .slicknav_row:hover { background: #009550; }

.slicknav_nav a:hover { background: #009550; color: #fff; }

.slicknav_icon, .slicknav_icon-bar, .slicknav_arrow, .slicknav_row:after { display: none !important; }

.slicknav_nav a { margin: 0px 5px; }

#nav { display: none; }

.gnav li a { color: #009550; }
.gnav li.treat_point { cursor: pointer; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background-color: #009550; }
  #nav .gnav { width: 1300px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #nav .gnav li { position: relative; }
  #nav .gnav li .sub { position: absolute; width: 26rem; right: -6rem; background: #fff; display: none; z-index: 999; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px rgba(59, 89, 146, 0.4); box-shadow: 0px 0px 5px 5px rgba(59, 89, 146, 0.4); display: none; }
  #nav .gnav li .sub li { text-align: center; }
  #nav .gnav li .sub li a { display: block; width: 100%; height: 100%; padding: 1.5rem 0; background-color: #e2f5e6; color: #009550; border-bottom: 1px solid #a1d3ac; }
  #nav .gnav li .sub li a:hover { color: #fff; font-weight: bold; background-color: #009550; }
  #nav .gnav li a { display: block; width: 100%; height: 100%; font-size: 1.6rem; padding: 0.8rem 0; }
  #nav .gnav > li > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1.6rem 2.5rem; width: 100%; height: 100%; color: #fff; }
  #nav .gnav > li.treat_point { cursor: pointer; }
  #nav .gnav > li.treat_point a.treatment::after { content: ""; display: inline-block; width: 1.3rem; height: 1.3rem; background: url("../img/a_icondown.png") no-repeat center center/contain; line-height: 1.2rem; margin-left: 0.3rem; }
  #nav .gnav > li.treat_point a.treatment.active::after { background: url("../img/a_iconup.png") no-repeat center center/contain; }
  #nav .gnav > li.clinic_point { cursor: pointer; }
  #nav .gnav > li.clinic_point a.clinic_parent::after { content: ""; display: inline-block; width: 1.3rem; height: 1.3rem; background: url("../img/a_icondown.png") no-repeat center center/contain; line-height: 1.2rem; margin-left: 0.3rem; }
  #nav .gnav > li.clinic_point a.clinic_parent.active::after { background: url("../img/a_iconup.png") no-repeat center center/contain; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2rem 0; font-size: 1.4rem; border-top: 1px solid #cccccc; }
.overview .wrap .overview_l .clinic_name { text-align: center; margin: 0 auto 2rem auto; width: 100%; }
.overview .wrap .overview_l .infobox div { margin: 0 0 0.5rem 0; }
.overview .wrap .overview_l .infobox_p .parking { color: #008cd6; }
.overview .wrap .overview_l .infobox_p .parking::before { content: ""; display: inline-block; background: url("../img/a_icon_parking.png") no-repeat center center/contain; width: 1.5rem; height: 1.5rem; margin-right: 0.3rem; vertical-align: middle; }
.overview .wrap .overview_l .infobox_tel .tel_text { font-size: 2.3rem; }
.overview .wrap .overview_l .infobox_tel .tel { font-size: 2.8rem; }
.overview .wrap .overview_l .overview_list { margin: 2rem 0; }
.overview .wrap .overview_l .overview_list ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 1rem 0; }
.overview .wrap .overview_l .overview_list ul li span:nth-child(1) { -ms-flex-negative: 0; flex-shrink: 0; margin-right: 0.6rem; }
.overview .wrap .overview_l .overview_table { padding: 0 0 2rem 0; }
.overview .wrap .overview_r .gmap { text-align: center; padding: 0.5rem 0 0 0; }
.overview .wrap .overview_r .gmap iframe { height: 30rem; }

@media all and (min-width: 48em), print { .overview { padding: 10rem 0; font-size: 1.6rem; }
  .overview .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview .wrap .overview_l { width: 39%; }
  .overview .wrap .overview_l .clinic_name { text-align: center; margin: 0 auto 2rem auto; width: 100%; }
  .overview .wrap .overview_l .infobox div { margin: 0 0 0.5rem 0; }
  .overview .wrap .overview_l .infobox_p .parking { color: #008cd6; }
  .overview .wrap .overview_l .infobox_p .parking::before { content: ""; display: inline-block; background: url("../img/a_icon_parking.png") no-repeat center center/contain; width: 1.6rem; height: 1.6rem; margin-right: 0.3rem; vertical-align: -8%; }
  .overview .wrap .overview_l .infobox_tel .tel_text { font-size: 2.3rem; }
  .overview .wrap .overview_l .infobox_tel .tel { font-size: 2.8rem; }
  .overview .wrap .overview_l .overview_list { margin: 2rem 0; }
  .overview .wrap .overview_l .overview_list ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; margin: 1rem 0; }
  .overview .wrap .overview_l .overview_list ul li span:nth-child(1) { -ms-flex-negative: 0; flex-shrink: 0; margin-right: 0.6rem; }
  .overview .wrap .overview_l .overview_table { padding: 1rem 0 2rem 0; }
  .overview .wrap .overview_r { width: 56%; }
  .overview .wrap .overview_r .gmap iframe { border-radius: 5px; height: 49.5rem; margin-bottom: -0.7rem; } }
/* ページUP -------------------------------------- */
.rsv_up { background-color: rgba(255, 255, 255, 0.8); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 0; left: 0; width: 100%; padding: 1rem; font-size: 1.5rem; text-align: center; }
.rsv_up div { background-color: #32b8ba; color: #fff; width: 48.5%; }
.rsv_up .tel_box .tel { display: block; width: 100%; height: 100%; padding: 1rem 0; }
.rsv_up .tel_box .tel::before { content: "\e809"; font-family: "fontello"; margin: 0 0.2rem; }
.rsv_up .gotop a { display: block; width: 100%; height: 100%; padding: 1rem 0; }

@media all and (min-width: 48em), print { .rsv_up { bottom: -90rem; }
  .pageup { cursor: pointer; position: fixed; bottom: 2rem; right: 2rem; }
  .pageup a { display: block; font-size: 2.5rem; text-align: center; width: 100%; } }
/* フッター -------------------------------------- */
.footer { padding-bottom: 5.8rem; background-color: #e2f5e6; }
.footer .copy { display: block; padding: 1rem; font-size: 1.4rem; font-weight: normal; text-align: center; }
.footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding: 3rem 0 0rem 0; }
  .footer .wrap ul { display: block; }
  .footer .wrap ul li { display: inline-block; font-size: 1.4rem; background: none !important; border: none !important; padding-bottom: 1rem; }
  .footer .wrap ul li::after { content: none; }
  .footer .wrap ul li:not(:last-child)::after { content: "|"; margin: 0 0.5rem; }
  .footer .wrap ul li a { opacity: 1; background: none; line-height: 1.4; }
  .footer .wrap ul li a:hover { text-decoration: underline; }
  .footer .copy { width: 100%; padding: 2.1rem 0; text-align: left; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* 共通項目 -------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl { margin: 0; max-width: 100%; }
.keyvsl #slider { height: 13rem; position: relative; background-size: cover; background-position: center center; }
.keyvsl #slider > div:nth-of-type(1) { margin-top: -0.5px; }
.keyvsl #slider .wrap { height: 100%; position: relative; }
.keyvsl #slider .wrap .catch { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; }
.keyvsl #slider .wrap .catch p { text-align: center; font-size: 1.5rem; color: #a37812; text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; }

@media all and (min-width: 48em), print { .keyvsl #slider { height: 600px; }
  .keyvsl #slider .wrap { position: relative; }
  .keyvsl #slider .wrap .catch { position: absolute; left: 50%; top: 35%; }
  .keyvsl #slider .wrap .catch p { font-size: 2.7rem; }
  .keyvsl #slider .wrap .pop_pc .pop_1 { width: 40%; position: absolute; bottom: 1.5vw; left: 2.8vw; }
  .keyvsl #slider .wrap .pop_pc .pop_2 { position: absolute; bottom: 1.5vw; right: 11.5vw; color: #fff; background-color: rgba(47, 168, 113, 0.85); border-radius: 50%; display: inline-block; width: 20rem; height: 20rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p { margin: 0; font-size: 2rem; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p span { font-size: 2.7rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p span:nth-of-type(3) { font-size: 1.8rem; color: #2fa871; border-radius: 50%; background-color: #fff; width: 2.5rem; height: 2.5rem; display: inline-block; line-height: 2.5rem; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p:nth-of-type(3) { font-size: 3.6rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_3 { position: absolute; bottom: 1.5vw; right: 0.5vw; color: #fff; background-color: rgba(86, 195, 198, 0.85); border-radius: 50%; display: inline-block; width: 20rem; height: 20rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p { margin: 0; font-size: 2rem; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p span { font-size: 2.7rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p span:nth-of-type(3) { font-size: 1.8rem; color: #2fa871; border-radius: 50%; background-color: #fff; width: 2.5rem; height: 2.5rem; display: inline-block; line-height: 2.5rem; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p:nth-of-type(4) { font-size: 2.8rem; font-weight: bold; } }
@media all and (min-width: 48em) and (max-width: 80em), print { .keyvsl #slider { height: 400px; }
  .keyvsl #slider .wrap { position: relative; }
  .keyvsl #slider .wrap .catch { position: absolute; left: 50%; top: 35%; }
  .keyvsl #slider .wrap .catch p { font-size: 2.5rem; }
  .keyvsl #slider .wrap .pop_pc .pop_1 { width: 37%; position: absolute; bottom: 1.5vw; left: 22.5vw; }
  .keyvsl #slider .wrap .pop_pc .pop_1 .tbl_time tr th { padding: 0.8rem 0; }
  .keyvsl #slider .wrap .pop_pc .pop_1 .tbl_time tr td { text-align: center; padding: 0.8rem 0; }
  .keyvsl #slider .wrap .pop_pc .pop_1 .tbl_time tr td.time { background-color: #e2f5e6; }
  .keyvsl #slider .wrap .pop_pc .pop_2 { position: absolute; bottom: 1.5vw; right: 21.5vw; color: #fff; background-color: rgba(47, 168, 113, 0.85); border-radius: 50%; display: inline-block; width: 18rem; height: 18rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p { margin: 0; font-size: 1.8rem; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p span { font-size: 2.5rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p span:nth-of-type(3) { font-size: 1.6rem; color: #2fa871; border-radius: 50%; background-color: #fff; width: 2.5rem; height: 2.5rem; display: inline-block; line-height: 2.2rem; }
  .keyvsl #slider .wrap .pop_pc .pop_2 p:nth-of-type(3) { font-size: 3.3rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_3 { position: absolute; bottom: 1.5vw; right: 1.5vw; color: #fff; background-color: rgba(86, 195, 198, 0.85); border-radius: 50%; display: inline-block; width: 18rem; height: 18rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p { margin: 0; font-size: 1.8rem; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p span { font-size: 2.5rem; font-weight: bold; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p span:nth-of-type(3) { font-size: 1.6rem; color: #2fa871; border-radius: 50%; background-color: #fff; width: 2.5rem; height: 2.5rem; display: inline-block; line-height: 2.2rem; }
  .keyvsl #slider .wrap .pop_pc .pop_3 p:nth-of-type(4) { font-size: 2.7rem; font-weight: bold; } }
/* コロナ対策バナー -------------------------------------- */
/* 開院お知らせSP -------------------------------------- */
.pop_sp { padding: 2rem 0 0 0; }
.pop_sp .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.pop_sp .pop_2 { margin: 0 0 1.5rem 0; color: #fff; background-color: #2fa871; border-radius: 50%; display: inline-block; width: 10.5rem; height: 10.5rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.pop_sp .pop_2 p { margin: 0; font-size: 1.2rem; }
.pop_sp .pop_2 p span { font-size: 1.4rem; font-weight: bold; }
.pop_sp .pop_2 p span:nth-of-type(3) { font-size: 1rem; color: #2fa871; border-radius: 50%; background-color: #fff; display: inline-block; width: 1.45rem; height: 1.45rem; line-height: 1.45rem; }
.pop_sp .pop_2 p:nth-of-type(3) { font-size: 1.9rem; font-weight: bold; }
.pop_sp .pop_3 { margin: 0 0 1.5rem 0; color: #fff; background-color: #56c3c6; border-radius: 50%; display: inline-block; width: 10.5rem; height: 10.5rem; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.pop_sp .pop_3 p { margin: 0; font-size: 1.2rem; }
.pop_sp .pop_3 p span { font-size: 1.4rem; font-weight: bold; }
.pop_sp .pop_3 p span:nth-of-type(3) { font-size: 1rem; color: #56c3c6; border-radius: 50%; background-color: #fff; display: inline-block; text-align: center; width: 1.45rem; height: 1.45rem; line-height: 1.45rem; }
.pop_sp .pop_3 p:nth-of-type(4) { font-size: 1.5rem; font-weight: bold; }
.pop_sp .pop_1 { width: 100%; }

/* お知らせ -------------------------------------- */
.info { padding: 0.1rem 0 3rem 0; }
.info .info_inner dl { margin: 0; padding: 0.5rem; width: 100%; }
.info .info_inner dl dt.news_title { font-weight: 400; color: #009550; font-size: 1.6rem; line-height: 1.3; padding: 1rem 0 0 0; }
.info .info_inner dl dt.news_title::after { content: ""; display: inline-block; background: url("../img/a_icondown.png") no-repeat center center/contain; width: 1.2rem; height: 1.2rem; margin-left: 0.3rem; }
.info .info_inner dl dt.news_title.open::after { content: ""; display: inline-block; background: url("../img/a_iconup.png") no-repeat center center/contain; width: 1.2rem; height: 1.2rem; margin-left: 0.3rem; }
.info .info_inner dl dt.news_title span.new { display: none; }
.info .info_inner dl dt.news_title span.info_date { display: none; }
.info .info_inner dl dd { margin: 0 0 0.5rem 0; padding: 0 0 1.5rem; border-bottom: 1px solid #ccc; }
.info .info_inner dl dd:nth-of-type(n+4) { display: none; }
.info .info_inner dl dd p { margin: 0.5rem 0; }

@media all and (min-width: 48em), print { .info { padding: 0 0 8rem 0; }
  .info h2 { margin: 10rem 0 0.5rem 0; }
  .info .info_inner dl dt { font-size: 1.9rem; } }
/*  診療案内
-------------------------------------- */
body.index .main .treatment { background-color: #e2f5e6; padding: 0.1rem 0 3rem 0; }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li { text-align: center; height: 11rem; width: 47%; overflow: hidden; margin: 1rem 0; }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100%; text-decoration: none; background-color: #fff; border: 1px solid #a1d3ac; color: #009550; border-radius: 10px; }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a span { margin-top: 0.3rem; font-size: 1.2rem; }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.internal::before { background: url("../img/top_treatment_naika.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.internal::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.ctd::before { background: url("../img/top_treatment_riumachi.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.ctd::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.allergy::before { background: url("../img/top_treatment_arerugi.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.allergy::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.lifestyle::before { background: url("../img/top_treatment_seikatu.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.lifestyle::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.rheumarthritis::before { background: url("../img/top_treatment_kansetu.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; width: 7.5rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.rheumarthritis::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.rheumarthritis::before { width: 16.5rem; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.asthma::before { background: url("../img/top_treatment_zensoku.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.asthma::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.vaccination::before { background: url("../img/top_treatment_yobo.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.vaccination::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.examination::before { background: url("../img/top_treatment_checkup.png") no-repeat; content: ""; background-size: contain; display: block; width: 3.5rem; height: 3.5rem; margin: 0 0 1rem 0; background-position: center center; }
@media all and (min-width: 48em), print { body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a.examination::before { width: 7.5rem; height: 7.5rem; margin: 0.5rem 0 1.5rem 0; } }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner { margin: 2rem 0; border: 3px solid #fff; border-radius: 10px; background: url("../img/top_treatment_01.png") no-repeat center center/cover; }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner.info_inner_l { background: url("../img/top_treatment_02.png") no-repeat center center/cover; }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl { padding: 9rem 0.5rem 0.5rem 0.5rem; line-height: 1.2; margin: 0.5rem 0; }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dt { color: #009550; font-size: 1.3rem; }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dt::before { content: ""; background: url("../img/a_icon_ki.png") no-repeat center center/contain; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: -10%; }
body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dd { margin: 0.5rem 0 0 0; font-size: 1.2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment { padding: 0.1rem 0 10rem 0; }
  body.index .main .treatment .wrap .treatment_menu .sidebar { width: 100%; margin: auto; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub::after { content: ""; display: block; width: 22%; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub li { width: 22%; height: 18.5rem; margin: 0 0 5rem 0; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub li::after { width: 5rem; height: 5rem; bottom: -11%; right: -11%; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a { font-size: 1.9rem; }
  body.index .main .treatment .wrap .treatment_menu .sidebar .sub li a span { font-size: 1.9rem; }
  body.index .main .treatment .wrap .treatment_info .info_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  body.index .main .treatment .wrap .treatment_info .info_box .info_inner { margin: 0; width: 48%; }
  body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl { padding: 24rem 4rem 2rem 4rem; }
  body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dt { color: #009550; font-size: 1.9rem; }
  body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dt::before { content: ""; background: url("../img/a_icon_ki.png") no-repeat center center/contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin-right: 0.3rem; vertical-align: -10%; }
  body.index .main .treatment .wrap .treatment_info .info_box .info_inner dl dd { margin: 0.5rem 0 0 0; font-size: 1.6rem; } }

/* intro 当院の特長
-------------------------------------- */
.intro { padding: 0 0 3rem 0; }
.intro .wrap { padding: 0 1rem; }
.intro .wrap .intro_inner .inner_box { padding: 1.5rem 0 0 0; }
.intro .wrap .intro_inner .inner_box .inner_pic { width: 60%; margin: 0 auto; }
.intro .wrap .intro_inner .inner_box .inner_text { padding: 0.5rem 0 0 0; }
.intro .wrap .intro_inner .inner_box .inner_text h3 { color: #009550; text-align: center; line-height: 1.3; font-size: 1.6rem; }
.intro .wrap .intro_inner .inner_box .inner_text p { margin: 0.5rem 0; }

@media all and (min-width: 48em), print { .intro { padding-bottom: 8rem; }
  .intro .wrap .intro_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .intro .wrap .intro_inner .inner_box { width: 26%; padding: 1rem 0 0 0; }
  .intro .wrap .intro_inner .inner_box .inner_pic { width: 70%; margin: 0 auto; }
  .intro .wrap .intro_inner .inner_box .inner_text { padding: 1rem 0 0 0; }
  .intro .wrap .intro_inner .inner_box .inner_text h3 { color: #009550; text-align: center; line-height: 1.3; font-size: 1.9rem; }
  .intro .wrap .intro_inner .inner_box .inner_text p { margin: 0.5rem 0; } }
/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 1rem 0 4rem 0; }
body:not(.index) .main .wrap { padding: 0 1rem; }
body:not(.index) .main .img_c.kaso { width: 80%; }

@media all and (min-width: 48em), print { body:not(.index) .main { padding: 1.5rem 0 8rem 0; }
  body:not(.index) .main .wrap { padding: 0; } }
@media all and (min-width: 48em) and (min-width: 48em) and (max-width: 80em), print { body:not(.index) .main .wrap { padding: 0 1rem; } }
@media all and (min-width: 48em), print { body:not(.index) .main .img_c.kaso { width: 50%; } }
/* -------------------
下層ページKV設定
------------------- */
body:not(.index) .keyvsl_kaso { background: url("../img/a_kaso_kv.png") repeat; }
body:not(.index) .keyvsl_kaso h1 { padding: 3rem 0; }
@media all and (min-width: 48em), print { body:not(.index) .keyvsl_kaso h1 { padding: 7rem 0; } }
@media all and (min-width: 48em) and (max-width: 80em), print { body:not(.index) .keyvsl_kaso h1 { padding: 5rem 0; } }

/* ---------------------- サイドバーに関する設定
------------------------ */
body:not(.index) .treatment_menu .sidebar_menu { border-radius: 10px; overflow: hidden; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }
body:not(.index) .treatment_menu .sidebar_menu .tit { color: #fff; text-align: center; font-size: 2rem; margin: 0; font-weight: bold; background-color: #011835; padding: .5rem 0; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .tit { padding: 1.5rem 0; } }
body:not(.index) .treatment_menu .sidebar_menu .sub { background: #1562ac !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body:not(.index) .treatment_menu .sidebar_menu .sub li { width: 50%; border-bottom: 1px solid #fff; }
body:not(.index) .treatment_menu .sidebar_menu .sub li:nth-child(n+11) { border-bottom: none; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li:nth-child(n+11) { border-bottom: 1px solid #fff; } }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li:last-child { border-bottom: none; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a { text-decoration: none; display: block; width: 100%; height: 100%; padding: 1rem; color: #fff; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a::before { content: ""; display: inline-block; width: 3rem; height: 3rem; margin: 0 0.3rem; vertical-align: middle; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a::before { margin: 0 0.6rem 0 0.2rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::before { background: url("../img/top_treatment_1.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.respiratory::before { background: url("../img/top_treatment_2.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.allergy::before { background: url("../img/top_treatment_3.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.dermatology::before { background: url("../img/top_treatment_4.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.pediatrics::before { background: url("../img/top_treatment_5.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination::before { background: url("../img/top_treatment_6.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.examination::before { background: url("../img/top_treatment_7.png") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.immunotherapy::before { background: url("../img/top_treatment_8.png") no-repeat center center/contain; margin-right: 0.3rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.immunotherapy::before { width: 3rem; height: 3rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.immunotherapy, body:not(.index) .treatment_menu .sidebar_menu .sub li a.dermatology { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.3rem; padding: 0.25rem 0 0.25rem 0.9rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.immunotherapy, body:not(.index) .treatment_menu .sidebar_menu .sub li a.dermatology { display: block; font-size: 1.8rem; }
  body:not(.index) .treatment_menu .sidebar_menu .sub li a.immunotherapy .footer_n, body:not(.index) .treatment_menu .sidebar_menu .sub li a.dermatology .footer_n { display: none; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a:hover { background-color: rgba(21, 98, 172, 0.65); }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .main_contents { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

body.internal .main .columns .sidebar_contents .sidebar .sub li a.internal, body.gastro .main .columns .sidebar_contents .sidebar .sub li a.gastro, body.lifestyle .main .columns .sidebar_contents .sidebar .sub li a.lifestyle, body.hypertension .main .columns .sidebar_contents .sidebar .sub li a.high_blood, body.diabetes .main .columns .sidebar_contents .sidebar .sub li a.diabetes, body.hyperlipidemia .main .columns .sidebar_contents .sidebar .sub li a.dyslipidemia, body.gout .main .columns .sidebar_contents .sidebar .sub li a.hyperuricemia, body.endoscopy .main .columns .sidebar_contents .sidebar .sub li a.gastrocamera, body.ultrasonography .main .columns .sidebar_contents .sidebar .sub li a.echo, body.inspection .main .columns .sidebar_contents .sidebar .sub li a.check, body.vaccination .main .columns .sidebar_contents .sidebar .sub li a.vaccination, body.checkup .main .columns .sidebar_contents .sidebar .sub li a.examination { background-color: rgba(21, 98, 172, 0.3); }

@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/*--------------------- ドクター紹介
-----------------------*/
.doctor .img_box img { width: 40%; }

@media all and (min-width: 48em), print { .doctor .img_box { text-align: center; }
  .doctor .img_box img { display: inline-block; width: 20%; margin: 0 2rem; } }
/*---------------------- クリニック紹介 ---------------------- */
.clinic .gallery_box .item img { width: 60%; }
.clinic .gallery_box .item img.change_size { width: 50%; }
.clinic .gallery_box .item p { text-align: center; margin: 0 0 2.5rem 0; }

@media all and (min-width: 48em), print { .clinic .gallery_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic .gallery_box .item { width: 45%; }
  .clinic .gallery_box .item img { width: 68%; }
  .clinic .gallery_box .item img.change_size { width: 30%; }
  .clinic .gallery_box .item p { text-align: center; margin: 0 0 2.5rem 0; } }
#clinicslide, #clinicslide_1, #clinicslide_2 { margin-bottom: 1rem; }
#clinicslide img, #clinicslide p, #clinicslide_1 img, #clinicslide_1 p, #clinicslide_2 img, #clinicslide_2 p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

/* 診療案内 */
body:not(.index) .treatment_menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media all and (min-width: 48em), print { body:not(.index) .treatment_menu { margin-top: 4rem; }
  body:not(.index) .treatment_menu .sidebar_menu { width: 25%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar { width: 100%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar .sub li { width: 100%; }
  body:not(.index) .treatment_menu .sidebar_menu .sidebar .sub li a { padding: 1.5rem; }
  body:not(.index) .treatment_menu .main_contents { width: 70%; margin-top: 0; } }
.internal .sidebar_menu .sub a.internal, .respiratory .sidebar_menu .sub a.respiratory, .allergy .sidebar_menu .sub a.allergy, .dermatology .sidebar_menu .sub a.dermatology, .pediatrics .sidebar_menu .sub a.pediatrics, .vaccination .sidebar_menu .sub a.vaccination, .examination .sidebar_menu .sub a.examination, .immunotherapy .sidebar_menu .sub a.immunotherapy { background-color: rgba(3, 104, 110, 0.8); }

/*------------------------- 初めての方へ --------------------------- */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media all 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 .gmap { height: 30.0rem; margin: 1.5rem 0; }
.access .tbl_time caption { text-align: left; padding: 0.4rem 0 0.4rem 0.4rem; }
.access .parking_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.access .parking_box .item { width: 100%; margin: 0 0 1rem 0; }
.access .parking_box .item img { width: 80%; }

@media all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.6rem; padding: 0.8rem 0 0.8rem 0.4rem; }
  .access .tbl_time td { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; padding: 1.5rem 0; }
  .access .gmap { height: 50.0rem; margin: 2.0rem 0 7rem 0; }
  .access .parking_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .access .parking_box .item { width: 47%; margin: 0 0 2.5rem 0; }
  .access .parking_box .item img { width: 80%; } }
.lifestyle h2.small_h2 { font-size: 1.4rem; }

@media all and (min-width: 48em), print { .lifestyle h2.small_h2 { font-size: 2.6rem; } }
.endoscopy .inner_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.endoscopy .inner_box ul { display: block; width: 60%; }
.endoscopy .inner_box .img_box { width: 40%; }

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