@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *::before, *::after { -webkit-box-sizing: inherit; 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; }

.green { color: #92c56b; }

.green2 { color: #4baa54; }

.pink01 { color: #c14272; }

.pink03 { color: #ebb8c5; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media all and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media all and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media all and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { padding: .4rem 0; background: #c14272; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th:first-child { width: 35%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #dcdcdc; line-height: 1.0; }
.tbl_time tr td.time { font-size: 90%; }
.tbl_time tr td.open { color: #92c56b; font-size: 120%; }
.tbl_time tr td.holiday { color: #4baa54; font-size: 120%; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time tr th { padding: 1.0rem 0; font-size: 1.6rem; }
  .tbl_time tr th:first-child { width: 25%; }
  .tbl_time tr td { padding: 1.8rem 0; }
  .tbl_time tr td.time { font-size: 100%; }
  .tbl_time tr td.open { font-size: 150%; }
  .tbl_time tr td.holiday { font-size: 150%; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; text-align: center; }
.gmap iframe { width: 100%; height: 100%; border: none; }
.gmap .btn_map { margin: 1.6rem 0; display: inline-block; background: #92c56b; color: #fff; padding: .4rem 3.0rem; border-radius: 2.0rem; }
.gmap .btn_map::after { font-family: 'fontello'; content: '\e809'; margin-left: .6rem; }

@media all and (min-width: 48em), print { .gmap .btn_map { margin: 2.0rem 0; padding: .8rem 3.0rem; font-size: 1.8rem; border-radius: 3.0rem; } }
/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; font-weight: bold; text-align: center; font-size: 2.2rem; font-family: 'M PLUS Rounded 1c', sans-serif; color: #c14272; padding: 3.0rem 2.0rem; margin: 1.0rem -1.0rem 3.0rem; }

.tit_02 { color: #c14272; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 2.0rem; margin: 0 0 1.0rem; padding: .8rem 2.0rem .4rem 0; border-bottom: 2px solid #d9d9d9; font-weight: bold; line-height: 1.2; background: url("../img/tit_02.svg") no-repeat right bottom 0.4rem/3rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; -webkit-box-align: strat; -ms-flex-align: strat; align-items: strat; }
.tit_02::before { display: inline-block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 2.0rem; height: 2.0rem; font-family: 'fontello'; content: '\e80a'; font-size: 60%; border-radius: 50%; color: #f7dce3; background: #c14272; margin-right: .6rem; }

.tit_03 { color: #53934c; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .4rem; border-bottom: 2px solid #b0da90; }
.tit_03::before { content: '●'; color: #b0da90; font-size: 80%; margin: 0 .6rem 0 .4rem; }

.tit_04 { color: #513401; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

@media all and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto 100% #c5e1ff; font-size: 3.4rem; padding: 7.0rem 4.0rem; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 2.6rem; margin: 0 0 2.0rem; padding: 1.4rem 2.0rem .8rem 0; background: url("../img/tit_02.svg") no-repeat right bottom 0.4rem/5rem auto; }
  .tit_02::before { width: 3.2rem; height: 3.2rem; font-size: 90%; margin-right: .6rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_03::before { margin: 0 1.0rem 0 .8rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; } }
/* バナー -------------------------------------- */
.lst_bnr { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 1rem; }
.lst_bnr li { max-width: 100%; text-align: center; }
.lst_bnr li a { display: block; background: #f7dce3; }
.lst_bnr li a img { max-width: 100%; height: auto; }
.lst_bnr .new { text-align: center; font-size: 2rem; margin: 0; color: #92C56B; }
.lst_bnr .new .blinking { -webkit-animation: blink 1.5s ease-in-out infinite alternate; animation: blink 1.5s ease-in-out infinite alternate; }
@-webkit-keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }
@media all and (min-width: 48em), print { .lst_bnr li a { width: 550px; } }
/* リスト回り -------------------------------------- */
.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: #aaa; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media all and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { list-style: decimal; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_dl01 dt { font-weight: bold; clear: left; }
.lst_dl01 dd { margin: 0 0 1.0rem; }

.lst_dl02 dd { margin: 0 0 1.0rem; }
@media all and (min-width: 48em), print { .lst_dl02 dd { margin: 0 0 2.0rem; } }

@media all and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 30%; clear: left; }
  .lst_dl01 dd { padding-left: 25.0rem; } }
/* フレックス回り -------------------------------------- */
@media all and (min-width: 48em), print { .flex2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex2 > section, .flex2 > li { width: 46%; margin: 0 !important; } }
/* 電話回り -------------------------------------- */
.tel { display: inline-block; padding: 1.0rem 2% 0 0; position: relative; }
.tel::after { /*content: 'しんさつよい';
position: absolute;
top: 0;
right: 0;
font-size: 50%;*/ }
.tel.-p0 { padding: 0; }

/* ボタン回り -------------------------------------- */
.btn_shoshin { display: block; margin: .6rem 0 0; background: url("../img/icon_shoshin.svg") no-repeat left 2rem center/auto 50% #c14272; color: #fff; text-align: center; font-weight: bold; font-size: 1.4rem; padding: 1.0rem 1.0rem 1.0rem 8.0rem; border-radius: 1.0rem 0; }

.btn_recruit { display: block; margin: .6rem 0 0; background: url("../img/icon_shoshin.svg") no-repeat left 2rem center/auto 50% #94738e; color: #fff; text-align: center; font-weight: bold; font-size: 1.75rem; padding: 1.2rem 1.0rem 1.2rem 8.0rem; border-radius: 1.0rem 0; }

.btn_detail { display: inline-block; background: #c14272; color: #fff; border: 1px solid #c14272; padding: .4rem 2.0rem; border-radius: .4rem; }
.btn_detail::after { content: '≫'; margin: 0 0 0 .4rem; }
@media all and (min-width: 48em), print { .btn_detail:hover { background: #fff; color: #c14272; } }

.btns_monshin > li:not(:last-child) { margin-bottom: 0.8rem; }
.btns_monshin a { display: block; width: 100%; text-align: center; text-decoration: none !important; color: #fff; background: #3038a2; padding: 1rem 0.5rem; }
@media all and (min-width: 48em), print { .btns_monshin a { padding: 1.5rem 1rem; } }

/* 精神症状～ -------------------------------------- */
.notice { text-indent: -1.0em; padding-left: 1.4rem; }

@media all and (min-width: 48em), print { .notice { text-indent: -1.0em; padding-left: 1.6rem; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body { background: #fff; color: #313131; border-top: 4px solid #f7dce3; }

a { color: inherit; text-decoration: none; }

a.disabled-link { pointer-events: none; background-image: none !important; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 1.0rem 6.0rem; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1100px; }
  body > .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 4.0rem auto; }
  a { -webkit-transition: .2s; transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1080px; margin: auto; }
  .main { font-size: 1.6rem; padding: 0 0 8.0rem; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 73%; }
  .sidebar { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 23%; } }
/* アイコンフォント -------------------------------------- */
@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 { margin: 1.0rem; }
.header .wrap .logo { height: 4.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 div::before { font-family: 'fontello'; font-size: 1.4rem; margin-right: .6rem; color: #c14272; }
.header .wrap .headR .telno::before { content: '\e801'; }
.header .wrap .headR .telno .tel { font-size: 2.8rem; font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: bold; padding: 1.4rem 1% 0 0; letter-spacing: -0.05em; }
.header .wrap .headR .telno .time { text-align: center !important; font-size: 1rem; display: block; color: #c14272; }
.header .wrap .headR .add { display: none; }
.header .wrap .headR .park { font-size: 1.4rem; color: #c14272; font-weight: bold; margin: .4rem 0 0; }
.header .wrap .headR .park::before { content: '\e805'; font-weight: normal; }
.header .wrap .yoyaku { font-size: 1.2rem; margin: .6rem 0 0; }
.header .wrap .yoyaku .btn_shoshin { margin: 0 0 .4rem; }
.header .wrap .yoyaku .btn_shoshin span { display: inline-block; padding: 0 0.5em 0 0; }
.header .wrap .yoyaku .btn_shoshin small { font-weight: normal; font-size: 75%; }

@media all and (min-width: 48em), print { .header { margin: 1.0rem 0 0; }
  .header .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header .wrap .logo { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 44%; height: 10.4rem; }
  .header .wrap .headR { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; width: 27%; margin: 0; padding: 0.8rem 0; }
  .header .wrap .headR div::before { font-family: 'fontello'; font-size: 1.4rem; margin-right: 1.0rem; color: #c14272; font-size: 130%; }
  .header .wrap .headR .telno::before { font-size: 2.0rem; }
  .header .wrap .headR .telno .tel { font-size: 3.4rem; padding: 0 1% 0 0; }
  .header .wrap .headR .telno .time { text-align: center !important; font-size: 145% !important; display: block; color: #c14272; }
  .header .wrap .headR .add { display: block; font-size: 1.6rem; }
  .header .wrap .headR .add::before { content: '\e804'; font-size: 155%; }
  .header .wrap .headR .park { font-size: 1.6rem; }
  .header .wrap .yoyaku { position: inherit; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 23%; margin: 0; }
  .header .wrap .yoyaku .btn_shoshin { margin: 0; padding: 1rem 1rem 1rem 7rem; font-size: 1.6rem; background: url(../img/icon_shoshin.svg) no-repeat left 1.5rem center/20% auto #c14272; text-align: center; }
  .header .wrap .yoyaku .btn_shoshin span { padding: 0; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 6.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; /* Toggle Btn */ /* 展開部 */ }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #c14272; text-shadow: none; border-radius: .6rem; text-align: center; line-height: 1.0; margin: .6rem 1.0rem 0 0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open { /* Toggle Close Icon */ }
.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: #f7dce3; padding: 1.6rem; position: absolute; top: 6.6rem; right: 0; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px dotted #c14272; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px dotted #c14272; padding: .5rem 0; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #313131; padding: .5rem 1.0rem; font-size: 1.6rem; border-left: 4px solid #c14272; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { margin: 1.6rem 0 1.0rem; display: block; background: #f7dce3; }
  #nav .gnav { width: 1080px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/6); }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.8rem; padding: 2.0rem 0 1.4rem; border-bottom: 6px solid #f7dce3; }
  #nav .gnav li a:hover { color: #bc2b62; border-bottom: 6px solid #bc2b62; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .first #nav .first, .access #nav .access { color: #bc2b62; border-bottom: 6px solid #bc2b62; } }
.sidebar > div { margin: 0 1.0rem; background: #c14272; padding: 0 0 2.0rem; border-radius: 3.0rem 0; }
.sidebar > div .tit { color: #fff; font-weight: bold; font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 2.0rem; padding: 1.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.sidebar > div .tit::before { font-family: 'fontello'; content: '\e808'; margin-right: 1.2rem; color: #f7dce3; font-size: 150%; font-weight: normal; }
.sidebar > div .subnav { margin: .1rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.sidebar > div .subnav li { width: 50%; border-bottom: 1px solid #fff; }
.sidebar > div .subnav li:nth-child(odd) { border-right: 1px solid #fff; }
.sidebar > div .subnav li a { display: block; height: 100%; padding: 1.0rem 1.0rem 1.0rem 2.4rem; color: #48341d; font-size: 1.4rem; background: url("../img/sidebar_icon.svg") no-repeat left 1rem top 1.2rem/0.8rem auto #f7dce3; }
.sidebar .bnr { margin: 2.0rem 1.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.sidebar .bnr li { width: 48%; margin: 0 0 1.0rem; }
.sidebar .bnr li a { display: block; padding: 1.0rem; border: 1px solid #d9d9d9; }
.sidebar .bnr li a img { max-width: 100%; height: auto; }
.sidebar .bnr li.staff a { padding: 0; border: none; }
.sidebar .bnr2 { margin: 2.0rem 1.0rem; }
.sidebar .bnr2 li { text-align: center; }
.sidebar .bnr2 li a { display: block; padding: 1.0rem; border: 1px solid #d9d9d9; }
.sidebar .bnr2 li a img { max-width: 100%; height: auto; }
.sidebar .bnr2 li.staff a { padding: 0; border: none; }
.sidebar .bnr2 .new { text-align: center; font-size: 2rem; margin-bottom: 1rem !important; color: #92C56B; }
.sidebar .bnr2 .new .blinking { -webkit-animation: blink 1.5s ease-in-out infinite alternate; animation: blink 1.5s ease-in-out infinite alternate; }
@-webkit-keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }
@media all and (min-width: 48em), print { .sidebar > div { margin: 0; padding: 0 0 3.0rem; }
  .sidebar > div .tit { font-size: 2.4rem; }
  .sidebar > div .subnav { display: block; }
  .sidebar > div .subnav li { width: 100%; }
  .sidebar > div .subnav li:nth-child(odd) { border-right: none; }
  .sidebar > div .subnav li a { padding: 1.6rem 1.6rem 1.6rem 3.8rem; font-size: 1.8rem; background: url("../img/sidebar_icon.svg") no-repeat left 1.6rem center/1.2rem auto #f7dce3; }
  .sidebar .bnr { margin: 3.0rem 0 0; display: block; }
  .sidebar .bnr li { width: 100%; margin: 0 0 2.0rem; }
  .sidebar .bnr li a { padding: 2.0rem; }
  .sidebar .bnr li a[href*="kokorotokaradasoudan"] { padding: 1.0rem 2.0rem; }
  .sidebar .bnr2 li { margin: 0 0 1.0rem; }
  /* サイドバー　ハイライト */
  .internal .sidebar a.internal, .diabetes .sidebar a.diabetes, .kampo .sidebar a.kampo, .blood_pressure .sidebar a.blood_pressure, .dyslipidemia .sidebar a.dyslipidemia, .gout .sidebar a.gout, .osteoporosis .sidebar a.osteoporosis, .dementia .sidebar a.dementia, .antismoking .sidebar a.antismoking, .sas .sidebar a.sas, .checkup .sidebar a.checkup, .vaccination .sidebar a.vaccination { opacity: .8; } }
/* クリニック概要 -------------------------------------- */
.overview { margin: 4.0rem 0 0; background: #f7dce3; padding: 2.0rem 1.0rem; font-size: 1.4rem; line-height: 1.6; }
.overview > .wrap { background: #fff; padding: 2.0rem 1.0rem; }
.overview > .wrap .tit { text-align: center; color: #c14272; font-size: 1.8rem; font-family: 'M PLUS Rounded 1c', sans-serif; border-bottom: 2px solid #d9d9d9; padding: 0 0 .4rem; margin: 0 0 1.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.overview > .wrap .tit::before, .overview > .wrap .tit::after { display: inline-block; content: ''; width: 2.4rem; height: 2.4rem; background: url("../img/tit_02.svg") no-repeat center center/contain; }
.overview > .wrap .tit::before { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
.overview > .wrap .tit span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.overview > .wrap .tit span::before, .overview > .wrap .tit span::after { display: inline-block; content: ''; width: .4rem; height: .4rem; background: #c14272; border-radius: 50%; margin: 0 .6rem; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: collapse; border-top: 1px solid #d9d9d9; }
.overview > .wrap .overviewL .tbl_gaiyo tr th { width: 27%; padding: .4rem; background: #c14272; color: #fff; font-weight: normal; border-bottom: 1px solid #fff; }
.overview > .wrap .overviewL .tbl_gaiyo tr td { padding: .4rem 0 .4rem 1.0rem; border-bottom: 1px solid #d9d9d9; }
.overview > .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 2.0rem; }
.overview > .wrap .overviewL .tbl_gaiyo tr:first-child th { border-top: 1px solid #c14272; }
.overview > .wrap .overviewL .tbl_gaiyo tr:first-child td { border-bottom: 1px solid #d9d9d9; }
.overview > .wrap .overviewL .tbl_gaiyo tr:last-child th { border-bottom: 1px solid #c14272; }
.overview > .wrap .overviewR { margin: 2.0rem 0; }
.overview > .wrap .overviewR .tbl_time { margin: 0 0 1.6rem; }

@media all and (min-width: 48em), print { .overview { margin: 8.0rem 0 0; padding: 5.0rem 0; font-size: 1.6rem; }
  .overview > .wrap { padding: 4.0rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .overview > .wrap .tit { width: 100%; font-size: 2.8rem; padding: 0 0 .8rem; margin: 0 0 2.0rem; }
  .overview > .wrap .tit::before, .overview > .wrap .tit::after { width: 5.4rem; height: 5.4rem; }
  .overview > .wrap .tit span::before, .overview > .wrap .tit span::after { width: .8rem; height: .8rem; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .tbl_gaiyo tr th, .overview > .wrap .overviewL .tbl_gaiyo tr td { padding: 1.6rem; }
  .overview > .wrap .overviewL .tbl_gaiyo tr td .tel { font-size: 3.0rem; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap { margin: 4.0rem 0; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; padding: 1rem 1rem 5rem; visibility: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.tel_up .tel { display: block; width: 5.4rem; height: 5.4rem; padding: 0; }
.tel_up .tel::before, .tel_up .tel::after { content: none; }
.tel_up .tel img { max-width: 100%; height: auto; }
.tel_up .pageup { cursor: pointer; }
.tel_up .pageup a { display: block; width: 5.0rem; height: 5.0rem; background: url("../img/btn_pageup.png") no-repeat center center/contain #c14272; border-radius: 50%; }
.tel_up .pageup a span { display: none; }

@media all and (min-width: 48em), print { .tel_up { width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup a { width: 6.4rem; height: 6.4rem; border: 3px solid clr_blue; border-radius: 50%; }
  .tel_up .pageup a::before { font-size: 5.0rem; } }
.footer { text-align: center; }
.footer .copy { display: block; background: #d9d9d9; padding: .6rem 1.0rem 5rem; font-size: 1.2rem; }
.footer .logo, .footer ul { display: none; }

@media all and (min-width: 48em), print { .footer { padding: 3.0rem 0 0; }
  .footer .copy { padding: .6rem 0 6rem; margin: 3.0rem 0 0; }
  .footer .logo { display: block; }
  .footer .logo img { width: 50.0rem; height: auto; }
  .footer ul { width: 70.0rem; display: block; text-align: center; margin: 1.0rem auto 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; margin: 0 .6rem 1.0rem; }
  .footer ul li a { opacity: 1.0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul.gnav li a::before { display: inline-block; content: ''; width: .6rem; height: .6rem; background: #c14272; border-radius: 50%; margin: 0 .6rem; }
  .footer ul.subnav li a::before { display: inline-block; content: ''; width: .6rem; height: .6rem; background: #92c56b; border-radius: 50%; margin: 0 .6rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { padding: 14.0rem 1.0rem 2.0rem; max-width: 100%; background: url(../img/index_keyvsl01.jpg) no-repeat left top/150% auto; }
#keyvsl .wrap .white { font-family: 'M PLUS Rounded 1c', sans-serif; background: url("../img/logo_mark.svg") no-repeat center top/5rem auto #fff; padding: 1.6rem 0 0; }
#keyvsl .wrap .white .catch { margin: 1.6rem 0 0; font-size: 2.2rem; line-height: 1.4; text-align: center; font-weight: bold; }
#keyvsl .wrap .white .open { font-weight: bold; text-align: center; font-size: 1.8rem; margin: 1.0rem .6rem; }

@media all and (min-width: 48em), print { #keyvsl { height: 44.0rem; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto 100% #c5e1ff; }
  #keyvsl .wrap { padding: 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #keyvsl .wrap .white { width: 50.0rem; margin: 0 0 0 auto; background: url("../img/logo_mark.svg") no-repeat center top 2rem/6rem auto #fff; padding: 5.0rem 3.0rem 3.0rem; border-radius: 3.0rem 0 3.0rem 0; }
  #keyvsl .wrap .white .catch { font-size: 3.0rem; }
  #keyvsl .wrap .white .open { font-size: 2.8rem; }
  #keyvsl .wrap .white .tbl_time th, #keyvsl .wrap .white .tbl_time td { padding: .6rem; }
  #keyvsl .wrap .white .tbl_time th:first-child { width: 28%; }
  #keyvsl .wrap .white .tbl_time td.open { font-size: 1.6rem; }
  #keyvsl .wrap .white .tbl_time td.holiday { font-size: 1.6rem; } }
.iframe_box { margin-top: 1rem; text-align: center; }

/* お願い -------------------------------------- */
.please { margin: 4.0rem 0 0; }
.please .tit_02::before { content: '\e806'; }
.please dl { margin: 0; line-height: 1.4; padding: .6rem; }
.please dl dt { margin-bottom: .4rem; font-weight: bold; color: #c14272; }
.please dl dd { margin: 0 0 0; padding-bottom: 0rem; border-bottom: none; }

@media all and (min-width: 48em), print { .please dl { padding: 1.4rem; }
  .please dl dd { margin: 0 0 0; padding-bottom: 0; } }
/* お知らせ -------------------------------------- */
.info { margin: 4.0rem 0 0; padding: 0 0 1.0rem; border-bottom: 2px solid #d9d9d9; }
.info .tit_02::before { content: '\e806'; }
.info dl { margin: 0; line-height: 1.4; padding: .6rem; height: 20.0rem; overflow-y: auto; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #c14272; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 2px dotted #92c56b; }

@media all and (min-width: 48em), print { .info { margin: 0 auto 2.0rem; padding: 0 0 2.0rem; }
  .info dl { padding: 1.4rem; height: 75.0rem; }
  .info dl dd { margin: 0 0 2.0rem; padding-bottom: 2.0rem; } }
/* カレンダー -------------------------------------- */
.cal .status { display: -webkit-box; display: -ms-flexbox; display: flex; }
.cal .status li { display: inline-block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.cal .status li::before { display: inline-block; content: '■'; font-size: 120%; }
.cal .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .status li.kyushin::before { color: #efb9c7; }
.cal .status li.pm::before { color: #76b348; }
.cal .status li.rinji_open::before { color: #7d7d7d; }
.cal .status li.rinji_close::before { color: #c14272; }

@media all and (min-width: 48em), print { .cal div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .cal div .caledit { width: 48%; font-size: 1.8rem; padding: 0 0 2.0rem; }
  .cal div .caledit .week th { padding: 1.6rem 0 .6rem; }
  .cal div .status { width: 100%; } }
/* 特長 -------------------------------------- */
.feature { border-bottom: 2px solid #d9d9d9; padding: 0 0 1.0rem; }
.feature .tit_02::before { content: '\e807'; font-size: 50%; }
.feature ul li { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: bold; font-size: 1.8rem; line-height: 1.4; }
.feature ul li div { height: 12.3rem; padding: 1.0rem 2.0rem; background: url("../img/index_feature.jpg") no-repeat center top/cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.feature ul li .img_l, .feature ul li .img_r { max-width: 100%; margin: 0; }

@media all and (min-width: 48em), print { .feature { padding: 0 0 2.0rem; }
  .feature .tit_02::before { font-size: 60%; }
  .feature ul li { overflow: hidden; margin: 0 0 1.6rem; font-size: 2.2rem; }
  .feature ul li div { float: left; width: 50%; height: 16.4rem; padding: 1.0rem 2.0rem; }
  .feature ul li .img_l, .feature ul li .img_r { max-width: 50%; }
  .feature ul li:nth-child(even) > div { float: right; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* クリニック紹介 */
#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; }

/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media all 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 all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; }
  .access .tbl_time td span { font-size: 1.8rem; }
  .access .gmap { height: 50.0rem; } }
/* 健診・予防接種 */
.tbl_price { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_price th { padding: .4rem; border: 1px solid #b9d799; font-weight: normal; text-align: left; background: #effae2; }
.tbl_price td { padding: .4rem; text-align: right; border: 1px solid #b9d799; }

@media all and (min-width: 48em), print { .tbl_price th, .tbl_price td { padding: 1.0rem; } }
.influenza_dl { font-size: 80%; }
.influenza_dl .btn_detail { padding: 0 1.0rem; font-size: 110%; }

.bottomlink { position: fixed; width: 100%; padding: 0; bottom: 0; left: 0; right: 0; z-index: 998; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.bottomlink .reserve_fs { width: 50%; cursor: pointer; }
.bottomlink .reserve_fs a { display: block; width: 100%; text-align: center; text-decoration: none; color: #fff; background: #c14272; padding: 1.5rem 0; }
.bottomlink .reserve_se { width: 50%; cursor: pointer; }
.bottomlink .reserve_se a { display: block; width: 100%; text-align: center; text-decoration: none; color: #fff; background: #3038a2; padding: 1.5rem 0; }
.bottomlink span { display: none; }

@media all and (min-width: 48em), print { .bottomlink { width: 1080px; margin: 0 auto; font-size: 1.8rem; }
  .bottomlink .reserve_fs a:hover { opacity: .5; }
  .bottomlink .reserve_se a:hover { opacity: .5; }
  .bottomlink span { display: inline-block; } }

/*# sourceMappingURL=style.css.map */