@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; color: #0085d0; }
@media all and (min-width: 48em), print { .point { font-size: 1.8rem; } }

.point_big { font-weight: bold; font-size: 1.8rem; color: #000080; }
@media all and (min-width: 48em), print { .point_big { font-size: 2.2rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1rem auto; }

@media all and (min-width: 48em), print { .img_l { float: left; margin: 0 2rem 2rem 0; }
  .img_r { float: right; margin: 0 0 2rem 2rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media all and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4rem; }

.mt30 { margin-top: 3rem; }

.mt20 { margin-top: 2rem; }

.mt10 { margin-top: 1rem; }

.mb40 { margin-bottom: 4rem; }

.mb30 { margin-bottom: 3rem; }

.mb20 { margin-bottom: 2rem; }

.mb10 { margin-bottom: 1rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2rem; }

@media all and (min-width: 48em), print { .mt40 { margin-top: 8rem; }
  .mt30 { margin-top: 6rem; }
  .mt20 { margin-top: 4rem; }
  .mt10 { margin-top: 2rem; }
  .mb40 { margin-bottom: 8rem; }
  .mb30 { margin-bottom: 6rem; }
  .mb20 { margin-bottom: 4rem; }
  .mb10 { margin-bottom: 2rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 5rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2rem; } }
/* タイムテーブル -------------------------------------- */
.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: 0.4rem; }
.tbl_time tr { border-bottom: 1px solid #000080; }
.tbl_time tr th { padding: 0.8rem 0.4rem; background-color: #000080; color: #fff; }
.tbl_time tr th:first-child { width: 34%; }
.tbl_time tr td { padding: 0.6rem 0.4rem; color: #9696be; border-top: 1px solid #000080; line-height: 1; }
.tbl_time tr td.time { color: #3c3c3c; }

@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 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: 0.4rem; }
.tbl_time_1 tr th { padding: 0.4rem 0; background: #ff9999; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time_1 tr th:first-child { width: 35%; }
.tbl_time_1 tr td { text-align: center; padding: 0.6rem 0.4rem; color: #599900; background: #fff; border-bottom: 1px solid 0; line-height: 1; }
.tbl_time_1 tr td.time { color: #222; }

@media all and (min-width: 48em), print { .tbl_time_1 { font-size: 1.6rem; }
  .tbl_time_1 tr th { padding: 1rem 0; font-size: 1.6rem; }
  .tbl_time_1 tr td { padding: 1.8rem 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_p { color: #fff; font-size: 1.8rem; margin: 0 0 1rem; font-weight: bold; padding: 1rem 2rem; background: #0181bd; }

.tit_01 { color: #fff; font-size: 2.2rem; padding: 2rem 0; background: url("../img/a_logo_title.png") no-repeat left center/contain; font-weight: normal; }

.tit_02 { color: #0085d0; font-size: 2rem; margin: 1rem 0; padding: 0; border-bottom: 2px solid #0085d0; font-weight: bold; }

.tit_03 { background-color: #000080; font-size: 1.7rem; margin: 2.5rem 0; padding: 0 0 0 1rem; color: #fff; font-weight: bold; }

.tit_04 { font-size: 1.5rem; margin: 1rem 0; border-bottom: 1px solid #000080; color: #041455; font-weight: bold; }

.tit_05 { font-size: 1.45rem; margin: 0.8rem 0 0.5rem 0; color: #222222; font-weight: bold; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.2rem; padding: 5rem 0; }
  .tit_02 { font-size: 2.6rem; margin: 3rem 0; }
  .tit_03 { font-size: 2.2rem; margin: 3rem 0; }
  .tit_04 { font-size: 2rem; margin: 3rem 0; }
  .tit_05 { font-size: 1.8rem; margin: 1.8rem 0 1.2rem 0; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -2rem; padding-left: 2.2rem; padding-bottom: 1rem; line-height: 1.4; }
.lst_ul01 li::before { content: "●"; margin-right: 0.4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }

.lst_ul02 { padding: 1.2rem; background-color: #e0eeff; }
.lst_ul02 li { text-indent: -1rem; padding-left: 1.5rem; padding-bottom: 1rem; line-height: 1.4; }
.lst_ul02 li::before { content: "●"; margin-right: 0.4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }

.lst_ul03 { padding: 1.2rem; background-color: #e0eeff; }
.lst_ul03 li { padding-left: 0.5rem; padding-bottom: 1rem; line-height: 1.4; display: inline-block; }
.lst_ul03 li::before { content: "■"; margin-right: 0.4rem; color: #0085d0; 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; margin-bottom: 1rem; }
.lst_ul04 li a { display: block; width: 100%; height: 100%; text-decoration: none !important; background-color: #0085d0; padding: 0.5rem; font-weight: bold; font-size: 1.3rem; color: #fff; border-radius: 5px; border: 1px solid #0085d0; }
.lst_ul04 li a::before { content: "\f107"; font-family: "fontello"; margin-right: 0.8rem; font-size: 1.5rem; }
.lst_ul04 li a:hover { background-color: #fff; color: #0085d0; }

@media all and (min-width: 48em), print { .lst_ul04 li { width: 28%; }
  .lst_ul04 li a { font-size: 1.8rem; }
  .lst_ul04 li a::before { font-size: 1.9rem; } }
.lst_ul05 { 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_ul05 li { width: 47%; text-align: center; margin-bottom: 1rem; }
.lst_ul05 li a { width: 100%; height: 5rem; text-decoration: none !important; background-color: #0085d0; padding: 1.6rem 0; font-weight: bold; font-size: 1.3rem; color: #fff; 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; }
.lst_ul05 li a::before { content: "\f107"; font-family: "fontello"; margin: 0 0.5rem; }
.lst_ul05 li a:hover { background-color: #fff; color: #0085d0; border: 1px solid #0085d0; }

@media all and (min-width: 48em), print { .lst_ul05 li { width: 28%; }
  .lst_ul05 li a { font-size: 1.7rem; height: 7rem; padding: 2.5rem 0; }
  .lst_ul05 li a::before { margin: 0 1rem; font-size: 1.9rem; } }
.lst_ol01 { margin: 1rem 0 1rem 2.6rem; }
@media all and (min-width: 48em), print { .lst_ol01 { margin: 1rem 0 1rem 3rem; } }
.lst_ol01 li { list-style: decimal; padding-bottom: 1rem; line-height: 1.4; }

.lst_dl01 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.lst_dl01 dt { width: 25%; }
.lst_dl01 dt::before { content: "●"; margin-right: 0.4rem; color: #0085d0; font-size: 60%; vertical-align: 20%; }
.lst_dl01 dd { width: 70%; margin: 0 0 1rem 0; }

@media all and (min-width: 48em), print { .lst_dl01 dt { width: 20%; }
  .lst_dl01 dd { margin: 0 0 1rem 0; } }
.lst_dl02 { border: 1px solid #0085d0; }
.lst_dl02 dt { background-color: #e0eeff; padding: 0.5rem; border-top: 1px solid #0085d0; border-bottom: 1px solid #0085d0; font-weight: bold; }
.lst_dl02 dt:first-child { border-top: none; }
.lst_dl02 dd { padding: 1rem 0; margin: 0 0 0 1.5rem; }
@media all and (min-width: 48em), print { .lst_dl02 dd { margin: 0 0 0 2rem; } }

.link_box { width: 100%; padding: 0.5rem 0; }
.link_box .text { display: inline-block; color: #0085d0; font-weight: 500; }
.link_box .text a { text-decoration: none !important; }
.link_box .text::before { content: "\f105"; font-family: "fontello"; margin-right: 0.5rem; }
.link_box .text::after { content: "\f08e"; font-family: "fontello"; margin-left: 0.5rem; }

.link_btn { display: inline-block; padding: 0.5rem 2.5rem; text-decoration: none !important; background: #0085d0; color: #fff; border-radius: 4px; border: solid 1px #0085d0; font-weight: 800; margin-left: 1rem; }
.link_btn::after { content: "\f105"; font-family: "fontello"; margin-left: 0.5rem; }
.link_btn:hover { background: #fff; color: #0085d0; }

@media all and (min-width: 48em), print { .link_btn { padding: 0.5rem 3.5rem; margin-left: 1.5rem; }
  .link_btn::after { margin-left: 0.8rem; } }
/* フレックス回り -------------------------------------- */
@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; overflow: auto; }

body { background: #fff; color: #313131; overflow: hidden; }

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; }

p { margin: 0.5rem 0; }

.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: 0.2s; transition: 0.2s; }
  a:hover { opacity: 0.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: 1rem; }
.header .wrap .head_l { padding: 0 1rem; }
.header .wrap .head_l .logo { height: 7rem; }
.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; max-width: 75% !important; }
.header .wrap .head_c li { text-align: center; font-size: 1.5rem; margin: 1rem 0; }
.header .wrap .head_r { text-align: center; margin-bottom: 1rem; }
.header .wrap .head_r span { display: inline-block; background-color: #0085d0; color: #fff; padding: 0.5rem 1rem; font-size: 1.8rem; }
.header .wrap .head_r span::before { content: ""; background: url("../img/icon_tel.png") no-repeat center center/contain; margin: 0 0.5rem 0 0; display: inline-block; width: 1.5rem; height: 1.5rem; }

@media all and (min-width: 48em), print { .header { padding-top: 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: st; -ms-flex-align: st; align-items: st; padding: 2rem 0 1rem 0; }
  .header .wrap .head_l { width: 34%; }
  .header .wrap .head_l .logo { width: 100%; margin-bottom: 1rem; }
  .header .wrap .head_l .logo a img { margin: 0; max-width: 100% !important; }
  .header .wrap .head_c { width: 38%; }
  .header .wrap .head_c li { text-align: left; font-size: 1.7rem; margin: 0 0 1rem 4rem; }
  .header .wrap .head_c li:first-child::before { content: url("../img/icon_map.png"); margin: 0 0.5rem 0 0; display: inline-block; vertical-align: middle; }
  .header .wrap .head_c li:last-child::before { content: url("../img/icon_parking.png"); margin: 0 0.5rem 0 0; display: inline-block; vertical-align: middle; }
  .header .wrap .head_r { width: 25%; text-align: left; }
  .header .wrap .head_r span { display: inline-block; background-color: #0085d0; color: #fff; padding: 1.8rem 1.9rem; font-size: 2.5rem; }
  .header .wrap .head_r span::before { content: ""; background: url("../img/icon_tel.png") no-repeat center center/contain; margin: 0 0.5rem 0 0; display: inline-block; width: 2.3rem; height: 2.3rem; } }
/* 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: 5rem; height: 5rem; color: #fff; background: #000080; text-shadow: none; border-radius: 0; text-align: center; line-height: 1; margin: 1rem 1rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: "fontello"; content: "\e802"; line-height: 0.8; }
.slicknav_menu .slicknav_btn::after { display: block; content: "MENU"; font-size: 1rem; }
.slicknav_menu .slicknav_btn.slicknav_open { background-color: #000080; color: #fff; /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: "fontello"; content: "\e803"; line-height: 0.8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: "CLOSE"; font-size: 1rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: none; position: absolute; top: 6.8rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { background-color: #000080; 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: #0085d0; }
.slicknav_menu .slicknav_nav .gnav .sub li { padding-left: 4rem; }
.slicknav_menu .slicknav_nav .gnav .sub li a { margin: 0px; padding: 1rem 0 1rem 0.3rem; }
.slicknav_menu .slicknav_nav .gnav .sub li a:hover { background: none; font-weight: bold; border-radius: 0px; }
.slicknav_menu .slicknav_nav .gnav .sub li a.camera { color: #faff67; }
.slicknav_menu .slicknav_nav .gnav .sub li a.anus { color: #faff67; }
.slicknav_menu .slicknav_nav .gnav .sub li a.selfpay { color: #ffd2df; }
.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: #000080; 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; padding: 1.5rem 0; background-color: #f0f3f5; }
  #nav .gnav { width: 1000px; 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 { position: absolute; top: 5rem; left: -34rem; width: 75rem; background: #f0f3f5; z-index: 999; border: 2px solid #041455; -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; display: none; }
  #nav .gnav li .sub li { padding: 0.7rem 1rem; display: inline-block; }
  #nav .gnav li .sub li:nth-child(-n + 4) { width: 49.5%; }
  #nav .gnav li .sub li:nth-child(-n + 4) a { font-size: 1.8rem; }
  #nav .gnav li .sub li:nth-child(n + 5) { width: 32.85%; }
  #nav .gnav li .sub li:nth-child(n + 5) a { font-size: 1.55rem; }
  #nav .gnav li .sub li a { display: block; width: 100%; background-color: #000080; color: #fff; font-weight: bold; padding: 1.5rem 0; }
  #nav .gnav li .sub li a.camera { color: #faff67; }
  #nav .gnav li .sub li a.anus { color: #faff67; }
  #nav .gnav li .sub li a.selfpay { color: #ffd2df; }
  #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; border-bottom: 2px solid #f0f3f5; }
  #nav .gnav > li > a:hover { color: #000080; border-bottom: 2px solid #000080; }
  #nav .gnav > li.treat_point { cursor: pointer; }
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { border-bottom: 2px solid #000080; } }
/* ページ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 { position: fixed; bottom: 0; width: 100%; background-color: white; }
  .pageup_pc .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .pageup_pc .wrap span { background-color: #0085d0; font-size: 2.5rem; color: #fff; padding: 1.2rem 2rem; }
  .pageup_pc .wrap span::before { content: url("../img/icon_tel.png"); margin: 0 0.5rem 0 0; display: inline-block; vertical-align: middle; }
  .pageup_pc .wrap > a { width: 5.5rem; height: 5.5rem; background: url("../img/icon_totop.png") no-repeat center center/contain; } }
/* フッター -------------------------------------- */
.footer { /* クリニック概要 ----------- */ /* クリニック概要 of end----- */ text-align: center; padding-bottom: 5.8rem; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#76caf2), color-stop(34%, #0085d0), to(#080058)); background: linear-gradient(90deg, #76caf2 0%, #0085d0 34%, #080058 100%); }
.footer .overview { padding: 6rem 1rem 1rem; font-size: 1.3rem; line-height: 1.6; text-align: left; }
.footer .overview .wrap { background-color: #fff; padding: 1rem; }
.footer .overview .wrap .overviewL { color: #3c3c3c; }
.footer .overview .wrap .overviewL p:nth-of-type(1) { font-size: 2rem; }
.footer .overview .wrap .overviewL p:nth-of-type(2)::before { content: ""; display: inline-block; width: 1.2rem; height: 1.2rem; background: url("../img/icon_map.png") no-repeat center center/contain; vertical-align: middle; }
.footer .overview .wrap .overviewR { margin: 2rem 0; }
.footer .overview .wrap .overviewR .gmap { text-align: center; padding: 2rem 0; }
.footer .overview .wrap .overviewR .gmap iframe { height: 25rem; }
.footer .copy { display: block; padding: 1rem; font-size: 1.4rem; font-weight: normal; }
.footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding-bottom: 5.5rem; /* クリニック概要 ----------- */ /* クリニック概要 of end ----------- */ }
  .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; }
  .footer .overview .wrap .overviewL p:nth-of-type(2)::before { width: 1.8rem; height: 1.8rem; }
  .footer .overview .wrap .overviewR { margin: 0; padding: 0; }
  .footer .overview .wrap .overviewR .gmap { padding: 0; }
  .footer .overview .wrap .overviewR .gmap iframe { height: 53rem; position: relative; top: 0.3rem; }
  .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_menu { padding: 2rem 0; border-bottom: 1px solid #fff; }
  .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 { background: none; line-height: 1.4; }
  .footer .wrap ul li:not(:last-child)::after { content: "|"; margin: 0 1.6rem; }
  .footer .wrap ul li a { opacity: 1; }
  .footer .wrap ul li a:hover { text-decoration: underline; }
  .footer .wrap ul li.treat_point { display: none; }
  .footer .copy { margin: 1rem 0; width: 100%; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* 共通項目 -------------------------------------- */
h2.tit { text-align: center; font-size: 2rem; padding-top: 4rem; color: #222222; font-weight: normal; line-height: 1.4; }
h2.tit::after { content: ""; display: block; width: 15%; height: 1px; background-color: #000080; margin: 0.6rem auto 0 auto; }

@media all and (min-width: 48em), print { h2.tit { font-size: 3rem; padding-top: 5rem; }
  h2.tit::after { width: 5rem; height: 2px; top: 88%; left: 47.5%; } }
/* キービジュアル -------------------------------------- */
.keyvsl { margin: 0; max-width: 100%; height: auto; position: relative; z-index: -1; }
.keyvsl .keyv_text { padding: 1rem; background: rgba(255, 255, 255, 0.8); line-height: 1.9; position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }
.keyvsl .keyv_text p { margin: 1rem auto; font-size: 1.6rem; line-height: 1.5; color: #000080; width: 23rem; }
.keyvsl .keyv_text p.text_btn { background-color: #000080; color: #fff; font-weight: bold; padding: 1rem 3rem; font-size: 1.5rem; }
.keyvsl .keyv_text p.text_s { font-size: 3.8vw; letter-spacing: 0; width: auto; }

@media all and (min-width: 48em), print { .keyvsl { margin: 0 auto; }
  .keyvsl .keyv_text { font-size: 2rem; letter-spacing: 0.5rem; padding: 2rem 0; background: rgba(255, 255, 255, 0.8); z-index: 99; display: inline-block; line-height: 1.9; position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .keyvsl .keyv_text p { width: 60rem; font-size: 2.8rem; line-height: 1.9; text-shadow: 0px 0px 7px #8d8d94; letter-spacing: 0.5; }
  .keyvsl .keyv_text p.text_btn { background-color: #000080; color: #fff; font-weight: bold; padding: 1rem 3rem; font-size: 2.4rem; text-shadow: none; }
  .keyvsl .keyv_text p.text_s { font-size: 2.0rem; letter-spacing: 0; } }
.bx-wrapper .bx-pager { display: none; }

/* お知らせ -------------------------------------- */
.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; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; width: 95%; margin: 0 auto; }
.info .info_inner h2 { width: 100%; background-color: #000080; color: #fff; padding: 1rem 0; font-weight: normal; }
.info .info_inner dl { margin: 0; line-height: 1.4; padding: 0.6rem; height: 27rem; overflow-y: auto; }
.info .info_inner dl dt { margin-bottom: 0.4rem; font-weight: bold; color: #000080; font-size: 1.6rem; }
.info .info_inner dl dd { margin: 0 0 1rem; padding-bottom: 1rem; line-height: 1.7; border-bottom: 1px solid #cccccc; }
.info .info_inner dl dd span.tel { font-size: 1.5rem; font-weight: 700; color: #000080; }

@media all and (min-width: 48em), print { .info { padding: 5rem 0; }
  .info .info_inner { background-size: 30%; }
  .info .info_inner h2 { width: 23%; line-height: 27rem; }
  .info .info_inner dl { width: 77%; padding: 1.4rem; }
  .info .info_inner dl dt { font-size: 1.8rem; background-size: 3%; }
  .info .info_inner dl dd span.tel { font-size: 1.9rem; } }
/* intro 当院の特長
-------------------------------------- */
.intro { background: url("../img/top_feature_bg.png") repeat center center/contain; 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; padding: 0 1rem; }
.intro .wrap h2 { width: 100%; }
.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: 2rem auto; background-color: #fff; -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; width: 46%; }
.intro .intro_inner .intro_l { width: 100%; height: 14rem; }
.intro .intro_inner .intro_l.photo_1 { background: url("../img/top_feature_1.png") no-repeat center center/cover; }
.intro .intro_inner .intro_l.photo_2 { background: url("../img/top_feature_2.png") no-repeat center center/cover; }
.intro .intro_inner .intro_l.photo_3 { background: url("../img/top_feature_3.png") no-repeat center center/cover; }
.intro .intro_inner .intro_l.photo_4 { background: url("../img/top_feature_4.png") no-repeat center center/cover; }
.intro .intro_inner .intro_r { height: 8rem; 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; }
.intro .intro_inner .intro_r h3 { text-align: center; font-size: 1.3rem; color: #000080; }

@media all and (min-width: 48em), print { .intro { padding-bottom: 6rem; }
  .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: 47%; }
  .intro .intro_inner .intro_l { width: 45%; height: 20rem; }
  .intro .intro_inner .intro_r { width: 50%; height: 20rem; 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; }
  .intro .intro_inner .intro_r h3 { text-align: left; font-size: 2.3rem; }
  .intro .intro_inner .intro_r h3 small { font-size: 2.3rem; } }
/*  診療案内
-------------------------------------- */
body.index .main .treatment { padding: 0 1rem 3rem 1rem; }
body.index .main .treatment .sidebar nav { margin-top: 2rem; }
body.index .main .treatment .sidebar nav .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 nav .sub li { width: 48%; margin: 0 0 3rem 0; -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; }
body.index .main .treatment .sidebar nav .sub li a { width: 100%; height: 4.5rem; text-decoration: none; color: #fff; background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(navy)); background: linear-gradient(90deg, #0068b7 0%, navy 100%); 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.5rem; font-size: 1.25rem; border-radius: 5px; /*&.selfpay::before { background: url("../img/top_treatment_5.png") no-repeat; @include svg;
}*/ }
body.index .main .treatment .sidebar nav .sub li a > span { width: 70%; }
body.index .main .treatment .sidebar nav .sub li a.camera { color: #faff67; font-weight: bold; }
body.index .main .treatment .sidebar nav .sub li a.anus { color: #faff67; font-weight: bold; }
body.index .main .treatment .sidebar nav .sub li a.selfpay { color: #ffd2df; font-weight: bold; }
body.index .main .treatment .sidebar nav .sub li a.internal::before { background: url("../img/top_treatment_1.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.internal::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.camera::before { background: url("../img/top_treatment_2.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.camera::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.anus::before { background: url("../img/top_treatment_3.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.anus::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::before { background: url("../img/top_treatment_6.png") no-repeat; content: ""; background-position: center; background-size: contain; display: inline-block; width: 2rem; height: 2rem; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::before { width: 5rem; height: 5rem; } }
body.index .main .treatment .sidebar nav .sub li a.internal::after, body.index .main .treatment .sidebar nav .sub li a.camera::after, body.index .main .treatment .sidebar nav .sub li a.anus::after, body.index .main .treatment .sidebar nav .sub li a.painclinic::after, body.index .main .treatment .sidebar nav .sub li a.lifestyledisease::after, body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.pediatrics::after, body.index .main .treatment .sidebar nav .sub li a.general::after, body.index .main .treatment .sidebar nav .sub li a.orthopedics::after, body.index .main .treatment .sidebar nav .sub li a.vaccination::after, body.index .main .treatment .sidebar nav .sub li a.selfpay::after { content: ""; background: url("../img/treatment_icon.png") no-repeat center center/contain; width: 1rem; height: 1rem; display: inline-block; }
@media all and (min-width: 48em), print { body.index .main .treatment .sidebar nav .sub li a.internal::after, body.index .main .treatment .sidebar nav .sub li a.camera::after, body.index .main .treatment .sidebar nav .sub li a.anus::after, body.index .main .treatment .sidebar nav .sub li a.painclinic::after, body.index .main .treatment .sidebar nav .sub li a.lifestyledisease::after, body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.pediatrics::after, body.index .main .treatment .sidebar nav .sub li a.general::after, body.index .main .treatment .sidebar nav .sub li a.orthopedics::after, body.index .main .treatment .sidebar nav .sub li a.vaccination::after, body.index .main .treatment .sidebar nav .sub li a.selfpay::after { width: 2rem; height: 2rem; } }
body.index .main .treatment .sidebar nav .sub li.big a { height: 5rem; }
@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 li { width: 32%; margin: 0 0 4rem 0; }
  body.index .main .treatment .sidebar nav .sub li.big { width: 49%; }
  body.index .main .treatment .sidebar nav .sub li.big a { height: 10rem; font-size: 2.5rem; }
  body.index .main .treatment .sidebar nav .sub li a { font-size: 1.8rem; height: 8rem; padding: 0 1rem 0 2rem; font-weight: bold; }
  body.index .main .treatment .sidebar nav .sub li a > span { width: 80%; } }

/*  ご挨拶
-------------------------------------- */
.greeting { background-color: #f0f2f2; }
.greeting .wrap { padding: 0 1rem 5rem 1rem; }
.greeting .wrap .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; }
.greeting .wrap .inner .inner_l { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.greeting .wrap .inner .inner_l p { line-height: 1.6; margin-top: 3rem; }
.greeting .wrap .inner .inner_r { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-top: 2rem; }
.greeting .wrap .inner .inner_r img { -webkit-box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; box-shadow: rgba(238, 238, 238, 0.3) 0px 0px 10px 10px; width: 70%; margin: 0 auto; }

@media all and (min-width: 48em), print { .greeting { background: url("../img/top_greeting_bg.png") no-repeat center center/cover; }
  .greeting .wrap { padding: 0 0 6rem 0; }
  .greeting .wrap .inner { margin-top: 2rem; }
  .greeting .wrap .inner .inner_l { width: 60%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .greeting .wrap .inner .inner_l p { line-height: 1.9; margin-top: 0; }
  .greeting .wrap .inner .inner_r { width: 40%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-top: 0rem; } }
/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1rem; }
body:not(.index) h2.tit { font-weight: bold; }
body:not(.index) .img_c { max-width: 80%; }
@media all and (min-width: 48em), print { body:not(.index) .img_l, body:not(.index) .img_r { max-width: 55%; height: auto; }
  body:not(.index) .img_c { max-width: 55%; } }

.step1 dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0.5rem 0; margin-bottom: 0.5rem; border-bottom: 1px solid #0085d0; }
.step1 dl dt { width: 20%; }
.step1 dl dt > span { display: block; color: #fff; text-align: center; border: 2px solid #0085d0; font-weight: bold; background: #0085d0; border-radius: 4px; }
.step1 dl dt > span span { display: block; font-weight: bold; color: #fff; }
.step1 dl dd { width: 79%; padding-left: 1em; margin: 0; }
.step1 dl dd h5 { color: #0085d0; padding-left: 1em; text-align: left; border-bottom: 1px dashed #000; }
.step1 dl dd p { margin: 0.3rem; }
.step1 .txt_point { font-size: 1rem; font-weight: bold; color: #0085d0; }

.point_red { font-weight: bold; font-size: 1.4rem; color: red; }
@media all and (min-width: 48em), print { .point_red { font-size: 1.8rem; } }

.lower_title { background: -webkit-gradient(linear, left top, right top, from(#76caf2), color-stop(34%, #0085d0), to(#080058)); background: linear-gradient(90deg, #76caf2 0%, #0085d0 34%, #080058 100%); }

@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: #000080; padding: 1.5rem 0; }
body:not(.index) .treatment_menu .sidebar_menu .sub { 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: 50%; border-bottom: 1px dashed #fff; height: 5rem; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li { height: 6rem; } }
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 #fff; } }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li:last-child { border-bottom: none; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a { text-decoration: none; display: block; width: 100%; height: 100%; padding: 1rem; background: #f0f3f5; color: #041455; 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; font-size: 1.4rem; font-weight: bold; /*&.selfpay::before { content: ""; background: url("../img/a_treatment_5.png") no-repeat center center / contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin: 0 0.8rem; vertical-align: middle;
}*/ }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a { font-size: 1.9rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a span { width: 80%; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.camera::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.anus::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.painclinic::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.lifestyledisease::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.digestiveorgan::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.pediatrics::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.general::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.orthopedics::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.selfpay::after { content: ""; background: url("../img/a_icon_arrows.png") no-repeat center center/contain; width: 1rem; height: 1rem; display: inline-block; color: #041455; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.camera::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.anus::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.painclinic::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.lifestyledisease::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.digestiveorgan::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.pediatrics::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.general::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.orthopedics::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.vaccination::after, body:not(.index) .treatment_menu .sidebar_menu .sub li a.selfpay::after { width: 1rem; height: 1rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::before { content: ""; background: url("../img/a_treatment_1.png") no-repeat center center/contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin: 0 0.8rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.camera::before { content: ""; background: url("../img/a_treatment_2.png") no-repeat center center/contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin: 0 0.8rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.anus::before { content: ""; background: url("../img/a_treatment_3.png") no-repeat center center/contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin: 0 0.8rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.digestiveorgan::before { content: ""; background: url("../img/a_treatment_6.png") no-repeat center center/contain; display: inline-block; width: 2.5rem; height: 2.5rem; margin: 0 0.8rem; vertical-align: middle; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a:hover { background: #bbdefd; opacity: 1; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.selfpay { background-color: #fff0f5; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.selfpay:hover { background-color: #ffdddd; }
@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; } }

/* ドクター紹介
---------------*/
.doctor .wrap .flex2 { margin: 0 0 3rem 0; }

/* クリニック紹介 */
#clinicslide, #clinicslide_1 { margin-bottom: 4rem; }
@media all and (min-width: 48em), print { #clinicslide, #clinicslide_1 { margin-bottom: 8rem; } }

.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 .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: 0.8rem; }
  body:not(.index) .treatment_menu .main_contents { width: 70%; margin-top: 0; } }
.internal .sidebar_menu .sub a.internal, .camera .sidebar_menu .sub a.camera, .anus .sidebar_menu .sub a.anus, .painclinic .sidebar_menu .sub a.painclinic, .lifestyledisease .sidebar_menu .sub a.lifestyledisease, .digestiveorgan .sidebar_menu .sub a.digestiveorgan, .general .sidebar_menu .sub a.general, .orthopedics .sidebar_menu .sub a.orthopedics, .pediatrics .sidebar_menu .sub a.pediatrics, .vaccination .sidebar_menu .sub a.vaccination { background: #bbdefd !important; }

.selfpay .sidebar_menu .sub a.selfpay { background: #ffdddd !important; }

/* 初めての方へ */
.flow dd { margin: 0 0 6rem; position: relative; }
@media all and (min-width: 48em), print { .flow dd { margin: 0 0 10rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5rem; left: 0; right: 0; border-top: 2rem solid #ccc; border-right: 3rem solid transparent; border-bottom: 1rem solid transparent; border-left: 3rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .wrap .main .gmap { height: 30rem; margin: 2rem 0; }
.access .footer .overview { display: none; }

@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 .wrap .main .gmap { height: 45rem; margin: 2rem 0 6rem 0; } }
.selfpay .selfpay_infotext { margin: 2rem 0 0 0; }
.selfpay .tit.selfpay_tit { padding: 2rem 0 1.8rem 0; }
.selfpay .selfpay_imgbox { margin: 1.5rem 0; }
.selfpay .selfpay_imgbox img { max-width: 90%; }
.selfpay ul.credit { margin: 2rem auto 0; width: 70%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.selfpay ul.credit li { padding: 0 0.5rem; }
.selfpay dl.table_box dt { border-top: none; }
.selfpay dd.table_dd { padding: 0 !important; margin: 0; }
.selfpay dd.table_dd table { width: 100%; border-collapse: collapse; }
.selfpay dd.table_dd table td { border-bottom: 1px solid #0085d0; border-right: 1px solid #0085d0; padding: 5px; }
.selfpay dd.table_dd table td.none { border-right: 0; }
.selfpay .step_pc .inner ul.items li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 10rem; }
.selfpay .step_pc .inner ul.items li .items_no { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.selfpay .step_pc .inner ul.items li .items_no .no_bk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #000080; background-color: #000080; color: #fff; border-radius: 50%; width: 4.3rem; height: 7.5rem; }
.selfpay .step_pc .inner ul.items li .items_no .no_bk span { text-align: center; display: block; margin: 0; line-height: 1.1; }
.selfpay .step_pc .inner ul.items li .items_no .no_bk span:nth-child(1) { text-transform: uppercase; font-size: 0.8rem; }
.selfpay .step_pc .inner ul.items li .items_no .no_bk span:nth-child(2) { font-weight: bold; font-size: 1.6rem; }
.selfpay .step_pc .inner ul.items li .items_no::after { content: ""; width: 1px; height: 100%; display: block; background-color: #000080; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.selfpay .step_pc .inner ul.items li .items_text { margin: 0 0 0 1rem; padding: 1rem 0 0 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-bottom: 1px dotted #000080; }
.selfpay .step_pc .inner ul.items li .items_text h5 { font-weight: bold; color: #000080; }
.selfpay .step_pc .inner ul.items li .items_text p { margin: 0 0 0.8rem 0; }
.selfpay .step_pc .inner ul.items li:last-child .items_no { position: relative; }
.selfpay .step_pc .inner ul.items li:last-child .items_no::before { position: absolute; content: ""; width: 1.5rem; height: 0.5px; background-color: #000080; bottom: 5%; left: 21%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.selfpay .text_box { background-color: #e0eeff; padding: 1.5rem; }

@media all and (min-width: 48em), print { .selfpay .selfpay_infotext { margin: 5rem 0 0 0; }
  .selfpay .tit.selfpay_tit { padding: 5rem 0 1.8rem 0; }
  .selfpay .selfpay_imgbox { margin: 2.5rem 0; }
  .selfpay .selfpay_imgbox img { max-width: 80%; }
  .selfpay .step_pc .inner ul.items li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 12rem; }
  .selfpay .step_pc .inner ul.items li .items_no { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .selfpay .step_pc .inner ul.items li .items_no .no_bk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #000080; background-color: #000080; color: #fff; border-radius: 50%; width: 5.9rem; height: 11.5rem; }
  .selfpay .step_pc .inner ul.items li .items_no .no_bk span { text-align: center; display: block; margin: 0; line-height: 1.1; }
  .selfpay .step_pc .inner ul.items li .items_no .no_bk span:nth-child(1) { text-transform: uppercase; font-size: 1rem; }
  .selfpay .step_pc .inner ul.items li .items_no .no_bk span:nth-child(2) { font-weight: bold; font-size: 2.5rem; }
  .selfpay .step_pc .inner ul.items li .items_no::after { content: ""; width: 1px; height: 100%; display: block; background-color: #000080; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
  .selfpay .step_pc .inner ul.items li .items_text { margin: 0 0 0 1rem; padding: 1.5rem 0 0 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-bottom: 1px dotted #000080; }
  .selfpay .step_pc .inner ul.items li .items_text h5 { font-weight: bold; color: #000080; }
  .selfpay .step_pc .inner ul.items li .items_text p { margin: 0 0 0.8rem 0; }
  .selfpay .step_pc .inner ul.items li:last-child .items_no { position: relative; }
  .selfpay .step_pc .inner ul.items li:last-child .items_no::before { position: absolute; content: ""; width: 1.5rem; height: 0.5px; background-color: #000080; bottom: 5%; left: 28%; -webkit-transform: rotate(45deg); transform: rotate(45deg); } }

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