@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; }

.green { color: #23793a; }

.yellow { color: #bfa348; }

.bold { font-weight: bold; }

/* 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 all 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 all and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
@media all and (min-width: 48em), print { .d_flex { display: flex; } }

.justify-center { justify-content: center; }

.gap40 { gap: 4rem; }

/* マージン・パディング回り -------------------------------------- */
.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 all and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time caption img { max-width: 1.4rem; height: auto; vertical-align: middle; margin-right: .4rem; }
.tbl_time tr th { padding: .4rem 0; background: #23793a; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th:first-child { width: 35%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #dcdcdc; line-height: 1.0; }
.tbl_time tr td.time { font-size: 80%; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time tr th { padding: 1.0rem 0; font-size: 1.8rem; }
  .tbl_time tr td { padding: 1.8rem 0; }
  .tbl_time tr td.time { font-size: 100%; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; text-align: center; }
.gmap iframe { width: 100%; height: 100%; border: none; }
.gmap img { max-width: 100%; height: auto; border: 3px solid #23793a; }
.gmap .btn_map { display: inline-block; background: #23793a; border: 1px solid #23793a; color: #fff; margin: .4rem 0 0; padding: .4rem 2.0rem; border-radius: 2.0rem; }
@media all and (min-width: 48em), print { .gmap .btn_map { padding: .4rem 4.0rem; } }
.gmap .btn_map::after { font-family: 'fontello'; content: '\e80b'; margin-left: .6rem; }
.gmap .btn_map:hover { background: #fff; color: #23793a; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: #e9f4eb; text-align: center; font-weight: bold; font-size: 2.2rem; color: #23793a; margin: 5.4rem -1.0rem 3.0rem; padding: 3.0rem 2.0rem; }

.tit_02 { font-size: 2.0rem; margin: 0 0 1.0rem; color: #917620; font-weight: bold; line-height: 1.2; text-align: center; }
.tit_02::before, .tit_02::after { display: block; margin: auto; width: 30%; height: 2.6rem; content: ''; background: url("../img/tit_02.svg") no-repeat center center/contain; }

.tit_03 { color: #23793a; font-size: 1.8rem; line-height: 1.2; text-align: center; padding-bottom: .4rem; border-bottom: .2rem solid #bfcec2; line-height: 1.2; margin: 0 0 1.0rem; position: relative; }
.tit_03::after { display: block; content: ''; width: 100%; height: .2rem; background: #669c75; position: absolute; bottom: 0; }

.tit_04 { color: #513401; font-size: 1.6rem; line-height: 1.2; text-align: center; padding-bottom: .4rem; border-bottom: .2rem solid #f0eef0; line-height: 1.2; margin: 0 0 1.0rem; position: relative; }
.tit_04::after { display: block; content: ''; width: 100%; height: .2rem; background: #bfcec2; position: absolute; bottom: 0; }

.tit_05 { color: #666; font-size: 1.4rem; line-height: 1.2; text-align: center; padding-bottom: .4rem; border-bottom: .2rem solid #e1d6b3; line-height: 1.2; margin: 0 0 1.0rem; position: relative; }

@media all and (min-width: 48em), print { .tit_01 { margin: 1.0rem 0 5.0rem; font-size: 3.0rem; background: url(../img/tit_01.jpg) no-repeat center center/auto #e9f4eb; padding: 6.0rem 4.0rem; }
  .tit_02 { font-size: 2.8rem; margin: 0 0 2.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .tit_02::before, .tit_02::after { display: inline-block; margin: 0 0 0 1.6rem; width: 12.0rem; height: 4.0rem; }
  .tit_02::before { transform: scale(-1, 1); margin: 0 1.6rem 0 0; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 2.0rem; 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: #23793a; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media all and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { list-style: decimal; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_dl01 dt { float: left; width: 25%; font-weight: bold; clear: left; }
.lst_dl01 dd { padding-left: 4.0rem; }

@media all and (min-width: 48em), print { .lst_dl01 dd { padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
@media all 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: 46%; margin: 0 !important; } }
/* 電話回り -------------------------------------- */
.tel { color: #23793a; font-weight: bold; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.tel::before { font-family: 'fontello'; content: '\e801'; font-size: 70%; margin-right: .6rem; }

/* クレジットバナー -------------------------------------- */
.credit li { display: inline-block; margin: 0 .5rem 1.0rem 0; vertical-align: middle; }
.credit li img { width: auto; max-height: 4.0rem; }
.credit li.visa img { max-height: 3.4rem; }
.credit li.mastercard img { width: 6.0rem; max-height: 5.0rem; }

/* paypay -------------------------------------- */
.bnr_pay li { margin: 0; }
.bnr_pay li img { max-width: 70%; height: auto; }

/* バナー周り -------------------------------------- */
.bnr li { margin: 0 0 1.0rem; }
.bnr li img { max-width: 70%; height: auto; }

.btn_blog { display: block; height: 24.0rem; margin: auto; background: url("../img/btn_blog_bg.jpg") no-repeat center center/contain; padding: 2.0rem 1.0rem; text-align: center; font-weight: bold; font-size: 1.6rem; }
.btn_blog::after { font-family: 'fontello'; content: '\e809'; font-size: 80%; margin-left: .6rem; }

@media all and (min-width: 48em), print { .btn_blog { width: 24.0rem; height: auto; padding: 3.7rem 1.0rem; font-size: 2.2rem; background-position: bottom center; background-color: #23793a; color: #fff; } }
.btn01 { display: flex; justify-content: space-between; align-items: center; background: #23793a; border: 1px solid #23793a; color: #fff; margin: .4rem 0 0; padding: .4rem 2.0rem; text-decoration: none !important; border-radius: 2.0rem; }
@media all and (min-width: 48em), print { .btn01 { width: 30%; padding: .4rem 4.0rem; } }
.btn01::after { content: ''; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); }
.btn01:hover { background: #fff; color: #23793a; }
.btn01:hover::after { content: ''; border-top: 2px solid #23793a; border-right: 2px solid #23793a; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

body { background: #fff; color: #313131; border-top: 4px solid #dfd4ae; }

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 all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1100px; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1080px; margin: auto; }
  .main { font-size: 1.6rem; padding: 0 0 8.0rem; } }
/* アイコンフォント -------------------------------------- */
@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 { padding: 1.0rem; }
.header .wrap .logo { height: 5.0rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.header .wrap .headR .telno .tel { font-size: 1.8rem; }
.header .wrap .headR .telno .tel a { display: inline-block; }
.header .wrap .headR .park { font-size: 1.4rem; }
.header .wrap .headR .park::before { font-family: 'fontello'; content: '\e804'; color: #23793a; margin-right: .6rem; }
.header .wrap .headR .acs { width: 100%; margin: .4rem 0 0; }
.header .wrap .headR .acs::before { font-family: 'fontello'; content: '\e80c'; color: #23793a; margin-right: .6rem; font-size: 130%; }

@media all and (min-width: 48em), print { .header { padding: 1.0rem 0 0; }
  .header .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .header .wrap .logo { width: 55%; height: 8.0rem; }
  .header .wrap .headR { width: 44.2%; padding: 1.0rem 0; }
  .header .wrap .headR .telno .tel { font-size: 2.8rem; }
  .header .wrap .headR .park { font-size: 1.8rem; }
  .header .wrap .headR .acs { text-align: right; font-size: 1.6rem; margin: 0; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; width: 100%; top: 10.6rem; left: 0; right: 0; font-size: 2.8rem; display: inline-block; background: none; padding: 0; z-index: 10; /* Toggle Btn */ /* 展開部 */ }
.slicknav_menu .slicknav_btn { width: 100%; color: #fff; background: #bfa348; text-shadow: none; border-radius: 0; margin: .6rem 0 0; padding: .4rem; text-align: center; line-height: 1.0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { font-family: 'fontello'; content: '\e802'; margin-right: .6rem; }
.slicknav_menu .slicknav_btn::after { content: 'MENU'; font-size: 2.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open { /* Toggle Close Icon */ }
.slicknav_menu .slicknav_btn.slicknav_open::before { font-family: 'fontello'; content: '\e803'; }
.slicknav_menu .slicknav_btn.slicknav_open::after { content: 'CLOSE'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #23793a; padding: 1.6rem; position: absolute; top: 4.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #fff; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #fff; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #fff; padding: 1.0rem 0; font-size: 1.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: left; justify-content: left; -webkit-align-items: center; align-items: center; }
.slicknav_menu .slicknav_nav .gnav li a::before { display: inline-block; content: ''; width: .6rem; height: .6rem; border-radius: 50%; background: #9d9a92; margin-right: .4em; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; margin: 2.0rem 0 0; background: #23793a; }
  #nav .gnav { width: 1080px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; }
  #nav .gnav li a { display: block; text-align: center; color: #fff; padding: 1.0rem 0; font-size: 1.6rem; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  #nav .gnav li a::before { display: inline-block; content: ''; width: .6rem; height: .6rem; border-radius: 50%; background: #9d9a92; margin-right: .4em; } }
/* クリニック概要 -------------------------------------- */
.overview { background: #23793a; padding: 0 1.0rem; font-size: 1.4rem; line-height: 1.6; }
.overview > .wrap { margin: 0; padding: .4rem 1.0rem; background: #fff; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; border-top: 1px solid #dcdcdc; }
.overview > .wrap .overviewL .tbl_gaiyo th { display: block; text-align: left; color: #23793a; padding: 1.0rem 1.0rem .4rem 1.0rem; border-bottom: 1px dotted #dcdcdc; }
.overview > .wrap .overviewL .tbl_gaiyo td { display: block; padding: .6rem 1.0rem 1.0rem; border-bottom: 1px solid #dcdcdc; }
.overview > .wrap .overviewL .tbl_gaiyo td .tel { font-size: 1.8rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0; }
.overview > .wrap .overviewR .gmap .arw { margin: 5.0rem 0 1.0rem; color: #23793a; text-align: center; font-weight: bold; font-size: 1.8rem; position: relative; }
.overview > .wrap .overviewR .gmap .arw::before { display: block; width: 0; height: 0; content: ""; position: absolute; top: -3.0rem; left: 0; right: 0; border-top: 2rem solid #23793a; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }
.overview > .wrap > .gmap iframe { height: 30.0rem; }

@media all and (min-width: 48em), print { .overview { margin: 10.0rem 0 0; font-size: 1.7rem; }
  .overview > .wrap { margin: auto; padding: 0 4.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 46%; }
  .overview > .wrap .overviewL .tbl_gaiyo th, .overview > .wrap .overviewL .tbl_gaiyo td { display: table-cell; padding: 1.0rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { width: 30%; border-bottom: 1px solid #dcdcdc; }
  .overview > .wrap .overviewL .tbl_gaiyo td .tel { font-size: 2.6rem; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .small { max-width: 80%; }
  .overview > .wrap > .gmap { width: 100%; margin: 4.0rem 0 0; }
  .overview > .wrap > .gmap iframe { height: 45.5rem; } }
/* フッター -------------------------------------- */
.pageup { display: none; position: fixed; bottom: 1.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
.pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.2rem; text-align: center; padding: .4rem; color: #fff; background: #bfa348; border-radius: 50%; }
.pageup a::before { display: block; font-family: 'fontello'; content: '\e812'; }

@media all and (min-width: 48em), print { .pageup a { width: 6.4rem; height: 6.4rem; font-size: 1.6rem; } }
.footer { padding: 4.0rem 0 0; text-align: center; }
.footer .copy { display: block; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer .logo, .footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding: 7.0rem 0 0; }
  .footer .copy { padding: 1.0rem; font-size: 1.4rem; }
  .footer .logo { display: block; margin: 0 0 3.6rem; }
  .footer .logo img { max-width: 46.0rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem 0 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 3.8rem 0 2.0rem; max-width: 100%; padding: 14.0rem 1.0rem 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/200% auto; }
#keyvsl .catch { color: #23793a; margin: 0; font-size: 2.0rem; font-weight: bold; text-align: center; }
#keyvsl .tit_02 { color: #23793a; margin: .6rem 0 0; }

@media all and (min-width: 48em), print { #keyvsl { height: 48.0rem; margin: 1.0rem 0 0; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto; position: relative; }
  #keyvsl .catch { width: 1080px; margin: auto; height: 100%; background: url("../img/catch.png") no-repeat right top 1rem/auto, url("../img/logo_mark.svg") no-repeat right 5rem bottom 5rem/16rem auto; text-indent: 100%; white-space: nowrap; overflow: hidden; text-align: right; padding: 0; }
  #keyvsl .tit_02 { position: absolute; left: 0; right: 0; bottom: 0; } }
/* タイトル -------------------------------------- */
.tit { text-align: center; font-weight: bold; font-size: 2.2rem; margin: 0 0 1.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tit::before, .tit::after { display: block; content: ''; width: .4rem; height: .4rem; border-radius: 50%; background: #639f73; margin: 0 .6em; }

@media all and (min-width: 48em), print { .tit { font-size: 2.8rem; margin: 0 0 2.0rem; }
  .tit::before, .tit::after { width: .6rem; height: .6rem; } }
/* スタッフ募集バナー -------------------------------------- */
.bnr_recruit { margin: 4.0rem 0 0 0; }
.bnr_recruit a { display: block; border: 2px solid #C0A347; color: #fff; text-decoration: none !important; }
.bnr_recruit a dl { margin: 0; padding: 1rem; text-align: left; font-size: 1.4rem; font-weight: bold; background: #C0A347 url(../img/bnr_recruit_bg.png) no-repeat right center/contain; }
.bnr_recruit a dl dt { background: url(../img/icon_recruit.svg) no-repeat left center/contain; font-size: 1.2em; padding-left: 1.7em; }
.bnr_recruit a dl dd { margin: 0; padding: 0.25rem 0 0 0; font-size: 0.9em; text-shadow: #C0A347 1px 1px 10px, #C0A347 -1px 1px 10px, #C0A347 1px -1px 10px, #C0A347 -1px -1px 10px; }
.bnr_recruit a dl dd span { display: none; }
@media all and (min-width: 48em), print { .bnr_recruit a dl { padding: 2rem 3rem; background: #C0A347 url(../img/bnr_recruit_bg.png) no-repeat right center/auto auto; }
  .bnr_recruit a dl dt { font-size: 2.4em; padding-left: 1.7em; }
  .bnr_recruit a dl dd { padding: 0.7rem 0 0 0; font-size: 1.3em; text-shadow: none; }
  .bnr_recruit a dl dd span { margin: 0 0 0 1.5rem; padding: 0.3em 1.6em 0.3em 0.8em; display: inline-block; background: #fff; border-radius: 2em; color: #C0A347; font-size: 0.85em; position: relative; }
  .bnr_recruit a dl dd span::after { content: ''; width: 8px; height: 8px; border: 0px; border-top: solid 2px #C0A347; border-right: solid 2px #C0A347; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 50%; right: 0.8em; margin-top: -5px; } }

/* お知らせ -------------------------------------- */
.info { margin: 4.0rem 0 0; }
.info .waku { border: 2px solid #dfd4ae; }
.info .waku dl { margin: 0; line-height: 1.4; padding: 1.0rem; height: 20.0rem; overflow-y: auto; }
.info .waku dl dt { margin-bottom: .4rem; font-weight: bold; color: #23793a; }
.info .waku dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 1px dotted #dfd4ae; }
.info .btn_blog { margin: 2.0rem 0 0; }

@media all and (min-width: 48em), print { .info { margin: 4.0rem auto 8.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .info .tit { width: 100%; }
  .info .waku { width: 75%; background: url("../img/index_info_bg.jpg") no-repeat left 0.4rem top 0.4rem/auto 98%; padding: 1.4rem 1.4rem 1.4rem 25.0rem; }
  .info .waku dl { padding: 1.0rem; height: 40.0rem; }
  .info .waku dl dt { padding-top: 1.0rem; font-size: 1.8rem; }
  .info .btn_blog { margin: 0; } }
/* あいさつ -------------------------------------- */
.aisatsu { margin: 0 -1.0rem; }
.aisatsu .bg { background: url("../img/index_aisatsu_bg.jpg") no-repeat left top/auto 100%; padding: 1.0rem 2.0rem; }

@media all and (min-width: 48em), print { .aisatsu { margin: 0; }
  .aisatsu .bg { background: url("../img/index_aisatsu_bg.jpg") no-repeat left top/auto; padding: 4.0rem; }
  .aisatsu .bg img { max-width: 25%; height: auto; } }
/* コンセプト -------------------------------------- */
.concept ol li { color: #fff; font-size: 1.4rem; padding: 11.0rem 1.0rem 2.0rem; margin: 0 0 1.6rem; }
.concept ol li span { display: block; font-size: 120%; color: #313131; font-weight: bold; margin: 0 0 .8rem; }
.concept ol li:first-child { background: url("../img/index_concept_01.jpg") no-repeat center top/100% auto #bfa348; }
.concept ol li:nth-child(2) { background: url("../img/index_concept_02.jpg") no-repeat center top/100% auto #bfa348; }
.concept ol li:nth-child(3) { background: url("../img/index_concept_03.jpg") no-repeat center top/100% auto #bfa348; }
.concept ol li:last-child { background: url("../img/index_concept_04.jpg") no-repeat center top/100% auto #bfa348; }

@media all and (min-width: 48em), print { .concept p { text-align: center; }
  .concept ol { width: 100%; margin: 2.0rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .concept ol li { width: 48%; font-size: 1.6rem; padding: 20.0rem 2.0rem 3.0rem; margin: 0 0 4.0rem; }
  .concept ol li:nth-child(2) { padding: 2.0rem 2.0rem 22.0rem; background: url("../img/index_concept_02.jpg") no-repeat center bottom/auto 18rem #bfa348; }
  .concept ol li:nth-child(3) { padding: 19.0rem 2.0rem 0; }
  .concept ol li:last-child { padding: 1.0rem 2.0rem 20.0rem; background: url("../img/index_concept_04.jpg") no-repeat center bottom/auto 18rem #bfa348; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
/* ドクター紹介 */
.doctor figure { text-align: center; }
.doctor figure img { max-width: 100%; height: auto; margin-bottom: .6rem; }

@media all and (min-width: 48em), print { .doctor figure { width: 40%; float: right; margin: 0 0 0 4.0rem; }
  .doctor figure img { max-width: 100%; height: auto; }
  .doctor .fl_l { width: 48%; } }
/* クリニック紹介 */
#clinicslide01, #clinicslide02 { margin-bottom: 8.0rem; }
#clinicslide01 img, #clinicslide01 p, #clinicslide02 img, #clinicslide02 p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #23793a; }

/* ペットホテル */
.tbl_price { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_price caption { caption-side: bottom; text-align: right; font-size: 80%; margin: .6rem 0 0; }
.tbl_price th { padding: .4rem; border: 1px solid #e1d6b3; background: #f7f2e1; }
.tbl_price td { width: 30%; padding: .4rem; text-align: right; border: 1px solid #e1d6b3; }

@media all and (min-width: 48em), print { .tbl_price th { padding: 1.0rem; }
  .tbl_price td { width: 40%; padding: 1.0rem; } }
/* スタッフ募集 */
.recruit .qr { text-align: center; }
.recruit .qr img { border: 1px solid #dcdcdc; padding: 7px; }
.recruit .qr span { display: block; padding: 0.5em 0 0 0; font-size: 0.85em; }
.recruit .tbl_recruit { width: 100%; border-collapse: collapse; }
.recruit .tbl_recruit th { padding: .4rem; border: 1px solid #e1d6b3; background: #f7f2e1; white-space: nowrap; }
.recruit .tbl_recruit td { padding: .4rem; border: 1px solid #e1d6b3; }
.recruit .tbl_recruit td ul li:last-of-type { padding-bottom: 0; }
@media all and (min-width: 48em), print { .recruit .txt_l { float: left; }
  .recruit .tbl_recruit th { padding: 1.0rem; width: 20%; }
  .recruit .tbl_recruit td { padding: 1.0rem; } }

/* 診療時間・アクセス */
.access .map img { max-width: 100%; height: auto; padding: .6rem; border: 1px solid #ccc; }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; }
  .access .tbl_time td span { font-size: 1.8rem; }
  .access .map { margin: 2.0rem 0 0; }
  .access .map img { width: 48%; height: auto; }
  .access .gmap { height: 50.0rem; } }
/* よくある質問 */
.faq dt { color: #23793a; font-weight: bold; text-indent: -1.0rem; padding: 0 0 0 2.4rem; line-height: 1.4; margin-bottom: 1.0rem; }
.faq dt::before { display: inline-block; content: 'Q'; color: #23793a; font-size: 150%; margin-right: .6rem; }
.faq dd { text-indent: -2.0rem; padding: 0 0 0 2.4rem; margin: 0 0 1.6rem; }
.faq dd::before { content: 'A'; color: #bfa348; font-size: 150%; margin-right: .6rem; }
.faq dd table { width: 100%; text-indent: 0; }
.faq dd table th, .faq dd table td { text-align: left; display: block; }

@media all and (min-width: 48em), print { .faq dd { margin: 0 0 2.4rem; }
  .faq dd table { border-collapse: collapse; }
  .faq dd table th, .faq dd table td { display: table-cell; vertical-align: top; padding: 1.0rem; border: 1px solid #dfdfdf; } }

/*# sourceMappingURL=style.css.map */
