@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 60%, #b4e2e8 60%); }

.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: #4ca3cb !important; }

.fc_blue { color: #1c63bb !important; }

/* 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; }
  #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 > li { margin-bottom: 1rem; }
  .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: #f5aa00; 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: #f5aa00; }

/*　● インライン -------------------------------------- */
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: #1e7ec2; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #222; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #664433; }

@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(245, 170, 0, 0.2); display: block; border: #f5aa00 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 #664433; 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: #009060; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -32px; color: #664433; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@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; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.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: 8em; }
  .dl_career dd { width: calc( 100% - 9em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #009060; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #f5aa00; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #664433 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #664433; 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: #009060; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #f5aa00 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #f5aa00 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #664433; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #664433; }
.box2 dt { border-bottom: #664433 dotted 2px; }
.box2 ul.list_maru > li::before { color: #664433; }

@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: #34acbd; }

.fc_or { color: #f5aa00; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #1e7ec2; color: #1e7ec2; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #1e7ec2; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }

a.btn:hover { background: #664433; color: #fff; border: none; opacity: 1; }

a.btn::after { font-family: 'fontello'; content: "\e807"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
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: YakuHanJPs_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #222; 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: 122rem; font-size: 1.8rem; } }
/* 全体の横幅設定  -------------------------------------- */
.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: 3rem; }

#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: 122rem; margin: 0 auto; padding: 0 1rem; }
  section { margin-bottom: 5rem; }
  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; } }
h1, h2, h3, h4, #features dt, .tel, .kv_txt { font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP"; }

/* 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: #f5aa00; 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: '\e800'; 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: #f5aa00; 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; }

.slicknav_menu img { display: none; }

.slicknav_menu br { display: none; }
.slicknav_menu .subsub li:last-child br { display: inline; }

#nav { 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 div.subsub { display: none; }

/* header  -------------------------------------- */
header .wrap { padding: 1rem; margin: 0; min-height: 6.5rem; }
header .logo { padding: 0.5rem; width: calc(100% - 6rem); max-width: 50rem; text-align: center; }
header .logo span { font-size: 85%; display: block; width: calc(100% - 25%); margin-left: 21%; text-align: left; }
header > h1 { background: url("../img/h1.jpg") no-repeat top center; display: flex; justify-content: center; align-items: center; color: #009060; margin: 0 0 2rem; font-size: 2.2rem; line-height: 1.2; height: 10rem; text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px; }

h2 { margin: 3.5rem 0 1.5rem; font-size: 1.8rem; font-weight: normal; color: #664433; }
h2 > span { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
h2 > span span { color: #f5aa00; font-size: 1rem; }

#lower main > .inner { margin-top: 10rem; }
#lower h2::after { content: ''; display: block; height: 0.3rem; width: 7rem; background: #f5aa00; margin: 0.5rem auto; }
#lower h3 { background-color: #25a36d; padding: 0.7rem; margin: 3rem 0 2rem; font-size: 1.6rem; color: #fff; font-weight: normal; }
#lower h4 { color: #25a36d; margin: 2rem 0 2rem; font-size: 1.6rem; font-weight: normal; border-bottom: 0.1rem solid #25a36d; padding-bottom: 0.4rem; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; font-weight: normal; color: #25a36d; }

@media screen and (min-width: 48em), print { header { padding: 2rem 0 0; width: 100%; margin: 0; position: relative; z-index: 100; }
  header .wrap { display: flex; justify-content: space-between; align-items: center; padding: 0 1rem; margin: 0 auto 3rem; }
  header .wrap .logo { max-width: none; width: 54rem; margin: 0.5rem 0 1.5rem; padding: 0; }
  header .wrap ul.sp_n { display: flex !important; justify-content: center; width: 58rem; border: 0.1rem solid #009060; text-align: center; }
  header .wrap ul.sp_n li:first-child { width: 29rem; color: #009060; padding: 2rem 0; margin: 0; }
  header .wrap ul.sp_n li:nth-child(2) { width: 29rem; background: #009060; color: #fff; padding: 1.5rem 0; margin: 0; font-size: 3rem; }
  header > h1 { height: 26rem; font-size: 4.0rem; margin-bottom: 12rem; margin-top: -6.4rem; padding: 6.4rem 0 0; background-size: auto; }
  #nav { display: block; text-align: center; padding: 2rem 0; letter-spacing: normal; background: rgba(255, 255, 255, 0.85); position: relative; height: 6.4rem; }
  #nav ul.gnav { display: flex; padding: 0; justify-content: center; margin: 0 auto; padding: 0; }
  #nav ul.gnav > li { margin: 0; border-right: 0.1rem solid #222; }
  #nav ul.gnav > li > a { color: #222; text-align: center; padding: 0 4rem; position: relative; display: block; }
  #nav ul.gnav > li:last-child { border: none; }
  #nav ul.gnav > li.current a::after { display: block; width: 5rem; height: 0.1rem; background: #f5aa00; content: ''; margin: 0.5rem auto 0; }
  #nav ul.gnav > li.treatment { position: relative; }
  #nav ul.gnav > li.treatment .subsub { position: absolute; width: 23.6rem; z-index: 100; top: 3.8rem; left: -4.2rem; background: #f5aa00; text-align: center; display: none; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; }
  #nav ul.gnav > li.treatment .subsub li a { color: #fff; padding: 1.7rem 0; border-bottom: 0.1rem solid #fff; display: block; }
  #nav ul.gnav > li.treatment .subsub li:last-child { border-bottom: none; } }
/* 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; }
  h2 { background-size: auto; font-size: 3.6rem; margin: 6rem 0 4.5rem; padding-top: 3.5rem; }
  #lower main { width: 114rem; margin: 0 auto 10rem; margin-bottom: 10rem; }
  #lower h3 { font-size: 3rem; margin: 5rem 0 2rem; padding: 1.7rem 1.1rem; }
  #lower h4 { font-size: 2.4rem; padding: 0 0 0.5rem; margin: 4rem 0 2rem; }
  #lower h5 { font-size: 2rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { padding: 3rem 0 2rem; background: #f5f5f5; }
#overview .wrap { padding: 0; }
#overview .logo { margin-bottom: 1.5rem; }
#overview .logo img { width: calc(100% - 2rem); }
#overview .logo span { font-size: 85%; display: block; width: calc(100% - 25%); margin-left: 20%; text-align: left; }
#overview .overviewL { max-width: 37rem; padding: 1rem; margin: 0 auto; }
#overview .overviewR > p { background: #009060; color: #fff; text-align: center; padding: 1rem 0.5rem; font-size: 200%; margin-bottom: 2rem; }
#overview .overviewR > p a { color: #fff; }

.dl_overview dt { background: #664433; color: #fff; padding: 0.8rem; text-align: center; margin-bottom: 1rem; }
.dl_overview dd { margin-bottom: 1.5rem; line-height: 1.2; }
.dl_overview dd span { display: none; }

.gmap { margin: 1rem auto 0; height: 60rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; overflow: hidden; width: 100%; text-align: center; margin-bottom: 1rem; background: #fff; }
.tbl_time caption { caption-side: bottom; padding: 1rem 0.5rem; line-height: 1.6; background: #fff; text-align: left; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0 0.7rem; font-weight: normal; }
.tbl_time thead tr { border-bottom: 0.1rem solid #ccc; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #ccc; }
.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; color: #f5aa00; }

@media screen and (min-width: 48em), print { .tbl_time caption { padding: 2rem 0 4rem 2.5rem; }
  .tbl_time thead th { padding: 2rem 0.5rem 1.5rem; }
  .tbl_time tbody th { padding: 1.5rem 0; font-weight: normal; width: 16rem; }
  .tbl_time tbody td { padding: 1.5rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #FDF2DA; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 50%; margin: 0.2rem; background: #f5aa00; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1.3rem 0; color: #fff; justify-content: center; }

@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 { display: none !important; }
  .sp_bottom li { background-color: transparent; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 4rem; padding: 0.8rem 0; background: #f5aa00; width: 6rem; height: 6rem; border-radius: 50%; }
  #pageup a { padding: 0; }
  #pageup.block { display: block; bottom: 1.0rem; } }
footer ul { display: none; }

address { padding: 1rem 0 5.5rem; font-style: normal; background: #009060; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 4rem 0; }
  #overview .wrap { padding: 0; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .logo { margin-bottom: 4.5rem; }
  #overview .logo img { width: auto; max-width: none; }
  #overview .logo span { margin-left: 18%; }
  #overview .overviewL { padding: 0; margin: 0; width: 62rem; max-width: none; }
  #overview .overviewL .list_add .tel { font-size: 2.8rem; }
  #overview .overviewL .list_overview { display: flex; flex-wrap: wrap; }
  #overview .overviewL .list_overview li:first-child { width: 15.5rem; }
  #overview .overviewR { width: 58rem; padding: 0; }
  #overview .overviewR .gmap { border-radius: 2rem; }
  .dl_overview { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
  .dl_overview dt { width: 10rem; margin: 0 2rem 1.5rem 0; line-height: 1; }
  .dl_overview dd { margin: 0 0 1rem; width: 42rem; padding-top: 0.8rem; line-height: 1.2; }
  #access .flex_LRTB { justify-content: space-between; align-items: flex-start; }
  .gmap { margin: 0; }
  address { margin-top: 2.5rem; padding: 4.5rem 0; font-size: 1.6rem; }
  footer { display: block; padding: 0; margin: 2.5rem auto 0; font-size: 1.6rem; }
  footer ul { display: flex; flex-wrap: wrap; margin: 0 auto; justify-content: center; letter-spacing: normal; }
  footer ul li { line-height: 1; padding: 0 1rem; border-right: 0.1rem solid #222; }
  footer ul li a { color: #222; padding: 0; }
  footer ul li a br { display: none; }
  footer ul li:last-child { border: none; }
  footer ul .treatment { display: none; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #222; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { background-size: auto 20rem; padding-top: 20rem; background-position: top center; background-repeat: no-repeat; margin: 0 auto 0; position: relative; }
#TopPage #kv .wrap { margin: 0; line-height: 1.4; font-size: 1.6rem; }
#TopPage #kv .kv_txt { text-align: center; margin: 0; padding: 1.5rem 0; background: #009060; color: #fff; font-size: 1.8rem; line-height: 2.1; font-weight: bold; }
#TopPage #kv .kv_txt span { border-bottom: 0.2rem dotted #fff; }
#TopPage main h2 span span { display: block; font-size: 44%; color: #f5aa00; width: 100%; text-align: center; }
#TopPage main #news { padding-top: 3rem; background: url("../img/news_bg.png") no-repeat top right #F8F9F9; background-size: contain; margin-bottom: 0; }
#TopPage main #news h2 { margin: 0 auto; background: url("../img/news_h2.png") center center no-repeat; background-size: auto 7rem; min-height: 7rem; padding: 2rem 0; }
#TopPage main #news .wrap { padding: 0.5rem 1rem 2rem 1rem; margin: 0 auto; }
#TopPage main #news dl { padding: 0 1rem; border-bottom: #e0e0e0 0.1rem solid; margin-bottom: 3rem; }
#TopPage main #news dl dt { color: #fff; position: relative; color: #009060; margin: 1rem 0; padding-top: 1rem; border-top: #e0e0e0 0.1rem solid; }
#TopPage main #news dl dt span { display: block; color: #999; font-size: 89%; }
#TopPage main #news dl dt::after { position: absolute; right: 0; top: 0.4rem; font-family: fontello; content: '\f107'; font-size: 2.0rem; width: 1em; text-align: center; }
#TopPage main #news dl dt.close::after { content: '\f106'; }
#TopPage main #news dl dt:first-child { border: none; padding-top: 0; }
#TopPage main #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage main #features { background: url("../img/features_bg.jpg") no-repeat top center; background-size: cover; padding: 5rem 0; }
#TopPage main #features p.pc_n { font-size: 1.8rem; color: #664433; font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP"; font-weight: bold; text-align: center; margin-bottom: 2rem; }
#TopPage main #features p.pc_n span { border-bottom: 0.2rem dotted #009060; }
#TopPage main #features ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #features ul li { background: url("../img/features_circle.png") no-repeat center center; background-size: auto; height: 25rem; width: 25rem; border-radius: 50%; padding: 4.5rem 0 0; }
#TopPage main #features ul li p { font-size: 1.6rem; text-align: center !important; }
#TopPage main #features ul li img { width: 19rem; display: block; margin: 0 auto 1.5rem; }
#TopPage main #treatments { margin: 0 auto 3rem; }
#TopPage main #treatments .wrap > ul { display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #treatments .wrap > ul > li { width: 16rem; margin: 0 0.5rem 2rem; white-space: nowrap; }
#TopPage main #treatments .wrap > ul a { display: flex; align-items: center; flex-wrap: wrap; padding: 0 0 0 4rem; color: #fff; background: #0eb388; border: none; width: 100%; height: 5rem; border-radius: 1rem; position: relative; line-height: 1.3; font-size: 1.3rem; font-weight: bold; letter-spacing: normal; }
#TopPage main #treatments .wrap > ul a::before { content: ''; background: url("../img/menu01.svg") no-repeat center center #fff; background-size: auto 60%; border-radius: 50%; width: 3rem; height: 3rem; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; font-weight: normal; position: absolute; top: 0.95rem; left: 0.5rem; }
#TopPage main #treatments .wrap > ul a::after { content: ''; background: url("../img/icon_arrow.png") center center no-repeat; position: absolute; background-size: cover; top: 50%; transform: translateY(-50%); font-weight: bold; right: 0.7rem; width: 1rem; height: 1rem; }
#TopPage main #treatments .wrap > ul > li:nth-child(2) > a::before { background-image: url("../img/menu02.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(3) > a::before { background-image: url("../img/menu03.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > a::before { background-image: url("../img/menu04.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(5) > a::before { background-image: url("../img/menu05.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(6) > a::before { background-image: url("../img/menu06.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(7) > a { padding-left: 0.5rem; }
#TopPage main #treatments .wrap > ul > li:nth-child(7) > a::before { display: none; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) { background: #dcf4ee; width: 100%; border-radius: 1rem; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > a { border-radius: 1rem 1rem 0 0; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul { margin: 1rem 0.5rem; display: flex; flex-wrap: wrap; justify-content: space-around; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul li { width: 45%; max-width: 15rem; margin: 1rem 0.5rem; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul li a { background: #6cc672; }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul > li:nth-child(1) > a::before { background-image: url("../img/menu04_s01.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul > li:nth-child(2) > a::before { background-image: url("../img/menu04_s02.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul > li:nth-child(3) > a::before { background-image: url("../img/menu04_s03.svg"); }
#TopPage main #treatments .wrap > ul > li:nth-child(4) > ul > li:nth-child(4) > a::before { background-image: url("../img/menu04_s04.svg"); }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 75rem; background-position: top center; background-size: auto; max-width: none; margin: -5.8rem auto 0; width: 100%; min-width: 122rem; padding: 0; }
  #TopPage #kv > .wrap { margin: 0 auto; padding: 27rem 0 0 55rem; }
  #TopPage #kv .kv_txt { background-color: rgba(255, 255, 255, 0.8); font-size: 3.5rem; padding: 3rem 0; text-align: center; color: #009060; }
  #TopPage #kv .kv_txt span { border-width: 0.4rem; border-color: #009060; }
  #TopPage main #news { padding: 7rem 0; }
  #TopPage main #news .wrap { display: flex; justify-content: space-between; }
  #TopPage main #news h2 { width: 27rem; background-size: auto; height: 20rem; padding-top: 5rem; }
  #TopPage main #news dl { margin: 0 auto; width: 90rem; }
  #TopPage main #news dl dt { font-size: 1.8rem; margin-bottom: 1.5rem; padding-top: 1.5rem; }
  #TopPage main #news dl dd { margin: 0; }
  #TopPage main #treatments { padding: 0 0 8rem; }
  #TopPage main #treatments .wrap { width: 110rem; }
  #TopPage main #treatments .wrap > ul { justify-content: space-between; }
  #TopPage main #treatments .wrap > ul > li { width: 34rem; margin: 0 0 3rem; }
  #TopPage main #treatments .wrap > ul > li a { height: 13rem; padding-left: 11rem; font-size: 2.4rem; }
  #TopPage main #treatments .wrap > ul > li a::before { width: 6.4rem; height: 6.4rem; top: 3rem; left: 3rem; }
  #TopPage main #treatments .wrap > ul > li a::after { width: 1.6rem; height: 1.6rem; right: 1.5rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) { display: flex; height: 25.6rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) > a { width: 34rem; height: 25.6rem; border-radius: 2rem 0 0 2rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) > a::before { top: 9.5rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) ul { margin: 1.5rem 2rem; width: 70rem; justify-content: space-between; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) ul li { width: 34rem; height: 10rem; max-width: none; margin: 0.5rem 0; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) ul li a { height: 10rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) ul li a::before { top: 1.9rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(4) ul li a::after { top: 4.5rem; }
  #TopPage main #treatments .wrap > ul > li:nth-child(7) > a { padding-left: 3rem; }
  #TopPage main #treatments .wrap > ul::after { content: ''; display: block; width: 34rem; }
  #TopPage main #features { padding: 11rem 0 7rem; }
  #TopPage main #features .wrap { display: flex; flex-direction: row-reverse; align-items: flex-start; justify-content: space-between; padding: 0 6rem 0 0; }
  #TopPage main #features .wrap img.sp_n { margin-top: 5rem; }
  #TopPage main #features .wrap ul { width: 75rem; }
  #TopPage main #features .wrap ul li { background-size: 35.6rem 35.6rem; width: 35.6rem; height: 35.6rem; }
  #TopPage main #features .wrap ul li img { margin: 3rem auto 2rem; }
  #TopPage main #features .wrap ul li p { font-size: 2rem; }
  #TopPage main #features .wrap ul li:first-child { width: 100%; margin-bottom: -3rem; }
  #TopPage #overview { margin-top: 0; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #009060; 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: #009060; 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 #f5aa00; }
#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: #f5aa00; line-height: 1.2; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { margin: 0 auto; }
  #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 #doctor .flex_RLTB.half { align-items: flex-start; } }

/*# sourceMappingURL=style.css.map */
