@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; }

.txt_tit { font-size: 125%; }

/* font -------------------------------------- */
.bold { font-weight: bold; }

.red { color: #f00; }

.bule { color: #1a268a; }

.pink { color: #F066A2; padding-top: 0.1rem; }

/* 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 all 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 all 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; }

.mt05 { margin-top: 0.5rem; }

.mt02 { margin-top: 0.2rem; }

.mb0 { margin-bottom: 0 !important; }

.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 all 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.4rem; table-layout: fixed; border: 2px solid #0181be; }
.tbl_time caption { font-size: 85%; caption-side: bottom; text-align: left; margin-top: .4rem; }
.tbl_time caption span { display: inline-block; background: #0181be; color: #fff; padding: .2rem 1.0rem; margin-right: .6rem; }
.tbl_time tr th { padding: .4rem 0; font-size: 1.2rem; border: 1px solid #0181be; color: #0181be; background: #e8f7fe; background: -webkit-linear-gradient(top, #e8f7fe 0%, #c8e9fa 100%); background: linear-gradient(to bottom, #e8f7fe 0%, #c8e9fa 100%); }
.tbl_time tr th:first-child { width: 38%; }
.tbl_time tr td { text-align: center; padding: .6rem .4rem; color: #0181be; background: #fff; border: 1px solid #0181be; line-height: 1.0; }
.tbl_time tr td.time { color: #222; }

@media all and (min-width: 48em), print { .tbl_time { font-size: 1.6rem; border: 3px solid #0181be; }
  .tbl_time tr th { padding: 1.4rem 0; font-size: 1.6rem; }
  .tbl_time tr td { padding: 1.4rem 0; } }
/* グーグルマップ -------------------------------------- */
.gmap { width: 100%; text-align: center; }
.gmap iframe { width: 100%; height: 100%; border: none; }
.gmap .btn_map { display: inline-block; margin: .6rem 0 0; background: url("../img/btn_line.png") repeat-x left bottom #f066a2; color: #fff; border-radius: 2.0rem; padding: .4rem 3.0rem; }
@media all and (min-width: 48em), print { .gmap .btn_map { padding: .6rem 6.0rem; } }
.gmap .btn_map::before { font-family: 'fontello'; content: '\e801'; margin-right: .6rem; }

/* タイトル回り -------------------------------------- */
.tit_01 { background: url("../img/logo_mark.svg") no-repeat center bottom/60% auto #fdf0f7; text-align: center; font-weight: bold; font-size: 2.4rem; padding: 3.0rem 1.0rem; margin: 1.0rem -1.0rem 3.0rem; }

.tit_02 { border-bottom: 3px solid #f066a2; color: #f066a2; font-size: 2.2rem; margin: 0 0 1.0rem; font-weight: bold; line-height: 1.2; position: relative; }
.tit_02::after { position: absolute; content: " "; display: block; border-bottom: solid 3px #1a268a; width: 30%; }

.tit_03 { color: #1a268a; font-weight: bold; border-bottom: 2px dotted #f066a2; font-size: 2.0rem; line-height: 1.2; margin: 0 0 1.0rem; }

.tit_04 { font-weight: bold; padding: 0 0 0 .6rem; border-left: 6px solid #f066a2; font-size: 1.8rem; line-height: 1.2; margin: 0 0 1.0rem; }

.tit_05 { font-weight: bold; color: #f066a2; font-size: 1.6rem; }

@media all and (min-width: 48em), print { .tit_01 { background: url("../img/logo_mark.svg") no-repeat center bottom/auto 130% #fdf0f7; font-size: 3.6rem; padding: 6.0rem 0; margin: 0 0 3.0rem; }
  .tit_02 { font-size: 2.8rem; margin: 0 0 2.0rem; }
  .tit_02::after { width: 20%; }
  .tit_03 { font-size: 2.4rem; margin: 0 0 2.0rem; }
  .tit_04 { font-size: 2.0rem; padding: 0 0 0 1.0rem; margin: 0 0 2.0rem; }
  .tit_05 { font-size: 1.8rem; 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; }

.lst_dl01 dt { float: left; width: 25%; font-weight: bold; clear: left; }
.lst_dl01 dd { padding-left: 4.0rem; }

@media all and (min-width: 48em), print { .lst_dl01 dd { padding-left: 5.0rem; } }
/* フレックス回り -------------------------------------- */
.flex_c { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-align-items: center; align-items: center; -webkit-gap: 20px; gap: 20px; }

@media all 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: 46%; margin: 0 !important; }
  .flex_c { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; -webkit-gap: 20px; gap: 20px; } }
/* 料金表回り -------------------------------------- */
.tbl_price { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_price caption { font-size: 85%; text-align: right; margin-bottom: .4rem; }
.tbl_price th { width: 35%; padding: .4rem; border: 1px solid #ccc; background: #f9f9f9; }
.tbl_price td { text-align: right; padding: .4rem; border: 1px solid #ccc; }

@media all and (min-width: 48em), print { .tbl_price th, .tbl_price td { padding: 1.0rem; } }
/* 項目表回り -------------------------------------- */
.tbl_contents { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tbl_contents caption { font-size: 85%; text-align: left; margin-bottom: .4rem; }
.tbl_contents th { width: 35%; padding: .4rem; border: 1px solid #ccc; background: #f9f9f9; }
.tbl_contents td { text-align: center; padding: .4rem; border: 1px solid #ccc; }

@media all and (min-width: 48em), print { .tbl_contents th, .tbl_contents td { padding: 1.0rem; } }
/* ボタン回り -------------------------------------- */
.btn_detail { display: inline-block; margin-top: 1.0rem; padding: .4rem 2.0rem; border-radius: .5rem; background: #fff; border: 3px double #1a268a; color: #1a268a; text-decoration: none !important; }
.btn_detail::after { font-family: 'fontello'; content: '\e801'; margin-left: .6rem; }
.btn_detail:hover { background: #1a268a; color: #fff; border: 3px double #fff; }

.btn_monshin { display: inline-block; text-align: center; background: #f066a2; color: #fff; font-size: 1.6rem; padding: .6rem 3.0rem; border-radius: 3.0rem; border: 5px double #fff; }
.btn_monshin::before { font-family: 'fontello'; content: '\e804'; margin-right: .8rem; }
@media all and (min-width: 48em), print { .btn_monshin { font-size: 2.0rem; padding: .8rem 3.0rem; } }

/* 	現在の順番待ち -------------------------------------- */
#myjunban-widget { width: 100%; }
@media all and (min-width: 48em), print { #myjunban-widget { width: 45% !important; } }

/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body { background: #fff; color: #4d4d4d; border-top: 4px solid #ee67a2; }

a { color: inherit; text-decoration: none; }

.main { font-size: 1.4rem; line-height: 1.6; padding: 0 0 6.0rem; }
.main a:not([href*="tel"]) { text-decoration: underline; }
.main a[class*="btn_"] { text-decoration: none; }

@media all and (min-width: 48em), print { html { font-size: 62.5%; }
  body { min-width: 1140px; }
  body > .wrap { margin: 4.0rem auto 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  a { transition: .2s; }
  a:hover { opacity: .8; }
  .wrap { width: 1100px; margin: auto; }
  .main { font-size: 1.6rem; padding: 0 0 8.0rem; order: 2; width: 73%; }
  .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"); }
/* ヘッダー -------------------------------------- */
.header { padding: 1.0rem; }
.header .wrap .logo { height: 3.5rem; }
.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 { text-align: center; margin: 1.8rem 0 0; }
.header .wrap .headR .telno { background: #1a268a; padding: .6rem .4rem .4rem; color: #fff; font-size: 1.2rem; border-radius: 1.0rem; margin-bottom: 0.6rem; }
.header .wrap .headR .telno .tel { display: block; margin: .6rem 0 0; background: #fff; border-radius: 0 0 .6rem .6rem; color: #f066a2; font-weight: bold; font-size: 2.2rem; }
.header .wrap .headR .telno .tel a { padding: .2rem; display: block; }
.header .wrap .headR .btn_monshin { width: 100%; }
.header .wrap .headR .add { font-size: 1.2rem; color: #1a268a; margin: .6rem 0 0; }

@media all and (min-width: 48em), print { .header { margin: 1.0rem 0 0; padding: 0; }
  .header .wrap { 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: 48%; height: 9.0rem; }
  .header .wrap .headR { width: 48%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5px; }
  .header .wrap .headR .telno { width: 260px; margin: 0; }
  .header .wrap .headR .telno .tel { font-size: 2.4rem; }
  .header .wrap .headR .telno .tel a { padding: 0.3rem; }
  .header .wrap .headR .btn_monshin { width: auto; }
  .header .wrap .headR .add { font-size: 1.4rem; } }
/* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
.slicknav_menu { position: absolute; top: .4rem; right: 0; font-size: 4.4rem; display: inline-block; background: none; padding: 0; z-index: 10; /* Toggle Btn */ /* 展開部 */ }
.slicknav_menu .slicknav_btn { width: 5.0rem; height: 5.0rem; color: #fff; background: #1a268a; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; padding: 0; /* Toggle Open Icon */ }
.slicknav_menu .slicknav_btn::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: .8; }
.slicknav_menu .slicknav_btn::after { display: block; content: 'MENU'; font-size: 1.0rem; }
.slicknav_menu .slicknav_btn.slicknav_open { /* Toggle Close Icon */ }
.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: 100vw; background: #1a268a; padding: 1.6rem; position: absolute; top: 6.0rem; right: 0; margin: auto; }
.slicknav_menu .slicknav_nav .gnav { border-top: 1px dotted #fff; margin: 0; }
.slicknav_menu .slicknav_nav .gnav li { border-bottom: 1px dotted #fff; }
.slicknav_menu .slicknav_nav .gnav li a { display: block; padding: 1.0rem 0; font-size: 1.6rem; position: relative; color: #fff; }
.slicknav_menu .slicknav_nav .gnav li a::after { position: absolute; right: 1.0rem; font-family: 'fontello'; content: '\e801'; font-size: 2.0rem; }
.slicknav_menu .slicknav_nav .gnav li a:hover { background: none; }
.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 all and (min-width: 48em), print { .slicknav_menu { display: none; }
  #nav { display: block; margin: 2.0rem 0 0; background: url("../img/btn_line.png") repeat-x left bottom #1a268a; }
  #nav .gnav { width: 1100px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  #nav .gnav li { width: calc(100%/5); }
  #nav .gnav li a { display: block; text-align: center; font-size: 1.8rem; color: #fff; font-weight: bold; padding: 2.0rem 0; }
  #nav .gnav li a:hover { color: #f066a2; }
  /* Gナビ　ハイライト */
  .index #nav .home, .doctor #nav .doctor, .clinic #nav .clinic, .treatment #nav .treatment, .access #nav .access { color: #f066a2; } }
/* サイドバー -------------------------------------- */
.sidebar { margin: 0 1.0rem; }
.sidebar .btn_monshin { display: block; margin: 0 0 2.0rem; font-size: 1.8rem; }
.sidebar .subnav { background: #fdf0f7; }
.sidebar .subnav > li > a { display: block; background: url("../img/sidebar_bg.svg") no-repeat center center/99% auto #18278c; color: #fff; font-weight: bold; font-size: 1.6rem; padding: 2.6rem 2.0rem; letter-spacing: .1rem; }
.sidebar .subnav > li .subsub li:not(:last-child) { border-bottom: 1px dashed #f7b2d1; }
.sidebar .subnav > li .subsub li a { display: block; padding: 1.4rem 1.0rem; color: #18278c; font-size: 1.4rem; }
.sidebar .subnav > li .subsub li a::before { content: '■'; color: #e50065; margin-right: .6rem; }
.sidebar .subnav > li.doctorcosme { background: #f066a2; padding: .2rem; }
.sidebar .subnav > li.doctorcosme a { background: #f5a1c5; color: #fff; -webkit-text-shadow: 0.2rem 0.2rem 0px rgba(240, 102, 162, 0.8); text-shadow: 0.2rem 0.2rem 0px rgba(240, 102, 162, 0.8); border-radius: 1.0rem; }

@media all and (min-width: 48em), print { .sidebar { margin: 0; }
  .sidebar .btn_monshin { font-size: 2.0rem; padding: 1.4rem 0; }
  .sidebar .subnav > li > a { background: url("../img/sidebar_bg.svg") no-repeat center center/99% auto #18278c; font-size: 1.6rem; padding: 2.1rem 2.0rem; }
  .sidebar .subnav > li .subsub li a { padding: 1.4rem 1.0rem; font-size: 1.6rem; } }
/* クリニック概要 -------------------------------------- */
.overview { margin: 6.0rem 1.0rem 0; font-size: 1.4rem; line-height: 1.6; }
.overview .clinic_name { text-align: center; margin: 0 0 2.0rem; }
.overview .clinic_name img { max-width: 80%; height: auto; }
.overview > .wrap .tbl_gaiyo { width: 100%; }
.overview > .wrap .tbl_gaiyo th { width: 25%; background: #f7b2d1; font-weight: normal; }
.overview > .wrap .tbl_gaiyo td { padding: 1.0rem  0 1.0rem .6rem; }
.overview > .wrap .overviewL .tbl_time { margin: 1.0rem 0; }
.overview > .wrap .overviewR { margin: 2.0rem 0; }
.overview > .wrap .overviewR .gmap { margin: 1.0rem 0 0; }
.overview > .wrap .overviewR .gmap iframe { height: 30.0rem; }

@media all and (min-width: 48em), print { .overview { margin: 8.0rem 0 0; font-size: 1.6rem; }
  .overview .clinic_name img { max-width: 40%; height: auto; }
  .overview > .wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR { width: 48%; }
  .overview > .wrap .overviewL .tbl_time { margin: 2.0rem 0 0; }
  .overview > .wrap .overviewR { margin: 0; }
  .overview > .wrap .overviewR .gmap iframe { height: 55.0rem; } }
/* フッター -------------------------------------- */
.pageup { display: none; position: fixed; bottom: 1.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: #e50065; border-radius: 50%; border: 2px solid #fff; }
.pageup a::before { text-align: center; font-size: 3.6rem; font-family: 'fontello'; content: '\e812'; color: #fff; }
.pageup a span { display: none; }

@media all and (min-width: 48em), print { .pageup a { width: 6.4rem; height: 6.4rem; }
  .pageup a::before { font-size: 4.6rem; } }
.footer { margin: 2.0rem 0 0; padding: 2.0rem 0 0; background: #1a268a; }
.footer .copy { margin: 3.0rem 0 0; background: #fff; text-align: center; display: block; padding: .6rem 1.0rem; font-size: 1.2rem; }
.footer .flex { color: #fff; }
.footer .flex .add_tel { text-align: center; }
.footer .flex .add_tel .logo img { max-width: 80%; height: auto; }
.footer .flex .add_tel ul li { margin: .5rem 0; }
.footer .flex .add_tel ul li.add { font-size: 1.4rem; }
.footer .flex .add_tel ul li.telno { font-size: 2.8rem; font-weight: bold; }
.footer .menu { display: none; }

@media all and (min-width: 48em), print { .footer { margin: 8.0rem 0 0; padding: 4.0rem 0 0; }
  .footer .copy { margin: 4.0rem 0 0; }
  .footer .flex { width: 1100px; margin: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .flex .add_tel { display: block; width: 40.0rem; }
  .footer .flex .add_tel .logo img { max-width: 40.0rem; }
  .footer .flex .add_tel ul li { margin: .5rem 0; }
  .footer .flex .add_tel ul li.add { font-size: 1.6rem; }
  .footer .flex .add_tel ul li.telno { font-size: 3.2rem; }
  .footer .flex .menu { display: block; }
  .footer .flex .menu > li { font-size: 1.4rem; margin: 0 0 .6rem; color: #fff; }
  .footer .flex .menu > li > a { opacity: 1.0; color: #f066a2; }
  .footer .flex .menu > li > a:hover { text-decoration: underline; }
  .footer .flex .menu > li::before { font-family: 'fontello'; content: '\e801'; margin-right: .6rem; }
  .footer .flex .menu > li .subsub { margin: .6rem 0 0; }
  .footer .flex .menu > li .subsub li { margin: 0 0 .6rem; }
  .footer .flex .menu > li .subsub li > a:hover { opacity: 1.0; text-decoration: underline; }
  .footer .flex .menu > li .subsub li::before { font-family: 'fontello'; content: '\e801'; margin-right: .6rem; color: #fff; }
  .footer .flex .menu.ippan { width: 29%; }
  .footer .flex .menu.ippan .subsub { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .footer .flex .menu.ippan .subsub li:nth-child(odd) { width: 60%; }
  .footer .flex .menu.ippan .subsub li:nth-child(even) { width: 37%; } }
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
/* キービジュアル -------------------------------------- */
.keyvsl { margin: 0 auto 8.5rem; width: 100%; position: relative; }
.keyvsl img { max-width: 100%; height: auto; }
.keyvsl p { position: absolute; z-index: 1; top: 105%; left: 3%; font-size: 1.4rem; font-weight: normal; letter-spacing: 0.1em; color: #1a268a; }

@media all and (min-width: 48em), print { .keyvsl { margin: 0 auto 2.5rem; width: 1200px; }
  .keyvsl p { top: 3%; left: 3%; font-size: 3.2rem; } }
.bnr { margin: 4rem 1rem 0; }
.bnr .border_box { font-size: 1.6rem; letter-spacing: 0.1rem; max-width: 600px; border: 2px solid #F066A2; position: relative; }
.bnr .border_box .recruit_txt { font-size: 60%; position: absolute; top: 0; left: 0; padding: 0 1rem; text-shadow: .2rem .2rem 1.0rem #fff, -.2rem .2rem 1.0rem #fff, .2rem -.2rem 1.0rem #fff, -.2rem -.2rem 1.0rem #fff, -.2rem .2rem 1.0rem #fff, -.2rem .2rem 1.0rem #fff, -.2rem .2rem 1.0rem #fff; }

@media all and (min-width: 48em), print { .bnr .border_box { margin: 0 auto 4rem; }
  .bnr .border_box .recruit_txt { font-size: 110%; padding: 1.0rem 2.0rem; } }
/* お知らせ -------------------------------------- */
.info { margin: 3.0rem 1.0rem 0; background: url("../img/logo_mark.svg") no-repeat right 1rem bottom 1rem/50% auto #fdf0f7; padding: 2.0rem 1.0rem; border-radius: 1.0rem; }
.info .tit { text-align: center; font-size: 1.8rem; font-weight: bold; margin: 0 0 1.0rem; }
.info dl { margin: 0; line-height: 1.4; padding: .6rem; height: 20.0rem; overflow-y: auto; }
.info dl dt { color: #1a268a; margin-bottom: .4rem; }
.info dl dd { margin: 0 0 1.0rem; padding-bottom: 1.0rem; }

@media all and (min-width: 48em), print { .info { margin: 0; background: url("../img/logo_mark.svg") no-repeat right 3rem bottom 2rem/40% auto #fdf0f7; padding: 4.0rem 8.0rem 5.0rem; border-radius: 3.0rem; }
  .info .tit { font-size: 2.6rem; }
  .info dl { padding: 1.4rem; }
  .info dl dt { padding-top: 1.0rem; font-size: 1.8rem; } }
/* テキストボックス -------------------------------------- */
.box_txt { margin: 3.0rem 1.0rem 0; border: 4px solid #f066a2; padding: 1rem 1.5rem; border-radius: 1.0rem; }
.box_txt p { margin: 0; }
.box_txt p.pink { color: #f066a2; font-weight: bold; font-size: 1.6rem; }

@media all and (min-width: 48em), print { .box_txt { margin: 5.0rem 0 0; border: 4px solid #f066a2; padding: 2.0rem 3.4rem; border-radius: 3.0rem; }
  .box_txt p.pink { font-size: 2rem; } }
/* あいさつ -------------------------------------- */
.aisatsu { margin: 4.0rem 1.0rem 0; overflow: hidden; }
.aisatsu .tit { color: #1a268a; text-align: center; font-size: 1.8rem; font-weight: bold; }
.aisatsu div .btn { display: block; width: 80%; margin: auto; background: url("../img/btn_line.png") repeat-x left bottom #f066a2; color: #fff; text-align: center; text-decoration: none !important; border-radius: 2.0rem; padding: .6rem 3.0rem; }
.aisatsu div .btn::before { font-family: 'fontello'; content: '\e801'; margin-right: .6rem; }

@media all and (min-width: 48em), print { .aisatsu { margin: 4.0rem 0 0; }
  .aisatsu .tit { font-size: 2.6rem; }
  .aisatsu img { max-width: 45%; }
  .aisatsu div .btn { display: block; width: 50%; margin: auto auto auto 0; } }
/* 診療内容アイコン -------------------------------------- */
.icon_tre { margin: 4.0rem 1.0rem; }
.icon_tre ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.icon_tre ul li { width: 48%; margin: 0 .2rem 1.0rem; }
.icon_tre ul li a { display: block; width: 14.4rem; height: 14.4rem; text-align: center; color: #fff; line-height: 1.2; font-weight: bold; padding: 3.0rem 1.0rem 0; border-radius: 50%; text-decoration: none !important; position: relative; }
.icon_tre ul li a::after { display: block; content: '≫ 詳しくはこちら'; font-size: 1.0rem; position: absolute; bottom: 1.6rem; left: 0; right: 0; }
.icon_tre ul li a.dermatology { background: url("../img/icon_dermatology.svg") no-repeat center top 4.2rem/60% auto #e50065; padding: 2.4rem 1.0rem 0; }
.icon_tre ul li a.selfpay { background: url("../img/icon_selfpay.svg") no-repeat center top 5.4rem/35% auto #e50065; }
.icon_tre ul li a.doctorcosme { background: url("../img/icon_doctorcosme.svg") no-repeat center top 5.4rem/35% auto #e50065; }

@media all and (min-width: 48em), print { .icon_tre { margin: 6.0rem 0; }
  .icon_tre ul li { width: 23%; margin: 0 1.0rem 1.0rem; }
  .icon_tre ul li a { width: 18.0rem; height: 18.0rem; padding: 4.0rem 1.0rem 0; font-size: 1.8rem; }
  .icon_tre ul li a::after { bottom: 2.0rem; font-size: 1.2rem; }
  .icon_tre ul li a.dermatology { background: url("../img/icon_dermatology.svg") no-repeat center top 5rem/60% auto #e50065; }
  .icon_tre ul li a.allergy { background: url("../img/icon_allergy.svg") no-repeat center top 4.4rem/65% auto #e50065; }
  .icon_tre ul li a.selfpay { background: url("../img/icon_selfpay.svg") no-repeat center top 7.2rem/35% auto #e50065; }
  .icon_tre ul li a.doctorcosme { background: url("../img/icon_doctorcosme.svg") no-repeat center top 7rem/35% auto #e50065; } }
/* 自費診療 -------------------------------------- */
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .main { padding: 0 1.0rem 6.0rem; }

.cf .img_l, .cf .img_r { border-radius: 1.0rem; }
@media all and (min-width: 48em), print { .cf .img_l, .cf .img_r { max-width: 35%; height: auto; } }

/* ドクター紹介 */
.doctor .catch { color: #0181be; font-weight: bold; border: 4px dotted #0181be; background: -webkit-linear-gradient(top, white 0%, #e8f7fe 100%); background: linear-gradient(to bottom, white 0%, #e8f7fe 100%); font-size: 1.6rem; padding: 1.6rem 1.0rem; text-align: center; border-radius: 1.0rem; }
@media all and (min-width: 48em), print { .doctor .catch { width: 70%; margin: 3.0rem auto; font-size: 2.6rem; padding: 2.6rem 1.0rem; } }
.doctor .dr_ph { margin: 0; text-align: center; }
.doctor .dr_ph img { width: 70%; height: auto; margin: 0 auto 1.0rem; }
@media all and (min-width: 48em), print { .doctor .txt { width: 65%; float: left; }
  .doctor .dr_ph { float: right; width: 30%; margin: 0 0 0 2.0rem; }
  .doctor .dr_ph img { width: 100%; } }

/* クリニック紹介 */
#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; }

/* 初めての方へ */
.flow dd { margin: 0 0 6.0rem; position: relative; }
@media all 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 all and (min-width: 48em), print { .access .tbl_time { font-size: 1.8rem; }
  .access .tbl_time caption { font-size: 1.8rem; }
  .access .tbl_time td.time { font-size: 1.8rem; }
  .access .tbl_time td span { font-size: 1.8rem; }
  .access .gmap { height: 50.0rem; } }
/* ゼオスキン：製品一覧 */
.products { position: relative; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.products .products_box { margin: 0 auto 1rem; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; flex-basis: 100%; border: 1px solid #f066a2; }
.products .products_box img { max-width: 100%; width: 100%; display: block; margin: 0 auto; }
.products .products_box .img { display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-preferred-size: 30%; flex-basis: 30%; min-height: auto; }
.products .products_box .text { -ms-flex-preferred-size: 70%; flex-basis: 70%; padding: 0 1rem 0 .5rem; }
.products .products_box p.title { display: block; margin: 1rem auto; text-align: center; color: #f066a2; }
.products .products_box p.explain { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 1.2rem; margin: .5rem 0 0; }

span.small { font-size: 82%; }

@media all and (min-width: 48em), print { .products { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; }
  .products .products_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-preferred-size: 31%; flex-basis: 31%; padding: .5rem; margin: 0 1rem 1.5rem; }
  .products .products_box img { max-width: 200px; }
  .products .products_box .img { min-height: 280px; }
  .products .products_box .text { padding: 0 0 0 1rem; }
  .products .products_box p.title { font-size: 1.6rem; }
  .products .products_box p.explain { height: 140px; font-size: 1.4rem; } }
/* ゼオスキン：使用例 */
.course { position: relative; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.course:before { content: ""; position: absolute; width: 20px; height: calc(100% - 25px); background: #fec8e0; left: auto; top: 0; right: 6%; margin: 0 -10px 0 0; }
.course:after { content: ""; position: absolute; width: 0; height: 0; top: auto; right: 8.6%; bottom: 0; z-index: 2; border-top: 25px solid #fec8e0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: none; margin: -25px -35px 0 0; }
.course.choice:before, .course.sunscreen:before { width: 20px; }

.course_box { width: 100%; padding: .5rem; -ms-flex-preferred-size: 20%; flex-basis: 20%; text-align: center; font-size: 1.2rem; }
.course_box.option .course_box_title { color: #fff; background: #1a268a; border: none; }
.course_box.option .course_box_img img { max-width: 200px; }

.course_box_title { position: relative; margin: 0 0 10px; padding: 3px 0; border: solid 2px #f066a2; color: #f066a2; font-weight: bold; font-size: 1.8rem; text-align: center; background: #fff; }

.course_box_img img { max-width: 200px; margin: 0 auto 1.5rem; }
.course_box_img.option:before { display: block; position: relative; width: 40%; margin: 0 auto; padding: 0 1rem; content: "OPTION"; color: #fff; background: #1a268a; border-radius: 10px; font-size: 1.2rem; }

.course_box_products.clean { text-align: left; font-size: 1.2rem; display: inline-block; margin: 0 auto; }

.choice_option { position: relative; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: solid 1px #f066a2; width: 100%; margin: 1.5rem 0; padding: 30px 10px 0; }
.choice_option:before { content: "お悩みに応じて製品を選択"; margin: 30px 0; position: absolute; top: -10px; color: #f066a2; background: #fff; padding: 0 5px; border-radius: 10px; text-align: center; width: 230px; padding: 0 15px; left: 50%; margin: 0 0 0 -115px; font-size: 1.4rem; font-weight: bold; }

@media all and (min-width: 48em), print { .course { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 30px; }
  .course:before { content: ""; position: absolute; width: calc(100% - 15px); height: 25px; background: #fec8e0; left: 0; top: 50%; z-index: -1; margin: -12.5px 0 0 0; }
  .course:after { content: ""; position: absolute; width: 0; height: 0; right: 0; top: 50%; z-index: 2; border-left: 25px solid #fec8e0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; margin: -25px -35px 0 0; }
  .course.sunscreen:before { width: calc(25% - 45px); }
  .course.sunscreen:after { right: 80%; }
  .course.choice:before { width: calc(80% - 25px); }
  .course.choice:after { right: 20%; }
  .course_box { width: auto; }
  .course_box.option { width: 300px; margin: 0 0 30px; }
  .course_box_img { min-height: 185px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin: 0 0 10px; position: relative; }
  .course_box_img img { max-width: 120px; margin: 0 auto; }
  .course_box_img.option:before { content: "OPTION"; position: absolute; top: 10px; width: auto; }
  .choice_option { -ms-flex-direction: row; flex-direction: row; }
  .choice_option:before { padding: 0 5px; width: 280px; padding: 0 15px; left: 50%; font-size: 1.8rem; }
  .choice_option .course_box { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .choice_option .course_box .course_box_img img { max-width: 160px; } }

/*# sourceMappingURL=style.css.map */
