@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; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; line-height: 1em; margin-left: .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: #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; }

.mt_50 { margin-top: 5rem !important; }

.flex-wrap { flex-wrap: wrap; }

.justify-content { justify-content: center !important; }

.gap10 { gap: 1rem; }

.border-blue { border: 2px solid #1c63bb; }

/* 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; }
  .h81 { height: 81.66px; } }
/* ----------------------------------------------------------------------------------
リストなど　_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: #ffe100; 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: #ffe100; }

/*　● インライン -------------------------------------- */
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 i { display: inline !important; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f105"; padding-right: 0.5rem; font-weight: bold; color: #ffe100; }

/* ページ内リンク -------------------------------------- */
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: #f39800; }

@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(243, 152, 0, 0.2); display: block; border: #f39800 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; padding: 0; margin: 0 0 10px; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 20px; box-sizing: border-box; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #ffe100; 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: #9ed800; 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: #ffe100; 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 0 5px; }

@media screen and (min-width: 48em), print { .dl_career dt { width: 9em; float: left; font-weight: normal; }
  .dl_career dd { margin-left: 10em; } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #9ed800; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #f39800; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #9ed800 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #9ed800; padding: 0.5rem; color: #fff; }
.dl_tbl > dd.bg_b { background: #e6ffe2; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #9ed800; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #f39800 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt { border-bottom: #f39800 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #f39800; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #9ed800; }
.box2 dt { border-bottom: #9ed800 dotted 2px; }
.box2 ul.list_maru > li::before { color: #9ed800; }

@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: #d6103e; }

.fc_gr { color: #f39800; }

.fc_or { color: #ffe100; }

.fc_bl { color: #427aeb; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #f39800; color: #f39800; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #f39800; color: #fff; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }

a.btn::after { font-family: 'fontello'; content: "\e807"; padding-right: 3px; font-weight: bold; position: absolute; right: 10px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

figure figcaption { text-align: center; margin: 0 0 2rem; color: #888; }

#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, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, 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.05em; 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: 40px; }

#lower main { background: url("../img/bg_overview.png") no-repeat bottom center; background-size: contain; padding-bottom: 5rem; margin-bottom: 0; }
#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; }
  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; } }
/* slicknav  -------------------------------------- */
.slicknav_menu { position: absolute; top: 1.0rem; right: 0; font-size: 2.5rem; display: inline-block; background: none; padding: 0; z-index: 10; }

.slicknav_menu .slicknav_btn { width: 4.5rem; height: 4.5rem; color: #fff; background: #9ed800; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0.5rem 0; line-height: 1; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\f0c9'; font-size: 1.8rem; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.3rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e806'; font-size: 1.8rem; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.3rem; margin-top: 0.3rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #9ed800; 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: 1.0rem; }

.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 1.0rem 1.8rem; }

.slicknav_menu .slicknav_nav .box_white .bnr { margin: 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li { margin: 1.0rem 0; }

.slicknav_menu .slicknav_nav .box_white .bnr li a { padding: 1.0rem; }

.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after { display: none !important; }

#nav { display: none; }

@media screen and (min-width: 48em), print { .slicknav_menu { display: none; } }
.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 br { display: none; }

/* header  -------------------------------------- */
header > .wrap { margin: 1rem; }
header .logo { margin: 2.5rem 1.5rem 0; width: calc( 100% - 6rem ); max-width: 28rem; min-height: 8rem; }
header .logo span { display: block; text-align: center; font-size: 1.2rem; margin-bottom: 1rem; }
header .logo img { width: 28rem; }
header > h1 { background: url("../img/h1.jpg") no-repeat right center; background-size: 100% auto; border-radius: 1rem; padding: 2rem 1rem; margin: 0 1rem 3rem; font-size: 2.2rem; color: #fff; text-align: center; text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px; }
header .h_insta { position: absolute; top: 6rem; right: 0.5rem; display: inline-block; width: 4.5rem; /*幅*/ height: 4.5rem; /*高さ*/ background: #D22C6E; }
header .h_insta i { /*アイコン*/ color: #FFF; /*白に*/ z-index: 2; /*グラデーションより前に*/ font-size: 3.5rem; /*アイコンサイズ*/ line-height: 4.5rem; /*高さと合わせる*/ margin: 0 0.5rem; }

#lower h2 { position: relative; margin-bottom: calc( 1em + 1rem ); align-items: center; display: flex; justify-content: center; font-size: 2rem; background: url("../img/orn_horseshoe.png") no-repeat center center; background-size: 6rem auto; min-height: 6rem; font-weight: normal; }
#lower h2::after { position: absolute; bottom: -1rem; display: inline-block; width: 3.6rem; height: 0.2rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #9ed800; content: ''; }
#lower h3 { margin: 3rem  0 2rem; font-size: 1.8rem; display: flex; align-items: center; font-weight: normal; }
#lower h3 span { width: calc(100% - 2.5rem); font-weight: normal; }
#lower h3::before { content: ''; display: block; width: 5rem; height: 6rem; position: inherit; background-image: url("../img/character_02.svg"); background-repeat: no-repeat; background-position: center top; transform: none; }
#lower h4 { border-bottom: #e0e0e0 0.2rem solid; padding: 0.7rem 0.5rem; margin: 2rem  0 2rem; font-size: 1.7rem; font-weight: normal; }
#lower h5 { margin: 2rem 0 2rem; padding: 0; font-size: 1.6rem; font-weight: normal; }

@media screen and (min-width: 48em), print { header { padding: 0; width: 100%; margin: 0 0 7rem; height: auto; }
  header > .wrap { margin: 1.5rem auto 2.5rem; display: flex; justify-content: space-between; align-items: center; }
  header > .wrap .logo { width: 45.5rem; max-width: none; margin: 0; }
  header > .wrap .logo img { width: 45.5rem; }
  header > .wrap div.sp_n { display: flex !important; justify-content: space-between; width: 58rem; height: 8rem; }
  header > .wrap div.sp_n > ul { margin: 0; width: 33.3rem; text-align: center; padding-top: 0.7rem; }
  header > .wrap div.sp_n > ul li:first-child { color: #401f00; font-size: 1.6rem; letter-spacing: 0.3rem; }
  header > .wrap div.sp_n > ul li:first-child span { display: none; }
  header > .wrap div.sp_n > ul li:nth-child(2) { color: #638c0b; font-family: "Josefin Sans", sans-serif; font-size: 4rem; letter-spacing: 0.3rem; }
  header > .wrap div.sp_n > ul li:nth-child(2)::before { font-family: 'fontello'; content: '\e817'; padding: 0 0.8rem 0 0; }
  header > .wrap div.sp_n > p { width: 22rem; background: #f39800; height: 8rem; font-size: 2.4rem; position: relative; border-radius: 0.8rem; box-shadow: 1px 3px 0px 1px #d28200; z-index: 0; }
  header > .wrap div.sp_n > p a { color: #fff; height: 8rem; text-align: center; padding: 3rem 0; display: block; }
  header > .wrap div.sp_n > p a span { font-size: 80%; display: block; }
  header > .wrap div.sp_n a::after { content: '\e818'; font-family: 'fontello'; position: absolute; color: #f5ad33; font-size: 6rem; z-index: -1; top: 1rem; left: 8rem; }
  header > h1 { width: 120rem; height: 20rem; margin: 0 auto; padding: 0; display: flex; justify-content: center; align-items: center; border-radius: 3rem; font-size: 3.6rem; }
  header .h_insta { position: relative; height: 8rem; width: 8rem; top: auto; right: auto; border-radius: 0.8rem; }
  header .h_insta i { font-size: 4.6rem; line-height: 8rem; margin: 0 1.7rem 0 1.8rem; }
  #nav { display: block; text-align: center; padding: 0 9rem; width: 112rem; margin: -4rem auto 0; background: #9ed800; border-radius: 1.2rem; box-shadow: 1px 3px 0px 1px #80b206; font-family: "Kosugi Maru", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; }
  #nav ul.gnav { display: flex; padding: 0; justify-content: space-between; font-size: 1.8rem; margin: 0 auto; }
  #nav ul.gnav > li { margin-bottom: 0; padding-bottom: 0; position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
  #nav ul.gnav > li > a { padding: 8rem 0  2rem; color: #e5f3bf; width: 100%; position: relative; display: block; font-weight: bold; font-size: 2.2rem; }
  #nav ul.gnav > li > a:hover { opacity: 1; }
  #nav ul.gnav > li > a:hover::after { content: ''; display: block; width: 100%; height: 0.2rem; background: #e5f3bf; bottom: 1.5rem; margin: auto; position: absolute; }
  #nav ul.gnav > li::before { font-family: 'fontello'; content: '\e819'; font-size: 4rem; top: 2rem; display: block; font-weight: normal; position: absolute; color: #e5f3bf; width: 100%; }
  #nav ul.gnav > li:nth-child(2)::before { content: '\e81a'; }
  #nav ul.gnav > li:nth-child(3)::before { content: '\e81b'; font-size: 4.5rem; }
  #nav ul.gnav > li:nth-child(4)::before { content: '\e81c'; font-size: 4.5rem; }
  #nav ul.gnav > li:nth-child(5)::before { content: '\e81d'; }
  #nav ul.gnav > li:nth-child(6)::before { content: '\e816'; font-size: 6.5rem; top: 1rem; }
  #nav ul.gnav > li.treatment { margin-right: 1rem; }
  #nav ul.gnav > li.treatment .subsub { display: none; position: absolute; width: 30rem; padding: 0; z-index: 100; top: 12.3rem; left: -3.0rem; background: rgba(230, 255, 226, 0.99); }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; text-align: left; }
  #nav ul.gnav > li.treatment .subsub li a { padding: 0; color: #9ed800; display: block; margin: 0; padding: 1rem 1rem 1rem 2.5rem; }
  #nav ul.gnav > li.treatment .subsub li a::before { font-family: 'fontello'; content: '\f105'; padding-right: 0.5rem; font-weight: bold; }
  #nav ul.gnav > li.treatment .subsub li a:hover { background: #9ed800; color: #fff; } }
/* main   -------------------------------------- */
main { display: block; background-size: auto; }
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; }
  #lower { background: url("../img/bg_header.png") repeat-x top center; }
  #lower main { padding-top: 0; padding-bottom: 9rem; }
  #lower h2 { font-size: 3.6rem; line-height: 1.3; margin: 5rem 0 4rem; background-size: auto; min-height: 11rem; }
  #lower h2::after { height: 0.5rem; bottom: -1.5rem; }
  #lower h3 { font-size: 3rem; margin: 7rem 0 2rem; }
  #lower h3::before { margin-right: 1.5rem; }
  #lower h4 { font-size: 2.2rem; padding: 0 0.5rem 0.5rem; margin: 4rem 0 2rem; }
  #lower h5 { font-size: 2rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: #fbfbf4; padding: 2rem 0; margin: 0; }
#overview .wrap > img { max-width: 28rem; }
#overview .logo { display: flex; justify-content: center; align-items: flex-start; margin: 0 auto; }
#overview .logo::before, #overview .logo::after { display: block; position: inherit; width: 10%; height: 60px; content: ''; transform: none; }
#overview .logo::before { background: url("../img/character_01.svg") no-repeat top center; height: 66px; }
#overview .logo::after { background: url("../img/character_02.svg") no-repeat top center; }
#overview .logo img { width: 70%; margin: 0 1rem; }
#overview .overviewL { max-width: 50rem; margin: 1rem auto; }
#overview .overviewL p.tel { text-align: center; border: #9ed800 0.1rem solid; font-size: 2rem; margin-bottom: 2rem; background: #fff; font-family: "Josefin Sans", sans-serif; color: #638c0b; }
#overview .overviewL p.tel a { color: #638c0b; display: block; padding: 1rem 0; }
#overview .overviewL p.tel a::before { font-family: 'fontello'; content: '\e817'; }
#overview > .wrap > .txt_c { margin: 3rem auto; }
#overview .bnrwrap ul:first-child { margin-top: 2rem; }
#overview .bnrwrap ul:nth-child(n + 2) { margin-top: 0; margin: auto; }
#overview ul.bnr { margin: 2rem auto 0; max-width: 36rem; }
#overview ul.bnr li.txtbnr a { width: 100%; padding: 1rem; text-align: center; display: flex; align-items: center; justify-content: center; gap: 1rem; border: #9ed800 solid 0.2rem; color: #9ed800; background: #fff; }
#overview ul.bnr li.txtbnr a::before { content: ''; display: block; width: 6rem; height: 5rem; position: inherit; /*background-image: url(../img/character_02.svg);*/ background-repeat: no-repeat; background-position: center top; transform: none; }
#overview ul.bnr li.txtbnr a.character_01::before { background-image: url(../img/character_01.svg); }
#overview ul.bnr li.txtbnr a.character_02::before { background-image: url(../img/character_02.svg); }
#overview ul.bnr li.te a img { display: block; max-width: 100%; height: auto; }

.gmap { height: 30rem; }
.gmap iframe { height: 100%; width: 100%; }

.dl_overview p { background: #9ed800; padding: 0.5rem; text-align: center; margin-bottom: 1rem; color: #fff; border-radius: 3rem; }
.dl_overview dd { margin-bottom: 2rem; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
.tbl_time caption span { color: #9ed800; }
.tbl_time thead tr { border-bottom: 0.1rem solid  #ccc; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0; }
.tbl_time tbody tr { border-bottom: 0.1rem solid  #ccc; }
.tbl_time tbody tr td:last-child { min-width: 2.5em; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody th span, .tbl_time tbody td span { font-size: 1.2rem; padding-top: 0.2rem; line-height: 1.4; display: block; }
.tbl_time tbody td { min-width: 2em; color: #9ed800; }
.tbl_time .fc_or { color: #f39800; }

@media screen and (min-width: 48em), print { .tbl_time caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  .tbl_time thead th { padding: 2rem 0.5rem; font-weight: normal; }
  .tbl_time tbody th { padding: 2rem 0; font-weight: normal; width: 13rem; }
  .tbl_time tbody th span { font-size: 1.4rem; }
  .tbl_time tbody td { padding: 2rem 0; vertical-align: top; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-around; background: #e6ffe2; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: calc(80% / 2); height: 45px; margin: 0.2rem; background: #9ed800; position: relative; letter-spacing: normal; padding: 0 0.5rem; }
.sp_bottom li a { display: flex; align-items: center; flex-wrap: wrap; padding: 1rem 0; color: #fff; justify-content: center; }
.sp_bottom li a i { font-size: 1.8rem; padding: 0; }
.sp_bottom li:first-child { font-family: "Josefin Sans", sans-serif; }
.sp_bottom li:first-child i { padding-bottom: 0.2rem; }
.sp_bottom li:last-child { width: 20%; }

#pageup::before { content: ''; display: block; width: 20px; height: 25px; position: inherit; background-image: url(../img/character_02.svg); background-repeat: no-repeat; background-position: center top; transform: none; padding: 0; }

@media screen and (min-width: 48em), print { .sp_bottom { background-color: transparent; position: relative; height: 7rem; width: 7rem; margin: 0 0 0 auto; padding: 0; }
  .sp_bottom li { background-color: transparent; }
  .sp_bottom li:first-child, .sp_bottom li:nth-child(2) { display: none !important; }
  .sp_bottom li:last-child { width: auto; }
  #pageup { background: #ffffff; border: 3px solid #f39800; color: #333333; font-weight: bold; height: 12rem !important; width: 12rem !important; border-radius: 50%; bottom: 2rem; right: 1rem; display: grid; place-items: center; position: fixed; padding: 5rem 0 0; }
  #pageup::before { content: ''; display: block; width: 4rem; height: 4rem; position: inherit; background-image: url(../img/character_02.svg); background-repeat: no-repeat; background-position: center top; transform: none; padding: 5.5rem 0; } }
footer ul, footer figure { display: none; }
footer .wrap { margin: 3rem 0 0; }

address { padding: 0.7rem 0 55px; font-style: normal; background: #9ed800; text-align: center; color: #fff; font-size: 1rem; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 2rem 0; }
  #overview .logo::before, #overview .logo::after { width: 10rem; height: 60px; }
  #overview .logo::after { height: 6.8rem; }
  #overview .logo .img_c { max-width: none; width: 45.5rem; margin: 0 0 3.5rem; }
  #overview .flex_LRTB { justify-content: space-between; }
  #overview .overviewL { width: 60rem; max-width: none; padding: 0; margin: 0; }
  #overview .overviewL p.tel { padding: 2rem 0; font-size: 4rem; margin: 3rem 0; }
  #overview .overviewL p.tel a::before { display: none; }
  #overview .overviewL p.tel a { display: inline; }
  #overview .overviewL p.tel::before { content: '\e817'; font-family: 'fontello'; padding-right: 1rem; }
  #overview .overviewR { width: 53rem; margin: 0; height: auto; }
  #overview > .wrap > .txt_c { margin: 5rem auto 0; }
  #overview > .wrap > .txt_c img { max-width: none; }
  #overview ul.bnr { display: flex; align-items: center; justify-content: space-between; /*  margin:5rem 0 !important; */ max-width: none; }
  #overview ul.bnr li { width: 24.5%; margin: 0; height: 8.2rem; }
  #overview ul.bnr li img { width: 100%; }
  #overview ul.bnr li.txtbnr a { display: flex; align-items: center; justify-content: center; font-size: 2rem; line-height: 1.2; height: 8.2rem; }
  #overview ul.bnr li.txtbnr a i { padding-left: 1rem; }
  #overview ul.bnr:first-child { margin-top: 5rem !important; }
  #overview ul:nth-child(n + 2) { margin-top: 2rem !important; }
  .dl_overview { display: flex; flex-wrap: wrap; }
  .dl_overview dt { width: 12rem; margin-right: 2rem; margin-bottom: 1rem; }
  .dl_overview dt p { padding: 0.9rem 0; text-align: center; margin: 0; }
  .dl_overview dd { width: 42rem; padding-top: 1.2rem; font-size: 1.6rem; }
  address { padding: 22rem 0 5rem; font-size: 1.6rem; margin: 0 auto; background: url("../img/bg_footer.png") repeat-x center bottom; height: 29.2rem; }
  footer { display: block; padding: 4.5rem 0 0; font-size: 1.6rem; margin: 0 auto; background: #fbfbf4; }
  footer ul { display: flex; flex-wrap: wrap; justify-content: center; }
  footer ul li { border-left: 1px solid #222; line-height: 1; padding: 0 1rem; margin-bottom: 1.5rem; }
  footer ul li a { color: #222; padding: 0; }
  footer ul li:first-child { border-left: none; }
  footer ul li.treatment { display: none; }
  footer > ul:first-child { margin-bottom: 0; }
  footer > ul:first-child li:first-child { border-left: none; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #222; }

@media screen and (min-width: 48em), print { .tel { font-size: 1.8rem; } }
/* TopPage  -------------------------------------- */
#TopPage #kv { margin: 0 1rem; }
#TopPage #kv .wrap { margin: 0 auto; max-height: 30rem; max-width: 66.5rem; position: relative; }
#TopPage #kv ul { margin: 0 auto; max-height: 30rem; max-width: 66.5rem; }
#TopPage #kv img { max-height: 30rem; border-radius: 1rem; }
#TopPage #kv .kv_txt { position: absolute; padding: 0; margin: 0; left: 1rem; top: 3rem; font-size: 1.6rem; }
#TopPage #kv .kv_txt span { background: #fff; border-radius: 0.5rem; line-height: 1.2; display: inline-block; padding: 0.3rem; margin-bottom: 0.5rem; }
#TopPage main h2 { margin-bottom: 2rem; font-size: 2rem; background: url("../img/orn_horseshoe.png") no-repeat center center; background-size: 6rem auto; min-height: 6rem; font-weight: normal; padding-top: 1rem; text-align: center; }
#TopPage main h2 span span { color: #9ed800; font-family: "Josefin Sans", sans-serif; font-size: 1.6rem; display: block; }
#TopPage main #news { background: #d9f8ff; padding: 3rem 0; margin: 0; }
#TopPage main #news dl { padding: 0; overflow: auto; border-top: 0.1rem dotted #ccc; border-bottom: 0.1rem dotted #ccc; margin-bottom: 4rem; }
#TopPage main #news dl dt { margin-bottom: 0.8rem; font-size: 1.6rem; font-weight: bold; color: #3b2761; border-top: 0.1rem dotted #ccc; padding-top: 0.8rem; position: relative; padding-left: 1.5rem; }
#TopPage main #news dl dt::before { position: absolute; left: 0; top: 1.1rem; content: '▲'; font-size: 1.1rem; }
#TopPage main #news dl dt.close::before { content: '▼'; }
#TopPage main #news dl dd { margin-bottom: 2rem; display: none; }
#TopPage main #news dl dt:first-child { border-top: none; }
#TopPage main #news #clinicPR { max-width: 60rem; margin: auto; padding: 0 1rem; }
#TopPage main #features { background: #e6ffe2; position: relative; z-index: 0; padding: 3rem 0; margin: 0; }
#TopPage main #features ol { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; }
#TopPage main #features ol > li { position: relative; max-width: 38rem; margin: 2rem auto; list-style: none; border-radius: 2rem; background: #fff; }
#TopPage main #features ol > li img { max-width: calc(100% - 2rem); display: block; margin: 1rem; }
#TopPage main #features ol > li dl { margin: 0; padding: 1.5rem 3rem; }
#TopPage main #features ol > li dl dt { font-size: 1.8rem; color: #9ed800; font-weight: bold; margin-bottom: 1rem; text-align: center; }
#TopPage main #features ol > li::after { display: block; position: absolute; top: 1rem; left: 1rem; content: ''; width: 100%; height: 100%; background-size: auto auto; background-color: rgba(255, 255, 255, 0); background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #fff 6px, #fff 12px); z-index: -1; border-radius: 2rem; }
#TopPage main #treatments { padding: 3rem 0; margin-bottom: 0; background: url("../img/bg_overview.png") no-repeat bottom center #FFFFCD; background-size: contain; margin-bottom: 0; }
#TopPage main #treatments ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-around; margin: 0 auto; }
#TopPage main #treatments ul li { width: 48%; max-width: 17rem; margin-bottom: 1.5rem; }
#TopPage main #treatments ul li a { display: block; height: 100%; color: #222; border: none; text-align: center; padding: 2rem 0; position: relative; font-size: 1.5rem; text-shadow: 2px 2px 3px #ccc; }
#TopPage main #treatments ul li a::before { content: ''; display: block; height: 10rem; width: 10rem; border-radius: 50%; margin: 0 auto 0.5rem; border: 0.2rem solid #ffe100; }
#TopPage main #treatments ul li a span { display: block; }
#TopPage main #treatments ul li a.pediatrics::before { background: url("../img/icon_pediatrics.svg") no-repeat center center #fff; background-size: 6rem auto; }
#TopPage main #treatments ul li a.enuresis::before { background: url("../img/icon_enuresis.svg") no-repeat center center #fff; background-size: 6.5rem auto; }
#TopPage main #treatments ul li a.allergy::before { background: url("../img/icon_allergy.svg") no-repeat center center #fff; background-size: 6.5rem auto; }
#TopPage main #treatments ul li a.vaccination::before { background: url("../img/icon_vaccination.svg") no-repeat center center #fff; background-size: 5.5rem auto; }
#TopPage main #treatments ul li a.examination::before { background: url("../img/icon_checkup.svg") no-repeat center center #fff; background-size: 4.5rem auto; }
#TopPage main #treatments ul li a.free::before { background: url("../img/icon_free.svg") no-repeat center center #fff; background-size: 5.8rem auto; }
#TopPage main #treatments ul li a.babyhead::before { background: url("../img/icon_babyhead.svg") no-repeat center center #fff; background-size: 4.5rem auto; }

@media screen and (min-width: 48em), print { #TopPage { background: url("../img/bg_header_index.png") repeat-x top center; }
  #TopPage header { margin-bottom: 3rem; }
  #TopPage #kv { margin: 0 auto; background-size: auto; border-radius: 1rem; background-position: center right; height: 55rem; width: 120rem; position: relative; z-index: -1; background-color: #d9f8ff; }
  #TopPage #kv .wrap { margin: 0 auto; padding: 0; height: 55rem; width: 120rem; max-width: none; max-height: none; }
  #TopPage #kv ul { max-width: none; max-height: none; width: 120rem; }
  #TopPage #kv img { width: 120rem; max-height: none; border-radius: 3rem; }
  #TopPage #kv .kv_txt { font-size: 3rem; line-height: 5rem; left: 4rem; top: 4rem; }
  #TopPage #kv .kv_txt span { margin-bottom: 1rem; }
  #TopPage main { margin-top: 8rem; }
  #TopPage main h2 { font-size: 3.6rem; line-height: 1.3; background-size: auto; min-height: 11rem; padding-top: 2.5rem; }
  #TopPage main h2 span > span { font-size: 2rem; margin-top: 1rem; }
  #TopPage main #news { padding: 0 0 6rem; margin: 0 0 1rem; }
  #TopPage main #news .wrap { display: flex; align-items: center; justify-content: space-between; width: 112rem; }
  #TopPage main #news h2 { position: relative; margin: 0 0 17rem; }
  #TopPage main #news h2::after { position: absolute; background: url("../img/character_02.svg") no-repeat center center; content: ''; width: 100%; height: 15.4rem; display: block; bottom: -17rem; }
  #TopPage main #news dl { width: 84rem; padding: 0; margin-bottom: 4rem; }
  #TopPage main #news dl *:first-child { margin-top: 0; }
  #TopPage main #news dl dt { font-size: 2.4rem; margin-bottom: 1rem; margin-top: 1rem; padding-left: 2rem; }
  #TopPage main #news dl dt::before { font-size: 1.6rem; width: 1.8rem; }
  #TopPage main #features { margin: 0 auto; padding: 6rem 0; }
  #TopPage main #features h2 { margin: 0 0 4rem; display: flex; justify-content: center; }
  #TopPage main #features h2::before, #TopPage main #features h2::after { display: block; position: inherit; width: 11rem; height: 60px; content: ''; bottom: 0; transform: none; }
  #TopPage main #features h2::before { background: url("../img/character_01.svg") no-repeat center top; right: auto; left: 0; }
  #TopPage main #features h2::after { background: url("../img/character_02.svg") no-repeat center top; right: 0; left: auto; }
  #TopPage main #features .wrap { width: 120rem; }
  #TopPage main #features ol { justify-content: space-between; }
  #TopPage main #features ol > li { max-width: none; margin: 0 0 7rem; width: 54rem; }
  #TopPage main #features ol > li dl { padding: 1.5rem 5rem 5rem; }
  #TopPage main #features ol > li dl dt { font-size: 3rem; margin-bottom: 2.0rem; }
  #TopPage main #features ol li::after { left: 2.0rem; top: 2.0rem; }
  #TopPage main #treatments { padding-top: 4rem; padding-bottom: 7rem; margin: 0; background-size: auto; }
  #TopPage main #treatments h2 { margin: 3rem 0; display: flex; justify-content: center; }
  #TopPage main #treatments h2::before, #TopPage main #treatments h2::after { display: block; position: inherit; background: url("../img/orn_flag.png") no-repeat center top; width: 38rem; height: 5.2rem; content: ''; bottom: 0; left: 0; transform: none; }
  #TopPage main #treatments ul { width: 90%; justify-content: center; gap: 0 6rem; }
  #TopPage main #treatments ul li { width: 21.6rem; max-width: none; margin: 4rem 0; }
  #TopPage main #treatments ul li:nth-child(even) { margin-top: 0; }
  #TopPage main #treatments ul li a { font-size: 2.4rem; }
  #TopPage main #treatments ul li a::before { width: 20.8rem; height: 20.8rem; border-width: 0.4rem; margin-bottom: 2rem; }
  #TopPage main #treatments ul li a.pediatrics::before { background-size: 11rem auto; }
  #TopPage main #treatments ul li a.enuresis::before { background-size: 12rem auto; }
  #TopPage main #treatments ul li a.allergy::before { background-size: 12rem auto; }
  #TopPage main #treatments ul li a.vaccination::before { background-size: 10rem auto; }
  #TopPage main #treatments ul li a.examination::before { background-size: 9rem auto; }
  #TopPage main #treatments ul li a.free::before { background-size: 12rem auto; }
  #TopPage main #treatments ul li a.babyhead::before { background-size: 12rem auto; } }
/* lower  -------------------------------------- */
#lower #vaccination .dl_vc1 > dt, #lower #vaccination .dl_vc2 > dt { background: #f39800; color: #fff; padding: 1rem 0.5rem; }
#lower #vaccination .dl_vc1 > dt a, #lower #vaccination .dl_vc2 > dt a { color: #fff; border: none; }
#lower #vaccination .dl_vc1 > dd, #lower #vaccination .dl_vc2 > dd { padding: 1rem 0.5rem 2rem; }
#lower #vaccination .dl_vc1 > dt.nama, #lower #vaccination .dl_vc2 > dt.nama { background: #9ed800; }
#lower #vaccination .dl_vc1 > dt.nama + dd ul.list_maru li::before, #lower #vaccination .dl_vc2 > dt.nama + dd ul.list_maru li::before { color: #cbeb75; }
#lower #vaccination .tbl_def tbody tr td:first-child { white-space: nowrap; }
#lower #vaccination .tbl_def.price { max-width: 40rem; margin: 0 auto 1rem; }
#lower #vaccination .tbl_def.price caption { caption-side: top; }
#lower #vaccination .tbl_def.price th { text-align: left; }
#lower #vaccination .tbl_def.price td { text-align: right; }
#lower .tbl_def { border: 0.1rem solid #9ed800; 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 { color: #fff; border-radius: 1rem 1rem 0 0; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; background: #9ed800; }
#lower .tbl_def tbody tr:nth-child(even) { background: #e6ffe2; }
#lower .tbl_def td, #lower .tbl_def th { padding: 0.7rem 0.5rem; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { width: 70rem; margin: 0 auto; }
  #lower main .tbl_time tbody th { width: 20rem; }
  #lower .tbl_def tbody td, #lower .tbl_def tbody th { padding: 1.5rem; }
  #lower #vaccination .dl_vc1 > dt, #lower #vaccination .dl_vc2 > dt { width: 50%; }
  #lower #vaccination .tbl_def tbody tr td:first-child { white-space: nowrap; }
  #lower #vaccination .tbl_def.price { max-width: 50rem; }
  #lower #access .flex_LRTB { align-items: flex-start; }
  #lower #access .gmap { height: 50rem; }
  #lower #doctor { /*      #popup{ width: auto; max-width: none; overflow: auto; height: 90%;   }*/ }
  #lower #doctor #js-show-popup:hover { cursor: pointer; opacity: 0.7; }
  #lower #doctor .popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: .6s; }
  #lower #doctor .popup.is-show { opacity: 1; visibility: visible; }
  #lower #doctor .popup-inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 600px; background-color: #fff; z-index: 2; height: 90%; padding-top: 5rem; }
  #lower #doctor .popup-inner a { border: none; overflow: auto; display: block; height: 100%; padding: 2rem; opacity: 1; }
  #lower #doctor .popup-inner img { width: 100%; }
  #lower #doctor .close-btn { position: absolute; right: 1rem; top: 0; height: 50px; line-height: 50px; text-align: center; cursor: pointer; }
  #lower #doctor .close-btn i { font-size: 20px; color: #333; }
  #lower #doctor .black-background { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 1; cursor: pointer; }
  #lower #examination #svs .flex_RLTB { align-items: center; }
  #lower #examination #svs .flex_RLTB > div { width: 85rem; }
  #lower #examination #svs .flex_RLTB .img_c { width: 30rem; } }

/*# sourceMappingURL=style.css.map */
