@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; }

.red { color: #D80003; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #FFFBEE; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #F2F8F7; padding: 1rem; margin-bottom: 2rem; border-radius: 10px; }
@media screen and (min-width: 48em), print { .frame_02 { 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; }

.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; margin-top: .4rem; }
.tbl_time caption .holiday { display: inline-block; color: #fff; padding: .2rem .4rem; background: #055D9C; border-radius: 5px; margin: .6rem .3rem .2rem 0; }
.tbl_time caption .star { color: #055D9C; }
.tbl_time caption .triangle { color: #8911de; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #055D9C; 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 #D1D1D1; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; color: #055D9C; background: #fff; border-bottom: 1px solid #D1D1D1; line-height: 1.0; }
.tbl_time tr td .triangle { color: #8911de; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.6rem; padding-top: 1rem; vertical-align: middle; }
  .tbl_time caption .holiday { font-size: 1.3rem; padding: .2rem 1rem; }
  .tbl_time caption .star { margin-left: .4rem; }
  .tbl_time tr th[scope="col"] { padding: .2rem 0; font-size: 1.5rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 33%; }
  .tbl_time tr th.time { font-size: 2rem; padding: .8rem 2rem .8rem 0; text-align: right; }
  .tbl_time tr td { padding: 1.0rem 0; font-size: 1.4rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.svg) no-repeat right top 2%/auto 190%, #3C82B4; color: #fff; font-size: 2.2rem; padding: 1.0rem 1.0rem; margin: 0 0 3.0rem; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); font-family: 'Kosugi Maru', sans-serif; position: relative; }
.tit_01::before { content: ""; display: block; width: 100%; height: .2rem; position: absolute; bottom: -.2rem; left: 0; background: #D0DFE8; }
.tit_01::after { content: ""; display: block; width: 100%; height: .6rem; position: absolute; bottom: -.8rem; left: 0; background: #02416D; }

.tit_02 { color: #513401; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; font-family: 'Kosugi Maru', sans-serif; }

body:not(.index) .tit_02 { padding: .6rem .6rem .6rem 2.8rem; color: #fff; background: linear-gradient(to bottom, #055D9C, #02416D); text-indent: -2.2rem; }
body:not(.index) .tit_02::before { content: "\e927"; font-family: "fontello"; margin-right: .4rem; font-weight: normal; }

.tit_03 { color: #434343; font-size: 1.8rem; line-height: 1.2; text-indent: -2rem; margin: 0 0 1.0rem; padding: 0 0 .4rem 2.4rem; font-family: 'Kosugi Maru', sans-serif; border-bottom: 2px dotted #C1C1C1; }
.tit_03::before { content: "\e924"; font-family: "fontello"; margin-right: .4rem; color: #055D9C; }

.tit_04 { color: #454545; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .1rem 0 .1rem 1.2rem; font-family: 'Kosugi Maru', sans-serif; position: relative; }
.tit_04::before { content: ""; display: block; height: 100%; width: .3rem; background: #71A0BC; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.tit_04::after { content: ""; width: 100%; height: .2rem; display: block; background: #C1C1C1; position: absolute; bottom: -.4rem; left: 0; }

.tit_05 { color: #434343; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 0; font-family: 'Kosugi Maru', sans-serif; }
.tit_05::after { content: ""; display: block; height: 2px; width: 100%; margin: .2rem 0 0; background: linear-gradient(to right, #71A0BC 20%, #C1C1C1 20%); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.svg) no-repeat right top 25%/auto 350%, #3C82B4; font-size: 2.7rem; padding: 4rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 2.6rem; margin: 0 0 2.0rem; }
  body:not(.index) .tit_02 { font-size: 2.1rem; }
  body:not(.index) .tit_02::before { font-size: 3.2rem; margin-right: .8rem; font-weight: normal; vertical-align: sub; }
  .tit_03 { font-size: 2rem; margin: 0 0 2.0rem; padding: 0 0 .8rem 2.4rem; border-bottom: 3px dotted #C1C1C1; }
  .tit_03::before { margin-right: 1rem; }
  .tit_04 { font-size: 2rem; margin: 0 0 2.0rem; padding: .3rem 0 .3rem 1.8rem; }
  .tit_04::before { width: .6rem; }
  .tit_04::after { bottom: -.8rem; }
  .tit_05 { font-size: 2rem; }
  .tit_05::after { margin: .4rem 0 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: #055D9C; }
.lst_ul01 li.none::before { content: none; }

@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 49%; } }
.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; }

.lst_ul03 li { margin: 0 1.2rem 1rem 0; line-height: 1.4; display: inline-block; }
.lst_ul03 li:first-child { margin: 0 1.2rem 0 0; }
.lst_ul03 li::before { content: '●'; margin-right: .4rem; color: #055D9C; }
.lst_ul03 li.none::before { content: none; }

.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%; 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%; } }
/* ボタンリンク -------------------------------------- */
.btn_01 { display: block; }
.btn_01 a { display: inline-block; background: #055D9C; color: #fff; text-align: center; font-weight: bold; padding: .4rem 4rem; border-radius: 25px; text-decoration: none !important; position: relative; }
.btn_01 a::after { content: "\06f"; font-family: "fontello"; font-weight: normal; color: #fff; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_01 tr th { width: 30%; background: #FFFBEE; text-align: center; font-weight: normal; border: 1px solid #BCBCBC; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #BCBCBC; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #434343; -webkit-text-size-adjust: 100%; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 1.0rem 6.0rem; }
.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: 1240px; }
  body > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 7rem auto 0; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; }
  .main { font-size: 1.6rem; padding: 0 0 8.0rem; order: 2; width: 85rem; }
  .sidebar { order: 1; 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 { border-top: .4rem solid #001650; }
.header .wrap { margin: 1.0rem 1rem 1.6rem; }
.header .wrap .logo { height: 6.2rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR .address { font-size: 1.4rem; margin: .8rem 0; }
.header .wrap .headR .tel_area { text-align: center; font-family: 'Kosugi Maru', sans-serif; }
.header .wrap .headR .tel_area .tel { display: inline-block; font-weight: bold; font-size: 1.8rem; }
.header .wrap .headR .tel_area .tel::before { content: "\e882"; font-family: "fontello"; margin-right: .3rem; font-weight: normal; }
.header .wrap .headR .tel_area .tel a { display: inline-block; }
.header .wrap .headR .tel_area span:not(.tel) { color: #fff; font-size: 1.4rem; padding: .2rem .8rem; margin-right: .4rem; background: #055D9C; text-align: center; border-radius: 5px; }

@media screen and (min-width: 48em), print { .header { border-top: 1rem solid #001650; }
  .header .wrap { margin: 2.6rem auto 3.5rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo { width: 31%; height: 12.5rem; }
  .header .wrap .headR { width: 60%; }
  .header .wrap .headR .address { font-size: 1.5rem; text-align: right; margin: 0; }
  .header .wrap .headR .tel_area { margin: 1.4rem 0 0 auto; width: 31.8rem; }
  .header .wrap .headR .tel_area .tel { font-size: 3.8rem; letter-spacing: .2rem; }
  .header .wrap .headR .tel_area .tel::before { margin-right: .3rem; }
  .header .wrap .headR .tel_area span:not(.tel) { display: block; text-align: center; font-size: 1.6rem; padding: .3rem 0; margin: 0 0 .6rem; } }
/* Gナビ -------------------------------------- */
#nav .gnav { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
#nav .gnav li { width: 50%; }
#nav .gnav li:first-child { display: none; }
#nav .gnav li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.6rem; padding: .6rem 0; margin: 0 .1rem .1rem; background: #001650; color: #fff; font-family: 'Kosugi Maru', sans-serif; }
#nav + .subnav { display: block; font-size: 1.4rem; text-align: center; color: #fff; background: #001650; margin: 0 .1rem; position: relative; }
#nav + .subnav .menu_tit { padding: .8rem 0; position: relative; font-family: 'Kosugi Maru', sans-serif; }
#nav + .subnav .menu_tit::after { content: "\074"; font-family: "fontello"; position: absolute; right: 2%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
#nav + .subnav .menu_tit.close::after { content: "\079"; }
#nav + .subnav .menu_list { display: none; }
#nav + .subnav .menu_list > ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; background: #5e7bc5; }
#nav + .subnav .menu_list > ul li { width: 50%; border-bottom: 1px solid #fff; }
#nav + .subnav .menu_list > ul li:nth-child(even) { border-left: 1px solid #fff; }
#nav + .subnav .menu_list > ul li a { display: block; padding: .8rem 0; font-family: 'Kosugi Maru', sans-serif; }

@media screen and (min-width: 48em), print { #nav { display: block; background: #001650; }
  #nav .gnav { width: 1200px; margin: auto; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/5); border-left: 1px solid #fff; }
  #nav .gnav li:first-child { display: block; }
  #nav .gnav li:last-child { border-right: 1px solid #fff; }
  #nav .gnav li a { display: block; text-align: center; font-size: 2rem; padding: 1.8rem 0; }
  #nav + .subnav { display: none; }
  /* Gナビ　ハイライト */ }
/* サイドバー -------------------------------------- */
.sidebar { display: none; }

.bnr { /* sp時はヘッダーに配置 --*/ margin: 1rem 1rem 0; }
.bnr .txtbnr { display: flex; justify-content: space-between; align-items: center; margin: 0 auto 1rem; padding: 1em 2em; color: #055d9c; font-size: 1.6rem; font-weight: 700; border: 2px solid #055d9c; font-family: 'Kosugi Maru', sans-serif; }
.bnr .txtbnr::after { content: "\073"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .sidebar { display: block; }
  .sidebar .tit { background: url("../img/sidebar_tit_parts01.svg") no-repeat center right/auto auto, linear-gradient(to bottom, #055D9C, #02416D); color: #fff; font-size: 2.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; padding: 3.2rem 3rem; font-family: 'Kosugi Maru', sans-serif; }
  .sidebar .subnav { margin: 0; background: #F9F9F9; padding: 4rem 3.3rem 3.5rem; }
  .sidebar .subnav li { border-bottom: 1px solid #DFDFDF; }
  .sidebar .subnav li:first-child { border-top: 1px solid #DFDFDF; }
  .sidebar .subnav li a { display: block; padding: 2.1rem .6rem; color: #48341d; font-size: 1.8rem; font-family: 'Kosugi Maru', sans-serif; }
  .sidebar .subnav li a::before { font-family: 'fontello'; content: '\063'; color: #055D9C; margin-right: .8rem; }
  .sidebar .bnr { margin: 3.3rem 0 0 0; }
  .sidebar .bnr .txtbnr { display: flex; justify-content: space-between; align-items: center; margin: 0 auto 1rem; padding: 1em 2em; color: #055d9c; font-size: 1.8rem; font-weight: 700; border: 2px solid #055d9c; font-family: 'Kosugi Maru', sans-serif; }
  .sidebar .bnr .txtbnr::after { content: "\073"; font-family: "fontello"; margin-right: .4rem; }
  .sidebar .bnr .txtbnr:hover { color: #ffffff; text-decoration: none; background-color: #3c82b4; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0; font-size: 1.4rem; line-height: 1.6; background: url("../img/overview_bg01.jpg") no-repeat top center/cover; position: relative; }
.overview::before { content: ""; display: block; width: 100%; height: 4rem; background: url("../img/overview_bg02.svg") no-repeat center/cover; position: absolute; top: -4.5rem; left: 0; }
.overview > .wrap { background: rgba(255, 255, 255, 0.8); padding: .8rem 1rem .8rem; margin: 0 1rem; border-radius: 7px; }
.overview > .wrap .tit { text-align: center; font-weight: bold; font-size: 1.8rem; color: #055D9C; border-bottom: 2px solid #055D9C; padding: 0 0 .4rem; margin: 0 0 1rem; }
.overview > .wrap .overviewL { padding: 0 0 0 0; }
.overview > .wrap .overviewL .dl_gaiyo { width: 100%; }
.overview > .wrap .overviewL .dl_gaiyo dt { float: left; width: 25%; clear: left; text-align-last: justify; padding: .2rem .6rem; color: #fff; border-radius: 5px; background: #055D9C; }
.overview > .wrap .overviewL .dl_gaiyo dd { padding-left: 7.8rem; margin: 0 0 1rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview + .gmap { height: 30rem; }
.overview + .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 8.0rem 0 0; padding: 4.0rem 0; font-size: 1.8rem; background: url("../img/overview_bg01.jpg") no-repeat top center/cover; }
  .overview::before { background: url("../img/overview_bg02.svg") no-repeat center/auto auto; height: 12.1rem; top: -13rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 2rem 5rem; }
  .overview > .wrap .tit { width: 100%; text-align: center; font-size: 3rem; }
  .overview > .wrap .overviewL { width: 48%; padding: 0 0 0 1.2rem; }
  .overview > .wrap .overviewL .dl_gaiyo dt { float: left; width: 18%; font-weight: bold; font-size: 1.5rem; clear: left; padding: 0 1rem 0; }
  .overview > .wrap .overviewL .dl_gaiyo dd { margin: 0 0 1.0rem; padding-left: 10.2rem; font-size: 1.7rem; }
  .overview > .wrap .overviewL .dl_gaiyo dd .br::before { content: '\A'; white-space: pre; }
  .overview > .wrap .overviewR { width: 50%; padding: 0 1.2rem 0 0; }
  .overview + .gmap { height: 40rem; } }
.tel_up { width: 100%; background: rgba(255, 255, 255, 0.9); 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; line-height: 1.0; letter-spacing: .2rem; font-weight: bold; font-family: 'Kosugi Maru', sans-serif; }
.tel_up .tel::before { content: "\e882"; font-family: "fontello"; margin-right: .4rem; font-weight: normal; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; padding: 0 .4rem; background: #71A0BC; line-height: 1.0; }
.tel_up .pageup a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\065'; 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: 5rem; height: 5rem; background: #71A0BC; border-radius: 50%; }
  .tel_up .pageup a::before { font-size: 4.2rem; } }
.footer { text-align: center; padding: 0 0 4.2rem; }
.footer .clinic_name { width: 60%; margin: 1rem auto; }
.footer .copy { display: block; background: #001650; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; }
  .footer .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; width: 1200px; margin: 0 auto; padding: 3rem 0 2.8rem; }
  .footer .flex .clinic_name { width: 28%; margin: 0; }
  .footer .flex div:not(.clinic_name) { margin: 0 0 0 auto; width: 72rem; }
  .footer .flex div:not(.clinic_name) ul { display: block; text-align: center; }
  .footer .flex div:not(.clinic_name) ul li { display: inline-block; font-size: 1.6rem; }
  .footer .flex div:not(.clinic_name) ul li:not(:last-child)::after { content: '|'; margin: 0 .6rem; }
  .footer .flex div:not(.clinic_name) ul li a { opacity: 1.0; }
  .footer .flex div:not(.clinic_name) ul li a:hover { text-decoration: underline; }
  .footer .flex div:not(.clinic_name) ul:first-child { display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; border-bottom: 1px solid #222; padding: 0 0 1.6rem; margin: 0 0 2rem; }
  .footer .flex div:not(.clinic_name) ul:first-child li { display: inline-block; font-size: 1.6rem; }
  .footer .flex div:not(.clinic_name) ul:first-child li::before { content: "\6f"; font-family: "fontello"; margin-right: .8rem; color: #001650; }
  .footer .flex div:not(.clinic_name) ul:first-child li::after { content: none; }
  .footer .copy { font-size: 1.6rem; padding: 1.8rem 0; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0 0 10.0rem; padding: 0 .6rem .2rem; height: 30rem; max-width: 100%; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; position: relative; font-family: 'Kosugi Maru', sans-serif; }
#keyvsl .kv_txt { color: #001650; font-size: 1.4rem; text-align: center; line-height: 1.6; text-shadow: 0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff; position: absolute; bottom: 2rem; left: 0; right: 0; margin: auto; }
#keyvsl .kaiin { position: absolute; bottom: -7rem; left: 0; background: #055D9C; color: #fff; font-size: 1.4rem; text-align: center; width: 100%; box-sizing: border-box; padding: .4rem; }
#keyvsl .kaiin > div { border: 1px solid #fff; padding: .4rem; }
#keyvsl .kaiin > div .size_02 { font-size: 1.6rem; }
#keyvsl .kaiin > div .size_03 { font-size: 2rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; height: 60rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl .wrap { position: relative; height: 100%; }
  #keyvsl .wrap .kv_txt { color: #001650; font-size: 2.5rem; line-height: 1.6; text-shadow: 0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff,0px 0px 11px #fff; position: absolute; left: 0; right: 0; bottom: 4rem; margin: 0; }
  #keyvsl .wrap .kaiin { height: 22rem; width: 22rem; font-size: 2.5rem; border-radius: 50%; top: 4rem; right: 0; left: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #keyvsl .wrap .kaiin > div { height: 20.5rem; width: 20.5rem; border-radius: 50%; padding: 3rem 0 4rem; line-height: 1; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  #keyvsl .wrap .kaiin > div .size_02 { font-size: 3.5rem; }
  #keyvsl .wrap .kaiin > div .size_03 { font-size: 4.3rem; } }
/* お知らせ -------------------------------------- */
.info { margin: 4.0rem 0 0; }
.info .tit_02 { background: #055D9C; padding: .2rem; display: block; font-size: 1.8rem; text-align: center; color: #fff; }
.info .tit_02::before { content: "\e926"; font-family: "fontello"; margin-right: .4rem; }
.info dl { margin: 0; line-height: 1.4; padding: 0 .6rem 0 0; max-height: 20.0rem; overflow-y: scroll; border-bottom: 1px solid #D5D5D5; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #055D9C; }
.info dl dt .date { margin-right: .4rem; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 1px solid #D5D5D5; }
.info dl dd p { margin: 0; }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 8.0rem; }
  .info .tit_02 { font-size: 1.8rem; padding: 1rem 0; margin: 0 0 2.7rem; }
  .info .tit_02::before { font-size: 2.4rem; margin-right: 3rem; }
  .info dl { max-height: 34.5rem; }
  .info dl dt { font-size: 1.7rem; padding: 0 0 1rem 1rem; }
  .info dl dd { font-size: 1.6rem; margin: 0 0 2rem; padding: 0 0 2.8rem 1rem; } }
/* 特長 -------------------------------------- */
.feature { text-align: center; }
.feature .tit_02 { background: url("../img/index_feature_tit02_parts01.svg") no-repeat center/6rem auto; padding: 3rem 0; color: #434343; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.feature .tit_02::before, .feature .tit_02::after { content: ""; display: inline-block; height: 1rem; width: 7rem; }
.feature .tit_02::before { background: url("../img/index_feature_tit02_parts02.svg") no-repeat center/contain; }
.feature .tit_02::after { background: url("../img/index_feature_tit02_parts03.svg") no-repeat center/contain; }
.feature ul li { margin: 0 0 2.4rem; }
.feature ul li img { height: 14rem; width: 100%; object-fit: cover; object-position: center bottom; }
.feature ul li img.img_01 { object-position: center center; }
.feature ul li .tit { display: block; color: #fff; background: #055D9C; padding: .8rem 0; margin: 0 0 .8rem; font-size: 110%; font-family: 'Kosugi Maru', sans-serif; }
.feature ul li p:not(.tit) { margin: 0; text-align: justify; }

@media screen and (min-width: 48em), print { .feature .tit_02 { font-size: 3rem; background: url("../img/index_feature_tit02_parts01.svg") no-repeat center/auto auto; padding: 3.4rem 0; margin: 0 0 2rem; }
  .feature .tit_02::before, .feature .tit_02::after { width: 28rem; height: 3rem; }
  .feature .tit_02::before { background: url("../img/index_feature_tit02_parts02.svg") no-repeat center/auto auto; }
  .feature .tit_02::after { background: url("../img/index_feature_tit02_parts03.svg") no-repeat center/auto auto; }
  .feature ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .feature ul li { width: 32%; }
  .feature ul li img { height: 27rem; }
  .feature ul li .tit { font-size: 1.8rem; }
  .feature ul li p:not(.tit) { font-size: 1.6rem; } }
/* カレンダー -------------------------------------- */
.cal .box_white { padding: 1.0rem; }
.cal .box_white .status { display: -webkit-flex; display: flex; }
.cal .box_white .status li { display: inline-block; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.cal .box_white .status li::before { display: inline-block; content: '■'; font-size: 120%; }
.cal .box_white .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .box_white .status li.open::before { color: #3c9; }
.cal .box_white .status li.am::before { color: #75b65d; }
.cal .box_white .status li.kyushin::before { color: #bbb; }

@media screen and (min-width: 48em), print { .cal .box_white { padding: 2.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .cal .box_white .caledit { width: 48%; font-size: 1.8rem; padding: 0 0 2.0rem; }
  .cal .box_white .caledit .week th { padding: 1.6rem 0 .6rem; }
  .cal .box_white .status { width: 100%; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 2rem 1.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 8rem; }
  body:not(.index) p { font-size: 1.6rem; line-height: 1.8; }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r { max-width: 40%; height: auto; } }

/* ドクター紹介 */
/* クリニック紹介 */
.clinic figure { margin: 0; }
.clinic figure figcaption { margin: .4rem 0 0; }

@media screen and (min-width: 48em), print { .clinic figure { margin: 4rem 0 0; 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; }
  .clinic figure img { width: 46%; }
  .clinic figure figcaption { margin: 0; width: 50%; } }
#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%; } }
/* 初めての方へ */
@media screen and (min-width: 48em), print { .treatment .tbl_time tr th { font-size: 1.8rem; } }
.treatment .tbl_time tr th.time { text-align: center; }
@media screen and (min-width: 48em), print { .treatment .tbl_time tr th.time { padding: .8rem 2rem; font-size: 2rem; } }

.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 .wrap .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .wrap .gmap { height: 50.0rem; } }
/* 採用情報 */
.info_02 { margin: 4.0rem 0 0; }
.info_02 .tit_02 { background: #055D9C; display: block; text-align: center; color: #fff; }
.info_02 .tit_02::before { content: "\e926" !important; font-family: "fontello"; }
.info_02 dl { margin: 0; padding: 0 .6rem 0 0; height: auto; /* border-bottom: 1px solid #D5D5D5;*/ }
.info_02 dl dt { margin-bottom: .4rem; font-weight: bold; color: #055D9C; }
.info_02 dl dt .date { margin-right: .4rem; }
.info_02 dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 1px solid #D5D5D5; }
.info_02 dl dd p { line-height: 1.4; margin: 0; }

@media screen and (min-width: 48em), print { .info_02 { margin: 0 auto 8.0rem; }
  .info_02 .tit_02 { margin: 0 0 2.7rem; }
  .info_02 .tit_02::before { font-size: 2.4rem; margin-right: 3rem; }
  .info_02 dl { height: auto; min-height: 400px; }
  .info_02 dl dt { font-size: 1.7rem; padding: 0 0 1rem 1rem; }
  .info_02 dl dd { font-size: 1.6rem; margin: 0 0 2rem; padding: 0 0 2.8rem 1rem; } }

/*# sourceMappingURL=style.css.map */
