@charset "UTF-8";
@font-face { font-family: 'fontello'; src: url("fontello/font/fontello.eot?1569462"); src: url("fontello/font/fontello.eot?1569462#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?1569462") format("woff2"), url("fontello/font/fontello.woff?1569462") format("woff"), url("fontello/font/fontello.ttf?1569462") format("truetype"), url("fontello/font/fontello.svg?1569462#fontello") format("svg"); font-weight: normal; font-style: normal; }
.demo-icon { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; /*     line-height: 1em; margin-left: .2em; width: 1em; margin-right: .2em; font-size: 120%; */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*橙*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_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 !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 70%, #ffedc2 70%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #82B6E6 !important; }

.fc_pink { color: #F192A7 !important; }

.fc_blue { color: #1c63bb !important; }

.fc_purple { color: #da60c3 !important; }

/* img -------------------------------------- */
.img_bnr { display: block; max-width: 90%; height: auto; margin: 1.0rem auto; }

.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; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #A36836; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #F29600; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #A36836; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #333; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #A36836; }

@media screen and (min-width: 48em), print { ul.list_pl { display: flex; flex-wrap: wrap; justify-content: space-between; }
  ul.list_pl li { width: 33%; }
  ul.list_pl li a { background: rgba(148, 187, 15, 0.2); display: block; border: #94BB0F solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #A36836; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 1.6rem; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #F29600; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -29px; color: #A36836; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }
ol.list_flow.online li { background-color: #e1efdc; border-color: #009a43; }
ol.list_flow.online li p span { display: block; }
ol.list_flow.online li p .caution { color: #f0013c !important; font-size: 1.6rem !important; }
ol.list_flow.online li figure { display: block; text-align: center; }
ol.list_flow.online li figure img { width: 50%; }
ol.list_flow.online li::after { color: #009a43; }

.download { display: block; text-align: center; }
.download figure { display: block; text-align: center; }
.download figure a { border-bottom: none; }
.download figure a img { /*width: 80%;*/ height: auto; }
.download figure a:hover { border-bottom: none; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl { font-size: 1.8rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; }
  ol.list_flow.online li { display: flex; }
  ol.list_flow.online li p { width: 65%; margin-right: 5%; }
  ol.list_flow.online li figure { width: 30%; text-align: center; }
  ol.list_flow.online li figure img { width: 60%; }
  .download { display: flex; text-align: left; margin-left: 20%; margin-right: 20%; }
  .download p { width: 45%; margin-right: 5%; }
  .download figure { /*width: 50%;*/ display: block; text-align: center; }
  .download figure a { border-bottom: none; }
  .download figure a img { width: 80%; height: auto; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: flex; flex-wrap: wrap; }
  .dl_career dt { width: 6em; font-weight: normal; }
  .dl_career dd { width: calc( 100% - 7em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #F29600; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #94BB0F; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #A36836 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #A36836; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #F29600; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #F29600 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #F29600 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #F29600; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #A36836; }
.box2 dt { border-bottom: #A36836 dotted 2px; }
.box2 ul.list_maru > li::before { color: #A36836; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #94BB0F; }

.fc_or { color: #F29600; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #F29600; color: #F29600; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #F29600; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; transition: 0.3s; }

span.btn_mark { background: #e6e582; color: #009a43; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; transition: 0.3s; border: 2px solid #009a43; border-radius: 20px; }

a.btn:hover { background: #FF6000; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\f138"; padding-left: 5px; font-weight: bold; }

@media screen and (min-width: 48em), print { a.btn { padding: 7px 30px; } }
/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanRPs, "Kosugi Maru", "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #333; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 124rem; font-size: 1.6rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 40px; }

#lower main section { margin: 0 auto 4rem; padding: 0; }
#lower main section .inner + section { margin: 4rem 0 4rem; padding: 0; }
#lower main section section .inner + section { margin: 3.5rem 0 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 124rem; margin: 0 auto; padding: 0 2rem; }
  main section .inner + section, main section + section { margin: 60px 0 40px; padding: 0; }
  main section section .inner + section, main section section + section { margin: 50px 0 40px; }
  main section section section .inner + section, main section section section + section { margin: 40px 0 40px; }
  .inner { padding: 0; }
  #lower main section { margin: 0 auto 10rem; padding: 0; }
  #lower main section section { margin: 0 auto 8rem; }
  #lower main section section section { margin: 0 auto 6rem; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: absolute; top: 1rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 5.2rem; height: 4.8rem; color: #fff; background: #94BB0F; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.2rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e801'; font-size: 2.8rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 0.8rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #94BB0F; padding: 2.0rem 1.0rem; position: absolute; top: 5.6rem; right: 0; margin: auto; }

.slicknav_menu .slicknav_nav .gnav { margin: 0; }

.slicknav_menu .slicknav_nav .gnav li { border-top: 2px dotted #fff; margin: 0; }

.slicknav_menu .slicknav_nav .gnav li a { font-size: 1.6rem; position: relative; display: block; }

.slicknav_menu .slicknav_nav .gnav li a::after { right: 1rem; }

.slicknav_menu .slicknav_nav .gnav li a:hover { color: inherit; background: none; }

.slicknav_menu .slicknav_nav .box_white .subnav { margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.slicknav_menu .slicknav_nav .box_white .subnav li { width: 49%; font-size: 1.4rem; }

.slicknav_menu .slicknav_nav .box_white .subnav li a { padding: 0 0 1rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }
#nav br { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

.slicknav_nav .gnav > li:last-child { border-bottom: 2px dotted #fff; }

.slicknav_nav .gnav li { position: relative; }

.slicknav_nav .gnav li.slicknav_collapsed::after { content: '▼'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu .slicknav_nav .gnav li.slicknav_open::after { content: '▲'; margin-left: .6rem; font-size: 80%; position: absolute; right: 1.0rem; top: 0.5rem; display: inline-block; }

.slicknav_menu a.sub { pointer-events: none; }

.slicknav_menu .subsub dt { font-size: 1.6rem; text-align: center; background: #ff6000; padding: 0.5rem; }
.slicknav_menu .subsub dd { background-color: #f7f7f7; }
.slicknav_menu .subsub dd a { color: #333; }
.slicknav_menu .subsub > dl:nth-child(2) dt { background: #f29600; }
.slicknav_menu .subsub > dl:nth-child(3) dt { background: #f9be00; }
.slicknav_menu .subsub > dl:nth-child(4) dt { background: #f9be00; }

/* header  -------------------------------------- */
header .wrap { padding: 1rem; margin: 0; }
header .logo { padding: 0.5rem; width: calc(100% - 6rem); max-width: 50rem; text-align: center; }
header + h1 { background: url("../img/h1.jpg") no-repeat top center; background-size: cover; display: flex; align-items: center; margin: 0 0 3rem; font-size: 2.2rem; font-weight: 400; height: 7rem; color: #94BB0F; padding: 0 2rem; }

h2 { margin: 1rem 0 2rem; font-size: 1.8rem; letter-spacing: 0.3rem; color: #A36836; min-height: 2rem; display: flex; justify-content: center; align-items: center; }
h2 > span { padding: 0 0.5rem; }

h2::before, h2::after { content: ''; width: 4rem; height: 2rem; display: block; background: url("../img/H2_L.svg") no-repeat center center; background-size: 4rem auto; }

h2::after { background-image: url("../img/H2_R.svg"); }

#TopPage h2 > span, #overview h2 > span { text-align: center; line-height: 1.2; }
#TopPage h2 > span > span, #overview h2 > span > span { display: block; font-size: 1.2rem; color: #ccc; padding: 0; text-align: center; }

#lower main > .inner { margin-top: 10rem; }
#lower h3 { background: #FFF5D2; padding: 0.7rem 0.7rem 0.7rem 6rem; margin: 3rem 0 2rem; font-size: 1.6rem; color: #A36836; font-weight: 400; position: relative; }
#lower h3::before { content: ''; background: url("../img/h3.svg") center center no-repeat; height: 5.3rem; width: 5rem; background-size: 5rem auto; display: block; position: absolute; bottom: 0; left: 0; }
#lower h4 { border-bottom: #F29600 0.2rem solid; background: url("../img/flower.svg") no-repeat left center; background-size: auto 3rem; padding: 0 0 0.5rem 3rem; margin: 2rem 0 2rem; color: #F29600; font-size: 1.6rem; font-weight: 400; min-height: 3rem; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; color: #F9BE00; border-bottom: 0.1rem dashed #F9BE00; }
#lower main { margin-bottom: 5rem; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; margin: 0; }
  header .wrap { display: flex; padding: 0 1rem; align-items: center; flex-wrap: wrap; margin: 0 auto; }
  header .wrap .h_txt { font-size: 1.2rem; width: 100% !important; margin: 1rem 0; }
  header .wrap .logo { width: 44.2rem; max-width: none; margin-right: 5rem; }
  header .wrap .sp_n { width: 40rem; }
  header .wrap .sp_n ul { margin: 0; font-size: 1.4rem; }
  header .wrap .sp_n ul li:first-child { color: #F29600; font-size: 3.2rem; }
  header + h1 { height: 15rem; font-size: 3.6rem; margin-bottom: 12rem; padding: 0 1rem; }
  header + h1 span { display: flex; height: 15rem; align-items: center; margin: 0 auto; width: 124rem; padding: 0 1rem 0 13.5rem; background: url("../img/h1_L.png") no-repeat left 2rem center; }
  #nav { display: block; text-align: center; padding: 1rem 0; margin-bottom: 1rem; }
  #nav ul.gnav { display: flex; padding: 0; justify-content: space-between; font-size: 1.6rem; width: 124rem; margin: 0 auto; padding: 0 2rem; /*          >li::before{ content: ''; width: 0.1rem; background:#bdad9e; display: block; height: 4rem; position: absolute; top:1.5rem; left:0;  }*/ }
  #nav ul.gnav br { display: none; }
  #nav ul.gnav > li { margin: 0 auto; padding: 0; position: relative; width: 15.5%; border-left: 0.1rem solid #555; }
  #nav ul.gnav > li > a { padding: 1rem 0.5rem; color: #F29600; width: 100%; position: relative; display: block; font-size: 1.7rem; }
  #nav ul.gnav > li > a:hover { background: #FF6000; color: #fff; }
  #nav ul.gnav > li > a::after { content: 'Home'; display: block; font-size: 1.2rem; padding-top: 0.5rem; color: #CCCCCC; }
  #nav ul.gnav > li:nth-child(2) > a::after { content: 'Doctor'; }
  #nav ul.gnav > li:nth-child(3) > a::after { content: 'Clinic'; }
  #nav ul.gnav > li:nth-child(4) > a::after { content: 'Treatment'; }
  #nav ul.gnav > li:nth-child(5) > a::after { content: 'Visitor'; }
  #nav ul.gnav > li:nth-child(6) > a::after { content: 'Access'; }
  #nav ul.gnav > li:nth-child(7) > a::after { content: 'Recruit'; }
  #nav ul.gnav > li:last-child { border-right: 0.1rem solid #555; }
  #nav ul.gnav > li.treatment a.close { background: #FF6000; color: #fff; }
  #nav ul.gnav > li.treatment .subsub { display: none; position: absolute; width: 56rem; padding: 0; z-index: 100; top: 5.4rem; left: 0; }
  #nav ul.gnav > li.treatment .subsub > dl { margin: 0; }
  #nav ul.gnav > li.treatment .subsub > dl > dt { padding: 1.55rem 0 1.55rem 4.2rem; background: url("../img/icon_flower.png") left 1.1rem center no-repeat #FF6000; text-align: left; font-size: 1.8rem; margin: 0; }
  #nav ul.gnav > li.treatment .subsub > dl > dt a { color: #fff; }
  #nav ul.gnav > li.treatment .subsub > dl dd { margin: 0; background: #FFF5D2; padding: 1.6rem 2.3rem 1.4rem; }
  #nav ul.gnav > li.treatment .subsub > dl dd ul { display: flex; flex-wrap: wrap; }
  #nav ul.gnav > li.treatment .subsub > dl dd ul li { margin: 0 4.4rem 1.6rem 0; padding: 0; }
  #nav ul.gnav > li.treatment .subsub > dl dd ul li a { color: #707070; }
  #nav ul.gnav > li.treatment .subsub > dl dd ul li a:hover { opacity: 1; color: #FF6000; }
  #nav ul.gnav > li.treatment .subsub > dl dd ul > li::before { position: relative; top: -0.1em; left: -0.4em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #FF6000; vertical-align: middle; }
  #nav ul.gnav > li.treatment .subsub > dl:nth-child(2) > dt { background-color: #F29600; }
  #nav ul.gnav > li.treatment .subsub > dl:nth-child(3) > dt { background-color: #F9BE00; }
  #nav ul.gnav > li.treatment .subsub > dl:nth-child(4) > dt { background-color: #A1D500; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0 0 10rem; }
  h2 { font-size: 3rem; line-height: 1.3; margin: 5rem 0 0; padding: 0 0 2rem; min-height: 10rem; }
  h2 span { padding: 0 2.5rem; }
  h2::before, h2::after { width: 23.4rem; height: 5.8rem; background-size: auto; }
  #TopPage h2, #overview h2 { padding: 0 0 4rem; min-height: 16rem; }
  #TopPage h2 span > span, #overview h2 span > span { padding-top: 0.7rem; font-size: 1.4rem; }
  #lower main { margin-bottom: 15rem; }
  #lower h3 { font-size: 2.4rem; margin: 8rem 0 2rem; padding: 1rem 2rem 1rem 11.5rem; }
  #lower h3::before { width: 10.9rem; height: 9.7rem; background-size: auto; bottom: -0.8rem; }
  #lower h4 { font-size: 2.2rem; min-height: 4.7rem; padding: 0 0.5rem; margin: 4rem 0 2rem; background: none; position: relative; display: flex; align-items: center; }
  #lower h4::before { /*IE対策*/ content: ''; background: url("../img/flower.svg") no-repeat center center; background-size: auto 5rem; width: 5rem; height: 4.7rem; }
  #lower h5 { font-size: 1.8rem; padding: 0 1rem 0.75rem 2rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: #FFF5D2; margin: 0 auto; padding: 2rem 0; }
#overview h2 { margin-top: -4.0rem; }
#overview .flex_RLTB { background: #fff; padding: 2rem 1rem; }
#overview .tbl_time + p { color: #F29600; font-size: 120%; font-weight: bold; margin-bottom: 1.0rem; }
#overview p { line-height: 1.4; }
#overview p.tel { color: #F29600; font-size: 2rem; margin-bottom: 2rem; }
#overview p.tel a { color: #F29600; }
#overview p.tel::before { content: 'Tel.'; padding-right: 1rem; }
#overview .overviewL { max-width: 35rem; margin: 0 auto; }

.gmap { margin: 0 auto 0; height: 44rem; width: 100%; }
.gmap + a { width: 20rem; display: block; background: #F29600; padding: 0.5rem; border-radius: 0.5rem; margin: 1rem auto; color: #fff; text-align: center; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; border-bottom: 0.2rem solid #F29600; font-size: 1.4rem; }
.tbl_time caption { caption-side: bottom; text-align: left; padding: 0.5rem 1rem; line-height: 1.6; }
.tbl_time thead { background: #F29600; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0; font-weight: normal; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #F29600; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; }

@media screen and (min-width: 48em), print { .tbl_time thead th { padding: 1rem 0; }
  .tbl_time tbody td, .tbl_time tbody th { padding: 1rem 0; } }
/* 医師担当表 -------------------------------------- */
.tbl_doctor { border-collapse: collapse; min-width: 600px; text-align: center; margin-bottom: 1rem; border-bottom: 0.2rem solid #F29600; font-size: 1.4rem; }
.tbl_doctor caption { caption-side: bottom; text-align: left; padding: 0.5rem 1rem; line-height: 1.6; }
.tbl_doctor thead { background: #F29600; color: #fff; }
.tbl_doctor thead th, .tbl_doctor thead td { padding: 0.7rem 0; font-weight: normal; border-right: 1px solid #FFF; }
.tbl_doctor tbody tr { border-bottom: 0.1rem solid #F29600; }
.tbl_doctor tbody th { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_doctor tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; min-width: 2em; border-left: 1px solid #F29600; }
.tbl_doctor tbody .man { background: #d4f2f8; color: #2f75b5; }
.tbl_doctor tbody .cell-pink, .tbl_doctor tbody .woman { background: #efdde6; color: #da60c3; }
.tbl_doctor tbody .cell-green { background: #DCE6BE; color: #658509; }
.tbl_doctor tbody .cell-purple { background: #D8C1F5; color: #6A0885; }
.tbl_doctor tbody .director { background: #fff2cc; color: #F29600; }
.tbl_doctor tbody .gray { background: #d9d9d9; }
.tbl_doctor tbody .date { border-left: none; }

.table-area { width: 100%; margin: 0 auto; overflow-x: auto; }

@media screen and (min-width: 48em), print { .tbl_doctor { width: 100%; }
  .tbl_doctor thead th { padding: 1rem 0; width: 13.5%; }
  .tbl_doctor thead th:last-child { width: 8%; }
  .tbl_doctor tbody td, .tbl_doctor tbody th { padding: 1rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #fff; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 45%; margin: 0.2rem; background: #94BB0F; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1.5rem 0; height: 100%; color: #fff; justify-content: center; }
.sp_bottom li:first-child i { padding-right: 0.3rem; font-size: 150%; }
.sp_bottom li:nth-child(3) { width: 10%; }

.pc_right { display: none; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; background-color: transparent; width: 7rem; }
  .sp_bottom li:first-child, .sp_bottom li:nth-child(2) { display: none !important; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; height: 5rem; width: 5rem; border-radius: 50%; background: #FF6000; padding: 0; }
  #pageup a { padding: 0; }
  #pageup i { font-size: 2.2rem; padding-bottom: 0.6rem; }
  #pageup.block { display: block; bottom: 1.0rem; }
  .pc_right { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: fixed; right: 0; top: 3rem; width: 26.5rem; background: #F29600; padding: 2rem 2rem 2rem 4rem; color: #fff; text-align: center; border-radius: 0.5rem; color: #fff; font-size: 1.8rem; line-height: 1.2; }
  .pc_right span { font-size: 1.4rem; width: 100%; display: block; }
  .pc_right::before { content: '\f0a9'; font-family: 'fontello'; position: absolute; left: 2rem; } }
@media screen and (max-width: 896px) and (orientation: landscape) { /* スマホ横用*/
  /*        .pc_right{ display: block; position: fixed; right:0; top:21rem;  img{ height:35vh; } }  #pageup { height:4rem!important ; width:4rem!important; font-size: 3.5rem;  a{ padding:0;  }  }*/ }
footer ul, footer dl { display: none; }

address { padding: 0.7rem 0 6.4rem; font-style: normal; background: #F29600; text-align: center; font-size: 1rem; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 15.4rem 0 6.5rem; }
  #overview h2 { margin-top: -20rem; }
  #overview .tbl_time + p { font-size: 150%; }
  #overview .flex_RLTB { justify-content: space-between; margin: 0 auto; padding: 4rem 4.5rem; }
  #overview .overviewL { padding: 0 3rem; margin: 0 0; width: 56rem; max-width: none; }
  #overview .overviewR { width: 46rem; padding: 0; margin: 0 6rem; }
  #overview .overviewR .tbl_time { margin-bottom: 4rem; }
  #overview .overviewR .tel { margin: 2rem 0; font-size: 2.6rem; }
  #access .flex_LRTB { justify-content: space-around; align-items: flex-start; }
  #access .flex_LRTB > .dl_overview { width: 39rem; }
  .gmap { margin: 0; }
  .gmap + a { width: 100%; padding: 1rem; }
  address { padding: 1rem 0; font-size: 1.2rem; }
  footer { display: block; padding: 4rem 0 0; font-size: 1.4rem; margin: 0 auto; }
  footer .wrap { display: flex; justify-content: space-between; padding: 0 0 3rem; }
  footer .wrap > ul, footer .wrap > dl { display: block; width: 20rem; }
  footer .wrap li { margin-bottom: 2.4rem; }
  footer .wrap > dl:last-child { width: 28rem; }
  footer .wrap a { color: #333; }
  footer .wrap li.treatment { display: none; }
  footer dl dt { margin-bottom: 2.4rem; }
  footer dl dd ul { display: block; margin: 0.5rem auto 0; }
  footer dl dd ul li { line-height: 1; padding: 0; margin-bottom: 2.4rem; display: flex; align-items: center; }
  footer dl dd ul li a { color: #fff; padding: 0; }
  footer dl dd ul li::before { content: '●'; color: #F29600; font-size: 1rem; padding-right: 0.5rem; } }
a { color: #1a0dab; transition: 0.3s; }

a:hover { opacity: 0.7; }

/* TopPage  -------------------------------------- */
#TopPage #kv { margin: 0 auto; }
#TopPage #kv #mainImg { height: 40vw; }
#TopPage #kv ul { display: flex; margin: 0; padding: 0; list-style: none; justify-content: space-around; }
#TopPage #kv ul li { width: 23%; margin-top: 2rem; position: relative; }
#TopPage #kv ul img { display: block; }
#TopPage #kv ul .current img { border: 0.2rem solid #C3D600; border-radius: 0.5rem; }
#TopPage #kv ul .current::before { position: absolute; top: -1.2rem; left: 50%; transform: translateX(-50%); display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 1rem 1.2rem 1rem; border-color: transparent transparent #C3D600 transparent; }
#TopPage #kv .bnr { text-align: center; display: flex; justify-content: center; flex-wrap: wrap; align-items: baseline; }
#TopPage #kv .bnr img { width: 10rem; height: 10rem; display: block; margin: 0 1rem; }
#TopPage main section { margin-bottom: 0; padding: 1.0rem 0 3rem; }
#TopPage main #greeting { background: #FFF5D2; margin: 5rem auto; }
#TopPage main #greeting h2 { margin-top: -2.5rem; }
#TopPage main #greeting .doctor_img img:first-child { display: block; max-width: 30rem; margin: 0 auto; }
#TopPage main #greeting .doctor_img img:last-child { max-width: 20rem; margin: -10rem auto 3rem; display: block; }
#TopPage main #greeting .greeting_txt { /*      p:first-child{ font-size:1.8rem;  span { font-size:2rem; color:$colorMain; }  }*/ }
#TopPage main #greeting + .wrap { margin-bottom: 3rem; }
#TopPage main #news { margin-bottom: 0; }
#TopPage main #news dl { padding: 2rem 1rem; border-top: 0.2rem solid #F29600; }
#TopPage main #news dl dt { margin-bottom: 0.5rem; font-size: 1.6rem; font-weight: bold; color: #F29600; border-top: 0.1rem dotted #ccc; padding-top: 1rem; position: relative; padding-left: 1.5rem; }
#TopPage main #news dl dt::before { position: absolute; font-family: 'fontello'; left: 0; top: 0.9rem; content: '\e808'; }
#TopPage main #news dl dt.close::before { content: '\e809'; }
#TopPage main #news dl dd { margin-bottom: 2rem; }
#TopPage main #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage main #news dl *:first-child { border-top: none; margin-top: 0; }
#TopPage main #treatment ul.list_treatment { display: flex; flex-wrap: wrap; justify-content: space-between; }
#TopPage main #treatment ul.list_treatment li { max-width: 22rem; text-align: center; margin: 0 auto 3rem; }
#TopPage main #treatment ul.list_treatment li a { border: none; }
#TopPage main #treatment ul.list_treatment li a span { border: 0.1rem solid #FFCA28; border-radius: 0.5rem; padding: 0.8rem; width: 12rem; color: #333; display: block; margin: 1.3rem auto; line-height: 1; }
#TopPage main #treatment ul.list_treatment li a span::before { font-family: 'fontello'; content: '\e802'; color: #FFCA28; padding-right: 1rem; }
#TopPage main #treatment ul.list_treatment li:nth-child(2) a span { border-color: #FF6396; }
#TopPage main #treatment ul.list_treatment li:nth-child(2) a span::before { color: #FF6396; }
#TopPage main #treatment ul.list_treatment li:nth-child(3) a span { border-color: #A1D500; }
#TopPage main #treatment ul.list_treatment li:nth-child(3) a span::before { color: #A1D500; }
#TopPage main #treatment ul.list_treatment li:nth-child(4) a span { border-color: #55C7F1; }
#TopPage main #treatment ul.list_treatment li:nth-child(4) a span::before { color: #55C7F1; }
#TopPage main #special ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
#TopPage main #special ul li { max-width: 22rem; text-align: center; margin: 0 auto 3rem; }
#TopPage main #special ul li figure { border-bottom: 0.2rem dotted #707070; }
#TopPage main #special ul li figcaption { padding: 1rem 0; font-size: 1.8rem; }
#TopPage main #special ul li a { border: none; }
#TopPage main #special ul li a span { border: 0.1rem solid #FFCA28; border-radius: 0.5rem; padding: 0.8rem; width: 12rem; color: #333; display: block; margin: 1.3rem auto; line-height: 1; }
#TopPage main #special ul li a span::before { font-family: 'fontello'; content: '\e802'; color: #FFCA28; padding-right: 1rem; }
#TopPage .top_bnr a { border-bottom: none; }
#TopPage .line_no a { border-bottom: none; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: auto; max-width: 150rem; min-width: 124rem; padding: 0; margin: -1rem auto 0; position: relative; }
  #TopPage #kv #mainImg { height: auto; }
  #TopPage #kv ul.wrap { margin: 2rem auto; justify-content: center; }
  #TopPage #kv ul.wrap li { width: 26rem; margin: 2rem; }
  #TopPage #kv ul.wrap .current::before { top: -2.5rem; border-width: 0 1.5rem 2.5rem 1.5rem; }
  #TopPage #kv .bnr { position: absolute; top: 37rem; right: 1rem; }
  #TopPage #kv .bnr img { width: auto; height: auto; }
  #TopPage main h2 { margin: 0; }
  #TopPage main h2 span span { font-size: 1.4rem; }
  #TopPage main section { margin: 0; padding: 3rem 0; }
  #TopPage main #greeting { padding: 8rem 0 10rem 0; margin-top: 10rem; position: relative; }
  #TopPage main #greeting h2 { position: absolute; top: -2.3rem; width: 124rem; }
  #TopPage main #greeting .inner { justify-content: space-around; }
  #TopPage main #greeting .doctor_img { width: 55rem; position: relative; }
  #TopPage main #greeting .doctor_img img { max-width: none !important; }
  #TopPage main #greeting .doctor_img img:first-child { margin: 0; }
  #TopPage main #greeting .doctor_img img:nth-child(2) { position: absolute; top: 35rem; right: 0; }
  #TopPage main #greeting .greeting_txt { width: 60rem; font-size: 1.8rem; margin-top: 3rem; }
  #TopPage main #greeting .greeting_txt p { margin-bottom: 2rem; }
  #TopPage main #greeting + .wrap { margin: 10rem auto 7rem; }
  #TopPage main #greeting + .wrap ul.flex_LRTB { flex-wrap: wrap; justify-content: space-around; }
  #TopPage main #greeting + .wrap ul.flex_LRTB li { width: 32%; margin-bottom: 2rem; }
  #TopPage main #greeting + .wrap ul.flex_LRTB li a { border: none; }
  #TopPage main #news { margin: 6rem 0 0; }
  #TopPage main #news dl { padding: 3.5rem 2rem 5.5rem; margin: 0 auto; position: relative; }
  #TopPage main #news dl dt { font-size: 1.8rem; margin: 1rem 0 0; position: relative; padding: 1rem 8.5rem 0; }
  #TopPage main #news dl dt::before { font-size: 1.8rem; padding-left: 6.3rem; }
  #TopPage main #news dl dd { padding: 0.5rem 8.5rem 0; }
  #TopPage main #treatment { padding: 7rem 0 5rem; }
  #TopPage main #treatment .wrap { margin: 0 auto; }
  #TopPage main #treatment ul.list_treatment li { max-width: none; width: 26.4rem; margin: 0; }
  #TopPage main #treatment ul.list_treatment li a span { margin: 2.3rem auto; font-size: 1.4rem; }
  #TopPage main #treatment ul.list_treatment li a:hover { opacity: inherit; }
  #TopPage main #treatment ul.list_treatment li a:hover span { background: #FFCA28; color: #fff !important; transition: 0.3s; }
  #TopPage main #treatment ul.list_treatment li a:hover span::before { color: #fff !important; transition: 0.3s; }
  #TopPage main #treatment ul.list_treatment li:nth-child(2) a:hover span { background: #FF6396; }
  #TopPage main #treatment ul.list_treatment li:nth-child(3) a:hover span { background: #A1D500; }
  #TopPage main #treatment ul.list_treatment li:nth-child(4) a:hover span { background: #55C7F1; }
  #TopPage main #special ul li { max-width: none; width: 30.6rem; }
  #TopPage main #special ul li figcaption { font-size: 2rem; padding: 2rem; }
  #TopPage main #special ul li figure { margin-bottom: 2rem; }
  #TopPage main #special ul li:last-child { margin: 0 auto 2rem 4.7rem; }
  #TopPage main #special ul li a:hover { opacity: 1; }
  #TopPage main #special ul li a:hover span { background: #FFCA28; color: #fff; transition: 0.3s; }
  #TopPage main #special ul li a:hover span::before { color: #fff; transition: 0.3s; }
  #TopPage main .top_bnr { margin-bottom: 2rem; }
  #TopPage main .top_bnr a { border-bottom: none; }
  #TopPage main .line_no a { border-bottom: none; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #F29600; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #F29600; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr:nth-child(even) { background: #EBE6E1; }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #94BB0F; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower #clinic ul.flex_LRTB.half figure { font-size: 130%; margin-bottom: 2rem; text-align: center; color: #94BB0F; line-height: 1.2; }
#lower #specialty ul.flex_LRTB.half { margin: 3rem auto; }
#lower #specialty ul.flex_LRTB.half > li { margin: 2rem; margin: 3rem auto; max-width: 40rem; }
#lower #specialty ul.flex_LRTB.half > li img { display: block; max-width: 30rem; margin: 0 auto 1rem; }
#lower #specialty ul.flex_LRTB.half dt { text-align: center; font-size: 1.6rem; color: #F29600; margin-bottom: 0.7rem; }
#lower #specialty ul.flex_LRTB.half dt a { position: relative; }
#lower #specialty ul.flex_LRTB.half dt a::before { font-family: "fontello"; content: "\f138"; position: absolute; left: -1.1em; font-weight: bold; color: #A36836; border: none; }
#lower .blog ul { border-top: 0.1rem solid #F29600; border-bottom: 0.1rem solid #F29600; padding: 1.5rem 1rem; }
#lower .blog ul a { color: #BC910B; text-indent: -1.2em; padding-left: 1.2em; border: none; display: inline-block; }
#lower .blog ul a::before { font-family: fontello; content: '\f101'; padding-right: 0.5em; }
#lower .blog ul li:last-child { margin-bottom: 0; }
#lower .qr_online { background: #F29600; color: #fff; width: 20rem; margin: 1rem auto 0; padding: 1rem 0; }
#lower .qr_mynumber { background: #F29600; color: #fff; width: 25rem; margin: 1em auto; padding: 1rem 0; }
#lower #online .list_flow li p:first-child { font-size: 1.6rem; }
#lower #online .list_flow li p:first-child span { font-size: 2.5rem; color: #F29600; }

@media screen and (min-width: 48em), print { #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower ul.flex_LRTB.half li { margin-bottom: 0.5rem; }
  #lower #specialty ul.flex_LRTB.half > li { max-width: none; width: 45rem; }
  #lower #specialty ul.flex_LRTB.half > li img { max-width: none; }
  #lower #specialty ul.flex_LRTB.half dt { font-size: 2rem; }
  #lower #specialty ul.flex_LRTB.half::after { content: ''; display: block; width: 50%; }
  #lower #online .list_flow li p:first-child { font-size: 1.8rem; }
  #lower #online .list_flow li p:first-child span { font-size: 3rem; color: #F29600; }
  #lower #online .list_flow li .qr_online { margin: 1rem auto 0 5rem; }
  #lower .blog ul { padding: 3rem 2rem; } }

/*# sourceMappingURL=style.css.map */
