@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; } }

.color_red { color: red; }

/* 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; }

.mb40 { margin-bottom: 4.0rem; }

.mb30 { margin-bottom: 3.0rem; }

.mb20 { margin-bottom: 2.0rem; }

.mb10 { margin-bottom: 1.0rem; }

.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; }
  .mb40 { margin-bottom: 8.0rem; }
  .mb30 { margin-bottom: 6.0rem; }
  .mb20 { margin-bottom: 4.0rem; }
  .mb10 { margin-bottom: 2.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; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr { border-bottom: 1px solid #313131; }
.tbl_time tr th { padding: .4rem 0; font-size: 1.2rem; }
.tbl_time tr th:first-child { width: 32%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; color: #1d8fff; border-top: 1px solid #313131; line-height: 1.0; }
.tbl_time tr td.time { color: #313131; font-size: 1.1rem; text-align: left; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { font-size: 100%; }
  .tbl_time tr th { padding: 1.4rem 0; font-size: 1.8rem; }
  .tbl_time tr th:first-child { width: 47%; }
  .tbl_time tr td { padding: 1.6rem 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: .4rem; }
.tbl_time_1 tr th { padding: .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: .6rem .4rem; color: #599900; background: #fff; border-bottom: 1px solid 0; line-height: 1.0; }
.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: 1.0rem 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 1.0rem; font-weight: bold; padding: 1.0rem 2.0rem; background: #0181BD; }

.tit_01 { color: #1e90ff; font-size: 2.2rem; padding: 2rem 0; margin-bottom: 2rem; background-color: #e0eeff; margin-top: 0.5rem; }

.tit_02 { color: #313131; font-size: 2.0rem; margin: 1.0rem 0; padding: 1.0rem 0; border-bottom: 5px solid #1e90ff; }

.tit_03 { background-color: #e0eeff; font-size: 1.7rem; margin: 2.5rem 0; border-bottom: 1px solid #EBEBEB; text-align: center; }

.tit_04 { font-size: 1.5rem; margin: 1.0rem 0; background: #dcdcdc; text-align: center; }

.tit_05 { font-size: 1.3rem; margin: 1.0rem 0; padding: 0.6rem 0; text-align: center; border-bottom: 1px solid #aaaaaa; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.2rem; }
  .tit_02 { font-size: 2.6rem; margin: 3.0rem 0; }
  .tit_03 { font-size: 2.2rem; margin: 3.0rem 0; }
  .tit_04 { font-size: 2rem; margin: 3.0rem 0; }
  .tit_05 { font-size: 1.9rem; margin: 1rem 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: #1e90ff; font-size: 60%; vertical-align: 20%; }

.lst_ul02 { border: 1px solid #1e90ff; border-radius: 10px; padding: 0.5rem; background-color: #e0eeff; }
.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: #1e90ff; font-size: 60%; vertical-align: 20%; }

.lst_ul03 { border: 1px solid #1e90ff; border-radius: 10px; padding: 0.5rem; background-color: #e0eeff; }
.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: #1e90ff; 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: 47%; text-align: center; border: 2px solid #e0eeff; margin-bottom: 1rem; padding: 0.5rem; }
.lst_ul04 li a { display: block; width: 100%; height: 100%; text-decoration: none !important; background-color: #e0eeff; padding: 0.5rem; font-weight: bold; font-size: 1.3rem; }
.lst_ul04 li a::before { content: "\e81a"; font-family: "fontello"; margin-right: 0.3rem; }
.lst_ul04 li a:hover { background-color: #fff; color: #1e90ff; }

@media all and (min-width: 48em), print { .lst_ul04 li { width: 28%; }
  .lst_ul04 li a { font-size: 1.8rem; } }
.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 #1e90ff; }
.lst_dl02 dt { background-color: #e0eeff; padding: 0.5rem; border-top: 1px solid #1e90ff; border-bottom: 1px solid #1e90ff; 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: #e0eeff; /*背景色*/ border-top: solid 6px #1e90ff; -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 #1e90ff; 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: #1e90ff; 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: 0rem 1.5rem; text-decoration: none !important; background: #fff; color: #1e90ff; border-radius: 4px; border: solid 1px #1e90ff; font-weight: 800; margin-left: 1rem; }
.link_btn::before { content: "\e819"; font-family: "fontello"; margin-right: 0.5rem; }
.link_btn:hover { background: #1e90ff; color: #FFF; }

/* フレックス回り -------------------------------------- */
@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: "游ゴシック", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body { background: #fff; color: #313131; }

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; }

.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; }
.header .wrap .head_l { padding: 1rem; }
.header .wrap .head_l .logo { height: 5.0rem; }
.header .wrap .head_l .logo a { display: block; width: 100%; height: 100%; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .head_l .logo a img { margin: 0; }
.header .wrap .head_r { text-align: center; }
.header .wrap .head_r ul li { padding: 0.5rem 0; font-size: 1.2rem; }
.header .wrap .head_r ul li:nth-child(1)::before { font-family: 'fontello'; content: '\e800'; display: inline-block; margin: 0 0.7rem 0 0.2rem; font-size: 2rem; color: #aaaaaa; }
.header .wrap .head_r ul li:nth-child(2)::before { font-family: 'fontello'; content: '\e801'; margin: 0 0.2rem; font-size: 2.5rem; color: #aaaaaa; vertical-align: middle; }
.header .wrap .head_r ul li:nth-child(2) .point { color: #1e90ff; font-size: 2rem; }
.header .wrap .head_r ul li:nth-child(3)::before { font-family: 'fontello'; content: '\e804'; margin: 0 0.3rem; font-size: 2.5rem; color: #aaaaaa; vertical-align: middle; }
.header .wrap .head_r ul li:nth-child(4)::before { font-family: 'fontello'; content: '\e805'; margin: 0 0.3rem; font-size: 2rem; color: #aaaaaa; vertical-align: middle; }
.header .wrap .head_r ul li .tel { color: #1e90ff; font-size: 2rem; }
.header .wrap .head_r .add { font-size: 1.2rem; }

@media all and (min-width: 48em), print { .header { padding-top: 3.0rem; }
  .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; }
  .header .wrap .head_l .logo { width: 100%; margin-bottom: 1rem; }
  .header .wrap .headC { 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; }
  .header .wrap .headC li { text-align: center; font-size: 1.4rem; font-weight: 500; 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; background-color: #e5e5e5; padding: 0.5rem 1.5rem; margin: 0 0.2rem; }
  .header .wrap .head_r { width: 38%; text-align: left; }
  .header .wrap .head_r ul { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .header .wrap .head_r ul li { font-size: 1.5rem; }
  .header .wrap .head_r ul li .tel { font-size: 2.5rem; font-weight: bold; }
  .header .wrap .head_r ul li:nth-child(1) { width: 100%; }
  .header .wrap .head_r ul li:nth-child(2) { width: 52%; }
  .header .wrap .head_r ul li:nth-child(3) { width: 48%; }
  .header .wrap .head_r ul li:nth-child(4) { width: 100%; }
  .header .wrap .head_r ul li:nth-child(1)::before { font-size: 2.5rem; }
  .header .wrap .head_r ul li:nth-child(4)::before { font-size: 2.5rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; 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: 5.0rem; height: 5.0rem; color: #fff; background: #1e90ff; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 1.0rem 1.0rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open { background-color: #1e90ff; color: #fff; /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e803'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: none; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { background-color: #1e90ff; 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 { border-bottom: 1px dashed #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: #2a89e7; }
.slicknav_menu .slicknav_nav .gnav .sub li { padding-left: 4rem; }
.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_menu .slicknav_nav .gnav li:hover { background: #1e90ff; }

.slicknav_item.slicknav_row { padding: 0; }

.slicknav_nav .slicknav_row:hover { background: #1e90ff; }

.slicknav_nav a:hover { background: #1e90ff; color: #fff; }

.slicknav_icon, .slicknav_icon-bar, .slicknav_arrow, .slicknav_row:after { display: none !important; }

#nav { display: none; }

.gnav li a { color: #313131; }
.gnav li.treat_point { cursor: pointer; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; margin: 3.5rem 0 0; padding: 1rem 0; }
  #nav .gnav { width: 690px !important; width: 1080px; 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 a.treatment::after { display: none; content: ""; }
  #nav .gnav li .sub { position: absolute; top: 5rem; left: -21rem; width: 49rem; height: 16rem; background: #fff; border-radius: 0.5rem; display: none; z-index: 999; text-align: center; border: 2px dashed #1e90ff; -webkit-box-shadow: 0px 0px 0px 6px #fff; box-shadow: 0px 0px 0px 6px #fff; }
  #nav .gnav li .sub li { padding: 0.6rem 1rem; display: inline-block; }
  #nav .gnav li .sub li a { color: #1e90ff; border-bottom: 1px dashed #1e90ff; }
  #nav .gnav li .sub li a:hover { font-weight: bold; border-bottom-style: solid; }
  #nav .gnav li a { display: block; width: 100%; text-align: center; font-size: 1.6rem; padding: 0.8rem 0; }
  #nav .gnav > li > a { color: #313131; }
  #nav .gnav > li > a::before { content: '-'; display: inline-block; }
  #nav .gnav > li > a:hover { color: #1e90ff; }
  #nav .gnav > li.treat_point { cursor: pointer; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { margin: 2.0rem 0 0; padding: 6rem 1.0rem 1rem; font-size: 1.4rem; line-height: 1.6; background-color: #e1eeff; }
.overview .clinic_name { text-align: center; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 2rem; }
.overview .wrap .overviewL .tbl_gaiyo tr { margin-bottom: 1rem; }
.overview .wrap .overviewL .tbl_gaiyo th { width: 24%; font-size: 1.4rem; text-align: center; padding: .4rem; font-weight: normal; background-color: #1e90ff; color: #fff; }
.overview .wrap .overviewL .tbl_gaiyo td { padding: 0 0.4rem 0 1rem; font-size: 1.4rem; }
.overview .wrap .overviewL .tbl_gaiyo td .tel { font-size: 2rem; }
.overview .wrap .overviewR { background-color: #fff; margin: 2.0rem 0; padding: 0.8rem 2rem; }
.overview .gmap { text-align: center; padding: 4.5rem 0; }
.overview .gmap iframe { height: 35rem; }
.overview .gmap_btn { display: inline-block; margin: 1.5rem auto 1.7rem auto; padding: 0.3rem 1rem; color: #1f8ffd; border: 1px solid #1f8ffd; text-align: center; border-radius: 20px; text-decoration: none; }
.overview .gmap_btn::after { content: "\e813"; font-family: "fontello"; margin: 0 1rem; }

@media all and (min-width: 48em), print { .overview { padding-top: 6rem; font-size: 1.8rem; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .tbl_gaiyo th, .overview > .wrap .overviewR .tbl_gaiyo th { padding: 1.0rem; font-size: 1.8rem; }
  .overview > .wrap .overviewL .tbl_gaiyo td, .overview > .wrap .overviewR .tbl_gaiyo td { font-size: 1.8rem; }
  .overview > .wrap .overviewL .tbl_gaiyo td .tel, .overview > .wrap .overviewR .tbl_gaiyo td .tel { font-size: 3rem; font-weight: bold; }
  .overview > .wrap .overviewL .tbl_time, .overview > .wrap .overviewR .tbl_time { margin: 1.8rem 0; }
  .overview > .wrap .overviewL .tbl_time tr td, .overview > .wrap .overviewR .tbl_time tr td { font-size: 1.4rem; }
  .overview > .wrap .overviewL .tbl_time tr td.time, .overview > .wrap .overviewR .tbl_time tr td.time { font-size: 1.8rem; }
  .overview > .wrap .overviewR { margin: 0; padding: 0.5rem 4rem; }
  .overview > .wrap .overviewR .gmap iframe { height: 45.5rem; } }
/* ページUP -------------------------------------- */
.rsv_up { background-color: rgba(1, 164, 240, 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: #01A4F0; 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; }

@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 { cursor: pointer; position: fixed; bottom: 1rem; right: 5%; background-color: #1e90ff; padding: 1rem; display: none; }
  .pageup_pc a { display: block; font-size: 2.5rem; text-align: center; border-radius: 10px; }
  .pageup_pc a::before { text-align: center; font-family: 'fontello'; content: '\e814'; color: #fff; } }
/* フッター -------------------------------------- */
.footer { text-align: center; padding-bottom: 5.8rem; font-weight: bold; }
.footer .footer_info div { margin: 1.5rem; color: #1e90ff; }
.footer .footer_info div:nth-child(1) { width: 66%; margin: 0 auto; padding-top: 4rem; }
.footer .footer_info div:nth-child(2) { font-size: 1.5rem; color: #313131; }
.footer .footer_info div:nth-child(3) { font-size: 2.5rem; }
.footer .footer_info div:nth-child(3) .tel::before { content: "\e800"; font-family: "fontello"; margin: 0 0.4rem; }
.footer .copy { display: block; padding: 1.0rem; font-size: 1.4rem; font-weight: normal; background-color: #ebebeb; }
.footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding-bottom: 0; }
  .footer .wrap { 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer .wrap .footer_info { width: 100%; }
  .footer .wrap div:last-child { width: 80%; padding: 2rem 0; }
  .footer .wrap ul { display: block; text-align: center; }
  .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 a { color: #313131; background: none; line-height: 1.4; }
  .footer .wrap ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; color: #313131; }
  .footer .wrap ul li a { opacity: 1.0; }
  .footer .wrap ul li a:hover { text-decoration: underline; }
  .footer .wrap ul li.treat_point { display: none; }
  .footer .copy { width: 100%; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl { margin: 0; max-width: 100%; height: 25.5rem; position: relative; z-index: -1; }
.keyvsl .keyv_text { font-size: 1.5rem; font-weight: bold; padding: 1rem; background: #fff; z-index: 99; display: inline-block; line-height: 1.9; text-align: center; position: relative; top: -2rem; }
.keyvsl .keyv_text .keyv_text_br { display: none; }

@media all and (min-width: 48em), print { .keyvsl { height: 60.3rem; margin: 0 auto; }
  .keyvsl .keyv_text { font-size: 2rem; font-weight: bold; padding: 3rem 3rem 0 0; background: #fff; position: relative; top: -12.5rem; left: 0rem; z-index: 99; display: inline-block; line-height: 1.9; text-align: left; }
  .keyvsl .keyv_text .keyv_text_br { display: inline-block; } }
.bx-wrapper { -webkit-box-shadow: none; box-shadow: none; border: 5px solid #fff; background: #fff; }

.bx-wrapper .bx-pager { text-align: right; }

.bx-wrapper .bx-pager.bx-default-pager a { background: #c9c9c9; border-radius: 0px; }

.bx-wrapper .bx-pager.bx-default-pager a.active { background: #1e90ff; }

/* 新型コロナウイルスワクチン接種バナー -------------------------------------- */
.bnr_covid19-vaccine { padding-top: 4rem; margin: 0 2%; }
.bnr_covid19-vaccine .bnr_covid19-vaccine_inner { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.bnr_covid19-vaccine .bnr_covid19-vaccine_inner li { width: 49%; }
.bnr_covid19-vaccine .bnr_covid19-vaccine_inner li:first-child { margin-right: 2%; }

@media all and (min-width: 48em), print { .bnr_covid19-vaccine { padding-top: 0rem; }
  .bnr_covid19-vaccine .bnr_covid19-vaccine_inner { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 860px; margin: 0 auto; }
  .bnr_covid19-vaccine .bnr_covid19-vaccine_inner li { width: 49%; }
  .bnr_covid19-vaccine .bnr_covid19-vaccine_inner li:first-child { margin-right: 2%; } }
/* お知らせ -------------------------------------- */
.info { padding: 4rem 0; }
.info .info_inner { 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; border-top: 2px solid #1e90ff; border-bottom: 2px solid #1e90ff; width: 95%; margin: 0 auto; padding: 2rem 0.5rem; }
.info .info_inner h2 { width: 100%; font-weight: bold; }
.info .info_inner h2 > span { display: block; color: #313131; font-size: 1.7rem; }
.info .info_inner dl { margin: 0; line-height: 1.4; padding: .6rem; }
.info .info_inner dl dt { margin-bottom: 1.0rem; font-weight: bold; color: #1e90ff; font-size: 1.6rem; background-size: 10%; }
.info .info_inner dl dt:not(:first-of-type) { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px dashed #CCCCCC; }
.info .info_inner dl dt .date { display: block; }
.info .info_inner dl dt .date::before { content: '▼'; padding-right: 0.2em; }
.info .info_inner dl dt.active .date::before { content: '▲'; }
.info .info_inner dl dd { margin: 0; line-height: 1.7; }

@media all and (min-width: 48em), print { .info { padding: 5rem 0; }
  .info .info_inner { background-size: 30%; }
  .info .info_inner h2 { width: 23%; padding: 0.8rem 0 0; }
  .info .info_inner h2::before, .info .info_inner h2::after { width: 8.0rem; height: 2.0rem; margin: 0 1.4rem; }
  .info .info_inner dl { width: 77%; padding: 1.4rem; }
  .info .info_inner dl dt { font-size: 1.8rem; background-size: 3%; cursor: pointer; }
  .info .info_inner dl dt .date { display: inline-block; width: 7em; } }
/* intro 当院の特長
-------------------------------------- */
.intro { background-color: #e0eeff; padding-bottom: 4rem; }
.intro .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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.intro h2 { text-align: left; line-height: 0.9; padding-left: 1.5rem; }
.intro h2 .bg_tit { display: block; color: #fff; font-size: 3.1rem; margin-bottom: 0.4rem; }
.intro .intro_inner { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 3.5rem; }
.intro .intro_inner .intro_l { width: 100%; margin: 0 0 1rem 0; }
.intro .intro_inner .intro_r { width: 90%; }
.intro .intro_inner .intro_r h3 { position: relative; font-weight: bold; font-size: 1.6rem; }
.intro .intro_inner .intro_r h3::before { content: ''; display: inline-block; width: 2rem; height: 3px; background-color: #1e90ff; position: absolute; top: -0.5rem; }
.intro .intro_inner .intro_r p { margin: 0; }

@media all and (min-width: 48em), print { .intro h2 { width: 100%; padding-left: 1.5rem; }
  .intro h2 .bg_tit { font-size: 6.5rem; }
  .intro .intro_inner { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 44%; margin: 2rem; }
  .intro .intro_inner .intro_l { width: 42%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .intro .intro_inner .intro_r { width: 56%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .intro .intro_inner .intro_r h3 { font-size: 2.3rem; margin-top: 1.9rem; }
  .intro .intro_inner .intro_r h3::before { top: -1rem; }
  .intro .intro_inner .no_1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .intro .intro_inner .no_2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
/*  診療案内
-------------------------------------- */
body.index .main .treatment { background: url("../img/menu_bg.jpg") no-repeat center center/cover; padding-bottom: 3rem; }
body.index .main .treatment .sidebar h2 { text-align: right; line-height: 0.9; padding-right: 1.5rem; margin-bottom: 2rem; }
body.index .main .treatment .sidebar h2 .bg_tit { display: block; color: #e0eeff; font-size: 3.1rem; margin-bottom: 0.4rem; }
body.index .main .treatment .sidebar .sub { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body.index .main .treatment .sidebar .sub li { text-align: center; width: 48%; margin: 0 0 3rem 0; }
body.index .main .treatment .sidebar .sub li a { display: block; position: relative; width: 100%; height: 100%; text-decoration: none; font-weight: bold; }
body.index .main .treatment .sidebar .sub li a.internal::before { background: url("../img/icon/naika.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.digestiveorgan::before { background: url("../img/icon/syokaki.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.diabetes::before { background: url("../img/icon/tonyo.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.hypertension::before { background: url("../img/icon/koketuatu.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.gastriccamera::before { background: url("../img/icon/ikamera.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.pylori::before { background: url("../img/icon/pirori.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.liver::before { background: url("../img/icon/kan.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.nephrology::before { background: url("../img/icon/jinzo.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.chinesemedicine::before { background: url("../img/icon/toyo.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.vaccination::before { background: url("../img/icon/yobo.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.homecare::before { background: url("../img/icon/kenko.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.pediatrics::before { background: url("../img/icon/syoni.svg") no-repeat; content: ""; background-position: center; background-size: 40%; display: block; width: 12rem; height: 12rem; background-color: #fff; margin: 0 auto 0.5rem auto; text-align: center; -webkit-box-shadow: 0px 0px 5px 5px #e0eeff; box-shadow: 0px 0px 5px 5px #e0eeff; }
body.index .main .treatment .sidebar .sub li a.internal::after, body.index .main .treatment .sidebar .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar .sub li a.diabetes::after, body.index .main .treatment .sidebar .sub li a.hypertension::after, body.index .main .treatment .sidebar .sub li a.gastriccamera::after, body.index .main .treatment .sidebar .sub li a.pylori::after, body.index .main .treatment .sidebar .sub li a.liver::after, body.index .main .treatment .sidebar .sub li a.nephrology::after, body.index .main .treatment .sidebar .sub li a.chinesemedicine::after, body.index .main .treatment .sidebar .sub li a.vaccination::after, body.index .main .treatment .sidebar .sub li a.homecare::after, body.index .main .treatment .sidebar .sub li a.pediatrics::after { content: ""; position: absolute; bottom: 22%; right: 14%; border-left: 1.8rem solid transparent; border-bottom: 1.8rem solid #3a9eff; }
@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 h2 .bg_tit { font-size: 6.5rem; }
  body.index .main .treatment .sidebar nav { 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; }
  body.index .main .treatment .sidebar nav ul { margin: 0 1.0rem; }
  body.index .main .treatment .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 .sidebar .sub li { width: 15%; margin: 0 0 4rem 0; }
  body.index .main .treatment .sidebar .sub li a { font-size: 1.65rem; }
  body.index .main .treatment .sidebar .sub li a.internal::before, body.index .main .treatment .sidebar .sub li a.digestiveorgan::before, body.index .main .treatment .sidebar .sub li a.diabetes::before, body.index .main .treatment .sidebar .sub li a.hypertension::before, body.index .main .treatment .sidebar .sub li a.gastriccamera::before, body.index .main .treatment .sidebar .sub li a.pylori::before, body.index .main .treatment .sidebar .sub li a.liver::before, body.index .main .treatment .sidebar .sub li a.nephrology::before, body.index .main .treatment .sidebar .sub li a.chinesemedicine::before, body.index .main .treatment .sidebar .sub li a.vaccination::before, body.index .main .treatment .sidebar .sub li a.homecare::before, body.index .main .treatment .sidebar .sub li a.pediatrics::before { -webkit-box-shadow: none; box-shadow: none; } }

/*  診療カレンダー
-------------------------------------- */
.caledit_box { padding-bottom: 4.5rem; }
.caledit_box .wrap h2 { text-align: left; line-height: 0.9; padding-left: 1.5rem; margin-bottom: 2rem; }
.caledit_box .wrap h2 .bg_tit { display: block; color: #e5e4e2; font-size: 3.1rem; margin-bottom: 0.4rem; }
.caledit_box .wrap .caledit_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; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 .5rem 0 0.5rem; }
.caledit_box .wrap .caledit_inner .caledit_inner_l, .caledit_box .wrap .caledit_inner .caledit_inner_r { width: 100%; }
.caledit_box .wrap .caledit_inner .caledit_inner_l > p, .caledit_box .wrap .caledit_inner .caledit_inner_r > p { text-align: center; margin-bottom: 0; font-size: 1.6rem; font-weight: bold; }
.caledit_box .wrap .caledit_inner .caledit { background-color: #f4f4f4; padding: 1rem 1rem 3rem 1rem; }
.caledit_box .wrap .caledit_inner .caledit .month th { border-bottom: none; }
.caledit_box .wrap .caledit_inner .caledit .week th { color: #4ea1ff; }
.caledit_box .wrap .caledit_inner .caledit td.amOnly { background: #bfe9bb; }
.caledit_box .wrap .caledit_inner .caledit td.outPatient { background: #3a9efe; color: #fff; }
.caledit_box .wrap .caledit_inner .caledit td.notTheMonth { background: #f4f4f4; color: #f4f4f4; }
.caledit_box .wrap .caledit_inner .caledit td.open { background: none; }
.caledit_box .wrap .caption_txt { text-align: right; padding: 0 1rem 0 0; }
.caledit_box .wrap .caption_txt .caption_txt_1 { color: #bfe9bb; }
.caledit_box .wrap .caption_txt .caption_txt_2 { color: #3a9efe; }
.caledit_box .wrap .caption_txt li { display: inline-block; }

@media all and (min-width: 48em), print { .caledit_box .wrap h2 .bg_tit { font-size: 6.5rem; }
  .caledit_box .wrap .caledit_inner { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .caledit_box .wrap .caledit_inner .caledit_inner_l, .caledit_box .wrap .caledit_inner .caledit_inner_r { width: 45%; }
  .caledit_box .wrap .caledit_inner .caledit_inner_l > p, .caledit_box .wrap .caledit_inner .caledit_inner_r > p { font-size: 2.5rem; } }
/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1rem; }

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: #1e90ff; padding: .5rem 0; }
body:not(.index) .treatment_menu .sidebar_menu .sub { background: #F5F5F5 !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
body:not(.index) .treatment_menu .sidebar_menu .sub li { width: 49%; border-bottom: 1px dashed #1e90ff; }
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 dashed #1e90ff; } }
@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: 0.8rem; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::before { content: url("../img/icon/naika.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.digestiveorgan::before { content: url("../img/icon/syokaki.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.diabetes::before { content: url("../img/icon/tonyo.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.hypertension::before { content: url("../img/icon/koketuatu.svg"); display: inline-block; width: 2rem; margin: 0 0.3rem; vertical-align: middle; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.hypertension::before { margin: 0 0.4rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.hypertension { font-size: 1.1rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.hypertension { font-size: 1.8rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.gastriccamera::before { content: url("../img/icon/ikamera.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.pylori::before { content: url("../img/icon/pirori.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.liver::before { content: url("../img/icon/kan.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.nephrology::before { content: url("../img/icon/jinzo.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.chinesemedicine::before { content: url("../img/icon/toyo.svg"); display: inline-block; width: 2rem; margin: 0 0.3rem; vertical-align: middle; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.chinesemedicine::before { margin: 0 0.4rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.chinesemedicine { font-size: 1.1rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.chinesemedicine { font-size: 1.8rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination::before { content: url("../img/icon/yobo.svg"); display: inline-block; width: 2rem; margin: 0 0.3rem; vertical-align: middle; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination::before { margin: 0 0.4rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination { font-size: 1.1rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination { font-size: 1.8rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.homecare::before { content: url("../img/icon/kenko.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.pediatrics::before { content: url("../img/icon/syoni.svg"); display: inline-block; width: 2rem; margin: 0 0.4rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a:hover { font-weight: bold; background-color: #E3F0F6; }
@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; } }

@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介
---------------*/
.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: 3; -ms-flex-order: 2; order: 2; }
.doctor .wrap .main .d_inner .d_inner_r { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.doctor .wrap .main .d_inner .d_inner_r img { width: 50%; }
.doctor .wrap .main > div { border: 2px solid #EBEBEB; padding: 1rem; margin-bottom: 1rem; }
@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: 60%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .doctor .wrap .main .d_inner .d_inner_r { 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; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 40%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .doctor .wrap .main .d_inner .d_inner_r img { width: 75%; }
  .doctor .wrap .main .d_inner .d_inner_r > div { width: 45%; } }

/* クリニック紹介 */
#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 { 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: .8rem; }
  body:not(.index) .treatment_menu .main_contents { width: 70%; margin-top: 0; } }
.internal .sidebar_menu .sub a.internal, .digestiveorgan .sidebar_menu .sub a.digestiveorgan, .diabetes .sidebar_menu .sub a.diabetes, .hypertension .sidebar_menu .sub a.hypertension, .gastriccamera .sidebar_menu .sub a.gastriccamera, .pylori .sidebar_menu .sub a.pylori, .liver .sidebar_menu .sub a.liver, .nephrology .sidebar_menu .sub a.nephrology, .chinesemedicine .sidebar_menu .sub a.chinesemedicine, .vaccination .sidebar_menu .sub a.vaccination, .homecare .sidebar_menu .sub a.homecare, .pediatrics .sidebar_menu .sub a.pediatrics { background-color: #E3F0F6; }

.vaccination .wrap .main_contents .va_list { margin-top: 2rem; }
.vaccination .wrap .main_contents .va_list li a { font-size: 1.6rem; }

@media all and (min-width: 48em), print { .vaccination .wrap .main_contents .va_list { margin-top: 5rem; }
  .vaccination .wrap .main_contents .va_list li a { font-size: 2rem; } }
/* 初めての方へ */
.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: 2.0rem 0; }

@media all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; }
  .access .tbl_time td span { font-size: 1.8rem; }
  .access .gmap { height: 50.0rem; } }
/* 新型コロナウイルスワクチン接種 */
.covid19-vaccine ol.decimal { list-style-type: decimal; margin-left: 2rem; }
.covid19-vaccine ol.decimal li { margin-bottom: 1em; }

.cashless_logo { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cashless_logo li { width: 33%; width: calc(100% / 3); height: 20vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cashless_logo li img { max-width: 80%; max-height: 60%; width: auto; height: auto; }
.cashless_logo li svg { max-width: 80%; max-height: 60%; width: 80%; height: auto; }

@media all and (min-width: 48em), print { .cashless_logo li { width: 150px; height: 80px; }
  .cashless_logo li img { max-width: 100px; max-height: 50px; }
  .cashless_logo li svg { max-width: 100px; max-height: 50px; width: 100%; } }

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