@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; }

/* 囲い文字 -------------------------------------- */
.frame_01 { border: 2px solid #64CFEB; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { 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_l.-crx { float: none; max-width: 70%; margin: 0 2.0rem 5.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 { caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #707070; font-size: 1.2rem; color: #fff; font-weight: normal; }
.tbl_time tr th[scope="col"]:first-child { width: 35%; }
.tbl_time tr th.time { border-bottom: 1px solid #707070; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #707070; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.8rem; }
  .tbl_time caption { padding: .8rem 0 0; }
  .tbl_time tr th[scope="col"] { padding: .6rem 0; font-size: 1.8rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 19.5%; }
  .tbl_time tr th[scope="col"]:last-child { width: 17%; padding: 0 6rem 0 0; }
  .tbl_time tr th.time { text-align: left; padding: 1.2rem 0 1.2rem 3rem; }
  .tbl_time tr td { padding: 1.0rem 0; }
  .tbl_time tr td:last-child { padding: 0 6rem 0 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto 100%; font-size: 2.2rem; color: #fff; padding: 4.0rem .2rem 5rem .8rem; margin: 0 0 1.0rem; }

.tit_02 { color: #444444; text-align: center; font-size: 2.2rem; margin: 0 0 1.0rem; padding: 1.0rem .2rem; letter-spacing: .1rem; line-height: 1.2; }
.tit_02::after { content: ""; display: block; width: 4rem; height: .5rem; margin: .4rem auto 0; background: linear-gradient(to right, #1D2088 50%, #C30D23 50%); }

.tit_03 { color: #1D2088; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_03::after { content: ""; display: block; width: 100%; height: .6rem; background: linear-gradient(to bottom, #1D2088 60%, #48A5EB 40%); }

.tit_04 { color: #48A5EB; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_04::after { content: ""; display: block; width: 100%; height: .6rem; background: #48A5EB; }

.tit_05 { color: #00325D; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_05::after { content: ""; display: block; width: 100%; height: 4px; background-size: 8px 4px; background-repeat: repeat-x; background-image: linear-gradient(to right, #00325D 4px, transparent 4px); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 4rem; height: 40rem; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .tit_01 span { width: 1200px; margin: 0 auto; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 5.0rem; }
  .tit_02::after { width: 10rem; height: .7rem; }
  .tit_03 { font-size: 3.6rem; margin: 0 0 2.0rem; }
  .tit_03::after { height: .9rem; }
  .tit_04 { font-size: 3.4rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 3.2rem; }
  .tit_05::after { margin: .4rem 0 0; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 1.8rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #64CFEB; }
.lst_ul01 li.none::before { content: none; }
@media screen and (min-width: 48em), print { .lst_ul01.flex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 49%; margin: 0 0 1rem; }
  .lst_ul01.flex li:nth-child(odd) { margin-right: 1%; } }

.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_ol02 li { text-indent: -1.7rem; padding-left: 1.4rem; padding-bottom: 1.0rem; line-height: 1.4; }

.lst_dl01 dt { font-weight: bold; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 12rem; text-align: right; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 15.0rem; } }
.lst_dl02 dt { font-weight: bold; font-size: 110%; }
@media screen and (min-width: 48em), print { .lst_dl02 dt { margin: 0 0 .8rem; } }
.lst_dl02 dd { margin: 0 0 1rem; }
@media screen and (min-width: 48em), print { .lst_dl02 dd { margin: 0 0 2.6rem; } }

.lst_dl03 dt { font-weight: bold; }
@media screen and (min-width: 48em), print { .lst_dl03 dt { margin: 0 0 .8rem; } }
.lst_dl03 dd { margin: 0 0 1rem; font-size: 110%; }
@media screen and (min-width: 48em), print { .lst_dl03 dd { margin: 0 0 2.6rem; } }

/* フレックス回り -------------------------------------- */
.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%; } }
/* ボックス回り -------------------------------------- */
.box_01 { background: #e2f7fc; padding: 1.6rem; border-radius: 1em; }
@media screen and (min-width: 48em), print { .box_01 { padding: 3.0rem; } }

/* リンク -------------------------------------- */
.btn_01 { display: block; }
.btn_01 a { background: #1D2088; border: 5px solid #575ABC; border-radius: 10px; color: #fff; text-align: center; padding: 1rem 3rem; display: inline-block; text-decoration: none !important; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_01 tr th { width: 30%; background: #E2F7FC; text-align: center; font-weight: normal; border: 1px solid #707070; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #707070; }

.tbl_checkup { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_checkup thead { display: none; }
.tbl_checkup tbody tr th { display: block; width: 100%; padding: .8rem 0; border: 1px solid #707070; background: #E2F7FC; border-bottom: none; }
.tbl_checkup tbody tr td { display: block; width: 100%; padding: 0 0 1rem; text-align: center; border: 1px solid #707070; border-bottom: none; }
.tbl_checkup tbody tr td span { display: block; text-align: center; font-weight: bold; padding: .2rem 0; margin: 0 0 .6rem; background: #f2f2f2; }
.tbl_checkup tbody tr:last-child td:last-child { border-bottom: 1px solid #707070; }

@media screen and (min-width: 48em), print { .tbl_checkup thead { display: table-header-group; }
  .tbl_checkup thead tr th { padding: 1rem; border: 1px solid #707070; background: #E2F7FC; }
  .tbl_checkup tbody tr th { display: table-cell; width: 30%; border-bottom: 1px solid #707070; }
  .tbl_checkup tbody tr td { display: table-cell; padding: 2rem 1rem; width: 70%; border-bottom: 1px solid #707070; }
  .tbl_checkup tbody tr td span { display: none; } }
.tbl_ischemic { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_ischemic thead { display: none; }
.tbl_ischemic tbody tr th { display: block; width: 100%; padding: .8rem 0; border: 1px solid #707070; background: #E2F7FC; border-bottom: none; }
.tbl_ischemic tbody tr td { display: block; width: 100%; padding: 0 0 1rem; text-align: center; border: 1px solid #707070; border-bottom: none; }
.tbl_ischemic tbody tr td span { display: block; text-align: center; font-weight: bold; padding: .2rem 0; margin: 0 0 .6rem; background: #f2f2f2; }
.tbl_ischemic tbody tr:last-child td:last-child { border-bottom: 1px solid #707070; }
.tbl_ischemic.-val_tbl tbody tr { vertical-align: initial; }
.tbl_ischemic.-val_tbl tbody tr .ver_middle { vertical-align: middle; }
.tbl_ischemic.-val_tbl tbody tr td { text-align: left; padding: 1rem; }

@media screen and (min-width: 48em), print { .tbl_ischemic thead { display: table-header-group; }
  .tbl_ischemic thead tr th { padding: 1rem; border: 1px solid #707070; background: #E2F7FC; }
  .tbl_ischemic tbody tr th { display: table-cell; width: 30%; border-bottom: 1px solid #707070; }
  .tbl_ischemic tbody tr td { display: table-cell; padding: 2rem 1rem; width: 70%; border-bottom: 1px solid #707070; }
  .tbl_ischemic tbody tr td span { display: none; } }
.tbl_access { table-layout: fixed; border-collapse: separate; border-spacing: .2rem; }
.tbl_access tr th { width: 37%; background: #E2F7FC; 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
---------------------------------------------------------------------------------- */
.nolink { pointer-events: none; color: #c9c7c7 !important; }
.nolink > * { color: #c9c7c7 !important; }

html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; -webkit-text-size-adjust: 100%; }

body { background: #fff; color: #444444; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }
@media screen and (min-width: 48em), print { .wrap { padding: 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%; min-width: 1220px; }
  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: 1200px; margin: 0 auto; }
  .main { min-width: 1220px; 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 { position: relative; box-shadow: 0px -4px 12px 1px #777777; }
.header > .wrap { padding: 1rem 1rem; margin: 0; }
.header > .wrap .logo a { display: block; width: 100%; min-height: 4rem; background: url(../img/logo.svg) no-repeat center center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header > .wrap .headC { margin: .6rem 0 0; text-align: center; }
.header > .wrap .headC .tel { font-weight: bold; letter-spacing: -.1rem; color: #00325D; font-size: 2.4rem; }
.header > .wrap .headC .tel::before { content: "\e808"; font-family: "fontello"; font-weight: normal; margin-right: .2rem; font-size: 2.2rem; }
.header > .wrap .headC .access { color: #fff; text-align: center; font-size: 1.4rem; padding: .4rem .2rem; border-radius: 3px; background: #C30D23; }
.header > .wrap .headR { margin: .4rem 0 0; font-size: 1.2rem; line-height: 1.4; }

@media screen and (min-width: 48em), print { .header { z-index: 1; }
  .header > .wrap { width: 100%; margin: 1.0rem auto 0; padding: 2rem 1vw 2rem 3vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
  .header > .wrap .logo { width: 45%; margin-right: auto; }
  .header > .wrap .logo a { width: 100%; height: 100%; }
  .header > .wrap .headC { text-align: left; width: 18%; margin-right: 1vw; }
  .header > .wrap .headC .tel { font-size: 2vw; letter-spacing: -.1rem; margin-left: -.4rem; white-space: nowrap; }
  .header > .wrap .headC .tel::before { font-size: 1.8vw; margin-right: 0; }
  .header > .wrap .headC .access { width: 90%; font-size: 1.2vw; padding: .6rem .4vw; text-align: center; }
  .header > .wrap .headC .access span { display: inline-block; text-align: left; }
  .header > .wrap .headC .access span .br:before { content: '\A'; white-space: pre; display: inline-block; }
  .header > .wrap .headR { width: 27%; font-size: 1.3vw; }
  .header > .wrap .headR .mt5 { margin-top: 1rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 3.2rem; display: inline-block; background: none; padding: 0; z-index: 20; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #285f89; background: none; 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: '\f0c9'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; margin: .2rem 0 0; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e804'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; margin: .2rem 0 0; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #fff; padding: 0; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #fff; margin: 0; background: rgba(72, 165, 235, 0.8); 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; }
.slicknav_menu .slicknav_nav .gnav li { width: 50%; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
.slicknav_menu .slicknav_nav .gnav li:nth-child(even) { border-right: none; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #fff; padding: 1.6rem .4rem; margin: 0; font-size: 1.6rem; position: relative; }
.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.treatment { display: none; }
.slicknav_menu .slicknav_nav .gnav li.treatment ~ li:nth-child(odd) { border-left: none; }
.slicknav_menu .slicknav_nav .gnav li.treatment ~ li:nth-child(even) { border-right: 1px solid #fff; }
.slicknav_menu .slicknav_nav .tit { margin: 0; padding: 1.6rem .8rem 1.2rem; color: #fff; font-weight: bold; background: #00325D; font-size: 1.6rem; }
.slicknav_menu .slicknav_nav .subnav { font-size: 1.6rem; margin: 0; background: rgba(72, 165, 235, 0.8); 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; }
.slicknav_menu .slicknav_nav .subnav li { width: 50%; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.slicknav_menu .slicknav_nav .subnav li:nth-child(even) { border-right: none; }
.slicknav_menu .slicknav_nav .subnav li a { color: #fff; margin: 0; padding: 1.6rem .4rem 1.6rem .8rem; }
.slicknav_menu .slicknav_nav .subnav li a:hover { border-radius: 0; background: none; }
.slicknav_menu .slicknav_nav .subnav li a.abpm { padding: 0.7rem .4rem 0.7rem .8rem; }
.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; border-bottom: 3px solid #48A5EB; }
  #nav .gnav { width: 1200px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav > li { width: calc(100%/7); position: relative; }
  #nav .gnav > li a { display: block; padding: 1rem 0 2.5rem; text-align: center; font-size: 1.8rem; font-weight: bold; }
  #nav .gnav > li a:hover { opacity: 1; color: #48A5EB; }
  #nav .gnav > li .subnav { width: 50rem; display: none; position: absolute; top: 5.8rem; left: 0; }
  #nav .gnav > li .subnav > li { display: block; }
  #nav .gnav > li .subnav > li .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  #nav .gnav > li .subnav > li .flex li { width: 50%; height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-top: 1px dotted #fff; }
  #nav .gnav > li .subnav > li .flex li:nth-child(odd) { border-right: 1px dotted #fff; }
  #nav .gnav > li .subnav > li .flex li:nth-child(1), #nav .gnav > li .subnav > li .flex li:nth-child(2) { border-top: none; }
  #nav .gnav > li .subnav > li .flex li a { display: block; height: 100%; width: 100%; color: #fff; font-weight: normal; background: rgba(72, 165, 235, 0.8); padding: 1.8rem 1.4rem; text-align: left; }
  #nav .gnav > li .subnav > li .flex li a:hover { background: #48A5EB; }
  #nav .subnav { display: none; }
  #nav .tit { display: none !important; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 4.0rem 0 0; font-size: 1.4rem; line-height: 1.6; background: url("../img/overview_bg.jpg") no-repeat center/cover; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap { padding: 0 1rem 2rem; }
.overview > .wrap .tit { font-size: 1.4rem; margin: 1rem 0 0; color: #00325D; }
.overview > .wrap .tbl_time { margin: 0 0 1.6rem; }
.overview > .wrap .tbl_gaiyo { width: 100%; border-collapse: collapse; }
.overview > .wrap .tbl_gaiyo:first-child { border-top: 1px solid #707070; }
.overview > .wrap .tbl_gaiyo th { width: 27%; font-size: 110%; text-align: left; padding: .4rem; vertical-align: top; font-weight: normal; color: #00325D; border-bottom: 1px solid #707070; }
.overview > .wrap .tbl_gaiyo td { padding: .4rem; border-bottom: 1px solid #707070; }
.overview > .wrap .tbl_gaiyo td .tel { color: #C30D23; font-weight: bold; font-size: 120%; }
.overview .gmap { height: 40rem; }
.overview .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0 auto 0; min-width: 1220px; padding: 10.0rem 0 0; font-size: 1.8rem; background: url("../img/overview_bg.jpg") no-repeat top center/cover; }
  .overview .clinic_name { margin: 0 0 3.5rem; }
  .overview .clinic_name img { max-width: 50.0rem; }
  .overview > .wrap { padding: 0; }
  .overview > .wrap .tit { font-size: 2rem; }
  .overview > .wrap .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; margin: 9rem 0 4rem; }
  .overview > .wrap .flex .tbl_gaiyo { border-top: 1px solid #707070; width: 49%; }
  .overview > .wrap .flex .tbl_gaiyo th { font-size: 2rem; padding: 2.5rem 0; min-height: 9rem; vertical-align: middle; }
  .overview > .wrap .flex .tbl_gaiyo td { padding: 2.5rem 0; }
  .overview > .wrap .flex .tbl_gaiyo td .tel { font-size: 160%; }
  .overview .gmap { height: 50rem; }
  .overview .gmap iframe { height: 100%; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; background: #fff; 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_up .tel { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; font-weight: bold; white-space: nowrap; color: #C30D23; width: 44%; font-size: 1.4rem; line-height: 1.0; }
.tel_up .tel::before { content: "\e808"; font-family: "fontello"; margin-right: .2rem; font-weight: normal; }
.tel_up .monshin { width: 36%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
.tel_up .monshin a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; font-size: 1.6rem; font-weight: bold; text-align: center; padding: 0 .4rem; line-height: 1.0; color: #fff; background: #72BDF5; }
.tel_up .pageup { cursor: pointer; width: 20%; }
.tel_up .pageup a { display: block; flex: 1; font-size: 1.6rem; text-align: center; padding: 0 .4rem; line-height: 1.0; background: #C30D23; }
.tel_up .pageup a::before { text-align: center; font-size: 4.4rem; font-family: 'fontello'; content: '\e800'; color: #fff; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel, .tel_up .monshin { display: none; }
  .tel_up .pageup a { width: 6rem; height: 6rem; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .tel_up .pageup a::before { font-size: 5.0rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #00325D; color: #fff; }
.footer .copy { display: block; padding: 1.2rem .4rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { min-width: 1220px; margin: 0 auto; padding: 6rem 0 0; }
  .footer .copy { padding: 13rem 0 3.5rem; font-size: 1.8rem; }
  .footer ul { display: block; text-align: center; margin: 0 auto 3.0rem; }
  .footer ul li { display: inline-block; font-size: 1.8rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .4rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span:not(.br) { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0rem; max-width: 100%; height: 24rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; position: relative; }
#keyvsl .bnr_recruit { display: none; }
#keyvsl .wrap { width: 100%; height: 100%; position: relative; }
#keyvsl .wrap .kaiin { position: absolute; right: 1rem; bottom: -1rem; display: inline-flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; background: url("../img/index_kv_kaiin_bg.svg") no-repeat center/72% auto, #48A5EB; font-size: 1.4rem; color: #fff; padding: 1.8rem 1rem; border-radius: 50%; }
#keyvsl .wrap .kaiin .size_m { font-size: 1.6rem; }
#keyvsl .wrap .kaiin .size_l { font-size: 2rem; }

@media screen and (min-width: 48em), print { #keyvsl { min-width: 1220px; height: 65rem; margin: 0 auto 0; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl .bnr_recruit { display: block; position: absolute; bottom: 2rem; left: 3vw; z-index: 9999; }
  #keyvsl .wrap { width: 1200px; margin: 0 auto; }
  #keyvsl .wrap .kaiin { right: 2rem; bottom: 2rem; padding: 4rem 3rem; font-size: 3rem; }
  #keyvsl .wrap .kaiin .size_m { font-size: 4rem; }
  #keyvsl .wrap .kaiin .size_l { font-size: 4.6rem; } }
/* バナーリンク -------------------------------------- */
.bnr_link { padding: 2.6rem 0 1rem; background: #F1F1F4; }
.bnr_link .wrap { text-align: center; }
.bnr_link .wrap a { display: block; }
.bnr_link .wrap a .img_pc { display: none; }
.bnr_link .wrap a .img_sp { display: block; }
.bnr_link .wrap p { text-align: left; font-weight: bold; color: #C30D23; margin: .4rem 0 0; line-height: 1.3; }

@media screen and (min-width: 48em), print { .bnr_link { padding: 6rem 0 0; position: relative; }
  .bnr_link .wrap a { margin: 0 auto; max-width: 80%; transition: all .2s; }
  .bnr_link .wrap a:hover { opacity: .8; }
  .bnr_link .wrap a .img_pc { display: block; }
  .bnr_link .wrap a .img_sp { display: none; }
  .bnr_link .wrap p { font-size: 1.8rem; line-height: 1.6; margin: 1.4rem 0 0; text-align: center; }
  .bnr_link .bnr_recruit { display: none; } }
/* 求人バナー -------------------------------------- */
.bnr_recruit { margin: 0 1rem 2rem; }
.bnr_recruit a { display: block; border: #1d2088 solid 3px; outline: 1px solid #fff; outline-offset: -4px; background: #fff; text-decoration: none !important; text-align: center; color: #1d2088; font-weight: bold; font-size: 2.2rem; line-height: 1; padding: 0.7em 0; background: url("../img/bnr_recruit_bg.jpg") no-repeat center bottom/cover; }
.bnr_recruit a .title { text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px; }
.bnr_recruit a .title .red { color: #C30D23; }
.bnr_recruit a .detail { display: inline-block; background: #1d2088; color: #fff; font-size: 1.2rem; font-weight: normal; margin: 1rem 0 0; padding: 0.35em 2em; }
.bnr_recruit a .detail::after { content: "\e801"; font-family: "fontello"; font-weight: normal; margin-left: .4em; }
@media screen and (min-width: 48em), print { .bnr_recruit { margin: 0; }
  .bnr_recruit a { font-size: 2.4rem; padding: 0.7em 2em; }
  .bnr_recruit a .detail { font-size: 1.4rem; padding: 0.5em 2em 0.4em; } }

/* お知らせテキスト -------------------------------------- */
.info_txt { padding: 2.0rem 0 0; background: #F1F1F4; }
.info_txt .wrap { margin: 0 1rem; padding: 1rem 2rem; border: #1d2088 solid 3px; background: #fff; }
.info_txt .wrap .tit_02 { font-weight: bold; }
.info_txt .wrap .red { font-weight: bold; color: #c30d23; }
.info_txt .wrap .txt_r { margin: 0; }
.info_txt .wrap .lst_ol01 li { text-align: left; }

@media screen and (min-width: 48em), print { .info_txt { padding: 6.0rem 0 0; }
  .info_txt .wrap { margin: 0 auto; padding: 3rem 4rem; border: #1d2088 solid 4px; font-size: 1.8rem; font-weight: bold; }
  .info_txt .wrap .tit_02 { line-height: 1.6; }
  .info_txt .wrap .txt_r { font-size: 2.2rem; letter-spacing: .2rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 2rem; background: #F1F1F4; }
.info dl { background: #fff; border-top: 1px solid #8E806F; border-bottom: 1px solid #8E806F; margin: 0 auto 1.4rem; line-height: 1.4; padding: 1.2rem .8rem; height: 100%; }
.info dl dt { margin-bottom: .4rem; color: #00325D; font-size: 110%; cursor: pointer; display: table; }
.info dl dt::before { content: "▼"; margin-right: .2rem; }
.info dl dt:hover { opacity: .8; }
.info dl dt.close::before { content: "▲"; }
.info dl dd { padding: 0 0 1.0rem; 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 10.0rem; }
  .info .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; }
  .info .wrap .tit_02 { width: 13%; margin: 0; padding: 0; display: inline-block; }
  .info .wrap > div { width: 84%; margin-left: 5rem; }
  .info .wrap > div dl { margin: 0 0 4.4rem; padding: 3rem 2rem; }
  .info .wrap > div dl dt { font-size: 2rem; margin-top: 3rem; }
  .info .wrap > div dl dt:first-child { margin: 0; }
  .info .wrap > div dl dd { font-size: 1.8rem; padding: 0; } }
/* ご挨拶 -------------------------------------- */
.greeting { padding: 2rem 0 2rem; }

@media screen and (min-width: 48em), print { .greeting { padding: 10rem 0 10rem; }
  .greeting .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .greeting .flex img { order: 2; display: block; width: 37.6rem; margin-left: 3.6rem; flex: 1; }
  .greeting .flex p { order: 1; margin: 0; font-size: 2rem; line-height: 1.9; flex: auto; } }
/* 診療内容 -------------------------------------- */
.tre_menu { padding: 2rem 0 2rem; background: #F1F1F4; }
.tre_menu ul { 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%; text-align: center; margin: 0 0 1.4rem; }
.tre_menu ul li a { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; height: 100%; line-height: 1.2; font-weight: bold; font-size: 1.8rem; color: #fff; text-decoration: none !important; background: #72BDF5; padding: 1.2rem .4rem; letter-spacing: .1rem; border-radius: 5px; box-shadow: 4px 4px 4px -1px #c3c3c3; /*                &.ap{ &::before{ background: url("../img/index_tremenu_ap.svg")no-repeat center / contain; } } &.mi{ &::before{ background: url("../img/index_tremenu_mi.svg")no-repeat center / contain; } }*/ }
.tre_menu ul li a::before { content: ""; margin-bottom: 1.2rem; display: block; width: 6rem; height: 6rem; }
.tre_menu ul li a.internal::before { background: url("../img/index_tremenu_internal.svg") no-repeat center/contain; }
.tre_menu ul li a.circulatory::before { background: url("../img/index_tremenu_circulatory.svg") no-repeat center/contain; }
.tre_menu ul li a.highblood::before { background: url("../img/index_tremenu_highblood.svg") no-repeat center/contain; }
.tre_menu ul li a.lifestyle::before { background: url("../img/index_tremenu_lifestyle.svg") no-repeat center/contain; }
.tre_menu ul li a.heart::before { background: url("../img/index_tremenu_heart.svg") no-repeat center/contain; }
.tre_menu ul li a.ischemic::before { background: url("../img/index_tremenu_ischemic.svg") no-repeat center/contain; }
.tre_menu ul li a.valvular::before { background: url("../img/index_tremenu_valvular.svg") no-repeat center/contain; }
.tre_menu ul li a.liverdysfunction::before { background: url("../img/index_tremenu_liverdysfunction.svg") no-repeat center/contain; }
.tre_menu ul li a.arteriosclerosis::before { background: url("../img/index_tremenu_arteriosclerosis.svg") no-repeat center/contain; }
.tre_menu ul li a.pulsus::before { background: url("../img/index_tremenu_pulsus.svg") no-repeat center/contain; }
.tre_menu ul li a.dyslipidemia::before { background: url("../img/index_tremenu_dyslipidemia.svg") no-repeat center/contain; }
.tre_menu ul li a.sas::before { background: url("../img/index_tremenu_sas.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.checkup::before { background: url("../img/index_tremenu_checkup.svg") no-repeat center/contain; }
.tre_menu ul li a.diabetic::before { background: url("../img/index_tremenu_diabetic.svg") no-repeat center/contain; }
.tre_menu ul li a.abpm::before { background: url("../img/index_tremenu_abpm.svg") no-repeat center/contain; }
.tre_menu ul li:nth-child(even) a { background: #73D6F1; }
.tre_menu ul li.bnr { display: none; }
.tre_menu .bnr_sp { display: block; margin: 1.4rem 0 0; }
.tre_menu .bnr_sp a { display: block; }

@media screen and (min-width: 48em), print { .tre_menu { padding: 10rem 0 7rem; }
  .tre_menu ul { -webkit-justify-content: flex-start; justify-content: flex-start; }
  .tre_menu ul li { width: 205px; height: 205px; margin: 0 0 3.2rem; margin-right: 4.2rem; }
  .tre_menu ul li:nth-child(5n) { margin-right: 0; }
  .tre_menu ul li a { font-size: 2.2rem; padding: 3.8rem 0 0; }
  .tre_menu ul li a::before { width: 7.3rem; height: 7.3rem; margin-bottom: 3.2rem; }
  .tre_menu ul li.bnr { display: block; }
  .tre_menu ul li.bnr a { padding: 0; }
  .tre_menu ul li.bnr a::before { content: none; }
  .tre_menu .bnr_sp { display: none; } }
/* クリニックの特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature .wrap ul { margin: 4rem auto 0; }
.feature .wrap ul li { width: 80%; border: 3px solid #72BDF5; position: relative; border-radius: 25px; padding: .4rem 1.2rem; margin: 0 auto 4rem 0; }
.feature .wrap ul li:nth-child(even) { margin: 0 0 4rem auto; }
.feature .wrap ul li .tit { display: flex !important; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #1D2088; font-size: 2.8rem; font-family: 'Cormorant', serif; margin: 0; padding: 0 0 1.5rem; background: url("../img/index_feature_parts01.svg") no-repeat center/contain; width: 7rem; height: 5.2rem; position: absolute; top: -28px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.feature .wrap ul li p { font-size: 2rem; line-height: 1.6; text-align: justify; }

@media screen and (min-width: 48em), print { .feature { padding: 10rem 0; }
  .feature .wrap ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .feature .wrap ul li { width: 27.3rem; height: 27.3rem; border-radius: 50%; margin: 0; padding: 4rem 3rem 4rem; }
  .feature .wrap ul li:nth-child(even) { margin: 7rem 0 0; }
  .feature .wrap ul li .tit { font-size: 5.4rem; width: 9rem; height: 9rem; padding: 0 0 2.6rem; }
  .feature .wrap ul li p { font-size: 2rem; line-height: 1.8; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print { body:not(.index) .header > .wrap { margin: 0 auto; padding: 1rem 1vw 2rem 3vw; } }
body:not(.index) .main { margin: 2rem 1.0rem 4rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 auto 8rem; font-size: 1.8rem; } }

@media screen 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-slide { padding-bottom: 2.4rem; }
@media screen and (min-width: 48em), print { .sp-slide { padding-bottom: 5.3rem; } }

.sp-mask { padding-bottom: 2.4rem; }
@media screen and (min-width: 48em), print { .sp-mask { padding-bottom: 5.3rem; } }

.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 figure { padding: 0; margin: 0; }
.device li figure img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }
.device li figure figcaption { background: #707070; padding: .2rem 0; margin: 0 auto; color: #fff; width: 80%; }

@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%; margin: 0 0 4rem; }
  .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; } }
/* 心不全 */
.heart main figure { margin: 0; padding: 0; }
@media screen and (min-width: 48em), print { .heart main figure { margin: 6rem 0; } }
.heart main figure figcaption { text-align: center; font-size: 80%; }

/* 健康診断 */
.checkup .dl_checkup { padding: 1.4rem; border-radius: 7px; background: #e2f7fc; }
@media screen and (min-width: 48em), print { .checkup .dl_checkup { margin: 0 0 6rem; padding: 3rem 6rem 2rem 4rem; display: inline-block; } }
.checkup .dl_checkup div { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: flex-start; align-items: flex-start; margin: 0 0 .4rem; font-weight: bold; }
@media screen and (min-width: 48em), print { .checkup .dl_checkup div { margin: 0 0 1rem; } }
.checkup .dl_checkup div dt { margin-right: 1.2rem; color: #1D2088; }
@media screen and (min-width: 48em), print { .checkup .dl_checkup div dt { margin-right: 3rem; } }
.checkup .dl_checkup div dd { margin: 0; padding: 0; }
@media screen and (min-width: 48em), print { .checkup .tbl_checkup { margin: 6rem 0 0; } }

/*# sourceMappingURL=style.css.map */
