@charset "UTF-8";
/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/* 関数*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanRPs, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #6C6A65; font-size: 1.6rem; /*16px*/ background-color: #ffffff; letter-spacing: 0.05em; }

main { font-size: 100%; margin-bottom: 60px; }

main p { margin: 0 0 10px; line-height: 1.6; }
main li, main dl { line-height: 1.6; }

a { color: #1a0dab; }

a:hover { opacity: 0.7; }

@media screen and (min-width: 48em), print { a[href^="tel:"] { pointer-events: none !important; color: #6C6A65 !important; } }
/* 全体の横幅設定  -------------------------------------- */
.wrapper { width: 100%; margin: 0 auto; }

@media screen and (min-width: 48em), print { .wrapper { max-width: 1170px; } }
.inner { padding: 0 2%; }

main > .inner { margin: 0 15px 30px; }

section { margin-bottom: 40px; }

main > section { margin: 0 auto 40px; padding: 0 15px; }

main > section section { margin: 40px 0 40px; }

/* ----------------------------------------------------------------------------------
モジュール　_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%, yellow 70%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !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; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !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 > 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 25px; }
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: #F6AB00; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.3em; }
ul.list_maru li { list-style-type: none; margin: 0 0 8px 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.3em; margin-right: 0.3em; color: #F6AB00; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 30px 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; }
ul.list_kome li.fc_gr::before { content: '※'; width: 1em; color: #97C551; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
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: #6C6A65; }
ul.list_pl a::before { font-family: "Font Awesome 5 Free"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #F6AB00; }

@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(255, 249, 226, 0.2); display: block; border: #F6AB00 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* lightbox -------------------------------------- */
ul.list_lb { padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.list_lb li { width: 33%; text-align: center; color: #F6AB00; font-size: 12px; line-height: 1.3; }

ul.list_lb::after { content: ""; display: block; width: 33%; }

@media screen and (min-width: 48em), print { ul.list_lb li { font-size: 16px; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #F6AB00; border-radius: 10px; margin-bottom: 35px; padding: 4px 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: #F6AB00; }
ol.list_flow li::after { bottom: -32px; color: #F6AB00; 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; } }
/*受賞 -------------------------------------- */
.dl_award dd { margin: 0 0 0 5px; }

@media screen and (min-width: 48em), print { .dl_award dt { width: 5em; float: left; font-weight: normal; }
  .dl_award dd { margin-left: 6em; } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #C0DC96; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #C0DC96; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #CCDFF2 solid 1px; }
.dl_tbl dt { font-weight: bold; background: #CCDFF2; padding: 0.3rem; text-align: center; }
.dl_tbl dd { padding: 1rem; margin: 0; }
.dl_tbl dd *:last-child { margin-bottom: 0; }

/* box -------------------------------------- */
.box1, .box2 { padding: 20px !important; margin-bottom: 20px; border: #97C551 solid 2px; border-radius: 8px; }
.box1 > dt, .box2 > dt { border-bottom: #97C551 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > dd ul.list_maru, .box2 > dd ul.list_maru { margin-bottom: 0; }
.box1 > dd ul.list_maru li::before, .box2 > dd ul.list_maru li::before { color: #97C551; }
.box1 > dd dt, .box2 > dd dt { color: #97C551; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }

.box2 { border: #F6AB00 solid 0.2rem; }
.box2 dt { border-bottom: #F6AB00 dotted 2px; }
.box2 dd ul.list_maru > li::before { color: #F6AB00; }

@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: #B50005; }

.fc_gr { color: #97C551; }

.fc_or { color: #F6AB00; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

a.btn_def, a.btn_sim { background: #97C551; border-radius: 5px; color: #fff; border-radius: 10px; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; display: inline-block; }

a.btn_def::before { font-family: "Font Awesome 5 Free"; content: "\f35a"; padding-right: 5px; font-weight: bold; color: #fff; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; height: auto; }

/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; font-size: 14px; }
.tbl_time caption { caption-side: bottom; text-align: left; padding-top: 4px; }
.tbl_time thead tr { background: #97C551; border: #97C551 2px solid; color: #fff; }
.tbl_time thead tr th, .tbl_time thead tr td { padding: 5px; }
.tbl_time tbody tr { border-bottom: #97C551 2px solid; background: #fff; border-right: #97C551 2px solid; color: 595757; }
.tbl_time tbody tr th, .tbl_time tbody tr td { padding: 5px; border-left: #97C551 2px solid; vertical-align: middle; }
.tbl_time tbody tr th small, .tbl_time tbody tr td small { font-size: 0.8em; }
.tbl_time tbody tr th { line-height: 1.2; }

@media screen and (min-width: 48em), print { .tbl_time { width: 100%; }
  .tbl_time caption { padding: 10px; font-size: 16px; }
  .tbl_time caption span { display: inline-block; padding-left: 20px; }
  .tbl_time thead tr th { padding: 10px; font-size: 22px; }
  .tbl_time thead tr td { padding: 10px; font-size: 22px; }
  .tbl_time tbody tr th { padding: 10px; font-size: 22px; }
  .tbl_time tbody tr td { padding: 10px; font-size: 22px; } }
/* header情報部全体  -------------------------------------- */
header { width: 100%; margin: 0 auto; padding: 20px 15px 10px; text-align: center; background: -moz-linear-gradient(#97C551, #FFF 5%); background: -webkit-linear-gradient(#97C551, #FFF 5%); background: linear-gradient(#97C551, #FFF 5%); }
header h1 a { display: block; padding: 0; }
header h1 img { width: 100%; max-width: 280px; }
header ul { position: fixed; bottom: 0; left: 0; margin: 0 auto; padding: 5px; display: flex; justify-content: center; align-items: center; background: #FFF9E2; width: 100%; z-index: 10000; line-height: 0; }
header ul .h_tel { margin-bottom: 0; }
header ul .h_reserve { margin-bottom: 0; }
header ul .h_reserve a { display: block; }

/* nav  -------------------------------------- */
nav ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; }
nav ul li:first-child { display: none; }
nav ul li { width: 50%; text-align: center; border-top: #97C551 1px solid; margin: 0; }
nav ul li a { display: block; padding: 10px 5px 10px 25px; color: #888888; background: url("../img/common/gnav_home.png") no-repeat center left 5%; background-size: 15px auto; }
nav ul li:nth-child(2) a { background-image: url("../img/common/gnav_doctor.png"); }
nav ul li:nth-child(3) a { background-image: url("../img/common/gnav_clinic.png"); }
nav ul li:nth-child(4) a { background-image: url("../img/common/gnav_first.png"); }
nav ul li:last-child a { background-image: url("../img/common/gnav_access.png"); background-size: 18px auto; }
nav ul li:nth-child(even) { border-right: #97C551 1px solid; }

/* aside  -------------------------------------- */
aside > dl.accordion > dt { background: #6bb75c; padding: 7px 0; text-align: center; color: #fff; }
aside > dl.accordion > dt span { display: none; }
aside > dl.accordion > dt::after { position: absolute; font-family: "Font Awesome 5 Free"; content: "\f13a"; font-style: normal; color: #fff; font-weight: bold; right: 2rem; }
aside > dl.accordion > dt.active::after { content: "\f057"; }
aside > dl.accordion > dd { padding: 5px 5px 5px; margin: 0; font-size: 14px; background: #fffdf6; }
aside > dl.accordion > dd ul:first-child { margin: 10px auto 0; display: flex; flex-wrap: wrap; justify-content: space-around; max-width: 500px; }
aside > dl.accordion > dd ul:first-child li { width: 32%; max-width: 105px; font-size: 11px; padding: 0; }
aside > dl.accordion > dd ul:first-child li a { display: block; border-radius: 5px; padding: 48px 5px 5px; text-align: center; background: url("../img/common/snav_gynecology.png") top 5px center no-repeat #FFF9E2; background-size: auto 40px; height: 100%; color: #6C6A65 !important; }
aside > dl.accordion > dd ul:first-child li a::after { font-family: "Font Awesome 5 Free"; content: "\f138"; color: #97C551; font-weight: bold; display: block; }
aside > dl.accordion > dd ul:first-child li:nth-child(2) a { background: url("../img/common/snav_fibroids.png") top 8px center no-repeat #FFF9E2; background-size: auto 35px; }
aside > dl.accordion > dd ul:first-child li:nth-child(3) a { background-image: url("../img/common/snav_endometriosis.png"); }
aside > dl.accordion > dd ul:first-child li:nth-child(4) a { background-image: url("../img/common/snav_period.png"); }
aside > dl.accordion > dd ul:first-child li:nth-child(5) a { background-image: url("../img/common/snav_antenatal.png"); }
aside > dl.accordion > dd ul:first-child li:nth-child(6) a { background-image: url("../img/common/snav_menopause.png"); }
aside > dl.accordion > dd ul:first-child li:nth-child(7) a { background-image: url("../img/common/snav_pill.png"); }
aside > dl.accordion > dd ul:first-child li:last-child a { background-image: url("../img/common/snav_std.png"); }
aside > dl.accordion > dd ul:nth-child(2) { max-width: 500px; margin: 0 auto; }
aside > dl.accordion > dd ul:nth-child(2) a { display: flex; margin: 5px; color: #97C551; padding: 5px; border: 1px solid #D7CFC9; align-items: center; justify-content: center; position: relative; background: #fff; border-radius: 5px; }
aside > dl.accordion > dd ul:nth-child(2) a::after { font-family: "Font Awesome 5 Free"; content: "\f138"; color: #97C551; padding-right: 15px; font-weight: bold; position: absolute; right: 20px; }
aside > dl.accordion > dd ul.list_lnk { display: none; }

/* footer  -------------------------------------- */
address { background: #97C551; text-align: center; padding: 5px 5px 45px; font-style: normal; color: #fff; }
address a { color: #fff; }

/* ページトップ -------------------------------------- */
#pageTop { display: block; position: fixed; z-index: 9999; bottom: -100px; right: 10px; transition: .5s; opacity: 0.8; }
#pageTop a { display: block; color: #fff; text-align: center; text-decoration: none; background-color: #F6AB00; border-radius: 80px; font-size: 0.8em; line-height: 1.1em; padding: 0.5rem 1rem; }

/* main -------------------------------------- */
.gmap { width: 100%; }
.gmap iframe { width: 100%; height: 300px; margin-bottom: 10px; }
.gmap .btn_sim { border-radius: 20px; }

#TopPage .kv .kv_main { max-width: 600px; margin: 0 auto; position: relative; }
#TopPage .kv .slider { margin-bottom: 0 !important; }
#TopPage .kv .slider li { margin-bottom: 0 !important; line-height: 0; }
#TopPage .kv .kv_open { width: 70%; max-width: 250px; position: absolute; bottom: 0; right: 0; }
#TopPage nav ul li:nth-child(2), #TopPage nav ul li:nth-child(3) { border-top: none; }
#TopPage main { padding: 10px; margin-bottom: 0; }
#TopPage dl.minor { border: #F6AB00 double 3px; padding: 10px 10px 0; border-radius: 5px; background: rgba(255, 249, 226, 0.2); margin: 20px 10px; }
#TopPage dl.minor dt { font-weight: bold; color: #F6AB00; font-size: 18px; text-align: center; margin-bottom: 5px; }
#TopPage dl.minor dd { text-align: justify; }
#TopPage dl.minor dd .btn_def { background: #F6AB00; }
#TopPage #greeting { background: url("../img/common/bg_face.png") no-repeat center center; background-size: contain; margin-bottom: 50px; }
#TopPage #greeting p { background: rgba(255, 255, 255, 0.9); margin-bottom: 0; padding: 5px; }
#TopPage #greeting p span { font-size: 14px; }
#TopPage #calendar h2 { width: 100%; background: #97C551; border-radius: 5px; padding: 5px; color: #fff; margin-bottom: 5px; text-align: center; }
#TopPage #calendar table.caledit { width: 100%; margin: 10px 0; }
#TopPage #calendar table.caledit th { text-align: center; border: #C0DC96 solid 1px; background: #C0DC96; color: #FFFFFF; padding: 3px; }
#TopPage #calendar table.caledit td { border: #C0DC96 solid 1px; text-align: center; /* font-family:monospace;*/ padding: 3px 3px 2px; vertical-align: middle; cursor: default; }
#TopPage #calendar table.caledit tr.week th { font-size: 12px; }
#TopPage #calendar table.caledit .day td .shortTitle { display: none; }
#TopPage #calendar table.caledit .day td:hover .shortTitle { color: #333333; }
#TopPage #calendar table.caledit td.today { font-weight: bold; }
#TopPage #calendar table.caledit td.outPatient { background: #FBDCEB; }
#TopPage #calendar table.caledit td.amOnly, #TopPage #calendar table.caledit td.pmExtraOutPatient { background: #FDFBC8; }
#TopPage #calendar table.caledit td.pmOnly, #TopPage #calendar table.caledit td.amExtraOutPatient { background: #dcebfb; }
#TopPage #calendar table.caledit td.extraOutPatient { background: #FBDCEB; }
#TopPage #calendar table.caledit td.notTheMonth { background: #fff; color: #fff; }
#TopPage #calendar table.caleditWeek div.date { font-weight: normal; font-size: 10px; }
#TopPage #calendar ul { display: flex; flex-wrap: wrap; justify-content: center; font-size: 13px; }
#TopPage #calendar ul li { margin-bottom: 0; margin-right: 10px; }
#TopPage #calendar ul li span { color: #97C551; }
#TopPage #calendar ul li:nth-child(2) span { color: #FBDCEB; }
#TopPage #calendar ul li:nth-child(3) span { color: #FDFBC8; }
#TopPage #calendar ul li:last-child span { color: #dcebfb; margin-right: 0; }
#TopPage #news { margin-bottom: 30px; }
#TopPage #news h2 { background: #F6AB00; border-radius: 9em 6.5em 6em 5.5em/4.4em 4em 4.5em 5em; padding: 7px 15px; color: #fff; text-align: center; margin: 0 auto 10px; width: 8em; line-height: 1; }
#TopPage #news h2 span { font-size: 10px; margin: 2px; display: block; }
#TopPage #news dl { padding: 10px; max-height: 490px; overflow: auto; border-top: 2px solid #C0DC96; border-bottom: 2px solid #C0DC96; }
#TopPage #news dl dt { /*border-bottom: 2px solid #ccc;
padding:3px 0 ;
margin: 0 0 10px;*/ background-color: #C0DC96; border-bottom: 1px solid #97C551; border-right: 1px solid #97C551; color: #ffffff; cursor: pointer; padding: 1rem; line-height: 1.8rem; margin-top: 2rem; font-size: 1.8rem; }
#TopPage #news dl dd { /*margin: 5px 0 40px;*/ margin: 0px; padding: 10px; }
#TopPage #news dl::-webkit-scrollbar { width: 1rem; }
#TopPage #news dl::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.5); border: none; border-radius: 10px; box-shadow: inset 0 0 2px #F5EFE1; }
#TopPage #news dl::-webkit-scrollbar-thumb { background: rgba(151, 197, 81, 0.3); border-radius: 10px; box-shadow: none; }
#TopPage #overview { margin: 20px 0 0; background: #F6F9EE; padding: 30px 15px; }
#TopPage #overview h2 { font-size: 22px; border-bottom: #97C551 solid 2px; color: #97C551; padding-bottom: 5px; margin: 0 0 20px; text-align: center; }
#TopPage #overview dl { margin-bottom: 20px; }
#TopPage #overview dl dt p { background: #97C551; border-radius: 5px; padding: 5px; text-align: center; color: #fff; margin: 0; }
#TopPage #overview dl dd { margin: 10px 0 25px; }
#TopPage #overview .tbl_time { margin-bottom: 30px; }

#lower main p { text-align: justify; }
#lower h2 { background: url("../img/common/h2.png") no-repeat top center; width: 98vw; background-size: contain; justify-content: center; display: flex; align-items: center; margin: 10px auto 30px; padding: 3vw 0 0; font-size: 20px; line-height: 1; color: #6c6a65; position: relative; border-radius: 5px; min-height: 23vw; max-width: 600px; }
#lower h3 { border-bottom: #97C551 3px solid; font-size: 16px; margin: 0 0 15px; padding: 5px 5px 2px 0; color: #97C551; position: relative; display: flex; align-items: center; }
#lower h3::before { content: url("../img/common/h3.png"); display: block; margin: 0 10px 0 5px; }
#lower h3:after { position: absolute; content: " "; display: block; border-bottom: solid 3px #DADAD8; bottom: -3px; right: 0; width: 82%; }
#lower h4 { font-size: 16px; padding: 5px 0 5px 35px; margin: 0 0 15px; border-bottom: #3E3A39 1px solid; color: #3E3A39; background: url("../img/common/h4.png") no-repeat left 5px center; background-size: 25px auto; }
#lower h5 { font-size: 16px; font-weight: normal; margin: 30px 0 15px; }
#lower h5::before { font-family: "Font Awesome 5 Free"; content: "\f06e"; padding-right: 0.5rem; font-weight: bold; color: #1a9bd5; }

/* 下層 個別ページ -------------------------------------- */
#access dl { margin-bottom: 20px; }
#access dl dt p { background: #0192CE; border-radius: 5px; padding: 5px; text-align: center; color: #fff; }
#access dl dd { margin: 10px 0 25px; }

#first .reserve { width: 269px; margin: 0 auto; }
#first .reserve p { margin: 10px 0; }
#first .reserve p img { margin: 0 2px; }
#first .reserve a.net { border: double #fff 6px; }

/* ----------------------------------------------------------------------------------
PC
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print { body { min-width: 1170px; }
  /* TopPage グリッド -------------------------------------- */
  #TopPage { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1170px 1fr; grid-template-columns: 1fr 1170px 1fr; -ms-grid-rows: 1auto 1auto 1auto 1auto 1auto 1auto; grid-template-rows: 1auto 1auto 1auto 1auto 1auto 1auto; grid-template-areas: "header header header" "kv kv kv" ". main ." ". aside ." "overview overview overview" "footer footer footer"; }
  #TopPage header { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: header; }
  #TopPage .kv { -ms-grid-row: 2; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: kv; }
  #TopPage main { -ms-grid-row: 3; -ms-grid-column: 2; grid-area: main; display: block; }
  #TopPage aside { -ms-grid-row: 4; -ms-grid-column: 2; grid-area: aside; }
  #TopPage #news dl { padding: 10px; max-height: 560px; overflow: auto; border-top: 2px solid #C0DC96; border-bottom: 2px solid #C0DC96; }
  #TopPage #overview { -ms-grid-row: 5; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: overview; }
  #TopPage footer { -ms-grid-row: 6; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: footer; }
  /* 下層グリッド -------------------------------------- */
  #lower { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 340px 830px 1fr; grid-template-columns: 1fr 340px 830px 1fr; -ms-grid-rows: 1auto 1auto 1auto 1auto; grid-template-rows: 1auto 1auto 1auto 1auto; grid-template-areas: "header header header header" " nav nav nav nav" ". aside main ." "footer footer footer footer"; }
  #lower header { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 4; grid-area: header; }
  #lower nav { -ms-grid-row: 2; -ms-grid-column: 1; -ms-grid-column-span: 4; grid-area: nav; }
  #lower aside { -ms-grid-row: 3; -ms-grid-column: 2; grid-area: aside; width: 280px; }
  #lower main { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: main; display: block; }
  #lower footer { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 4; grid-area: footer; }
  /*　header -------------------------------------- */
  header { margin: 0; padding: 0; background: -moz-linear-gradient(#C0DB96, #FFF 15%); background: -webkit-linear-gradient(#C0DB96, #FFF 15%); background: linear-gradient(#C0DB96, #FFF 15%); }
  header .wrapper { display: flex; align-items: center; justify-content: space-between; padding: 35px 0 25px; }
  header .wrapper h1 img { max-width: none; }
  header .wrapper ul { display: flex; width: 600px; justify-content: space-between; align-items: flex-start; margin: auto 0; position: inherit; background-color: transparent; z-index: auto; }
  header .wrapper ul .h_tel { display: block; width: 390px; text-align: center; /*span { margin:0 10px 2px;
}
a { font-size:40px; line-height:1;
} */ }
  header .wrapper ul .h_reserve { width: 186px; }
  /*　nav -------------------------------------- */
  nav { margin-bottom: 40px; padding-bottom: 25px; border-bottom: 10px solid #97C551; }
  nav ul { width: 1170px; margin: 10px auto; border-left: 2px dotted #d7cfc9; }
  nav ul li { display: list-item !important; width: 20%; border-top: none; border-right: 2px dotted #d7cfc9 !important; }
  nav ul li a { font-weight: bold; background-position: top 2px center; background-size: auto !important; padding: 30px 5px 2px; }
  /* フッター -------------------------------------- */
  footer { border-top: #97C551 7px solid; text-align: center; }
  footer .wrapper { padding: 30px 0 20px; }
  footer .wrapper ul { display: flex; justify-content: space-between; flex-wrap: wrap; padding-left: 10px; margin: 0 auto; font-size: 13px; }
  footer .wrapper ul br { display: none; }
  footer .wrapper ul li { padding-right: 15px; min-width: 95px; }
  footer .wrapper ul li a { color: #6c6a65; }
  footer .wrapper ul li a::before { font-family: "Font Awesome 5 Free"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #97C551; }
  footer .wrapper ul.gn { border-bottom: 2px solid rgba(159, 160, 160, 0.5); padding: 30px 170px 0; margin-bottom: 10px; font-size: 16px; }
  footer .wrapper ul:last-child { justify-content: center; }
  footer address { padding: 10px; }
  /* TopPage -------------------------------------- */
  #TopPage { /* main  greeting news -------------------------------------- */ /* aside -------------------------------------- */ /* overview -------------------------------------- */ }
  #TopPage .kv { width: 100%; margin: 0 auto; position: relative; }
  #TopPage .kv .kv_main { max-width: 1400px; min-width: 1170px; }
  #TopPage .kv .kv_open { width: 656px; max-width: none; bottom: 100px; }
  #TopPage .kv nav { position: absolute; bottom: 0; margin: 0 auto; width: 100%; background: rgba(255, 255, 255, 0.8); padding: 15px 0; }
  #TopPage main .minor { max-width: 820px; padding: 20px 20px 10px; margin: 20px auto; border-radius: 15px; border-width: 5px; }
  #TopPage main .minor dt { font-size: 24px; margin-bottom: 10px; }
  #TopPage main .minor dd { font-size: 18px; }
  #TopPage main .minor dd a { font-size: 16px; }
  #TopPage main #greeting { width: 1044px; height: 322px; background: url("../img/greeting_bg.png") no-repeat center center, url("../img/common/bg_face.png") no-repeat right 50px center; background-size: auto; padding: 0 270px 0 50px; margin: 60px auto; font-size: 24px; display: flex; align-items: center; text-align: justify; }
  #TopPage main #greeting div p:first-child { margin-bottom: 15px; }
  #TopPage main #greeting span { font-size: 19px; }
  #TopPage main #calendar { width: 1000px; margin: 60px auto 90px; }
  #TopPage main #calendar h2 { font-size: 25px; padding: 7px; border-radius: 10px; }
  #TopPage main #calendar .flex_LRTB { width: 980px; margin: 20px auto 0; justify-content: space-between; }
  #TopPage main #calendar .flex_LRTB table.caledit { width: 47%; font-size: 23px; }
  #TopPage main #calendar .flex_LRTB table.caledit tr.month { font-size: 23px; }
  #TopPage main #calendar .flex_LRTB table.caledit tr.week th { font-size: 20px; }
  #TopPage main #calendar .flex_LRTB table.caledit td { padding: 5px 3px; }
  #TopPage main #calendar ul { margin-top: 10px; font-size: 19px; }
  #TopPage main #news { width: 820px; margin: 90px auto; }
  #TopPage main #news h2 { font-size: 22px; margin-bottom: 20px; padding: 10px; }
  #TopPage main #news dl { margin: 0; /*padding:30px 15px;*/ }
  #TopPage main #news dl dt { /*font-size:18px;
padding-bottom:10px;
font-weight:bold;*/ background-color: #C0DC96; 　　　　　　　　　　　　border-bottom: 1px solid #97C551; 　　　　　　　　　　　　border-right: 1px solid #97C551; 　　　　　　　　　　　　color: #ffffff; 　　　　　　　　　　　　cursor: pointer; 　　　　　　　　　　　　padding: 1rem; 　　　　　　　　　　　　line-height: 1.2rem; 　　　　　　　　　　　　margin-top: 2rem; 　　　　　　　　　　　　font-size: 1.8rem; }
  #TopPage aside { padding: 60px 0; width: 100%; }
  #TopPage aside > dl.accordion dt { text-align: center; background-color: transparent; color: #97C551; pointer-events: none !important; font-size: 35px; padding: 5px 10px; width: 5em; margin: 20px auto; border-bottom: #97C551 solid 3px; line-height: 1.2; }
  #TopPage aside > dl.accordion dt span { display: block; font-size: 17px; letter-spacing: 0; }
  #TopPage aside > dl.accordion > dd { display: block; padding: 0; background-color: transparent; }
  #TopPage aside > dl.accordion > dd ul:first-child { justify-content: space-between; margin-bottom: 20px; max-width: none; width: 1030px; margin: 30px auto 50px; }
  #TopPage aside > dl.accordion > dd ul:first-child li { width: 230px; margin-bottom: 30px; max-width: none; }
  #TopPage aside > dl.accordion > dd ul:first-child li a { height: 230px; padding: 155px 0 0; border-radius: 230px; width: 100%; font-weight: normal; background-size: auto auto !important; background-position: top 35px center; font-size: 19px; }
  #TopPage aside > dl.accordion > dd ul:first-child li a::before { color: #fff; padding-top: 3px; font-size: 14px; }
  #TopPage aside > dl.accordion > dd ul:first-child li:nth-child(2) a { background-position: top 45px center; }
  #TopPage aside > dl.accordion > dd ul:nth-child(2) { display: flex; justify-content: space-around; align-items: center; max-width: none; }
  #TopPage aside > dl.accordion > dd ul:nth-child(2) li { width: 31%; }
  #TopPage aside > dl.accordion > dd ul:nth-child(2) li a { padding: 15px 0; font-size: 26px; }
  #TopPage aside > dl.accordion > dd ul:nth-child(2) li a::after { right: 0; font-size: 19px; }
  #TopPage #overview { margin: 0; padding: 60px 0 0; }
  #TopPage #overview .flex_LRTB { justify-content: space-between; }
  #TopPage #overview h2 { font-size: 32px; padding: 0 5px 8px; text-align: left; line-height: 1; }
  #TopPage #overview .detail { width: 520px; }
  #TopPage #overview .detail dl { display: flex; flex-wrap: wrap; margin: 0  0 15px; }
  #TopPage #overview .detail dl dt { width: 6em; margin-bottom: 10px; }
  #TopPage #overview .detail dl dd { width: calc(100% - 6em); padding-left: 10px; font-size: 19px; line-height: 1.4; margin: 5px 0 10px; }
  #TopPage .tbl_time { width: 600px; }
  #TopPage .gmap { height: 350px; }
  #TopPage .gmap iframe { height: 350px; }
  /* 下層 -------------------------------------- */
  #lower { /* 下層見出し -------------------------------------- */ /* 下層サイドナビ -------------------------------------- */ /* 下層 個別ページ -------------------------------------- */ }
  #lower h2 { height: 184px; width: 810px; max-width: none; min-height: inherit; font-size: 33px; margin: 0 0 65px; width: 100%; background: url("../img/common/h2.png") no-repeat top center; background-size: auto; padding: 40px 0 0; }
  #lower h3 { font-size: 24px; }
  #lower h4 { font-size: 20px; background-size: auto auto; padding: 5px 0 5px 55px; }
  #lower aside { margin-top: 35px; }
  #lower aside dl { width: 290px; }
  #lower aside dl dt { text-align: center; background: #97C551; pointer-events: none !important; border-radius: 5px; font-size: 21px; padding: 5px 0; }
  #lower aside dl dt::after { display: nones; }
  #lower aside dl dd { background-color: transparent; padding: 7px 0 0; width: 100%; display: block !important; }
  #lower aside dl dd ul:first-child { justify-content: space-between; margin-bottom: 20px; }
  #lower aside dl dd ul:first-child li { width: 130px; margin-bottom: 20px; max-width: none; }
  #lower aside dl dd ul:first-child li a { height: 130px; padding: 85px 0 0; border-radius: 130px; width: 100%; font-weight: normal; background-size: auto 60px; background-position: top 15px center; }
  #lower aside dl dd ul:first-child li a::before { color: #fff; padding-top: 3px; font-size: 14px; }
  #lower aside dl dd ul:first-child li:nth-child(2) a { background-position: top 20px center; background-size: auto 55px; }
  #lower aside dl dd ul:nth-child(2) li { margin-bottom: 15px; }
  #lower aside dl dd ul:nth-child(2) li a { padding: 15px 0; font-size: 15px; }
  #lower aside dl dd ul:nth-child(2) li a::after { right: 0; }
  #lower aside dl dd ul.list_lnk { display: block; margin: 30px 10px; }
  #lower aside dl dd ul.list_lnk a { color: #6C6A65; }
  #lower aside dl dd ul.list_lnk li:before { color: #F6AB00; } }
/* Safari ハック -------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) { /*   _::-webkit-full-page-media, _:future, :root header ul .h_tel a { font-size:19px;  }*/ }
/* IE11 ハック -------------------------------------- */
.box_recruit { background: #F6F9EE; margin: 0 0 40px; padding: 15px; }
.box_recruit dt { background: #97C551; border-radius: 5px; padding: 5px; text-align: center; color: #fff; font-size: 1.1em; }
.box_recruit dd { margin: 0.5em 0 0; }
.box_recruit dd.lead { margin: 0.5em 0 0.8em; padding: 0 0 0.5em; text-align: center; color: #97C551; font-weight: bold; font-size: 1.1em; border-bottom: 1px dotted #97C551; }
@media screen and (min-width: 48em), print { .box_recruit { margin: 0; position: absolute; width: 480px; max-width: none; right: 20px; bottom: 135px; } }

/*# sourceMappingURL=style.css.map */
