@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: #F0FFBA; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.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; color: #C20014; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #48A242; 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 #48A242; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; color: #684D0E; background: #fff; border-bottom: 1px solid #48A242; line-height: 1.0; }
.tbl_time tr td.close { color: #1A1311; }
.tbl_time tr.pm td.close { color: #1A1311; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.6rem; padding: 1rem 0 0; }
  .tbl_time tr th[scope="col"] { padding: 1rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { font-size: 1.2rem; padding: 1.6rem 0; } }
/* グーグルマップ -------------------------------------- */
.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; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; position: relative; }
.tit_01 span { display: block; margin: 0 auto; text-align: right; font-weight: bold; color: #684D0E; }
.tit_01::after { content: ""; background: url("../img/tit_01_parts01.svg") no-repeat center/contain; width: 11rem; height: 1rem; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }

.tit_02 { color: #684D0E; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; font-weight: bold; letter-spacing: .1rem; position: relative; }
.tit_02::before, .tit_02::after { font-family: "fontello"; display: inline-block; font-size: 2rem; color: #8CB80C; }
.tit_02::before { content: "\e80f"; margin-right: .6rem; }
.tit_02::after { content: "\e80e"; margin-left: .6rem; }
.tit_02 span { font-family: 'Jost', sans-serif; font-weight: 300; display: block; font-size: 1.4rem; position: absolute; left: 0; right: 0; top: -.8rem; margin: auto; }

.tit_03 { color: #fff; background: #5FB947; font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: .8rem 1rem; border-radius: 7px 0 7px 0; }
.tit_03::before { content: ""; font-family: "fontello"; margin-right: .4rem; display: inline-block; font-weight: normal; }

.tit_04 { color: #42753F; background: linear-gradient(to right, #EAFEA3, #CAEEC0); font-size: 1.8rem; font-weight: bold; line-height: 1.2; margin: 0 0 1.0rem; padding: .4rem 1rem; border-radius: 7px 0 7px 0; }
.tit_04::before { content: "\e811"; font-family: "fontello"; margin-right: .4rem; display: inline-block; color: #8CB80C; font-weight: normal; }

.tit_05 { color: #684D0E; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .2rem; border-bottom: 2px solid #EBC493; }
.tit_05::before { content: "\e812"; font-family: "fontello"; margin: 0 1rem 0 1rem; display: inline-block; color: #D5903A; font-weight: normal; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 3.2rem; padding: 8.9rem 0; margin: 0 0 3.0rem; }
  .tit_01 span { width: 1100px; }
  .tit_02 { font-size: 2.8rem; margin: 0 0 2.0rem; }
  .tit_02::before, .tit_02::after { font-size: 5rem; line-height: 1; vertical-align: text-top; }
  .tit_02::before { margin-right: 1rem; }
  .tit_02::after { margin-left: 1rem; }
  .tit_02 span { font-size: 2rem; top: -1.5rem; }
  .tit_03 { font-size: 2rem; margin: 0 0 2.0rem; }
  .tit_03::before { font-size: 1.6rem; position: relative; bottom: .2rem; margin-right: 1rem; }
  .tit_04 { font-size: 2rem; margin: 0 0 2.0rem; }
  .tit_04::before { font-size: 1.6rem; position: relative; bottom: .2rem; margin-right: 1rem; }
  .tit_05 { color: #684D0E; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; padding: 0 0 .2rem; border-bottom: 2px solid #EBC493; }
  .tit_05::before { content: "\e812"; font-family: "fontello"; margin: 0 1.3rem 0 1rem; display: inline-block; color: #D5903A; } }
/* リスト回り -------------------------------------- */
.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: #5FB947; }
.lst_ul01 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 { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 12%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 13.2rem; } }
/* フレックス回り -------------------------------------- */
.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%; } }
/* リンク -------------------------------------- */
*[class*="btn_"] { display: block; }
*[class*="btn_"] a { border-radius: 25px; color: #fff; text-align: center; padding: 1rem 3rem; display: inline-block; text-decoration: none !important; box-shadow: 0 8px 0px -5px rgba(0, 0, 0, 0.16); }
*[class*="btn_"] a::after { content: "\e800"; font-family: "fontello"; margin: 0 0 0 .4rem; display: inline-block; font-size: 1.4rem; position: relative; bottom: .2rem; }
*[class*="btn_"].btn_01 a { background: linear-gradient(to right, #42A524, #81C141); }
*[class*="btn_"].btn_02 a { background: linear-gradient(to right, #9D7737, #CE9739); }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; }
.tbl_01 tr th { width: 30%; padding: .8rem 0; background: #F0FFBA; color: #125A0E; text-align: center; font-weight: normal; border: 1px solid #5FB947; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #5FB947; }

.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"; -webkit-text-size-adjust: none; }

body { background: #fff; color: #684D0E; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; margin: 0 auto; }

.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: 1120px; }
  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: 1100px; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; overflow-x: hidden; } }
/* アイコンフォント -------------------------------------- */
@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 { padding: 1rem .4rem; }
.header .wrap .logo { height: 7.0rem; width: 15rem; margin: 0 auto; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headC .flex { margin: 1.2rem 0 0; }
.header .wrap .headC .flex ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0 0 1rem; }
.header .wrap .headC .flex ul li { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 55%; font-size: 1.2rem; background: #efffe2; padding: .4rem; border-radius: 5px; }
.header .wrap .headC .flex ul li:first-child { width: 44%; }
.header .wrap .headC .flex ul li .tel { font-size: 1.4rem; color: #125A0E; font-family: 'Jost', sans-serif; }
.header .wrap .headC .flex ul li .tel::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; color: #48A242; }
.header .wrap .headC .flex ul li.head_address::before, .header .wrap .headC .flex ul li.head_parking::before, .header .wrap .headC .flex ul li.head_access::before { font-family: "fontello"; margin-right: .4rem; color: #48A242; }
.header .wrap .headC .flex ul li.head_address { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; font-size: 1rem; }
.header .wrap .headC .flex ul li.head_address::before { content: "\e803"; }
.header .wrap .headC .flex ul li.head_parking { font-size: 1rem; color: #125A0E; font-weight: bold; }
.header .wrap .headC .flex ul li.head_parking::before { content: "\e802"; }
.header .wrap .headC .flex ul li.head_access { font-size: 1rem; }
.header .wrap .headC .flex ul li.head_access::before { content: "\e806"; }
.header .wrap .headC .flex ul li.head_access span { color: #125A0E; font-weight: bold; }

@media screen and (min-width: 48em), print { .header { border-top: 10px solid #CAEEC0; position: relative; }
  .header .wrap { position: relative; margin: -1.0rem auto 0; padding: 2rem 1rem 4rem; background: #fff; width: calc(1100px + 1rem); display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .header .wrap::before, .header .wrap::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #CAEEC0; display: block; position: absolute; top: 0; }
  .header .wrap::before { left: -.5rem; }
  .header .wrap::after { right: -.5rem; }
  .header .wrap .logo { width: 20rem; height: 8.0rem; margin: 0 0 0 1rem; }
  .header .wrap .headC { width: 51rem; margin: 0 .8rem 0 6rem; }
  .header .wrap .headC .flex { margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .header .wrap .headC .flex ul { margin: 0; width: 27.3rem; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .header .wrap .headC .flex ul:last-child { width: 25rem; }
  .header .wrap .headC .flex ul li { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; width: 100%; background: #fff; padding: 0; }
  .header .wrap .headC .flex ul li:first-child { width: 100%; }
  .header .wrap .headC .flex ul li .tel { font-size: 3.4rem; letter-spacing: .1rem; }
  .header .wrap .headC .flex ul li .tel::before { margin-right: .4rem; font-size: 2.2rem; }
  .header .wrap .headC .flex ul li.head_address, .header .wrap .headC .flex ul li.head_parking, .header .wrap .headC .flex ul li.head_access { font-size: 1.6rem; }
  .header .wrap .headC .flex ul li.head_address::before, .header .wrap .headC .flex ul li.head_parking::before, .header .wrap .headC .flex ul li.head_access::before { margin-right: .4rem; font-size: 2rem; }
  .header .wrap .headC .flex ul li.head_address { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  .header .wrap .headC .flex ul li.head_address::before { content: "\e803"; }
  .header .wrap .headC .flex ul li.head_parking { letter-spacing: .1rem; color: #125A0E; font-weight: bold; font-size: 1.8rem; }
  .header .wrap .headC .flex ul li.head_parking::before { content: "\e802"; }
  .header .wrap .headC .flex ul li.head_access { letter-spacing: .1rem; }
  .header .wrap .headC .flex ul li.head_access::before { content: "\e806"; }
  .header .wrap .headC .flex ul li.head_access span { color: #125A0E; font-weight: bold; margin-left: .5rem; }
  .header .wrap .headR { width: 28rem; }
  .header .wrap .headR .tbl_time { width: 28rem; }
  .header .wrap .headR .tbl_time caption { font-size: 1.4rem; margin: 0; padding: .4rem 0 0; }
  .header .wrap .headR .tbl_time tr th[scope="col"] { padding: .4rem 0; font-size: 1.4rem; }
  .header .wrap .headR .tbl_time tr th[scope="col"]:first-child { width: 35%; }
  .header .wrap .headR .tbl_time tr th[scope="col"]:last-child { width: 15%; }
  .header .wrap .headR .tbl_time tr th.time { font-size: 1.4rem; }
  .header .wrap .headR .tbl_time tr td { padding: .6rem .4rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; border: 1px solid #125A0E; color: #125A0E; background: #efffe2; 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: '\e804'; 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: '\e805'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; display: block; background: #fff; position: absolute; top: 7.0rem; right: 0; margin: auto; overflow: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #ccc; margin: 0; height: 100%; overflow: hidden; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #ccc; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #125A0E; padding: 1.0rem 1rem; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e80c'; font-size: 2.0rem; transition: all .2s; }
.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 { transform: rotate(180deg); transition: all .2s; bottom: .8rem; }
.slicknav_menu .slicknav_nav .subnav { background: #efffe2; margin: 0; }
.slicknav_menu .slicknav_nav .subnav li a::before { content: "・"; display: inline-block; }
.slicknav_menu .slicknav_nav .subnav li:first-child { border-top: 1px solid #ccc; }
.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; position: absolute; left: 0; right: 0; margin: auto; bottom: -1.6rem; z-index: 20; }
  #nav .gnav { width: 1100px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; background: #CAEEC0; border-radius: 25px; box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.16); }
  #nav .gnav > li { width: calc(100%/5); }
  #nav .gnav > li a { text-align: center; font-size: 1.6rem; padding: .8rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #nav .gnav > li a::before { font-family: "fontello"; margin-right: .2rem; color: #48A242; font-size: 1.4rem; }
  #nav .gnav > li a.home::before { content: "\e803"; position: relative; bottom: .2rem; }
  #nav .gnav > li a.greeting::before { content: "\e808"; }
  #nav .gnav > li a.visitor::before { content: "\e809"; }
  #nav .gnav > li a.sub::before { content: "\e80a"; }
  #nav .gnav > li a.sub::after { content: "\e80c"; font-family: "fontello"; margin-left: .4rem; font-size: 1.2rem; }
  #nav .gnav > li a.clinic::before { content: "\e807"; }
  #nav .gnav > li a.access::before { content: "\e80b"; }
  #nav .gnav > li .subnav { width: 15%; display: none; position: absolute; margin-left: 4rem; }
  #nav .gnav > li .subnav li { width: 100%; border-top: 1px solid #fff; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; padding: 1rem 1rem; text-align: left; background: rgba(24, 148, 16, 0.9); color: #fff; font-size: 1.8rem; }
  #nav .gnav > li .subnav li a::before { content: "・"; display: inline-block; color: #fff; font-size: 1.8rem; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: url("../img/overview_bg01.png") repeat-x bottom left/100%, #CAEEC0; position: relative; }
.overview::before { content: ""; display: block; width: 10rem; height: 7rem; background: url("../img/overview_bg02.svg") no-repeat center/contain; position: absolute; top: -4rem; left: 0; right: 0; z-index: 1; margin: auto; }
.overview .clinic_name { text-align: center; margin: 0 auto 1.2rem; }
.overview .clinic_name .img { position: relative; display: inline-block; }
.overview .clinic_name .img::before, .overview .clinic_name .img::after { font-family: "fontello"; display: inline-block; position: absolute; top: 80%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); color: #fff; font-size: 4rem; }
.overview .clinic_name .img::before { content: "\e80f"; left: -1.4rem; }
.overview .clinic_name .img::after { content: "\e80e"; right: -1.4rem; }
.overview .clinic_name .img img { display: block; max-width: 65%; margin: 0 auto; height: auto; }
.overview .tel { text-align: center; color: #125A0E; font-size: 2rem; font-family: 'Jost', sans-serif; font-weight: 300; }
.overview .tel::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; padding: 0 0 .4rem; }
.overview .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 2rem; }
.overview .wrap .overviewL .tbl_gaiyo th { width: 35%; text-align: center; padding: .4rem; font-weight: normal; color: #fff; background: #48A242; }
.overview .wrap .overviewL .tbl_gaiyo td { padding: .4rem; }
.overview .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview .wrap .overviewR { margin: 2.0rem 0 0; text-align: center; }
.overview .wrap .overviewR .gmap iframe { height: 30.0rem; }
.overview .wrap .overviewR .btn_map { display: inline-block; text-align: center; border: 1px solid #48A242; color: #48A242; margin: .8rem auto; padding: .2rem .8rem; border-radius: 25px; }
.overview .wrap .overviewR .btn_map::after { content: "\e80b"; font-family: "fontello"; margin-left: .4rem; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 2.3rem 0 3.9rem; font-size: 1.6rem; }
  .overview::before { width: 30rem; height: 3rem; top: -3rem; }
  .overview .overflow_parts { overflow-x: hidden; }
  .overview .overflow_parts .clinic_name { margin: 0 0 1.0rem; }
  .overview .overflow_parts .clinic_name .img::before, .overview .overflow_parts .clinic_name .img::after { font-size: 6rem; }
  .overview .overflow_parts .clinic_name .img::before { left: -9rem; }
  .overview .overflow_parts .clinic_name .img::after { right: -9rem; }
  .overview .overflow_parts .clinic_name .img img { max-width: 100%; }
  .overview .overflow_parts .tel { font-size: 3.4rem; }
  .overview .overflow_parts .tel::before { font-size: 2.4rem; position: relative; bottom: .3rem; }
  .overview .overflow_parts .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 1.4rem auto 0; position: relative; }
  .overview .overflow_parts .wrap::before, .overview .overflow_parts .wrap::after { content: ""; display: block; width: 26.5rem; height: 36rem; background: url("../img/overview_parts03.svg") no-repeat center/contain; position: absolute; top: 5rem; }
  .overview .overflow_parts .wrap::before { left: -31.75rem; }
  .overview .overflow_parts .wrap::after { right: -31.75rem; }
  .overview .overflow_parts .wrap .overviewL, .overview .overflow_parts .wrap .overviewR { width: 47%; }
  .overview .overflow_parts .wrap .overviewL { padding: 0 0; }
  .overview .overflow_parts .wrap .overviewL .tbl_gaiyo { margin: -1.6rem 0 0; border-spacing: 0 2.4rem; color: #1A1311; }
  .overview .overflow_parts .wrap .overviewL .tbl_gaiyo th { padding: 0; width: 25%; }
  .overview .overflow_parts .wrap .overviewL .tbl_gaiyo td { font-size: 1.8rem; padding: 0 0 0 1.7rem; }
  .overview .overflow_parts .wrap .overviewL .tbl_time { margin: 3.6rem 0 0; }
  .overview .overflow_parts .wrap .overviewR { padding: 0 0; }
  .overview .overflow_parts .wrap .overviewR .gmap iframe { height: 45.5rem; }
  .overview .overflow_parts .wrap .overviewR .btn_map { font-size: 1.6rem; padding: .5rem 4rem; margin: 1.6rem auto 0; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; background: #efffe2; 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; font-family: 'Jost', sans-serif; font-weight: 300; color: #125A0E; }
.tel_up .tel::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; padding: 0 0 .4rem; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup span { display: block; padding: .2rem; background: #684D0E; }
.tel_up .pageup span a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; line-height: 1.0; border: 1px solid #9B866B; }
.tel_up .pageup span a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\e810'; color: #fff; }

@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 span { border-radius: 50%; width: 6.6rem; height: 6.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .tel_up .pageup span a { width: 6.4rem; height: 6.4rem; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .tel_up .pageup span a::before { font-size: 4.0rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #48A242; }
.footer .copy { display: block; color: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3.3rem 0 1.6rem; }
  .footer .copy { font-size: 1.4rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 0; color: #fff; }
  .footer ul ~ ul { margin: 1rem auto 5.2rem; }
  .footer ul li { display: inline-block; font-size: 1.6rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 12.0rem; max-width: 100%; height: 24rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .wrap { width: 100%; height: 100%; position: relative; }
#keyvsl .wrap .kv_letter { position: absolute; bottom: -13rem; left: 0; right: 0; margin: auto 1rem; padding: 1rem .2rem; color: #684D0E; font-size: 1.4rem; text-align: center; line-height: 1.6; border-radius: 25px; background: linear-gradient(to bottom, rgba(253, 255, 228, 0.8), #FCFFD4); }
#keyvsl .wrap .kv_letter::before { content: ""; display: block; width: 16rem; height: 2rem; background: url("../img/index_keyvsl_parts01.svg") no-repeat center/contain; margin: .4rem auto .6rem; }
#keyvsl .wrap .kv_letter .green { color: #125A0E; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; height: 62rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto auto; color: #fff; }
  #keyvsl .wrap { width: 1100px; }
  #keyvsl .wrap .kv_letter { display: flex !important; 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; width: 45rem; height: 31rem; border-radius: 50%; left: auto; right: 0; bottom: -5rem; font-size: 2.8rem; line-height: 1.3; letter-spacing: -.2rem; font-weight: 600; }
  #keyvsl .wrap .kv_letter::before { width: 31rem; height: 3rem; margin: 0 auto 1.8rem; }
  #keyvsl .wrap .kv_letter .green { font-size: 3.2rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 4.0rem 0 4rem; }
.info .tit_02 { color: #125A0E; }
.info dl { margin: 0; line-height: 1.4; margin: 1rem auto; height: 100%; }
.info dl::before, .info dl::after { content: ""; width: 100%; height: 2px; display: block; margin: 1rem 0; background-size: 8px 2px; background-image: linear-gradient(to right, #ebc493, #EBC493 4px, transparent 4px, transparent 8px); background-repeat: repeat-x; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #684D0E; font-size: 110%; cursor: pointer; display: table; }
.info dl dt:hover { opacity: .8; }
.info dl dt:hover .date::before { transition: all .2s; }
.info dl dt .tit { display: block; }
.info dl dt .date { color: #189410; display: inline-block; font-family: 'Jost', sans-serif; font-weight: 300; }
.info dl dt .date::before { content: "\e80d"; font-family: "fontello"; margin-right: .4rem; display: inline-block; font-weight: normal; color: #189410; }
.info dl dt.close .date::before { content: "\e80d"; transform: rotate(180deg); }
.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 1rem; }

@media screen and (min-width: 48em), print { .info { margin: 3.6rem auto 8.0rem; }
  .info .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
  .info .wrap .tit_02 { width: 20%; font-size: 1.6rem; font-weight: normal; }
  .info .wrap .tit_02::after { content: none; }
  .info .wrap .tit_02::before { content: ""; background: url("../img/index_info_tit02_parts01.svg") no-repeat center/contain; display: block; width: 13rem; height: 19rem; margin: 0 auto; }
  .info .wrap .tit_02 span { font-weight: 400; font-size: 2.8rem; position: static; }
  .info .wrap dl { width: 80%; margin: 0; padding: 2.3rem 2.6rem; }
  .info .wrap dl::before { position: relative; left: -2.3rem; top: -2.3rem; width: 105%; }
  .info .wrap dl::after { position: relative; left: -2.3rem; bottom: -1.3rem; width: 105%; }
  .info .wrap dl dt { display: table; position: relative; }
  .info .wrap dl dt .tit { display: block; padding-left: 14.5rem; }
  .info .wrap dl dt .date { display: inline-block; position: absolute; left: 0; top: 0; }
  .info .wrap dl dt .date::before { margin-right: 1rem; }
  .info .wrap dl dd { padding-left: 14.5rem; } }
/* 診療のご案内 -------------------------------------- */
.clinic_menu { background: url("../img/index_clinicmenu_bg01.png") no-repeat bottom center/100%, #F5F0CF; padding: 2rem 0 2rem; position: relative; }
.clinic_menu::before { content: ""; display: block; width: 10rem; height: 7rem; background: url("../img/index_clinicmenu_bg02.svg") no-repeat center/contain; position: absolute; top: -4rem; left: 0; right: 0; margin: auto; }
.clinic_menu ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.clinic_menu ul li { width: 49%; margin: 0 0 3rem; }
.clinic_menu ul li a { display: block; text-align: center; color: #684D0E; text-decoration: none !important; font-weight: bold; position: relative; }
.clinic_menu ul li a::before { content: ""; height: 14rem; 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; border-radius: 50%; background: linear-gradient(135deg, #48A242 50%, #51B631 50%); box-shadow: 8px 8px 0px -5px rgba(0, 0, 0, 0.16); margin: 0 0 1rem; }
.clinic_menu ul li a::after { content: ""; display: block; color: #fff; position: absolute; left: 0; right: 0; top: 40%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); margin: auto; width: 8rem; height: 8rem; }
.clinic_menu ul li a.internal::after { background: url("../img/index_clinicmenu_01.svg") no-repeat center/contain; }
.clinic_menu ul li a.asthma::after { background: url("../img/index_clinicmenu_02.svg") no-repeat center/contain; }
.clinic_menu ul li a.copd::after { background: url("../img/index_clinicmenu_03.svg") no-repeat center/contain; }
.clinic_menu ul li a.pneumonia::after { background: url("../img/index_clinicmenu_04.svg") no-repeat center/contain; }
.clinic_menu ul li a.hypertension::after { background: url("../img/index_clinicmenu_05.svg") no-repeat center/contain; }
.clinic_menu ul li a.diabetes::after { background: url("../img/index_clinicmenu_06.svg") no-repeat center/contain; }
.clinic_menu ul li a.dyslipididism::after { background: url("../img/index_clinicmenu_07.svg") no-repeat center/contain; }
.clinic_menu ul li a.health-checkups::after { background: url("../img/index_clinicmenu_08.svg") no-repeat center/contain; }

@media screen and (min-width: 48em), print { .clinic_menu { background: url("../img/index_clinicmenu_bg01.png") no-repeat bottom center/auto auto, #F5F0CF; padding: 2rem 0 7rem; }
  .clinic_menu::before { width: 30rem; height: 3rem; background: url("../img/index_clinicmenu_bg02.svg") no-repeat center/contain; top: -3rem; }
  .clinic_menu ul { width: 83rem; margin: 4rem auto 0; -webkit-justify-content: flex-start; justify-content: flex-start; position: relative; }
  .clinic_menu ul::before, .clinic_menu ul::after { content: ""; display: block; width: 14rem; height: 28rem; position: absolute; top: 5rem; }
  .clinic_menu ul::before { background: url("../img/index_clinicmenu_parts01.svg") no-repeat center/contain; left: -16rem; }
  .clinic_menu ul::after { background: url("../img/index_clinicmenu_parts02.svg") no-repeat center/contain; right: -16rem; }
  .clinic_menu ul li { width: 18%; margin: 0 0 3rem; margin-right: 7.7rem; }
  .clinic_menu ul li:nth-child(4n) { margin-right: 0; }
  .clinic_menu ul li a { font-size: 2rem; white-space: nowrap; }
  .clinic_menu ul li a::before { height: 15rem; }
  .clinic_menu ul li a::after { top: 38%; width: 9rem; height: 9rem; } }
/* クリニック理念 -------------------------------------- */
.philosophy { padding: 2rem 0 2rem; position: relative; }
.philosophy::before { content: ""; display: block; width: 10rem; height: 7rem; background: url("../img/index_philosophy_bg01.svg") no-repeat center/contain; position: absolute; top: -4rem; left: 0; right: 0; margin: auto; }
.philosophy .wrap::after { content: ""; display: block; background: url("../img/index_philosophy_parts01.svg") repeat-x; height: 2rem; }
.philosophy .wrap .flex { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.philosophy .wrap .flex .img_01 { width: 49%; }
.philosophy .wrap .flex .img_02 { width: 41%; }
.philosophy .wrap .flex p { width: 100%; text-align: justify; color: #684D0E; }

@media screen and (min-width: 48em), print { .philosophy { padding: 3rem 0 2rem; }
  .philosophy::before { width: 30rem; height: 3rem; top: -3rem; }
  .philosophy .wrap { padding: 0 0 6.5rem; }
  .philosophy .wrap::after { margin: 2rem 0 0; }
  .philosophy .wrap .flex { -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: no-wrap; flex-wrap: no-wrap; }
  .philosophy .wrap .flex .img_01 { width: 23%; order: 1; }
  .philosophy .wrap .flex .img_02 { width: 19%; order: 3; margin-left: .8rem; }
  .philosophy .wrap .flex p { width: 55%; order: 2; font-size: 1.8rem; letter-spacing: -.1rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print { body:not(.index) #nav { bottom: 19.8rem; } }
body:not(.index) .main { margin: 0 1.0rem 4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 0 10rem; font-size: 1.8rem; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
/* クリニック紹介 */
.clinic .main .txt_c { text-align: left; }
@media screen and (min-width: 48em), print { .clinic .main .txt_c { text-align: center; } }

#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%; } }
/* ご受診の方へ */
.visitor .main .tel { margin: 0; display: inline-block !important; font-weight: 300; color: #125A0E; font-size: 2rem; letter-spacing: .1rem; line-height: 1.2; font-family: 'Jost', sans-serif; }
.visitor .main .tel::before { content: "\e801"; font-family: "fontello"; font-size: 1.6rem; margin-right: .4rem; padding: 0 0 .4rem; }

@media screen and (min-width: 48em), print { .visitor .main .tel { font-size: 3.2rem; }
  .visitor .main .tel::before { font-size: 2.6rem; } }
.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 .main .tel { display: block; font-size: 2rem; line-height: 1.0; font-family: 'Jost', sans-serif; font-weight: 300; color: #125A0E; }
.access .main .tel::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; padding: 0 0 .4rem; }
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .main .gmap { height: 50.0rem; } }
