@charset "UTF-8";
/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/* 関数*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*緑*/
/*橙*/
/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; 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: #595757; font-size: 1.6rem; /*16px*/ background-color: #fff; letter-spacing: 0.05em; border-top: #8fc43d solid 5px; }

main { font-size: 100%; margin-bottom: 60px; padding: 0 10px; }

@media screen and (min-width: 48em), print { main { padding: 0; } }
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: #3E3A39 !important; } }
/* 全体の横幅設定  -------------------------------------- */
.wrapper { width: 100%; margin: 0 auto; }

@media screen and (min-width: 48em), print { .wrapper { max-width: 1170px; } }
.inner { padding: 0 2%; }

section { margin-bottom: 40px; }

main > section { margin: 0 auto 40px; }

main > section section { margin: 20px 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: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow)); 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; }

/* 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; }
  /* 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; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* インライン -------------------------------------- */
.list_in li { display: inline-block; margin-right: 30px !important; }

/* シンプル -------------------------------------- */
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: #97c84b; }

/* ● -------------------------------------- */
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: #97c84b; }

/* ※ -------------------------------------- */
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: 8px; }
ul.list_lnk li::before { font-family: "Font Awesome 5 Free"; content: "\f105"; padding-right: 0.5rem; font-weight: bold; }

/* lightbox -------------------------------------- */
ul.list_lb { padding: 0; 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; font-size: 14px; }
ul.list_lb li { width: 48%; text-align: center; }
ul.list_lb li figcaption { text-align: justify; }
ul.list_lb li figcaption p { text-align: center !important; color: #97c84b; margin-bottom: 0; }

@media screen and (min-width: 48em), print { ul.list_lb { font-size: 16px; }
  ul.list_lb p { font-size: 18px; font-weight: bold; margin-bottom: 5px; } }
/* 数値 -------------------------------------- */
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; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #C3E2F9; 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: #97c84b; }
ol.list_flow li::after { bottom: -32px; color: #C3E2F9; 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; } }
/* シンプル -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #97c84b; margin-bottom: 0.7rem; background: #f6f6f6; padding: 3px 7px; }
.dl_def > dt i { color: #97c84b; font-size: 18px; }
.dl_def > dd { margin-bottom: 1.5rem; }

/* テーブルもどき -------------------------------------- */
.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: #b75c6b solid 2px; border-radius: 8px; }
.box1 > dt, .box2 > dt { border-bottom: #b75c6b dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; font-size: 18px; }
.box1 > dd, .box2 > dd { margin: 10px; }
.box1 > *:last-child, .box2 > *:last-child { margin-bottom: 0; }
.box1 ul.list_maru, .box2 ul.list_maru { margin-bottom: 0; }
.box1 ul.list_maru > li::before, .box2 ul.list_maru > li::before { color: #b75c6b; }

.box2 { border: #48a394 solid 0.2rem; }
.box2 > dt { border-bottom: #48a394 dotted 2px; }
.box2 > dd dt { margin: 10px 0 5px; font-weight: bold; color: #48a394; }
.box2 ul.list_maru > li::before { color: #48a394; }

/* テキストカラー -------------------------------------- */
.fc_rd { color: #B03777; }

.fc_pn { color: #EB7598; }

.fc_or { color: #B06F37; }

.fc_bl { color: #83A2DB; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

a.btn_def, a.btn_sim { background: #8fc43d; border-radius: 5px; color: #fff; border-radius: 10px; padding: 7px 30px; text-align: center; margin: 5px auto; width: auto; }

a.btn_def::before { font-family: "Font Awesome 5 Free"; content: "\f35a"; padding-right: 5px; font-weight: bold; color: #fff; }

.btn_sim.reserve { background: #fff; border: #8fc43d 3px solid; margin: 5px auto 15px; color: #8fc43d; font-weight: bold; -webkit-box-shadow: 2px 2px 6px -2px #cccccc; box-shadow: 2px 2px 6px -2px #cccccc; display: inline-block; font-size: 18px; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* シンプルテーブル -------------------------------------- */
.tbl_def { width: 100%; }
.tbl_def td, .tbl_def th { padding: 5px; }
.tbl_def thead tr { background: #97c84b; border: #97c84b 1px solid; color: #fff; }
.tbl_def thead th { border: #e6f2d5 1px solid; }
.tbl_def thead td { font-size: 14px; border: #e6f2d5 1px solid; }
.tbl_def tbody tr { border-bottom: #e6f2d5 1px solid; border-left: #e6f2d5 1px solid; border-top: #e6f2d5 1px solid; color: #595757; }
.tbl_def tbody td { border-right: #e6f2d5 1px solid; }
.tbl_def tbody th { background: #e6f2d5; }

@media screen and (min-width: 48em), print { .tbl_def td, .tbl_def th { padding: 5px 10px; } }
/* 診療時間表 -------------------------------------- */
.tbl_time { border-collapse: collapse; width: 100%; text-align: center; font-size: 14px; }
.tbl_time caption { caption-side: bottom; padding-top: 4px; }
.tbl_time thead tr { background: #8fc43d; border: #8fc43d 2px solid; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 5px; }
.tbl_time tbody tr { border-bottom: #8fc43d 2px solid; background: #fff; border-right: #8fc43d 2px solid; }
.tbl_time tbody th, .tbl_time tbody td { padding: 5px; border-left: #8fc43d 2px solid; vertical-align: middle; }
.tbl_time tbody .exam th { font-size: 12px; line-height: 1; padding: 2px; }
.tbl_time tbody .exam th span { font-size: 10px; display: block; }

@media screen and (min-width: 48em), print { .tbl_time { width: 540px; }
  .tbl_time caption { padding: 10px; font-size: 16px; }
  .tbl_time thead th { padding: 10px; font-size: 22px; }
  .tbl_time thead td { padding: 10px; font-size: 22px; }
  .tbl_time tbody th { padding: 10px; font-size: 22px; }
  .tbl_time tbody td { padding: 10px; font-size: 22px; }
  .tbl_time tbody .exam th { font-size: 18px; }
  .tbl_time tbody .exam th span { font-size: 12px; margin-top: 1px; } }
/* header情報部全体  -------------------------------------- */
header { width: 100%; margin: 0 auto; padding: 15px 15px 0; text-align: center; }
header .wrapper h1 a { display: block; padding: 0; margin-bottom: 5px; }
header .wrapper h1 img { width: 100%; max-width: 300px; }
header .wrapper div ul li:first-child { width: 280px; margin: 0 auto 5px; }
header ul.reserve { position: fixed; bottom: 0; left: 0; padding: 0; background: #e6f2d3; width: 100%; z-index: 10000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 5px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header ul.reserve li { margin: 0; line-height: 1; }
header ul.reserve li img { max-width: 200px; width: 98%; }
header ul.reserve li:last-child { margin: 0 0 0 15px; }
header ul.reserve li:last-child a { border: 2px solid #8fc43d; background: #fff; color: #8fc43d; display: block; padding: 5px; white-space: nowrap; font-weight: bold; }

/* nav  -------------------------------------- */
nav { background: #8fc43d; }
nav > 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; }
nav > ul > li { width: 50%; text-align: center; border-top: #fff 1px solid; margin: 0; }
nav > ul > li > a { display: block; padding: 7px 0; font-size: 14px; color: #fff; }
nav > ul > li > a > span { display: none; }
nav > ul > li:nth-child(3), nav > ul > li:nth-child(6) { border-left: #fff 1px solid; }
nav > ul .subnav { display: none; }

/* aside  -------------------------------------- */
aside dl > dt { background: #EB7598; padding: 7px 0; text-align: center; color: #fff; }
aside dl > dt::after { position: absolute; font-family: "Font Awesome 5 Free"; content: "\f13a"; font-style: normal; color: #fff; font-weight: bold; right: 2rem; }
aside dl > dt.bg02::after { content: "\f057"; }
aside dl > dd { display: none; padding: 10px 0; margin: 0; font-size: 14px; background: url("../img/snav_bg.png"); }
aside dl > dd ul { margin: 10px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
aside dl > dd ul li { width: 47%; font-size: 14px; line-height: 1; margin: 0 0 10px; max-width: 200px; }
aside dl > dd ul li a { display: block; border-radius: 7px; -webkit-box-shadow: 3px 2px 3px -2px #cccccc; box-shadow: 3px 2px 3px -2px #cccccc; text-align: center; background: url("../img/snav_internal.png") center left no-repeat #DCE9BD; background-size: cover; text-align: right; padding: 15px 10px; color: #595757; 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; }
aside dl > dd ul li a::after { font-family: "Font Awesome 5 Free"; content: "\f0a9"; padding-left: 5px; font-weight: bold; text-shadow: none; color: #8fc43d; }
aside dl > dd ul li:nth-child(2) a { background-image: url("../img/snav_gastroscopy.png"); }
aside dl > dd ul li:nth-child(3) a { background-image: url("../img/snav_gastro.png"); }
aside dl > dd ul li:nth-child(4) a { background-image: url("../img/snav_vent.png"); }
aside dl > dd ul li:nth-child(5) a { background-image: url("../img/snav_colonoscopy.png"); }
aside dl > dd ul li:nth-child(6) a { background-image: url("../img/snav_constipation.png"); }
aside dl > dd ul li:nth-child(7) a { background-image: url("../img/snav_lifestyle.png"); }
aside dl > dd ul li:nth-child(8) a { background-image: url("../img/snav_surgery.png"); }
aside dl > dd ul li:nth-child(9) a { background-image: url("../img/snav_checkup.png"); }
aside dl > dd ul li:last-child a { background-image: url("../img/snav_vaccination.png"); }

/* footer  -------------------------------------- */
address { text-align: center; padding: 5px; font-style: normal; background: #8fc43d; }
address a { color: #fff; }

/* ページトップ -------------------------------------- */
#pageTop { display: block; position: fixed; z-index: 9999; bottom: -100px; right: 10px; -webkit-transition: .5s; transition: .5s; opacity: 0.8; }
#pageTop a { display: block; color: #fff; text-align: center; text-decoration: none; background-color: #EB7598; border-radius: 80px; font-size: 0.8em; line-height: 1.1em; padding: 0.5rem 1rem; }

/* blog -------------------------------------- */
.btn_blog { margin: 0 auto 1rem; text-align: center; }
.btn_blog li { display: inline-block; margin: 0 .5rem 1rem 0; }
.btn_blog li a { display: block; list-style-type: none !important; text-decoration: none; margin: 1rem 0; padding: 2.5rem 2.5rem; width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; color: #8fc43d; font-weight: bold; font-size: 3.2rem; line-height: 1; letter-spacing: 0.1em; background: #ebfad5; border: solid 2px #8fc43d; border-radius: 24rem; }
.btn_blog li a i { color: #8fc43d; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }

.subnav_blog { margin: 0 auto 1rem; text-align: center; }
.subnav_blog li { display: inline-block; }
.subnav_blog li a { display: block; list-style-type: none !important; text-decoration: none; padding: 2rem 1.8rem; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #8fc43d; font-weight: bold; font-size: 1.8rem; line-height: 1; letter-spacing: 0.1em; background: #ebfad5; border: solid 2px #8fc43d; border-radius: 8rem; }
.subnav_blog li a i { color: #8fc43d; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }

/* main -------------------------------------- */
#TopPage .kv { position: relative; max-width: 700px; margin: 0 auto; }
#TopPage .kv .slider { margin-bottom: 0 !important; }
#TopPage .kv .slider li { margin-bottom: 0 !important; line-height: 0; }
#TopPage .kv .slider button { display: none !important; }
#TopPage .kv .kv_open { width: 30%; max-width: 250px; position: absolute; top: 10px; left: 10px; }
#TopPage .kv .kv_fb { width: 50%; max-width: 250px; position: absolute; top: 150px; right: 10px; background: rgba(255, 255, 255, 0.8); line-height: 1; padding: 5px; }
#TopPage .kv .kv_tt { background: rgba(255, 255, 255, 0.8); padding: 0 10px 10px; margin-top: 15px; }
#TopPage #catch { /*        margin:20px auto; padding:30px 10px ; background-image : url("../img/clover.png"), url("../img/clover.png"); background-position: top center,bottom center; background-repeat: no-repeat,no-repeat;*/ background-size: 90% auto; max-width: 400px; text-align: center; }
#TopPage #catch figure { width: 90%; margin: 0 auto; }
#TopPage div.clover { margin: 20px auto; padding: 30px 10px; background-image: url("../img/clover.png"), url("../img/clover.png"); background-position: top center,bottom center; background-repeat: no-repeat,no-repeat; background-size: 90% auto; }
#TopPage div.clover figure { width: 90%; margin: 0 auto; }
#TopPage main { padding: 0; margin-bottom: 0; }
#TopPage main #news { margin: 10px 10px 40px; }
#TopPage main #news h2 { background: #83A2DB; border-radius: 5px; padding: 5px; color: #fff; text-align: center; margin-bottom: 5px; }
#TopPage main #news dl { padding: 10px 10px 10px; /*max-height: 260px;
overflow: auto;*/ }
#TopPage main #news dl dt { border-bottom: 1px solid #ccc; padding: 3px 0 3px 20px; margin: 0 0 10px; color: #83A2DB; position: relative; cursor: pointer; }
#TopPage main #news dl dt::before { content: '▼'; font-size: 0.9em; padding: 0rem 0.2em 0 0; position: absolute; top: 3px; left: 0; }
#TopPage main #news dl dt.active::before { content: '▲'; }
#TopPage main #news dl dd { margin: 5px 0 15px; }
#TopPage main #news dl::-webkit-scrollbar { width: 1rem; }
#TopPage main #news dl::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.5); border: none; border-radius: 10px; -webkit-box-shadow: inset 0 0 2px #F5EFE1; box-shadow: inset 0 0 2px #F5EFE1; }
#TopPage main #news dl::-webkit-scrollbar-thumb { background: rgba(131, 162, 219, 0.3); border-radius: 10px; -webkit-box-shadow: none; box-shadow: none; }
#TopPage main #feature { padding: 20px 10px; background-size: auto auto; background-color: #fffcf1; background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, #fef8e2 5px, #fef8e2 10px); margin-bottom: 10px; }
#TopPage main #feature h2 { background: url("../img/feature_ttl.png") no-repeat center top; background-size: 30px auto; padding-top: 35px; text-align: center; font-size: 22px; color: #8fc43d; margin-bottom: 15px; }
#TopPage main #feature h2 span { font-size: 22px; }
#TopPage main #feature ol li { list-style: none; margin: 0 auto 30px; max-width: 290px; }
#TopPage main #feature ol li dt { background: url("../img/feature_img01.png") no-repeat top center; background-size: 250px auto; height: 260px; text-align: center; padding-top: 70px; font-weight: bold; font-size: 18px; }
#TopPage main #feature ol li dt p:first-child { 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 main #feature ol li dt p:last-child { margin-top: 20px; color: #fff; }
#TopPage main #feature ol li dd { text-align: justify; }
#TopPage main #feature ol li:nth-child(2) dt { background-image: url("../img/feature_img02.png"); }
#TopPage main #feature ol li:nth-child(3) dt { background-image: url("../img/feature_img03.png"); }

#overview { margin: 0; background: #F9FAF5; padding: 30px 15px; }
#overview h2 { font-size: 22px; border-bottom: #8fc43d solid 2px; color: #8fc43d; padding-bottom: 5px; margin: 0 0 20px; text-align: center; }
#overview ul.flex_LRTB { text-align: center; max-width: 300px; margin: 1rem auto; }
#overview ul.flex_LRTB a { width: 100%; }
#overview ul.flex_LRTB li:last-child a { background: #fff; border: #5197E4 solid 3px; margin: 5px auto 15px; display: inline-block; text-align: center; line-height: 1; padding: 10px; border-radius: 10px; -webkit-box-shadow: 2px 2px 6px -2px #cccccc; box-shadow: 2px 2px 6px -2px #cccccc; }
#overview ul.flex_LRTB li:last-child a img { width: 180px; }

#overview, #access { /* top・access　共通部分 */ }
#overview dl dt p, #access dl dt p { background: #8fc43d; padding: 3px; text-align: center; color: #fff; margin: 0; }
#overview dl dd, #access dl dd { margin: 10px 0 15px; /*クレジットカード*/ }
#overview dl dd ul.card, #access dl dd ul.card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; -webkit-box-pack: left; -ms-flex-pack: left; justify-content: left; /* 子要素をflexboxにより中央に配置する */ -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* 子要素をflexboxにより中央に配置する */ }
#overview dl dd ul.card li, #access dl dd ul.card li { margin-right: 2%; margin-bottom: 1%; width: 13%; vertical-align: baseline; }
#overview dl dd ul.card li img, #access dl dd ul.card li img { max-width: 100%; }
#overview .tbl_time, #access .tbl_time { margin-bottom: 30px; }

#lower { /* 下層 個別ページ -------------------------------------- */ }
#lower main p { text-align: justify; }
#lower main h2 { background: url("../img/h2.png") no-repeat center center; background-size: cover; 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; color: #848484; margin: 10px auto 30px; font-size: 20px; line-height: 1; min-height: 70px; padding-left: 20px; border-radius: 5px; text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF; }
#lower main h2 + .inner { margin-bottom: 50px; }
#lower main h3 { background: url("../img/h3.png") no-repeat left 5px center #97c84b; background-size: 20px auto; border-radius: 5px; font-size: 16px; margin: 0 0 15px; color: #fff; padding: 5px 10px 5px 35px; }
#lower main h4 { font-size: 16px; padding: 5px 10px 5px 30px; margin: 0 0 15px; border-bottom: #3E3A39 1px solid; background: url("../img/h4.png") no-repeat left 5px center; }
#lower main h5 { font-size: 16px; font-weight: normal; margin: 30px 0 15px; border-bottom: #EB7598 2px solid; position: relative; }
#lower main h5::before { position: absolute; content: " "; display: block; border-bottom: solid 2px #DADAD8; bottom: -2px; right: 0; width: 82%; }
#lower .tbl_def.check th, #lower .tbl_def.check td { vertical-align: middle; font-size: 14px; }
#lower .tbl_def.check thead th, #lower .tbl_def.check thead td { padding: 5px 2px; }
#lower .tbl_def.check tbody td { text-align: center; }
#lower .tbl_def.price { margin: auto auto 10px; }
#lower .tbl_def.price th { text-align: left; padding: 5px 10px; border-bottom: 1px solid #fff; }
#lower .tbl_def.price th span { color: #EB7598; }
#lower .tbl_def.price td { text-align: right; padding: 5px 10px; }
#lower .tbl_def.price + ul span { color: #EB7598; }
#lower .tbl_ctn { overflow: auto; padding-bottom: 10px; width: 100%; }
@media screen and (min-width: 48em), print { #lower .tbl_ctn { overflow: inherit; }
  #lower .tbl_def.check { width: 100%; }
  #lower .tbl_def.check td, #lower .tbl_def.check th { padding: 5px; }
  #lower .tbl_def.check tbody th { width: 1.5em; } }
#lower .tbl_ctn::-webkit-scrollbar { width: 1rem; }
#lower .tbl_ctn::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.5); border: none; border-radius: 10px; -webkit-box-shadow: inset 0 0 2px #F5EFE1; box-shadow: inset 0 0 2px #F5EFE1; }
#lower .tbl_ctn::-webkit-scrollbar-thumb { background: rgba(131, 162, 219, 0.3); border-radius: 10px; -webkit-box-shadow: none; box-shadow: none; }

.gmap iframe { width: 100%; border: #CDD7B5 2px solid; height: 300px; }

/* ----------------------------------------------------------------------------------
PC
---------------------------------------------------------------------------------- */
@media screen and (min-width: 48em), print { body { min-width: 1170px; border-top-width: 10px; }
  /* TopPage グリッド -------------------------------------- */
  #TopPage { display: -ms-grid; display: grid; -ms-grid-columns: 100%; grid-template-columns: 100%; -ms-grid-rows: 1auto 1auto 1auto 1auto 1auto 1auto 1auto; grid-template-rows: 1auto 1auto 1auto 1auto 1auto 1auto 1auto; grid-template-areas: "header" "kv" "catch" "aside" "main" "overview" "footer"; }
  header { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: header; }
  .kv { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: kv; }
  #catch { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: catch; }
  aside { -ms-grid-row: 4; -ms-grid-column: 1; grid-area: aside; }
  main { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: main; display: block; }
  #overview { -ms-grid-row: 6; -ms-grid-column: 1; grid-area: overview; }
  footer { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: footer; }
  /* 下層グリッド -------------------------------------- */
  #lower { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 360px 810px 1fr; grid-template-columns: 1fr 360px 810px 1fr; -ms-grid-rows: 1auto 1auto 1auto 1auto 1auto; grid-template-rows: 1auto 1auto 1auto 1auto 1auto; grid-template-areas: ". header header ." " nav nav nav nav" ". aside main ." "overview overview overview overview" "footer footer footer footer"; }
  #lower header { -ms-grid-row: 1; -ms-grid-column: 2; -ms-grid-column-span: 2; 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: 310px; }
  #lower main { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: main; display: block; width: 810px; }
  #lower #overview { -ms-grid-row: 4; -ms-grid-column: 1; -ms-grid-column-span: 4; grid-area: overview; }
  #lower footer { -ms-grid-row: 5; -ms-grid-column: 1; -ms-grid-column-span: 5; grid-area: footer; }
  /*　header -------------------------------------- */
  header { margin: 0; padding: 0; }
  header .wrapper { 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; padding: 25px 0; }
  header .wrapper h1 img { width: 650px; height: 75px; max-width: none; }
  header .wrapper div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  header .wrapper div ul { margin: 0 0 0 10px; max-width: none; width: auto; line-height: 1; }
  header .wrapper div ul li { margin: 4px 0 7px !important; }
  header .wrapper div ul li:first-child { width: auto; }
  header ul.reserve { display: none; }
  /*　nav -------------------------------------- */
  nav { position: inherit; margin-bottom: 60px; }
  nav > ul { width: 1170px; margin: 10px auto; border-right: 1px solid #fff; height: 63px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  nav > ul > li { display: list-item !important; width: 16.666%; border: none !important; position: relative; }
  nav > ul > li > a { font-size: 18px; background: url("../img/gnav_home.svg") top 5px center no-repeat; padding: 35px 0 0 5px; background-size: 25px auto; border-left: 1px solid #fff; }
  nav > ul > li:nth-child(2) > a { background-image: url("../img/gnav_greeting.svg"); }
  nav > ul > li:nth-child(3) > a { background-image: url("../img/gnav_first.svg"); }
  nav > ul > li:nth-child(4) > a { background-image: url("../img/gnav_treatment.svg"); }
  nav > ul > li:nth-child(5) > a { background-image: url("../img/gnav_clinic.svg"); }
  nav > ul > li:nth-child(6) > a { background-image: url("../img/gnav_access.svg"); }
  nav > ul li:hover ul.subnav li { overflow: visible; height: 2em !important; }
  nav > ul ul.subnav { display: block; background: #fdfefc; position: absolute; z-index: 1000; padding: 5px; top: 73px; width: 100%; }
  nav > ul ul.subnav li { height: 0; overflow: hidden; -webkit-transition: 0.5s; transition: 0.5s; max-width: 100%; margin: 0; text-align: left; }
  nav > ul ul.subnav li a { padding: 5px; color: #595757; }
  nav > ul ul.subnav li a::before { font-family: "Font Awesome 5 Free"; padding-right: 0.5rem; content: "\f35a"; color: #8fc43d; }
  /* フッター -------------------------------------- */
  footer { border-top: #f9faf6 10px solid; }
  footer .wrapper { padding: 50px 0 30px; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  footer .wrapper figure { width: 342px; }
  footer .wrapper div { width: 765px; }
  footer .wrapper ul { 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; padding-left: 10px; padding-right: 10px; margin: 0 auto 15px; }
  footer .wrapper ul span { display: none; }
  footer .wrapper ul li a { color: #727272; }
  footer .wrapper ul li a::before { font-family: "Font Awesome 5 Free"; padding-right: 0.5rem; content: ""; }
  footer .wrapper ul.gn { border-bottom: 2px solid rgba(159, 160, 160, 0.5); padding-right: 10px; }
  footer .wrapper ul.gn a::before { color: #8fc43d; content: "\f0a9"; font-weight: bold; }
  footer .wrapper ul.sn { margin-bottom: 5px; }
  footer .wrapper ul.sn li { padding-right: 50px; }
  footer .wrapper ul.sn li:nth-child(5), footer .wrapper ul.sn li:last-child { padding-right: 0; }
  footer .wrapper ul.gn li:nth-child(4) { display: none !important; }
  footer address { border: none; padding: 10px; }
  /* TopPage -------------------------------------- */
  #TopPage { /* aside -------------------------------------- */ /* main recruit greeting -------------------------------------- */ }
  #TopPage .kv { width: 100%; max-width: none; }
  #TopPage .kv .kv_main { max-width: 1400px; min-width: 1170px; margin: 0 auto; position: relative; }
  #TopPage .kv .kv_open { width: 22%; max-width: none; left: 5%; top: 3%; }
  #TopPage .kv .kv_fb { bottom: 110px; top: auto; max-width: none; width: 510px; right: 5%; padding: 5px 15px; }
  #TopPage .kv .kv_gw { bottom: 220px; top: auto; max-width: none; width: 510px; right: 5%; padding: 5px 15px; position: absolute; }
  #TopPage .kv .kv_tt { display: none; position: absolute; left: 3%; padding: 15px; border-radius: 15px; top: auto; bottom: 15%; }
  #TopPage .kv .kv_tt .tbl_time { width: 420px; }
  #TopPage .kv .kv_tt .tbl_time caption { padding: 5px 0 0; }
  #TopPage .kv .kv_tt .tbl_time thead tr { background: #97c84b; border: #97c84b 2px solid; }
  #TopPage .kv .kv_tt .tbl_time thead th { font-size: 17px; padding: 5px; }
  #TopPage .kv .kv_tt .tbl_time thead td { font-size: 17px; padding: 5px; }
  #TopPage .kv .kv_tt .tbl_time tbody tr { border-bottom: #97c84b 2px solid; border-right: #97c84b 2px solid; }
  #TopPage .kv .kv_tt .tbl_time tbody th, #TopPage .kv .kv_tt .tbl_time tbody td { font-size: 17px; border-left: #97c84b 2px solid; padding: 5px; }
  #TopPage .kv .kv_tt .tbl_time tbody .exam span { font-size: 12px; margin-top: 2px; }
  #TopPage .kv nav { position: absolute; bottom: 0; width: 100%; margin: 0; background: rgba(143, 196, 61, 0.9); }
  #TopPage #catch { max-width: none; background-size: auto; margin: 90px auto; }
  #TopPage div.clover { max-width: none; padding: 90px 0 80px; background-size: auto; margin-bottom: 45px; }
  #TopPage aside { padding: 60px 0; width: 100%; background-image: repeating-linear-gradient(0deg, #eee 0px 1px, transparent 1px 10px), repeating-linear-gradient(90deg, #eee 0px 1px, transparent 1px 10px); }
  #TopPage aside dl { margin: 0 auto; max-width: 1170px; }
  #TopPage aside dl dt.accordion { display: none; }
  #TopPage aside dl > dd { display: block; padding: 0; }
  #TopPage aside dl > dd ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #TopPage aside dl > dd ul li { width: 20%; }
  #TopPage aside dl > dd ul li a { background: url("../img/tnav_internal.png") no-repeat center center; width: 188px; height: 188px; margin: 0 auto 10px; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; padding-top: 120px; text-align: center; font-size: 16px; font-weight: bold; }
  #TopPage aside dl > dd ul li a::after { display: none; }
  #TopPage aside dl > dd ul li:nth-child(2) a { background-image: url("../img/tnav_gastroscopy.png"); }
  #TopPage aside dl > dd ul li:nth-child(3) a { background-image: url("../img/tnav_gastro.png"); }
  #TopPage aside dl > dd ul li:nth-child(4) a { background-image: url("../img/tnav_vent.png"); }
  #TopPage aside dl > dd ul li:nth-child(5) a { background-image: url("../img/tnav_colonoscopy.png"); }
  #TopPage aside dl > dd ul li:nth-child(6) a { background-image: url("../img/tnav_constipation.png"); }
  #TopPage aside dl > dd ul li:nth-child(7) a { background-image: url("../img/tnav_lifestyle.png"); }
  #TopPage aside dl > dd ul li:nth-child(8) a { background-image: url("../img/tnav_surgery.png"); }
  #TopPage aside dl > dd ul li:nth-child(9) a { background-image: url("../img/tnav_checkup.png"); }
  #TopPage aside dl > dd ul li:last-child a { background-image: url("../img/tnav_vaccination.png"); }
  #TopPage main #news { width: 1000px; margin: 110px auto; }
  #TopPage main #news h2 { font-size: 22px; margin-bottom: 20px; }
  #TopPage main #news dl { border-bottom: none; margin: 0; }
  #TopPage main #news dl dt { font-size: 18px; padding-left: 24px; padding-bottom: 10px; font-weight: bold; position: relative; cursor: pointer; }
  #TopPage main #news dl dt::before { content: '▼'; font-size: 0.9em; padding: 0rem 0.2em 0 0; position: absolute; top: 3px; left: 0; }
  #TopPage main #news dl dt.active::before { content: '▲'; }
  #TopPage main #feature { padding: 65px 0; }
  #TopPage main #feature h2 { background-size: auto; padding-top: 70px; font-size: 28px; }
  #TopPage main #feature h2 span { font-size: 33px; }
  #TopPage main #feature ol { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
  #TopPage main #feature ol li { width: 30%; }
  #TopPage main #feature ol li dt { background-size: auto; height: 300px; padding-top: 58px; }
  #TopPage main #feature ol li dt p:first-child { font-size: 20px; }
  #TopPage main #feature ol li dt p:first-child span { font-size: 33px; }
  #TopPage main #feature ol li dt p:last-child { font-size: 25px; }
  #TopPage main #feature ol li dd { font-size: 18px; }
  /* overview -------------------------------------- */
  #overview { margin: 0; padding: 60px 0; }
  #overview div.flex_LRTB { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 15px; }
  #overview h2 { font-size: 32px; padding: 0 5px; margin-bottom: 35px; }
  #overview .detail { width: 510px; }
  #overview .detail ul.flex_LRTB { max-width: none; }
  #overview .detail .tbl_time { width: 100%; }
  #overview .detail .tbl_time td, #overview .detail .tbl_time th { padding: 5px; }
  #overview .gmap { width: 550px; }
  /* overview  top access 共通-------------------------------------- */
  #overview dl, #access dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0  0 15px; }
  #overview dl dt, #access dl dt { width: 6em; margin-bottom: 10px; }
  #overview dl dd, #access dl dd { width: calc(100% - 6em); padding-left: 10px; font-size: 17px; line-height: 1.4; margin: 5px 0 10px; }
  #overview .tbl_time, #access .tbl_time { margin: 20px auto; }
  #overview .gmap iframe, #access .gmap iframe { height: 600px; border-width: 5px; }
  /* 下層 -------------------------------------- */
  #lower { /* 下層見出し -------------------------------------- */ /* 下層サイドナビ -------------------------------------- */ }
  #lower main h2 { height: 190px; font-size: 30px; margin: 0 0 50px; width: 100%; background-position: center center; }
  #lower main h3 { background-position: left 10px center; background-size: auto; font-size: 20px; padding-left: 45px; }
  #lower main h4 { font-size: 20px; background-size: auto; }
  #lower main h5 { font-size: 18px; }
  #lower aside dl > dt { display: none; }
  #lower aside dl > dd { display: block; padding: 0; margin: 0; }
  #lower aside dl > dd ul { display: block; margin: 0; }
  #lower aside dl > dd ul li { width: 310px; height: 90px; margin-bottom: 20px; }
  #lower aside dl > dd ul li a { width: 310px; height: 90px; padding: 0; font-size: 17px; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #lower aside dl > dd ul li a:after { padding: 15px; }
  /* 下層 個別ページ -------------------------------------- */ }
/* Safari ハック -------------------------------------- */
/* IE11 ハック -------------------------------------- */

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