@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; }

@media screen and (min-width: 48em), print { .pc-txt_c { text-align: center !important; }
  .pc-txt_l { text-align: left !important; }
  .pc-txt_r { text-align: right !important; } }
.bold { font-weight: bold !important; }

.underline { background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffedc2)); background: linear-gradient(transparent 70%, #ffedc2 70%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_red { color: #C5515D; }

/* 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; }

figure.img_r { text-align: center; }
figure.img_r img { max-width: 100%; height: auto; }
figure.img_r figcaption { margin: 1rem 0; }

@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; }
  figure.img_r img { max-width: 30rem; height: auto; }
  #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 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .flex_LRTB.half { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .flex_RLTB.half { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; 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; } }
.bnr_online { margin-bottom: 6rem; }
.bnr_online a { display: block; border: 2px solid #e9649d; margin: 2rem; }
.bnr_online a::before { content: ""; display: block; width: 100%; height: 15rem; background: url(../img/bnr_online.jpg) top center/cover no-repeat; }
.bnr_online a > section { margin: 0 !important; padding: 2rem 1rem 3.8rem; position: relative; color: #1b1b1b; }
.bnr_online a > section .bnr_tit { font-size: 120%; text-align: center; color: #e9649d; margin-bottom: 0.8rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; }
.bnr_online a > section p { margin: 0; }
.bnr_online a > section .more { position: absolute; right: 0; bottom: 0; background: #e9649d; color: #fff; padding: 0.6rem 1rem; }
.bnr_online a > section .more::after { font-family: 'fontello'; content: '\e808'; font-size: 85%; margin-left: 0.5rem; display: inline-block; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
@media screen and (min-width: 48em), print { .bnr_online a { width: 80rem; margin: 0 auto 8rem; position: relative; -webkit-transition: 0.2s; transition: 0.2s; }
  .bnr_online a::before { width: 30rem; height: 100%; position: absolute; left: 0; top: 0; }
  .bnr_online a > section { padding: 2rem 2rem 5rem 32rem; }
  .bnr_online a > section .bnr_tit { margin-bottom: 1.2rem; } }

/* ----------------------------------------------------------------------------------
リストなど　_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: #90c31f; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 2px 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -0.7em; margin-right: 0.1em; color: #90c31f; }

/*　● インライン -------------------------------------- */
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: 2px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; font-family: sans-serif; }

/* 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: "Font Awesome 5 Free"; content: "\f105"; padding-right: 0.5rem; font-weight: bold; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #1b1b1b; }
ul.list_pl a::before { font-family: "Font Awesome 5 Free"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #517600; }

@media screen and (min-width: 48em), print { ul.list_pl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  ul.list_pl li { width: 49%; }
  ul.list_pl li a { background: rgba(81, 118, 0, 0.2); display: block; border: #517600 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow > li { border: 5px solid #90c31f; border-radius: 10px; margin-bottom: 35px; padding: 10px; position: relative; }
ol.list_flow > li p.ttl { font-weight: bold; font-size: 20px; margin-bottom: 0; }
ol.list_flow > li p.ttl::first-letter { /*1文字めを大きく*/ font-family: Monotype Corsiva,garamond,times; font-size: 35px; font-style: italic; letter-spacing: 0.15em; color: #517600; }
ol.list_flow > li > *:last-child { margin-bottom: 0; }
ol.list_flow > li::after { bottom: -32px; color: #90c31f; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow > li:last-child::after { /*最後の▼を外す*/ content: ""; }

/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 0 5px; }

@media screen and (min-width: 48em), print { .dl_career dt { width: 7em; float: left; font-weight: normal; }
  .dl_career dd { margin-left: 8em; } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #e9649d; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #90c31f; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #e9649d solid 1px; margin-bottom: 0.5rem; }
.dl_tbl dt { font-weight: bold; background: #e9649d; padding: 0.5rem; color: #fff; }
.dl_tbl dd { padding: 1rem; margin: 0; }
.dl_tbl dd *:last-child { margin-bottom: 0; }

/* box -------------------------------------- */
.box1, .box2 { padding: 1rem !important; margin-bottom: 20px; border: #e9649d 0.2rem solid; border-radius: 0.5rem; }
.box1 > ul.list_maru, .box2 > ul.list_maru { margin: 1rem 3rem; }
.box1 > p, .box2 > p { margin: 0 2rem 1rem; }
.box1 > dt, .box2 > dt { border-bottom: #e9649d dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt { color: #e9649d; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #6a9ddb; }
.box2 dt { border-bottom: #6a9ddb dotted 2px; }
.box2 ul.list_maru > li::before { color: #517600; }

@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: #C5515D; }

.fc_gr { color: #90c31f; }

.fc_or { color: #517600; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main p a { border-bottom: 1px solid #434343; color: #434343; }

a.btn { background: #e9649d; border-radius: 5px; color: #fff; padding: 1rem 3rem; border-radius: 2rem; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; }
a.btn.-color2 { background: #90c31f; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

.QR_img { margin: 1rem auto 3rem; }
.QR_img img { display: block; margin-inline: auto; }
@media screen and (min-width: 48em), print { .QR_img { margin: 1rem 1.5rem 3rem; }
  .QR_img img { margin: 0; } }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; 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: #1b1b1b; font-size: 1.6rem; background-color: #fff; line-height: 1; }

@media screen and (min-width: 48em), print { body { min-width: 1080px; font-size: 1.8rem; } }
/* 全体の横幅設定  -------------------------------------- */
.wrap { width: 100%; margin: 0 auto; }

main { line-height: 1.4; }

.inner { padding: 0 2%; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 45px; }

main .wrap > section { margin: 0 auto 55px; padding: 0; }

main .wrap > section section { margin: 50px 0 45px; padding: 0; }

main .wrap > section section section { margin: 45px 0 5px; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 100%; max-width: 1080px; }
  main > section section { margin: 80px 0 40px; padding: 0; }
  main > section section section { margin: 60px 0 40px; }
  main > section section section section { margin: 50px 0 40px; }
  main > section section section section { margin: 40px 0; }
  .inner { padding: 1rem; } }
/* 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: #e9649d; text-shadow: none; border-radius: 0; text-align: center; line-height: 1.0; margin: 0 0.5rem; padding: 0; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::before { display: block; font-family: 'fontello'; content: '\e802'; line-height: 1.2; }

.slicknav_menu .slicknav_btn.slicknav_collapsed::after { display: block; content: 'MENU'; font-size: 1.0rem; }

.slicknav_menu .slicknav_btn.slicknav_open::before { display: block; font-family: 'fontello'; content: '\e803'; line-height: 1.2; }

.slicknav_menu .slicknav_btn.slicknav_open::after { display: block; content: 'CLOSE'; font-size: 1.0rem; }

.slicknav_menu .slicknav_nav { width: 100vw; background: #e9649d; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-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 span { display: none; }

/* header  -------------------------------------- */
header .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .wrap { margin: 1rem auto 0 3%; width: 90%; }
header .logo { margin-bottom: 1rem; max-width: 30rem; width: calc(100% - 9rem); }
header .headR { line-height: 1.4; display: none; }
header .headR span { color: #e9649d; font-weight: bold; }
header .headR p:first-child { margin-bottom: 0.5rem; }
header .fb { color: #1877f2; font-size: 3rem; margin-bottom: 1rem; height: 3rem; padding-right: 3.5rem; }

#lower h1 { background: url("../img/h1.jpg") center center no-repeat; background-size: cover; font-size: 2rem; padding: 3rem 1rem; text-align: center; margin-top: -3rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; }
#lower h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 1.4rem; color: #e9649d; margin-bottom: 1rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; }
#lower h2 span { padding: 0 0 0 0.5rem; max-width: calc( 100% - 7rem ); text-align: left; }
#lower h2::before { content: ''; background: url("../img/icon_flower1.png") no-repeat center center; background-size: 2.7rem auto; width: 2.7rem; height: 3rem; }
#lower h2::after { content: ''; background: url("../img/icon_flower2.png") no-repeat top center; background-size: 3.8rem auto; width: 3.8rem; height: 6.5rem; }
#lower h3 { padding: 0.5rem 1rem; margin: 0 0 1.5rem; background: #e9649d; font-size: 1.8rem; font-weight: normal; color: #fff; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; }
#lower h4 { padding: 0.5rem 1rem; margin: 0 0 1.5rem; background: #bdd4f1; font-size: 1.7rem; font-weight: normal; }
#lower h5 { border-bottom: #aec185 solid 0.2rem; margin: 0 0 1.0rem; font-size: 1.6rem; padding: 0.5rem; font-weight: normal; color: #517600; }
#lower main .wrap { padding: 3rem 1rem; border-radius: 1rem; }

@media screen and (min-width: 48em), print { body { border-top: #f9bed8 solid 0.7rem; }
  header { padding: 0; width: 100%; margin: 0; }
  header .wrap { margin: 0 auto; padding: 0 0 2.8rem; width: 100%; }
  header .wrap .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 auto; padding-top: 2.0rem; }
  header .wrap .logo { margin-right: 2.5rem; max-width: none; width: 45.6rem; }
  header .wrap ul { margin: 1rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1rem; }
  header .wrap ul li.reserve a, header .wrap ul .online a { background: #e9649d; border-radius: 1.6rem; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 19.6rem; height: 3.2rem; -webkit-box-shadow: 2px 2px 6px 0px #ccc; box-shadow: 2px 2px 6px 0px #ccc; }
  header .wrap ul li.reserve.online a, header .wrap ul .online.online a { background: #90c31f; }
  header .wrap ul .tel { font-size: 2.4rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; }
  header .wrap ul .tel::before { font-family: 'fontello'; content: '\e801'; color: #e9649d; font-weight: normal; font-size: 2.2rem; padding-right: 0.7rem; }
  header .wrap p { font-size: 1.6rem; }
  #nav { display: block; text-align: center; padding: 0.7rem 0; }
  #nav ul.gnav { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 auto; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 1.6rem; font-weight: bold; width: 1080px; line-height: 1; }
  #nav ul.gnav > li { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
  #nav ul.gnav > li > a { display: block; padding: 0.6rem 0; color: #1b1b1b; position: relative; }
  #nav ul.gnav > li.current > a { border-bottom: 0.2rem solid #e9649d; }
  #nav ul.gnav > li::before { content: ''; background: url("../img/icon_flower1.png") no-repeat center center; width: 3.1rem; height: 3rem; background-size: 3.1rem auto; padding-right: 1.5rem; }
  #nav ul.gnav > li.treatment { position: relative; }
  #nav ul.gnav > li.treatment .subsub { position: absolute; width: 40rem; padding: 0; z-index: 100; top: 4.3rem; left: -4.0rem; background: #e9649d; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #nav ul.gnav > li.treatment .subsub li { margin: 0; padding: 0; border-bottom: 0.1rem solid #fff; border-right: 0.1rem solid #fff; width: 20rem; }
  #nav ul.gnav > li.treatment .subsub li a { padding: 1rem 0; color: #fff; text-align: center; display: block; }
  #nav ul.gnav > li.treatment .subsub li a span { display: block; width: 100%; }
  #nav ul.gnav > li.treatment .subsub li a:hover { background: #e9649d; color: #fff; }
  #nav ul.gnav > li.treatment .subsub li:nth-child(even) { border-right: none; } }
/* main  -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1.5rem; 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 h1 { height: 18.3rem; background-size: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 3.4rem; margin: -9rem auto 3rem; }
  #lower main { background: url("../img/bg_lower.png") top 2rem center no-repeat; }
  #lower main > .wrap { padding: 5rem 1.5rem; margin-bottom: 9rem; }
  #lower h2 { font-size: 2.6rem; }
  #lower h2 span { max-width: calc( 100% - 21rem ); padding-top: 1.5rem; }
  #lower h2::before { width: 8rem; height: 13.4rem; background-size: 8rem 8.4rem; background-position: bottom left; padding-right: 3rem; }
  #lower h2::after { width: 11.4rem; height: 11.8rem; background-size: 11.4rem 11.8rem; padding-left: 3rem; }
  #lower h3 { font-size: 2.4rem; padding: 1rem 1.5rem; margin-bottom: 1rem; }
  #lower h4 { font-size: 2.0rem; padding: 1rem 1.5rem; margin-bottom: 1.0rem; }
  #lower h5 { font-size: 1.8rem; margin-bottom: 1.0rem; }
  #lower main .tbl_time caption br.sp_n { display: none !important; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { padding: 0; }
#overview figure { margin: 0 2rem 2rem; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#overview .bg { background: #ffe1ec; padding: 7rem 1rem 3rem; margin-top: -7rem; }
#overview .wrap { background: #fff; padding: 2rem 1rem; border-radius: 0.5rem; }
#overview .overviewR { text-align: center; margin: 2rem 0; }

dl.dl_overview dt { margin-bottom: 0.5rem; }
dl.dl_overview dt p { background: #e9649d; color: #fff; padding: 0.5rem; text-align: center; border-radius: 0.2rem; }
dl.dl_overview dd { margin-bottom: 1.0rem; line-height: 1.6; }
dl.dl_overview dd span { color: #e9649d; font-weight: bold; }
dl.dl_overview ul.list_dept { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
dl.dl_overview ul.list_dept li { padding-right: 1rem; margin-bottom: 0; }

.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 20rem; margin-bottom: 1rem; border: 0.1rem solid #ccc; }
.gmap a { background: #fff; padding: 0.7rem 3rem; border-radius: 2rem; display: inline-block; color: #e9649d; margin-bottom: 2rem; border: none; border: 0.1rem solid #e9649d; }
.gmap a::after { display: inline-block; font-family: 'fontello'; content: '\e809'; padding: 0 0 0 0.5rem; }

/* ページトップ -------------------------------------- */
#pageup { width: 5rem; height: 5rem; font-size: 1.5rem; position: fixed; bottom: 5rem; right: 1rem; }
#pageup a { color: #fff; }
#pageup a i:nth-child(2) { font-size: 2.5rem; }

@media screen and (min-width: 48em), print { #pageup { width: 8.2rem; height: 8.2rem; bottom: 5rem; font-size: 3rem; }
  #pageup a i:nth-child(2) { font-size: 4rem; } }
footer { display: none; }

address { padding: 0.7rem 0 6.5rem; font-style: normal; background: #E9649D; text-align: center; }
address a { color: #fff; }

.sp_bottom { position: fixed; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #fff; color: #fff; width: 100%; height: 5rem; margin: 0; }
.sp_bottom li { width: calc(100% / 3); height: 100%; margin: 0; background: #90c31f; }
.sp_bottom li:not(:first-of-type) { border-left: 1px solid #fff; }
.sp_bottom a { display: grid; place-items: center; height: 100%; padding: 0; color: #fff; text-align: center; letter-spacing: 0; }

@media screen and (min-width: 48em), print { #overview { margin-top: 8rem; padding: 0; }
  #overview figure { text-align: center; margin: 3rem 0 5rem; padding-bottom: 4rem; }
  #overview .bg { margin-top: -14rem; background-image: url("../img/bg_footer.png"), url("../img/bg_flower.png"); background-position: bottom center, top 18rem center; background-repeat: no-repeat,no-repeat; background-color: #ffe1ec; padding: 7rem 0 0 0; }
  #overview .wrap { width: 108rem; padding: 4.5rem 4.5rem 3rem; }
  #overview .flex_LRTB { margin-bottom: 3rem; }
  #overview .overviewL { width: 50rem; }
  #overview .overviewR { width: 53rem; margin: 0 0 5rem; }
  .gmap { margin: 0 auto; }
  .gmap iframe { height: 43.6rem; margin-bottom: 1.5rem; }
  .gmap a { font-size: 1.6rem; }
  .dl_overview { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 2.5rem; font-size: 1.6rem; }
  .dl_overview dt { width: 9.5rem; margin-bottom: 2.5rem; }
  .dl_overview dt p { background: #e9649d; padding: 0.7rem; margin-right: 1rem; text-align: center; color: #fff; font-size: 1.6rem; }
  .dl_overview dt p::before { display: none; }
  .dl_overview dd { width: 36rem; }
  address { padding: 2rem; font-size: 1.6rem; }
  footer { display: block; padding: 6rem 0 1rem; width: 103rem; margin: 0 auto; }
  footer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 0; }
  footer ul li { border-left: 1px solid #1b1b1b; line-height: 1; padding: 0 2.2rem; font-size: 1.6rem; margin-bottom: 1.2rem; }
  footer ul li a { color: #1b1b1b; }
  footer ul li a span { display: none; }
  footer ul li.treatment { display: none; }
  footer ul li:first-child, footer ul li:nth-child(9), footer ul li:nth-child(17) { border-left: none; }
  .sp_bottom { display: none; } }
/* 診療時間表 -------------------------------------- */
.wrap_time .dl_time { margin-bottom: 1.5rem; }
.wrap_time .dl_time dt { text-align: center; font-size: 105%; padding-bottom: 0.5rem; }
.wrap_time .dl_time dd { margin-bottom: 1rem; }
.wrap_time p { text-align: center; }

.tbl_time { border-collapse: collapse; width: 100%; text-align: center; font-size: 1.2rem; }
.tbl_time caption { caption-side: bottom; text-align: left; padding-top: 0.4rem; line-height: 1.6; }
.tbl_time thead { background: #e9649d; color: #fff; }
.tbl_time thead td { border-left: #fff 0.1rem solid; width: 2.2em; }
.tbl_time thead th, .tbl_time thead td { padding: 1rem 0; }
.tbl_time thead td:last-child { border-right: #e9649d 0.1rem solid; }
.tbl_time tbody tr { border-bottom: #e9649d 0.1rem solid; }
.tbl_time tbody td:last-child { border-right: #e9649d 0.1rem solid; }
.tbl_time tbody th, .tbl_time tbody td { padding: 1rem 0; vertical-align: middle; border-left: #e9649d 0.1rem solid; font-weight: normal; }
.tbl_time tbody th span { display: none; }
.tbl_time .maru { color: #90c31f; }

@media screen and (min-width: 48em), print { .tbl_time { width: 100%; line-height: 1.1; }
  .tbl_time caption { font-size: 1.6rem; }
  .tbl_time caption span { display: inline-block; }
  .tbl_time thead { font-size: 1.6rem; }
  .tbl_time thead th, .tbl_time thead td { padding: 1rem 0; font-weight: normal; }
  .tbl_time thead td { width: 4.5rem; }
  .tbl_time tbody th { padding: 1rem 1rem; font-weight: normal; font-size: 1.6rem; white-space: nowrap; }
  .tbl_time tbody th:first-child { width: 8.5rem; }
  .tbl_time tbody td { padding: 1rem 0; font-size: 1.4rem; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #1b1b1b; }

@media screen and (min-width: 48em), print { .tel { font-size: 1.8rem; } }
/* TopPage  -------------------------------------- */
#TopPage header { margin-bottom: -5rem; }
#TopPage #kv { background-repeat: no-repeat; background-position: top center; background-size: auto 20rem; position: relative; margin-bottom: 2rem; padding-top: 20rem; }
#TopPage .kv_txt { padding: 0; text-align: center; }
#TopPage .kv_txt .kv_open { color: #e9649d; padding: 1.5rem 1rem 0.5rem; }
#TopPage .kv_catch { background: #e9649d; color: #fff; line-height: 1.4; padding: 1rem; }
#TopPage main { margin: 0; padding: 3rem 0 0; }
#TopPage #news { margin-bottom: 8rem; }
#TopPage #news h2 { font-weight: normal; text-align: center; margin-bottom: 2rem; font-size: 1.4rem; color: #b09f47; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#TopPage #news h2 > span { padding: 0 0.5rem; }
#TopPage #news h2 span span { color: #e9649d; font-size: 2rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; display: block; }
#TopPage #news h2::before, #TopPage #news h2::after { content: ''; display: block; background: url("../img/news_ttl.png") no-repeat center center; width: 5rem; height: 1.5rem; background-size: auto 1.5rem; }
#TopPage #news h2::after { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
#TopPage #news .wrap > div { margin: 0rem 0.5rem 1rem; padding: 1rem; background: #ecf7d4; border: 0.2rem solid #fff; -webkit-box-shadow: 0 0 0 0.5rem #ecf7d4; box-shadow: 0 0 0 0.5rem #ecf7d4; }
#TopPage #news dl { overflow: auto; max-height: 27rem; }
#TopPage #news dl dt { color: #517600; font-weight: bold; margin-bottom: 0.5rem; font-size: 1.8rem; position: relative; padding-left: 1.5rem; border-top: dotted 0.2rem #517600; padding-top: 1rem; }
#TopPage #news dl dt::before { position: absolute; left: 0; top: 1.4rem; content: '▼'; font-size: 1.1rem; }
#TopPage #news dl dt.active::before { content: '▲'; }
#TopPage #news dl dd { margin-bottom: 2.5rem; }
#TopPage #news dl *:first-child { border-top: none; }
#TopPage #feature h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 1.4rem; color: #1b1b1b; margin-bottom: 1rem; }
#TopPage #feature h2 span { padding: 0 0 0 0.5rem; }
#TopPage #feature h2 span span { color: #e9649d; font-size: 2rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; display: block; }
#TopPage #feature h2::before { content: ''; background: url("../img/icon_flower1.png") no-repeat center center; background-size: 2.7rem auto; width: 2.7rem; height: 3rem; }
#TopPage #feature h2::after { content: ''; background: url("../img/icon_flower2.png") no-repeat top center; background-size: 3.8rem auto; width: 3.8rem; height: 6.5rem; }
#TopPage #feature .bg { background: url("../img/bg_feature.png") top center no-repeat; background-size: cover; padding: 2rem 1rem 3rem; }
#TopPage #feature ul.wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #5f4627; }
#TopPage #feature ul.wrap li { max-width: 33rem; margin: 0 auto 2rem; text-align: center; border-bottom: double 0.4rem #5f4627; }
#TopPage #feature ul.wrap li figcaption { border-top: double 0.4rem #5f4627; padding: 0.5rem 0; }
#TopPage #feature ul.wrap li:nth-child(4) figcaption { padding: 1.6rem 0; }
#TopPage #menu h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 1.4rem; color: #1b1b1b; margin-bottom: 1rem; }
#TopPage #menu h2 span { padding: 0 0 0 0.5rem; }
#TopPage #menu h2 span span { color: #e9649d; font-size: 2rem; font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif; display: block; }
#TopPage #menu h2::before { content: ''; background: url("../img/icon_flower1.png") no-repeat center center; background-size: 2.7rem auto; width: 2.7rem; height: 3rem; }
#TopPage #menu h2::after { content: ''; background: url("../img/icon_flower2.png") no-repeat top center; background-size: 3.8rem auto; width: 3.8rem; height: 6.5rem; }
#TopPage #menu .bg { background: url("../img/bg_menu.png") top center no-repeat; background-size: cover; padding: 2rem 1rem; }
#TopPage #menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#TopPage #menu ul li { width: 17.5rem; margin-bottom: 2rem; }
#TopPage #menu ul li a { display: block; background: url("../img/menu_01.png") no-repeat top center; padding-top: 12rem; color: #5f4627; text-align: center; font-size: 1.4rem; }
#TopPage #menu ul li a::before { font-family: 'fontello'; content: '\e808'; color: #6a9ddb; padding-right: 0.5rem; }
#TopPage #menu ul li:nth-child(2) a { background-image: url("../img/menu_02.png"); }
#TopPage #menu ul li:nth-child(3) a { background-image: url("../img/menu_03.png"); }
#TopPage #menu ul li:nth-child(4) a { background-image: url("../img/menu_04.png"); }
#TopPage #menu ul li:nth-child(5) a { background-image: url("../img/menu_05.png"); }
#TopPage #menu ul li:nth-child(6) a { background-image: url("../img/menu_06.png"); }
#TopPage #menu ul li:nth-child(7) a { background-image: url("../img/menu_07.png"); }
#TopPage #menu ul li:nth-child(8) a { background-image: url("../img/menu_08.png"); }
#TopPage #menu ul li:nth-child(9) a { background-image: url("../img/menu_09.png"); }
#TopPage #menu ul li:nth-child(10) a { background-image: url("../img/menu_10.png"); }
#TopPage #menu ul li:nth-child(11) a { background-image: url("../img/menu_11.png"); }
#TopPage #menu ul li:nth-child(12) a { background-image: url("../img/menu_12.png"); }
#TopPage #menu ul li:nth-child(13) a { background-image: url("../img/menu_13.png"); }
#TopPage #menu ul li:nth-child(14) a { background-image: url("../img/menu_14.png"); }
#TopPage #menu ul li:nth-child(15) a { background-image: url("../img/menu_15.png"); }
#TopPage #menu ul li:nth-child(16) a { background-image: url("../img/menu_16.png"); }
#TopPage #menu ul li:nth-child(17) a { background-image: url("../img/menu_17.png"); }
#TopPage #menu ul li:nth-child(18) a { background-image: url("../img/menu_18.png"); }

@media screen and (min-width: 48em), print { #TopPage #kv { margin: -10rem auto 0; max-height: none; min-width: 1080px; height: 60.8rem; max-width: 200rem; background-size: auto; }
  #TopPage #kv .kv_txt { background: url("../img/kv_text.png") center center no-repeat; height: 23rem; width: 61rem; margin: 0 5rem 0 auto; text-align: center; font-size: 2.7rem; padding: 5rem 0 0 0; }
  #TopPage #kv .kv_txt .kv_open { color: #fff; padding: 0; }
  #TopPage #kv .kv_txt .kv_open span { display: block; font-size: 2rem; padding-bottom: 0.5rem; }
  #TopPage #kv .kv_txt .kv_catch { background-color: transparent; color: #dc2975; line-height: 1.6; padding: 0; text-shadow: #fff  2px 0px 2px, #fff  -2px 0px 2px, #fff  0px -2px 2px, #fff  -2px 0px 2px, #fff  2px 2px 2px, #fff  -2px 2px 2px, #fff  2px -2px 2px, #fff  -2px -2px 2px, #fff  1px 2px 2px, #fff  -1px 2px 2px, #fff  1px -2px 2px, #fff  -1px -2px 2px, #fff  2px 1px 2px, #fff  -2px 1px 2px, #fff  2px -1px 2px, #fff  -2px -1px 2px, #fff  1px 1px 2px, #fff  -1px 1px 2px, #fff  1px -1px 2px, #fff  -1px -1px 2px; }
  #TopPage nav { margin-bottom: 7rem; }
  #TopPage nav > ul > li:first-child a { border-bottom: 0.2rem solid #e9649d; }
  #TopPage main { padding-top: 0; }
  #TopPage #news { padding-bottom: 5rem; margin-bottom: 3rem; background: url("../img/h2.png") center center no-repeat; }
  #TopPage #news h2 span > span { font-size: 2.6rem; }
  #TopPage #news h2::before, #TopPage #news h2::after { width: 7.3rem; height: 2.4rem; background-size: 7.3rem 2.4rem; }
  #TopPage #news dl { padding: 0 1rem 1rem; min-height: 25rem; }
  #TopPage #news dl dt { margin-top: 1rem; }
  #TopPage #feature h2 span span { font-size: 2.8rem; }
  #TopPage #feature h2::before { width: 10rem; height: 13.4rem; background-size: 8rem 8.4rem; background-position: bottom left; }
  #TopPage #feature h2::after { width: 11.4rem; height: 11.8rem; background-size: 11.4rem 11.8rem; }
  #TopPage #feature .bg { margin-top: -2.5rem; padding: 5rem 0 3rem; }
  #TopPage #feature ul.wrap { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  #TopPage #feature ul.wrap li { width: 33rem; margin: 0 2rem 4rem; }
  #TopPage #feature ul.wrap li:first-child, #TopPage #feature ul.wrap li:nth-child(4) { margin-left: 0; }
  #TopPage #feature ul.wrap li:nth-child(3), #TopPage #feature ul.wrap li:nth-child(6) { margin-right: 0; }
  #TopPage #menu h2 span span { font-size: 2.8rem; }
  #TopPage #menu h2::before { width: 10rem; height: 13.4rem; background-size: 8rem 8.4rem; background-position: bottom left; }
  #TopPage #menu h2::after { width: 11.4rem; height: 11.8rem; background-size: 11.4rem 11.8rem; }
  #TopPage #menu .bg { margin-top: -2.5rem; padding: 5rem 0; }
  #TopPage #menu ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; /*   li:nth-child(1),li:nth-child(12){ margin-left:7.5rem; } li:nth-child(7),li:nth-child(8),li:nth-child(9),li:nth-child(10){ width: 13rem; margin:0 3rem 2.5rem; } li:nth-child(11){ width: 13rem; margin:0 0 2.5rem 3rem; }*/ }
  #TopPage #menu ul li { margin: 0 0.5rem 2.5rem; width: 17rem; }
  #TopPage #menu ul li a { white-space: nowrap; font-size: 1.8rem; font-weight: bold; }
  #TopPage #menu ul li:nth-child(8) { letter-spacing: -0.15rem; } }
/* lower  -------------------------------------- */
@media screen and (min-width: 48em), print { main#access > .wrap { margin-bottom: 0; padding-bottom: 0; } }

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