@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; }

.bold { font-weight: bold; }

.frame_01 { border: 1px solid #ef7e00; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* 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 screen 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 screen 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; }

.mb0 { margin-bottom: 0; }

.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 screen 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; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.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; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #7b6653; font-size: 1.2rem; color: #fff; font-weight: normal; border-right: 1px solid #cccccc; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; border: 1px solid #cccccc; font-size: 1rem; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; color: #ef7e00; border: 1px solid #cccccc; line-height: 1.0; }
.tbl_time tr td.close { color: #333333; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.6rem; letter-spacing: .1rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 32%; }
  .tbl_time tr th.time { text-align: center; font-size: 0; }
  .tbl_time tr th.time > span { font-size: 1.6rem; }
  .tbl_time tr th.time > span.indent { margin-right: 1em; }
  .tbl_time tr th.time > span > span { font-size: 1.4rem; }
  .tbl_time tr td { padding: 1.0rem 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat right top/auto 100%; font-size: 2.2rem; text-align: center; color: #ef7e00; padding: 2.0rem 1.0rem 3rem; margin: 0 0 3.0rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

.tit_02 { color: #333333; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.tit_02 span { display: block; color: #ef7e00; font-size: 1.2rem; }

body:not(.index) .tit_02 { position: relative; }
body:not(.index) .tit_02::before { content: ""; position: absolute; left: 0; right: 0; bottom: .4rem; margin: auto; height: 2px; width: 2rem; background: #ef7e00; }

.tit_03 { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; color: #fff; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .6rem .8rem .6rem 1.8rem; background: #ef7e00; position: relative; }
.tit_03::before { content: ""; height: 100%; width: 2px; display: block; border-left: 1px solid #fff; position: absolute; left: 1rem; top: 0; }

.tit_04 { color: #333333; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; border-bottom: 1px solid #ddd; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.tit_04::before { content: ""; display: inline-block; margin-right: .4rem; width: 1.6rem; height: 1.6rem; background: linear-gradient(45deg, #ef7e00 0%, #ef7e00 50%, #898989 50%, #898989 100%); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/2000px; font-size: 3.8rem; padding: 6rem 4.0rem 8rem; margin: 1.6rem 0 3.0rem; }
  .tit_02 { font-size: 3.4rem; margin: 0 0 2.0rem; letter-spacing: .3rem; }
  .tit_02 span { font-size: 1.4rem; margin-top: .6rem; letter-spacing: .1rem; }
  body:not(.index) .tit_02 { font-size: 3.4rem; margin: 0 0 5rem; }
  body:not(.index) .tit_02::before { width: 6.8rem; bottom: -.5rem; }
  .tit_03 { font-size: 2.6rem; margin: 0 0 2.0rem; padding: 1rem .6rem 1rem 2.4rem; }
  .tit_03::before { left: .8rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; padding: 0 0 1rem; letter-spacing: .2rem; }
  .tit_04::before { width: 1.8rem; height: 1.8rem; margin-right: 1.6rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #ef7e00; }
.lst_ul01 li.none::before { content: none; }
.lst_ul01 li.ind_pl { padding-left: 2.3rem; }
@media screen and (min-width: 48em), print { .lst_ul01 li.ind_pl { padding-left: 6.8rem; } }
.lst_ul01.hosi li::before { content: '★'; }
.lst_ul01.ten li::before { content: '・'; color: #333333; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; margin-right: .8rem; font-family: 'Lato', sans-serif; color: clr_blue; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 15%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen 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 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* ボタンリンク -------------------------------------- */
.btn a { background: #ef7e00; border: 1px solid #ef7e00; color: #fff; text-align: center; font-weight: bold; padding: 1rem; display: inline-block; text-decoration: none !important; }
.btn a::before { content: "\e905"; font-family: "fontello"; margin-right: .4rem; font-weight: normal; }
.btn a:hover { background: #fff; color: #ef7e00; }
.btn a:hover::before { color: #ef7e00; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-collapse: 0; }
.tbl_01 tr th { width: 30%; background: #7b6653; color: #fff; text-align: center; font-weight: normal; border: 1px solid #eeeeee; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #eeeeee; }
.tbl_01.-wd tr th { width: 25%; }

.tbl_access { table-layout: fixed; border-collapse: separate; border-collapse: .2rem; }
.tbl_access tr th { width: 37%; background: #d9edac; text-align: center; font-weight: normal; padding: .8rem; }
.tbl_access tr td { padding: .8rem; }

@media screen and (min-width: 48em), print { .tbl_01.-wrap { width: 1160px; }
  .tbl_01.-wd tr th { width: 30%; }
  .tbl_01.-wd tr td { padding: 1.5rem 2.0rem; }
  .tbl_access tr th { width: 30%; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #333333; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1200px; }
  body > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 10rem auto 0; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1180px; margin: 0 auto; }
  .main { font-size: 1.8rem; letter-spacing: .2rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@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 .wrap { margin: 1.0rem; padding: 0; }
.header .wrap .logo { height: 4.6rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR .address { text-align: center; margin: .8rem auto; }
.header .wrap .headR .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.header .wrap .headR .flex .rsv { border: 1px solid #ef7e00; width: 48%; text-align: center; color: #ef7e00; font-size: 1.4rem; padding: .6rem .6rem; position: relative; }
.header .wrap .headR .flex .rsv::before { content: "\e908"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR .flex .rsv::after { content: ""; display: block; position: absolute; right: .4rem; bottom: .4rem; background: url("../img/link_parts01.png") no-repeat center/contain; width: .6rem; height: .6rem; }
.header .wrap .headR .flex .tel { width: 48%; font-size: 1.6rem; background: #ef7e00; color: #fff; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header .wrap .headR .flex .tel::before { content: "\e8fe"; font-family: "fontello"; margin-right: .2rem; }
.header .wrap .headR .flex .tel a { display: block; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 0 auto; padding: 2rem 0 0; height: 14rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: baseline; align-items: baseline; }
  .header .wrap .logo { width: 40%; height: 9rem; }
  .header .wrap .headR { width: 60%; }
  .header .wrap .headR .address { text-align: right; font-size: 1.6rem; letter-spacing: .2rem; }
  .header .wrap .headR .flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; }
  .header .wrap .headR .flex .rsv { font-size: 2rem; height: 6rem; width: 28.5rem; margin-right: 1.2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .flex .rsv::after { width: 1rem; height: 1rem; right: .6rem; height: .6rem; }
  .header .wrap .headR .flex .tel { height: 6rem; width: 28.5rem; font-size: 2.4rem; line-height: 1.6; letter-spacing: .3rem; margin: 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #ef7e00; background: #fff; border: 1px solid #ef7e00; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e801'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #fff; padding: 1.6rem; position: absolute; top: 5.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid clr_brw; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px dotted #d5d5d5; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #333333; padding: 1.0rem 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e809'; font-size: 2.0rem; color: #ef7e00; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: .8rem; font-family: 'fontello'; content: '\e818'; font-size: 2.0rem; color: #ef7e00; }
.slicknav_menu .slicknav_nav .gnav li a:hover { color: #333333; background: none; }
.slicknav_menu .slicknav_nav .gnav li a.first .gnav_n { display: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e817'; }
.slicknav_menu .slicknav_nav .gnav li .subnav span { display: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; }
  #nav .gnav { width: 1180px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/6); text-align: center; position: relative; }
  #nav .gnav li::after { content: ""; position: absolute; display: block; width: 1px; height: 100%; right: 0; top: 0; border-right: 1px dotted #a29f9f; }
  #nav .gnav li:first-child::before { content: ""; position: absolute; display: block; width: 1px; height: 100%; left: 0; top: 0; border-left: 1px dotted #a29f9f; }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.6rem; padding-bottom: 1px; }
  #nav .gnav li a:hover { opacity: 1; }
  #nav .gnav li a:hover span:not(.gnav_n) { display: inline-block; position: relative; }
  #nav .gnav li a:hover span:not(.gnav_n)::before { content: ""; border-bottom: 1px solid #f7bf80; position: absolute; width: 100%; display: block; height: 1px; left: 0; bottom: -.4rem; }
  #nav .gnav li a .gnav_n { display: none; }
  #nav .gnav li a.sub > span { position: relative; }
  #nav .gnav li a.sub > span::after { content: "\e909"; font-family: "fontello"; position: absolute; font-size: 1.2rem; right: -2.5rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  #nav .gnav li .subnav { width: 100%; display: none; position: absolute; z-index: 10; }
  #nav .gnav li .subnav li { width: 100%; border-bottom: 1px dotted #ccc; }
  #nav .gnav li .subnav li::before, #nav .gnav li .subnav li::after { border: none; }
  #nav .gnav li .subnav li:last-child { border-bottom: none; }
  #nav .gnav li .subnav li a { display: block; width: 100%; padding: 1.6rem 0; text-align: center; background: rgba(255, 255, 255, 0.8); color: #333333; }
  #nav .gnav li .subnav li a:hover { background: #ef7e00; color: #fff; }
  #nav .gnav li .subnav li a:hover span { display: none; }
  #nav .gnav li .subnav li a span { display: none; }
  #nav .gnav li .subnav li:first-child { margin: 1rem 0 0; }
  /* Gナビ　ハイライト */
  .index #nav .home, .greeting #nav .greeting, .clinic #nav .clinic, .first #nav .first, .access #nav .access .recruit #nav .recruit { pointer-events: none; }
  .index #nav .home span, .greeting #nav .greeting span, .clinic #nav .clinic span, .first #nav .first span, .access #nav .access .recruit #nav .recruit span { display: inline-block; position: relative; }
  .index #nav .home span::before, .greeting #nav .greeting span::before, .clinic #nav .clinic span::before, .first #nav .first span::before, .access #nav .access .recruit #nav .recruit span::before { content: ""; border-bottom: 1px solid #f7bf80; position: absolute; width: 100%; display: block; height: 1px; left: 0; bottom: -.4rem; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #f9f9f9; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap { padding: 0; }
.overview > .wrap .overviewL { background: #fff; padding: 1rem; text-align: center; }
.overview > .wrap .overviewL .flex { text-align: center; margin: .4rem auto 1rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.overview > .wrap .overviewL .flex .rsv { border: 1px solid #ef7e00; width: 48%; color: #ef7e00; padding: .6rem 0; position: relative; }
.overview > .wrap .overviewL .flex .rsv::before { content: "\e908"; font-family: "fontello"; margin-right: .4rem; }
.overview > .wrap .overviewL .flex .rsv::after { content: ""; display: block; position: absolute; right: .4rem; bottom: .4rem; background: url("../img/link_parts01.png") no-repeat center/contain; width: .6rem; height: .6rem; }
.overview > .wrap .overviewL .flex .tel { border: 1px solid #ef7e00; background: #ef7e00; color: #fff; width: 60%; margin: 0 auto; }
.overview > .wrap .overviewL .flex .tel::before { content: "\e8fe"; font-family: "fontello"; margin-right: .4rem; display: inline-block; }
.overview > .wrap .overviewL .flex .tel a { display: inline-block; padding: .6rem 0; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; text-align: center; }
.overview > .wrap .overviewL .tbl_gaiyo th span { display: inline-block; padding: .4rem; width: 8.6rem; font-weight: normal; color: #ef7e00; border: 1px solid #ef7e00; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem .4rem .4rem 1rem; text-align: left; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { text-align: right; }
.overview > .wrap .overviewR .gmap iframe { height: 50.0rem; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 6.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 2rem; }
  .overview .clinic_name img { max-width: 40.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 49%; padding: 3rem 3rem; }
  .overview > .wrap .overviewL .flex { align-items: inherit; -webkit-align-items: inherit; margin: 1.2rem auto 1rem; }
  .overview > .wrap .overviewL .flex .rsv { font-size: 2rem; padding: 1rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview > .wrap .overviewL .flex .rsv::before { font-size: 3rem; margin-right: .6rem; }
  .overview > .wrap .overviewL .flex .rsv::after { width: .8rem; height: .8rem; right: .6rem; bottom: .6rem; }
  .overview > .wrap .overviewL .flex .tel { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 2.4rem; letter-spacing: .2rem; }
  .overview > .wrap .overviewL .flex .tel::before { content: "\e8fe"; font-family: "fontello"; margin-right: .4rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { font-size: 1.6rem; padding: 1rem 0; letter-spacing: .2rem; width: 25%; }
  .overview > .wrap .overviewL .tbl_gaiyo th span { padding: .5rem 0; width: 100%; }
  .overview > .wrap .overviewL .tbl_gaiyo td { font-size: 1.6rem; padding: .4rem .4rem .4rem 1.3rem; }
  .overview > .wrap .overviewR { width: 49%; padding: 0 0; margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; }
  .overview > .wrap .overviewR .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; visibility: hidden; position: fixed; bottom: 3px; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.tel_up .tel { display: block; color: #fff; background: #ef7e00; text-align: center; width: 100%; height: 3.6rem; font-size: 1.4rem; line-height: 1.0; margin-left: .8rem; }
.tel_up .tel a { display: block; padding: 1rem 0; }
.tel_up .tel a::before { content: "\e8fe"; font-family: "fontello"; margin-right: .4rem; }
.tel_up .footer_rsv { background: #fff; border: 1px solid #ef7e00; width: 40%; height: 3.6rem; text-align: center; position: relative; }
.tel_up .footer_rsv a { display: block; color: #ef7e00; padding: 1rem 0; }
.tel_up .footer_rsv a::before { content: "\e908"; font-family: "fontello"; margin-right: .4rem; }
.tel_up .footer_rsv a::after { content: ""; display: block; position: absolute; right: .2rem; bottom: .2rem; background: url(../img/link_parts01.png) no-repeat center/contain; width: .6rem; height: .6rem; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: .9; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tel_up .pageup a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\e901'; color: #ef7e00; background: #fff; border-radius: 50%; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .footer_rsv { display: none; }
  .tel_up .pageup a { width: 6.4rem; height: 6.4rem; border: 3px solid clr_blue; border-radius: 50%; }
  .tel_up .pageup a::before { font-size: 5.0rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #ff9d30; }
.footer .copy { display: block; background: #ef7e00; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 5rem 0 0; background: #fff; }
  .footer .copy { margin-top: 4rem; padding: 1rem 0; font-size: 1.4rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a span.gnav_n { display: inline; }
  .footer ul li a span.footer_n { display: inline; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0 0rem 0; max-width: 100%; padding: 5rem 0; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; }
#keyvsl .wrap p { font-size: 1.4rem; font-weight: bold; text-align: center; line-height: 1.4; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff; }

@media screen and (min-width: 48em), print { #keyvsl { height: 68rem; margin: 1.6rem auto 0; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/2000px; }
  #keyvsl .wrap { height: 100%; width: 100%; position: relative; }
  #keyvsl .wrap p { width: 100%; font-size: 3rem; letter-spacing: .2rem; line-height: 1.8; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 4rem; background: #fff; }
.info dl { margin: 0; line-height: 1.4; padding: 0 .6rem 0 0; height: 450px; overflow-y: auto; }
.info dl dt { margin-bottom: .4rem; font-size: 110%; }
.info dl dt .date { background: #ef7e00; color: #fff; line-height: 2.4; padding: .2rem .8rem; }
.info dl dt .date::after { content: "\a"; white-space: pre; }
.info dl dd { margin: 0 0 2.0rem; }
.info dl dd:not(:last-child) { border-bottom: 1px solid #cccccc; }

@media screen and (min-width: 48em), print { .info { padding: 7.0rem 0 0; background: #fff; }
  .info .wrap { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .info .wrap .tit_02 { width: 19%; }
  .info .wrap dl { width: 79%; margin: 0; line-height: 1.4; padding: 2rem 0; height: 450px; overflow-y: auto; }
  .info .wrap dl dt { margin-bottom: .4rem; font-size: 2rem; letter-spacing: .2rem; }
  .info .wrap dl dt .date { font-size: 1.8rem; background: #ef7e00; color: #fff; padding: 1rem 2rem; margin-right: 1.6rem; letter-spacing: .2rem; }
  .info .wrap dl dt .date::after { content: none; }
  .info .wrap dl dd { margin: 3rem 0 3.0rem; font-size: 1.6rem; letter-spacing: .2rem; } }
/* 診療科目 -------------------------------------- */
.medical { background: #f9f9f9; padding: 2rem 0 2rem; }
.medical ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.medical ul li { width: 48%; background: #fff; text-align: center; margin: .4rem 0; display: -webkit-flex; display: flex; }
.medical ul li a { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 100%; height: 100%; padding: 2rem .2rem 1.6rem; text-decoration: none !important; position: relative; }
.medical ul li a::before { content: ""; font-family: "fontello"; display: block; color: #fff; width: 10rem; height: 10rem; background: #ef7e00; border-radius: 50%; margin: 0 auto 2rem; font-size: 6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.medical ul li a::after { content: ""; display: block; position: absolute; right: .4rem; bottom: .4rem; background: url("../img/link_parts01.png") no-repeat center/contain; width: .6rem; height: .6rem; }
.medical ul li a span { display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; color: #898989; }
.medical ul li a.internal::before { content: "\e8df"; }
.medical ul li a.gastro::before { content: "\e8f6"; }
.medical ul li a.surgery::before { content: "\e8f3"; }
.medical ul li a.dermatology::before { content: "\e8f4"; }
.medical ul li a.high_blood_pressure::before { content: "\e8f7"; }
.medical ul li a.diabetes::before { content: "\e8f5"; }
.medical ul li a.lifestyle::before { content: "\e8f8"; }
.medical ul li a.sleep_apnea::before { content: "\e8f2"; }
.medical ul li a.aga::before { content: "\e8fa"; }
.medical ul li a.vaccination::before { content: "\e8fb"; }
.medical ul li a.rousai { display: none; }

@media screen and (min-width: 48em), print { .medical .wrap { padding: 5.5rem 0 8.5rem; }
  .medical .wrap ul { margin-top: 5rem; }
  .medical .wrap ul li { width: 19.2%; }
  .medical .wrap ul li a { font-size: 2.2rem; letter-spacing: .1rem; }
  .medical .wrap ul li a::after { width: 1rem; height: 1rem; }
  .medical .wrap ul li a:hover { opacity: 1; background: #fceedd; }
  .medical .wrap ul li a span { font-size: 1.4rem; letter-spacing: .1rem; } }
/* 症状 -------------------------------------- */
.condition_01 { background: url("../img/index_condition_01_bg.jpg") no-repeat center right -44rem/cover; padding: 2rem 0 2rem; }
.condition_01 .wrap { padding: 0; }
.condition_01 .wrap > div:not(.flex) { background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%); padding: 2rem 1rem 1rem; }
.condition_01 .wrap > div:not(.flex) .tit_02 { font-size: 1.8rem; text-align: left; padding: 0; margin: 0 0 2rem; text-shadow: 0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff,0px 0px 4px #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
.condition_01 .wrap > div:not(.flex) .tit_02::before { content: ""; background: #ef7e00; display: inline-block; margin-right: 1rem; width: 2px; height: 4rem; }
.condition_01 .wrap > div:not(.flex) ul li { padding-left: 2em; text-indent: -1.3em; }
.condition_01 .wrap > div:not(.flex) ul li::before { content: "\e900"; font-family: "fontello"; margin-right: .2rem; color: #ef7e00; }
.condition_01 .wrap > div:not(.flex) p { padding: .4rem 1rem; }
.condition_01 .wrap a { margin: 1.8rem; padding: .8rem 0; background: #ef7e00; display: block; color: #fff; text-decoration: none !important; text-align: center; }
.condition_01 .wrap a::before { content: "\e905"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .condition_01 { background: url("../img/index_condition_01_bg.jpg") no-repeat center/2000px; padding: 0; }
  .condition_01 .wrap { padding: 6rem 0 6.5rem; }
  .condition_01 .wrap > div:not(.flex) { margin-bottom: 3rem; }
  .condition_01 .wrap > div:not(.flex) .tit_02 { font-size: 3.4rem; }
  .condition_01 .wrap > div:not(.flex) ul { font-size: 1.8rem; }
  .condition_01 .wrap > div:not(.flex) ul li { line-height: 2.2; letter-spacing: .2rem; }
  .condition_01 .wrap > div:not(.flex) p { font-size: 1.8rem; margin: 0; line-height: 2.2; letter-spacing: .2rem; }
  .condition_01 .wrap .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .condition_01 .wrap .flex a { width: 48%; font-size: 2rem; letter-spacing: .2rem; padding: 2rem 0; margin: 0; }
  .condition_01 .wrap .flex a::before { margin-right: .8rem; } }
/* 挨拶 -------------------------------------- */
.greeting_top { background: #fff; padding: 2rem 0 2rem; }
.greeting_top .txt_r { font-size: 2rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

@media screen and (min-width: 48em), print { .greeting_top { padding: 6rem 0 8rem; }
  .greeting_top .wrap { padding: 0; }
  .greeting_top .wrap .img_l { margin: 0 5rem 0 0; }
  .greeting_top .wrap p { margin-top: 6rem; font-size: 1.6rem; letter-spacing: .3rem; line-height: 2; }
  .greeting_top .wrap p.txt_r { font-size: 2.2rem; } }
/* 症状 -------------------------------------- */
.condition_02 { background: url("../img/index_condition_02_bg.jpg") no-repeat center top/cover; padding: 2rem 0 2rem; }
.condition_02 .wrap { padding: 0; }
.condition_02 .wrap > div { background: #fff; padding: 0 0 1rem; margin-bottom: 2rem; box-shadow: -2px -3px 10px 3px #eeeeee; }
.condition_02 .wrap > div img { width: 100%; }
.condition_02 .wrap > div p.tit { text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; letter-spacing: .2rem; font-size: 1.8rem; }
.condition_02 .wrap > div p.tit span { color: #ef7e00; font-size: 120%; }
.condition_02 .wrap > div ul li { padding-left: 2em; text-indent: -1.3em; }
.condition_02 .wrap > div ul li::before { content: "\e900"; font-family: "fontello"; margin-right: .4rem; color: #ef7e00; }
.condition_02 .wrap > div a { margin: 1.8rem; padding: .8rem 0; background: #ef7e00; display: block; color: #fff; text-decoration: none !important; text-align: center; }
.condition_02 .wrap > div a::before { content: "\e905"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .condition_02 { background: url("../img/index_condition_02_bg.jpg") no-repeat center top/2000px; padding: 8rem 0 2rem; }
  .condition_02 .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; padding: 0; }
  .condition_02 .wrap > div { width: 47.8%; }
  .condition_02 .wrap > div p.tit { font-size: 3rem; }
  .condition_02 .wrap > div p.tit span { font-size: 3.4rem; }
  .condition_02 .wrap > div ul { width: 80%; margin: 0 auto; }
  .condition_02 .wrap > div ul li { font-size: 1.8rem; letter-spacing: .1rem; margin: 0 0 .8rem; }
  .condition_02 .wrap > div a { font-size: 2rem; padding: 2rem 0; margin: 4rem 7rem 4rem; } }
/* バナーリンク -------------------------------------- */
.banner { padding: 2rem 0 2rem; background: #fff; }
.banner .wrap a { text-decoration: none !important; display: block; overflow: hidden; padding: 1rem; position: relative; }
.banner .wrap a::after { color: #ef7e00; content: "\e8fc"; font-family: "fontello"; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.banner .wrap a .tit { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; color: #ef7e00; text-align: center; margin: .4rem 0; letter-spacing: .1rem; }
.banner .wrap a p:not(.tit) { text-align: center; margin: 0; font-size: 1.2rem; text-shadow: #f9f9f9 2px 0px 2px, #f9f9f9 -2px 0px 2px,#f9f9f9 0px -2px 2px, #f9f9f9 -2px 0px 2px,#f9f9f9 2px 2px 2px, #f9f9f9 -2px 2px 2px,#f9f9f9 2px -2px 2px, #f9f9f9 -2px -2px 2px,#f9f9f9 1px 2px 2px, #f9f9f9 -1px 2px 2px,#f9f9f9 1px -2px 2px, #f9f9f9 -1px -2px 2px,#f9f9f9 2px 1px 2px, #f9f9f9 -2px 1px 2px,#f9f9f9 2px -1px 2px, #f9f9f9 -2px -1px 2px,#f9f9f9 1px 1px 2px, #f9f9f9 -1px 1px 2px,#f9f9f9 1px -1px 2px, #f9f9f9 -1px -1px 2px; }
.banner .wrap a ~ a { margin-top: .8rem; }
.banner .wrap a.banner_01 { background: url("../img/index_banner_bg01.png") no-repeat center left -50%/50%, url("../img/index_banner_bg03.png") no-repeat center right/28%, #f9f9f9; }
.banner .wrap a.banner_02 { background: url("../img/index_banner_bg02.png") no-repeat center left -14%/50%, url("../img/index_banner_bg03.png") no-repeat center right/28%, #f9f9f9; }

@media screen and (min-width: 48em), print { .banner { padding: 6.7rem 0; }
  .banner .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; padding: 0; }
  .banner .wrap a { height: 14rem; width: 48%; padding: 2rem 0 0; }
  .banner .wrap a .tit { font-size: 2.6rem; letter-spacing: .2rem; padding-left: 8rem; }
  .banner .wrap a p:not(.tit) { font-size: 1.6rem; text-shadow: none; padding-left: 8rem; }
  .banner .wrap a.banner_01 { background: url("../img/index_banner_bg01.png") no-repeat center left 0%/34%, url("../img/index_banner_bg03.png") no-repeat center right/28%, #f9f9f9; }
  .banner .wrap a.banner_02 { background: url("../img/index_banner_bg02.png") no-repeat center left 0%/39%, url("../img/index_banner_bg03.png") no-repeat center right/28%, #f9f9f9; margin-top: 0; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 8rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 10rem; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
.greeting .flex2 > div { margin-top: 2rem; }

@media screen and (min-width: 48em), print { .greeting .flex2 > section { width: 60%; }
  .greeting .flex2 > div { width: 38%; margin-top: 0; } }
/* クリニック紹介 */
#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.sp-black { background: rgba(239, 127, 2, 0.4) !important; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
.first .online_feature { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.first .online_feature li { width: 48%; margin-top: .8rem; }
.first .online_flow { text-align: center; }
.first .online_flow li { margin-top: 1.4rem; }
.first .rsv_link a { border: 1px solid #ef7e00; text-decoration: none !important; display: inline-block; text-align: center; color: #ef7e00; font-size: 1.8rem; padding: .6rem .6rem; position: relative; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.first .rsv_link a::before { content: "\e908"; font-family: "fontello"; margin-right: 1rem; font-size: 4rem; }
.first .rsv_link a::after { content: ""; display: block; position: absolute; right: .4rem; bottom: .4rem; background: url("../img/link_parts01.png") no-repeat center/contain; width: .6rem; height: .6rem; }

@media screen and (min-width: 48em), print { .first .online_feature { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .first .online_feature li { width: 15%; }
  .first .online_flow { width: 57%; margin: 0 auto; 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; }
  .first .online_flow li { width: 48%; }
  .first .rsv_link { width: 63%; margin: 4rem auto 0; }
  .first .rsv_link a { font-size: 2.2rem; } }
/* 診療時間・アクセス */
.access .img_flex li { margin-bottom: 1rem; }
.access .img_flex li figure { margin: 0; text-align: center; }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .img_flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-bottom; align-items: flex-bottom; }
  .access .img_flex li { width: 46%; }
  .access .img_c { max-width: 40%; }
  .access .gmap { height: 50.0rem; } }
.rousai .flow { margin: 0; }
.rousai .flow dt { background: #7b6653; color: #fff; padding: .4rem 1rem; font-size: 110%; }
@media screen and (min-width: 48em), print { .rousai .flow dt { padding: .8rem 1rem; } }
.rousai .flow dd { margin: .4rem 0 6rem; position: relative; }
.rousai .flow dd::after { position: absolute; content: ""; margin: 0 auto; bottom: -40px; left: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 20px 30px 0 30px; border-color: #c7bbb0 transparent transparent transparent; }
.rousai .flow dd:last-child { margin: .4rem 0 0; }
.rousai .flow dd:last-child::after { content: none; }

/*# sourceMappingURL=style.css.map */
