@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; }

/* 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: collapse; border-spacing: 0; font-size: 1.2rem; table-layout: fixed; line-height: 1.2; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: right; margin-top: .4rem; }
.tbl_time tr th { padding: .4rem 0; background: #ffe0e8; color: #e95377; font-weight: normal; }
.tbl_time tr th:first-child { width: 33%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; border-bottom: 1px solid #e5e5e5; }

@media screen and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; }
  .tbl_time tr th { padding: 1.0rem 0; font-size: 1.4rem; }
  .tbl_time tr td { padding: 1.0rem 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 100%; border: none; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: #e95377; color: #fff; text-align: center; font-size: 2.2rem; padding: 3.0rem 1.0rem; margin: 0 0 3.0rem; }

.tit_02 { background: url("../img/tit_02.svg") no-repeat left top 0.3rem/2rem auto; font-size: 2.0rem; margin: 0 0 1.0rem; padding: 0 0 0 2.4rem; line-height: 1.2; }

.tit_03 { background: #ee86a1; color: #fff; padding: .4rem 1.0rem; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

.tit_04 { border-left: 4px solid #ee86a1; padding: 0 0 0 .8rem; color: #ee86a1; font-size: 1.6rem; line-height: 1.2; margin: 0 0 1.0rem; }

@media screen and (min-width: 48em), print { .tit_01 { font-size: 3.2rem; padding: 8.0rem 0; margin: 0 0 3.0rem; }
  .tit_02 { background: url("../img/tit_02.svg") no-repeat left top 0.7rem/2rem auto; font-size: 2.6rem; margin: 0 0 2.0rem; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 3.0rem; }
  .tit_04 { font-size: 2.2rem; margin: 0 0 3.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: #91003e; }

.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 { float: left; width: 25%; font-weight: bold; clear: left; }
.lst_dl01 dd { margin: 0 0 1.0rem; padding-left: 5.0rem; }

.lst_dl02 dt { margin: 0 0 1.0rem; }
.lst_dl02 dd { margin: 0 0 2.0rem; }

@media screen and (min-width: 48em), print { .lst_dl02 dd { margin: 0 0 3.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%; } }
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

body { background: #fff; color: #775252; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 1.0rem 6.0rem; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media screen and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1200px; }
  body > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 7.0rem auto 0; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1160px; margin: auto; }
  .main { font-size: 1.6rem; padding: 0 0 10.0rem; order: 2; width: 74%; }
  .sidebar { order: 1; width: 23%; } }
/* アイコンフォント -------------------------------------- */
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot"); src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg"); }
/* ロゴ周り共通 -------------------------------------- */
.logo_add .logo { display: block; width: 100%; height: 5.6rem; background: url("../img/logo.svg") no-repeat center top/contain; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.logo_add .acs_add { font-size: 1.2rem; line-height: 1.6; text-align: center; margin: .6rem 0 0; }
.logo_add .acs_add li.acs { background: #e95377; color: #fff; padding: 0 2.0rem; border-radius: 1.0rem; }

@media screen and (min-width: 48em), print { .logo_add .acs_add { font-size: 1.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: #e95377; border: 1px solid #e95377; 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: '\e802'; 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: '\e803'; line-height: .8; }
.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }
.slicknav_menu .slicknav_nav { width: 94vw; background: #fff; border: 1px solid #e95377; padding: 1.6rem; position: absolute; top: 5.5rem; right: 1.0rem; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px dotted #e95377; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px dotted #e95377; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; color: #e95377; padding: 1.0rem 0 1.0rem 5.0rem; font-size: 1.6rem; position: relative; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.slicknav_menu .slicknav_nav .gnav li a.home { background: url("../img/icon_home.svg") no-repeat left center/auto 80%; }
.slicknav_menu .slicknav_nav .gnav li a.concept { background: url("../img/icon_concept.svg") no-repeat left center/auto 80%; }
.slicknav_menu .slicknav_nav .gnav li a.guidance { background: url("../img/icon_guidance.svg") no-repeat left center/auto 80%; }
.slicknav_menu .slicknav_nav .gnav li a.tenant { background: url("../img/icon_tenant.svg") no-repeat left center/auto 80%; }
.slicknav_menu .slicknav_nav .gnav li a.access { background: url("../img/icon_access.svg") no-repeat left center/auto 80%; }
.slicknav_menu .slicknav_nav .gnav li a.floor { background: url("../img/icon_floor.svg") no-repeat left center/auto 80%; }
.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 { margin: 2.0rem auto 3.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; }
  #nav .gnav li:not(:last-child) { margin-right: .8rem; }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.8rem; padding: 6.0rem 3.0rem 0; }
  #nav .gnav li a.home { background: url("../img/icon_home.svg") no-repeat center top/5rem auto; }
  #nav .gnav li a.concept { background: url("../img/icon_concept.svg") no-repeat center top/5rem auto; }
  #nav .gnav li a.guidance { background: url("../img/icon_guidance.svg") no-repeat center top/5rem auto; }
  #nav .gnav li a.tenant { background: url("../img/icon_tenant.svg") no-repeat center top/5rem auto; }
  #nav .gnav li a.access { background: url("../img/icon_access.svg") no-repeat center top/5rem auto; }
  #nav .gnav li a.floor { background: url("../img/icon_floor.svg") no-repeat center top/5rem auto; } }
/* サイドバー -------------------------------------- */
.sidebar { margin: 0 1.0rem 4.0rem; }
.sidebar .tit { background: #91003e; color: #fff; font-size: 1.8rem; text-align: center; padding: .4rem; }
.sidebar .subnav { margin: 0; padding: 1.0rem 0; }
.sidebar .subnav li { border: 1px solid #ddd; height: 9.0rem; margin: 0 0 1.0rem; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.sidebar .subnav li a { display: block; height: 100%; }
.sidebar .subnav li a.yasutake { background: url("../img/logo_yasutake.svg") no-repeat center center/90% auto; }
.sidebar .subnav li a.mental { background: url("../img/logo_mental.png") no-repeat center center/90% auto; }
.sidebar .subnav li a.neuro { background: url("../img/logo_neuro.png") no-repeat center center/90% auto; }
.sidebar .subnav li a.olivedc { background: url("../img/logo_olivedc.png") no-repeat center center/90% auto; }
.sidebar .subnav li a.flower { background: url("../img/logo_flower.png") no-repeat center center/90% auto; }
.sidebar .subnav li a.uedadermatology { background: url("../img/logo_uedadermatology.png") no-repeat center center/90% auto; }

@media screen and (min-width: 48em), print { .sidebar { margin: 0; }
  .sidebar .tit { padding: 1.0rem; }
  .sidebar .subnav { padding: 1.6rem 0 0; }
  .sidebar .subnav li { margin: 0 0 1.6rem; }
  .sidebar .subnav li a img { width: 22.0rem; } }
/* クリニック概要 -------------------------------------- */
.overview { padding: 4.0rem 0 5.0rem; font-size: 1.4rem; background: #fff3f3; }
.overview .logo_add { width: 25.0rem; margin: 0 auto 2.0rem; }
.overview .gmap { height: 30.0rem; }

@media screen and (min-width: 48em), print { .overview { padding: 10.0rem 0 2.0rem; }
  .overview .logo_add { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; width: 62.0rem; margin: 0 auto 2.0rem; }
  .overview .logo_add .logo { width: 45%; }
  .overview .logo_add .acs_add { width: 50%; font-size: 1.4rem; }
  .overview .gmap { height: 35.0rem; } }
/* フッター -------------------------------------- */
.pageup { display: none; position: fixed; bottom: 2.0rem; right: 1.0rem; z-index: 1; cursor: pointer; }
.pageup a { display: block; width: 5.0rem; height: 5.0rem; font-size: 3.6rem; text-align: center; color: #fff; padding: .4rem; background: #e95377; }
.pageup a::before { font-family: 'fontello'; content: '\e812'; }
.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: 4.6rem; } }
.footer { text-align: center; background: #fff3f3; }
.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: 1.0rem; }
  .footer ul { display: block; text-align: center; margin: 0 0 2.0rem; }
  .footer ul li { display: inline-block; font-size: 1.4rem; }
  .footer ul li:not(:last-child)::after { content: '|'; margin: 0 1.6rem; }
  .footer ul li a { opacity: 1.0; }
  .footer ul li a .sp_n { display: none; }
  .footer ul li a:hover { text-decoration: underline; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* ヘッダー -------------------------------------- */
body.index .header { position: relative; }
body.index .header .white .logo_add { padding: 1.0rem 0 0 1.0rem; width: 23.0rem; }
body.index .header .white .logo_add .logo { height: 5.0rem; }
body.index .header .white .logo_add .acs_add .add { display: none; }
body.index .header .white .catch { position: absolute; left: 0; right: 0; top: 65%; transform: translateY(-65%); -webkit-transform: translateY(-65%); font-size: 1.6rem; padding: 1.0rem 0; text-align: center; z-index: 1; }
body.index .header .white .catch span { display: block; padding: 1.0rem 0; background: rgba(255, 255, 255, 0.8); }
body.index .header .keyvsl { position: relative; height: 17.6rem; margin: 1.0rem 0 0; z-index: 0; }
body.index .header .keyvsl #keyvsl { margin: 0 auto; overflow: hidden; width: 100%; height: 100%; }
body.index .header .keyvsl #keyvsl .bx-wrapper { max-width: 100% !important; margin: 0 auto !important; position: relative; }
body.index .header .keyvsl #keyvsl .bx-wrapper .bx-viewport { overflow: visible !important; }
body.index .header .keyvsl #keyvsl img { visibility: hidden; max-width: 100%; margin: 0; }
@media screen and (min-width: 48em), print { body.index .header .white { background: rgba(255, 255, 255, 0.8); width: 50.0rem; height: 70.0rem; margin: auto; position: absolute; left: 0; right: 0; z-index: 10; }
  body.index .header .white .logo_add { width: 37.0rem; margin: auto; padding: 0; position: absolute; left: 0; right: 0; bottom: 10.0rem; }
  body.index .header .white .logo_add .logo { height: 8.0rem; }
  body.index .header .white .logo_add .acs_add .add { display: block; }
  body.index .header .white .catch { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; font-size: 2.4rem; line-height: 1.6; letter-spacing: .3rem; text-align: left; width: 7.68rem; margin: auto; top: 8.0rem; left: 0; right: 0; transform: translateY(0); -webkit-transform: translateY(0); }
  body.index .header .white .catch span { background: none; }
  body.index .header .keyvsl { margin: 0; height: 70.0rem; }
  body.index .header .keyvsl #keyvsl .bx-wrapper { width: 1270px !important; } }

/* お知らせ -------------------------------------- */
.info { margin: 4.0rem 0 0; }
.info dl { line-height: 1.4; padding: 0 .6rem 0 0; height: 20.0rem; overflow-y: auto; }
.info dl dt { margin-bottom: .4rem; color: #e95377; font-size: 110%; }
.info dl dt .date { display: block; font-size: 80%; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; border-bottom: 1px solid #ccc; }

@media screen and (min-width: 48em), print { .info { margin: 0 auto 18.0rem; }
  .info dl { padding: 1.4rem; height: 37.0rem; }
  .info dl dd { margin: 0 0 2.0rem; padding-bottom: 2.0rem; } }
/* 特長 -------------------------------------- */
.feature { background: url("../img/index_feature.jpg") no-repeat center top/contain; padding: 18.0rem 0 0; margin: 4.0rem 0; }
.feature section { border: 2px solid #ddd; padding: 1.0rem 1.0rem 0; background: #fff; }
.feature section .tit { font-size: 150%; line-height: 1.2; }

@media screen and (min-width: 48em), print { .feature { padding: 0; height: 50.0rem; position: relative; }
  .feature .box { height: 40.0rem; position: absolute; top: -8.6rem; right: 2.0rem; padding: 4.0rem; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
  _::-webkit-full-page-media, _:future, :root .box { height: 40.0rem; position: absolute; top: -8.6rem; right: 11.0rem; padding: 4.0rem; writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; } }
/* クリニック・薬局ご案内 -------------------------------------- */
.guide .flex2 { margin: 0 0 3.0rem; }
.guide .flex2 section { border: 2px solid #ddd; padding: 1.0rem; }
.guide .flex2 section .clinic_logo { text-align: center; margin: 0 0 1.0rem; }
.guide .flex2 section .clinic_logo img { max-width: 90%; height: auto; }
.guide .flex2 section .tel_url { text-align: center; margin: 1.0rem 0; }
.guide .flex2 section .tel_url li { word-wrap: break-word; }
.guide .flex2 section .tel_url li.telno { font-size: 150%; }
.guide .flex2 section .tel_url li.telno .tel::before { content: "tel. "; }
.guide .flex2 section .tbl_time { margin: 0 0 1.0rem; }
.guide .flex2 section .btn { display: inline-block; background: #e95377; color: #fff; padding: .2rem 2.0rem; text-decoration: none !important; border-radius: 2.0rem; font-size: 1.2rem; }
.guide .flex2 section .btn::after { font-family: 'fontello'; content: '\e800'; margin: 0 0 0 .6rem; }

@media screen and (min-width: 48em), print { .guide .flex2 { margin: 0 0 3.4rem; }
  .guide .flex2 section { padding: 3.0rem; }
  .guide .flex2 section .clinic_logo { text-align: center; margin: 0 0 1.6rem; height: 8.0rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .guide .flex2 section .clinic_logo img { width: 100%; }
  .guide .flex2 section .tel_url { margin: 2.0rem 0; }
  .guide .flex2 section .btn { font-size: 1.6rem; margin: 2.0rem 0 0; } }
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
/* ヘッダー -------------------------------------- */
body:not(.index) .header .wrap { margin: 0 auto 1.0rem; }
body:not(.index) .header .wrap .logo_add { padding: 1.0rem 0 0 1.0rem; width: 23.0rem; }
body:not(.index) .header .wrap .logo_add .logo { height: 5.0rem; }
body:not(.index) .header .wrap .logo_add .acs_add .add { display: none; }
@media screen and (min-width: 48em), print { body:not(.index) .header .wrap { margin: 2.0rem auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  body:not(.index) .header .wrap .logo_add { padding: 0; margin: auto; width: 37.0rem; }
  body:not(.index) .header .wrap .logo_add .logo { height: 8.0rem; }
  body:not(.index) .header .wrap .logo_add .acs_add .add { display: block; }
  body:not(.index) .header .wrap #nav .gnav { width: 70.0rem; }
  body:not(.index) .header .wrap #nav .gnav li a { padding: 6.0rem 1.0rem 0; } }

@media screen and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 40%; height: auto; } }
/* 診療時間・アクセス */
.access .gmap { height: 30.0rem; margin: 2.0rem 0; }

@media screen and (min-width: 48em), print { .access .gmap { height: 50.0rem; } }
/* フロアマップ */
.floor .flex2 li { margin: 0 0 2.0rem; }
@media screen and (min-width: 48em), print { .floor .flex2 li { margin: 0 0 4.0rem !important; } }
.floor .flex2 li a { display: block; text-align: center; }
.floor .flex2 li a img { max-width: 80%; height: auto; }

/* 各クリニック紹介 */
.tbl_clinic { width: 100%; }
.tbl_clinic th { background: #fff3f3; padding: .4rem; font-weight: normal; text-align: left; border-left: 4px solid #ee86a1; border-bottom: 1px dotted #ee86a1; }
.tbl_clinic td { padding: .4rem; border-bottom: 1px dotted #ee86a1; }

@media screen and (min-width: 48em), print { .tbl_clinic { width: 100%; }
  .tbl_clinic th, .tbl_clinic td { padding: 2.0rem; }
  .tbl_clinic th { border-left: 6px solid #ee86a1; } }
