@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; }

.txt_brown { color: #C9A456; }

.txt_red { color: #CB0F0F; }

.bold { font-weight: bold; }

.frame { padding: 1rem; border-radius: 10px; background: #efe8d9; }
@media screen and (min-width: 48em), print { .frame { padding: 2rem 1rem; } }

/* 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 .wrap > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main .wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main .wrap > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main .wrap > 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 .wrap > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main .wrap > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main .wrap > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main .wrap > 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: center; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #668e68; font-size: 1.2rem; color: #fff; font-weight: bold; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; border-bottom: 2px solid #668e68; }
.tbl_time tr th.time span { display: none; }
.tbl_time tr th.time span ~ span { display: block; }
.tbl_time tr td { color: #575757; font-size: 1rem; text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 2px solid #668e68; line-height: 1.0; }
.tbl_time tr td span { display: block; }
.tbl_time tr td span ~ span { display: none; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { margin-top: .8rem; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.6rem; width: auto; }
  .tbl_time tr th[scope="col"]:first-child { width: 25%; }
  .tbl_time tr th:last-child { padding-right: 1.5rem; }
  .tbl_time tr th.time { font-size: 1.9rem; padding: .8rem 0; width: 11%; }
  .tbl_time tr td { width: 2rem; padding: 1.0rem 0; font-size: 1.3rem; }
  .tbl_time tr td:last-child { padding-right: 1.5rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { width: 100%; font-size: 2.2rem; margin: 0 0 3.0rem; padding: 4rem 0; font-weight: bold; text-align: center; color: #7a6245; background: url("../img/tit_01.jpg") no-repeat top center/cover; }

.tit_02 { color: #7a6245; text-align: center; font-size: 2.0rem; font-weight: bold; margin: 0 0 1.0rem; padding: 1.0rem 0; line-height: 1.2; }
.tit_02::before { content: "\e824 \e824 \e824"; font-family: "fontello"; display: block; color: #e80a; padding-bottom: .4rem; font-size: 1.2rem; text-align: center; letter-spacing: .4rem; }

.tit_03 { color: #513401; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; color: #7a6245; padding-bottom: .2rem; border-bottom: 2px solid #9b9b9b; }
.tit_03::before { content: "\e80b"; font-family: "fontello"; display: inline-block; color: #7a6245; font-size: 1.8rem; margin-right: .4rem; }

.tit_04 { color: #575757; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem 0; padding: 0 0 .4rem .8rem; border-bottom: 2px solid #d1d1d1; vertical-align: middle; }
.tit_04::before { content: ""; display: inline-block; background: #668e68; width: 4px; height: 18px; border-radius: 2px; vertical-align: middle; margin-right: .4rem; }

.tit_05 { background: #ec9f53; color: #fff; font-sizse: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem 0; padding: .6rem .8rem; }

@media screen and (min-width: 48em), print { .tit_01 { width: 100%; display: block; font-size: 3.6rem; margin: 0 auto 3.0rem; padding: 14rem 0rem; background: url("../img/tit_01.jpg") no-repeat top center/2000px; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 2.4rem; }
  .tit_02::before { font-size: 2.6rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_03::before { font-size: 2.4rem; margin-right: .4rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 2.4rem; margin: 0 0 2.0rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.6rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; vertical-align: middle; }
.lst_ul01 li::before { content: '●'; font-size: 75%; color: #ec9f53; margin-right: .4rem; vertical-align: middle; }
@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 50%; } }

.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 1.0rem; padding-left: 0; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 25%; clear: left; }
  .lst_dl01 dd { margin: 0 0 1.0rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.flex3 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.flex3 > li { width: 46%; }

@media screen and (min-width: 48em), print { .flex2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 48%; margin: 0 !important; }
  .flex3 li { width: 31%; } }
/* ボタンリンク -------------------------------------- */
.btn { margin: 1rem auto; background: #668e68; color: #fff; text-align: center; padding: 1rem 3rem; display: inline-block; text-decoration: none !important; border-radius: 10px; position: relative; }
@media screen and (min-width: 48em), print { .btn { margin: 1rem 0; width: auto; padding: 1rem 4rem; } }
.btn::after { content: "\f138"; font-family: "fontello"; display: inline-block; padding: 0 1rem; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (min-width: 48em), print { .btn::after { right: 5px; } }

.btn-orange { margin: 1rem auto; background: #F6AE6A; color: #fff; text-align: center; padding: 1rem 3rem; display: inline-block; text-decoration: none !important; border-radius: 10px; position: relative; }
@media screen and (min-width: 48em), print { .btn-orange { margin: 1rem 0; width: auto; padding: 1rem 4rem; } }

.bg-white { background: #fff; }

/* テーブル -------------------------------------- */
.tbl_01 { width: 100%; border-collapse: collapse; }
.tbl_01 tr th { text-align: left; font-weight: normal; width: 30%; background: #efe8d9; padding: 1rem; border: 1px solid #bdac97; }
.tbl_01 tr td { padding: 1rem; border: 1px solid #bdac97; background: #fff; }

@media screen and (min-width: 48em), print { .tbl_01 tr th { padding: 1.3rem 2rem; }
  .tbl_01 tr td { padding: 1.3rem 2rem; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

body { background: #fff; color: #575757; }

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%; text-size-adjust: none; -webkit-text-size-adjust: none; }
  body { min-width: 1190px; }
  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: 1170px; margin: 0 auto; }
  .main { font-size: 1.8rem; 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 { background: #efe8d9; }
.header .wrap { padding: 1.0rem; }
.header .wrap .logo { height: 7.0rem; }
.header .wrap .logo a { display: block; width: auto; height: 12rem; background: url(../img/logo.svg) no-repeat top center/90%; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { width: 100%; text-align: center; margin: 5.8rem auto 0; font-size: 1.6rem; color: #4b4b4b; }
.header .wrap .headR div { background: #f5a453; color: #fff; border-radius: 15px; padding: .4rem 1rem; display: inline-block; width: auto; }
.header .wrap .headR div.address { width: 100%; background: none; color: #4b4b4b; border-top: 1px solid #4b4b4b; border-bottom: 1px solid #4b4b4b; border-radius: 0; }
.header .wrap .headR .tel { margin: .8rem 0 .8rem; display: block; font-weight: bold; font-size: 2.6rem; }
.header .wrap .headR .tel::before { content: "\e809"; font-family: "fontello"; display: inline-block; margin-right: .2rem; }
.header .wrap .headR .tel a { display: inline-block; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 0rem auto 0; position: relative; background: url("../img/index_head_parts01.svg") no-repeat left top/25%; }
  .header .wrap .logo { width: 40%; height: 17.0rem; margin: 3rem auto; text-align: center; }
  .header .wrap .logo a { width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat center/contain; display: inline-block; }
  .header .wrap .headR { width: auto; margin: 0; position: absolute; top: 50%; right: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  .header .wrap .headR div { width: 100%; border-radius: 10px; }
  .header .wrap .headR .tel { text-size-adjust: none; -webkit-text-size-adjust: none; width: auto; display: block; background: none; color: #575757; font-size: 3rem; font-weight: bold; line-height: 1.6; margin: 0; padding: 0; background: url(../img/tel_black.svg) no-repeat left center; background-size: auto 70%; }
  .header .wrap .headR .tel::before { content: "\e809"; font-family: "fontello"; display: inline-block; margin-right: .8rem; font-weight: normal; } }
/* 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; color: #fff; background: #f5a453; 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: '\e802'; 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: '\e803'; 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: #efe8d9; padding: 1.6rem; position: absolute; top: 8.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #7a6245; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #7a6245; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #7a6245; 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; font-family: 'fontello'; content: '\f138'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\f13a'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { color: #7a6245; 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: '\f139'; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background: #7a6245; }
  #nav .gnav { width: 1170px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav > li { width: calc(100%/5); position: relative; }
  #nav .gnav > li::before { content: ""; width: .2rem; height: 70%; display: inline-block; background: #fff; position: absolute; right: 0; top: 50%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  #nav .gnav > li:last-child::after { content: ""; width: .2rem; height: 70%; display: inline-block; background: #fff; position: absolute; right: 0; top: 50%; right: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
  #nav .gnav > li a { display: block; text-align: center; font-size: 1.8rem; font-weight: bold; color: #fff; padding: 2rem 0; margin: .4rem 0; }
  #nav .gnav > li .sub { position: relative; }
  #nav .gnav > li .sub::after { content: "\e80c"; font-family: "fontello"; color: #fff; display: block; text-align: center; width: 100%; height: 2rem; font-size: 1.6rem; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }
  #nav .gnav > li .subnav { width: 100%; display: none; position: absolute; color: #fff; background: rgba(122, 98, 69, 0.5); z-index: 10; }
  #nav .gnav > li .subnav li { width: 100%; }
  #nav .gnav > li .subnav li:hover { background: rgba(255, 255, 255, 0.5); }
  #nav .gnav > li .subnav li:hover::before { content: none; }
  #nav .gnav > li .subnav li:hover:last-child::after { content: none; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; padding: 3rem 0; margin: 0; text-align: center; color: #fff; }
  #nav .gnav > li .subnav li a:hover { background: rgba(255, 255, 255, 0.5); color: #668e68; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #fff; border-top: 3px solid #bdac97; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 95%; height: auto; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 1.4rem; }
.overview > .wrap .overviewL .tbl_gaiyo th { background: #668e68; width: 28%; font-size: 1.6rem; text-align: center; padding: .4rem; border-radius: 5px; font-weight: normal; color: #fff; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem 0 .4rem 1.4rem; font-size: 1.6rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { height: 30rem; text-align: right; border: 6px solid #c5d6c6; }
.overview > .wrap .overviewR .gmap iframe { height: 100%; border: 2px solid #fff; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 10.0rem 0; font-size: 1.8rem; }
  .overview .clinic_name { margin: 0 0 1.0rem; }
  .overview .clinic_name img { max-width: 100%; width: 100%; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 50%; padding: 0 0; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th { width: 16%; padding: .2rem 0; }
  .overview > .wrap .overviewR { width: 43%; padding: 0 0 0 1rem; }
  .overview > .wrap .overviewR .gmap { height: 50rem; }
  .overview > .wrap .overviewR .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 7; 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%; margin: .4rem 1rem 1rem; font-size: 1.6rem; line-height: 1.0; background: #fff; border: 2px solid #7a6245; border-radius: 5px; padding: .8rem 0; }
.tel_up .tel a { display: block; }
.tel_up .tel a::before { content: "\e809"; font-family: "fontello"; display: inline-block; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; height: auto; font-size: 1.2rem; color: #fff; text-align: center; padding: .2rem .4rem 0; line-height: 1.0; position: relative; right: 5px; bottom: -5px; z-index: 5; }
.tel_up .pageup a::before { background: url("../img/page_up.svg") no-repeat center/100%; content: ''; display: block; width: 5rem; height: 5rem; color: #fff; position: absolute; bottom: -8px; left: 0; z-index: -1; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.4rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; text-align: center; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup { width: 7rem; height: 7rem; }
  .tel_up .pageup a { font-weight: bold; font-size: 1.4rem; width: 7rem; height: 7rem; display: block; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: relative; }
  .tel_up .pageup a::before { content: ""; background: url("../img/page_up.svg") no-repeat center top/contain; width: 7rem; height: 7rem; bottom: 13px; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #7a6245; }
.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.5rem 0 2rem; }
  .footer ul { display: inline-block; text-align: center; margin: 0rem auto 2.0rem; padding-bottom: 3.2rem; color: #fff; position: relative; white-space: nowrap; }
  .footer ul::after { content: ""; width: 100%; height: 1px; display: block; background: #fff; position: absolute; bottom: -2px; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li:first-child::before { content: '|'; margin: 0 1.6rem; }
  .footer ul li.treatment { display: none; }
  .footer ul a { opacity: 1.0; }
  .footer ul a span { display: none; }
  .footer ul a:hover { text-decoration: underline; }
  .footer ul.treatment { display: none; }
  .footer .copy { font-size: 1.6rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0rem 0rem 0rem; padding: 2rem 2rem; height: 15rem; max-width: 100%; background: url(../img/index_keyvsl01.jpg) no-repeat center center/contain #f8f5ee; }
#keyvsl .wrap { height: 100%; position: relative; }
#keyvsl .wrap p { position: absolute; top: -15px; left: 0; margin: 0; line-height: 1.2; color: #545454; font-size: 1.6rem; text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px; }
#keyvsl .wrap p.oshirase { top: auto; bottom: -15px; left: 0; font-size: 1.2rem; }
#keyvsl .wrap p.oshirase span { font-size: 1.2rem; display: block; }
#keyvsl .wrap p.oshirase span.big { line-height: 1; display: inline; font-size: 1.4rem; }

@media screen and (min-width: 48em), print { #keyvsl { background: url(../img/index_keyvsl01.jpg) no-repeat top center/1400px #f8f5ee; height: 70rem; }
  #keyvsl .wrap p { top: 0; padding: 3rem 3rem; font-size: 4rem; line-height: 1.6; text-shadow: 1px 1px 10px #ffffff,-1px -1px 10px #ffffff,0px 0px 10px #ffffff,0px -1px 10px #ffffff,1px -1px 10px #ffffff,1px 0px 10px #ffffff,0px 0px 10px #ffffff,-1px 4px 10px #ffffff,-2px -3px 5px #ffffff,0px -2px 13px #ffffff; }
  #keyvsl .wrap p.oshirase { bottom: 0; font-size: 2.4rem; }
  #keyvsl .wrap p.oshirase span { font-size: 2.6rem; }
  #keyvsl .wrap p.oshirase span.big { font-size: 2.8rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 4rem; }
.info .tit_02b { color: #7a6245; text-align: center; font-size: 2.0rem; font-weight: bold; margin: 3rem 0 1.0rem; padding: 1.0rem .2rem; line-height: 1.2; border-bottom: 1px solid #c7c5c4; }
.info .tit_02b::before { display: inline-block; content: ""; background: url("../img/index_info01.svg") no-repeat bottom/60%; width: 5rem; height: 5rem; vertical-align: bottom; }
.info .tit_02b::after { display: inline-block; content: ""; background: url("../img/index_info02.svg") no-repeat bottom/50%; width: 5rem; height: 5rem; vertical-align: bottom; }
.info .tbl_time { width: 90%; margin: 0 auto; border-collapse: separate; border-radius: 10px; overflow: hidden; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.info .tbl_time caption { font-size: 100%; color: #668e68; font-weight: bold; caption-side: bottom; text-align: center; margin-top: .4rem; }
.info .tbl_time tbody tr { background: #668e68; }
.info .tbl_time tbody tr:first-child th { border-right: none; }
.info .tbl_time tbody tr:first-child th:last-child { border-radius: 0 10px 0 0 / 0 10px 0 0; }
.info .tbl_time tbody tr th { font-weight: normal; border-right: 2px solid #668e68; }
.info .tbl_time tbody tr th[scope="col"] { padding: .4rem 0; background: #668e68; font-size: 1.2rem; color: #fff; font-weight: bold; }
.info .tbl_time tbody tr th[scope="col"]:first-child { width: 20%; border-radius: 10px 0 0 0 /10px 0 0 0; }
.info .tbl_time tbody tr th[scope="col"]:first-child span { display: none; }
.info .tbl_time tbody tr th.time { background: #e8ede6; border-bottom: 2px solid #668e68; border-left: 2px solid #668e68; padding: .8rem 0; line-height: 1.2; font-size: 1rem; }
.info .tbl_time tbody tr th.time span { font-size: 1.6rem; font-weight: bold; display: block; }
.info .tbl_time tbody tr td { color: #575757; font-size: 1.2rem; text-align: center; font-weight: bold; padding: .6rem .4rem; background: #fff; border-bottom: 2px solid #668e68; border-right: 2px solid #668e68; line-height: 1.0; }
.info .tbl_time tbody tr td span { display: none; }
.info .tbl_time tbody tr td span ~ span { display: block; }
.info .tbl_time tbody tr td.close span ~ span { color: #fff; background: #f6ae6a; border-radius: 50%; padding: .3rem; font-weight: normal; }
.info .tbl_time tbody tr:last-child th { border-radius: 0 0 0 10px / 0 0 0 10px; }
.info .tbl_time tbody tr:last-child td:last-child { border-radius: 0 0 10px 0 / 0 0 10px 0; }
.info dl.sch_change { margin: 2rem 0 0; padding: 0; }
.info dl.sch_change dt { text-align: center; margin: 0 5%; }
.info dl.sch_change dt a { background-color: #CB0F0F; border-radius: 10px; cursor: pointer; font-weight: bold; font-size: 100%; color: #fff; text-decoration: none; padding: 15px 25px 15px 10px; position: relative; display: block; }
.info dl.sch_change dt a::after { position: absolute; right: 30px; top: 30px; content: "▼"; font-size: 100%; }
.info dl.sch_change dt.active a::after { content: "▲"; }
.info dl.sch_change dd { display: none; margin: 0 5%; padding: 0; }
.info dl.sch_change dd h3 { font-size: 100%; font-weight: bold; }
.info dl.sch_change dd .tbl_time { width: 100%; margin-bottom: 2rem; }
.info dl.information { background: #fff; margin: 0; line-height: 1.4; padding: .8rem .8rem; height: 20.0rem; overflow-y: auto; }
.info dl.information dt { margin-bottom: .4rem; font-weight: bold; color: #7a6245; font-size: 110%; padding-bottom: .8rem; border-bottom: 1px solid #c7c5c4; }
.info dl.information dd { margin: .8rem 0 1.0rem; padding-bottom: 1.0rem; }

@media screen and (min-width: 48em), print { .info { margin: 6rem auto 0; background: url("../img/index_info_bg-left.svg") repeat-y top left/25rem, url("../img/index_info_bg-right.svg") repeat-y top right/25rem; padding: 0 0 16rem; }
  .info .tit_02b { width: 100rem; padding-bottom: 3rem; margin: 0 auto 3rem; font-size: 3.6rem; }
  .info .tit_02b::before { background: url("../img/index_info01.svg") no-repeat bottom/100%; width: 6.5rem; height: 9.2rem; margin-right: 2rem; }
  .info .tit_02b::after { background: url("../img/index_info02.svg") no-repeat bottom/80%; width: 6rem; height: 8rem; margin-left: 1.6rem; }
  .info .tbl_time { margin: 0 auto 8rem; width: 100rem; }
  .info .tbl_time caption { margin-top: 1.6rem; font-size: 3rem; }
  .info .tbl_time tbody tr th { border-right: 4px solid #668e68; }
  .info .tbl_time tbody tr th[scope="col"] { font-size: 3rem; padding: 1.2rem 0; width: auto; }
  .info .tbl_time tbody tr th[scope="col"]:first-child { width: 18%; }
  .info .tbl_time tbody tr th.time { border-bottom: 4px solid #668e68; border-left: 4px solid #668e68; font-size: 2rem; padding: 2rem 0; }
  .info .tbl_time tbody tr th.time span { font-size: 3rem; letter-spacing: 1.2rem; text-indent: 1.2rem; }
  .info .tbl_time tbody tr td { font-size: 4rem; border-bottom: 4px solid #668e68; border-right: 4px solid #668e68; }
  .info .tbl_time tbody tr td.close span ~ span { width: 5rem; height: 5rem; font-size: 3rem; font-weight: bold; display: block; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .info dl.sch_change { margin: 0 0 100px; padding: 0; }
  .info dl.sch_change dt { text-align: center; margin: 0 5%; }
  .info dl.sch_change dt a { font-size: 3.6rem; padding: 15px 80px 15px 10px; width: 800px; margin: 0 auto; }
  .info dl.sch_change dt a::after { right: 40px; top: 15px; }
  .info dl.sch_change dt.active a::after { content: "▲"; }
  .info dl.sch_change dd { width: 100rem; margin: 0 auto; }
  .info dl.sch_change dd h3 { font-size: 3.4rem; font-weight: bold; margin-bottom: 15px; }
  .info dl.sch_change dd p { font-size: 110%; }
  .info dl.sch_change dd .tbl_time { width: 100%; }
  .info dl.information { width: 100rem; height: 24.5rem; margin: 0 auto; padding: 2rem 3rem; background: none; }
  .info dl.information dt { font-size: 2.2rem; }
  .info dl.information dd { font-size: 1.8rem; margin: .8rem 0 2.4rem; } }
/* 診療案内 -------------------------------------- */
.tre { background: #fbfbec; padding: 2rem 0 2rem; }
.tre ul { 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; }
.tre ul li { text-align: center; width: 47%; margin-bottom: 1rem; }
.tre ul li a { text-decoration: none !important; }
.tre ul li a img { padding: 1rem; background: #efe8d9; min-height: 14rem; border-radius: 10px; }
.tre ul li a img.animal { background: url("../img/index_tre_animalbg.svg") no-repeat center center/90% #efe8d9; }
.tre ul li a img.ippan { background: url("../img/index_tre_ippanbg.svg") no-repeat center center/90% #efe8d9; }
.tre ul li a img.yobou { background: url("../img/index_tre_yoboubg.svg") no-repeat center center/90% #efe8d9; }
.tre ul li a img.hinin { background: url("../img/index_tre_hininbg.svg") no-repeat center center/90% #efe8d9; }
.tre ul li a img.shiseki { background: url("../img/index_tre_shisekibg.svg") no-repeat center center/90% #efe8d9; }
.tre ul li a p { margin-top: .4rem; color: #7a6245; font-weight: bold; }
.tre ul li a p::after { content: "\f138"; font-family: "fontello"; display: block; }

@media screen and (min-width: 48em), print { .tre { padding: 4rem 0 3rem; }
  .tre ul li { width: 19%; }
  .tre ul li::before { height: 20rem; }
  .tre ul li a { display: block; }
  .tre ul li a img { width: 22rem; height: 20rem; }
  .tre ul li a p { font-size: 2.3rem; margin: 2rem 0 0; line-height: 1.4; } }
/* 特長 -------------------------------------- */
.feature { background: url("../img/index_feature_bg.jpg") no-repeat center top/cover; padding: 5rem 0 3rem; position: relative; }
.feature div:not(.wrap) { width: 100%; height: 100%; padding: 2rem 1rem; border: 2px solid #b2a18d; background: #fff; text-align: center; font-weight: bold; -webkit-box-shadow: 6px 6px 0px 0px #b2a18d; -moz-box-shadow: 6px 6px 0px 0px #b2a18d; box-shadow: 6px 6px 0px 0px #b2a18d; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }
.feature div:not(.wrap)::before { content: ""; background: url("../img/index_feature01.svg") no-repeat top/contain; display: block; width: 100%; height: 10rem; position: absolute; top: 7%; left: 0; z-index: 5; }
.feature div:not(.wrap)::after { content: ""; background: url("../img/index_feature02.svg") no-repeat center/100%; display: block; width: 10rem; height: 10rem; opacity: .1; position: absolute; top: 60%; right: 5%; transform: translateY(-50%) rotate(20deg); -webkit-transform: translateY(-50%) rotate(20deg); -ms-transform: translateY(-50%) rotate(20deg); z-index: 5; }
.feature div:not(.wrap) .tit { color: #7a6245; font-size: 120%; }

@media screen and (min-width: 48em), print { .feature { background: url("../img/index_feature_bg.jpg") no-repeat center top/2000px; padding: 22rem 0 14rem; }
  .feature div:not(.wrap) { position: relative; height: 34rem; -webkit-box-shadow: 15px 15px 0px 0px #b2a18d; -moz-box-shadow: 15px 15px 0px 0px #b2a18d; box-shadow: 15px 15px 0px 0px #b2a18d; }
  .feature div:not(.wrap)::before { background: url("../img/index_feature01.svg") no-repeat top/100%; top: -33%; height: 100%; }
  .feature div:not(.wrap)::after { width: 20rem; height: 20rem; }
  .feature div:not(.wrap) p { font-size: 2.9rem; margin: 1rem 0 0; }
  .feature div:not(.wrap) p.tit { margin: 6rem auto 0; font-size: 4rem; } }
#c-modal_bg { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 0, 0, 0.6); }

#c-modal { position: fixed; top: 50%; left: 50%; z-index: 9999; width: 90%; height: 50rem; overflow-y: scroll; padding: 1.5rem; box-sizing: border-box; transform: translate(-50%, -50%); background: #ffffff; font-size: 1.2rem; }
#c-modal .info { padding: 0; background: none; }
#c-modal .info h2 { font-weight: bold; font-size: 140%; margin: 0; color: #CB0F0F; text-align: center; }
#c-modal .info h3 { font-size: 120%; font-weight: bold; margin: 0 0 0.5em; }
#c-modal .info .tbl_time { width: 100%; margin-bottom: 1rem; }
#c-modal .info .checkbox { margin: 2em 0 0.7em; text-align: center; }
#c-modal .info #c-modal_close { background: #668E68; color: #fff; padding: 5px; cursor: pointer; width: 6em; text-align: center; margin: 0 auto; }
#c-modal .info #c-modal_close::before { content: '×'; }
@media screen and (min-width: 48em), print { #c-modal { width: 850px; padding: 3rem; font-size: 1.6rem; }
  #c-modal .info { padding: 0; margin: 0; }
  #c-modal .info h2 { font-size: 3rem; text-align: center; }
  #c-modal .info h3 { font-size: 2.4rem; }
  #c-modal .info p { font-size: 110%; line-height: 1.4; }
  #c-modal .info .tbl_time { margin-bottom: 2rem; }
  #c-modal .info .tbl_time caption { font-size: 2rem; } }

/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem; padding: 0 0 4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { background: url("../img/index_info_bg-left.svg") repeat-y top left/25rem, url("../img/index_info_bg-right.svg") repeat-y top right/25rem; padding: 0 0 6rem; margin: 0; position: relative; z-index: 0; }
  body:not(.index) .main::before { content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.6); z-index: -1; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
@media screen and (min-width: 48em), print { .staff .img_r { max-width: 40%; } }
/* クリニック紹介 */
#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media screen and (min-width: 48em), print { .flow dd { margin: 0 0 10.0rem; } }
.flow dd:not(:last-child)::after { display: block; width: 0; height: 0; content: ""; position: absolute; bottom: -5.0rem; left: 0; right: 0; border-top: 2.0rem solid #ccc; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }
.access .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 1.4rem; }
.access .tbl_gaiyo th { background: #668e68; width: 28%; font-size: 1.6rem; text-align: center; padding: .4rem; border-radius: 5px; font-weight: normal; color: #fff; }
.access .tbl_gaiyo td { padding: .4rem 0 .4rem 1.4rem; font-size: 1.6rem; }

@media screen and (min-width: 48em), print { .access .gmap { order: 3; height: 50.0rem; margin: 3rem auto 4rem; }
  .access .tit_02 + div { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .access .tit_02 + div img { width: 42%; order: 2; }
  .access .tit_02 + div .tbl_gaiyo { width: 50%; order: 1; }
  .access .tit_02 + div .tbl_gaiyo tr th { width: 16%; padding: .2rem 0; } }

/*# sourceMappingURL=style.css.map */
