@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 { background: #F4F9FD; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_01 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

.frame_02 { background: #F5F5F7; 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 { padding-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 { padding-top: 8.0rem; }
  .main > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; table-layout: auto; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #142445; 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 #142445; }
.tbl_time tr th.time span { display: block; font-size: 70%; }
.tbl_time tr td { text-align: center; padding: .8rem .4rem; color: #0085CE; background: #fff; border-bottom: 1px solid #142445; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time caption { font-size: 1.8rem; padding: .6rem 0 0; }
  .tbl_time tr th { width: 3%; }
  .tbl_time tr th[scope="col"] { padding: 1.3rem 0; font-size: 1.8rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 9%; }
  .tbl_time tr th[scope="col"]:last-child { padding: 0 1.8rem 0 0; }
  .tbl_time tr th.time { font-size: 1.8rem; }
  .tbl_time tr td { padding: 1.4rem 0; font-size: 1.8rem; }
  .tbl_time tr td:last-child { padding: 0 1.8rem 0 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto 100%; height: 6rem; font-size: 2rem; color: #142445; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0 0 1.0rem; }

.tit_02 { color: #142445; font-size: 2.0rem; text-align: center; font-weight: bold; margin: 0 0 3.0rem; padding: 1.0rem 0; line-height: 1.2; position: relative; }
.tit_02::before, .tit_02::after { content: "-"; display: inline-block; }
.tit_02::before { margin: 0 2rem 0 0; }
.tit_02::after { margin: 0 0 0 2rem; }
.tit_02 span { position: absolute; bottom: -1rem; left: 0; right: 0; margin: auto; color: #0085CE; font-family: 'Josefin Sans', sans-serif; font-size: 1.4rem; }

body:not(.index) .tit_02 { margin: 0; }
body:not(.index) .tit_02 span { position: relative; display: inline-block; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; font-size: 2rem; color: #142445; bottom: auto; vertical-align: middle; }
body:not(.index) .tit_02 span::after { content: ""; width: 3rem; height: .2rem; display: block; margin: .8rem auto 0; background: #0085CE; }

.tit_03 { color: #fff; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding: .4rem .4rem; font-weight: bold; background: #142445; }

.tit_04 { color: #142445; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 2.0rem; }
.tit_04::after { content: ""; display: block; margin: .4rem 0 1rem; width: 100%; height: .2rem; background: linear-gradient(to right, #0085CE 10%, #ccc 10%); }

.tit_05 { color: #142445; font-weight: bold; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; padding-left: .6rem; position: relative; }
.tit_05::before { content: ""; margin-right: .4rem; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); height: 100%; width: .2rem; background: #0085CE; }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center center/auto auto; font-size: 3.6rem; letter-spacing: .2rem; height: 24rem; margin: 0 0 1.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 5.0rem; }
  .tit_02::before { margin: 0 3.8rem 0 0; }
  .tit_02::after { margin: 0 0 0 3.8rem; }
  .tit_02 span { bottom: -2.2rem; font-size: 2rem; letter-spacing: .1rem; }
  body:not(.index) .tit_02 { padding: 0; }
  body:not(.index) .tit_02 span { font-size: 3.6rem; vertical-align: baseline; }
  body:not(.index) .tit_02 span::after { width: 8rem; height: .3rem; margin: 1.4rem auto 2.6rem; }
  .tit_03 { font-size: 3rem; margin: 0 0 2.0rem; padding: .8rem 2rem .6rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04::after { background: linear-gradient(to right, #0085CE 10rem, #ccc 10rem); margin: .8rem 0 0; }
  .tit_05 { font-size: 1.8rem; margin: 0 0 3rem; padding-left: 1.6rem; }
  .tit_05::before { width: .5rem; min-height: 3rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -1.8rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li:last-child { padding-bottom: 0; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #6DB9E3; }
.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%; } }

.lst_ul02 li { text-indent: -1.6rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul02 li:last-child { padding-bottom: 0; }
.lst_ul02 li::before { content: '\f10c'; font-family: "fontello"; margin-right: .4rem; color: #f7ae28; }

.lst_ul03 { line-height: 1.4; }
.lst_ul03 li { margin-bottom: .8rem; }
@media screen and (min-width: 48em), print { .lst_ul03 li { margin-bottom: 1.2rem; } }
.lst_ul03 li::before { content: "■"; margin-right: .2rem; color: #6db9e3; }
.lst_ul03 li span { color: #C50A33; margin-right: .2rem; font-weight: bold; }

.lst_ol01 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol01 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol01 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
.lst_ol01 li::before { display: inline-block; content: counter(number) "."; margin-right: .8rem; font-family: 'Lato', sans-serif; color: clr_blue; font-weight: bold; }

.lst_dl01 dt { font-weight: bold; font-size: 110%; color: #142445; line-height: 1.3; margin: 0 0 .4rem; }
.lst_dl01 dd { margin: 0 0 1.6rem; padding: 1rem; background: #fff; border: 1px solid #d8e4ed; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { font-size: 100%; }
  .lst_dl01 dd { margin: 0 0 3rem; } }
/* フレックス回り -------------------------------------- */
.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_01 { display: block; text-align: center; }
@media screen and (min-width: 48em), print { .btn_01 { text-align: left; } }
.btn_01 a { background: #0085CE; color: #fff; text-align: center; font-weight: bold; padding: .6rem 4rem; border-radius: 25px; display: inline-block; text-decoration: none !important; position: relative; }
@media screen and (min-width: 48em), print { .btn_01 a { padding: 1.4rem 8.5rem; border-radius: 40px; } }
.btn_01 a::after { content: "\e805"; font-weight: normal; font-family: "fontello"; position: absolute; right: 1rem; top: 48%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (min-width: 48em), print { .btn_01 a::after { right: 2rem; } }
.btn_01 a:hover { opacity: 1; background: #6DB9E3; }

.txt_link { color: #0085CE; position: relative; display: inline-block; text-indent: 2rem; padding-left: 1rem; }
.txt_link::before { content: "\e805"; font-family: "fontello"; margin-right: .2rem; position: absolute; left: -1rem; top: 0; }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; width: 100%; }
.tbl_01 tr th { width: 30%; background: #788194; text-align: center; font-weight: bold; color: #fff; border: 1px solid #ccc; padding: .8rem; }
@media screen and (min-width: 48em), print { .tbl_01 tr th { padding: 1.6rem 0; letter-spacing: .2rem; font-size: 110%; } }
.tbl_01 tr td { padding: .8rem; border: 1px solid #ccc; background: #fff; }
.tbl_01 tr td.tit { background: #F5F5F7; padding: 1.2rem 1rem; }
.tbl_01.price { caption-side: bottom; }
.tbl_01.price caption { width: 100%; text-align: left; }
.tbl_01.price caption span { display: block; text-align: right; padding: .4rem 0 0; }
.tbl_01.price tr th { width: 48%; }
.tbl_01.price tr th:first-child { width: 52%; }
@media screen and (min-width: 48em), print { .tbl_01.price tr th { width: 40%; padding: 1.2rem .2rem; }
  .tbl_01.price tr th:first-child { width: 60%; } }
.tbl_01.price tr td { text-align: right; padding: 1.2rem 1rem; font-weight: bold; color: #4564a3; }
@media screen and (min-width: 48em), print { .tbl_01.price tr td { padding: 1.6rem 2rem; } }
.tbl_01.price tr td.tit { text-align: center; color: #333; font-weight: normal; padding: 1.2rem 0; }

.tbl_access { table-layout: fixed; width: 100%; border-collapse: collapse; }
.tbl_access tr th { width: 32%; background: #788194; border-bottom: 2px solid #fff; color: #fff; text-align: center; font-weight: bold; padding: .8rem; }
@media screen and (min-width: 48em), print { .tbl_access tr th { padding: 1.4rem 0; } }
.tbl_access tr td { padding: .8rem; background: #fff; border-top: 2px solid #788194; border-bottom: 2px solid #788194; }
@media screen and (min-width: 48em), print { .tbl_access tr td { padding: 1.4rem 2rem; } }
.tbl_access tr td > dl dt { margin: 0 0 .6rem; padding: .4rem .8rem; background: #F5F5F7; font-weight: bold; }
@media screen and (min-width: 48em), print { .tbl_access tr td > dl dt { padding: .6rem 1.2rem; } }
.tbl_access tr td > dl dt ~ dt { margin: 1.6rem 0 .6rem; }
.tbl_access tr td > dl dd { margin: 0; padding: 0; }
.tbl_access tr:first-child th { border-top: 2px solid #788194; }
.tbl_access tr:last-child th { border-bottom: 2px solid #788194; }

@media screen and (min-width: 48em), print { .tbl_access tr th { width: 20%; padding: 1.2rem 0; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.link_none { pointer-events: none !important; }

html { font-size: calc( 100vw / 32 ); font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

body { background: #fff; color: #333; }

a { color: inherit; text-decoration: none; }

.wrap { padding: 0 1rem 0; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 0; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 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; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
@media screen and (min-width: 48em) and (min-width: 48em), print { .main { font-size: 1.8rem; line-height: 1.8; } }

/* アイコンフォント -------------------------------------- */
@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: 2rem 0 1rem; }
.header .wrap .logo { height: 3.4rem; padding-left: .2rem; }
.header .wrap .logo a { display: block; width: 100%; height: 100%; background: url(../img/logo.svg) no-repeat left center/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.header .wrap .headR { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 2rem auto 0; }
.header .wrap .headR .tel_item { width: 60%; display: inline-block; font-size: 2.4rem; text-align: center; font-family: 'Josefin Sans', sans-serif; color: #142445; }
.header .wrap .headR .tel_item .tel > a, .header .wrap .headR .tel_item .tel > span { display: inline-block; }
.header .wrap .headR .tel_item .tel > a::before, .header .wrap .headR .tel_item .tel > span::before { content: "\e801"; font-family: "fontello"; margin-right: .2rem; }
.header .wrap .headR .insta { width: 10%; margin-left: 4%; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 1.6rem auto 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .header .wrap .logo { width: 40%; height: 8.0rem; }
  .header .wrap .headR { width: 60%; margin: 0; -webkit-justify-content: flex-end; justify-content: flex-end; }
  .header .wrap .headR .tel_item { width: auto; display: block; font-size: 3.6rem; line-height: 1.6; margin: 0; padding: 0; }
  .header .wrap .headR .tel_item .tel > span { padding: .8rem 0 0; }
  .header .wrap .headR .tel_item .tel > span::before { font-size: 2.8rem; margin-right: 1rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 2.0rem; right: 0; font-size: 3.2rem; color: #6db9e3; display: inline-block; background: none; padding: 0; z-index: 10; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; background: #fff; 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: '\f0c8'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; margin: .4rem 0 0; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #f2f2f2; padding: 1rem .4rem; position: absolute; top: 4.8rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { margin-bottom: .2rem; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; padding: 1.0rem .4rem 1rem 2rem; font-size: 1.6rem; font-weight: bold; color: #142445; position: relative; background: #fff; }
.slicknav_menu .slicknav_nav .gnav li a::before { content: ""; position: absolute; top: 50%; left: .6rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: .6rem; height: 72%; background: #c1e1ef; border-radius: 6px; }
.slicknav_menu .slicknav_nav .gnav li a::after { position: absolute; right: 1.0rem; font-weight: normal; font-family: 'fontello'; color: #6db9e3; content: '\e805'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: #fff; border-radius: 0; }
.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_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; }
  #nav .gnav { width: 1200px; margin: auto; display: -webkit-flex; display: flex; }
  #nav .gnav li { flex-grow: 1; }
  #nav .gnav li a { display: block; padding: 1.8rem 1rem; border-radius: 6px 6px 0 0; text-align: center; font-size: 1.8rem; font-weight: bold; }
  #nav .gnav li a:hover { opacity: 1; background: #0085CE; color: #fff; }
  #nav .gnav li .subnav { width: 15%; display: none; position: absolute; color: red; opacity: .6; }
  #nav .gnav li .subnav li { width: 100%; border-top: 1px solid clr_brw; }
  #nav .gnav li .subnav li:hover { background: rgba(0, 0, 255, 0.5); }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.8); padding: 1.6rem 0; text-align: center; color: clr_navy; }
  #nav .gnav li .subnav li a:hover { color: #000; }
  #nav .gnav li .subnav li:first-child { margin: 1rem 0 0; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 0 0; font-size: 1.4rem; line-height: 1.6; background: #F5F5F7; }
.overview > .wrap { padding: 0 1rem 3rem; /*クレジットカード*/ }
.overview > .wrap .flex .clinic_name { text-align: center; margin: 0 0 1.0rem; }
.overview > .wrap .flex .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .flex .tel_box { background: #fff; margin: 0 auto 1.2rem; padding: .4rem 1.2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview > .wrap .flex .tel_box .tel { font-size: 2.4rem; color: #142445; line-height: 1.0; font-family: 'Josefin Sans', sans-serif; }
.overview > .wrap .flex .tel_box .tel::before { content: "\e801"; font-family: "fontello"; display: inline-block; margin-right: .4rem; font-size: 1.8rem; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 4px; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 25%; vertical-align: top; }
.overview > .wrap .overviewL .tbl_gaiyo th span { background: #788194; width: 100%; display: inline-block; color: #fff; text-align: center; padding: .4rem 0; font-weight: bold; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: 0 0 0 1rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap ul.card { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 5%; list-style: none; margin: 0; padding: 0; justify-content: center; /* 子要素をflexboxにより中央に配置する */ align-items: center; /* 子要素をflexboxにより中央に配置する */ }
.overview > .wrap ul.card li { margin-bottom: 1%; width: 20%; vertical-align: baseline; }
.overview > .wrap ul.card li img { max-width: 100%; }
.overview > .wrap .overview_box_flex { margin-top: 1rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.overview > .wrap .overview_box_flex .overview_box01 { text-align: center; padding: 2rem; width: 100%; border: 2px solid #0085ce; border-radius: 10px; background: #fff; }
.overview > .wrap .overview_box_flex .overview_box02 { text-align: center; padding: 2rem; width: 100%; border: 2px solid #0085ce; border-radius: 10px; background: #fff; }
.overview > .wrap .overview_box_flex .overview_box02 img { width: 40%; }
.overview .gmap { height: 30.0rem; }
.overview .gmap iframe { height: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 3.0rem 0 0; font-size: 1.8rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0 0 4rem; }
  .overview > .wrap .flex { margin: 0 0 1.8rem; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .overview > .wrap .flex .clinic_name { margin: 0; }
  .overview > .wrap .flex .clinic_name img { max-width: 57.0rem; }
  .overview > .wrap .flex .tel_box { width: 48%; margin: 0; padding: 1.5rem 3.58rem; }
  .overview > .wrap .flex .tel_box .tel { padding-top: .3rem; font-size: 3.6rem; }
  .overview > .wrap .flex .tel_box .tel::before { font-size: 2.6rem; margin-right: .6rem; }
  .overview > .wrap .flex .tel_box > a { width: 24rem; font-size: 1.8rem; padding: 1.4rem 0 1.2rem; line-height: 1; }
  .overview > .wrap .flex .tel_box > a::before { font-size: 2.4rem; margin-right: 1rem; vertical-align: middle; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL { padding: 0 0; }
  .overview > .wrap .overviewL .tbl_gaiyo th { width: 17.5%; padding: .8rem 0; font-size: 1.8rem; }
  .overview > .wrap .overviewL .tbl_gaiyo td { vertical-align: top; padding: 1.2rem 0 0 2.4rem; }
  .overview > .wrap .overviewR { padding: 0 0; margin: 1.2rem 0 0; }
  .overview > .wrap .overview_box_flex { margin-top: 1rem; display: flex; flex-direction: row; justify-content: space-between; gap: 1rem; }
  .overview > .wrap .overview_box_flex .overview_box01 { text-align: center; padding: 2rem; width: 24%; border: 2px solid #0085ce; border-radius: 10px; background: #fff; }
  .overview > .wrap .overview_box_flex .overview_box02 { text-align: center; padding: 1rem; width: 48%; border: 2px solid #0085ce; border-radius: 10px; background: #fff; }
  .overview > .wrap .overview_box_flex .overview_box02 img { width: auto; }
  .overview .gmap { height: 40.0rem; } }
/* フッター -------------------------------------- */
.tel_up { width: 100%; height: 4.6rem; background: #e7f0f9; 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 { text-align: center; width: 76%; font-size: 2.4rem; color: #142445; line-height: 1.0; font-family: 'Josefin Sans', sans-serif; }
.tel_up .tel > a, .tel_up .tel > span { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 100%; }
.tel_up .tel > a::before, .tel_up .tel > span::before { content: "\e801"; font-family: "fontello"; margin-right: .4rem; }
.tel_up .pageup { cursor: pointer; position: fixed; bottom: 1rem; right: 1rem; }
.tel_up .pageup a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 5.0rem; height: 5rem; font-size: 1.6rem; text-align: center; padding: 0; line-height: 1.0; background: #0085CE; }
.tel_up .pageup a::before { text-align: center; font-size: 2.8rem; color: #fff; font-family: 'fontello'; content: '\e804'; padding-right: .6rem; }
.tel_up .pageup a span { display: none; }

@media screen and (min-width: 48em), print { .tel_up { display: block; width: 6.0rem; bottom: 2.0rem; right: 6.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_up .tel { display: none; }
  .tel_up .pageup { position: static; }
  .tel_up .pageup a { width: 6rem; height: 6rem; border-radius: 50%; }
  .tel_up .pageup a::before { font-size: 2.8rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #F5F5F7; }
.footer .copy { display: block; background: #142445; color: #fff; padding: 1.2rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 0; }
  .footer .copy { padding: 2.8rem 0 2.9rem; font-size: 1.8rem; }
  .footer ul { display: block; text-align: center; padding: 2.7rem 0 3.0rem; }
  .footer ul li { display: inline-block; font-size: 1.8rem; }
  .footer ul li:not(:last-child)::after { content: '|'; color: #707070; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 1.0rem 0rem 0; max-width: 100%; height: 26rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; position: relative; }
#keyvsl .kv_txt { position: absolute; bottom: -9rem; left: 0; padding: 0 1rem; color: #142445; font-size: 1.6rem; font-weight: bold; line-height: 1.4; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0 auto 0; height: 75rem; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; }
  #keyvsl .wrap { position: relative; height: 100%; }
  #keyvsl .wrap .kv_txt { position: static; padding: 5rem 0 0; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 3rem; height: 100%; color: #fff; min-height: 75rem; line-height: 1.9; letter-spacing: .4rem; filter: drop-shadow(0 0 13px rgba(0, 0, 0, 0.8)); } }
/* お知らせ -------------------------------------- */
.info { padding: 10.0rem 0 2rem; background: #F4F9FD; }
.info .wrap { position: relative; }
.info .wrap::after { content: ""; display: block; width: 7rem; height: 7rem; position: absolute; left: 1.2rem; top: -1rem; background: url("../img/index_info_pats01.svg") no-repeat center/contain; }
.info .wrap dl { margin: 0; line-height: 1.4; padding: 0; height: 100%; }
.info .wrap dl .line { margin: 0 0 .6rem; border-bottom: 1px solid #ccc; }
.info .wrap dl .line:nth-of-type(n+4) dd { display: none; }
.info .wrap dl dt { margin-bottom: .4rem; padding-left: 2rem; font-weight: bold; color: #142445; font-size: 110%; cursor: pointer; display: table; position: relative; }
.info .wrap dl dt:hover { opacity: .8; }
.info .wrap dl dt::before { content: "\f006"; font-family: "fontello"; margin-right: .4rem; width: 1.4rem; display: inline-flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; left: 0; top: 0; }
.info .wrap dl dt.close::before { content: "\f004"; }
.info .wrap dl dd { padding: 0 0 1.0rem; margin: 0; }
.info .wrap dl dd p { margin: 0; }
.info .wrap dl dd a { font-weight: bold; }

@media screen and (min-width: 48em), print { .info { padding: 6rem 0 6rem; min-height: 42rem; }
  .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::after { width: 24rem; height: 18rem; top: 12rem; }
  .info .wrap .tit_02 { width: 21%; padding: 0 0 1rem; }
  .info .wrap dl { width: 88rem; margin-left: 6.7rem; }
  .info .wrap dl .line { margin-bottom: 2.4rem; padding: 0 0 2.4rem; }
  .info .wrap dl dt { font-size: 1.8rem; }
  .info .wrap dl dd { padding: 0; } }
/* リクルートバナー -------------------------------------- */
.recruit_bnr { background: #F4F9FD; padding: 0 0 4rem; }
.recruit_bnr .wrap #engage-contributions-widget-wrapper { overflow: visible !important; height: 26rem; }
.recruit_bnr .wrap .engage-recruit-widget { width: 100%; height: 100%; }

@media screen and (min-width: 48em), print { .recruit_bnr { padding: 0 0 6rem; }
  .recruit_bnr .wrap #engage-contributions-widget-wrapper { margin: 0 auto; height: 30rem; width: 50rem; } }
/* 診療時間表＆診療カレンダー -------------------------------------- */
.hours_cal { padding: 2rem 0 2rem; }
.hours_cal .tit_02 { font-size: 1.8rem; }
.hours_cal .hours { margin: 0 auto 2rem; }
.hours_cal .cal_area { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.hours_cal .cal_area .tabLabel { width: 32%; padding: .3rem 0; margin-right: .5rem; border-radius: 5px 5px 0 0; order: -1; transition: .5s; cursor: pointer; background: #6DB9E3; color: #fff; text-align: center; font-weight: bold; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
.hours_cal .cal_area .tabLabel:last-of-type { margin-right: 0; }
.hours_cal .cal_area input { display: none; }
.hours_cal .cal_area input:checked + .tabLabel { background: #0085CE; }
.hours_cal .cal_area input:checked + .tabLabel + .content { height: auto; overflow: auto; transition: .3s opacity; opacity: 1; }
.hours_cal .cal_area .content { width: 100%; height: 0; overflow: hidden; opacity: 0; }
.hours_cal .cal_area .caledit { table-layout: fixed; width: 100%; border-collapse: collapse; }
.hours_cal .cal_area .caledit tbody tr.month { display: none; }
.hours_cal .cal_area .caledit tbody tr.week th { background: #0085CE; border: 1px solid #0085CE; }
.hours_cal .cal_area .caledit tbody tr td { font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; border: 1px solid #fff; }
.hours_cal .cal_area .caledit tbody tr td.notTheMonth { background: #F9F9F9 !important; color: #F9F9F9 !important; }
.hours_cal .cal_area .caledit tbody tr td.open { background: #E4F2FA; }
.hours_cal .cal_area .caledit tbody tr td.outPatient { background: #CCCCCC; }
.hours_cal .cal_area .caledit tbody tr td.AMonly { background: #6DB9E3; }
.hours_cal .cal_area .cal_ex { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
.hours_cal .cal_area .cal_ex li::before { content: "■"; display: inline-block; }
.hours_cal .cal_area .cal_ex li.close::before { color: #ccc; }
.hours_cal .cal_area .cal_ex li.AMonly { margin: 0 0 0 1.2rem; }
.hours_cal .cal_area .cal_ex li.AMonly::before { color: #6DB9E3; }

@media screen and (min-width: 48em), print { .hours_cal { padding: 6rem 0 10rem; }
  .hours_cal .wrap { width: 1080px; }
  .hours_cal .wrap .tit_02 { font-size: 3.6rem; margin: 0 0 6.6rem; }
  .hours_cal .wrap .hours { margin: 0 0 4rem; }
  .hours_cal .wrap .cal_area .tabLabel { font-size: 2.4rem; width: 35.6rem; padding: 1rem 0; margin-bottom: .1rem; margin-right: .6rem; }
  .hours_cal .wrap .cal_area .tabLabel:last-of-type { margin-right: 0; }
  .hours_cal .wrap .cal_area input:checked + .tabLabel { margin-bottom: 0; }
  .hours_cal .wrap .cal_area .caledit tbody tr.week th { padding: .8rem 0; font-size: 1.8rem; }
  .hours_cal .wrap .cal_area .caledit tbody tr td { font-size: 1.8rem; padding: 2.4rem 0; }
  .hours_cal .wrap .cal_area .cal_ex { margin: 1.2rem 0 0; }
  .hours_cal .wrap .cal_area .cal_ex li.AMonly { margin: 0 0 0 2.4rem; } }
/* 診療案内 -------------------------------------- */
.treatment_menu { padding: 2rem 0 2rem; background: url("../img/index_treatment_bg01.jpg") no-repeat top -8rem right/cover, linear-gradient(to bottom, #c7c0ba 73%, #f2f4f5); }
.treatment_menu .wrap ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.treatment_menu .wrap ul li { width: 48%; margin: 0 0 1.2rem; }
.treatment_menu .wrap ul li a { display: block; background: #fff; padding: 1rem .6rem 1rem 1.2rem; font-weight: bold; font-size: 1.2rem; color: #0085CE; border: 1px solid #0085CE; border-radius: 30px; text-decoration: none !important; position: relative; }
.treatment_menu .wrap ul li a::after { content: ""; display: block; width: 3rem; height: 2rem; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 1rem; }
.treatment_menu .wrap ul li a.naika_geka::after { background: url("../img/index_treatment_parts01.svg") no-repeat center/contain; }
.treatment_menu .wrap ul li a.yobou::after { background: url("../img/index_treatment_parts02.svg") no-repeat center/contain; }
.treatment_menu .wrap ul li a.hinin::after { background: url("../img/index_treatment_parts03.svg") no-repeat center/contain; }
.treatment_menu .wrap ul li a.shiseki::after { background: url("../img/index_treatment_parts04.svg") no-repeat center/contain; }
.treatment_menu .wrap ul li a.trimming::after { background: url("../img/index_treatment_parts05.svg") no-repeat center/contain; }
.treatment_menu .wrap ul li a.petHotel::after { background: url("../img/index_treatment_parts06.svg") no-repeat center/contain; }

@media screen and (min-width: 48em), print { .treatment_menu { padding: 6rem 0 6rem; background: url("../img/index_treatment_bg01.jpg") no-repeat top center/auto auto; }
  .treatment_menu .wrap ul { width: 78rem; }
  .treatment_menu .wrap ul li { margin: 0 0 3rem; }
  .treatment_menu .wrap ul li a { font-size: 2.4rem; padding: 4.4rem 0 4.5rem 4.6rem; border-radius: 80px; }
  .treatment_menu .wrap ul li a:hover { background: #d3efff; opacity: 1; }
  .treatment_menu .wrap ul li a::after { width: 12rem; height: 10rem; right: 2.6rem; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature ul { counter-reset: feature_number; }
.feature ul li { position: relative; margin: 0 0 4.2rem; counter-increment: feature_number 01; }
.feature ul li .img { width: 40%; position: relative; }
.feature ul li .img::after { content: counter(feature_number,decimal-leading-zero); position: absolute; top: -1rem; right: 1rem; color: #0085CE; line-height: 1; font-size: 4rem; font-weight: bold; font-family: 'Josefin Sans', sans-serif; }
.feature ul li .txt { background: rgba(255, 255, 255, 0.5); padding: .6rem; width: 58%; text-align: center; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.feature ul li .txt p { margin: 0; text-align: left; }
.feature ul li .txt p.tit { margin: 0 0 .8rem; color: #142445; font-weight: bold; display: inline-block !important; background: linear-gradient(to bottom, transparent 70%, #FFE800 70%, #FFE800 80%); }

@media screen and (min-width: 48em), print { .feature { padding: 6rem 0 9rem; }
  .feature ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .feature ul li { width: 36rem; }
  .feature ul li:nth-child(2) { margin: 6rem 0 0; }
  .feature ul li .img { width: 100%; }
  .feature ul li .img::after { font-size: 9rem; letter-spacing: .2rem; }
  .feature ul li .txt { position: static; background: none; width: 100%; transform: none; }
  .feature ul li .txt p { line-height: 1.6; }
  .feature ul li .txt p.tit { font-size: 2.4rem; background: linear-gradient(to bottom, transparent 60%, #FFE800 60%, #FFE800 90%, transparent 90%); } }
/* ごあいさつ -------------------------------------- */
.greeting { padding: 2rem 0 2rem; background: url("../img/index_greeting_bg01.jpg") no-repeat center/cover; }
.greeting .flex { padding: 0 1rem; }
.greeting .flex img { display: block; width: 40%; margin: 0 auto 2rem; }
.greeting .flex .dr_name span { font-size: 130%; margin: 0 0 0 .6rem; }

@media screen and (min-width: 48em), print { .greeting { padding: 6rem 0 0; }
  .greeting .flex { padding: 0; 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 { margin: 0; width: 41rem; order: 2; }
  .greeting .flex > div { width: 63rem; order: 1; }
  .greeting .flex > div .dr_name { margin: 2rem 0 0; }
  .greeting .flex > div .dr_name span { font-size: 2.4rem; margin: 0 0 0 1.6rem; }
  .greeting .flex > div .btn_01 { margin: 3.4rem 0 0; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) > .wrap { margin: 2rem auto 0; padding: 2rem 1rem 6rem; }
@media screen and (min-width: 48em), print { body:not(.index) > .wrap { margin: 6rem auto 0; padding: 0 0 10rem; } }
body:not(.index) .overflow_box { overflow-x: hidden; }
body:not(.index) .overflow_box .wrap .main > section { padding: 2rem 0 2rem; }
@media screen and (min-width: 48em), print { body:not(.index) .overflow_box .wrap .main > section { padding: 6rem 0 6rem; } }
body:not(.index) .overflow_box .wrap .main > section:last-child { padding: 2rem 0 6rem; }
@media screen and (min-width: 48em), print { body:not(.index) .overflow_box .wrap .main > section:last-child { padding: 8rem 0 10rem; } }
body:not(.index) .breadcrumb_list { display: none; }
@media screen and (min-width: 48em), print { body:not(.index) .breadcrumb_list { width: 1200px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  body:not(.index) .breadcrumb_list li { display: inline-block; font-size: 1.6rem; font-weight: bold; color: #142445; }
  body:not(.index) .breadcrumb_list li:not(:last-child)::after { content: "＞"; display: inline-block; margin: 0 1rem; }
  body:not(.index) .breadcrumb_list li a:hover { opacity: 1; text-decoration: underline; } }
body:not(.index) .wrap .bg { padding: 4rem 0; margin: 0; position: relative; }
body:not(.index) .wrap .bg::after { content: ""; display: block; position: absolute; left: -10%; top: 0; z-index: -1; width: 150%; height: 100%; background: #F4F9FD; }
body:not(.index) .wrap .bg .frame_01 { background: #fff; border: 1px solid #d8e4ed; }
@media screen and (min-width: 48em), print { body:not(.index) .wrap .bg { padding: 6rem 0; margin: 0; position: relative; }
  body:not(.index) .wrap .bg::after { content: ""; display: block; position: absolute; left: -30%; top: 0; z-index: -1; width: 2000px; height: 100%; background: #F4F9FD; } }
body:not(.index) .main { margin: 0 1.0rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0; font-size: 1.8rem; line-height: 1.4; }
  body:not(.index) .main p { line-height: 1.6; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* スタッフ紹介 */
.staff .dr_name { text-align: right; }
.staff .dr_name span { font-size: 2.4rem; }
.staff .frame_01 { padding: 2rem 1.2rem; }
@media screen and (min-width: 48em), print { .staff .frame_01 { padding: 3.4rem; } }
.staff .cf .img_r { max-width: 55%; }
@media screen and (min-width: 48em), print { .staff .cf .img_r { max-width: 20%; } }

/* クリニック紹介 */
#clinicslide { margin-bottom: 8.0rem; }
#clinicslide img, #clinicslide p { display: none; }

.sp-layer.sp-black.sp-padding { text-align: center; font-size: 2.4rem; }

.sp-selected-thumbnail { border: 4px solid #000; }

.device li { margin: 0 0 2.0rem; text-align: center; }
.device li img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }

@media screen and (min-width: 48em), print { .device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .device li { width: 48%; }
  .device li img { margin: 0 auto 1.0rem; max-width: 100%; } }
/* 診療内容 */
.treatment .frame_tre { display: inline-block; padding: .6rem .8rem .2rem; margin: .2rem 0 0; border: 1px solid #6DB9E3; border-radius: 5px; text-indent: 0; }
.treatment .frame_tre li { text-indent: 0; padding: 0 0 .2rem; }
.treatment .frame_tre li::before { content: "・"; }

@media screen and (min-width: 48em), print { .treatment .frame_tre { display: block; width: 40%; margin: .8rem 0 0; padding: 1rem; } }
/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }

/*# sourceMappingURL=style.css.map */
