@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.red { color: #EB0105; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #efefef; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #f8f0e6; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 80%; 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: auto; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: right; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; border-bottom: 1px solid #dcdcdc; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #fff; font-size: 1.2rem; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 30%; color: #009844; text-align: left; padding: 0 .4rem; font-size: 1.2rem; }
.tbl_time tr th[scope="col"]:last-child { width: 15%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #dcdcdc; font-size: 1rem; text-align: left; }
.tbl_time tr td { text-align: center; color: #8dc21f; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #dcdcdc; line-height: 1.0; }
.tbl_time tr td .close { color: #dcdcdc; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { padding: 1rem 0 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; padding: .8rem 0 .8rem 2rem; font-size: 1.6rem; }
  .tbl_time tr th.time { font-size: 1.6rem; padding: 1.2rem 0 1.2rem 2rem; }
  .tbl_time tr td { padding: 1.0rem 0; font-size: 1.8rem; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/cover; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; font-family: 'M PLUS Rounded 1c', sans-serif; text-align: center; }

.tit_02 { color: #333; font-size: 2.0rem; margin: 0 0 .4rem; padding: 1.0rem 2.0rem; line-height: 1.2; text-align: center; font-family: 'M PLUS Rounded 1c', sans-serif; }
.tit_02 span { display: block; font-size: 1.4rem; color: #d77d05; font-family: 'Quicksand', sans-serif; }
.tit_02::before { content: ""; display: block; background: url("../img/tit_02_parts01.svg") no-repeat center/contain; width: 2rem; height: 2rem; margin: 0 auto .2rem; }

body:not(.index) .tit_02 { color: #009844; font-size: 2.0rem; margin: 0 0 .4rem; padding: 1.0rem 0; line-height: 1.2; text-align: center; font-family: 'M PLUS Rounded 1c', sans-serif; }
body:not(.index) .tit_02::before { content: none; }

.tit_03 { font-size: 1.8rem; color: #fff; line-height: 1.2; background: #009844; padding: .2rem 1rem; margin: 0 0 1.0rem; font-family: 'M PLUS Rounded 1c', sans-serif; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
.tit_03::before { content: "\e80b"; font-family: "fontello"; margin-right: .4rem; color: #8dc21f; font-size: 1.4rem; position: relative; top: .2rem; }

.tit_04 { color: #333333; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_04::after { content: ""; display: block; margin: .2rem 0; width: 100%; height: 3px; background: linear-gradient(to right, #8dc21f 50%, #efefef 50%); }

.tit_05 { color: #333333; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_05 span { display: inline-block; position: relative; }
.tit_05 span::before { content: ""; position: absolute; display: block; left: 0; bottom: -.3rem; width: 100%; height: 2px; background: linear-gradient(to right, #1ba358 2px, transparent 2px); background-size: 4px 2px; background-repeat: repeat-x; }

@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 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 2.0rem; padding: 0 2rem; }
  .tit_02 span { font-size: 1.4rem; margin: .4rem 0 0; }
  .tit_02::before { width: 3rem; height: 3rem; margin: 0 auto .4rem; }
  body:not(.index) .tit_02 { font-size: 3rem; }
  .tit_03 { font-size: 2.6rem; margin: 0 0 2.0rem; padding: 1rem 2rem; }
  .tit_03::before { font-size: 1.8rem; margin-right: 1rem; top: .6rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 2.0rem; }
  .tit_04::after { margin: .6rem 0 0; }
  .tit_05 { font-size: 1.8rem; margin: 0 0 2rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #8dc21f; }
.lst_ul01 li.none::before { content: none; }

@media screen and (min-width: 48em), print { .lst_ul02 { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 60%; margin: 0 auto; }
  .lst_ul02 li { width: 60%; margin-right: 3rem; margin-bottom: .4rem; }
  .lst_ul02 li:nth-child(2n) { width: auto; margin-right: 0; } }
.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; color: #009844; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 15%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
.lst_dl02 { border: 1px solid #c2d891; margin: 0 0 1rem; }
.lst_dl02 dt { font-size: 110%; padding: .2rem .4rem; background: #e4f5bf; text-align: center; color: #134e2d; }
.lst_dl02 dd { padding: .4rem; margin: 0; }

@media screen and (min-width: 48em), print { .lst_dl02 { border: 3px solid #c2d891; }
  .lst_dl02 dt { padding: .6rem 0; }
  .lst_dl02 dd { padding: 1.2rem .8rem; } }
/* フレックス回り -------------------------------------- */
.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%; } }
/* リンク -------------------------------------- */
.txt_link { color: #009844; border-bottom: 1px solid #009844; text-decoration: none !important; }

.btn_01 { display: block; }
.btn_01 a { background: #009844; color: #fff; text-align: center; padding: .6rem 3rem; display: inline-block; text-decoration: none !important; position: relative; }
@media screen and (min-width: 48em), print { .btn_01 a { padding: 1.2rem 5rem; } }
.btn_01 a::after { content: "\e822"; font-family: "fontello"; margin-right: .4rem; color: #fff; position: absolute; right: 2%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (min-width: 48em), print { .btn_01 a::after { top: 47%; } }

.btn_02 { display: block; }
.btn_02 a { background: #8dc21f; color: #fff; text-align: center; padding: .6rem 3rem; display: inline-block; text-decoration: none !important; position: relative; }
@media screen and (min-width: 48em), print { .btn_02 a { padding: 1.2rem 5rem; } }
.btn_02 a::after { content: "\e822"; font-family: "fontello"; margin-right: .4rem; color: #fff; position: absolute; right: 2%; top: 48%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (min-width: 48em), print { .btn_02 a::after { top: 47%; } }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; }
.tbl_01 tr th { width: 30%; color: #009844; text-align: center; font-weight: normal; border: 1px solid #dcdcdc; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #dcdcdc; }

.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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body { background: #fff; color: #333; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 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; margin: 0 auto; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ヘッダー -------------------------------------- */
.header .wrap { margin: 1.4rem 1rem .6rem; padding: 0; }
.header .wrap .logo { height: 3.4rem; }
.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 .head_tel { width: 100%; margin: 3rem 0 .6rem; }
.header .wrap .headR .head_tel .tel { width: 100%; display: inline-block; font-size: 1.8rem; color: #009844; }
.header .wrap .headR .head_tel .tel::before { content: "\e808"; font-family: "fontello"; margin-right: .4rem; }
.header .wrap .headR .head_tel .tel a { display: inline-block; }
.header .wrap .headR .head_address { width: 52%; font-size: 1.2rem; }
.header .wrap .headR .head_parking { width: 46%; color: #fff; background: #8dc21f; text-align: center; padding: .2rem; }
.header .wrap .headR .head_parking p { margin: 0; padding: .4rem .2rem; border: 1px solid #fff; font-size: 1.4rem; line-height: 1; }
.header .wrap .headR .head_parking p::before { content: "\e809"; font-family: "fontello"; margin-right: .4rem; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 2rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .header .wrap .logo { width: 33%; height: 6.0rem; }
  .header .wrap .headR { width: 60%; -webkit-justify-content: flex-end; justify-content: flex-end; }
  .header .wrap .headR .head_tel { width: auto; margin: 0 2.8rem 0 0; }
  .header .wrap .headR .head_tel .tel a { font-size: 2.4rem; }
  .header .wrap .headR .head_address { width: 34%; font-size: 1.6rem; }
  .header .wrap .headR .head_parking { width: 17rem; }
  .header .wrap .headR .head_parking p { font-size: 1.6rem; display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .head_parking p::before { font-size: 2.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; color: #00a63c; background: #c3e283; border: 1px solid #8dc21f; 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: '\e800'; 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: '\e801'; 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: #fff; top: 6.0rem; right: 0; margin: auto; box-shadow: 0px 11px 18px -12px rgba(0, 0, 0, 0.4); }
.slicknav_menu .slicknav_nav .gnav { margin: 1rem 0 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #f2f2f2; }
.slicknav_menu .slicknav_nav .gnav li:first-child { border-top: 1px solid #f2f2f2; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #333; padding: 1.0rem .8rem; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e805'; font-size: 2.0rem; color: #00a63c; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e80a'; }
.slicknav_menu .slicknav_nav .subnav { background: #f2f2f2; margin: 0; }
.slicknav_menu .slicknav_nav .subnav li { border-bottom: 1px solid #fff; }
.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; margin: 3rem 0 2rem; }
  #nav .gnav { width: 1100px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav > li { width: calc(100%/5); text-align: center; }
  #nav .gnav > li > a { display: inline-block; text-align: center; font-size: 1.6rem; position: relative; }
  #nav .gnav > li > a::after { content: ""; height: 2px; width: 100%; background: #009944; position: absolute; left: 0; bottom: -6px; transform: scale(0, 1); transform-origin: right top; transition: transform .4s; }
  #nav .gnav > li > a:hover { color: #009944; }
  #nav .gnav > li > a:hover::after { transform-origin: left top; transform: scale(1, 1); }
  #nav .gnav > li .subnav { width: 22rem; margin: 1rem 0 0; display: none; position: absolute; z-index: 10; }
  #nav .gnav > li .subnav li { width: 100%; border-bottom: 1px solid #b9b9b9; }
  #nav .gnav > li .subnav li:last-child { border-bottom: none; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 1.6rem 0; text-align: center; font-size: 1.4rem; }
  #nav .gnav > li .subnav li a:hover { opacity: 1; background: rgba(201, 255, 89, 0.9); }
  #nav .gnav > li .subnav li:first-child { margin: 1rem 0 0; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .beginner #nav .beginner, .access #nav .access { color: #009944; pointer-events: none; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #fff; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; font-size: 110%; text-align: left; padding: .4rem; font-weight: normal; color: #009844; border-bottom: 1px solid #dcdcdc; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem; border-bottom: 1px solid #dcdcdc; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { text-align: right; }
.overview > .wrap .overviewR .gmap iframe { height: 30.0rem; }

@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 6.0rem; }
  .overview .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .tbl_gaiyo { margin: 0 0 4.4rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { padding: .8rem .2rem .8rem 2rem; font-size: 1.6rem; }
  .overview > .wrap .overviewL .tbl_gaiyo td { font-size: 1.6rem; }
  .overview > .wrap .overviewR { padding: 0 0; margin: 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; }
  .overview > .wrap .overviewR .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
#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.6rem; text-align: center; padding: .4rem; background: #e5bc53; border-radius: 50%; }
#pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e812'; color: #fff; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup a { width: 6.4rem; height: 6.4rem; }
  #pageup a::before { font-size: 5.0rem; } }
.tel_up { width: 100%; background: #a6cf4c; 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: 1.6rem; line-height: 1.0; color: #fff; }
.tel_up .tel::before { content: "\e808"; font-family: "fontello"; margin-right: .4rem; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #a6cf4c; border-left: 1px dotted #fff; }
.tel_up .pageup a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\f106'; color: #fff; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 8.0rem; bottom: 5.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 6rem; height: 6rem; border-left: none; }
  .tel_up .pageup a::before { font-size: 3.0rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #009844; }
.footer .copy { display: block; color: #5bc68b; padding: 1.4rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3rem 0 2rem; }
  .footer ul { width: 1100px; display: block; text-align: left; margin: 0 auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li ~ li { margin-left: 2rem; }
  .footer ul li a { opacity: 1.0; color: #fff; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { width: 1100px; text-align: right; padding: 0; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 0rem; max-width: 100%; height: 30rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; }
#keyvsl .box { height: 100%; width: 100%; position: relative; }
#keyvsl .box .txt { color: #fff; position: absolute; bottom: .8rem; left: 1rem; right: 1rem; z-index: 1; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7), 0px 0px 4px rgba(0, 0, 0, 0.7); }
#keyvsl .box .txt::before { content: ""; background: url("../img/logo_mark.svg") no-repeat left center/contain; display: block; width: 10rem; height: 9rem; position: absolute; bottom: 3rem; left: 1rem; z-index: -1; }
#keyvsl .box .txt p { margin: 0; font-size: 1.4rem; }
#keyvsl .box .txt p.lead { font-size: 2rem; }
#keyvsl .box .txt p.lead span { font-size: 2.4rem; }
#keyvsl .box .wrap .kaiin { background: #009844; font-family: 'M PLUS Rounded 1c', sans-serif; color: #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; font-size: 1.4rem; padding: .8rem .2rem; margin: auto 1rem; border-radius: 25px; position: absolute; bottom: -5rem; left: 0; right: 0; }
#keyvsl .box .wrap .kaiin span { font-size: 2rem; }
#keyvsl .box .wrap .kaiin::before, #keyvsl .box .wrap .kaiin::after { display: inline-block; font-size: 2rem; margin: 0 1rem; }
#keyvsl .box .wrap .kaiin::before { content: "＼"; }
#keyvsl .box .wrap .kaiin::after { content: "／"; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; height: 75rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto auto; }
  #keyvsl .box { width: 100%; margin: 0 auto; }
  #keyvsl .box .txt { bottom: 17rem; left: 6vw; right: auto; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.7); }
  #keyvsl .box .txt::before { width: 30rem; height: 30rem; left: -5rem; bottom: -2rem; }
  #keyvsl .box .txt p { font-size: 2rem; line-height: 1.4; }
  #keyvsl .box .txt p.lead { font-size: 3.6rem; line-height: 1.2; }
  #keyvsl .box .txt p.lead span { font-size: 4.8rem; }
  #keyvsl .box .wrap { margin: 0 auto; height: 100%; position: relative; width: auto; }
  #keyvsl .box .wrap .kaiin { font-size: 2rem; width: 42rem; padding: 1.2rem 0; letter-spacing: .1rem; right: auto; left: 6vw; bottom: 7rem; }
  #keyvsl .box .wrap .kaiin span { font-size: 2.8rem; }
  #keyvsl .box .wrap .kaiin::before, #keyvsl .box .wrap .kaiin::after { font-size: 2.4rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 4rem; }
.info dl { margin: 0; line-height: 1.4; padding: 0; height: 100%; border-bottom: 1px solid #dcdcdc; }
.info dl dt { margin: 2rem 0 .8rem; color: #009844; font-size: 110%; font-family: 'Noto Sans JP', sans-serif; cursor: pointer; display: table; position: relative; }
.info dl dt::before { content: ""; width: 95vw; height: 1px; display: block; background: #dcdcdc; margin: 0 0 .5rem; position: absolute; left: 0; top: -10px; }
.info dl dt::after { content: "\f107"; font-family: "fontello"; margin-left: .4rem; color: #8dc21f; }
.info dl dt.close::after { content: "\f106"; }
.info dl dt:hover { opacity: .8; }
.info dl dt:first-child::before { content: none; }
.info dl dd { padding: .4rem 0 0; margin: 0; }
.info dl dd:nth-of-type(n+4) { display: none; }
.info dl dd p { margin: 0; }

@media screen and (min-width: 48em), print { .info { padding: 10rem 0 12rem; }
  .info dl { padding: 0 0 1.2rem; }
  .info dl dt { font-size: 1.8rem; margin: 3rem 0 .8rem; }
  .info dl dt::before { width: 1100px; top: -15px; }
  .info dl dt::after { margin-left: .6rem; }
  .info dl dd { font-size: 1.6rem; } }
/* 特長 -------------------------------------- */
.feature { background: url("../img/index_treatment_bg01.jpg") no-repeat bottom/100%, #f8f0e6; padding: 2rem 0 2rem; }
.feature ul li { background: #fff; margin: 0 0 1.4rem; }
.feature ul li .img { border: 2px solid #fff; position: relative; }
.feature ul li .img .tit { font-family: 'Noto Sans JP', sans-serif; font-size: 1.6rem; padding: .6rem 1rem 0 4rem; text-indent: -3rem; background: #fff; border-radius: 0 12px 0 0; display: inline !important; position: absolute; bottom: -1px; left: 0; }
.feature ul li .img .tit span { color: #009844; }
.feature ul li .img .tit span::before { content: "\e80b"; font-family: "fontello"; margin-right: .4rem; color: #8dc21f; }
.feature ul li p { margin: 0; padding: .6rem 1.6rem .8rem; background: #fff; text-align: justify; }

@media screen and (min-width: 48em), print { .feature { background: url("../img/index_treatment_bg01.jpg") no-repeat bottom/auto auto, #f8f0e6; padding: 10rem 0 12rem; }
  .feature ul { margin: 5rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature ul li { width: 49%; margin: 0 0 3rem; }
  .feature ul li .img img { width: 100%; }
  .feature ul li .img .tit { font-size: 2.4rem; padding: 2rem 4.4rem 0 9rem; text-indent: -3rem; }
  .feature ul li .img .tit span::before { font-size: 2rem; }
  .feature ul li p { padding: 1.6rem 6rem 5rem; font-size: 1.6rem; letter-spacing: .1rem; line-height: 1.6; } }
/* 診療内容 -------------------------------------- */
.tre_menu { background: url("../img/index_tremenu_bg01.jpg") no-repeat top/cover; padding: 2rem 0 2rem; }
.tre_menu .tit_02 { color: #fff; }
.tre_menu .tit_02 span { color: #fff; }
.tre_menu .tit_02::before { background: url("../img/tit_02_parts02.svg") no-repeat center/contain; }
.tre_menu ul { margin: 1rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tre_menu ul li { width: 48%; margin: 0 0 1rem; }
.tre_menu ul li a { 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: 10px; text-decoration: none !important; background: #fff; padding: 1rem 0; }
.tre_menu ul li a::before { content: ""; display: block; width: 6rem; height: 6rem; margin: 0 auto .4rem; }
.tre_menu ul li a span { font-size: 1.2rem; font-family: 'Noto Sans JP', sans-serif; position: relative; }
.tre_menu ul li a span::after { content: "\f105"; font-family: "fontello"; margin-left: .2rem; color: #d77d05; display: inline-block; position: absolute; right: -1.1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.tre_menu ul li a.internal::before { background: url("../img/index_tremenu_internal.svg") no-repeat center/contain; }
.tre_menu ul li a.pain::before { background: url("../img/index_tremenu_pain.svg") no-repeat center/contain; }
.tre_menu ul li a.vaccination::before { background: url("../img/index_tremenu_vaccination.svg") no-repeat center/contain; }
.tre_menu ul li a.examination::before { background: url("../img/index_tremenu_examination.svg") no-repeat center/contain; }

@media screen and (min-width: 48em), print { .tre_menu { background: url("../img/index_tremenu_bg01.jpg") no-repeat top/auto auto; padding: 9.2rem 0 12rem; }
  .tre_menu ul { width: 89rem; margin: 0 auto; }
  .tre_menu ul li { width: 22.5%; }
  .tre_menu ul li a { padding: 4rem .2rem 2rem; transition: all .4s; }
  .tre_menu ul li a::before { width: 10rem; height: 9rem; margin: 0 0 2rem; }
  .tre_menu ul li a span { font-size: 1.6rem; }
  .tre_menu ul li a:hover { opacity: 1; -moz-box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8); box-shadow: 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8), 0px 0px 18px -9px rgba(0, 0, 0, 0.8); transform: translateY(-4px); } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 auto 0; } }
@media screen and (min-width: 48em), print { body:not(.index) .main p { font-size: 1.6rem; } }
body:not(.index) .overview { display: none; }
@media screen and (min-width: 48em), print { body:not(.index) .overview { display: block; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
/* クリニック紹介 */
.clinic .lead { text-align: center; padding: .8rem; background: #f8f0e6; border-radius: 7px; }
.clinic .lead span { font-weight: bold; display: block; color: #009844; letter-spacing: .1rem; font-size: 1.8rem; }

@media screen and (min-width: 48em), print { .clinic .lead { padding: 2rem 0; line-height: 1.8; letter-spacing: .2rem; }
  .clinic .lead span { margin: 0 auto 1rem; } }
#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; }

@media screen and (min-width: 48em), print { .beginner .img_c { width: 40%; } }
/* 診療時間・アクセス */
.access .tbl_time tbody th { text-align: center; }
.access .tbl_time tbody th[scope="col"]:first-child { text-align: center; }
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .main { margin: 0 auto 6rem !important; }
  .access .main .gmap { height: 50.0rem; } }

/*# sourceMappingURL=style.css.map */
