@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: #f5f5f4; 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: #ededf7; border: 1px solid #eee; padding: 1rem; margin-bottom: 2rem; }
@media screen and (min-width: 48em), print { .frame_02 { padding: 2.4rem 2rem 2rem; margin-bottom: 3rem; } }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none; }

@media screen and (min-width: 48em), print { .sp_n { display: block; }
  .pc_n { display: none; } }
/* マージン・パディング回り -------------------------------------- */
.mt40 { margin-top: 4.0rem; }

.mt30 { margin-top: 3.0rem; }

.mt20 { margin-top: 2.0rem; }

.mt10 { margin-top: 1.0rem; }

.main > section ~ section, .flex2 > section ~ section { margin-top: 4.0rem; }

.main > section section ~ section, .flex2 > section section ~ section { margin-top: 3.0rem; }

.main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 2.0rem; }

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; }

@media screen and (min-width: 48em), print { .mt40 { margin-top: 8.0rem; }
  .mt30 { margin-top: 6.0rem; }
  .mt20 { margin-top: 4.0rem; }
  .mt10 { margin-top: 2.0rem; }
  .main > section ~ section, .flex2 > section ~ section { margin-top: 8.0rem; }
  .main > section section ~ section, .flex2 > section section ~ section { margin-top: 6.0rem; }
  .main > section > section section ~ section, .flex2 > section > section section ~ section { margin-top: 4.0rem; }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section { margin-top: 2.0rem; } }
/* タイムテーブル -------------------------------------- */
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 1.4rem; table-layout: fixed; }
.tbl_time caption { caption-side: bottom; text-align: right; margin-top: .4rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #5f7fb9; 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: #f3f3f3; border-bottom: 1px solid #fff; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #f3f3f3; border-bottom: 1px solid #fff; line-height: 1.0; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.4rem; table-layout: auto; }
  .tbl_time tr th[scope="col"] { padding: .3rem 0; font-size: 1.4rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 32%; }
  .tbl_time tr th[scope="col"]:last-child { width: 14%; }
  .tbl_time tr th.time { border-bottom: 2px solid #fff; }
  .tbl_time tr td { padding: 1.0rem 0; border-bottom: 2px solid #fff; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url("../img/tit_01_parts01.svg") no-repeat center/35%, #f1f5fb; font-size: 2.2rem; color: #5f7fb9; text-align: center; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; }

.tit_02 { color: #313131; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 0; line-height: 1.2; font-weight: bold; text-align: center; }
.tit_02::after { content: ""; display: block; width: 3rem; height: .3rem; background: #5f7fb9; margin: .8rem auto 0; }

.tit_03 { color: #fff; background: #5f7fb9; font-size: 1.8rem; font-weight: bold; text-align: center; line-height: 1.2; margin: 0 0 1.0rem; padding: .6rem .2rem; }

.tit_04 { color: #5f7fb9; font-size: 1.8rem; font-weight: bold; text-align: center; line-height: 1.2; margin: 0 0 1.0rem; }
.tit_04 span { display: inline-block; position: relative; }
.tit_04 span::before, .tit_04 span::after { content: ""; width: 1.6rem; height: 1.6rem; display: inline-block; margin: 0 .4rem; background: url("../img/tit_04_parts01.svg") no-repeat center/contain; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.tit_04 span::before { left: -2rem; }
.tit_04 span::after { right: -1.8rem; transform: rotateZ(18deg) translateY(-50%); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01_parts01.svg) no-repeat center/27%, #f1f5fb; font-size: 4.8rem; font-weight: bold; padding: 10rem 2.0rem; margin: 2rem 0 3.0rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 2.0rem; }
  .tit_02::after { width: 10rem; height: 4px; margin: 1.4rem auto 0; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04 span::before { left: -2.2rem; } }
/* リスト回り -------------------------------------- */
.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: #5f7fb9; }
.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: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .lst_ul01.flex li { width: 48%; } }

.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; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 15%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.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; }
.btn_01 a { background: #f595b4; color: #fff; text-align: center; padding: .4rem 3rem; display: inline-block; text-decoration: none !important; position: relative; }
.btn_01 a::after { content: "\e803"; font-family: "fontello"; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; }
.tbl_01 tr th { width: 30%; background: #5f7fb9; text-align: center; font-weight: normal; border: 1px solid #fff; color: #fff; }
.tbl_01 tr td { padding: .8rem; background: #f3f3f3; border: 1px solid #fff; }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: 'Noto Sans JP', sans-serif; }

body { background: #f8fbff; color: #212121; }

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: 1320px; }
  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 10rem; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1300px; margin: 0 auto; padding: 0; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ヘッダー -------------------------------------- */
.header .wrap { margin: 1.4rem 1rem 1rem; position: relative; }
.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 { font-size: 1.4rem; }
.header .wrap .headR .hours { color: #d690a3; margin: 1rem 0 1.4rem; padding: .4rem; border-radius: 5px; border: 1px solid #d690a3; }
.header .wrap .headR .address { margin: 0 0 .8rem; }
.header .wrap .headR .tel { font-weight: bold; font-size: 2rem; color: #5f7fb9; }
.header .wrap .headR .tel::before { content: "tel."; margin-right: .2rem; display: inline-block; font-size: 80%; }
.header .wrap .headR .rsv { background: #5f7fb9; color: #fff; border-radius: 5px; padding: .6rem 2rem; position: absolute; right: 0; bottom: -.3rem; }
.header .wrap .headR .rsv::after { content: "\e801"; font-family: "fontello"; margin-left: .3rem; font-size: 60%; display: inline; vertical-align: middle; }

@media screen and (min-width: 48em), print { .header .wrap { margin: 3rem auto 3rem; 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: 36.5rem; height: 6.6rem; }
  .header .wrap .headR { width: 61%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .header .wrap .headR .hours { margin: 0; padding: .6rem .8rem; font-size: 1.4rem; line-height: 1.4; width: 26rem; }
  .header .wrap .headR div { width: 33rem; }
  .header .wrap .headR div .address { margin: 0 0 .8rem; font-size: 1.4rem; }
  .header .wrap .headR div .tel { font-size: 2.4rem; }
  .header .wrap .headR div .tel::before { font-size: 1.6rem; }
  .header .wrap .headR .rsv { width: 14rem; position: static; font-size: 1.8rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .header .wrap .headR .rsv::after { font-weight: normal; margin-left: .6rem; position: relative; top: .3rem; } }
/* 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: 10; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #5f7fb9; background: #f8fbff; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 1.0rem; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; }
.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; }
.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e809'; 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: #f8fbff; padding: 2rem 0 0; position: absolute; top: 5.2rem; right: 0; margin: auto; box-shadow: 0px 12px 15px -7px rgba(34, 34, 34, 0.6); }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #5f7fb9; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #5f7fb9; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #5f7fb9; padding: 1.4rem 1rem; margin: 0; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after { content: none; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); font-family: 'fontello'; content: '\e800'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item { padding: 0; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child { border: none; }
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after { font-family: 'fontello'; content: '\e802'; }
.slicknav_menu .slicknav_nav .gnav .subnav { margin: 0; background: #f2f2f2; padding: 1.2rem .8rem; }
.slicknav_menu .slicknav_nav .gnav .subnav li { border-bottom: 5px solid #f2f2f2; background: #fff; }
.slicknav_menu .slicknav_nav .gnav .subnav li a { padding: .8rem .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; }
  #nav .gnav { width: 1300px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
  #nav .gnav > li { margin: 0 3.2rem; }
  #nav .gnav > li.treatment { position: relative; }
  #nav .gnav > li a { display: block; text-align: center; font-size: 1.8rem; }
  #nav .gnav > li a.sub::after { content: "\e800"; font-family: "fontello"; color: #5f7fb9; margin-left: .8rem; font-size: 1.2rem; position: relative; bottom: .2rem; }
  #nav .gnav > li .subnav { width: 23rem; display: none; position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
  #nav .gnav > li .subnav li { width: 100%; border-top: 1px solid #5f7fb9; }
  #nav .gnav > li .subnav li:first-child { border-top: none; }
  #nav .gnav > li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 1.6rem 0; text-align: center; }
  #nav .gnav > li .subnav li a:hover { opacity: 1; background: #5f7fb9; color: #fff; }
  #nav .gnav > li .subnav li:first-child { margin: 1.9rem 0 0; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; border-top: 1px solid #5f7fb9; }
.overview > .wrap .overviewL .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .overviewL ul { margin: 1.2rem 0; }
.overview > .wrap .overviewL ul .tel_item .tel { color: #5f7fb9; font-weight: bold; }
.overview > .wrap .overviewL ul .tel_item .tel::before { content: "tel."; font-size: 80%; margin-right: .2rem; }
.overview > .wrap .overviewL .tbl_gaiyo { width: 100%; border-collapse: separate; border-spacing: 0 1rem; }
.overview > .wrap .overviewL .tbl_gaiyo th { width: 27%; text-align: center; padding: .4rem; font-weight: normal; color: #fff; background: #f595b4; }
.overview > .wrap .overviewL .tbl_gaiyo td { padding: .4rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR .gmap { text-align: right; }
.overview > .wrap .overviewR .gmap iframe { height: 30.0rem; }
.overview > .wrap .payment { margin: 1rem auto 0; max-width: 100%; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 12.0rem 0 10rem; font-size: 1.4rem; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview > .wrap .overviewL { width: 43rem; padding: 0 0; }
  .overview > .wrap .overviewL .clinic_name { margin: 0 0 2.0rem; text-align: left; }
  .overview > .wrap .overviewL .clinic_name img { max-width: 35.0rem; }
  .overview > .wrap .overviewL ul .address { margin: 0 0 .2rem; }
  .overview > .wrap .overviewL ul .tel_item .tel { font-size: 2.4rem; }
  .overview > .wrap .overviewL ul .tel_item .tel::before { font-size: 1.6rem; }
  .overview > .wrap .overviewL .tbl_gaiyo th { padding: 0; font-weight: bold; width: 20%; }
  .overview > .wrap .overviewL .tbl_gaiyo td { padding: 0 0 0 1rem; }
  .overview > .wrap .overviewL .tbl_time { margin: 2rem 0 0; }
  .overview > .wrap .overviewR { width: 77rem; padding: 0 0; margin: 0; }
  .overview > .wrap .overviewR .gmap iframe { height: 45.5rem; }
  .overview > .wrap .payment { margin: 2rem auto 0; } }
/* フッター -------------------------------------- */
.pageup { display: none; position: fixed; bottom: 4rem; right: .6rem; z-index: 1; cursor: pointer; }
.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: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: #5f7fb9; }
.pageup a::before { text-align: center; font-size: 2rem; font-family: 'fontello'; content: '\e802'; color: #fff; }
.pageup a span { display: none; }

@media screen and (min-width: 48em), print { .pageup a { width: 6rem; height: 6rem; }
  .pageup a::before { font-size: 2.6rem; } }
.tel_rsv { width: 100%; height: 3rem; 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; -webkit-align-items: center; align-items: center; }
.tel_rsv > * { display: block; text-align: center; font-size: 2rem; line-height: 1.6; }
.tel_rsv > *.tel { width: 60%; color: #5f7fb9; }
.tel_rsv > *.tel::before { content: "tel."; display: inline-block; font-size: 80%; }
.tel_rsv > *.rsv { width: 40%; height: 100%; background: #a5bdea; color: #fff; display: block; }
.tel_rsv > *.rsv a { display: block; position: relative; height: 100%; }
.tel_rsv > *.rsv a::after { content: "\e801"; font-family: "fontello"; font-size: 60%; position: absolute; right: 3%; top: 53%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@media screen and (min-width: 48em), print { .tel_rsv { display: block; width: 8.0rem; bottom: 4.0rem; right: 2.0rem; left: auto; cursor: pointer; background: none; padding: 0; }
  .tel_rsv .tel { display: none; }
  .tel_rsv .rsv { display: none; } }
.footer { text-align: center; padding: 0 0 4.6rem; background: #e3ecfb; color: #5f7fb9; }
.footer .copy { display: block; padding: 1.2rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 2rem 0 1.6rem; }
  .footer ul { display: block; text-align: center; }
  .footer ul ~ ul { margin-top: .3rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a span { display: none; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { font-size: 1.4rem; margin: 2.8rem 0 0; padding: 0; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { height: 25rem; margin: 1.0rem 0rem 0; max-width: 100%; padding: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center top/cover; }
#keyvsl .wrap { height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
#keyvsl .wrap p { text-align: center; color: #fff; font-size: 1.6rem; text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6); }
#keyvsl .wrap p span { display: block; font-weight: bold; margin: 0 0 .4rem; font-size: 2.4rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 2.0rem auto 0; height: 60rem; background: url(../img/index_keyvsl01.jpg) no-repeat center top/auto auto; }
  #keyvsl .wrap p { font-size: 3rem; }
  #keyvsl .wrap p span { font-size: 4.8rem; margin: 0 0 1.2rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 4.0rem 0 4rem; background: #e3ecfb; }
.info dl { margin: 0; line-height: 1.4; padding: 0; height: 100%; }
.info dl dt { margin: 0 auto .4rem; font-weight: bold; color: #f595b4; font-size: 110%; cursor: pointer; display: table; }
.info dl dt:hover { opacity: .8; }
.info dl dt ~ dt { position: relative; margin: 1rem auto .4rem; padding: .6rem 0 0; }
.info dl dt ~ dt::before { content: ""; display: block; width: 97vw; height: 1px; margin: 0 auto; background: linear-gradient(to right, transparent 5px, #bcbcbc 5px, #bcbcbc 7px); background-size: 7px 2px; background-repeat: repeat-x; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.info dl dd { padding: .4rem 0 1.0rem; margin: 0; text-align: center; }
.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: 8rem 0 8.0rem; }
  .info dl { padding: 1.4rem; overflow: hidden; }
  .info dl dt { font-size: 2rem; }
  .info dl dt ~ dt { margin: 2rem auto .4rem; padding: 2rem 0 0; }
  .info dl dt ~ dt::before { background: linear-gradient(to right, transparent 8px, #bcbcbc 8px, #bcbcbc 10px); background-size: 10px 2px; width: 1300px; }
  .info dl dd { padding: 0 0 1rem; } }
/* リンクバナー -------------------------------------- */
.bnr_area { padding: 2rem 0 2rem; background: #e3ecfb; }
.bnr_area ul li { margin: 0 0 2rem; }
.bnr_area ul li a { text-decoration: none !important; text-align: center; font-weight: bold; font-size: 2rem; min-height: 7rem; padding: 1rem 1rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.bnr_area ul li a.infection { background: url("../img/index_bnrarea_01.jpg") no-repeat center/cover; border: 3px solid #bdcce8; color: #5f7fb9; }
.bnr_area ul li a.sleep_apnea_syndrome { background: url("../img/index_bnrarea_02.jpg") no-repeat center/cover; border: 3px solid #f595b4; color: #d67091; }
.bnr_area ul li a.slit { background: url("../img/index_bnrarea_03.jpg") no-repeat center/cover; border: 3px solid #a2e3d6; color: #4a9788; }

@media screen and (min-width: 48em), print { .bnr_area { margin: 0; padding: 0 0 6rem; }
  .bnr_area ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .bnr_area ul li { width: 30.5%; margin: 0; }
  .bnr_area ul li a { font-size: 2.8rem; line-height: 1.2; height: 100%; padding: 3.8rem 1rem; }
  .bnr_area ul li a.infection { border: 5px solid #bdcce8; }
  .bnr_area ul li a.sleep_apnea_syndrome { border: 5px solid #f595b4; }
  .bnr_area ul li a.slit { border: 5px solid #a2e3d6; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature ul li { position: relative; margin: 0 0 4.4rem; }
.feature ul li .img { display: block; }
.feature ul li p { position: absolute; right: 0; bottom: -3rem; width: 80%; background: #fff; padding: .8rem 1.2rem; border: 3px solid #bdcce8; }

@media screen and (min-width: 48em), print { .feature { padding: 6rem 0 12rem; }
  .feature ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 3.6rem 0 0; }
  .feature ul li { width: 30.5%; }
  .feature ul li p { width: 76%; top: 20rem; bottom: auto; padding: 2.4rem 1.8rem 2.4rem; border: 5px solid #bdcce8; letter-spacing: .1rem; word-break: break-all; text-align: justify; }
  .feature ul li:nth-child(2) { margin-top: 7rem; } }
/* 診療内容 -------------------------------------- */
.tre { background: #e3ecfb; padding: 4rem 0 0; }
.tre .tremenu_01 .wrap a { display: block; border: 2px solid #5f7fb9; background: #fff; text-decoration: none; margin: 0 auto 4rem; }
.tre .tremenu_01 .wrap a .tit { font-size: 2rem; font-weight: bold; color: #fff; background: #5f7fb9; text-align: center; padding: .8rem 0; position: relative; }
.tre .tremenu_01 .wrap a .tit::before { font-family: "fontello"; font-weight: normal; font-size: 3.6rem; margin-right: .4rem; background: #fff; color: #f595b4; border: 2px solid #5f7fb9; border-radius: 50%; width: 6rem; height: 6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.tre .tremenu_01 .wrap a .tit::after { content: "\e803"; font-family: "fontello"; position: absolute; right: 3%; top: 53%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); display: inline-block; font-weight: normal; }
.tre .tremenu_01 .wrap a p { padding: 1.2rem 1rem; text-align: justify; }
.tre .tremenu_01 .wrap a.otorhinolaryngology .tit::before { content: "\e804"; }
.tre .tremenu_01 .wrap a.pediatric_otolaryngology .tit::before { content: "\e805"; }
.tre .tremenu_01 .wrap a.allergy .tit::before { content: "\e806"; }
.tre .tremenu_01 .wrap a.slit .tit::before { content: "\e807"; }
.tre .tremenu_02 { background: #f8fbff; padding: 4rem 0 2rem; }
.tre .tremenu_02 section { box-shadow: 0px 7px 17px 2px rgba(119, 119, 119, 0.6); margin: 0 0 3rem; padding: 1rem 1rem 1.6rem 1rem; height: 100%; min-height: 30rem; position: relative; background: url("../img/logomark.svg") no-repeat right 1rem bottom 1rem/22%; }
.tre .tremenu_02 section .tit { color: #f595b4; font-weight: bold; font-size: 2rem; padding-left: 13rem; margin: 0 0 1rem; }
.tre .tremenu_02 section .img { width: 13rem; height: 100%; position: absolute; left: 0; top: 0; display: block; }
.tre .tremenu_02 section ul { padding-left: 13rem; }
.tre .tremenu_02 section ul li { margin: 0 0 .8rem; }
.tre .tremenu_02 section ul li a { text-decoration: none; }
.tre .tremenu_02 section ul li a::before { content: "\e803"; font-family: "fontello"; margin-right: .2rem; color: #5f7fb9; }
.tre .tremenu_02 section.ear .img { background: url("../img/index_tre_01.jpg") no-repeat top left/cover; }
.tre .tremenu_02 section.nose .img { background: url("../img/index_tre_02.jpg") no-repeat top left/cover; }
.tre .tremenu_02 section.mouth .img { background: url("../img/index_tre_03.jpg") no-repeat top left/cover; }
.tre .tremenu_02 section.neck .img { background: url("../img/index_tre_04.jpg") no-repeat top left/cover; }

@media screen and (min-width: 48em), print { .tre { padding: 12rem 0 0; }
  .tre .tremenu_01 .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; padding: 6rem 0 12rem; }
  .tre .tremenu_01 .wrap a { width: 21.5%; margin: 0; }
  .tre .tremenu_01 .wrap a .tit { text-align: left; padding: 1.4rem 0 1.4rem 10rem; letter-spacing: .1rem; }
  .tre .tremenu_01 .wrap a .tit::before { width: 8rem; height: 8rem; left: .6rem; }
  .tre .tremenu_01 .wrap a .tit::after { right: 2%; }
  .tre .tremenu_01 .wrap a p { padding: 1.8rem 2.8rem 1.8rem; }
  .tre .tremenu_02 { padding: 12rem 0; }
  .tre .tremenu_02 .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .tre .tremenu_02 .wrap section { width: 48%; height: 43rem; padding: 4rem 0 0; margin: 0 0 5rem; background: url("../img/logomark.svg") no-repeat right 1.6rem bottom 1.6rem/18%; }
  .tre .tremenu_02 .wrap section .tit { padding-left: 29.5rem; margin: 0 0 .2rem; font-size: 3.4rem; }
  .tre .tremenu_02 .wrap section .img { width: 25rem; }
  .tre .tremenu_02 .wrap section ul { padding-left: 29.5rem; }
  .tre .tremenu_02 .wrap section ul li { margin: 0 0 .3rem; }
  .tre .tremenu_02 .wrap section ul li a { font-size: 1.6rem; }
  .tre .tremenu_02 .wrap section ul li a::before { margin-right: .5rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem; }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* ドクター紹介 */
@media screen and (min-width: 48em), print { .doctor .main .img_r { max-width: 20%; }
  .doctor .main .img_c { max-width: 60%; } }
/* クリニック紹介 */
.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 p { background: #5f7fb9; color: #fff; text-align: center; padding: .4rem; }
.device li figure { margin: 0; }
.device li figure img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }
.device li figure figcaption { text-align: left; margin: 1rem 0 0; padding: .8rem; }

@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 p { padding: 1rem 0; font-size: 110%; }
  .device li figure img { margin: 0 auto 1.0rem; max-width: 100%; }
  .device li figure figcaption { margin: 1.6rem 0 0; } }
/* 初めての方へ */
.first .main .rsv_item { padding: .8rem; border-radius: 7px; background: #f1f5fb; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.first .main .rsv_item li { width: 80%; }
.first .main .rsv_item li .tel { color: #5f7fb9; font-weight: bold; font-size: 110%; }
.first .main .rsv_item li .tel::before { content: "tel."; font-family: "fontello"; margin-right: .2rem; font-weight: normal; font-size: 100%; }
.first .main .rsv_item li.btn_01 { text-align: center; margin: 0 auto; width: 80%; }
.first .main .rsv_item li.btn_01 a { display: block; }
.first .main .flow .tit { background: #f2f2f2; padding: .4rem 1rem; font-size: 1.8rem; }

@media screen and (min-width: 48em), print { .first .main .rsv_item { width: 50%; padding: 2rem; }
  .first .main .rsv_item li { width: 50%; }
  .first .main .rsv_item li .tel { font-size: 160%; }
  .first .main .rsv_item li .tel::before { content: "tel."; font-family: "fontello"; margin-right: .2rem; font-size: 1.8rem; }
  .first .main .rsv_item li.btn_01 { display: block; }
  .first .main .rsv_item li.btn_01 a { padding: 1.4rem 0; width: 100%; } }
.flow dd { margin: 0 0 6.0rem; padding: .4rem 0 0; 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; } }
.flex_anchor img { margin: 0 0 2rem; display: block; }

@media screen and (min-width: 48em), print { .flex_anchor { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .flex_anchor > * { order: 1; width: 55%; padding: 5rem 2rem; }
  .flex_anchor img { order: 2; width: 40%; padding: 0; } }
/* 花粉症 */
.hay_fever .main .tit { font-weight: bold; font-size: 120%; margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .hay_fever .main .center_box div { width: 60%; margin: 0 auto 0; } }

/*# sourceMappingURL=style.css.map */
