@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; }

.point { font-weight: bold; font-size: 1.4rem; }
@media all and (min-width: 48em), print { .point { font-size: 1.8rem; } }

.point_blue { font-weight: bold; font-size: 1.4rem; color: #389dd8; }
@media all and (min-width: 48em), print { .point_blue { font-size: 1.8rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media all and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media all 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; }

.mt05 { margin-top: 0.5rem; }

.mt0 { margin-top: 0 !important; }

.mb40 { margin-bottom: 4.0rem; }

.mb30 { margin-bottom: 3.0rem; }

.mb20 { margin-bottom: 2.0rem; }

.mb10 { margin-bottom: 1.0rem; }

.mb05 { margin-bottom: 0.5rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media all 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; }
  .mt05 { margin-top: 1.0rem; }
  .mb40 { margin-bottom: 8.0rem; }
  .mb30 { margin-bottom: 6.0rem; }
  .mb20 { margin-bottom: 4.0rem; }
  .mb10 { margin-bottom: 2.0rem; }
  .mb05 { margin-bottom: 1.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 5.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; text-align: center; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr { border-bottom: 1px solid #e5e5e5; }
.tbl_time tr th { padding: 0.8rem .4rem; font-weight: normal; }
.tbl_time tr th:first-child { width: 38%; text-align: center; }
.tbl_time tr td { padding: .6rem .4rem; border-top: 1px solid #e5e5e5; line-height: 1.0; }
.tbl_time tr td.time { text-align: right; padding-right: 6.5%; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { font-size: 100%; }
  .tbl_time tr th { padding: 0.6rem 0; font-size: 1.8rem; }
  .tbl_time tr td { padding: 0.8rem 0; }
  .tbl_time tr td.time { padding-right: 8.5%; } }
.tbl_1 { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; border: 1px solid #cccccc; }
.tbl_1 tr th { padding: .4rem; background: #389dd8; font-size: 1.5rem; color: #fff; font-weight: normal; border: 1px solid #cccccc; }
.tbl_1 tr th:nth-last-child(2) { width: 13%; font-size: 1.2rem; }
.tbl_1 tr th:nth-last-child(1) { width: 13%; font-size: 1.2rem; }
.tbl_1 tr td { padding: .6rem .4rem; background: #fff; line-height: 1.5; border: 1px solid #cccccc; }
.tbl_1 tr td.q_no { width: 5%; text-align: center; }

@media all and (min-width: 48em), print { .tbl_1 { font-size: 1.6rem; }
  .tbl_1 tr th { padding: 1.0rem 0; font-size: 1.9rem; }
  .tbl_1 tr th:nth-last-child(2) { width: 7%; font-size: 1.8rem; }
  .tbl_1 tr th:nth-last-child(1) { width: 7%; font-size: 1.8rem; }
  .tbl_1 tr td { padding: 1.8rem 0; } }
.tbl_2 { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; border: 1px solid #cccccc; table-layout: fixed; }
.tbl_2 tr th { padding: .4rem; background: #389dd8; font-size: 1.45rem; color: #fff; font-weight: normal; border: 1px solid #cccccc; }
.tbl_2 tr td { text-align: center; padding: .6rem .4rem; background: #fff; line-height: 1.5; border: 1px solid #cccccc; }
.tbl_2 tr td.q_no { width: 5%; text-align: center; }
.tbl_2 caption { caption-side: bottom; text-align: left; margin: 1rem 0 0; }

.tbl_2.center { table-layout: fixed; }

@media all and (min-width: 48em), print { .tbl_2 { font-size: 1.8rem; }
  .tbl_2 tr th { padding: 1.0rem 0; font-size: 1.7rem; }
  .tbl_2 tr td { padding: 1.5rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_p { color: #fff; font-size: 1.8rem; margin: 0 0 1.0rem; font-weight: bold; padding: 1.0rem 2.0rem; background: #0181BD; }

.tit_01 { color: #fff; font-size: 2rem; padding: 2rem 1rem; margin: 12.5rem 1rem 1rem 1rem; background: url("../img/a_lower_bg.png") no-repeat center center/cover; border-radius: 5px; text-shadow: #389dd8 1px 1px 5px, #389dd8 -1px 1px 5px, #389dd8 1px -1px 5px, #389dd8 -1px -1px 5px; }

.tit_02 { color: #313131; font-size: 2.0rem; margin: 1.0rem 0; padding: 1.0rem 0; border-bottom: 5px solid #1e90ff; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; font-weight: bold; }

.tit_03 { font-size: 1.7rem; margin: 2.5rem 0; color: #389dd8; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; font-weight: bold; }

.tit_04 { font-size: 1.5rem; margin: 1.0rem 0; padding: 0.3rem 0.8rem; background: #59c3ba; color: #fff; border-radius: 5px; font-weight: 800; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }

.tit_05 { font-size: 1.4rem; margin: 1.0rem 0; padding: 0.4rem 0; border-bottom: 1px solid #389dd8; border-top: 1px solid #389dd8; color: #389dd8; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; font-weight: 700; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.2rem; padding: 6rem 0; margin: 17rem 0 0 0; }
  .tit_02 { font-size: 2.6rem; margin: 3.0rem 0; }
  .tit_03 { font-size: 2.4rem; margin: 3.0rem 0; }
  .tit_04 { font-size: 2rem; margin: 3.0rem 0; }
  .tit_05 { font-size: 1.8rem; margin: 1.5rem 0; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #83cbc5; font-size: 60%; vertical-align: 20%; }

.lst_ul02 { border-radius: 10px; padding: 0.5rem; }
.lst_ul02 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul02 li::before { content: '●'; margin-right: .4rem; color: #83cbc5; font-size: 60%; vertical-align: 20%; }

.lst_ul03 { border: 1px solid #389dd8; border-radius: 10px; padding: 0.5rem; background-color: #ecfaf6; }
.lst_ul03 li { padding-left: 1.8rem; padding-bottom: 1.0rem; line-height: 1.4; display: inline-block; }
.lst_ul03 li::before { content: '■'; margin-right: .4rem; color: #83cbc5; font-size: 60%; vertical-align: 20%; }

.lst_ul04 { 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; margin: 0 1rem; }
.lst_ul04 li { width: 100%; text-align: center; margin: 0.5rem 0; }
.lst_ul04 li a { display: block; width: 100%; height: 100%; text-decoration: none !important; background-color: #59c3ba; padding: 0.7rem 1.5rem; font-weight: bold; font-size: 1.3rem; color: #fff; border: 1px solid #fff; border-radius: 5px; }
.lst_ul04 li a::after { content: "\f105"; font-family: "fontello"; margin-left: 0.3rem; }
.lst_ul04 li a:hover { background-color: #fff; color: #59c3ba; border: 1px solid #59c3ba; }

@media all and (min-width: 48em), print { .lst_ul04 { margin: 2rem 0 0 0; }
  .lst_ul04 li { width: 45%; margin: 0.8rem 0; }
  .lst_ul04 li a { font-size: 1.8rem; padding: 1rem 0; } }
.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media all and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { list-style: decimal; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_dl01 { background-color: #e0eeff; border-radius: 10px; padding: 0.5rem 1rem; }
.lst_dl01 dt { padding: 0.5rem 0; }
.lst_dl01 dd { margin: 0; font-weight: 700; }

.lst_dl02 { border: 1px solid #83cbc5; }
.lst_dl02 dt { background-color: #ecfaf6; padding: 0.5rem; border-top: 1px solid #83cbc5; border-bottom: 1px solid #83cbc5; font-weight: bold; }
.lst_dl02 dt:first-child { border-top: none; }
.lst_dl02 dd { padding: 1rem 0; }

.link_box { width: 100%; padding: 0.5rem 1rem; margin: 2em auto; color: #313131; background: #ecfaf6; /*背景色*/ border-top: solid 6px #389dd8; -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 #389dd8; 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: #389dd8; 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.3rem 2rem; text-decoration: none !important; background: #59c3ba; color: #FFF; font-weight: bold; border-radius: 5px; border: 1px solid #fff; }
.link_btn::after { content: "\f105"; font-family: "fontello"; margin-left: 0.5rem; }
.link_btn:hover { background: #fff; color: #59c3ba; border: 1px solid #59c3ba; }

/* フレックス回り -------------------------------------- */
@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 > div, .flex2 > ul, .flex2 > li { width: 48%; margin: 0 !important; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc(100vw / 32); font-family: "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body { background: #fff; color: #212121; }

a { color: inherit; text-decoration: none; }

h1 { text-align: center; font-weight: bold; }

h2 { color: #1e90ff; text-align: center; font-size: 2rem; padding: 0 0 1.8rem 0; font-weight: bold; }

h3 { font-size: 1.8rem; }

.fc_red { color: #EF6781; }

.fc_green { color: #59c3ba; }

.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 all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1100px; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 2.5rem; }
  .wrap { width: 1080px; margin: auto; }
  .main { font-size: 1.8rem; }
  .sidebar { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 23%; } }
/* アイコンフォント -------------------------------------- */
@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-top: 1.0rem; position: fixed; top: 0; z-index: 9; background-color: #fff; width: 100%; }
.header .wrap { padding: 0 1rem; }
.header .wrap .head_l { padding: 0 1rem; }
.header .wrap .head_l .logo { height: 4.5rem; }
.header .wrap .head_l .logo a { display: block; width: 100%; height: 100%; }
.header .wrap .head_l .logo a img { margin: 0; width: 80% !important; }
.header .wrap .head_c .box ul:nth-of-type(1) { margin: 0 0 1rem 0; text-align: center; }
.header .wrap .head_c .box ul:nth-of-type(1) li { display: inline-block; }
.header .wrap .head_c .box ul:nth-of-type(1) li a { display: block; color: #212121; background-color: #83cbc5; padding: 0.5rem 1rem; border-radius: 15px; font-size: 1.4rem; }
.header .wrap .head_c .box ul:nth-of-type(2) { text-align: center; }
.header .wrap .head_c .box ul:nth-of-type(2) li { display: inline-block; margin: 0 1rem 0.5rem 1rem; width: 42%; }
.header .wrap .head_c .box ul:nth-of-type(2) li a { display: block; width: 100%; height: 100%; padding: 0.8rem 0.5rem; color: #fff; font-size: 1.4rem; font-weight: bold; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: center; }
.header .wrap .head_c .box ul:nth-of-type(2) li a.btn_1 { background-color: #83cbc5; }
.header .wrap .head_c .box ul:nth-of-type(2) li a.btn_1::before { content: ""; background: url("../img/icon_monshin.png") no-repeat center center/contain; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: -11%; }
.header .wrap .head_c .box ul:nth-of-type(2) li a.btn_2 { background-color: #389dd8; }
.header .wrap .head_c .box ul:nth-of-type(2) li a.btn_2::before { content: ""; background: url("../img/icon_data.png") no-repeat center center/contain; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: middle; vertical-align: -11%; }
.header .wrap .head_c .box p { margin: 0.2rem 0 0.5rem 0; }
.header .wrap .head_c .box div > p { display: none !important; }
.header .wrap .head_c .box .tel { display: block; font-size: 2rem; text-align: center; font-weight: bold; }
.header .wrap .head_c .box .tel a::before { content: "tel."; font-size: 2rem; }
.header .wrap .head_c .box .tel a::after { content: "(よやく よいこきゅう)"; font-size: 1rem; }
.header .wrap .head_c .box .facility { color: #147069; font-weight: 500; display: none !important; }
.header .wrap .head_c .box .facility span::before { content: "◆"; margin: 0 0.2rem 0 0; }
.header .wrap .head_r { text-align: center; margin: 2rem 0 1rem 0; }
.header .wrap .head_r ul li { display: inline-block; margin: 0 1rem 1rem 1rem; }
.header .wrap .head_r ul li a { display: block; width: 100%; height: 100%; padding: 1rem; color: #fff; font-size: 1.4rem; font-weight: bold; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.header .wrap .head_r ul li a.btn_1 { background-color: #83cbc5; }
.header .wrap .head_r ul li a.btn_1::before { content: ""; background: url("../img/icon_monshin.png") no-repeat center center/contain; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: middle; }
.header .wrap .head_r ul li a.btn_2 { background-color: #389dd8; }
.header .wrap .head_r ul li a.btn_2::before { content: ""; background: url("../img/icon_data.png") no-repeat center center/contain; display: inline-block; width: 1.5rem; height: 1.5rem; vertical-align: middle; }

@media all and (min-width: 48em), print { .header { padding-top: 0; position: fixed; top: 0; left: 0; }
  .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 0 0.5rem 0; }
  .header .wrap .head_l { width: 32%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding: 0; }
  .header .wrap .head_l .logo { width: 100%; margin-bottom: 1rem; }
  .header .wrap .head_l .logo a img { margin: 0; width: 100% !important; max-width: 100% !important; }
  .header .wrap .head_c { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -ms-flex-negative: 1; flex-shrink: 1; }
  .header .wrap .head_c .box ul:nth-of-type(1) { text-align: left; margin: 0.8rem 0 1.5rem 0; }
  .header .wrap .head_c .box ul:nth-of-type(1) li a { display: block; color: #212121; background-color: #83cbc5; padding: 0.5rem 1.5rem; border-radius: 15px; font-size: 1.6rem; }
  .header .wrap .head_c .box p { margin: 0.5rem 0; }
  .header .wrap .head_c .box p:nth-of-type(1) { display: block !important; font-size: 1.6rem; }
  .header .wrap .head_c .box .tel { font-size: 2.5rem; text-align: left; }
  .header .wrap .head_c .box .tel a::before, .header .wrap .head_c .box .tel a::after { content: none; }
  .header .wrap .head_c .box .tel::before { content: "tel."; font-size: 2.5rem; }
  .header .wrap .head_c .box .tel::after { content: "(よやく よいこきゅう)"; font-size: 1.3rem; }
  .header .wrap .head_c .box .facility { display: block !important; font-size: 1.6rem; margin: 1rem 0; }
  .header .wrap .head_r { width: 28%; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin: 0; }
  .header .wrap .head_r ul li { display: inline-block; margin: 0 0.25rem; width: 46%; }
  .header .wrap .head_r ul li a { font-size: 1.6rem; }
  .header .wrap .head_r ul li a.btn_1 { background-color: #83cbc5; }
  .header .wrap .head_r ul li a.btn_1::before { content: ""; background: url("../img/icon_monshin.png") no-repeat center center/contain; display: block; width: 2rem; height: 2rem; margin: 0 auto 0.5rem auto; }
  .header .wrap .head_r ul li a.btn_2 { background-color: #389dd8; }
  .header .wrap .head_r ul li a.btn_2::before { content: ""; background: url("../img/icon_data.png") no-repeat center center/contain; display: inline-block; display: block; width: 2rem; height: 2rem; margin: 0 auto 0.5rem auto; }
  .header .wrap .head_r .tbl_time { font-size: 1.5rem; }
  .header .wrap .head_r .tbl_time tr th { font-size: 1.5rem; }
  .header .wrap .head_r .tbl_time tr td.time { padding-right: 3.5%; }
  .header .js_none { display: none !important; } }
@media all and (min-width: 48em) and (max-width: 64em), print { .header .wrap .head_c .box .tel { font-size: 2.3rem; }
  .header .wrap .head_c .box .tel::before { font-size: 2.3rem; }
  .header .wrap .head_c .box .tel::after { font-size: 1.3rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: fixed; top: 0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; /* Toggle Btn */ /* 展開部 SP */ }
.slicknav_menu .slicknav_btn { width: 4rem; height: 4rem; color: #fff; background: #389dd8; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 1.0rem 2rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .7; }
.slicknav_menu .slicknav_btn::after { display: block; content: 'MENU'; font-size: 0.8rem; }
.slicknav_menu .slicknav_btn.slicknav_open { background-color: #389dd8; color: #fff; /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e803'; line-height: .7; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 0.8rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: none; position: absolute; top: 5.1rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { background-color: #389dd8; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; padding: 0.8rem 0; font-size: 1.5rem; 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 { border-bottom: 1px dashed #fff; }
.slicknav_menu .slicknav_nav .gnav > li > a { padding: 0.8rem 0; }
.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: #83cbc5; font-size: 0; }
.slicknav_menu .slicknav_nav .gnav .sub li { display: inline-block; width: 50%; }
.slicknav_menu .slicknav_nav .gnav .sub li.big { background-color: #59c3ba; }
.slicknav_menu .slicknav_nav .gnav .sub li.big a.treatment_sub { font-weight: bold; }
.slicknav_menu .slicknav_nav .gnav .sub li a { padding: 0.8rem 0; font-size: 1.4rem; }
.slicknav_menu .slicknav_nav .gnav .sub li a::before { content: "・"; }
.slicknav_menu .slicknav_nav .gnav .sub li a:hover { background: none; font-weight: bold; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open a.treatment::after { font-family: "fontello"; content: "\e817"; display: inline-block; padding: 0 0.8rem; font-size: 2.2rem; }

.slicknav_item.slicknav_row { padding: 0; }

.slicknav_nav .slicknav_row:hover { background: #1e90ff; }

.slicknav_nav a:hover { background: #389dd8; color: #fff; }

.slicknav_icon, .slicknav_icon-bar, .slicknav_arrow, .slicknav_row:after { display: none !important; }

#nav { display: none; }

.gnav li a { color: #212121; }
.gnav li.treat_point { cursor: pointer; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; padding: 0.7rem 0; border-top: 1px solid #e5e5e5; }
  #nav .gnav { width: 790px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #fff; }
  #nav .gnav li { position: relative; }
  #nav .gnav li .sub { display: none; position: absolute; width: 790px; height: auto; background-color: #fff; padding: 0.2rem 0; top: 4.5rem; left: -10rem; border: 1px solid #389dd8; text-align: center; cursor: default; }
  #nav .gnav li .sub > li { display: inline-block; width: 32%; margin: 0.3rem; background-color: #389dd8; }
  #nav .gnav li .sub > li.big { background-color: #59c3ba; }
  #nav .gnav li .sub > li.big a.treatment_sub { font-size: 1.7rem; font-weight: bold; }
  #nav .gnav li .sub > li a { color: #fff; text-align: center; font-weight: 400; padding: 1.2rem 0; }
  #nav .gnav li a { display: block; width: 100%; text-align: center; font-size: 1.6rem; padding: 0.8rem 0; }
  #nav .gnav > li > a::after { content: "\e808"; font-family: "fontello"; display: block; font-size: 2rem; color: #fff; }
  #nav .gnav > li > a:hover { color: #389dd8; }
  #nav .gnav > li > a:hover::after { color: #389dd8; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access, .faq #nav .faq, .treatment #nav .treatment, .internal #nav .treatment, .respiratory #nav .treatment, .sas #nav .treatment, .allergy #nav .treatment, .hypertension #nav .treatment, .vaccination #nav .treatment, .selfpay #nav .treatment { color: #389dd8; }
  .index #nav .home::after, .doctor #nav .doctor::after, .clinic #nav .clinic::after, .access #nav .access::after, .faq #nav .faq::after, .treatment #nav .treatment::after, .internal #nav .treatment::after, .respiratory #nav .treatment::after, .sas #nav .treatment::after, .allergy #nav .treatment::after, .hypertension #nav .treatment::after, .vaccination #nav .treatment::after, .selfpay #nav .treatment::after { color: #389dd8; } }
/* ページUP -------------------------------------- */
.rsv_up { background-color: rgba(56, 157, 216, 0.7); 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; position: fixed; bottom: 0; left: 0; width: 100%; padding: 1rem; font-size: 1.5rem; }
.rsv_up div { background-color: #389dd8; color: #fff; padding: 1rem; }
.rsv_up .tel::before { content: "\e800"; font-family: "fontello"; margin: 0 0.4rem; }
.rsv_up .location::before { content: "\e813"; font-family: "fontello"; margin: 0 0.4rem; }
.rsv_up .pageup { cursor: pointer; }
.rsv_up .pageup a { display: block; font-size: 1.5rem; text-align: center; border-radius: 10px; }
.rsv_up .pageup a::before { text-align: center; font-family: 'fontello'; content: '\e814'; color: #fff; }

.pageup_pc { position: fixed; bottom: 1rem; right: 1rem; display: none; }
.pageup_pc a { display: block; width: 3.5rem; height: 3.5rem; background: url("../img/icon_totop.png") no-repeat center center/contain; }

@media all and (min-width: 48em), print { .rsv_up { background-color: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 4rem; left: 0; }
  .rsv_up .pageup { cursor: pointer; }
  .rsv_up .pageup a { font-size: 2.5rem; }
  .pageup_pc { position: fixed; bottom: 1rem; right: 1rem; display: none; }
  .pageup_pc a { display: block; width: 5rem; height: 5rem; background: url("../img/icon_totop.png") no-repeat center center/contain; } }
/* フッター -------------------------------------- */
.footer { text-align: center; /* クリニック概要 ----------- */ /* クリニック概要 of end----- */ }
.footer .overview { padding: 6rem 1.0rem 1rem; font-size: 1.3rem; line-height: 1.6; background: url("../img/footer_bg.jpg") repeat; }
.footer .overview .wrap .overviewL { color: #212121; }
.footer .overview .wrap .overviewL .box { margin: 2rem 0 0 0; }
.footer .overview .wrap .overviewL .box ul { margin: 0 0 0.5rem 0; }
.footer .overview .wrap .overviewL .box ul li { display: inline-block; }
.footer .overview .wrap .overviewL .box ul li a { display: block; color: #212121; background-color: #83cbc5; padding: 0.2rem 1rem; border-radius: 15px; }
.footer .overview .wrap .overviewL .box p { margin: 0.2rem 0; }
.footer .overview .wrap .overviewL .box .tel { font-size: 2rem; font-weight: bold; }
.footer .overview .wrap .overviewL .box .tel a::before { content: "tel."; font-size: 2rem; }
.footer .overview .wrap .overviewL .box .tel a::after { content: "(よやく よいこきゅう)"; font-size: 1rem; }
.footer .overview .wrap .overviewL .box .facility { color: #147069; font-weight: 500; }
.footer .overview .wrap .overviewL .box .facility span::before { content: "◆"; margin: 0 0.2rem 0 0; }
.footer .overview .wrap .overviewL .f_name span { color: #66a4d9; }
.footer .overview .wrap .overviewL .f_time { border: 1px solid #e5e5e5; padding: 0.5rem; background-color: #fff; }
.footer .overview .wrap .overviewR { margin: 2.0rem 0 0 0; }
.footer .overview .wrap .overviewR .gmap { text-align: center; }
.footer .overview .wrap .overviewR .gmap iframe { height: 25rem; }
.footer .copy { display: block; padding: 1.0rem; font-size: 1.4rem; font-weight: normal; }

@media all and (min-width: 48em), print { .footer { padding-bottom: 0; /* クリニック概要 ----------- */ }
  .footer .overview { font-size: 1.8rem; }
  .footer .overview .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; }
  .footer .overview .wrap .overviewL, .footer .overview .wrap .overviewR { width: 49%; }
  .footer .overview .wrap .overviewL { padding: 2rem; text-align: left; }
  .footer .overview .wrap .overviewL .clinic_name img { width: 65%; }
  .footer .overview .wrap .overviewL .box ul li a { display: block; color: #212121; background-color: #83cbc5; padding: 0.2rem 1.3rem; border-radius: 15px; }
  .footer .overview .wrap .overviewL .box p { margin: 0.2rem 0; }
  .footer .overview .wrap .overviewL .box .tel { font-size: 2.5rem; }
  .footer .overview .wrap .overviewL .box .tel a::before, .footer .overview .wrap .overviewL .box .tel a::after { content: none; }
  .footer .overview .wrap .overviewL .box .tel::before { content: "tel."; font-size: 2.5rem; }
  .footer .overview .wrap .overviewL .box .tel::after { content: "(よやく よいこきゅう)"; font-size: 1.5rem; }
  .footer .overview .wrap .overviewL .f_time { border: 1px solid #e5e5e5; padding: 1rem; }
  .footer .overview .wrap .overviewR { margin: 0; padding: 0; }
  .footer .overview .wrap .overviewR .gmap { padding: 0; }
  .footer .overview .wrap .overviewR .gmap iframe { height: 55rem; position: relative; top: 0.3rem; }
  /* クリニック概要 of end ----------- */
  .copy { margin: 1rem 0; width: 100%; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* 共通項目 -------------------------------------- */
h2.tit { text-align: center; font-size: 1.9rem; padding-top: 1rem; color: #212121; font-weight: normal; }
h2.tit span { display: inline-block; margin: 0 auto; position: relative; }
h2.tit span::after { content: ""; background: url("../img/a_icon_tit.png") no-repeat center center/cover; display: inline-block; position: absolute; width: 100%; height: 0.4rem; top: 3rem; right: 0; }

@media all and (min-width: 48em), print { h2.tit { font-size: 3rem; padding-top: 4rem; }
  h2.tit span { display: inline-block; margin: 0 auto; position: relative; }
  h2.tit span::after { content: ""; background: url("../img/a_icon_tit.png") no-repeat center center/cover; display: inline-block; position: absolute; width: 100%; height: 0.5rem; top: 4.5rem; right: 0; } }
/* キービジュアル -------------------------------------- */
.keyvsl { max-width: 100%; height: auto; margin: 13rem auto 4rem auto; }
.keyvsl .wrap { padding: 0 1rem; }
.keyvsl .wrap .inner_l img { border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; margin: 0; }
.keyvsl .wrap .inner_r { position: relative; background: url("../img/top_map.png") no-repeat center top 1rem/93%; width: 100%; height: 21.5rem; background-color: #ebf8ff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.keyvsl .wrap .inner_r .pop_1 { background-color: #389dd8; border: 1px solid #fff; border-radius: 50%; width: 8.5rem; height: 8.5rem; padding-top: 0.5rem; position: absolute; bottom: 2%; left: 17%; }
.keyvsl .wrap .inner_r .pop_1 p { color: #fff; text-align: center; margin: 0.5rem 0; font-weight: bold; text-shadow: #2171b1 1px 1px 5px, #2171b1 -1px 1px 5px, #2171b1 1px -1px 5px, #2171b1 -1px -1px 5px; }
.keyvsl .wrap .inner_r .pop_1 p:first-child { font-size: 1.1rem; margin: 1.5rem 0 0.2rem 0; }
.keyvsl .wrap .inner_r .pop_1 p:nth-child(2) { font-size: 1.4rem; color: #fffca8; margin: 0; }
.keyvsl .wrap .inner_r .pop_1 p:nth-child(2) span { font-size: 1.1rem; }
.keyvsl .wrap .inner_r .pop_1 p:last-child { font-size: 1.4rem; margin: 0; }
.keyvsl .wrap .inner_r .pop_3 { background-color: #c6e59e; border: 1px solid #fff; border-radius: 50%; width: 8.5rem; height: 8.5rem; padding-top: 0.5rem; position: absolute; bottom: 1.5%; left: 57%; }
.keyvsl .wrap .inner_r .pop_3 p { color: #fff; text-align: center; margin: 0; font-weight: bold; }
.keyvsl .wrap .inner_r .pop_3 p:first-child { font-size: 1.1rem; color: #2170e8; margin: 1.85rem 0 0.4rem 0; text-shadow: #ffffff 1px 1px 8px, #ffffff -1px 1px 8px, #ffffff 1px -1px 8px, #ffffff -1px -1px 8px; }
.keyvsl .wrap .inner_r .pop_3 p:last-child { font-size: 1.4rem; text-shadow: #4f9722 1px 1px 5px, #4f9722 -1px 1px 5px, #4f9722 1px -1px 5px, #4f9722 -1px -1px 5px; }

@media all and (min-width: 48em), print { .keyvsl { margin: 17rem auto 0 auto; }
  .keyvsl .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 20px; padding: 0; }
  .keyvsl .wrap .inner_l { width: 51%; }
  .keyvsl .wrap .inner_l img { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0px; }
  .keyvsl .wrap .inner_r { position: relative; background: url("../img/top_map.png") no-repeat center top 6.5rem/88%; width: 49%; height: auto; background-color: #ebf8ff; border-bottom-left-radius: 0px; border-top-right-radius: 10px; }
  .keyvsl .wrap .inner_r .pop_1 { background-color: #389dd8; border: 1px solid #fff; border-radius: 50%; width: 12.5rem; height: 12.5rem; padding-top: 0.5rem; position: absolute; bottom: 3%; left: 17%; }
  .keyvsl .wrap .inner_r .pop_1 p { margin: 0.5rem 0; }
  .keyvsl .wrap .inner_r .pop_1 p:first-child { font-size: 1.5rem; margin: 1.8rem 0 0.5rem 0; }
  .keyvsl .wrap .inner_r .pop_1 p:nth-child(2) { font-size: 2rem; color: #fffca8; margin: 0; }
  .keyvsl .wrap .inner_r .pop_1 p:nth-child(2) span { font-size: 1.4rem; }
  .keyvsl .wrap .inner_r .pop_1 p:last-child { font-size: 2.2rem; margin: 0; }
  .keyvsl .wrap .inner_r .pop_3 { background-color: #c6e59e; border: 1px solid #fff; border-radius: 50%; width: 12.5rem; height: 12.5rem; padding-top: 0.5rem; position: absolute; bottom: 3%; left: 57%; }
  .keyvsl .wrap .inner_r .pop_3 p { color: #fff; text-align: center; margin: 0; font-weight: bold; }
  .keyvsl .wrap .inner_r .pop_3 p:first-child { font-size: 1.5rem; margin: 2.3rem 0 0.4rem 0; text-shadow: #ffffff 1px 1px 8px, #ffffff -1px 1px 8px, #ffffff 1px -1px 8px, #ffffff -1px -1px 8px; }
  .keyvsl .wrap .inner_r .pop_3 p:last-child { font-size: 2.2rem; } }
.bx-wrapper .bx-pager { display: none; }

/* ---------------------------
corona info
----------------------------- */
.corona_info a { display: block; width: 94%; height: auto; margin: -1rem auto 3rem auto; }

@media all and (min-width: 48em), print { .corona_info { margin: 5rem auto 7rem; }
  .corona_info .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .corona_info a { display: block; /*width: 520px;*/ margin: 0; } }
/* お知らせ -------------------------------------- */
.info { padding: 0 1rem 4rem 1rem; background: url("../img/top_info_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: 72%; }
.info .info_inner { margin: 0 auto; }
.info .info_inner dl { margin: 1.5rem 0; line-height: 1.4; padding: .6rem; height: 15rem; overflow-y: auto; background: rgba(255, 255, 255, 0.6); }
.info .info_inner dl dt { margin-bottom: .4rem; font-weight: bold; color: #147069; font-size: 1.4rem; border-bottom: 1px solid #147069; padding: 0.3rem 0; }
.info .info_inner dl dt::after { content: "\e808"; font-family: "fontello"; margin-left: 0.8rem; }
.info .info_inner dl dt .new { display: inline-block; padding: 0.2rem 0.4rem; background-color: #ef6781; color: #fff; border-radius: 5px; text-transform: uppercase; font-size: 1.1rem; vertical-align: 14%; }
.info .info_inner dl dd { margin: 0 0 1.0rem; padding-bottom: 1.5rem; line-height: 1.7; border-bottom: 3px dotted #666666; display: none; }

@media all and (min-width: 48em), print { .info .info_inner { margin: 3rem 0; }
  .info .info_inner dl { margin: 2rem 0 0 0; padding: 1.4rem; height: 26rem; }
  .info .info_inner dl dt { font-size: 1.8rem; background-size: 3%; padding: 0.8rem 0; }
  .info .info_inner dl dt .new { padding: 0.2rem 0.5rem; font-size: 1.4rem; } }
/* intro 診療方針
-------------------------------------- */
.slogan .wrap { padding: 0 1rem; }
.slogan .wrap P { font-size: 1.5rem; line-height: 1.6; }

@media all and (min-width: 48em), print { .slogan .wrap { padding: 0 1rem; }
  .slogan .wrap P { font-size: 2rem; line-height: 1.6; padding: 7rem 0; } }
/* intro 当院の特長
-------------------------------------- */
.intro .wrap { padding: 0 1rem; }
.intro .intro_inner { margin: 3rem 0 2rem 0; }
.intro .intro_inner .intro_l.img_1 { background: url("../img/top_feature_1.jpg") no-repeat center center/contain; padding-top: 60.5%; }
.intro .intro_inner .intro_l.img_2 { background: url("../img/top_feature_2.jpg") no-repeat center center/contain; padding-top: 60.5%; }
.intro .intro_inner .intro_l.img_3 { background: url("../img/top_feature_3.jpg") no-repeat center center/contain; padding-top: 50.5%; }
.intro .intro_inner .intro_l.img_4 { background: url("../img/top_feature_4.jpg") no-repeat center center/contain; padding-top: 50.5%; }
.intro .intro_inner .intro_l.img_5 { background: url("../img/top_feature_5.jpg") no-repeat center center/contain; padding-top: 45.5%; }
.intro .intro_inner .intro_r h3 { text-align: center; color: #389dd8; margin: 0.5rem 0; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; font-size: 1.6rem; font-weight: bold; }
.intro .intro_inner .intro_r p { margin: 0.8rem 0; }
.intro .intro_inner .intro_r dl dt { color: #212121; font-size: 1.6rem; }
.intro .intro_inner .intro_r dl dd { margin: 0; }

@media all and (min-width: 48em), print { .intro .wrap .intro_inner { 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; }
  .intro .wrap .intro_inner.no_1 .intro_l { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .intro .wrap .intro_inner.no_1 .intro_r { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .intro .wrap .intro_inner.no_2 .intro_l { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .intro .wrap .intro_inner.no_2 .intro_r { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .intro .wrap .intro_inner .intro_l { width: 48%; }
  .intro .wrap .intro_inner .intro_l.img_1 { padding-top: 58.5%; -ms-flex-item-align: end; align-self: flex-end; }
  .intro .wrap .intro_inner .intro_l.img_2 { padding-top: 44.5%; }
  .intro .wrap .intro_inner .intro_l.img_3 { padding-top: 31.5%; }
  .intro .wrap .intro_inner .intro_l.img_4 { padding-top: 34.5%; }
  .intro .wrap .intro_inner .intro_l.img_5 { padding-top: 30.5%; }
  .intro .wrap .intro_inner .intro_r { width: 50%; }
  .intro .wrap .intro_inner .intro_r h3 { font-size: 2.5rem; margin-top: 1.9rem; font-weight: bold; }
  .intro .wrap .intro_inner .intro_r h3 span { font-size: 1.8rem; font-weight: normal; }
  .intro .wrap .intro_inner .intro_r dl dt { font-size: 1.8rem; } }
/*  ご挨拶
-------------------------------------- */
.greeting { background-color: #ebf8ff; }
.greeting .wrap { padding: 2rem 1rem 5rem 1rem; }
.greeting .wrap h2.tit::before { content: "すずしろクリニック"; display: block; position: absolute; top: 2.5rem; left: 9rem; font-size: 1.3rem; }
.greeting .wrap h2.tit span:first-child { color: #389dd8; }
.greeting .wrap h2.tit span:last-child { color: #4cb8af; }
.greeting .wrap .inner div { width: 100%; margin: 1rem auto; border: 2px solid #25a5ea; background-color: #fff; background-image: url("../img/top_feature_bg.png"); background-repeat: no-repeat; background-size: 15%; background-position: right 5px bottom 5px; }
.greeting .wrap .inner div p { margin: 1rem 0; padding: 1rem 2rem; color: #25a5ea; font-weight: bold; }
.greeting .wrap p { margin-bottom: 0; }
.greeting .wrap p span { color: #4cb8af; font-weight: bold; }
.greeting .wrap p a.hide_btn { color: #25a5ea; font-weight: bold; }
.greeting .wrap .inner_hide { display: none; }

@media all and (min-width: 48em), print { .greeting .wrap { padding: 4rem 0 6rem 0; }
  .greeting .wrap h2.tit::before { content: "すずしろクリニック"; display: block; position: absolute; top: 3.5rem; left: 46rem; font-size: 1.8rem; }
  .greeting .wrap .inner { margin-top: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .greeting .wrap .inner div { width: 28%; background-size: 20%; background-position: right 10px bottom 10px; }
  .greeting .wrap .inner div p { padding: 6rem 4rem; }
  .greeting .wrap .inner_hide { display: block; } }
/*  診療案内
-------------------------------------- */
body.index .main .treatment { padding: 0 1rem 3rem 1rem; }
body.index .main .treatment .sidebar nav { margin-top: 1rem; }
body.index .main .treatment .sidebar nav .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body.index .main .treatment .sidebar nav .sub li { width: 30%; height: 11rem; margin: 0 0 2rem 0; }
body.index .main .treatment .sidebar nav .sub li a { display: block; width: 100%; height: 100%; text-decoration: none; font-size: 1.3rem; text-align: center; }
body.index .main .treatment .sidebar nav .sub li a.internal::before { background: url("../img/top_naika.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.internal::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.respiratory::before { background: url("../img/top_kokyuka.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.respiratory::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.asthma::before { background: url("../img/top_zensoku.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.asthma::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.sas::before { background: url("../img/top_suimin.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.sas::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.allergie::before { background: url("../img/top_arelugi.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.allergie::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.sublingual::before { background: url("../img/top_sitameneki.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.sublingual::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.diabetes::before { background: url("../img/top_tounyo.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.diabetes::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.blood_pressure::before { background: url("../img/top_kouketuatu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.blood_pressure::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.hyperlipidemia::before { background: url("../img/top_sisitu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.hyperlipidemia::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.gout::before { background: url("../img/top_tuufu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.gout::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.antismoking::before { background: url("../img/top_kinen.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.antismoking::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.vaccination::before { background: url("../img/top_yobo.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.vaccination::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.checkup::before { background: url("../img/top_kenkou.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.checkup::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.index .main .treatment .sidebar nav .sub li a.private::before { background: url("../img/top_jihi.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.private::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
@media all and (min-width: 48em), print { body.index .main .treatment { padding-bottom: 5rem; }
  body.index .main .treatment .sidebar { width: 1080px; margin: auto; }
  body.index .main .treatment .sidebar nav { margin-top: 4rem; }
  body.index .main .treatment .sidebar nav .sub { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  body.index .main .treatment .sidebar nav .sub li { width: 15%; margin: 0 0 6rem 0; }
  body.index .main .treatment .sidebar nav .sub li a { font-size: 1.6rem; } }

/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1rem; }
body:not(.index) .main .tit_04_bg { background: #ecfaf6; padding: 1rem; margin: 1rem 0; }
@media all and (min-width: 48em), print { body:not(.index) .main .tit_04_bg { padding: 2rem 2.5rem; margin: 1rem 0; } }

/*----------------------------  */
/* サイドバーに関する設定 */
/*----------------------------  */
/* body:not(.index) { .treatment_menu { .sidebar_menu { border-radius: 10px; overflow: hidden;
 @include pc { order: 1; }
 .tit { color: #fff; text-align: center; font-size: 2rem; margin: 0; font-weight: bold; background-color: #1e90ff; padding: .5rem 0; }
 .sub { background: #F5F5F5 !important; @include flex; @include SetPrefix(justify-content, flex-start); @include SetPrefix(align-items, flex-end); @include SetPrefix(flex-wrap, wrap);
 li { width: 49%; border-bottom: 1px dashed #1e90ff;
 &:nth-child(n+13) { border-bottom: none;
 @include pc { border-bottom: 1px dashed #1e90ff; } }
 &:last-child { @include pc { border-bottom: none; } }

 a { text-decoration: none; display: block; width: 100%; height: 100%; padding: 1rem;
 &::before { content: ""; width: 2rem; height: 2rem; display: inline-block; margin: 0 0.8rem; vertical-align: middle; }
 &.internal::before { background: url('../img/internal_icon.png') no-repeat center center/contain; }
 &.respiratory::before { background: url('../img/respiratory_icon_1.png') no-repeat center center/contain; }
 &.asthma::before { background: url('../img/respiratory_icon_2.png') no-repeat center center/contain; }
 &.sas::before { background: url('../img/sas_icon.png') no-repeat center center/contain; }
 &.sas { font-size: 1rem;
 @include pc { font-size: 1.8rem; } }
 &.allergie::before { background: url('../img/allergy._icon_1.png') no-repeat center center/contain; }
 &.sublingual::before { background: url('../img/allergy._icon_2.png') no-repeat center center/contain; }
 &.sublingual { font-size: 1.1rem;
 @include pc { font-size: 1.8rem; } }
 &.diabetes::before { background: url('../img/hypertension_icon_1.png') no-repeat center center/contain; }
 &.blood_pressure::before { background: url('../img/hypertension_icon_2.png') no-repeat center center/contain; }
 &.hyperlipidemia::before { background: url('../img/hypertension_icon_3.png') no-repeat center center/contain; }
 &.gout::before { background: url('../img/hypertension_icon_4.png') no-repeat center center/contain; }
 &.gout { font-size: 1rem;
 @include pc { font-size: 1.8rem; } }
 &.antismoking::before { background: url('../img/vaccination_icon_1.png') no-repeat center center/contain; }
 &.vaccination::before { background: url('../img/vaccination_icon_2.png') no-repeat center center/contain; }
 &.checkup::before { background: url('../img/vaccination_icon_3.png') no-repeat center center/contain; }
 &.private::before { background: url('../img/selfpay_icon_1.png') no-repeat center center/contain; }



 &:hover { font-weight: bold; background-color: #E3F0F6; } }
 } }
 }
 .main_contents { @include pc { order: 2; } } }


} */
@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ------------------- */
/* 診療案内 */
/* ------------------ */
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: center; -ms-flex-align: center; align-items: center; -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 { display: none; }
  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: .8rem; }
  body:not(.index) .treatment_menu .main_contents { margin-top: 0; } }
/*---------------------------  */
/* 診療案内の下部ナビメニュー */
/*----------------------------  */
body.treatment .main .treatment { padding: 0 1rem 3rem 1rem; }
body.treatment .main .treatment .sidebar nav { margin-top: 1rem; }
body.treatment .main .treatment .sidebar nav .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body.treatment .main .treatment .sidebar nav .sub li { width: 30%; height: 11rem; margin: 0 0 2rem 0; }
body.treatment .main .treatment .sidebar nav .sub li a { display: block; width: 100%; height: 100%; text-decoration: none; font-size: 1.3rem; text-align: center; }
body.treatment .main .treatment .sidebar nav .sub li a.internal::before { background: url("../img/top_naika.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.internal::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.respiratory::before { background: url("../img/top_kokyuka.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.respiratory::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.asthma::before { background: url("../img/top_zensoku.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.asthma::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.sas::before { background: url("../img/top_suimin.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.sas::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.allergie::before { background: url("../img/top_arelugi.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.allergie::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.sublingual::before { background: url("../img/top_sitameneki.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.sublingual::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.diabetes::before { background: url("../img/top_tounyo.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.diabetes::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.blood_pressure::before { background: url("../img/top_kouketuatu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.blood_pressure::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.hyperlipidemia::before { background: url("../img/top_sisitu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.hyperlipidemia::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.gout::before { background: url("../img/top_tuufu.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.gout::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.antismoking::before { background: url("../img/top_kinen.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.antismoking::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.vaccination::before { background: url("../img/top_yobo.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.vaccination::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.checkup::before { background: url("../img/top_kenkou.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.checkup::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
body.treatment .main .treatment .sidebar nav .sub li a.private::before { background: url("../img/top_jihi.png") no-repeat; content: ""; background-position: center; background-size: contain; display: block; width: 7rem; height: 7rem; margin: 0.5rem auto; }
@media all and (min-width: 48em), print { body.treatment .main .treatment .sidebar nav .sub li a.private::before { width: 10rem; height: 10rem; margin: 0.8rem auto; } }
@media all and (min-width: 48em), print { body.treatment .main .treatment { padding-bottom: 5rem; }
  body.treatment .main .treatment .sidebar { width: 1080px; margin: auto; }
  body.treatment .main .treatment .sidebar nav { margin-top: 4rem; }
  body.treatment .main .treatment .sidebar nav .sub { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  body.treatment .main .treatment .sidebar nav .sub li { width: 15%; margin: 0 0 6rem 0; }
  body.treatment .main .treatment .sidebar nav .sub li a { font-size: 1.6rem; } }

/* ------------------------- */
/*各診療内容ページのサイドバー表示  */
/* ---------------------------- */
/* ------------------ */
/* よくある質問 */
/* -------------------- */
.faq .faq_dl dt { font-size: 1.5rem; font-weight: 500; padding-top: 2rem; margin: 0.5rem 0 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.faq .faq_dl dt::before { content: "Q"; width: 1.8rem; height: 1.8rem; background-color: #389dd8; display: inline-block; margin-right: 0.3rem; border-radius: 50%; line-height: 1.8rem; text-align: center; color: #fff; -ms-flex-negative: 0; flex-shrink: 0; }
.faq .faq_dl dt:not(:last-child) { border-top: 1px solid #cccccc; }
.faq .faq_dl dd { margin: 0 0 2rem 0; font-size: 1.3rem; display: none; }
.faq .faq_dl dd div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.faq .faq_dl dd div::before { content: "A"; display: inline-block; width: 1.8rem; height: 1.8rem; background-color: #83cbc5; margin-right: 0.2rem; border-radius: 50%; line-height: 1.8rem; text-align: center; color: #fff; -ms-flex-negative: 0; flex-shrink: 0; }
.faq .faq_dl dd a { margin: 0.5rem 0 0.5rem 2rem; }

@media all and (min-width: 48em), print { .faq .faq_dl dt { font-size: 1.8rem; }
  .faq .faq_dl dt::before { width: 2.2rem; height: 2.2rem; line-height: 2.2rem; }
  .faq .faq_dl dd { font-size: 1.6rem; }
  .faq .faq_dl dd div::before { width: 2rem; height: 2rem; line-height: 2rem; } }
/* ------------------ */
/* ドクター紹介 */
/* -------------------- */
.doctor .wrap .main .d_inner { 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; }
.doctor .wrap .main .d_inner .d_inner_l { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; text-align: center; }
.doctor .wrap .main .d_inner .d_inner_l img { width: 50%; }
.doctor .wrap .main .d_inner .d_inner_r { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
@media all and (min-width: 48em), print { .doctor .wrap .main .d_inner { 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; }
  .doctor .wrap .main .d_inner .d_inner_l { width: 40%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .doctor .wrap .main .d_inner .d_inner_l img { width: 60%; }
  .doctor .wrap .main .d_inner .d_inner_r { width: 60%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

/* ---------------------------- */
/* 初めての方へ */
/* ---------------------------- */
.flow dt { color: #389dd8; font-size: 1.5rem; }
.flow dd { margin: 0 0 3.0rem; position: relative; }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -3.5rem; left: 0; right: 0; border-top: 2rem solid rgba(56, 157, 216, 0.3); border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.flow dd .link_btn { margin: 2rem auto 0 auto; }

.flow.first_parking dt { color: #212121; }
.flow.first_parking dd { margin: 0 0 2rem 0; }
.flow.first_parking dd::after { display: none; }
.flow.first_parking dd img { width: 90%; }

@media all and (min-width: 48em), print { .flow dt { font-size: 1.8rem; }
  .flow dd { margin: 0 0 6.0rem; }
  .flow dd:not(:last-child)::after { bottom: -5.5rem; left: -40%; right: 0; }
  .flow.first_parking dd img { margin: 1rem 0 2.5rem 0; width: 50%; } }
/* ------------------- */
/* クリニック紹介 */
/* --------------------- */
#clinicslide, #clinicslide_1 { margin-bottom: 4rem; }
@media all and (min-width: 48em), print { #clinicslide, #clinicslide_1 { margin-bottom: 8rem; } }
#clinicslide img, #clinicslide p, #clinicslide_1 img, #clinicslide_1 p { display: none; }

.sp-layer.sp-black.sp-padding { font-size: 1.9rem !important; }
@media all and (min-width: 48em), print { .sp-layer.sp-black.sp-padding { font-size: 1.4rem !important; } }
.sp-layer.sp-black.sp-padding span { font-weight: bold; display: block; font-size: 2rem; }
@media all and (min-width: 48em), print { .sp-layer.sp-black.sp-padding span { font-size: 1.6rem !important; } }

.sp-selected-thumbnail { border: 4px solid #000; }

/* ---------------------------- */
/* 診療時間・アクセス */
/* ---------------------------- */
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .main .parking_img > div { margin: 0 0 1.5rem 0; }
.access .main .parking_img > div p { margin: 0.3rem 0; }
.access .main .parking_img > div img { width: 90%; }
.access .main .access_bus li { margin: 0 0 4rem 0; }
.access .main .access_bus li:nth-child(-n+2) { position: relative; }
.access .main .access_bus li:nth-child(-n+2)::after { width: 0; height: 0; content: ""; position: absolute; bottom: -4.0rem; left: 0; right: 0; border-top: 2rem solid rgba(56, 157, 216, 0.3); border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.access .main .access_bus li:last-child { color: #389dd8; font-weight: bold; font-size: 1.8rem; -webkit-text-decoration: underline wavy #389dd8; text-decoration: underline wavy #389dd8; text-align: center; }

@media all and (min-width: 48em), print { .access .main .tbl_time { font-size: 1.8rem; }
  .access .main .tbl_time caption { font-size: 1.8rem; }
  .access .main .tbl_time td.time { font-size: 1.8rem; padding-right: 14.5%; }
  .access .main .tbl_time td span { font-size: 1.8rem; }
  .access .main .parking_img > div { margin: 0 0 1.5rem 0 !important; }
  .access .main .access_bus li { margin: 0 0 6rem 0; }
  .access .main .access_bus li:nth-child(-n+2) { position: relative; }
  .access .main .access_bus li:nth-child(-n+2)::after { left: -83%; }
  .access .main .access_bus li:last-child { font-size: 2.5rem; text-align: left; }
  .access .main .gmap { height: 50.0rem; } }
/* ---------------------------- */
/* 下層ページタブ切り替え */
/* ---------------------------- */
/* ---------------------------- */
/* アレルギー科・舌下免疫療法 allergy.html */
/* ---------------------------- */
.allergy .faq_dl dt { font-size: 1.5rem; font-weight: 500; padding-top: 2rem; margin: 0.5rem 0 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.allergy .faq_dl dt::before { content: "Q"; width: 1.8rem; height: 1.8rem; background-color: #389dd8; display: inline-block; margin-right: 0.3rem; border-radius: 50%; line-height: 1.8rem; text-align: center; color: #fff; -ms-flex-negative: 0; flex-shrink: 0; }
.allergy .faq_dl dt:not(:last-child) { border-top: 1px solid #cccccc; }
.allergy .faq_dl dd { margin: 0 0 2rem 0; font-size: 1.3rem; display: none; }
.allergy .faq_dl dd div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.allergy .faq_dl dd div::before { content: "A"; display: inline-block; width: 1.8rem; height: 1.8rem; background-color: #83cbc5; margin-right: 0.2rem; border-radius: 50%; line-height: 1.8rem; text-align: center; color: #fff; -ms-flex-negative: 0; flex-shrink: 0; }

@media all and (min-width: 48em), print { .allergy .faq_dl dt { font-size: 1.8rem; }
  .allergy .faq_dl dt::before { width: 2.2rem; height: 2.2rem; line-height: 2.2rem; }
  .allergy .faq_dl dd { font-size: 1.6rem; }
  .allergy .faq_dl dd div::before { width: 2rem; height: 2rem; line-height: 2rem; } }

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