@charset "UTF-8";
/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

ol, ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

.bold { font-weight: bold; }

.red { color: #b81030; }

/* 囲い文字 -------------------------------------- */
.frame_01 { background: #f2f2f2; border-radius: 7px; 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_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; border: 1px solid #41b591; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: right; margin-top: .2rem; }
.tbl_time tr th { font-weight: normal; }
.tbl_time tr th[scope="col"] { padding: .4rem 0; background: #41b591; 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 #41b591; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; background: #fff; border-bottom: 1px solid #41b591; line-height: 1.0; }
.tbl_time tr:last-child th, .tbl_time tr:last-child td { border-bottom: none; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time tr th[scope="col"] { padding: 1rem 0; font-size: 1.6rem; }
  .tbl_time tr th[scope="col"]:first-child { width: 30%; }
  .tbl_time tr td { padding: 1.8rem 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; padding: 3.0rem .2rem; margin: -4.6rem 0 3.0rem; height: 14rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tit_01 span { margin: 1rem 0 0; color: #515151; background: rgba(255, 255, 255, 0.7); padding: .4rem 1rem; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6); }

.tit_02 { color: #515151; text-align: center; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 1.0rem 2.0rem; line-height: 1.2; }
.tit_02 span { display: block; font-size: 1.6rem; color: #41b591; }

body:not(.index) .tit_02::after { content: ""; display: block; width: 2.4rem; height: .3rem; margin: .6rem auto 0; background: #41b591; }

.tit_03 { color: #41b591; font-size: 1.8rem; text-align: center; line-height: 1.2; margin: 0 0 1.0rem; padding: 0 0 .4rem; border-bottom: 1px solid #41b591; }

.tit_04 { color: #fff; font-size: 1.8rem; text-align: center; line-height: 1.2; padding: .2rem .2rem; margin: 0 0 1.0rem; background: linear-gradient(to bottom, #a5d4dd, #87cbb6); }

@media screen and (min-width: 48em), print { .tit_01 { background: url(../img/tit_01.jpg) no-repeat center top/auto auto; font-size: 4.2rem; margin: -5.5rem auto 3.0rem; height: 48rem; }
  .tit_01 span { margin: 5rem 0 0; padding: 1rem 3rem; }
  .tit_02 { font-size: 3.6rem; margin: 0 0 4.0rem; }
  .tit_02 span { margin: .4rem auto 0; font-size: 1.4rem; }
  body:not(.index) .tit_02::after { margin: 1rem auto 0; height: .5rem; width: 5rem; }
  .tit_03 { font-size: 3rem; margin: 0 0 2.0rem; padding: 0 0 1rem; }
  .tit_04 { font-size: 2.6rem; margin: 0 0 2.0rem; } }
/* リスト回り -------------------------------------- */
.lst_ul01 li { text-indent: -2.0rem; padding-left: 2.2rem; padding-bottom: 1.0rem; line-height: 1.4; }
.lst_ul01 li::before { content: '●'; margin-right: .4rem; color: #b81030; }
.lst_ul01 li.none::before { content: none; }

.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; }

.lst_ol02 { margin: 1.0rem 0 1.0rem 2.6rem; }
@media screen and (min-width: 48em), print { .lst_ol02 { margin: 1.0rem 0 1.0rem 3.0rem; } }
.lst_ol02 li { line-height: 1.4; counter-increment: number 1; text-indent: -1.0rem; padding: 0 0 1.0rem 0; }
@media screen and (min-width: 48em), print { .lst_ol02 li { text-indent: -1.2rem; } }
.lst_ol02 li::before { display: inline-block; content: counter(number) "）"; }

.lst_dl01 dt { font-weight: bold; color: #7a6a56; }
.lst_dl01 dd { margin: 0 0 .6rem; }

@media screen and (min-width: 48em), print { .lst_dl01 dt { float: left; width: 9%; clear: left; }
  .lst_dl01 dd { margin: 0 0 .6rem; padding-left: 5.0rem; } }
.lst_dl02 { counter-reset: number; }
.lst_dl02 dt { font-weight: bold; font-size: 120%; color: #7a6a56; counter-increment: number 1; text-indent: -1.8rem; padding-left: 4rem; }
.lst_dl02 dt::before { display: inline-block; content: counter(number) " ）"; margin-right: .4rem; font-weight: bold; }
.lst_dl02 dd { margin: 0 0 .6rem; }
.lst_dl02 dd p:first-child { margin: .2rem 0 1rem; }

/* フレックス回り -------------------------------------- */
.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: #000; color: #fff; text-align: center; padding: 1rem; display: inline-block; border-radius: 5px; text-decoration: none !important; }

.btn_rsv { display: block; text-align: center; }
.btn_rsv a { background: #b81030; color: #fff; text-align: center; padding: .2rem .2rem; display: inline-block; border-radius: 7px; text-decoration: none !important; }
.btn_rsv a span { border-radius: 7px; border: 1px solid #fff; padding: 1rem 8rem; display: block; position: relative; }
.btn_rsv a span::after { content: "\e823"; font-family: "fontello"; position: absolute; right: 3%; }

@media screen and (min-width: 48em), print { .btn_rsv { text-align: left; } }
/* テーブル -------------------------------------- */
.tbl_01 { table-layout: fixed; border-collapse: collapse; }
.tbl_01 tr th { width: 30%; background: #d9edac; text-align: center; font-weight: normal; border: 1px solid #1c825c; }
.tbl_01 tr td { padding: .8rem; border: 1px solid #1c825c; }

.tbl_access { table-layout: fixed; border-collapse: separate; border-spacing: .2rem; }
.tbl_access tr th { width: 37%; background: #41b591; text-align: center; font-weight: normal; padding: .8rem; color: #fff; }
.tbl_access tr td { padding: .8rem; }

@media screen and (min-width: 48em), print { .tbl_access tr th { width: 30%; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
.gnav li a.nolink { pointer-events: none !important; color: #b3b3b3 !important; }

.index .tre ul li a.nolink { pointer-events: none !important; }
.index .tre ul li a.nolink::before { background: #d1d1d1; }

.footer ul li a.nolink { pointer-events: none !important; color: #b3b3b3 !important; }

/* ---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: 'Noto Sans JP', sans-serif; }

body { background: #fff; color: #515151; }

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%; }
  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 0; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1100px; margin: 0 auto; }
  .main { font-size: 1.6rem; padding: 0 0 0; width: 100%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ヘッダー -------------------------------------- */
.header .wrap { height: 100%; padding: 1.0rem; position: relative; }
.header .wrap .logo { height: 5.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 .address_list { font-size: 1.2rem; margin: .6rem 0 0; }
.header .wrap .headR .address_list .access { color: #b81030; }
.header .wrap .headR .tel_fax_list { display: none; margin: .8rem 0 0; }
.header .wrap .headR .tel_fax_list .tel { font-size: 2.2rem; font-weight: bold; color: #40b692; letter-spacing: .1rem; text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; }
.header .wrap .headR .tel_fax_list .tel::before { content: "TEL."; display: inline-block; font-weight: bold; font-size: 1.8rem; letter-spacing: 0; }
.header .wrap .headR .tel_fax_list .fax { font-weight: normal; font-size: 1.2rem; }
.header .wrap .headR .tel_fax_list .fax::before { content: "FAX."; display: inline-block; }
.header .wrap .kaiin_txt { text-align: center; width: 100%; position: absolute; bottom: -3rem; left: 0; background: #fff; padding: .2rem; }
.header .wrap .kaiin_txt .bg { background: #9de3e7; color: #7a6a56; padding: .6rem 0; font-size: 1.8rem; display: block; }
.header .wrap .kaiin_txt .bg .middle { margin: 0 .2rem; }
.header .wrap .kaiin_txt .bg .middle span { font-size: 80%; }

@media screen and (min-width: 48em), print { .header .wrap { padding: 2rem 0 0; margin: 0 auto 0; width: 1300px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .header .wrap .logo { width: 45rem; height: 11.0rem; }
  .header .wrap .headR { width: 72rem; }
  .header .wrap .headR .flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
  .header .wrap .headR .flex .address_list { font-size: 1.4rem; }
  .header .wrap .headR .flex .address_list .access { line-height: 1.6; }
  .header .wrap .headR .flex .tel_fax_list { display: block; }
  .header .wrap .headR .flex .tel_fax_list .tel { font-size: 3.2rem; line-height: .6; }
  .header .wrap .headR .flex .tel_fax_list .tel::before { font-size: 2rem; }
  .header .wrap .headR .flex .tel_fax_list .fax { text-align: right; font-size: 1.8rem; }
  .header .wrap .kaiin_txt { width: 20rem; height: 20rem; left: 0; bottom: 5rem; padding: .2rem; border-radius: 50%; }
  .header .wrap .kaiin_txt .bg { height: 100%; border-radius: 50%; font-size: 3.6rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: column; flex-direction: column; }
  .header .wrap .kaiin_txt .bg .top { font-size: 2.4rem; }
  .header .wrap .kaiin_txt .bg .middle span { font-size: 2.4rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #515151; background: #f9f9f9; border: 1px solid #e8e8e8; 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'; font-size: 2.6rem; content: '\f008'; line-height: 1; }
.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'; font-size: 2.6rem; content: '\e806'; line-height: 1; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 100vw; background: #f7f7f7; padding: 0; position: absolute; top: 5.6rem; right: 0; margin: auto; box-shadow: 0px 2px 15px -5px #777; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px solid #e8e8e8; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px solid #e8e8e8; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #515151; padding: 1.0rem 1rem; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a .sub::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e821'; font-size: 1.4rem; color: #b81030; }
.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: '\e822'; }
.slicknav_menu .slicknav_nav .gnav li .subnav { margin: 0; border-top: 1px solid #b7b5b5; border-bottom: 1px solid #b7b5b5; background: #e0e4e8; }
.slicknav_menu .slicknav_nav .gnav li .subnav li { border-bottom: 1px solid #b7b5b5; }
.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: 720px; margin: 2.4rem auto 0; padding-bottom: .5rem; border-bottom: 2px solid #7a6a55; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: auto; }
  #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: "\e821"; font-family: "fontello"; color: #b81030; margin-left: .2rem; font-size: 1.2rem; position: relative; top: -.2rem; }
  #nav .gnav li .subnav { width: 20rem; display: none; position: absolute; top: 2.9rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
  #nav .gnav li .subnav li { width: 100%; }
  #nav .gnav li .subnav li a { display: block; width: 100%; background: rgba(255, 255, 255, 0.9); padding: 1.6rem 0; text-align: center; color: clr_txt; }
  #nav .gnav li .subnav li a:hover { opacity: 1; background: #e8fff8; color: #1c6951; }
  /* Gナビ　ハイライト */ }
/* クリニック概要 -------------------------------------- */
.overview { padding: 2.0rem 1.0rem 4.0rem; font-size: 1.4rem; line-height: 1.6; background: #f6fffc; }
.overview > .wrap .overviewL .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview > .wrap .overviewL .clinic_name img { max-width: 90%; height: auto; }
.overview > .wrap .overviewL .tel_list { margin: 1rem 0; }
.overview > .wrap .overviewL .tel_list .tel { font-size: 2.2rem; font-weight: bold; color: #40b692; letter-spacing: .1rem; }
.overview > .wrap .overviewL .tel_list .tel::before { content: "TEL."; display: inline-block; font-weight: normal; font-size: 1.8rem; letter-spacing: 0; }
.overview > .wrap .overviewL .tel_list .fax { font-weight: normal; }
.overview > .wrap .overviewL .tel_list .fax::before { content: "FAX."; display: inline-block; }
.overview > .wrap .overviewL .tbl_time { margin: 1.6rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0 0; }
.overview > .wrap .overviewR p { text-align: center; color: #fff; padding: .3rem .2rem; background: #b81030; }
.overview > .wrap .overviewR .gmap iframe { border: 1px solid #41b591; height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { margin: 0 0 0; padding: 12.0rem 0 10rem; font-size: 1.8rem; }
  .overview > .wrap { width: 1300px; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL { width: 47rem; padding: 0 0; }
  .overview > .wrap .overviewL .clinic_name { margin: 0 0 1.0rem; text-align: left; }
  .overview > .wrap .overviewL .clinic_name img { width: 44.0rem; }
  .overview > .wrap .overviewL .address_list li { font-size: 1.4rem; }
  .overview > .wrap .overviewL .tel_list .tel { font-size: 3.2rem; line-height: 1; }
  .overview > .wrap .overviewL .tel_list .tel::before { font-size: 2rem; }
  .overview > .wrap .overviewL .tel_list .fax { font-size: 1.8rem; }
  .overview > .wrap .overviewL p { margin: .6rem 0 .8rem; font-size: 1.6rem; }
  .overview > .wrap .overviewR { width: 76rem; padding: 0 0; margin: 0; }
  .overview > .wrap .overviewR p { margin: 0 0 3rem; padding: .6rem .2rem; font-size: 2.4rem; }
  .overview > .wrap .overviewR .gmap iframe { height: 45.5rem; } }
/* フッター -------------------------------------- */
#pageup { display: none; position: fixed; bottom: 4.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
#pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 1.6rem; text-align: center; padding: .4rem; background: none; }
#pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e822'; color: #b81030; }
#pageup a span { display: none; }

@media screen and (min-width: 48em), print { #pageup a { width: 6.4rem; height: 6.4rem; }
  #pageup a::before { font-size: 5.0rem; } }
.tel_rsv { width: 100%; height: 4rem; background: #fff; 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 .tel { display: block; text-align: center; width: 60%; height: 100%; font-size: 1.8rem; line-height: 1.0; background: #e2fff6; }
.tel_rsv .tel a { color: #40b692; height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.tel_rsv .tel a::before { content: "TEL."; display: inline-block; font-weight: normal; font-size: 1.2rem; letter-spacing: 0; position: relative; bottom: -2px; }
.tel_rsv .rsv { width: 40%; height: 100%; background: #40b692; }
.tel_rsv .rsv a { height: 100%; color: #fff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }

@media screen and (min-width: 48em), print { .tel_rsv { display: none !important; 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; } }
.fix_rsv { display: none; }

@media screen and (min-width: 48em), print { .fix_rsv { display: block; }
  .fix_rsv a { width: 6rem; height: 19rem; display: block; font-size: 2.4rem; position: fixed; right: 0; top: 14rem; background: #fff; border-left: 2px solid #b81030; border-top: 2px solid #b81030; border-bottom: 2px solid #b81030; border-radius: 10px 0 0 10px; padding: .2rem 0 .2rem .2rem; color: #fff; }
  .fix_rsv a span { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; height: 100%; width: 100%; font-weight: bold; background: #b81030; border-radius: 8px 0 0 8px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; -ms-text-orientation: upright; -ms-text-combine-horizontal: digits 2; }
  .fix_rsv a span::after { content: "\e823"; font-family: "fontello"; margin-top: .6rem; font-weight: normal; font-size: 80%; } }
@media all and (-ms-high-contrast: none) { .fix_rsv a span::after { position: relative; right: .8rem; } }
.footer { text-align: center; padding: 0 0 4.6rem; }
.footer .copy { display: block; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer ul { display: none; }

@media screen and (min-width: 48em), print { .footer { padding: 3rem 0 2rem; }
  .footer ul { display: block; text-align: center; margin: 0 auto 0; }
  .footer ul ~ ul { margin: .4rem auto 2.6rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 .4rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a:hover { text-decoration: underline; }
  .footer ul li.treatment { display: none; }
  .footer .copy { font-size: 1.4rem; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
#keyvsl { margin: 0 0 5rem; background: url(../img/index_keyvsl01.jpg) no-repeat center center/cover; height: 35rem; }

@media screen and (min-width: 48em), print { #keyvsl { margin: 0; background: url(../img/index_keyvsl01.jpg) no-repeat center center/auto auto; height: 80rem; } }
/* お知らせ -------------------------------------- */
.info { padding: 2.0rem 0 2rem; }
.info dl { margin: 0 0 2rem; line-height: 1.4; padding: 1.2rem .8rem 1rem; height: 100%; background: #f7f7f7; }
.info dl dt { margin-bottom: .4rem; font-weight: bold; color: #41b591; font-size: 110%; cursor: pointer; display: table; }
.info dl dt:hover { opacity: .8; }
.info dl dt::after { content: "\e821"; font-family: "fontello"; margin-left: .3rem; font-size: 1rem; position: relative; top: -.2rem; }
.info dl dt.close::after { content: "\e822"; }
.info dl dd { padding: 1rem 0 1.0rem; margin: 0; }
.info dl dd:nth-of-type(n+4) { display: none; }
.info dl dd p { margin: 0; padding: 0 0 1rem; }

@media screen and (min-width: 48em), print { .info { padding: 12rem 0 10rem; margin: 0 auto 0; }
  .info dl { padding: 4rem 5rem; margin: 0 0 5rem; }
  .info dl dt { margin: 0; }
  .info dl dt::after { font-size: 1.4rem; margin-left: 1rem; }
  .info dl dd { padding: 0; }
  .info dl dd p { padding: 0 0 3rem; }
  .info a img { transition: all .2s; }
  .info a img:hover { opacity: .8; } }
/* カレンダー -------------------------------------- */
.cal { padding: 2rem 0 2rem; background: #f6fffc; }
.cal .caledit { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 1.4rem 0 0; }
.cal .caledit tr.month th { background: #41b591; border-bottom: 1px #fff solid; border-top: 1px #fff solid; }
.cal .caledit tr.week th { border-right: #fff solid 1px; }
.cal .caledit tr.week th:last-child { border-right: none; }
.cal .caledit tr th { background: #41b591; border: none; font-family: 'Noto Sans JP', sans-serif; }
.cal .caledit tr td { border: 1px solid #b4b4b5; color: #462914; font-family: 'Noto Sans JP', sans-serif; }
.cal .caledit tr td.open { background: #fff; }
.cal .caledit tr td.outPatient { background: #f2f2f2; }
.cal .caledit tr td.short { background: #ffdedc; }
.cal .caledit tr td.notTheMonth { background: #fff; color: #fff; }
.cal .status { margin: 1rem 0 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.cal .status li { display: block; margin: 0 0 1rem; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.cal .status li::before { display: inline-block; content: ''; min-width: 4rem; height: 2rem; border: 1px solid #7a7a7a; margin: 0 .8rem 0 .2rem; }
.cal .status li:not(:last-child) { margin-right: 1.0rem; }
.cal .status li.day::before { background: #fff; }
.cal .status li.time_change::before { background: #ffdedc; }
.cal .status li.closed::before { background: #f2f2f2; }
.cal .status li .time { display: block; text-indent: 3.2rem; }

@media screen and (min-width: 48em), print { .cal { padding: 12rem 0 12rem; }
  .cal .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; }
  .cal .flex .caledit { width: 48%; font-size: 1.8rem; padding: 0 0 0; margin: 0; }
  .cal .flex .caledit tr.month th { font-size: 2.2rem; font-weight: bold; line-height: 1.2; padding: 1.4rem 0; }
  .cal .flex .caledit tr.week th { font-size: 1.4rem; font-weight: normal; line-height: 2; padding: .6rem 0; }
  .cal .flex .caledit tr td { font-size: 1.6rem; line-height: 1.8; padding: 1.1rem .2rem; }
  .cal .status { width: 100%; margin: 1.8rem 0 0; font-size: 1.8rem; }
  .cal .status li::before { width: 5rem; height: 2.5rem; margin: 0 1rem 0 .2rem; }
  .cal .status li .time { text-indent: .4rem; } }
/* ご挨拶 -------------------------------------- */
/*.greeting{ padding: 2rem 0 2rem; p{ text-align: justify; } .dr_name{ text-align: right; span{ font-size: 120%; } }
}
@include pc {
.greeting{ padding: 12rem 0 22rem; img{ margin: -10rem 0 0 7rem; max-width: 35%; } p{ text-align: justify; } .dr_name{ span{ font-size: 2.4rem; } }
}
}*/
/* 診療内容 -------------------------------------- */
.tre { background: #f7f7f7; padding: 2rem 0 2rem; }
.tre ul { 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; }
.tre ul li { width: 48%; margin: 0 0 1rem; text-align: center; }
.tre ul li a { display: inline-block; text-decoration: none !important; }
.tre ul li a::before { content: ""; font-family: "fontello"; font-size: 4.6rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #fff; margin: 0 auto; width: 10rem; height: 10rem; background: #41b591; }
.tre ul li a.ear::before { content: "\e826"; }
.tre ul li a.nose::before { content: "\e827"; }
.tre ul li a.throat::before { content: "\e828"; }
.tre ul li a.kids::before { content: "\e829"; }
.tre ul li a.dizziness::before { content: "\e82a"; }
.tre ul li a.pollinosis::before { content: "\e82b"; }
.tre ul li a.sas::before { content: "\e82c"; }
.tre ul li a.otophone::before { content: "\e82d"; }
.tre ul li a.slit::before { content: "\e82e"; }
.tre ul li a.preventive::before { content: "\e82f"; }

@media screen and (min-width: 48em), print { .tre { padding: 12rem 0 12rem; }
  .tre ul li { width: 14rem; margin-right: 10rem; margin-bottom: 4.8rem; }
  .tre ul li:nth-child(5n) { margin-right: 0; }
  .tre ul li a { font-size: 1.8rem; }
  .tre ul li a::before { margin: 0 auto .6rem; font-size: 4.6rem; width: 14rem; height: 14rem; }
  .tre ul li a.sas span:before { content: '\A'; white-space: pre; } }
/* 特長 -------------------------------------- */
.feature { padding: 2rem 0 2rem; }
.feature ul li { text-align: center; margin: 0 0 3rem; }
.feature ul li .img { display: inline-block; margin: 0 auto; text-align: center; position: relative; }
.feature ul li .img::before, .feature ul li .img::after { content: ""; width: 2rem; height: 2rem; position: absolute; }
.feature ul li .img::before { border-top: 4px solid #727373; border-right: 4px solid #727373; top: 0; right: 0; }
.feature ul li .img::after { border-bottom: 4px solid #727373; border-left: 4px solid #727373; bottom: 0; left: 0; }
.feature ul li p { text-align: left; }

@media screen and (min-width: 48em), print { .feature { padding: 12rem 0 12rem; }
  .feature ul { 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; }
  .feature ul li { width: 23rem; margin-right: 6rem; }
  .feature ul li:nth-child(4n) { margin-right: 0; }
  .feature ul li .img::before { border-top: 3px solid #727373; border-right: 3px solid #727373; }
  .feature ul li .img::after { border-bottom: 3px solid #727373; border-left: 3px solid #727373; }
  .feature ul li p { text-align: justify; font-size: 1.6rem; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { margin: 0 1.0rem 6rem; }
@media screen and (min-width: 48em), print { body:not(.index) .main { margin: 0 auto 10rem; } }

@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-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 { margin: 0; padding: 0; }
.device li figure img { display: block; margin: 0 auto .6rem; max-width: 80%; height: auto; }
.device li figure figcaption { background: #f2f2f2; padding: .6rem 0; margin: 0 auto; 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; width: 80%; margin: 0 auto; }
  .device li { width: 48%; margin: 0 0 4rem; }
  .device li figure img { margin: 0 auto 1.0rem; max-width: 100%; }
  .device li figure figcaption { width: 100%; } }
/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; padding: 1rem; position: relative; background: #f2f2f2; border-radius: 7px; text-align: justify; }
@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 #f2f2f2; border-right: 3.0rem solid transparent; border-bottom: 1.0rem solid transparent; border-left: 3.0rem solid transparent; margin: auto; }

@media screen and (min-width: 48em), print { .visitor .main { width: 80%; margin: 0 auto; } }
/* 診療時間・アクセス */
.access .main .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .main .tbl_time .time { font-size: 1.8rem; }
  .access .main .tbl_time caption { font-size: 1.8rem; }
  .access .main .gmap { height: 50.0rem; } }
