@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 { background: #f4fbfb; padding: 1rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 3rem 4rem; } }

.frame_02 { background: #fefdf6; padding: 1rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 3rem 4rem; } }

/* 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; }

.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: separate; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; padding: .4rem .8rem; background: #ffffff; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #849fce; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #e0e0e0; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #e0e0e0; line-height: 1.0; color: #71bdaf; }
.tbl_time tr td.close { color: #a5d5db; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; table-layout: auto; }
  .tbl_time caption { padding: 2.4rem 2rem; font-size: 1.8rem; }
  .tbl_time tr th[scope="col"] { padding: 1.4rem 0; font-size: 1.8rem; font-weight: bold; width: 4rem; }
  .tbl_time tr th[scope="col"]:last-child { padding-right: 6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 32%; }
  .tbl_time tr th.time { padding: 1.6rem 0; font-size: 1.8rem; }
  .tbl_time tr td { padding: 1.0rem 0; font-size: 2rem; }
  .tbl_time tr td:last-child { padding-right: 6rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
*[class*="tit"] { font-family: 'Kosugi Maru', sans-serif; }

.tit_01 { background: #f1f7fc; font-size: 2.2rem; font-weight: bold; color: #22428b; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; text-align: center; }

.tit_02 { color: #333333; font-size: 2.0rem; margin: 0 auto 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; /*    span{ display: block; font-size: 1.4rem; color: #22428b; font-family: "lato" }*/ }

body:not(.index) .tit_02 { color: #333333; font-size: 2.0rem; margin: 0 auto 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; }
body:not(.index) .tit_02::after { content: ""; display: block; width: 3rem; height: .3rem; background: #849fce; margin: .4rem auto 0; }

.tit_03 { color: #fff; background: #849fce; padding: .6rem 1rem; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

.tit_04 { color: #22428b; border-bottom: 1px solid #22428b; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.8rem; padding-bottom: .2rem; }

.tit_05 { color: #222222; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { background: #f1f7fc; font-size: 3.6rem; padding: 8.9rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 2.0rem; /*      span{ font-size: 2rem; }*/ }
  body:not(.index) .tit_02 { font-size: 3.6rem; margin: 0 0 5.0rem; }
  body:not(.index) .tit_02::after { width: 7.6rem; height: .4rem; margin: 2rem auto 0; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; } }
/* リスト回り -------------------------------------- */
.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: #71bdaf; }

.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 { float: left; width: 25%; color: #22428b; font-weight: bold; clear: left; }
.lst_dl01 dd { margin: 0 0 1.0rem; 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%; } }
/* テキストリンク -------------------------------------- */
.txt_link { color: #71bdaf; }
.txt_link::before { content: "\f006"; font-family: "fontello"; display: inline-block; margin-right: .4rem; }

/* ボタンリンク -------------------------------------- */
.btn a { display: inline-block; background: #849fce; text-align: center; padding: .8rem 1rem; border-radius: 7px; color: #fff; text-decoration: none !important; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-collapse: 1px; width: 100%; }
.tbl_01 tr th { width: 30%; background: #22428b; color: #fff; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; font-weight: bold; padding: .6rem; }
@media screen and (min-width: 48em), print { .tbl_01 tr th { padding: 1rem .4rem; } }
.tbl_01 tr td { padding: .2rem .6rem; text-align: left; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

body { background: #fff; color: #333333; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; margin: 0 auto; }
.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: 1220px; }
  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: 1200px; margin: 0 auto; }
  .main { font-size: 1.8rem; padding: 0 0 0; width: 100%; } }
/* フォント -------------------------------------- */
@font-face { font-family: 'lato'; src: url("fontello/font/Lato-Regular.ttf"); }
/* アイコンフォント -------------------------------------- */
@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; }
.header .wrap .logo_area { position: relative; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.header .wrap .logo_area .logo_L { width: 100%; text-align: left; }
.header .wrap .logo_area .logo_R { width: 100%; text-align: left; }
.header .wrap .logo_area .logo_R span { display: inline-block; width: auto; margin: .5rem 0.2rem 0 0; padding: 0.5rem 0.3rem; background: #849fce; color: #fff; font-size: 3.2vw; border-radius: 0.2rem; }
.header .wrap .logo { /*height: 2.4rem;*/ height: 3.4rem; }
.header .wrap .logo a { display: block; width: 81%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { margin-top: 1.2rem; text-align: center; line-height: 1.4; }
.header .wrap .headR .header_address { font-size: 1.2rem; }
.header .wrap .headR .tel { display: inline-block; font-size: 2.4rem; color: #71bdaf; font-family: "lato"; }
.header .wrap .headR .tel::before { content: "\e800"; font-family: "fontello"; display: inline-block; margin-right: .4rem; }
.header .wrap .headR .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 2.2rem auto 2.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo_area { margin: 0 auto; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 68%; }
  .header .wrap .logo_area .logo_L { width: 63%; text-align: center; }
  .header .wrap .logo_area .logo_R { width: 37%; text-align: center; }
  .header .wrap .logo_area .logo_R span { display: inline-block; width: 45%; margin: 0.5rem 0.5rem 0 0; padding: 0.8rem 0.3rem; background: #849fce; color: #fff; font-size: 1.4rem; border-radius: 0.4rem; }
  .header .wrap .logo { width: 100%; height: 8.0rem; }
  .header .wrap .logo a { width: 100%; }
  .header .wrap .headR { width: auto; text-align: right; margin: 0; }
  .header .wrap .headR .header_address { font-size: 1.6rem; }
  .header .wrap .headR .tel { width: auto; background: none; font-size: 4.2rem; font-weight: bold; line-height: 1.2; letter-spacing: .1rem; margin: 0; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .tel::before { font-size: 3.4rem; margin-right: 1rem; } }
/* 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: 4.0rem; height: 4.0rem; color: #fff; background: #849fce; 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 { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f008'; font-size: 2.4rem; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; margin-top: .4rem; }
.slicknav_menu .slicknav_btn.slicknav_open { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e806'; font-size: 2.8rem; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; margin-top: .4rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #849fce; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav_pc { display: none; }
.slicknav_menu .slicknav_nav .gnav_sp { border-top: 1px solid clr_brw; margin: 0; }
.slicknav_menu .slicknav_nav .gnav_sp li { border-bottom: 1px solid clr_brw; }
.slicknav_menu .slicknav_nav .gnav_sp li a { display: block; color: #ffffff; padding: 1.0rem 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav_sp li a:not(.sub)::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\f006'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav_sp li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\f004'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav_sp li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav_sp li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav_sp li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav_sp li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\f005'; }
.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; background: #849fce; position: relative; widows: 100vw; }
  #nav .gnav_sp { display: none; }
  #nav .gnav_pc { width: 80rem; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav_pc li { width: auto; }
  #nav .gnav_pc li a { display: block; text-align: center; font-size: 2rem; font-weight: bold; color: #ffffff; padding: 1rem 0; }
  #nav .gnav_pc li.subnav_open .tre_nav .tre_nav_inner { display: flex; justify-content: center; gap: 10px; margin: 0 3%; position: absolute; position: absolute; left: 0; }
  #nav .gnav_pc li .tre_nav_inner { width: 90vw; height: auto; display: none; opacity: .9; z-index: 20; flex-direction: row; }
  #nav .gnav_pc li .tre_nav_inner li { width: 20rem; background: #71bdaf; border-radius: 10px; border-bottom: 1px solid #63a599; }
  #nav .gnav_pc li .tre_nav_inner li:hover { background: rgba(255, 255, 255, 0.9); }
  #nav .gnav_pc li .tre_nav_inner li a { display: block; width: 100%; padding: 1rem 0; text-align: center; color: #fff; }
  #nav .gnav_pc li .tre_nav_inner li a:hover { color: #71bdaf; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { border-bottom: 2px solid #fff; padding-bottom: 1rem; } }
/* サイドバー -------------------------------------- */
.sidebar { display: none; }

@media screen and (min-width: 48em), print { .sidebar { display: block; }
  .sidebar .tit { background: #6b4f3c; color: #f1ffdb; font-size: 2.4rem; text-align: center; padding: 1.8rem; border-radius: .8rem; }
  .sidebar .tre_nav_inner { margin: 0; padding: 1.0rem 0; }
  .sidebar .tre_nav_inner li a { display: block; padding: 1.2rem .6rem; color: #48341d; position: relative; font-size: 1.8rem; }
  .sidebar .tre_nav_inner li a::after { font-family: 'fontello'; content: '\e807'; position: absolute; right: .6rem; color: #d8c8bd; }
  .sidebar .tre_nav_inner li a:hover { background: #ffedcd; color: #ec7218; }
  .sidebar .tre_nav_inner li a:hover::after { color: #ec7218; }
  .sidebar .tre_nav_inner li:not(:last-child) { border-bottom: 1px solid #dedede; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 2.0rem; font-size: 1.4rem; line-height: 1.6; background: #f1f7fc; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 1rem; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; font-size: 110%; text-align: center; padding: .4rem; font-weight: bold; color: #fff; background: #849fce; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem; }
.overview > .wrap .overviewL .tbl_gaiyo td .tel { font-weight: bold; font-size: 120%; color: #71bdaf; font-family: 'Lato', sans-serif; }
.overview > .wrap .overviewL .tbl_gaiyo td .tel::before { content: "\e800"; font-family: "fontello"; color: #71bdaf; display: inline-block; margin-right: .4rem; }
.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: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { margin: 0; padding: 6.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 5.0rem; }
  .overview .clinic_name img { /*max-width: 55.0rem;*/ max-width: 44.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .tbl_gaiyo { margin-bottom: 4rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { width: 20%; padding: .6rem 0; }
  .overview > .wrap .overviewL .tbl_gaiyo td { padding-left: 2.4rem; }
  .overview > .wrap .overviewL .tbl_gaiyo td .tel { font-size: 2.4rem; }
  .overview > .wrap .overviewL .tbl_time { margin-bottom: 0; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; }
  .overview > .wrap .overviewR .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; background: #849fce; visibility: hidden; position: fixed; bottom: 0; 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; text-align: center; width: 80%; font-size: 2.4rem; color: #fff; line-height: 1.0; }
.tel_up .tel::before { content: "\e800"; font-family: "fontello"; display: inline-block; margin-right: .4rem; }
.tel_up .pageup { cursor: pointer; border-left: 1px solid #fff; }
.tel_up .pageup a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; padding: .6rem .4rem; line-height: 1.0; background: #849fce; }
.tel_up .pageup a::before { text-align: center; font-size: 3rem; font-family: 'fontello'; content: '\f005'; color: #fff; }
.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 .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; } }
.fixed_tel { display: none; }

@media screen and (min-width: 48em), print { .fixed_tel { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; position: fixed; right: 0; top: 23rem; background: #71bdaf; padding: 1.8rem 1rem; border-radius: 10px 0 0 10px; }
  .fixed_tel p { margin: 0 0 1rem; text-align: center; font-size: 2.4rem; color: #fff; }
  .fixed_tel p:first-child { line-height: 1.2; }
  .fixed_tel p:first-child::before { content: "\e800"; font-family: "fontello"; margin-bottom: .6rem; color: #fff; display: block; font-size: 3.4rem; }
  .fixed_tel p ~ p { margin: 0; border-top: 1px solid #fff; padding-top: 1rem; font-family: 'Lato', sans-serif; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #849fce; }
.footer .copy { display: block; background: #849fce; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul:not(.txt_c) { display: none; }
.footer ul.txt_c { margin: .8rem 0 0; color: #fff; background: #849fce; font-size: 1.2rem; }
.footer ul.txt_c li { display: block; }
.footer ul.txt_c li ~ li { margin: .4rem 0 0; }

@media screen and (min-width: 48em), print { .footer { padding: 2.2rem 0 0; background: #fff; }
  .footer ul { display: block !important; text-align: center; margin: 1.0rem auto 0; }
  .footer ul ~ ul { margin-bottom: 2.2rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .2rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer ul.txt_c { margin: 0 0 0; padding: 0 0 1.8rem; color: #fff; background: #849fce; font-size: 1.2rem; }
  .footer ul.txt_c li { display: block; }
  .footer ul.txt_c li::after { content: none; }
  .footer ul.txt_c li ~ li { margin: .4rem 0 0; }
  .footer .copy { padding: 3.6rem 0 1.8rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0 0; padding: 0 1rem; max-width: 100%; height: 24rem; background: url(../img/index_keyvsl01.jpg) no-repeat top center/contain; }
#keyvsl .wrap { margin: 0; padding: 0; position: relative; width: 100%; height: 100%; }
#keyvsl .wrap p { padding: .6rem .6rem; margin: .2rem 0; font-size: 1.8rem; color: #22428b; line-height: 1.4; display: inline-block !important; position: absolute; bottom: 0; left: 0; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 0 0 0 0rem; color: #fff; height: 64rem; background: url(../img/index_keyvsl01.jpg) no-repeat top center/1400px, #f1f7fc; }
  #keyvsl .wrap { height: 100%; width: 1200px; margin: 0 auto; padding: 0 0 4rem; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column; flex-direction: column; }
  #keyvsl .wrap p { font-size: 3rem; font-weight: bold; background: rgba(255, 255, 255, 0.9); border-radius: 8px; padding: .8rem 2rem; margin: 1rem 0; position: static; } }
/* お知らせ -------------------------------------- */
.info { margin: 0; padding: 2rem 1rem 4rem; background: #fff; }
.info dl { margin: 0 0 2rem; line-height: 1.4; padding: 0 .6rem 0 0; height: 100%; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #22428b; font-size: 110%; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 1px solid #e0e0e0; }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 0; padding: 6.4rem 0; }
  .info .wrap section { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; margin: 0; }
  .info .wrap section .tit_02 { text-align: left; padding: 0 0 2rem; margin-bottom: 1.2rem; min-width: 21rem; }
  .info .wrap section dl { padding: 0; height: 100%; }
  .info .wrap section dl dt { font-size: 1.8rem; letter-spacing: .1rem; }
  .info .wrap section dl dd { font-size: 1.8rem; letter-spacing: .1rem; margin-bottom: 2rem; padding-bottom: 2rem; } }
/* 診療時間表・アクセスマップ -------------------------------------- */
.timetbl_map { margin: 0; padding: 2rem 1rem 4rem; }
.timetbl_map section ~ section { margin-top: 3rem; }
.timetbl_map .gmap { height: 34rem; }

@media screen and (min-width: 48em), print { .timetbl_map { margin: 0 auto 0; padding: 7.4rem 0 8rem; }
  .timetbl_map .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .timetbl_map .wrap > section { width: 48%; margin: 0; }
  .timetbl_map .wrap > section .tit_02 { text-align: left; padding: 0 0 2rem; margin-bottom: 1.2rem; }
  .timetbl_map .wrap > section .gmap { height: 48rem; } }
/* 診療のご案内 -------------------------------------- */
.tre { padding: 2rem 0 4rem; background: url("../img/index_tre_bg.jpg") no-repeat top center/cover; }
.tre .wrap { padding: 0 1rem; }
.tre .wrap ul li { border: 1px solid #22428b; background: #fff; margin-bottom: 2rem; border-radius: 5px; padding: 1rem; }
.tre .wrap ul li:hover a div p { opacity: .8; }
.tre .wrap ul li:hover a div::before { opacity: .8; }
.tre .wrap ul li a { text-decoration: none !important; }
.tre .wrap ul li a div { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.tre .wrap ul li a div p { transition: all .2s; }
.tre .wrap ul li a div p .tit { font-weight: bold; font-size: 120%; display: block; }
.tre .wrap ul li a div::before { margin-right: 1rem; min-width: 5rem; height: 5rem; color: #fff; background: #849fce; border-radius: 50%; font-size: 3rem; font-family: "fontello"; display: inline-block; transition: all .2s; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tre .wrap ul li a.naika div::before { content: "\e801"; }
.tre .wrap ul li a.seikatsu div::before { content: "\e803"; }
.tre .wrap ul li a.kafun div::before { content: "\e813"; }
.tre .wrap ul li a.junkan div::before { content: "\e802"; }
.tre .wrap ul li a.yobou div::before { content: "\e804"; }
.tre .wrap ul li a.suimin div::before { content: "\e83f"; }
.tre .wrap ul li a.shindan div::before { content: "\e805"; }

@media screen and (min-width: 48em), print { .tre { padding: 7rem 0 8rem; background: url("../img/index_tre_bg.jpg") no-repeat top center/2000px; }
  .tre .wrap ul { 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; margin-top: 3rem; }
  .tre .wrap ul li { width: 49%; height: 18rem; }
  .tre .wrap ul li a div { width: 100%; height: 100%; }
  .tre .wrap ul li a div p { font-size: 1.8rem; padding: 2rem; }
  .tre .wrap ul li a div p .tit { font-size: 2.4rem; margin-bottom: .6rem; }
  .tre .wrap ul li a div::before { width: 12rem; min-width: 12rem; height: 12rem; font-size: 7rem; margin-left: 2rem; } }
/* カレンダー -------------------------------------- */
.cal { background: #fff; padding: 2rem 0 4rem; }
.cal .wrap { padding: 0 1rem; }
.cal .wrap > div { padding: 1rem; background: #fff; }
.cal .wrap > div .status li { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.cal .wrap > div .status li::before { display: inline-block; content: '■'; font-size: 120%; }
.cal .wrap > div .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .wrap > div .status li.open::before { color: #dde3f9; }
.cal .wrap > div .status li.am::before { color: #849fce; }
.cal .wrap > div .status li.kyushin::before { color: #d2d2d2; }
.cal .wrap > div .status li.ringikyushin::before { color: #FFFFCC; }

@media screen and (min-width: 48em), print { .cal .wrap { padding: 4rem 0 6rem; }
  .cal .wrap > div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 2rem 5rem; }
  .cal .wrap > div > div { width: 48%; }
  .cal .wrap > div > div .caledit { width: 100%; font-size: 1.8rem; padding: 1rem 0 2rem; }
  .cal .wrap > div > div .caledit .week th { padding: 1.6rem 0 .6rem; }
  .cal .wrap > div .status { width: 100%; }
  .cal .wrap > div .status li { margin: 0; }
  .cal .wrap > div .status li::before { font-size: 170%; } }
/* PICK UP -------------------------------------- */
.pick_up { padding: 2.0rem 1.0rem 2.0rem; font-size: 1.4rem; line-height: 1.6; background: #f1f7fc; }

@media screen and (min-width: 48em), print { .pick_up { padding: 4.0rem 2.5rem 2.0rem; font-size: 1.8rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 4rem; }
@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; } }
/* ドクター紹介 */
.doctor { word-wrap: break-word; }

/* クリニック紹介 */
#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; }

.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%; } }
/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .cal { background: #fff; }
.access .cal .wrap { padding: 2rem 0 2rem; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; }
  .access .cal { padding: 2rem 0 0; }
  .access .cal .wrap > div { padding: 0; } }

/*# sourceMappingURL=style.css.map */
