@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #FFFAEE; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #FFFBE1; padding: 1rem; margin-bottom: 2rem; }
@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; color: #5A4B2E; 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 .orange { color: #FFB900; }
.tbl_time tr th { border-bottom: 1px solid #5A4B2E; border-top: 1px solid #5A4B2E; font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 1.2rem; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-top: none; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #5A4B2E; line-height: 1.0; }
.tbl_time tr td.orange { color: #FFB900; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 21%; }
  .tbl_time tr th[scope="col"]:last-child { padding-right: 2rem; width: 17%; }
  .tbl_time tr td { padding: 1.0rem 0; }
  .tbl_time tr td:last-child { padding-right: 2rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto 100%; font-size: 2.2rem; color: #5A4B2E; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; text-shadow: 0px 0px 7px #fff,0px 0px 7px #fff; }

.tit_02 { color: #5A4B2E; font-size: 2.0rem; display: block; text-align: center; margin: 0 0 1.0rem; padding: 1.0rem 0; line-height: 1.2; letter-spacing: .2rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.tit_02 span { display: block; color: #FFB900; font-size: 1.6rem; letter-spacing: .1rem; }

body:not(.index) .tit_02::after { content: ""; display: block; margin: .3rem auto 0; width: 2rem; height: .2rem; background: #FFB900; }

.tit_03 { color: #5A4B2E; font-size: 1.8rem; line-height: 1.2; padding: .8rem 2rem; margin: 0 0 1.0rem; background: #FFEFC8; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: relative; }
.tit_03::before { content: ""; height: 80%; width: .4rem; position: absolute; left: .7rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background: #FFB900; }

.tit_04 { color: #5A4B2E; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; border-bottom: 3px double #FFB900; }

.tit_05 { color: #FFB900; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto auto; font-size: 3.8rem; height: 24.5rem; margin: 0 0 3.0rem; padding: 10rem 0; }
  .tit_02 { font-size: 2.8rem; margin: 0 0 2.0rem; }
  .tit_02 span { font-size: 1.6rem; margin: .6rem 0 0; }
  body:not(.index) .tit_02 { font-size: 2.8rem; }
  body:not(.index) .tit_02::after { width: 5.2rem; margin: 1.4rem auto 0; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; padding: 1.2rem 2.6rem; letter-spacing: .2rem; }
  .tit_03::before { width: .6rem; height: 60%; left: 1rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; padding: 0 0 1rem; }
  .tit_05 { font-size: 2rem; 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: #FFB900; }
.lst_ul01 li.none::before { content: none; }
@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 50%; }
  .lst_ul01.flex li.none { width: 100%; } }

.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; } }
.lst_dl02 dt { padding: .4rem 1rem; background: #f2f2f2; font-size: 110%; }
.lst_dl02 dd { margin: .6rem 0 1.4rem; padding: .4rem .6rem; }

/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* リンク -------------------------------------- */
.btn_01 { display: block; }
.btn_01 a { border: 1px solid #FFB900; background: #fff; color: #FFB900; text-align: center; padding: 1rem 4rem; display: inline-block; text-decoration: none !important; -webkit-transition: all .2s; transition: all .2s; }
.btn_01 a::before { content: "\e8fc"; font-family: "fontello"; margin-right: .4rem; -webkit-transition: all .2s; transition: all .2s; }
.btn_01 a:hover { background: #FFB900; color: #fff; }
.btn_01 a:hover::before { color: #fff; }

.btn_02 { display: block; }
.btn_02 a { border: 1px solid #70BA54; background: #fff; color: #70BA54; text-align: center; padding: 1rem 4rem; display: inline-block; text-decoration: none !important; -webkit-transition: all .2s; transition: all .2s; }
.btn_02 a::before { content: "\e8fc"; font-family: "fontello"; margin-right: .4rem; -webkit-transition: all .2s; transition: all .2s; }
.btn_02 a:hover { background: #70BA54; color: #fff; }
.btn_02 a:hover::before { color: #fff; }

.txt_link { text-decoration: none !important; border-bottom: 1px solid #6CB84F; color: #6CB84F; }
.txt_link::after { content: "≫"; margin-left: .2rem; }

.lst_anc { padding: .6rem 1rem; background: #ecf9ef; border-radius: 7px; }
.lst_anc li { margin: 0 0 .4rem; }
.lst_anc li a { text-decoration: none !important; border-bottom: 1px solid #6CB84F; color: #6CB84F; }
.lst_anc.flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.lst_anc.flex li { width: 50%; text-align: center; }

@media screen and (min-width: 48em), print { .lst_anc { padding: 2.4rem 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_anc li { width: 50%; margin: 0 0 1rem; }
  .lst_anc li ~ li { margin-left: 0; }
  .lst_anc li a { letter-spacing: .2rem; font-size: 110%; }
  .lst_anc.flex { display: block; }
  .lst_anc.flex li { width: auto; display: inline-block; }
  .lst_anc.flex li ~ li { margin-left: 1rem; } }
/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-spacing: 0; width: 100%; }
.tbl_01 tr th { width: 30%; background: #FFB900; color: #fff; text-align: center; font-weight: normal; border-bottom: 1px solid #fff; }
.tbl_01 tr th.ex { background: #FFFBE1; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #CCCCCC; }

.tbl_price { table-layout: fixed; border-collapse: collapse; border-spacing: 0; width: 100%; margin: 0 auto 2rem; caption-side: bottom; }
.tbl_price caption { text-align: left; padding: .2rem 0; }
.tbl_price tr th { width: 55%; background: #FFB900; color: #fff; text-align: center; font-weight: normal; border-bottom: 1px solid #fff; }
@media screen and (min-width: 48em), print { .tbl_price tr th { padding: 1rem 1rem; } }
.tbl_price tr th.ex { background: #FFFBE1; }
.tbl_price tr th + td { width: 45%; }
.tbl_price tr th.tit { padding: .8rem 0; }
.tbl_price tr td { padding: .8rem; border: 1px solid #CCCCCC; }

.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_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: #5A4B2E; }

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: 1220px; }
  body > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 3rem auto 0; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1200px; margin: 0 auto; }
  .main { font-size: 1.6rem; 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; }
.header .wrap .logo { height: 6.0rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.png) no-repeat calc(50% - 2.8rem) center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR > div { margin: .8rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header .wrap .headR > div .tel { display: inline-block; font-family: 'Crimson Text', serif; color: #5A4B2E; font-size: 1.8rem; margin-right: 1rem; }
.header .wrap .headR > div .tel::before { content: "\e8fd"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR > div .tel a { display: inline-block; }
.header .wrap .headR > div .rsv { font-size: 1.6rem; background: #FFB900; color: #fff; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; padding: .6rem 1.2rem; }
.header .wrap .headR > div .rsv::before { content: "\e8fb"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 0 auto 1rem; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header .wrap .logo { margin: 1rem 0 0; min-width: 28%; height: 12.0rem; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
  .header .wrap .logo a { background: url(../img/logo.png) no-repeat center center/contain; }
  .header .wrap .headR { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .header .wrap .headR > div { margin: 0; }
  .header .wrap .headR > div .tel { font-size: 3rem; letter-spacing: .2rem; margin-right: .8rem; }
  .header .wrap .headR > div .rsv { font-size: 2rem; padding: 1.4rem 2rem; }
  .header .wrap .headR > div .rsv::before { font-size: 2.4rem; margin-right: .8rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.6rem; 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: #5A4B2E; background: none; 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: #f2f2f2; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #5A4B2E; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #5A4B2E; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #5A4B2E; 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; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-family: 'fontello'; content: '\e803'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e805'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: 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: '\e800'; }
.slicknav_menu .slicknav_nav .gnav .subnav { margin: .4rem 0 1.8rem; border-radius: 5px; background: #fff; }
.slicknav_menu .slicknav_nav .gnav .subnav li { padding: .4rem .8rem; border: none; border-bottom: 2px solid #f2f2f2; }
.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; padding: 0 0 1rem; }
  #nav .gnav { width: 78rem; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav li { width: auto; position: relative; }
  #nav .gnav li a { display: block; position: relative; text-align: center; font-size: 1.6rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
  #nav .gnav li a.sub::after { content: "\e805"; font-family: "fontello"; margin-left: .2rem; }
  #nav .gnav li .subnav { width: 24rem; display: none; position: absolute; z-index: 20; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); margin: auto; }
  #nav .gnav li .subnav li { width: 100%; border-top: 1px solid #5A4B2E; }
  #nav .gnav li .subnav li:first-child { border-top: none; }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.8); padding: 1.6rem 0; text-align: center; }
  #nav .gnav li .subnav li a:hover { background: rgba(254, 226, 12, 0.8); opacity: 1; }
  #nav .gnav li .subnav li:first-child { margin: 1rem 0 0; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0 0; font-size: 1.4rem; line-height: 1.6; background: #FFFAEE; }
.overview > .wrap .overviewL { text-align: center; }
.overview > .wrap .overviewL .clinic_name { margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .clinic_name img { max-width: 35%; height: auto; }
.overview > .wrap .overviewL .tel { font-family: 'Crimson Text', serif; border: 1px solid #5A4B2E; border-radius: 25px; font-size: 1.8rem; padding: .4rem 1.2rem; margin: .6rem auto 0; display: inline-block; }
.overview > .wrap .overviewL .tel::before { content: "\e8fd"; font-family: "fontello"; margin-right: .4rem; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .overviewR .tbl_gaiyo th { width: 100%; text-align: left; font-weight: bold; display: block; }
.overview > .wrap .overviewR .tbl_gaiyo td { display: block; margin: 0 0 1rem; }
.overview > .wrap .overviewR .tbl_gaiyo td ul li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: .2rem; line-height: 1.4; }
.overview > .wrap .overviewR .tbl_gaiyo td ul li::before { content: '●'; margin-right: .4rem; color: #87C940; }
.overview > .wrap .overviewR .tbl_time { margin: 1.6rem 0 0; }
.overview .gmap { margin: 3rem 0 0; height: 30rem; }
.overview .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 5.7rem 0 0 0; font-size: 1.8rem; }
  .overview > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .clinic_name { margin: 0 0 2rem; }
  .overview > .wrap .overviewL .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap .overviewL .address { line-height: 1.8; letter-spacing: .2rem; margin: 0 0 1.4rem; }
  .overview > .wrap .overviewL .tel { font-size: 4rem; padding: .6rem 8rem; letter-spacing: .2rem; border-radius: 40px; }
  .overview > .wrap .overviewR { padding: 0 6.5rem 0 0; margin: 2rem 0 0; }
  .overview > .wrap .overviewR .tbl_gaiyo { font-size: 1.6rem; }
  .overview > .wrap .overviewR .tbl_gaiyo tr th { display: table-cell; vertical-align: top; padding: 0 0 2.9rem; width: 22%; }
  .overview > .wrap .overviewR .tbl_gaiyo tr td { display: table-cell; padding: 0 0 2.9rem; }
  .overview > .wrap .overviewR .tbl_gaiyo tr:last-child th, .overview > .wrap .overviewR .tbl_gaiyo tr:last-child td { padding: 0; }
  .overview > .wrap .overviewR .tbl_time { margin: 2rem 0 0; }
  .overview .gmap { height: 49rem; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 5.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: #fff; border: 3px solid #FFB900; border-radius: 50%; }
#pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e800'; color: #FFB900; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup a { width: 5.4rem; height: 5.4rem; border: 4px solid #FFB900; }
  #pageup a::before { font-size: 4.0rem; } }
.sns { display: block; position: fixed; bottom: 5rem; left: 0.5rem; z-index: 1; cursor: pointer; padding: 12px; border-radius: 50%; background: #fff; }
.sns a { width: 5.0rem; height: 5.0rem; text-align: center; background: #fff; border-radius: 50%; }
.sns a img { width: 30px; height: 30px; }

@media screen and (min-width: 48em), print { .sns { padding: 20px; bottom: 8.0rem; left: 1.0rem; }
  .sns a { width: 5.4rem; height: 5.4rem; } }
.tel_rsv { width: 100%; height: 4rem; background: #fff; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tel_rsv .tel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; width: 50%; padding: .8rem; font-size: 1.8rem; line-height: 1.0; font-family: 'Crimson Text', serif; }
.tel_rsv .tel::before { content: "\e8fd"; font-family: "fontello"; margin-right: .4rem; }
.tel_rsv .rsv { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 50%; height: 100%; font-size: 1.6rem; background: #FFB900; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; color: #fff; }
.tel_rsv .rsv::before { content: "\e8fb"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .tel_rsv { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; visibility: visible; background: none; position: fixed; left: auto; right: 0; top: 15rem; width: 10rem; height: 22rem; }
  .tel_rsv .tel { display: none; }
  .tel_rsv .rsv { font-size: 1.8rem; color: #5A4B2E; letter-spacing: .2rem; font-weight: bold; background: none; writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright; text-orientation: upright; text-shadow: 0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 7px #fff,0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff; }
  .tel_rsv .rsv::before { content: ""; background: url("../img/icon_rsv_tate.svg") no-repeat center/contain; margin-right: 0; margin-bottom: .8rem; width: 3.2rem; height: 3.2rem; }
  .tel_rsv .rsv::after { content: ""; margin-top: .6rem; width: 10rem; height: 7.3rem; background: url("../img/fixed_rsv_parts01.svg") no-repeat bottom center/auto auto; } }
.footer { text-align: center; padding: 0 0 4rem; }
.footer .copy { display: block; background: #FFB900; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 4.7rem 0 0; }
  .footer .copy { margin: 3.2rem 0 0; padding: 2.3rem 0; font-size: 1.6rem; }
  .footer ul { display: block; text-align: center; margin: 0 auto 0; }
  .footer ul ~ ul { margin: 1.4rem auto 0; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .8rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 14.0rem; max-width: 100%; padding: 4rem 0 4rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; }
#keyvsl .kv_txt { text-align: center; font-size: 1.4rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; position: relative; top: 16rem; z-index: 2; }
#keyvsl .kv_txt::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; margin: auto; width: 14rem; height: 14rem; border-radius: 50%; background: rgba(254, 226, 12, 0.23); }
#keyvsl .kv_txt::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); bottom: -3.5rem; z-index: -1; margin: auto; display: block; background: url("../img/index_keyvsl_parts01.png") no-repeat center/contain; width: 22rem; height: 4rem; }
#keyvsl .kv_txt .phrase { letter-spacing: .3rem; line-height: 1.4; color: #5A4B2E; font-size: 1.8rem; font-weight: bold; margin: 0 0 .2rem; text-shadow: 0px 0px 7px #fff,0px 0px 7px #fff; }
#keyvsl .kv_txt .phrase span { font-size: 2.2rem; }
#keyvsl .kv_txt .kaiin_nairan p { margin: 0; text-shadow: 0px 0px 7px #fff,0px 0px 7px #fff; }
#keyvsl .kv_txt .kaiin_nairan p.kaiin { color: #80B52E; margin: 0 0 .2rem; }
#keyvsl .kv_txt .kaiin_nairan p.nairan { color: #6E5D3C; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 0; height: 80.9rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl .wrap { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #keyvsl .wrap .kv_txt { top: 0; }
  #keyvsl .wrap .kv_txt::before { height: 32rem; width: 32rem; }
  #keyvsl .wrap .kv_txt::after { width: 49rem; height: 8.8rem; bottom: -8.5rem; }
  #keyvsl .wrap .kv_txt .phrase { font-size: 2.8rem; letter-spacing: 1rem; }
  #keyvsl .wrap .kv_txt .phrase span { font-size: 3.8rem; }
  #keyvsl .wrap .kv_txt .kaiin_nairan p { line-height: 1.6; letter-spacing: .2rem; }
  #keyvsl .wrap .kv_txt .kaiin_nairan p.kaiin { font-size: 2.6rem; margin: 1rem 0 0; }
  #keyvsl .wrap .kv_txt .kaiin_nairan p.nairan { font-size: 1.8rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 2rem; }
.info dl { margin: 0; line-height: 1.4; padding: 0; height: 100%; }
.info dl dt { text-indent: -1.6rem; padding-left: 2.2rem; margin-bottom: .2rem; font-size: 110%; font-weight: bold; cursor: pointer; display: table; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.info dl dt:hover { opacity: .8; }
.info dl dt::before { content: "\e805"; font-family: "fontello"; margin-right: .2rem; }
.info dl dt.close::before { content: "\e800"; }
.info dl dd { padding: 1rem 0 1.0rem; margin: 0; }
.info dl dd:nth-of-type(n+4) { display: none; }
.info dl dd p { margin: 0 0 0 2.2rem; }
.info dl dd p ~ p { margin: .8rem 0 0 2.2rem; }

@media screen and (min-width: 48em), print { .info { padding: 6rem 0 6.0rem; }
  .info .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .info .wrap .tit_02 { margin: 0 7rem 0 0; padding: 0; min-width: 12rem; }
  .info .wrap dl dt::before { margin-right: .5rem; }
  .info .wrap dl dd { margin-left: .5rem; } }
/* 診療カレンダー -------------------------------------- */
.g_calendar { max-width: 96%; margin: 0 auto; display: block; }

.medical_calendar { padding: 0 0 2rem; }
@media screen and (min-width: 48em), print { .medical_calendar { padding: 0 0 7.4rem; } }
@media screen and (min-width: 48em), print { .medical_calendar .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }
.medical_calendar .flex table { width: 100%; margin: 0 0 2rem; width: 100%; border-collapse: separate; border-spacing: 0; color: #5A4B2E; font-size: 1.6rem; table-layout: fixed; border-top: 1px solid #5A4B2E; }
@media screen and (min-width: 48em), print { .medical_calendar .flex table { width: 33%; margin: 0 3rem 3rem; font-size: 1.8rem; } }
.medical_calendar .flex table tr th, .medical_calendar .flex table tr td { border-bottom: 1px solid #5A4B2E; font-weight: normal; padding: 0.6rem 0; text-align: center; }
.medical_calendar .flex table tr.month th { background: #FFB900; }
.medical_calendar .flex table tr.week th { background: #FFF6BC; }
.medical_calendar .flex table tr.day td .shortTitle { display: none; }
.medical_calendar .flex table tr.day td.notTheMonth { background: #fff; color: #fff; }
.medical_calendar .cal_detail { text-align: center; }
.medical_calendar .cal_detail li { margin: 0 0.5rem; padding: 0.3rem 1rem; display: inline-block; }
.medical_calendar .outPatient { background: #ffd6d6; }
.medical_calendar .amOnly { background: #dcf5c0; }
.medical_calendar .pmOnly { background: #dbf1ff; }
.medical_calendar .temporaryClosure { background: #e2d0ff; }

/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; background: #FFFAEE; }
.feature ul { margin: 2rem 0 0; counter-reset: count; }
.feature ul li { counter-increment: count; margin: 0 0 4rem; position: relative; }
.feature ul li::after { content: counter(count,decimal-leading-zero); position: absolute; top: -1.5rem; left: 0; right: 0; margin: auto; display: block; font-family: 'Crimson Text', serif; text-align: center; font-size: 3rem; color: #FFB900; line-height: 1; letter-spacing: .2rem; }
.feature ul li img { display: block; margin: 0 auto; }
.feature ul li p { line-height: 1.6; margin: 0; }
.feature ul li p.tit { font-size: 1.8rem; text-align: center; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; line-height: 1.2; margin: 1.2rem auto 1.2rem; }

@media screen and (min-width: 48em), print { .feature { padding: 4.2rem 0 7.8rem; }
  .feature ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .feature ul li { margin: 4rem 12.2rem 0 9rem; width: 36%; }
  .feature ul li:nth-child(even) { margin: 4rem 9rem 0 0; }
  .feature ul li::after { font-size: 6rem; top: -3rem; }
  .feature ul li p { font-size: 1.6rem; line-height: 2.2; }
  .feature ul li p.tit { font-size: 2rem; margin: 3.4rem auto 2.2rem; } }
/* ご挨拶 -------------------------------------- */
.greeting { padding: 2rem 0 2rem; }
.greeting .flex .img { width: 60%; border: 1px solid #F3DB23; display: block; margin: 0 auto 2rem; position: relative; }
.greeting .flex .img::after { content: ""; background: url("../img/index_greeting_parts01.png") no-repeat center/contain; width: 5rem; height: 7rem; position: absolute; bottom: -1rem; right: -2rem; }
.greeting .flex .txt { text-align: justify; }
.greeting .flex .txt .dr_name { text-align: right; }

@media screen and (min-width: 48em), print { .greeting { padding: 5rem 0 7.4rem; }
  .greeting .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .greeting .flex .img { width: 33%; margin: 2rem 0 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .greeting .flex .img::after { width: 12rem; height: 17rem; bottom: -4rem; right: -1rem; }
  .greeting .flex .txt { width: 63%; font-size: 1.8rem; line-height: 1.8; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }
/* 診療内容 -------------------------------------- */
.tre { background: #FFFBE1; padding: 2rem 0 2rem; }
.tre ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tre ul li { width: 49%; margin: 0 0 1rem; }
.tre ul li a { display: block; text-align: center; text-decoration: none !important; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; text-indent: -1.7rem; padding-left: 2.2rem; padding-top: 8rem; margin: 0 0 1rem; line-height: 1.2; position: relative; }
.tre ul li a::before { content: "\e8fc"; font-family: "fontello"; color: #FFB900; margin-right: .2rem; }
.tre ul li a::after { content: ""; font-family: "fontello"; font-size: 6rem; color: #FFB900; text-indent: 0; width: 7rem; height: 7rem; position: absolute; left: 0; right: 0; top: 0; margin: auto; background: #FFF6BC; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.tre ul li a .br:before { content: '\A'; white-space: pre; }
.tre ul li a.menstruation::after { content: "\e8ee"; }
.tre ul li a.cancer::after { content: "\e8ef"; }
.tre ul li a.checkup::after { content: "\e8f0"; }
.tre ul li a.pill::after { content: "\e8f1"; }
.tre ul li a.sexually-transmitted::after { content: "\e8f2"; }
.tre ul li a.menstrual-movement::after { content: "\e8f3"; }
.tre ul li a.menstruation-vaccination::after { content: "\e8f4"; }
.tre ul li a.baby::after { content: "\e8f6"; }
.tre ul li a.bridal::after { content: "\e8f7"; }
.tre ul li a.menopause::after { content: "\e8f8"; }
.tre ul li a.surgery::after { content: "\e8f9"; }
.tre ul li a.aging::after { content: "\e8fa"; }

@media screen and (min-width: 48em), print { .tre { padding: 4.3rem 0 8.7rem; }
  .tre ul { margin: 6rem 0 0; }
  .tre ul li { width: 18.7rem; margin: 0 0 3.6rem; text-align: center; }
  .tre ul li a { font-size: 1.8rem; padding-top: 12.6rem; text-indent: -2.2rem; display: inline-block; text-align: left; }
  .tre ul li a::before { margin-right: .4rem; }
  .tre ul li a::after { font-size: 9rem; width: 11rem; height: 11rem; } }
.bnr_seiri { display: block; margin: 2em auto; border: 2px solid #6C96F7; border-radius: 1rem; -webkit-filter: drop-shadow(0px 3px #6C96F7); filter: drop-shadow(0px 3px #6C96F7); background: #fff; text-decoration: none !important; font-weight: bold; }
.bnr_seiri dl { text-align: center; margin: 0; padding: 1.2em 0 1em; }
.bnr_seiri dl dt, .bnr_seiri dl dd { margin: 0; }
.bnr_seiri dl dt { margin: 0.2em 0 0; font-size: 115%; color: #5a7ac3; }
.bnr_seiri dl dd { color: #8cafff; }
.bnr_seiri dl dd::before, .bnr_seiri dl dd::after { display: inline-block; font-size: 80%; font-weight: normal; padding: 0 0.3em; }
.bnr_seiri dl dd::before { content: '＼'; }
.bnr_seiri dl dd::after { content: '／'; }

@media screen and (min-width: 48em), print { .bnr_seiri { width: 500px; font-size: 2.0rem; }
  .bnr_seiri dl dt { font-size: 125%; margin: 0.1em 0 0; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 4rem; }
body:not(.index) .overview { display: none; }

@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 6rem 0 8rem; }
  body:not(.index) .overview { display: block; }
  body:not(.index) p { line-height: 1.6; letter-spacing: .2rem; } }
@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; }
  .img_c { max-width: 40%; height: auto; margin: 0 auto 3rem; } }
/* ドクター紹介 */
@media screen and (min-width: 48em), print { .doctor .main .img_c { max-width: 80%; margin: 4rem auto 0; } }
/* クリニック紹介 */
.clinic .main .flex { margin: 0 0 2rem; }
.clinic .main .flex li { margin: 0 0 2.6rem; }
.clinic .main .flex li p { text-align: center; font-weight: bold; background: #eee; font-size: 1.8rem; padding: .4rem 0; }
.clinic .main .flex li figure { margin: 0; padding: 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; }

.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 { .clinic .main .flex { margin: 0 0 6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic .main .flex li { width: 49%; margin: 0; }
  .clinic .main .flex li figure img { display: block; margin: 0 auto; }
  .clinic .main .flex li figure figcaption { padding: .4rem 0 0; }
  .device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
.rsv_area { padding: 1rem; }
.rsv_area .rsv { text-decoration: none !important; background: #ffe39b; color: #5A4B2E; padding: .4rem 2rem; margin: 0 0 1rem; display: block; text-align: center; border-radius: 7px; position: relative; }
.rsv_area .rsv::after { content: "\e8fc"; font-family: "fontello"; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.rsv_area .rsv div::before { content: "\e8fb"; font-family: "fontello"; margin-right: .4rem; }
.rsv_area .tel_area { background: #ffe39b; color: #5A4B2E; display: block; margin: 0 0 1rem; padding: .4rem 2rem; border-radius: 7px; text-align: center; }
.rsv_area .tel_area .tel { display: block; font-weight: bold; font-size: 120%; letter-spacing: .1rem; font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
.rsv_area .tel_area .tel::before { content: "\e8fd"; font-family: "fontello"; margin-right: .4rem; font-weight: normal; }
.rsv_area .size_s { font-size: 80%; }

@media screen and (min-width: 48em), print { .rsv_area { width: 70%; margin: 0 auto; padding: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .rsv_area li { width: 49%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .rsv_area .rsv { width: 100%; height: 100%; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .rsv_area .tel_area { width: 100%; padding: 2rem 0; margin: 0; } }
.flow dd, .flow li { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd, .flow li { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after, .flow li:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -4.5rem; left: 0; right: 0; border-top: 1.4rem solid #ffb900; border-right: 2.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 2.0rem solid transparent; margin: auto; }
@media screen and (min-width: 48em), print { .flow dd:not(:last-child)::after, .flow li:not(:last-child)::after { bottom: -7.5rem; border-top: 2.0rem solid #ffb900; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; } }
.flow .bg { display: block; padding: .4rem 1rem; margin: 0 0 .8rem 0; border-radius: 7px; background: #ffd299; text-align: center; color: #826f3c; font-weight: bold; }
@media screen and (min-width: 48em), print { .flow .bg { display: inline-block; margin: 0 1rem 0 0; float: left; width: 8%; clear: left; }
  .flow .bg + dd { padding: .4rem 0 0 6rem; } }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }

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