@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: #e10205; }

.purple { color: #c45ede; }

.border-bottom { border-bottom: 1px solid #616161; }

.frame_01 { background: #eaf7f5; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { border: 1px solid #00af98; background: #e3f3f1; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: right; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #00af98; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { background: #fff; border-bottom: 1px solid #a9d7d0; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #a9d7d0; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: 0; font-size: 1.6rem; }
  .tbl_time tr th:first-child { width: 30%; }
  .tbl_time tr td { font-size: 2rem; padding: 1rem 0; } }
/* グーグルマップ -------------------------------------- */
.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; text-align: center; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; color: #fff; }

.tit_02 { color: #00af98; font-family: 'Dosis', sans-serif; font-size: 3rem; text-align: left; margin: 0 auto 2.0rem; padding: 1.0rem 0; line-height: 1.2; }
.tit_02 span { margin-left: .4rem; font-size: 1.2rem; font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body:not(.index) .tit_02 { font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; font-size: 2.4rem; }
body:not(.index) .tit_02.small { font-size: 2rem; }

.tit_03 { color: #00af98; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 1rem 1.2rem; background: url("../img/tit_03.png") no-repeat top/cover; overflow: hidden; border: 2px solid #00af98; border-radius: 5px; }

.tit_04 { color: #c99f5e; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .4rem 0; border-top: 2px solid #f2ebe0; border-bottom: 2px solid #f2ebe0; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat top/1920px; font-size: 3.2rem; padding: 8.9rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 5.7rem; margin: 0 0 2.0rem; }
  .tit_02 span { font-size: 1.6rem; }
  body:not(.index) .tit_02 { font-size: 3.8rem; }
  body:not(.index) .tit_02.small { font-size: 3rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04 { font-size: 2.4rem; 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: #00af98; }

.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 { float: left; width: 25%; font-weight: bold; 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 { display: inline-block; }
.btn a { background: #00af98; color: #fff; text-align: center; border-radius: 7px; padding: 1rem 2.8rem; display: block; text-decoration: none !important; position: relative; }
.btn a::after { content: "▶"; display: inline-block; position: absolute; right: 2%; }

.txt_link { color: #00af98; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; border-collapse: 0; width: 100%; }
.tbl_01 tr th { width: 30%; background: #00af98; color: #fff; text-align: center; font-weight: normal; border: 1px solid #00af98; border-bottom: 1px solid #fff; font-size: 110%; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #00af98; }
.tbl_01 tr:last-child th { border-bottom: 1px solid #00af98; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; font-size-adjust: 100%; }

body { background: #fff; color: #616161; }

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%; font-size-adjust: none; }
  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; }
  .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.8rem 1rem 1rem; }
.header .wrap .logo { height: 2.8rem; }
.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 { margin-top: 1.2rem; font-size: 1.4rem; }
.header .wrap .headR .tel { color: #d1b48a; font-size: 2rem; }
.header .wrap .headR .tel::before { content: "tel."; display: inline-block; margin-right: .1rem; }
.header .wrap .headR span:not(.tel)::before { content: ""; background: url("../img/parking_pats.svg") no-repeat bottom/contain; width: 1.2rem; height: 1.2rem; display: inline-block; margin-right: .2rem; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.0rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; }
  .header .wrap .logo { width: 51rem; height: 6.0rem; margin-right: 2rem; }
  .header .wrap .headR { width: auto; }
  .header .wrap .headR .tel { width: auto; display: block; background: none; color: #d1b48a; font-size: 2.6rem; font-weight: bold; line-height: 1.6; margin: 0; padding: 0; }
  .header .wrap .headR span:not(.tel)::before { margin-bottom: -.1rem; } }
/* 予約バナー -------------------------------------- */
.rsv_bnr { width: 100%; margin: 0 0 1rem; border-radius: 5px; }
.rsv_bnr a { display: block; padding: .6rem .2rem; margin: 0 1rem; color: #fff; background: #009f8a; font-size: 1.4rem; text-align: center; letter-spacing: .1rem; }
.rsv_bnr a span { font-weight: bold; font-size: 1.6rem; }
.rsv_bnr a span.yellow { color: #eedf60; }

@media screen and (min-width: 48em), print { .rsv_bnr { width: 6rem; height: 23rem; position: fixed; right: 0; top: 20rem; padding: 0; z-index: 200; background: #009f8a; font-family: Meiryo, 'sans-serif'; border-radius: 10px 0 0 10px; border-top: 3px solid #fff; border-left: 3px solid #fff; border-bottom: 3px solid #fff; }
  .rsv_bnr a { display: inline-block; background: none; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 1.6rem; text-align: left; padding: 2rem 1.6rem 2rem 1.6rem; margin: 0; border-radius: 10px 0 0 10px; letter-spacing: .1rem; line-height: 1.4; height: 23rem; width: 6rem; }
  @-moz-document url-prefix() { .rsv_bnr a { line-height: 1; } }
  .rsv_bnr a span { font-size: 2rem; } }
/* 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: clr_txt; background: #f2ebe0; 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: #f2ebe0; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid clr_brw; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid clr_brw; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #616161; 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: '\e80c'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e805'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e804'; }
.slicknav_menu .slicknav_nav .gnav li br.tre_br { display: 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 screen and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; background: #f2ebe0; padding: 1rem 0; margin: 3rem 0 0; }
  #nav .gnav { width: 78rem; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: auto; }
  #nav .gnav li:not(:last-child) { margin-right: 3rem; }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.8rem; }
  #nav .gnav li.treatment { position: relative; }
  #nav .gnav li .subnav { width: 16rem; display: none; position: absolute; color: red; top: 13px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
  #nav .gnav li .subnav li { width: 100%; border-top: 1px solid clr_brw; }
  #nav .gnav li .subnav li:hover { background: rgba(132, 222, 210, 0.9); }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 1.6rem 0; text-align: center; color: #a97933; }
  #nav .gnav li .subnav li a:hover { color: #616161; }
  #nav .gnav li .subnav li:first-child { margin: 1rem 0 0; }
  #nav .gnav li br.tre_br { display: block; }
  /* Gナビ　ハイライト */ }
/* サイドバー -------------------------------------- */
/*.sidebar { display: none;
}
@include pc { .sidebar { display: block; .tit { background: #6b4f3c; color: #f1ffdb; font-size: 2.4rem; text-align: center; padding: 1.8rem; border-radius: .8rem; } .sub{ position: relative; } .subnav { margin: 0; padding: 1.0rem 0; li { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e805'; font-size: 2.0rem;
 a { display: block; padding: 1.2rem .6rem; color: #48341d; position: relative; font-size: 1.8rem; &::after { font-family: 'fontello'; content: '\e807'; position: absolute; right: .6rem; color: #d8c8bd; } &:hover { background: #ffedcd; color: #ec7218; &::after { color: #ec7218; } } } &:not(:last-child) { border-bottom: 1px solid #dedede; } } } }
}
*/
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 2.0rem; font-size: 1.4rem; line-height: 1.6; background: #fff; }
.overview > .wrap .overviewL .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .clinic_name img { max-width: 100%; height: auto; }
.overview > .wrap .overviewL .tel { color: #d1b48a; font-size: 1.6rem; }
.overview > .wrap .overviewL .tel::before { content: "tel."; display: inline-block; margin-right: .1rem; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; font-size: 100%; text-align: left; vertical-align: top; padding: .4rem; font-weight: normal; color: #08ab92; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap iframe { height: 30.0rem; border-radius: 10px; border: 2px solid #a9d7d0; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 11.0rem 0 5rem; 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; font-size: 1.6rem; }
  .overview > .wrap .overviewL .clinic_name { text-align: left; margin: 0 0 .2rem; }
  .overview > .wrap .overviewL .tel { font-size: 2.4rem; font-weight: 600; }
  .overview > .wrap .overviewL .flex2 { margin-bottom: 2rem; font-size: 1.4rem; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .overview > .wrap .overviewL .flex2 span { margin-right: 2rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { padding: .3rem 0; }
  .overview > .wrap .overviewL .tbl_gaiyo td { padding: 0; }
  .overview > .wrap .overviewR { padding: 0 0; }
  .overview > .wrap .overviewR .gmap { height: 100%; }
  .overview > .wrap .overviewR .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 4.8rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 5rem; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #fff; border: 2px solid #3abca8; border-radius: 50%; }
#pageup a::before { text-align: center; font-size: 2.2rem; line-height: 2; font-family: 'fontello'; content: '\e812'; color: #3abca8; }

@media screen and (min-width: 48em), print { #pageup a { width: 6.4rem; height: 6.4rem; border: 2px solid #3abca8; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  #pageup a::before { font-size: 4.6rem; margin-bottom: .4rem; } }
.tel_rsv { width: 100%; background: #f2ebe0; 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; }
.tel_rsv .tel_item { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; width: 65%; height: 3.4rem; font-size: 2.4rem; line-height: 1.0; }
.tel_rsv .tel_item a { display: block; }
.tel_rsv .tel_item a::before { content: "tel."; display: inline-block; margin-right: .1rem; }
.tel_rsv .rsv { display: block; width: 35%; height: 3.4rem; }
.tel_rsv .rsv a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 100%; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #009f8a; color: #fff; }

@media screen and (min-width: 48em), print { .tel_rsv { display: none; }
  .tel_rsv .tel_item { display: none; }
  .tel_rsv .rsv { display: none; } }
.footer { text-align: center; padding: 0 0 4.6rem; }
.footer .copy { display: block; background: #fff; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0 0 2rem; }
  .footer ul { display: block; text-align: center; margin: 1.0rem auto 1.0rem; }
  .footer ul li { display: inline-block; color: #a9d7d0; font-size: 1.2rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .8rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0 0rem 4.0rem; max-width: 100%; height: 15rem; padding-top: 6rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; }
#keyvsl .wrap { text-align: center; }
#keyvsl .wrap .phrase { color: #fff; font-size: 1.4rem; line-height: 1.4; text-shadow: #00af98 2px 0px,  #00af98 -2px 0px, #00af98 0px -2px, #00af98 0px 2px, #00af98 2px 2px , #00af98 -2px 2px, #00af98 2px -2px, #00af98 -2px -2px, #00af98 1px 2px,  #00af98 -1px 2px, #00af98 1px -2px, #00af98 -1px -2px, #00af98 2px 1px,  #00af98 -2px 1px, #00af98 2px -1px, #00af98 -2px -1px; }
#keyvsl .wrap .phrase span { font-size: 1.8rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; padding: 8rem 0; background: url(../img/index_keyvsl01.jpg) no-repeat top center/1920px; color: #fff; height: 60rem; }
  #keyvsl .wrap { height: 100%; 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; }
  #keyvsl .wrap .phrase { font-size: 2rem; letter-spacing: .1rem; }
  #keyvsl .wrap .phrase span { font-size: 3rem; letter-spacing: 0; } }
/* コロナ対策バナー -------------------------------------- */
.covid_bnr { margin: 4rem auto 2rem; }

@media screen and (min-width: 48em), print { .covid_bnr { margin: 8rem auto 0; }
  .covid_bnr a { width: 65%; margin: 0 auto; display: block; } }
/* 求人バナー -------------------------------------- */
.recruit_bnr { margin: 4rem auto 2rem; }
.recruit_bnr a { width: 100%; margin: 0 auto; display: flex; align-items: center; box-sizing: border-box; border: 3px solid #eaf7f5; background: url("../img/index_recruit_bg.jpg") no-repeat center right/contain; text-decoration: none !important; }
.recruit_bnr a:before { content: ""; display: block; padding-top: 21.875%; }
.recruit_bnr a dl { margin: 0; padding: 0 1em; font-family: Meiryo, 'sans-serif'; }
.recruit_bnr a dl dt { color: #00af98; font-weight: bold; font-size: 110%; }
.recruit_bnr a dl dd { margin: 0; }
@media screen and (min-width: 48em), print { .recruit_bnr { margin: 8rem auto 0; width: 65%; }
  .recruit_bnr a dl { padding: 0 1.5em; }
  .recruit_bnr a dl dt { font-size: 200%; }
  .recruit_bnr a dl dd { font-size: 130%; } }

/* お知らせ -------------------------------------- */
.info { background: url("../img/index_news_bg01.png") no-repeat top left/20%, url("../img/index_news_bg02.png") no-repeat top right/20%; padding: 0 2rem 0; position: relative; z-index: 0; }
.info .tit_02 { position: relative; z-index: 2; }
.info dl { margin: -4.3rem 0 0; background: #eaf7f5; line-height: 1.4; padding: 4rem 1rem 1rem; height: 100%; overflow-y: auto; position: relative; z-index: 0; }
.info dl dt { margin-bottom: .4rem; 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; }
.info dl dt .title { color: #ca813f; font-size: 110%; width: 100%; }
.info dl dt .date { padding: 0 .4rem; background: #00af98; color: #fff; display: inline; border-radius: 3px; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 2.0rem; border-bottom: 3px dotted #a8d7d0; }

@media screen and (min-width: 48em), print { .info { background: url("../img/index_news_bg01.png") no-repeat top left/18rem, url("../img/index_news_bg02.png") no-repeat top right/16rem; margin: 10rem auto 0; }
  .info .wrap { margin: 0 auto; }
  .info .wrap .tit_02 { margin-left: 2rem; }
  .info .wrap dl { margin: -5.3rem 0 0; padding: 5rem; height: 100%; }
  .info .wrap dl dt { font-size: 2rem; -webkit-justify-content: flex-start; justify-content: flex-start; }
  .info .wrap dl dt .title { width: auto; display: inline-block; }
  .info .wrap dl dt .date { margin-right: 1rem; font-size: 1.6rem; } }
/* 診療内容 -------------------------------------- */
.tre { padding: 4rem 0; }
.tre ul { display: -webkit-flex; display: flex; -webkit-justify-content: left; justify-content: left; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.tre ul li { width: 48%; margin: 0 0.3rem 1rem; border: 1px solid #d1b48a; border-radius: 10px; height: 11rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tre ul li.txt_c_pc { text-align: center; line-height: 1; }
.tre ul li a { width: 100%; height: 100%; text-decoration: none !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.tre ul li a::before { content: ""; display: block; margin-bottom: 1rem; background: #f2ebe0; width: 6rem; height: 6rem; border-radius: 50%; }
.tre ul li a.internal::before { background: url("../img/index_tre_internal.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.gastro::before { background: url("../img/index_tre_gastro.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.camera::before { background: url("../img/index_tre_camera.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.lifestyle::before { background: url("../img/index_tre_lifestyle.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.liver::before { background: url("../img/index_tre_liver.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.pylori::before { background: url("../img/index_tre_pylori.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.checkup::before { background: url("../img/index_tre_checkup.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.vaccination::before { background: url("../img/index_tre_vaccination.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.private::before { background: url("../img/index_tre_private.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a.cervicalcancer::before { background: url("../img/index_tre_cervicalcancer.svg") no-repeat center/3rem, #f2ebe0; }
.tre ul li a br.tre_br { display: block; }
.tre ul li.hidden { display: none; }

@media screen and (min-width: 48em), print { .tre { padding: 12rem 0 6rem; }
  .tre ul li { width: 23%; margin: 0 1rem 2.4rem; height: 15rem; border: 2px solid #d1b48a; }
  .tre ul li a { font-size: 2rem; }
  .tre ul li a::before { width: 7rem; height: 7rem; }
  .tre ul li a br.tre_br { display: block; }
  .tre ul li.hidden { border: none; display: block; }
  .tre ul li.txt_c_pc { text-align: center; } }
/* 特長 -------------------------------------- */
.feature { background: url("../img/index_feature_bg01.png") no-repeat top left/40%, url("../img/index_feature_bg02.png") no-repeat top right/45%, #f3fff9; padding: 4rem 0 4rem; }
.feature .tit_02 { text-align: center; }
.feature ul li { background: #fff; padding: 1rem 2rem; margin: 0 auto; border-radius: 10px; box-shadow: 4px 4px 0 3px #a9d7d0; width: 70%; }
.feature ul li ~ li { margin-top: 2.6rem; }
.feature ul li p { margin: 0; }
.feature ul li p.number { color: #08ab92; text-align: center; font-size: 4rem; margin: .4rem 0; }

@media screen and (min-width: 48em), print { .feature { background: url("../img/index_feature_bg01.png") no-repeat top left/59rem, url("../img/index_feature_bg02.png") no-repeat top right/68rem, #f3fff9; padding: 12rem 0; }
  .feature ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .feature ul li { width: 30%; box-shadow: 2px 4px 0 1px #a9d7d0; padding: 2rem 3rem 5rem; }
  .feature ul li ~ li { margin-top: 0; }
  .feature ul li p { font-size: 2rem; line-height: 1.4; }
  .feature ul li p.number { font-size: 6.4rem; margin: .4rem 0 0; line-height: 1.5; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 0; }
body:not(.index) .main .overview { margin: 4rem 0 0; padding: 0; }
@media screen and (min-width: 48em), print { body:not(.index) .main .overview { margin: 10rem 0 0; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 28%; height: auto; } }
/* ドクター紹介 */
.doctor .main img { max-width: 80%; display: block; margin: 0 auto; }
@media screen and (min-width: 48em), print { .doctor .main img { margin: 0 auto 0; } }

/* クリニック紹介 */
#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .clinic .tit_02 { text-align: center; }
  .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; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; }
  .access .cf .img_l, .access .cf .img_r { max-width: 40%; height: auto; }
  .access .tbl_01 { width: 57%; } }
/* 健康診断 */
.checkup .tbl_01 caption { caption-side: bottom; text-align: left; margin-top: .4rem; }
.checkup .tbl_01 tbody tr th { text-align: left; padding: 1rem; }

/* ピロリ菌 */
.pylori .lst_ul01 + p { margin: .2rem 0 1rem; }

/*# sourceMappingURL=style.css.map */
