@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; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*紫*/
/*青*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold !important; }

.underline { background: linear-gradient(transparent 60%, #e7dfec 60%); }

.font_s { font-size: smaller !important; }

.font_l { font-size: larger !important; }

.fc_orange { color: #ff9c00 !important; }

.fc_green { color: #5ab8c5 !important; }

.fc_aqua { color: #4ca3cb !important; }

.fc_blue { color: #0960E3 !important; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

@media screen and (min-width: 48em), print { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; }
  #lower main .inner img.img_r, #lower main .inner img.img_l { width: 30rem; } }
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n, .sp_n_i { display: none !important; }

@media screen and (min-width: 48em), print { .sp_n { display: block !important; }
  .sp_n_i { display: inline !important; }
  .pc_n { display: none !important; } }
/* マージン -------------------------------------- */
.mb_00 { margin-bottom: 0 !important; }

.mb_05 { margin-bottom: 0.5rem !important; }

.mb_10 { margin-bottom: 1rem !important; }

.mb_15 { margin-bottom: 1.5rem !important; }

.mb_20 { margin-bottom: 2rem !important; }

.mb_25 { margin-bottom: 2.5rem !important; }

.mb_30 { margin-bottom: 3rem !important; }

.mb_35 { margin-bottom: 3.5rem !important; }

.mb_40 { margin-bottom: 4rem !important; }

.mb_45 { margin-bottom: 4.5rem !important; }

.mb_50 { margin-bottom: 5rem !important; }

/* flex box */
.flex_LRTB, .flex_RLTB { flex-direction: column; -webkit-flex-direction: column; }

@media screen and (min-width: 48em), print { /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; }
  .flex_LRTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_LRTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_LRTB.half > li { margin-bottom: 1rem; }
  .flex_LRTB.half > section { margin: 0 !important; }
  .flex_LRTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_LRTB.half > figure + ul { width: 68% !important; }
  .flex_LRTB.center { justify-content: center; }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB { display: flex; display: -webkit-flex; flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
  .flex_RLTB.half { justify-content: space-between; flex-wrap: wrap; }
  .flex_RLTB.half > * { width: 48%; margin-bottom: 0; }
  .flex_RLTB.half > figure.w30 { width: 30% !important; margin-right: 2%; }
  .flex_RLTB.half > figure + ul { width: 68% !important; } }
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul { list-style-type: none; margin: 0 0 10px; padding: 0; }
ul li { margin: 0 0 10px; padding: 0; }

/* シンプル -------------------------------------- */
ul.list_sim { margin: 0 0 10px 20px; }
ul.list_sim > li { margin: 0 0 8px 0; padding: 0; text-indent: -0.5em; }
ul.list_sim > li::before { position: relative; top: -0.1em; left: -0.5em; display: inline-block; width: 0.5em; height: 0.5em; content: ''; border-radius: 100%; background: #EAFBFD; vertical-align: middle; }

/* ● -------------------------------------- */
ul.list_maru { padding: 0; margin: 0 0 10px 1.1em; }
ul.list_maru li { list-style-type: none; margin: 0 0 0.8rem 0; }
ul.list_maru li::before { display: inline-block; content: '●'; margin-left: -1.1em; margin-right: 0.1em; color: #0960E3; }

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li { display: inline-block; margin: 0 40px 8px 0; }

/* ※ -------------------------------------- */
ul.list_kome { padding: 0; }
ul.list_kome li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_kome li::before { content: '※'; width: 1em; color: #f0013c; }

/* link -------------------------------------- */
ul.list_lnk { padding: 0; margin-bottom: 1em; }
ul.list_lnk li { text-indent: -1em; padding-left: 1em; margin-bottom: 0.8rem; }
ul.list_lnk li::before { font-family: "fontello"; content: "\f138"; padding-right: 0.5rem; font-weight: bold; color: #0960E3; }

/* ページ内リンク -------------------------------------- */
ul.list_pl li { text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }
ul.list_pl li a { color: #444; }
ul.list_pl a::before { font-family: "fontello"; content: "\f107"; padding-right: 5px; font-weight: bold; color: #EAFBFD; }

@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, 188, 32, 0.2); display: block; border: #FFBC20 solid 2px; border-radius: 5px; padding: 7px 0 7px 25px; }
  ul.list_pl::after { content: ""; display: block; width: 33%; } }
/* 数値 -------------------------------------- */
ol.list_num { box-sizing: border-box; width: 100%; }
ol.list_num li { list-style-type: decimal; margin: 0 0 10px 35px; box-sizing: border-box; width: 90%; }

/* 流れ図 -------------------------------------- */
ol.list_flow { list-style: none; padding: 0; margin: 0; }
ol.list_flow li { border: 5px solid #FFBC20; border-radius: 10px; margin-bottom: 35px; padding: 0.5rem 1rem 1rem; position: relative; }
ol.list_flow li p.ttl { font-weight: bold; font-size: 120%; margin-bottom: 0.5rem; }
ol.list_flow li p.ttl::first-letter { color: #0960E3; font-size: 2.5rem; padding-right: 0.5rem; }
ol.list_flow li *:last-child { margin-bottom: 0; }
ol.list_flow li::after { bottom: -30px; color: #FFBC20; content: "▼"; font-size: 24px !important; left: 48%; position: absolute; }
ol.list_flow li:last-child::after { /*最後の▼を外す*/ content: ""; }

@media screen and (min-width: 48em), print { ol.list_flow li { padding: 0.5rem 1.5rem 1.5rem; }
  ol.list_flow li p.ttl::first-letter { font-size: 3rem; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd { margin: 0 0 1em 5px; }

@media screen and (min-width: 48em), print { .dl_career { display: flex; flex-wrap: wrap; }
  .dl_career dt { width: 8em; }
  .dl_career dd { width: calc( 100% - 9em); } }
/* dtに二重線 -------------------------------------- */
.dl_def { margin: 2rem auto; }
.dl_def > dt { font-weight: bold; border-bottom: double 3px #0960E3; margin-bottom: 0.7rem; }
.dl_def > dd { margin-bottom: 1.5rem; }
.dl_def > dd ul.list_maru li::before { color: #FFBC20; }

/* テーブルもどき -------------------------------------- */
.dl_tbl { border: #FFBC20 solid 1px; margin-bottom: 0.5rem; }
.dl_tbl > dt { font-weight: bold; background: #FFBC20; padding: 0.5rem; color: #fff; }
.dl_tbl > dd { padding: 1rem; margin: 0; }
.dl_tbl > dd *:last-child { margin-bottom: 0; }
.dl_tbl > dd > ul.list_maru li::before { color: #FFBC20; }

/* box -------------------------------------- */
.box1, .box2, .box3 { padding: 20px !important; margin-bottom: 20px; border: #0960E3 solid 0.2rem; border-radius: 0.5rem; }
.box1 > dt, .box2 > dt, .box3 > dt { border-bottom: #0960E3 dotted 2px; margin-bottom: 15px; padding-bottom: 5px; font-weight: bold; }
.box1 > dd, .box2 > dd, .box3 > dd { margin: 10px; }
.box1 > dd dt, .box2 > dd dt, .box3 > dd dt { color: #0960E3; font-weight: bold; }
.box1 > *:last-child, .box2 > *:last-child, .box3 > *:last-child { margin-bottom: 0; }

.box2 { border-color: #FFBC20; }
.box2 dt { border-bottom: #FFBC20 dotted 2px; }
.box2 ul.list_maru > li::before { color: #FFBC20; }

.box3 { border-color: #8CB8F9; }
.box3 dt { border-bottom: #8CB8F9 dotted 2px; }
.box3 ul.list_maru > li::before { color: #8CB8F9; }

@media screen and (min-width: 48em), print { .box1 > dt, .box2 > dt, .box3 > dt { font-size: 18px; }
  .box1 > dd dt, .box2 > dd dt, .box3 > dd dt { font-size: 17px; } }
/* テキストカラー -------------------------------------- */
.fc_rd { color: #c80014; }

.fc_gr { color: #34acbd; }

.fc_or { color: #FFBC20; }

/* リンク -------------------------------------- */
a { text-decoration: none; }

main a { border-bottom: 1px solid #0960E3; color: #0960E3; }

main a:hover { color: #ff5500; border-bottom: 1px solid #ff5500; }

a.btn { background: #0960E3; color: #fff; padding: 7px 40px; text-align: center; margin: 5px auto; width: auto; display: inline-block; position: relative; border: none; border-radius: 2rem; }

a.btn:hover { background: #FFBC20; color: #fff; border: none; opacity: 1; }

a.btn::before { font-family: 'fontello'; content: "\e807"; padding-right: 5px; font-weight: bold; }

/* 画像  -------------------------------------- */
figure { margin: 0; }

#lower figure { margin-bottom: 10px; }

img { max-width: 100%; width: auto; }

/* ----------------------------------------------------------------------------------
共通部分　_base.scss
---------------------------------------------------------------------------------- */
* { box-sizing: border-box; }

html { font-size: 62.5%; /* ベースを10pxに */ width: 100%; }

body { font-family: YakuHanJPs_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #444; font-size: 1.4rem; background-color: #fff; line-height: 1; margin: 0; padding: 0; letter-spacing: 0.08em; text-size-adjust: none; -webkit-text-size-adjust: none; }

@media screen and (min-width: 48em), print { body { min-width: 120rem; font-size: 1.6em; overflow-x: hidden; } }
h1, h2, .kv_txt, #feature { font-family: "Kosugi Maru", sans-serif; }

/* 全体の横幅設定  -------------------------------------- */
.wrap { margin: 0 1.5rem; }

main { line-height: 1.4; }

.inner { padding: 0; }

main > .inner { margin: 0 15px 30px; line-height: 1.6; }

section { margin-bottom: 3rem; }

#lower { /*   main section .inner + section { margin: 4rem 0 4rem; padding: 0; }*/ }
#lower main section { margin: 0 auto 4rem; padding: 0; }

@media screen and (min-width: 48em), print { .wrap { width: 120rem; margin: 0 auto; padding: 0 1rem; }
  section { margin-bottom: 5rem; }
  .inner { padding: 0; } }
/* header  -------------------------------------- */
header .wrap { margin: 0; height: 133.219px; }
header .logo { padding: 1rem; margin: 0 6rem 0 5rem; width: 25rem; text-align: center; }
header div { position: relative; }
header div .h_first { text-align: center; width: 95%; margin: 0 auto 1rem; }
header div .h_first > a { padding: 5px; border-radius: 5px; display: inline-block; font-size: 90%; color: #fff; line-height: 1.2; text-align: left; display: flex; align-items: center; justify-content: space-around; }
header div .h_first > a strong { color: #FFE14D; }

/* ハンバーガーメニュー  -------------------------------------- */
.js-btn { margin: 0; padding: 1.5rem 0.5rem 0; border: 0; border-radius: 0; color: inherit; vertical-align: middle; text-align: inherit; font: inherit; -webkit-appearance: none; appearance: none; position: absolute; top: 1rem; right: 1rem; /* ボタンの配置位置 */ /* ボタンの大きさ  */ width: 5.0rem; height: 5.0rem; /* 最前面に */ z-index: 100; background-color: #0960E3; border: none; }

.btn-txt { display: block; text-align: center; width: 100%; padding-top: 1.4rem; font-size: 1.2rem; color: #fff; }

/***** 真ん中のバーガー線 *****/
.btn-line { display: block; position: relative; /* バーガー線の位置基準として設定 */ width: 100%; /* 線の長さと高さ */ height: 4px; background-color: #fff; transition: .2s; }

/****** 上下のバーガー線 *****/
.btn-line::before, .btn-line::after { content: ""; position: absolute; width: 100%; height: 100%; background-color: #fff; transition: .5s; left: 0; box-sizing: inherit; }

.btn-line::before { /* 上の線の位置 */ transform: translateY(-1rem); }

.btn-line::after { /* 下の線の位置 */ transform: translateY(1rem); }

/***** メニューオープン時 *****/
.btn-line.open { background-color: transparent; /* 真ん中の線を透明に */ }

.btn-line.open::before, .btn-line.open::after { content: ""; transition: .2s; }

.btn-line.open::before { transform: rotate(45deg); /* 上の線を傾ける */ }

.btn-line.open::after { transform: rotate(-45deg); /* 下の線を傾ける */ }

nav { width: 100%; padding: 1rem 1rem 0; background-color: rgba(224, 247, 255, 0.9); position: absolute; top: -130%; transition: .3s; z-index: 99; font-weight: bold; }
nav a { color: #444; }
nav br { display: none; }
nav > ul { margin: 0 auto 2rem; flex-wrap: wrap; max-width: 46rem; }
nav > ul li { margin: 1rem; }
nav > ul li a { padding: 0.5rem; display: block; }
nav > ul .subnav, nav > ul .subsub nav { margin-left: 1.5em; }
nav > ul .subnav br, nav > ul .subsub nav br { display: none; }
nav > ul a::before { font-family: fontello; content: '\f105'; color: #0960E3; padding-right: 0.5rem; }
nav > ul .treatment > a::before, nav > ul .subsub::before { content: '\f107'; }
nav > ul .treatment > a.close::before, nav > ul .subsub.clise::before { content: '\f106'; }

nav.open { top: 6.5rem; background: #dcf0f5; }

#lower main > .inner { margin-top: 10rem; }
#lower h1 { background: url("../img/h1.jpg") no-repeat top center; background-size: 150% auto; margin: 0 0 2rem; font-size: 2.2rem; line-height: 1.2; padding: 3rem 0 3rem 1rem; color: #19549B; text-align: center; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; font-weight: normal; }
#lower h2 { display: flex; position: relative; justify-content: center; margin: 4rem 0 3rem; color: #7B4747; font-weight: normal; }
#lower h2::after { content: ''; width: 4rem; height: 0.4rem; display: block; position: absolute; bottom: -1.0rem; left: 0; right: 0; margin: 0 auto; background: #0960E3; }
#lower h3 { background: #EAFBFD; padding: 0.5rem; margin: 3rem  0 2rem; font-size: 1.6rem; color: #0960E3; font-weight: normal; border-top: 0.2rem solid #0960E3; }
#lower h4 { margin: 2rem  0 2rem; font-size: 1.6rem; border-bottom: 0.4rem double #0960E3; padding-bottom: 0.4rem; font-weight: normal; }
#lower h5 { margin: 1rem 0 2rem; font-size: 1.6rem; color: #0960E3; font-weight: normal; }

@media screen and (min-width: 48em), print { body { border-top: 1rem solid #0960E3; }
  header { padding: 0; width: 100%; min-width: 120rem; margin: 0; }
  header .wrap { margin: 3rem auto 1rem; position: relative; align-items: flex-start; justify-content: space-between; display: flex; height: initial; }
  header .wrap .logo { max-width: none; width: 48.0rem; margin: 2.5rem 0 1rem -5rem; padding: 0; }
  header .wrap div div.sp_n { width: 60rem; margin-bottom: 1rem; }
  header .wrap div div.sp_n > ul { display: flex; }
  header .wrap div div.sp_n > ul > li { width: auto; margin-bottom: 0.0rem; font-size: 1.8rem; display: flex; align-items: center; justify-content: flex-end; }
  header .wrap div div.sp_n > ul > li::before { content: ''; display: block; width: 3.6rem; height: 3.6rem; background: url("../img/ic_map.svg") no-repeat; background-size: auto; padding-right: 0.5rem; }
  header .wrap div div.sp_n > ul > li:nth-child(2) { font-size: 2.4rem; font-family: "Kosugi Maru", sans-serif; margin-left: 2rem; }
  header .wrap div div.sp_n > ul > li:nth-child(2)::before { background: url("../img/ic_tel.svg") no-repeat; }
  header .wrap div .h_first { position: relative; margin: 10px 0 10px; width: auto; float: right; }
  header .wrap div .h_first > a { padding: 10px; border-radius: 5px; display: inline-block; color: #fff; line-height: 1.4; text-align: left; display: flex; align-items: center; width: 600px; }
  header .wrap div .h_first > a strong { color: #FFE14D; }
  header .btn { display: none; }
 /*   nav{ position: relative; width:$wrap; padding:0 1rem; font-size:1.8rem; background-color: transparent; padding:0; margin:0 auto;
 ul.gnav {  display: flex;  padding: 0;  justify-content: center;  align-items: center; margin: 0 auto ;  padding: 0;  max-width: none; line-height: 1; margin:0 auto; li:hover{ opacity: 1; background-color:$colorSub3; }  > li {  margin: 0;  padding: 0; position: relative; min-width:inherit; width:18.666666666rem; border-left: 0.1rem #333 dotted;   >  a{ color:$colorFont; background:url("../img/nav_home.svg") center top no-repeat; text-align: center; padding:5rem 0 0 0; display: block; }  >  a::before{ display: none; } > a::after { content: 'HOME'; display: block; font-size: 0.8rem; padding-top: 0.5rem; color: $colorSub1; } }  >li:nth-child(2){ >a{ background-image: url("../img/nav_doctor.svg"); } >a::after{ content:'DOCTOR'; } } >li:nth-child(3){ >  a{ background: url("../img/nav_medical.svg") center top 0.5rem no-repeat;  } >a::after{ content:'MEDICAL'; }  >a::before{ content:'\e809'; font-family: fontello; color:$colorSub1; position: absolute; right:3rem; bottom:1.8rem; display: block; } >a.close::before{ content:'\e808'; } } >li:nth-child(4){ >a{ background-image: url("../img/nav_clinic.svg"); } >a::after{ content:'CLINIC'; } } >li:nth-child(5){ >a{ background-image: url("../img/nav_visitor.svg"); } >a::after{ content:'VISITOR'; } } >li:nth-child(6){ border-right:  0.1rem #333 dotted; >a{ background-image: url("../img/nav_access.svg"); } >a::after{ content:'ACCESS'; } }  >li.treatment::after{ display: none!important; }  li.treatment{ padding:0; margin:0;  a{ display: block; } .subnav {  position: absolute; width: 20rem;  border-radius: 1rem; padding: 0 0;  margin:0; z-index: 100;  top: 9rem;  left: -0.8rem;  text-align: center; background: $colorMain; font-size:1.6rem; font-weight: normal; display: none;   > li:first-child { a{ border-radius: 1rem 1rem 0 0 ; } }  > li:last-child { border-bottom: none; a{  border-radius: 0 0 1rem 1rem ; } }  >li {  margin: 0; padding: 0;  position: relative;  >a {  color: #fff; padding: 1.5rem;  display: block; background: $colorMain; border-bottom: 0.1rem dotted #fff; }  >a:hover{ background:#0A52BE; opacity: 1;  }  a::before{ display: none; }  .subsub{ position: relative;  +.subsubnav{ display: none; background: #fff; color:$colorMain;  position: absolute; top: 0; left: 21.0rem; border: 1px solid #243f87; width: 20rem;  border-radius: 1rem; padding: 0; margin:0; overflow: hidden;  li{ padding:0; margin:0; } li:last-child a{ border-bottom:none; } a{ display: block; width:20rem; padding: 1.5rem;  border-bottom: 1px solid #243f87; } 
 >a:hover{ background:$colorSub2; opacity: 1; }  } }  .subsub::after{ content:'\e807'; font-family: fontello; display: block; position: absolute; right:2rem; top:1.5rem;  }  }
  } }  } }*/
  nav { position: relative; width: 120rem; padding: 0 1rem; font-size: 1.8rem; background-color: transparent; padding: 0; margin: 0 auto; }
  nav > ul { display: flex; padding: 0; justify-content: center; align-items: center; margin: 0 auto; padding: 0; max-width: none; line-height: 1; margin: 0 auto; }
  nav > ul li:hover { opacity: 1; background-color: #FFFED9; }
  nav > ul > li { margin: 0; padding: 0; position: relative; min-width: inherit; width: 18.666666666rem; border-left: 0.1rem #333 dotted; }
  nav > ul > li:nth-child(2) > a { background-image: url("../img/nav_doctor.svg"); }
  nav > ul > li:nth-child(2) > a::after { content: 'DOCTOR'; }
  nav > ul > li:nth-child(3) > a { background: url("../img/nav_medical.svg") center top 0.5rem no-repeat; }
  nav > ul > li:nth-child(3) > a::after { content: 'MEDICAL'; }
  nav > ul > li:nth-child(3) > a::before { content: '\e809'; font-family: fontello; color: #FFBC20; position: absolute; right: 3rem; bottom: 1.8rem; display: block; }
  nav > ul > li:nth-child(3) > a.close::before { content: '\e808'; }
  nav > ul > li:nth-child(4) > a { background-image: url("../img/nav_clinic.svg"); }
  nav > ul > li:nth-child(4) > a::after { content: 'CLINIC'; }
  nav > ul > li:nth-child(5) > a { background-image: url("../img/nav_visitor.svg"); }
  nav > ul > li:nth-child(5) > a::after { content: 'VISITOR'; }
  nav > ul > li:nth-child(6) { border-right: 0.1rem #333 dotted; }
  nav > ul > li:nth-child(6) > a { background-image: url("../img/nav_access.svg"); }
  nav > ul > li:nth-child(6) > a::after { content: 'ACCESS'; }
  nav > ul > li:last-child { display: none; }
  nav > ul > li > a { color: #444; background: url("../img/nav_home.svg") center top no-repeat; text-align: center; padding: 5rem 0 0 0; display: block; }
  nav > ul > li > a::before { display: none; }
  nav > ul > li > a::after { content: 'HOME'; display: block; font-size: 0.8rem; padding-top: 0.5rem; color: #FFBC20; }
  nav > ul > li > a.active { border-bottom-color: #37a0da; }
  nav .dropdown { position: relative; }
  nav .subnav, nav .subsubnav { width: 20rem; position: absolute; z-index: 9; top: 8.3rem; left: -3.4rem; border-radius: 1rem; padding: 0; display: none; }
  nav .subnav li, nav .subsubnav li { margin: 0; }
  nav .subnav li:first-child > a, nav .subsubnav li:first-child > a { border-radius: 1rem 1rem 0 0; }
  nav .subnav li:last-child > a, nav .subsubnav li:last-child > a { border-radius: 0 0 1rem 1rem; }
  nav .subnav a, nav .subsubnav a { padding: 1.5rem; background: #0960E3; color: #fff; }
  nav .subnav a::before, nav .subsubnav a::before { display: none; }
  nav .subnav .active, nav .subsubnav .active { color: white; background: #37a0da; }
  nav .subsubnav { top: 0; left: 20.0rem; border: 1px solid #243f87; overflow: hidden; }
  nav .subsubnav a { background: #fff; color: #444; } }
/* main   -------------------------------------- */
main { display: block; }
main p { margin: 0 0 1em; line-height: 1.6; text-align: justify; }
main li, main dl { line-height: 1.6; }

@media screen and (min-width: 48em), print { main { margin: 0; }
  #lower main { margin: 4rem auto 10rem; margin-bottom: 10rem; }
  #lower h1 { height: 29.2rem; background-size: auto; font-size: 3rem; display: flex; justify-content: flex-start; align-items: center; }
  #lower h1 span { display: block; width: 120rem; margin: 0 auto; padding: 0 1rem; text-align: left; }
  #lower h2 { padding-top: 2rem; font-size: 3rem; margin: 5rem 0; }
  #lower h3 { font-size: 2.4rem; margin: 5rem 0 2rem; padding: 1rem 2rem; }
  #lower h4 { font-size: 2.2rem; padding: 0 0 0.5rem; margin: 4rem 0 2rem; }
  #lower h5 { font-size: 1.8rem; } }
/* ページ下部 医院概要  -------------------------------------- */
#overview { background: url("../img/bg_overview.jpg") no-repeat top center; background-size: cover; padding: 3rem 0 2rem; line-height: 1.4; }
#overview .wrap { background: rgba(255, 255, 255, 0.8); border-radius: 1rem; padding: 2rem; }
#overview .logo { text-align: center; }
#overview .logo img { width: calc(100% - 2rem); max-width: 30rem; }
#overview .logo + P { display: flex; align-items: center; justify-content: center; margin: 0 0 .5rem; font-size: 2rem; font-weight: bold; font-family: "Kosugi Maru", sans-serif; }
#overview .logo + p::before { background: url("../img/ic_tel.svg") no-repeat; background-size: contain; display: block; width: 2rem; height: 2rem; content: ''; }
#overview .o_first { text-align: center; margin: 0 auto 1rem; }
#overview .o_first > a { margin: 0 auto; padding: 5px; border-radius: 5px; display: inline-block; font-size: 90%; color: #fff; line-height: 1.2; text-align: left; display: flex; align-items: center; justify-content: space-around; width: 90%; }
#overview .o_first > a strong { color: #FFE14D; }
#overview .overviewL { max-width: 37rem; margin: 0 auto; }

.dl_overview { margin-bottom: 2rem; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: baseline; }
.dl_overview dt { width: 100%; font-weight: bold; }
.dl_overview dd { margin-bottom: 1rem; }
.dl_overview dd span { font-weight: bold; color: #0960E3; font-size: 150%; }

.gmap { margin: 1rem auto 0; height: 48rem; width: 100%; }

/* 診療時間表 -------------------------------------- */
.tbl_time { width: 100%; text-align: center; margin-bottom: 1rem; }
.tbl_time caption { caption-side: bottom; padding: 0.5rem 0; line-height: 1.4; text-align: left; }
.tbl_time thead { background: #0960E3; color: #fff; }
.tbl_time thead th, .tbl_time thead td { padding: 0.7rem 0  0.7rem; font-weight: normal; }
.tbl_time tbody { background: #fff; }
.tbl_time tbody tr { border-bottom: 0.1rem solid #ccc; }
.tbl_time tbody th, .tbl_time tbody td { padding: 0.7rem 0; vertical-align: middle; font-weight: normal; }
.tbl_time tbody td { min-width: 2em; color: #FFBC20; }
.tbl_time tbody td.close { color: #444; }
.tbl_time span { color: #8CB8F9; }

@media screen and (min-width: 48em), print { .tbl_time caption { padding: 1rem 0 0; }
  .tbl_time thead th { padding: 1rem 0; }
  .tbl_time thead tr th:last-child { padding-right: 1rem; }
  .tbl_time tbody th { padding: 1.0rem 0; font-weight: normal; width: 15rem; }
  .tbl_time tbody td { padding: 1rem 0; } }
/* ページトップ -------------------------------------- */
.sp_bottom { position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-around; background: #E5F5EA; margin: 0; width: 100%; padding: 0.1rem; text-align: center; z-index: 10000; }
.sp_bottom li { width: 50%; margin: 0.2rem; background: #FFBC20; position: relative; font-size: 1.4rem; }
.sp_bottom li a { display: flex; align-items: center; padding: 1.3rem 0; color: #fff; justify-content: center; }

#pc_right { display: none; }

@media screen and (min-width: 48em), print { .sp_bottom { bottom: 2rem; right: 1rem; left: auto; background-color: transparent; width: 7rem; }
  .sp_bottom li:first-child { display: none !important; }
  .sp_bottom li { background-color: transparent; }
  #pageup { position: fixed; bottom: -55.0rem; right: 1.0rem; z-index: 1; cursor: pointer; opacity: 0.8; transition: 0.8s; font-size: 5.5rem; padding: 0.8rem 0; border-radius: 1rem; border: 0.2rem solid #FFBC20; width: 8rem; height: 8rem; background: #fff; }
  #pageup a { padding: 0; color: #FFBC20; }
  #pageup.block { display: block; bottom: 1.0rem; }
  #pc_right { display: block; position: fixed; right: 0; top: 12rem; z-index: 1000; } }
footer ul { display: none; }

address { padding: 0.8rem 0 5.2rem; font-style: normal; background: #0960E3; font-size: 1.2rem; text-align: center; }
address a { color: #fff; }

@media screen and (min-width: 48em), print { #overview { padding: 6rem 0; }
  #overview .wrap { padding: 3rem 6rem 0.5rem; width: 118rem; }
  #overview .flex_LRTB { justify-content: space-between; margin: 0 auto; }
  #overview .logo { margin: 0.8rem 0 1.0rem; text-align: center; }
  #overview .logo img { width: 34rem; max-width: none; }
  #overview .logo + p { font-size: 2.4rem; margin-bottom: 1.5rem; }
  #overview .logo + p::before { width: 3.6rem; height: 3.6rem; padding-right: 0.56rem; }
  #overview .o_first { margin: 10px 0 10px; text-align: center; margin: 0 auto 20px; }
  #overview .o_first > a { padding: 10px; border-radius: 5px; display: inline-block; color: #fff; line-height: 1.4; text-align: left; display: flex; align-items: center; width: 500px; }
  #overview .o_first > a strong { color: #FFE14D; }
  #overview .overviewL { width: 51rem; max-width: none; }
  #overview .overviewR { width: 50rem; padding: 0; margin: 0; }
  #overview .overviewR .gmap { height: 100%; }
  .dl_overview dt { width: 9rem; margin-bottom: 2.3rem; }
  .dl_overview dd { width: 40rem; }
  .dl_overview dd:nth-child(8) { margin-top: -1rem; }
  .gmap { margin: 0; }
  footer { display: block; padding: 3rem 0 0; margin: 0  auto 0; }
  footer ul { display: flex; justify-content: center; margin-bottom: 0.5rem; }
  footer ul a { display: block; padding: 0 1rem; color: #444; }
  footer ul li { border-right: 0.1rem solid #444; }
  footer ul li:last-child { border-right: none; }
  footer ul li.treatment { display: none; }
  address { margin: 2rem 0 0; padding: 2.2rem; }
  address a { color: #fff; } }
a { color: #1a0dab; }

a:hover { opacity: 0.7; }

.tel a { color: #444; border-bottom: none; }

/* TopPage  -------------------------------------- */
#TopPage #kv { background-size: auto 20rem; background-repeat: no-repeat; background-position: top center; padding: 20rem 0 0; margin: 0 auto 2rem; }
#TopPage #kv .wrap { margin: 0; }
#TopPage #kv .kv_txt { background: #0960E3; color: #fff; line-height: 1.4; padding: 1rem; }
#TopPage #kv .kv_txt p { margin: 0.5rem 0; }
#TopPage #kv + .wrap { margin: 0; }
#TopPage main { margin: 0; }
#TopPage main section { margin-top: 0; padding: 3rem 1.5rem; }
#TopPage main h2 { text-align: center; font-size: 2rem; color: #7B4747; margin-bottom: 2rem; font-weight: normal; position: relative; }
#TopPage main h2 span { font-size: 1.4rem; display: block; line-height: 1.2; }
#TopPage main #about h2, #TopPage main #medical h2, #TopPage main #treatment h2, #TopPage main #feature h2 { background: linear-gradient(180deg, #fff 0%, #fff 10%, transparent 10%, transparent 100%); }
#TopPage main #about h2::after, #TopPage main #medical h2::after, #TopPage main #treatment h2::after, #TopPage main #feature h2::after { content: ''; width: 4rem; height: 0.4rem; display: block; bottom: -1.0rem; margin: 0.7rem auto; background: #FFE14D; }
#TopPage main #about h2::before, #TopPage main #medical h2::before, #TopPage main #treatment h2::before, #TopPage main #feature h2::before { content: ''; width: 2.5rem; height: 2.5rem; display: block; background: url("../img/about_h2.png") center top no-repeat; background-size: contain; margin: 0 auto; }
#TopPage main #medical h2 { margin-top: -4rem; }
#TopPage main #medical h2::before { background-image: url("../img/medical_h2.png"); }
#TopPage main #treatment h2::before { background-image: url("../img/treatment_h2.png"); }
#TopPage main #feature h2 { margin-top: -4rem; }
#TopPage main #feature h2::before { background-image: url("../img/feature_h2.png"); }
#TopPage main #news { background-color: #FFFED9; background-image: repeating-linear-gradient(90deg, white 0px 1px, transparent 1px 30px), repeating-linear-gradient(0deg, white 0px 1px, transparent 1px 30px); padding-bottom: 9rem; margin-bottom: 0; }
#TopPage main #news h2 { width: 30rem; text-align: center; padding: 1rem; background: #FFE14D; border-radius: 3rem; margin: 0 auto -3rem; position: relative; z-index: 10; }
#TopPage main #news .inner { padding: 4rem 1rem 2rem; background: #fff; border-radius: 1rem; position: relative; }
#TopPage main #news dl { margin: 0; border-bottom: 0.1rem dotted #AAAAAA; padding-bottom: 0.7rem; }
#TopPage main #news dl dt { color: #fff; position: relative; color: #FFBC20; margin: 0.7rem 0 0; font-weight: bold; cursor: pointer; padding: 0.7rem 0 0; }
#TopPage main #news dl dt:not(:first-child) { border-top: 0.1rem dotted #AAAAAA; }
#TopPage main #news dl dt::before { font-family: fontello; content: '\e809'; width: 1em; text-align: center; padding-left: 0.5rem; }
#TopPage main #news dl dt.close::before { content: '\e808'; }
#TopPage main #news dl dd { margin: 1rem 0 2rem; padding-left: 1.3em; }
#TopPage main #news dl dd:not(:nth-of-type(-n+3)) { display: none; }
#TopPage main #news .inner::before, #TopPage main #news .inner::after { content: ''; background: url("../img/news_img01.png") no-repeat center bottom; width: 6rem; height: 7.5rem; background-size: contain; display: block; bottom: -6rem; left: 0; position: absolute; }
#TopPage main #news .inner::after { background-image: url("../img/news_img02.png"); left: auto; right: 0; width: 7.3rem; }
#TopPage main #bnr_recruit { background-color: #FFFED9; padding: 0 1rem 3rem; }
#TopPage main #bnr_recruit a { border: none; }
#TopPage main #about .inner { padding-bottom: 6rem; background: url("../img/about_img01.png") no-repeat left bottom, url("../img/about_img02.png") no-repeat right bottom; background-size: auto 12rem; }
#TopPage main #medical { background-color: #EAFBFD; background-image: repeating-linear-gradient(90deg, white 0px 1px, transparent 1px 30px), repeating-linear-gradient(0deg, white 0px 1px, transparent 1px 30px); }
#TopPage main #medical ul { display: flex; justify-content: center; flex-wrap: wrap; }
#TopPage main #medical ul li { width: 46%; min-width: 15rem; max-width: 17rem; margin: 1rem 0.5rem; }
#TopPage main #medical ul li a { display: block; width: 100%; padding: 1rem 0 1rem 4rem; text-align: center; background-color: #fff; background-image: url("../img/icon_internal_medicine.png"); background-repeat: no-repeat; background-position: left 1rem center; background-size: 3rem 3rem; box-shadow: 0px 3px 0px #D1E4E8; border: 1px solid #E5FBFF; border-radius: 1rem; color: #444; }
#TopPage main #medical ul li a::before { content: '\e807'; font-family: fontello; padding-right: 0.5rem; color: #0960E3; }
#TopPage main #medical ul li:nth-child(2) a { background-image: url("../img/icon_gastroenterology.png"); }
#TopPage main #medical ul li:nth-child(3) a { background-image: url("../img/icon_lifestyle_disease.png"); }
#TopPage main #medical ul li:nth-child(4) a { background-image: url("../img/icon_dialysis.png"); }
#TopPage main #medical ul li:nth-child(5) a { background-image: url("../img/icon_medical_checkup.png"); }
#TopPage main #medical ul li:nth-child(6) a { background-image: url("../img/icon_vaccination.png"); }
#TopPage main #treatment { padding: 0 0.5rem; }
#TopPage main #treatment .flex_LRTB div { background-color: #FFFED9; background-image: repeating-linear-gradient(90deg, white 0px 1px, transparent 1px 30px), repeating-linear-gradient(0deg, white 0px 1px, transparent 1px 30px); padding: 2rem 1rem; }
#TopPage main #treatment .flex_LRTB dl dt { font-size: 1.8rem; color: #7B4747; font-family: "Kosugi Maru", sans-serif; margin-bottom: 1rem; }
#TopPage main #treatment .flex_LRTB dl dt span { border-bottom: 0.3rem solid #FFE9B5; padding-bottom: 0.2rem; }
#TopPage main #treatment .flex_LRTB img { width: 10rem; display: block; margin: 1rem auto; }
#TopPage main #treatment .flex_LRTB div:nth-child(2) { background-color: #EAFBFD; }
#TopPage main #treatment .flex_LRTB div:nth-child(2) dl dt span { border-bottom-color: #CBEFFF; }
#TopPage main #feature .inner { display: flex; justify-content: space-around; flex-wrap: wrap; }
#TopPage main #feature .inner figure { width: 50%; min-width: 30rem; margin: 0 auto 2rem; padding: 0 1rem; }
#TopPage main #feature .inner figure img { width: 20rem; display: block; margin: 0 auto 1rem; }
#TopPage main #feature .inner figure figcaption { text-align: center; }

@media screen and (min-width: 48em), print { #TopPage #kv { height: 70rem; background-position: top center; background-size: 1920px 700px; max-width: none; margin: 0 auto 2rem; overflow: hidden; padding: 0; }
  #TopPage #kv > .wrap { margin: 0 auto; position: relative; z-index: 100; width: 130rem; height: 70rem; }
  #TopPage #kv .kv_txt { background-color: transparent; position: absolute; width: 118rem; padding: 1.4rem; text-align: center; margin: 0 auto; text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; text-align: left; font-size: 2rem; letter-spacing: 0.15rem; line-height: 2; top: 6rem; left: 0; right: 0; color: #19549B; }
  #TopPage #kv .kv_txt .font_l { font-size: 3rem; letter-spacing: 7.8px; }
  #TopPage main { margin: 3rem auto 0; }
  #TopPage main section { padding: 5rem 0; }
  #TopPage main h2 { font-size: 3rem; margin: 0 0 4.5rem; }
  #TopPage main h2 span { font-size: 1.8rem; }
  #TopPage main #about h2::before, #TopPage main #medical h2::before, #TopPage main #treatment h2::before, #TopPage main #feature h2::before { width: 4.8rem; height: 4.8rem; }
  #TopPage main #news { overflow: hidden; }
  #TopPage main #news h2 { width: 36rem; border-radius: 5rem; padding: 1.8rem; margin-bottom: -5rem; }
  #TopPage main #news .inner { border-radius: 2.8rem; }
  #TopPage main #news .inner::before { width: 19.5rem; height: 26.3rem; background-size: auto; left: -4.7rem; bottom: -4rem; }
  #TopPage main #news .inner::after { width: 23.4rem; height: 26.3rem; background-size: auto; bottom: -4rem; right: -5.7rem; }
  #TopPage main #news dl { margin: 2rem auto; width: 80rem; }
  #TopPage main #news dl dt { font-size: 2rem; margin-bottom: 1.5rem; padding-top: 1.5rem; }
  #TopPage main #news dl dd { margin: 0; }
  #TopPage main #news + .wrap { padding: 0; }
  #TopPage main #bnr_recruit { padding-bottom: 8rem; }
  #TopPage main #about { padding-bottom: 0; }
  #TopPage main #about h2 { margin-bottom: -1rem; }
  #TopPage main #about .inner { padding: 3rem 25rem; margin: 0 auto; font-size: 1.8rem; background-size: auto; background-position: left top ,right top; }
  #TopPage main #about .inner p { line-height: 3.6rem; }
  #TopPage main #about .btn { width: 30rem; padding: 1.2rem 0; border-radius: 10rem; }
  #TopPage main #medical { padding: 0 0 6rem; }
  #TopPage main #medical h2 { background: linear-gradient(180deg, #fff 0%, #fff 20%, transparent 20%, transparent 100%); }
  #TopPage main #medical ul { justify-content: space-between; gap: 4rem 0rem; }
  #TopPage main #medical ul li { width: 35rem; min-width: inherit; max-width: none; }
  #TopPage main #medical ul li a { font-size: 2.2rem; background-size: auto; height: 13.5rem; padding: 4.8rem 0 0 10rem; background-position: left 1.5rem center; }
  #TopPage main #treatment { background: url("../img/bg_treatment.png") center bottom; }
  #TopPage main #treatment h2 { background: #fff; padding-bottom: 3rem; margin-bottom: 0; }
  #TopPage main #treatment .flex_LRTB.half div { width: 50%; background-image: none !important; background-color: transparent; display: flex; align-items: flex-start; justify-content: space-between; }
  #TopPage main #treatment .flex_LRTB.half div dl { width: 30rem; }
  #TopPage main #treatment .flex_LRTB.half div dl dt { font-size: 2.6rem; height: 7.5rem; margin-bottom: 2.5rem; }
  #TopPage main #treatment .flex_LRTB.half div dl dt span { border-bottom-width: 0.5rem; }
  #TopPage main #treatment .flex_LRTB.half div dl dd { font-size: 1.8rem; line-height: 3.2rem; text-align: justify; }
  #TopPage main #treatment .flex_LRTB.half div img { width: auto; }
  #TopPage main #treatment .flex_LRTB.half div:nth-child(2) { padding-left: 3.5rem; }
  #TopPage main #feature .inner { flex-wrap: nowrap; }
  #TopPage main #feature .inner figure { margin: 0; padding: 0; }
  #TopPage main #feature .inner figure img { width: auto; margin-bottom: 2rem; }
  #TopPage #overview { margin-top: 0; } }
/* lower  -------------------------------------- */
#lower .tbl_def { border: 0.1rem solid #0960E3; border-collapse: collapse; width: 100%; margin-bottom: 1rem; }
#lower .tbl_def caption { caption-side: bottom; text-align: left; padding: 0.5rem; font-size: 1.2rem; line-height: 1.6; }
#lower .tbl_def thead { background: #0960E3; color: #fff; }
#lower .tbl_def thead th, #lower .tbl_def thead td { padding: 0.7rem 0; font-weight: normal; }
#lower .tbl_def tbody { background: #fff; }
#lower .tbl_def tbody th, #lower .tbl_def tbody td { padding: 0.7rem 0.5rem; vertical-align: middle; font-weight: normal; }
#lower .tbl_def tbody tr:nth-child(even) { background: #EBE6E1; }
#lower .tbl_def.-color2 { table-layout: fixed; }
#lower .tbl_def.-color2 th { border: 0.1rem solid  #b1b1b1; }
#lower .tbl_def.-color2 td { border: 0.1rem solid  #b1b1b1; }
#lower .tbl_def.-color2 tbody tr:nth-child(even) { background: #f6f9ff; }
#lower .tbl_price { width: 100%; max-width: 50rem; margin: 0 auto 1rem; border-collapse: collapse; border-spacing: 0; margin: 0 auto; border: 0.1rem solid #FFBC20; }
#lower .tbl_price th, #lower .tbl_price td { padding: 0.5rem; }
#lower .tbl_price th { text-align: left; }
#lower .tbl_price td { width: 9em; text-align: right; }
#lower .tbl_price tr:nth-child(even) { background: #f8efe7; }
#lower #clinic ul.flex_LRTB.half figure { font-size: 130%; margin-bottom: 2rem; text-align: center; color: #FFBC20; line-height: 1.2; }
#lower .slider-pro p.sp-layer { font-size: 200%; }
#lower .slider-pro { overflow: hidden; }
#lower #checkup .dl_checkup { margin-bottom: 2rem; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: baseline; }
#lower #checkup .dl_checkup dt { width: 100%; font-weight: bold; background: #FFFED9; padding: 0.5rem; }
#lower #checkup .dl_checkup dd { margin-bottom: 1rem; padding: 0.5rem; }
#lower #vaccine .dl_vaccine { margin-bottom: 2rem; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; }
#lower #vaccine .dl_vaccine dt { width: 100%; font-weight: bold; background: #FFFED9; padding: 0.5rem; }
#lower #vaccine .dl_vaccine dd { margin-bottom: 1rem; padding: 0.5rem; }
#lower .dl_recruit > dt { color: #0960E3; font-weight: bold; font-size: 110%; margin-bottom: 0.5rem; }
#lower .dl_recruit > dd { margin-bottom: 3rem; }
#lower .dl_recruit .dl_def { margin-top: 0; }
#lower .dl_recruit .dl_def dt { border-bottom: none; margin-bottom: 0; }
#lower .dl_recruit .dl_def dd { margin-bottom: 0.5em; }

@media screen and (min-width: 48em), print { #lower main .tbl_time { margin: 0 auto; }
  #lower .tbl_def caption { font-size: 1.6rem; padding: 0.5rem 0 0; }
  #lower .tbl_def thead th { padding: 1.5rem; }
  #lower .tbl_def tbody th { padding: 1.5rem; font-weight: normal; }
  #lower .tbl_def tbody td { padding: 1.5rem; }
  #lower #doctor .flex_RLTB.half { align-items: flex-start; }
  #lower #access .flex_LRTB.half { justify-content: center; }
  #lower #checkup .dl_checkup dt { width: 20rem; margin-bottom: 2.3rem; margin-right: 1rem; padding: 1rem; text-align: right; }
  #lower #checkup .dl_checkup dd { width: calc(100% - 21rem); }
  #lower #vaccine .dl_vaccine dt { width: 45rem; padding: 1rem; text-align: right; margin-bottom: 2.3rem; margin-right: 1rem; }
  #lower #vaccine .dl_vaccine dd { width: calc(100% - 46rem); padding: 1rem; }
  #lower .dl_recruit { display: flex; flex-wrap: wrap; }
  #lower .dl_recruit > dt { width: 8em; }
  #lower .dl_recruit > dd { width: calc( 100% - 10em); }
  #lower .slider-pro p.sp-layer { font-size: 130%; } }

/*# sourceMappingURL=style.css.map */
