@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { 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: #005bac; }
@media all and (min-width: 48em), print { .point { font-size: 1.8rem; } }

.point_red { color: red; font-size: 1.2rem; }
@media all and (min-width: 48em), print { .point_red { font-size: 1.6rem; } }

/* 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; text-align: center; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tbody { background-color: #FFF; }
.tbl_time tr:not(first-child) { border-bottom: 1px solid #dcdcdc; }
.tbl_time tr:nth-child(2) td { color: #6196c6; }
.tbl_time tr:nth-child(3) td { color: #a0a0a0; }
.tbl_time tr:nth-child(4) td { color: #2ea3b4; }
.tbl_time tr th { padding: 0.8rem .4rem; font-weight: normal; background-color: #00a0b8; color: #FFF; }
.tbl_time tr th:first-child { width: 31%; }
.tbl_time tr th:not(first-child) { border-right: 1px solid #dcdcdc; }
.tbl_time tr td { padding: .6rem .4rem; line-height: 1.0; }
.tbl_time tr td:not(first-child) { border-right: 1px solid #dcdcdc; }
.tbl_time tr td.time { text-align: left; text-align: center; color: #1b1b1b; }
.tbl_time tr td.time div { margin-top: 0.5rem; }
.tbl_time tr td.time div span { color: #04509e; }
.tbl_time tr td.close { color: #1b1b1b; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; table-layout: fixed; }
  .tbl_time caption { font-size: 100%; }
  .tbl_time tr th { padding: 0.6rem 0; font-size: 1.8rem; }
  .tbl_time tr td { padding: 0.8rem 0; } }
.tbl_time_1 { width: 100%; border-collapse: collapse; border-spacing: 0; }
.tbl_time_1 caption { caption-side: top; margin-top: .4rem; font-weight: bold; font-size: 1.5rem; }
.tbl_time_1 tr th { padding: .4rem 0; background: #00a0b8; font-weight: normal; border: 1px solid #005bac; font-weight: bold; color: #fff; }
.tbl_time_1 tr td { text-align: center; padding: .6rem .4rem; background: #fff; border: 1px solid #005bac; line-height: 1.0; }
.tbl_time_1 tr td.time { color: #222; }

@media all and (min-width: 48em), print { .tbl_time_1 caption { font-size: 1.8rem; }
  .tbl_time_1 tr th { padding: 1.0rem 0; }
  .tbl_time_1 tr td { padding: 1.8rem 0; } }
.tbl_time_2 { width: 100%; border-collapse: collapse; border: 1px solid #005bac; }
.tbl_time_2 .thend th { display: none; }
.tbl_time_2 tr { width: 100%; }
.tbl_time_2 tr td { display: flex; justify-content: flex-start; }
.tbl_time_2 tr td:first-child { background: #00a0b8; font-weight: bold; text-align: center; color: #fff; }
.tbl_time_2 tr td::before { content: attr(data-label); margin-right: 10px; -webkit-flex-shrink: 0; flex-shrink: 0; }

@media all and (min-width: 48em), print { .tbl_time_2 { width: 100%; border-collapse: collapse; border: 1px solid #005bac; table-layout: auto; text-align: center; }
  .tbl_time_2 .thend th { display: table-cell; border: 1px solid #005bac; background: #00a0b8; color: #fff; }
  .tbl_time_2 .thend th:nth-child(1) { width: 18%; }
  .tbl_time_2 .thend th:nth-child(2) { width: 15%; }
  .tbl_time_2 .thend th:nth-child(4) { width: 18%; }
  .tbl_time_2 tr { width: 100%; }
  .tbl_time_2 tr td { display: table-cell; border: 1px solid #005bac; }
  .tbl_time_2 tr td.table_none { display: none !important; }
  .tbl_time_2 tr td:first-child { background: transparent; font-weight: normal; text-align: center; color: #020202; }
  .tbl_time_2 tr td::before { content: none; } }
/* グーグルマップ -------------------------------------- */
.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: #007592; font-size: 2.2rem; padding: 2.5rem 0; margin-bottom: 2rem; margin-top: 0.5rem; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }

.tit_02 { color: #fff; background-color: #005bac; font-size: 2.0rem; margin: 1.0rem 0; padding: 0.3rem 0; position: relative; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
.tit_02::after { content: ""; display: block; position: absolute; width: 100%; height: 0.2rem; background-color: #005bac; bottom: -0.4rem; left: 0; }

.tit_03 { background-color: #c3e8f7; font-size: 1.6rem; margin: 2.5rem 0; text-align: center; color: #094992; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }

.tit_04 { font-size: 1.45rem; margin: 1.0rem 0; text-align: center; border-bottom: 2px solid #bfbfbf; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }

.tit_05 { font-size: 1.3rem; margin: 1.0rem 0; padding: 0.6rem 0; text-align: center; border-bottom: 2px dotted #bfbfbf; }

@media all and (min-width: 48em), print { .tit_p { font-size: 2.6rem; }
  .tit_01 { font-size: 3.2rem; padding: 4rem 0; }
  .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: #00a0b8; font-size: 60%; vertical-align: 20%; }
.lst_ul01 li a { text-decoration: none !important; color: #00a0b8; }

.lst_ul02 { border: 1px solid #005bac; border-radius: 10px; padding: 0.5rem; background-color: #c3e8f7; }
.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: #00a0b8; 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-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-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; }

.lst_ul05 li { text-indent: -1.2rem; padding-left: 1.5rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul05 li::before { content: '◆'; margin-right: 0.3rem; font-size: 60%; vertical-align: 20%; }

@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 #005bac; }
.lst_dl02 dt { background-color: #c3e8f7; padding: 0.5rem; border-top: 1px solid #005bac; border-bottom: 1px solid #005bac; font-weight: bold; }
.lst_dl02 dt:first-child { border-top: none; }
.lst_dl02 dd { padding: 1rem; margin: 0; }

.link_box { width: 100%; padding: 0.5rem 1rem; margin: 2em auto; color: #313131; background: #e0eeff; /*背景色*/ border-top: solid 6px #1e90ff; 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-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-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: YuGothic, 'Yu Gothic', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }

body { background: #fff; color: #020202; }

a { color: inherit; text-decoration: none; }

h1 { text-align: center; font-weight: bold; }

h2 { 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 { 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 { 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: 1rem; }
.header .wrap .logo img { margin: 0 0.5rem; }
.header .wrap span.top_address { display: block; text-align: center; margin: 1rem 0; font-size: 1.5rem; }
.header .wrap span.top_address:nth-of-type(1)::before { content: "\e800"; font-family: "fontello"; margin-right: 0.3rem; color: #0ca4bb; font-size: 1.5rem; vertical-align: 0%; }
.header .wrap .info_box > span { display: block; text-align: center; margin: 1rem 0; font-size: 1.5rem; }
.header .wrap .info_box > span.tel { font-size: 2rem; color: #00428e; font-weight: bold; }
.header .wrap .info_box > span.tel::before { content: "\e801"; font-family: "fontello"; margin-right: 0.5rem; color: #0ca4bb; font-size: 1.8rem; vertical-align: 10%; }
.header .wrap .info_box > span.info_mail { font-size: 1.6rem; color: #00428e; font-weight: bold; }
.header .wrap .info_box > span.info_mail::before { content: "\e807"; font-family: "fontello"; margin-right: 0.5rem; color: #0ca4bb; font-size: 1.8rem; vertical-align: middle; }

@media all and (min-width: 48em), print { .header { padding: 0; }
  .header .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; background: url("../img/a_logo_pale.png") no-repeat right 7% center/12%; padding: 2rem 0; }
  .header .wrap .logo { order: 1; }
  .header .wrap .logo img { max-width: 100%; }
  .header .wrap span.top_address:nth-of-type(1) { font-size: 1.7rem; vertical-align: 0%; order: 3; }
  .header .wrap .info_box { order: 2; }
  .header .wrap .info_box > span { text-align: left; }
  .header .wrap .info_box > span.tel { font-size: 2.4rem; order: 2; }
  .header .wrap .info_box > span.tel::before { font-size: 2rem; vertical-align: 10%; }
  .header .wrap .info_box > span.info_mail { font-size: 1.8rem; }
  .header .wrap .info_box > span.info_mail::before { font-size: 2rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { box-sizing: border-box; background-color: transparent; padding: 0; }
.slicknav_menu:after, .slicknav_menu:before { content: " "; display: table; }
.slicknav_menu .slicknav_btn { position: absolute; top: 1.3rem; right: 1rem; margin: 0; padding: 2vw 2vw 5vw; z-index: 10; background: #00428e; border-radius: 0; font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.slicknav_menu .slicknav_btn::after { content: "MENU"; color: #fff; font-size: 2.7vw; font-weight: 400; line-height: 1; position: absolute; bottom: 1.2vw; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-shadow: none; transition: content 1s; }
.slicknav_menu .slicknav_btn.slicknav_open { background: #00428e; }
.slicknav_menu .slicknav_btn.slicknav_open:after { content: "CLOSE"; }
.slicknav_menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin: 0; }
.slicknav_menu .slicknav_menutxt { display: none; }
.slicknav_menu .slicknav_icon { display: inline-block; position: relative; height: 5vw; width: 8vw; transition: all .4s; margin: 0; }
.slicknav_menu .slicknav_icon:before { background: transparent; width: 1.125em; height: .875em; display: block; content: ""; position: absolute; }
.slicknav_menu .slicknav_icon .slicknav_icon-bar { background-color: #fff; border-radius: 1px; box-shadow: none; display: inline-block; position: absolute; left: 0; height: .2rem; width: 100%; transition: all .4s; }
.slicknav_menu .slicknav_icon .slicknav_icon-bar:first-of-type { top: 0; }
.slicknav_menu .slicknav_icon .slicknav_icon-bar:nth-of-type(2) { top: 2.2vw; }
.slicknav_menu .slicknav_icon .slicknav_icon-bar:nth-of-type(3) { bottom: 0; }
.slicknav_menu .slicknav_icon .slicknav_icon-bar:first-of-type { top: 0; }

.slicknav_icon span:first-of-type { -webkit-animation: menu-bar01 .6s forwards; animation: menu-bar01 0.6s forwards; }

@-webkit-keyframes menu-bar01 { 0% { -webkit-transform: translateY(2.2vw) rotate(45deg); transform: translateY(2.2vw) rotate(45deg); }
  50% { -webkit-transform: translateY(2.2vw) rotate(0); transform: translateY(2.2vw) rotate(0); }
  to { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 { 0% { -webkit-transform: translateY(2.2vw) rotate(45deg); transform: translateY(2.2vw) rotate(45deg); }
  50% { -webkit-transform: translateY(2.2vw) rotate(0); transform: translateY(2.2vw) rotate(0); }
  to { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); } }
.slicknav_icon span:nth-of-type(2) { transition: all .25s .25s; opacity: 1; }

.slicknav_icon span:nth-of-type(3) { -webkit-animation: menu-bar02 .6s forwards; animation: menu-bar02 0.6s forwards; }

@-webkit-keyframes menu-bar02 { 0% { -webkit-transform: translateY(-2.2vw) rotate(-45deg); transform: translateY(-2.2vw) rotate(-45deg); }
  50% { -webkit-transform: translateY(-2.2vw) rotate(0); transform: translateY(-2.2vw) rotate(0); }
  to { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 { 0% { -webkit-transform: translateY(-2.2vw) rotate(-45deg); transform: translateY(-2.2vw) rotate(-45deg); }
  50% { -webkit-transform: translateY(-2.2vw) rotate(0); transform: translateY(-2.2vw) rotate(0); }
  to { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); } }
.slicknav_open .slicknav_icon span:first-of-type { -webkit-animation: active-menu-bar01 .6s forwards; animation: active-menu-bar01 0.6s forwards; }

@-webkit-keyframes active-menu-bar01 { 0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(2.2vw) rotate(0); transform: translateY(2.2vw) rotate(0); }
  to { -webkit-transform: translateY(2.2vw) rotate(45deg); transform: translateY(2.2vw) rotate(45deg); } }
@keyframes active-menu-bar01 { 0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(2.2vw) rotate(0); transform: translateY(2.2vw) rotate(0); }
  to { -webkit-transform: translateY(2.2vw) rotate(45deg); transform: translateY(2.2vw) rotate(45deg); } }
.slicknav_open .slicknav_icon span:nth-of-type(2) { opacity: 0; }

.slicknav_open .slicknav_icon span:nth-of-type(3) { -webkit-animation: active-menu-bar03 .6s forwards; animation: active-menu-bar03 0.6s forwards; }

@-webkit-keyframes active-menu-bar03 { 0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-2.2vw) rotate(0); transform: translateY(-2.2vw) rotate(0); }
  to { -webkit-transform: translateY(-2.2vw) rotate(-45deg); transform: translateY(-2.2vw) rotate(-45deg); } }
@keyframes active-menu-bar03 { 0% { -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-2.2vw) rotate(0); transform: translateY(-2.2vw) rotate(0); }
  to { -webkit-transform: translateY(-2.2vw) rotate(-45deg); transform: translateY(-2.2vw) rotate(-45deg); } }
.slicknav_nav { color: #fff; margin: 0; font-size: .875em; padding: 0; list-style: none; overflow: hidden; width: 100%; position: absolute; top: 6.8rem; right: 0; z-index: 10; padding: 0 15px; background: #fff; box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2); }
.slicknav_nav a { margin: 2px 5px; text-decoration: none; color: #fff; box-sizing: border-box; margin: 0; padding: .9rem 1rem; color: #fff; font-size: 1.3rem; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); position: relative; transition: .2s; }
.slicknav_nav a:hover { border-radius: 6px; background: #ccc; color: #222; background: transparent; border-radius: 0; }
.slicknav_nav a.slicknav_row { margin: 0px; }
.slicknav_nav a.slicknav_row:hover { color: #fff; background: transparent; border-radius: 0; }
.slicknav_nav ul { display: block; padding: 0; margin: 0 0 0 20px; list-style: none; overflow: hidden; margin: 1.2rem 0 1.7rem; padding: 0 1rem; background: #00428e; }
.slicknav_nav ul.sub { margin: 0; background: #00a0b8; }
.slicknav_nav ul.sub > li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.slicknav_nav ul.sub a { color: #fff; font-size: 1.3rem; padding: .7rem 0 .7rem 1.9rem; position: relative; }
.slicknav_nav ul.sub a:before { content: "●"; font-size: 50%; width: 1em; height: 1em; margin: 0; display: inline-block; position: absolute; left: .4rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; line-height: 1; }
.slicknav_nav ul.sub a:hover { border-radius: 6px; background: #ccc; color: #222; background: transparent; border-radius: 0; }
.slicknav_nav ul li { display: block; }
.slicknav_nav ul li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.8); margin-bottom: 0; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 .4em; color: #fff; }
.slicknav_nav .slicknav_item { cursor: pointer; padding: .9rem 1rem; }
.slicknav_nav .slicknav_item a { display: inline; padding: 0; margin: 0; }
.slicknav_nav .slicknav_item a:before { display: none; }

.slicknav_nav .slicknav_item .slicknav_nav .slicknav_row, .slicknav_nav a { display: block; }

.slicknav_menu .slicknav_nav li > ol, .slicknav_menu .slicknav_nav li [class*=" icon-"], .slicknav_menu .slicknav_nav li [class^=icon-] { display: none; }

#nav { display: none; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; margin: 0 0 1rem 0; background-color: #c3e8f7; }
  #nav .gnav { width: 1080px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { position: relative; }
  #nav .gnav li .sub { display: none; position: absolute; background-color: #c3e8f7; width: 100%; top: 4rem; z-index: 999; }
  #nav .gnav li .sub li a { display: block; width: 100%; text-align: center; font-size: 1.8rem; padding: 0.8rem 0; font-weight: 500; }
  #nav .gnav li .sub li a:hover { background-color: #00a0b8; color: #fff; }
  #nav .gnav > li { width: calc(1080px / 6); border-left: 1px solid #fff; box-sizing: border-box; }
  #nav .gnav > li:last-child { border-right: 1px solid #fff; }
  #nav .gnav > li > a { display: block; width: 100%; text-align: center; font-size: 1.6rem; padding: 1rem 0; }
  #nav .gnav > li > a:hover { background-color: #00a0b8; color: #fff; }
  #nav .gnav > li > a:hover::before { color: #00428e; }
  #nav .gnav > li > a::before { content: "\e806"; font-family: "fontello"; display: inline-block; margin-right: 0.5rem; color: #0ca4bb; } }
/* クリニック概要  ---------------------------------- */
.overview { padding: 4rem 1.0rem; font-size: 1.2rem; line-height: 1.6; background: url("../img/top_footer_bk.jpg") no-repeat center center/cover; }
.overview .wrap h2 { color: #094992; border-bottom: 2px solid #8baece; padding: 0 0 0.5rem 0; margin: 0 0 1rem 0; position: relative; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
.overview .wrap h2::after { content: ""; position: absolute; display: block; border-bottom: 1px solid #8baece; width: 100%; bottom: 0.1rem; }
.overview .wrap .overviewL .tbl_gaiyo { width: 100%; }
.overview .wrap .overviewL .tbl_gaiyo tbody { background-color: #fff; }
.overview .wrap .overviewL .tbl_gaiyo tr { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.overview .wrap .overviewL .tbl_gaiyo tr th { width: 30%; color: #fff; font-size: 1.4rem; background-color: #00a0b8; display: block; border-bottom: 1px solid #fff; height: 4rem; line-height: 4rem; font-weight: normal; }
.overview .wrap .overviewL .tbl_gaiyo tr td { width: 70%; display: block; border-bottom: 1px solid #ddf0fb; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; height: 4rem; padding: 0 0 0 1rem; }
.overview .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 1.8rem; color: #094992; font-weight: bold; letter-spacing: 1px; }
.overview .wrap .overviewL .tbl_gaiyo tr td .info_mail { font-size: 1.3rem; color: #094992; font-weight: bold; letter-spacing: 1px; }
.overview .wrap .overviewR { margin: 2.0rem auto; }
.overview .wrap .overviewR .f_time .tbl_time tr td.time { text-align: center; width: 34%; }
.overview .wrap .gmap { text-align: center; }
.overview .wrap .gmap iframe { height: 25rem; }
.overview .wrap .gmap a { display: inline-block; margin-top: 0.5rem; padding: 0.3rem 1.5rem; background-color: #00a0b8; border-bottom: 2px solid #166d7a; color: #fff; }
.overview .wrap .gmap a::after { content: "\e805"; font-family: "fontello"; margin-left: 0.3rem; }

@media all and (min-width: 48em), print { .overview { font-size: 1.8rem; padding: 6rem 1.0rem; }
  .overview .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .wrap h2 { width: 100%; margin: 0 0 2rem 0; }
  .overview .wrap .overviewL, .overview .wrap .overviewR { width: 48%; }
  .overview .wrap .overviewL { padding: 2rem 0; }
  .overview .wrap .overviewL .tbl_gaiyo tr { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .overview .wrap .overviewL .tbl_gaiyo tr th { font-size: 1.8rem; height: 4.5rem; width: 22%; }
  .overview .wrap .overviewL .tbl_gaiyo tr td { width: 78%; height: 4.5rem; font-size: 1.7rem; }
  .overview .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 2.5rem; }
  .overview .wrap .overviewL .tbl_gaiyo tr td .info_mail { font-size: 2rem; }
  .overview .wrap .overviewR { margin: 0; padding: 2rem 0; }
  .overview .wrap .overviewR .tbl_time tr td { padding: 1.5rem 0; }
  .overview .wrap .gmap { margin: 1rem 0 0 0; }
  .overview .wrap .gmap iframe { height: 50rem; } }
/* ページUP 
-------------------------------------- */
.pageup_pc { position: fixed; bottom: 4rem; right: 1rem; display: none; }
.pageup_pc a { display: block; width: 4rem; height: 4rem; background: url("../img/a_icon_totop.jpg") no-repeat center center/contain; }

@media all and (min-width: 48em), print { .pageup_pc a { display: block; width: 5rem; height: 5rem; } }
/* フッター -------------------------------------- */
.footer { text-align: center; }
.footer .ft_title > div { width: 80%; margin: 0 auto; }
.footer .ft_title .footer_info span.tel { color: #094992; font-size: 2.1rem; font-weight: bold; display: inline-block; margin: 0 0 1rem 0; }
.footer .ft_title .footer_info span.tel::before { content: "\e801"; font-family: "fontello"; margin-right: 0.5rem; color: #0ca4bb; font-size: 1.7rem; vertical-align: 15%; }
.footer .ft_title .footer_info span.info_mail { color: #094992; font-size: 1.4rem; font-weight: bold; display: inline-block; margin: 0 0 1rem 0; }
.footer .ft_title .footer_info span.info_mail::before { content: "\e807"; font-family: "fontello"; margin-right: 0.5rem; color: #0ca4bb; font-size: 1.7rem; vertical-align: middle; }
.footer ul { display: none; }
.footer .copy { display: block; padding: 1.0rem; font-size: 1.4rem; font-weight: normal; background-color: #007592; color: #fff; }

@media all and (min-width: 48em), print { .footer { padding: 2rem 0 0 0; }
  .footer .ft_title { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; }
  .footer .ft_title > div { width: 35%; margin: 0.5rem; }
  .footer .ft_title .footer_info { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
  .footer .ft_title .footer_info span.tel { width: 100%; font-size: 2.5rem; }
  .footer .ft_title .footer_info span.tel::before { content: "\e801"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; vertical-align: 15%; }
  .footer .ft_title .footer_info span.info_mail { width: 30%; font-size: 2rem; }
  .footer .ft_title .footer_info span.info_mail::before { content: "\e807"; font-family: "fontello"; margin-right: 0.5rem; font-size: 2rem; vertical-align: 5%; }
  .footer ul { display: block; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li:last-child { border-right: none; }
  .footer ul li.treat_point { display: none; }
  .footer ul li a { border-right: 1px solid #020202; padding: 0 1rem; margin: 0.5rem 0; display: block; width: 100%; height: 100%; color: #020202; }
  .footer .copy { margin: 5rem 0 0 0; width: 100%; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------
共通項目 -------------------------------------- */
body.index h2.tit { text-align: center; font-size: 2rem; color: #094992; font-weight: bold; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
body.index h2.tit::before { content: ""; background: url("../img/icon_logo.png") no-repeat center center/cover; width: 2.5rem; height: 2.5rem; display: block; margin: 0 auto; }
@media all and (min-width: 48em), print { body.index h2.tit { font-size: 3rem; padding-top: 2rem; }
  body.index h2.tit::before { width: 3.5rem; height: 3.5rem; } }

/*-----------------------------
キービジュアル ----------------------------- */
.keyv .keyvsl { margin: 0; max-width: 100%; height: auto; background-color: #edf0f5; }
.keyv .keyvsl .wrap { padding: 0 1rem; }
.keyv .keyvsl .wrap ul li.gaikan_img { position: relative; }
.keyv .keyvsl .wrap ul li.gaikan_img::before { position: absolute; display: block; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset -40px 0px 50px #EDF0F5; box-shadow: inset -40px 0px 50px #EDF0F5; }
.keyv .keyvsl .wrap ul li.gaikan_img::after { position: absolute; display: block; content: ""; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 40px 0px 50px #EDF0F5; box-shadow: inset 40px 0px 50px #EDF0F5; }
.keyv .kv_pop { background: url("../img/top_keyv_bg.png") no-repeat center center/95%; padding: 1.5rem 1rem; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
.keyv .kv_pop p { font-size: 1.4rem; text-align: center; line-height: 0.5; }
.keyv .kv_pop p span { color: #00428e; }

@media all and (min-width: 48em), print { .keyv .keyvsl .wrap { position: relative; }
  .keyv .kv_pop { position: absolute; background: url("../img/top_keyv_bg.png") no-repeat center center/contain; padding: 1.5rem 5rem; bottom: 3%; right: 3%; z-index: 99999; }
  .keyv .kv_pop p { font-size: 2.6rem; text-align: center; line-height: 0.5; font-weight: bold; }
  .keyv .kv_pop p span { color: #00428e; } }
.bx-wrapper .bx-pager { display: none; }

.bx-wrapper { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; background: #edf0f5; margin-bottom: 0.5rem; }

/* -----------------------
intro 当院の特長
-------------------------- */
.feature .wrap { padding: 2rem 1rem 3rem 1rem; background: url("../img/feature_bk.jpg") no-repeat center bottom/80%; }
.feature .wrap .inner .inner_box { margin-bottom: 1.5rem; }
.feature .wrap .inner .inner_box h3 { font-size: 1.6rem; padding: 0.5rem 0; border-bottom: 1px solid #c3d5e6; font-weight: 500; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
.feature .wrap .inner .inner_box h3 span { color: #094992; }
.feature .wrap .inner .inner_box p { margin: 0.3rem 0 2.5rem 0; }

@media all and (min-width: 48em), print { .feature .wrap { background: url("../img/feature_bk.jpg") no-repeat center bottom/95%; padding: 4rem 1rem 6rem 1rem; }
  .feature .wrap .inner { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .feature .wrap .inner .inner_box { width: 30%; margin-bottom: 2rem; }
  .feature .wrap .inner .inner_box h3 { font-size: 2.2rem; }
  .feature .wrap .inner .inner_box p { margin: 1rem 0; } }
/* -------------------------
お知らせ -------------------------- */
.info { padding: 4rem 1rem 3rem 1rem; background: url("../img/top_info_bg.jpg") no-repeat center center/cover; }
.info .info_inner { margin: 0 auto; background-color: #fff; border-radius: 5px; }
.info .info_inner h2 { padding: 2rem 0 1rem 0; }
.info .info_inner dl { line-height: 1.4; padding: 0.6rem; /*  height: 19rem; */ /* overflow-y: auto; */ border: 1px solid #c3d5e6; }
.info .info_inner dl dt { margin: 0.5rem 0; font-size: 1.4rem; color: #005bac; font-weight: bold; }
.info .info_inner dl dt span.new { display: inline-block; background-color: red; color: #fff; padding: 0.2rem 1rem; font-weight: bold; text-transform: uppercase; }
.info .info_inner dl dt span.news_date { display: inline-block; background-color: #005bac; color: #fff; padding: 0.2rem 1rem; font-weight: normal; }
.info .info_inner dl dd { margin: 0; }
.info .info_inner dl dd p { margin: 0; }
.info .btn_box { margin: 3rem 0 0 0; }
.info .btn_box > a { display: block; margin: 2.5rem 0; }
.info .btn_box > a img { width: 70%; }

@media all and (min-width: 48em), print { .info { padding: 5rem 1rem 8rem 1rem; }
  .info .info_inner { margin: 1rem 0; }
  .info .info_inner dl { padding: 1.4rem; height: auto; margin: 0; }
  .info .info_inner dl dt { font-size: 1.8rem; margin: 1rem 0; }
  .info .info_inner dl dd { margin: 0 0 0 11.5rem; }
  .info .btn_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; }
  .info .btn_box > a img { width: 62%; } }
/* -----------------------
診療案内
-------------------------- */
body.index .main .treatment { padding: 3rem 1rem; }
body.index .main .treatment .sidebar nav { margin-top: 1rem; }
body.index .main .treatment .sidebar nav .sub { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: stretch; align-items: stretch; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
body.index .main .treatment .sidebar nav .sub li { width: 46.5%; margin: 0.5rem; }
body.index .main .treatment .sidebar nav .sub li a { display: block; width: 100%; height: 100%; color: #094992; text-decoration: none; position: relative; text-align: center; font-size: 1.2rem; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
body.index .main .treatment .sidebar nav .sub li a::after { content: "\e806"; font-family: "fontello"; color: #0ca4bb; position: absolute; left: 5rem; top: 8rem; }
body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.various_examinations::after { left: 3.4rem; top: 8rem; }
body.index .main .treatment .sidebar nav .sub li a.various_examinations::after, body.index .main .treatment .sidebar nav .sub li a.home_visit_response::after, body.index .main .treatment .sidebar nav .sub li a.gastriccamera::after, body.index .main .treatment .sidebar nav .sub li a.pylori::after { left: 3.8rem; top: 8rem; }
body.index .main .treatment .sidebar nav .sub li a::before { content: ""; width: 8rem; height: 8rem; display: block; margin: 0 auto; }
body.index .main .treatment .sidebar nav .sub li a.internal::before { background: url("../img/a_treatment_naika.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::before { background: url("../img/a_treatment_syoukika.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.chinesemedicine::before { background: url("../img/a_treatment_kanpo.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.home_visit_response::before { background: url("../img/a_treatment_ousin.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.gastriccamera::before { background: url("../img/a_treatment_ikamera.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.pylori::before { background: url("../img/a_treatment_pirokin.jpg") no-repeat center center/contain; }
body.index .main .treatment .sidebar nav .sub li a.various_examinations::before { background: url("../img/a_treatment_jihi.jpg") no-repeat center center/contain; }

@media all and (min-width: 48em), print { body.index .main .treatment { padding: 6rem 1rem; }
  body.index .main .treatment .sidebar { width: 1080px; margin: auto; }
  body.index .main .treatment .sidebar nav .sub li { width: 22.5%; margin: 2rem 0.5rem; }
  body.index .main .treatment .sidebar nav .sub li a { font-size: 1.8rem; }
  body.index .main .treatment .sidebar nav .sub li a::after { left: 9.4rem; top: 12rem; }
  body.index .main .treatment .sidebar nav .sub li a.digestiveorgan::after, body.index .main .treatment .sidebar nav .sub li a.various_examinations::after { left: 6.8rem; top: 12rem; }
  body.index .main .treatment .sidebar nav .sub li a.various_examinations::after, body.index .main .treatment .sidebar nav .sub li a.home_visit_response::after, body.index .main .treatment .sidebar nav .sub li a.gastriccamera::after, body.index .main .treatment .sidebar nav .sub li a.pylori::after { left: 7.5rem; top: 12rem; }
  body.index .main .treatment .sidebar nav .sub li a::before { content: ""; width: 12rem; height: 12rem; display: block; margin: 0 auto; } }
dl#information { /*     height: 200px; overflow: auto; */ }

dl#information dt { font-size: 1em; /*  padding-left: 23px; */ }

dl#information dd { font-size: 1em; margin-bottom: 1em; }

dl#information dt::before { top: 9px; left: 5px; }

dl#information dt.active::before { top: 12px; }

@media all and (min-width: 48em), print { dl#information dt { position: relative; padding-left: 25px; margin-bottom: 5px; font-size: 20px; color: #0071B8; cursor: pointer; }
  dl#information dt::before { content: ''; width: 6px; height: 6px; border: 0px; border-top: solid 2px #ACDEF8; border-right: solid 2px #ACDEF8; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); position: absolute; top: 13px; left: 5px; margin-top: -4px; }
  dl#information dt.active::before { -ms-transform: rotate(315deg); -webkit-transform: rotate(315deg); transform: rotate(315deg); top: 16px; }
  dl#information dt span.data { padding-left: 1em; font-size: 14px; color: #999; }
  dl#information dd { padding-bottom: 25px; margin: 0 0 0 15rem; } }
/* ----------------------------------------------------------------------------------
下層共通_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1rem; }
body:not(.index) .lower_top_bg { background: url("../img/a_lower_top_bg.jpg") no-repeat center center/cover; }

@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu { order: 1; margin-top: 3rem; } }
body:not(.index) .treatment_menu .sidebar_menu .tit { color: #fff; text-align: center; font-size: 2rem; margin: 0; font-weight: bold; background-color: #005bac; padding: 1.2rem 0; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
body:not(.index) .treatment_menu .sidebar_menu .sub { background: #c3e8f7 !important; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
body:not(.index) .treatment_menu .sidebar_menu .sub li { width: 50%; border-bottom: 1px solid #fff; }
body:not(.index) .treatment_menu .sidebar_menu .sub li:nth-child(n+11) { border-bottom: none; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li:nth-child(n+11) { border-bottom: 1px 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.5rem; font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a { padding: 1rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a::before { content: ""; display: inline-block; width: 3rem; height: 3rem; margin: 0 0.5rem; vertical-align: middle; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .sidebar_menu .sub li a::before { width: 5rem; height: 5rem; margin: 0 1rem; } }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.internal::before { background: url("../img/a_treatment_naika.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.digestiveorgan::before { background: url("../img/a_treatment_syoukika.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.chinesemedicine::before { background: url("../img/a_treatment_kanpo.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.home_visit_response::before { background: url("../img/a_treatment_ousin.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.gastriccamera::before { background: url("../img/a_treatment_ikamera.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.pylori::before { background: url("../img/a_treatment_pirokin.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a.various_examinations::before { background: url("../img/a_treatment_jihi.jpg") no-repeat center center/contain; }
body:not(.index) .treatment_menu .sidebar_menu .sub li a:hover { font-weight: bold; background-color: #00a0b8; color: #fff; }
@media all and (min-width: 48em), print { body:not(.index) .treatment_menu .main_contents { order: 2; } }

@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介
---------------*/
@media all and (min-width: 48em), print { .greeting .wrap .main .inner_flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .greeting .wrap .main .inner_flex .inner_l { width: 40%; }
  .greeting .wrap .main .inner_flex .inner_l img { margin: 3rem 0; }
  .greeting .wrap .main .inner_flex .inner_r { width: 60%; } }

/* クリニック紹介 */
#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-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

@media all and (min-width: 48em), print { body:not(.index) .treatment_menu { margin-top: 3rem; }
  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, .chinesemedicine .sidebar_menu .sub a.chinesemedicine, .home_visit_response .sidebar_menu .sub a.home_visit_response, .gastriccamera .sidebar_menu .sub a.gastriccamera, .pylori .sidebar_menu .sub a.pylori, .various_examinations .sidebar_menu .sub a.various_examinations { background-color: #00a0b8; color: #fff; font-weight: bold; }

/* 初めての方へ */
.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 .access_infomail a { text-decoration: none; }
.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; } }

/*# sourceMappingURL=style.css.map */
