@charset "utf-8";
/* CSS Document */
body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "メイリオ", "Meiryo UI", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  background-color: #EDEEEB;
}
#h1_wrap {
  width: 100%;
  background-color: #DBF2F4;
}
header {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
.mainslide {
  background-color: #EDEEEB;
}
.bxslider {
  margin-left: -40px;
}
/* サイドとコンテンツに隙間を入れる場合（row+15） */
.padSP {
  margin-left: 0px;
  margin-right: 0px;
}
h1 {
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 0.1em;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 6px;
  color: #73634A;
  margin-bottom: 0px;
}
h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  background-image: url(../images/h2back.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
h3 {
  background: url(../images/h3.png) no-repeat;
  font-size: 1.5em;
  color: #666666;
  padding: 0.8em 0 0.5em 56px;
  margin: 0 auto 1.5em;
  font-weight: normal;
  border-bottom: 4px solid #85D0DA;
}
h4 {
  font-size: 1.3em;
  color: #1973A7;
  font-weight: normal;
  border-bottom: 2px dotted #1973A7;
  padding: 0 0 0.2em 0;
  margin: 0 auto 0.5em;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
}
h5 {
  font-size: 18px;
  font-weight: bold;
  color: #6A5A4B;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #6A5A4B;
  padding-left: 5px;
  padding-bottom: 5px;
}
section p {
  margin: 0 auto 1em auto;
}
figure {
  margin: 0 auto 1.5em;
}
.clear {
  clear: both;
  display: block;
}
/* ナビゲーションバー全体の背景色 */
.navbar-default {
  background-color: #E8E4DF; /*  <----  メニュー　通常時　     */
  border: 0px;
  border-radius: 0px;
  padding: 0px 0px;
}
/* ナビゲーションバー全体 */
.navbar-header {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  width: 100%;
}
/* ナビゲーションリンク（区切り線あり） */
.navbar-default .nav > li > a {
  color: #555;
  margin: 0px;
}
.navbar-nav > li {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c3c3c3;
}
.navbar-nav > li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c3c3c3;
}
/* ナビゲーションバーHover時 */
.navbar-default .brand:hover, .navbar-default .nav > li > a:hover, .navbar-default .brand:focus, .navbar-default .nav > li > a:focus {
  color: #ffffff;
  background-color: #594937;
}
/* ≡ボタンの設定 */
.navbar-toggle {
  margin: 0px 0px 0px 15px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: #594937;
  border-radius: 0px;
  float: left;
  text-align: left;
  width: 100%;
}
/* ≡の背景色 */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* ≡ボタンの周囲の枠 */
.navbar-default .navbar-toggle {
  border: none;
}
/* ≡ボタンのHover時 */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #3A2D1E; /*  <----  スマホ時メニュータイトル背景　hover時     */
}
/* ナビゲーションバー左右の余白を削除 */
.navbar-nav {
  margin: 0px 0px;
}
#navbar {
  margin: 0px;
}
.navbar {
  margin-bottom: 0px;
}
.textbox {
  margin: 0px 15px 10px 15px;
}
section {
  margin: 0 1em 2em 1em;
}
@media only screen and (max-width: 767px) {
  section {
    margin: 0 0em 2em 0em;
  }
}
/*section{
	margin:0px 15px 20px 15px !important;
}*/
.wrapLR {
  position: relative;
  background-color: #E8F7BA;
  height: 400px;
}
.wrapL {
  position: absolute;
  left: 0;
}
.wrapR {
  position: absolute;
  right: 0;
}
/*-------------------------------------- TOPに戻る --------------------------------------*/
#topbutton {
  /* ▼表示位置を画面の右下に固定 */
  position: fixed; /* ←表示場所を固定 */
  bottom: 18px; /* ←下端からの距離 */
  right: 18px; /* ←右端からの距離 */
  /* ▼最初は非表示にしておく */
  display: none;
  z-index: 9999999;
}
#topbutton a {
  /* ▼リンクの装飾 */
  color: white; /* ←文字色 */
  text-decoration: none; /* ←下線なし */
  /* ▼配色・配置・文字の装飾など */
  background-color: #666; /* ←背景色 */
  opacity: 0.75; /* ←透明度 */
  border-radius: 5px; /* ←角丸の半径 */
  text-align: center; /* ←文字の位置 */
  font-size: 1em; /* ←文字サイズ */
  font-weight: bold; /* ←文字の太さ */
  margin: 0px; /* ←外側の余白 */
  padding: 6px 10px; /* ←内側の余白 */
  z-index: 9999999;
}
#topbutton a:hover {
  /* ▼マウスが載ったときの装飾 */
  background-color: #222; /* ←背景色 */
  z-index: 9999999;
}
/*-------------------------------------- link color --------------------------------------*/
a {
  text-decoration: none;
}
a:link {
  color: #2990D0;
}
a:visited {
  color: #2990D0;
}
a:hover {
  color: #ff9900;
  text-decoration: underline;
}
/** リンクイメージは基本マウスオーバーで半透明に。 **/
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
/** 半透明が不都合な場合は下記nopageクラスを用い、画像名に_on、_offをつけて2種類用意する。 **/
.nopage a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.pagetop {
  text-align: right;
}
/*-------------------------------------- LeftNavi --------------------------------------*/
/* --------　サイドメニュー repair--------------------*/
aside .side-recruit {
  text-align: center;
  margin: 0 auto 0.5em auto;
  display: block;
}
.side-menu {
  display: block;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .side-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side-menu li {
    width: 50%;
  }
}
.LeftNavi ul, .LeftNavi li {
  margin: 0;
  padding: 0;
}
.LeftNavi ul {
  list-style: none;
}
.LeftNavi li {
  list-style-type: none;
  margin-bottom: 10px;
}
/*-------------------------------------- linkbox --------------------------------------*/
.txtlink {
  margin-top: 20px;
}
.txtlink a {
  background-color: #693;
  color: #fff;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-decoration: none;
  border-radius: 5px; /* CSS3草案 */
}
.txtlink a:hover {
  background-color: #CCCCCC;
  color: #fff;
}
.txtlink > a:before {
  content: "\f138\00a0";
  font-family: FontAwesome;
}
/*-------------------------------------- footer --------------------------------------*/
footer {
  background-color: #2E261C;
  color: #fff;
  padding-top: 20px;
  margin: 0px;
}
.footerNavi a {
  display: inline-block;
  text-decoration: none;
}
.footerNavi a:link {
  color: #ffffff;
}
.footerNavi a:visited {
  color: #ffffff;
}
.footerNavi a:hover {
  color: #ffcc00;
  text-decoration: underline;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:link {
  color: #ffffff;
}
footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: #ffcc00;
  text-decoration: underline;
}
#bottomline {
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 0.75em;
}
/*------------------------------------- layout -------------------------------------*/
.sidenavi_title {
  font-size: 1.125em;
  padding-top: 5px;
}
.btmline {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  width: 100%;
}
.bxs {
  margin-left: -40px;
}
#textsizer {
  margin: 0px;
  text-align: right;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
}
#textsizer img {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
/*------------------------------------- Global Navigation -------------------------------------*/
/* マージン0、要素のグローバルナビ単体の幅 20%…5x234px 16.667%…6x195px  14.285%…7x167px  */
.GNavi {
  width: 16.66666666%;
}
/* グローバルナビの背景とリンク時切り替え画像 */
.GNaviBack {
  background: url(../images/gnavi_bg.png) repeat-x;
  font-size: 0px;
}
/* マージン20、5要素のナビ　X=（100×ピクセル数）÷1150 */
.mg20col5_A {
  position: relative;
  margin: 0 0.86957% 0px;
  width: 18.26087%;
  z-index: 9;
}
.mg20col5_B {
  position: relative;
  margin: 0 0.86957% -5%;
  width: 18.26087%;
  z-index: 9;
}
.mg20col5_C {
  position: relative;
  margin: 0 0.86957% -10%;
  width: 18.26087%;
  z-index: 9;
}
/*-------------------------------------- information --------------------------------------*/
.topinfo {
  height: 710px;
  border: 1px solid #003B83;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  overflow: auto;
}
.topinfo dt {
  font-size: 16px;
  font-weight: bold;
  color: #5CC2CF;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 40px;
}
.topinfo dd {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}
.date {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 0.75em;
  color: #999;
}
/*-------------------------------------- GoogleMap --------------------------------------*/
.GmapLink {
  margin-top: 20px;
}
.GmapLink a {
  background-color: #6FAD94;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
}
.GmapLink a:hover {
  background-color: #587A2E;
  color: #fff;
}
/*-------------------------------------- table --------------------------------------*/
table.timetable {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  width: 100%;
  margin: 0 auto;
  caption-side: bottom;
}
.timetable th {
  color: #ffffff;
  background-color: #6A5A4B;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  margin: 0px;
  border: 1px solid #999;
}
.timetable td {
  color: #6A5A4B;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #999;
}
table.timetableR {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0px;
  empty-cells: show;
  width: 90%;
  margin: 0 auto;
  caption-side: bottom;
  border-radius: 10px;
  border-left: 2px solid #1F6CB3;
  border-right: 2px solid #1F6CB3;
  border-bottom: 2px solid #1F6CB3;
  border-top: 2px solid #1F6CB3;
}
.timetableR th {
  color: #ffffff;
  background-color: #1F6CB3;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  margin: 0px;
}
.timetableR td {
  background-color: #FCF2D3;
  color: #222;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
/*BG*/
.table_TL {
  border-top-left-radius: 7px;
}
.table_TR {
  border-top-right-radius: 7px;
}
.table_BL {
  border-bottom-left-radius: 7px;
}
.table_BR {
  border-bottom-right-radius: 7px;
}
/*border*/
.table_B_T {
  border-top: 2px solid #1F6CB3;
}
.table_B_TR {
  border-top: 2px solid #1F6CB3;
  border-right: 2px solid #1F6CB3;
}
/*-------------------------------------- 追加スタイル --------------------------------------*/
.flowbox {
  padding: 16px;
  margin-bottom: 6px;
  margin-top: 6px;
  line-height: 1.6em;
  border: 1px dashed #2082AF;
}
.flowtitle {
  font-size: 1.4em;
  font-weight: normal;
  color: #7C2810;
}
.flowarrow {
  font-size: 1.5em;
  font-weight: normal;
  color: #228CB6;
  text-align: center;
  margin-bottom: 10px;
}
.circlefont14 {
  border-radius: 40px;
  background-color: #F90;
  width: 24px;
  text-align: center;
  font-size: 0.875em;
  color: #FFF;
  margin-right: 10px;
  height: 24px;
  padding-top: 0px;
  padding-bottom: 2px;
}
.circlefont16 {
  border-radius: 40px;
  background-color: #F90;
  width: 30px;
  text-align: center;
  font-size: 1em;
  color: #FFF;
  margin-right: 10px;
  padding-top: 3px;
}
.circleicon {
  background-color: #F90;
  color: #FFF;
  font-size: 4.375em;
  text-align: center;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
.circleicon p {
  line-height: 110px;
}
/* 画像枠線 */
.imf {
  border: 1px solid #CCC;
}
/* 医院概要の項目 */
.tag {
  padding: 5px 10px;
  background-color: #9A9A9A;
  color: #FFFFFF;
  width: 160px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.fa-ul {
  line-height: 1.6em;
}
.page-link {
  padding: 0;
  margin: 3em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-link li {
  padding: 0;
  margin: 0 0 0 1em;
  list-style: none;
}
.page-link li a {
  padding: 0.2em 1em;
  display: inline-block;
  background: url(../images/gnavi_bg.png) repeat-x top left;
  color: #fff;
}
.page-link li a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
.page-link li a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*-------------------------------------- Additional --------------------------------------*/
#map1 {
  pointer-events: none;
}
#map_box {
  position: relative;
}
#map_box #map_caution {
  position: absolute;
  bottom: 2%;
  left: 10%;
  padding: 3px;
  margin: 0;
  background: #FFFFFF;
  max-width: 85%;
  font-size: 14px;
  line-height: 16px;
}
.mapclass {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.bio dt {
  background-color: #ffffff;
  padding: 2px 0px;
  width: 90px;
  float: left;
  clear: both;
  font-weight: normal;
}
.bio dd {
  background-color: #ffffff;
  padding: 2px 0px;
  margin-left: 90px;
}
/** responsible table **/
.rwdtable {
  width: 100%;
  border: 2px solid #5CC2D0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.rwdtable th {
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #E7F5F6;
}
.rwdtable td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: dotted 1px #5CC2D0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
th.title {
  padding: 6px 8px 5px;
  border: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #8E814C;
}
.sideindex {
  background-image: url(../images/sidenav_topBG.png);
  background-repeat: repeat-x;
  background-position: center center;
  margin-bottom: 10px;
}
.summary02 {
  padding: 3px;
  font-weight: bold;
  color: #6A5A4B;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #6A5A4B;
}
.leftline {
  border-left: 2px solid #fff;
}
.ListMarkFooter li {
  list-style-type: none;
  margin-left: -25px;
}
.ListMark0001 li {
  list-style-type: disc;
  margin-left: -25px;
}
.List_blue {
  margin: 0 auto 1.5em;
  padding: 0;
  width: 94%;
}
.List_blue li {
  list-style-type: disc;
  color: #1F88B5;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.summary02 {
  padding: 3px;
  font-weight: bold;
  color: #6A5A4B;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #6A5A4B;
}
.graybox {
  background-color: #F7F7F4;
  border: 1px solid #999999;
  padding: 15px;
  margin-bottom: 20px;
}
.whitebox {
  background-color: #FFFFFF;
  padding-bottom: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2em;
}
.equiplist {
  width: 80%;
  margin: 0 auto;
}
.emergency {
  color: #dc143c;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2rem;
}
.indention {
  display: block;
}
@media only screen and (max-width: 767px) {
  .emergency {
    font-size: 2.5rem;
  }
  .indention {
    display: none;
  }
}
.bluebox {
  background-color: #E6F4F7;
  padding: 15px;
  margin-bottom: 20px;
}

.redbox {
  /* background-color: #dbafba; */
  background-color: #fde3eb;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .redbox {
  padding: 15px;
  margin-bottom: 20px;
}
}
.centerbox {
  display: table;
  margin: 0 auto;
}
.noticebox {
  background-color: #FFEED7;
  color: #663333;
  border-radius: 10px;
  padding: 15px 15px 5px;
}
.noticebox.clr2 {
  background-color: #fbf8d1;
  color: #333;
}
.noticebox.clr2 h5 {
  color: #FF9900;
  border-bottom-color: #FF9900;
}
.taggy {
  background-color: #34729D;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.botoxtitle {
  color: #FF7E00;
  font-size: 20px;
  text-align: center;
}
.ListMark0002 ul {
  padding: 0px !important;
}
.ListMark0002 li {
  display: inline-block;
  margin-left: 0px;
}
.blueline {
  padding: 5px 0px;
  background-color: #003B83;
  color: #FFFFFF;
  text-align: center;
}
.list-num {
  padding-left: 20px;
}
/*------------------------------------------------------------------*/
/* ------ modal ----------------------------------------------*/
/*------------------------------------------------------------------*/
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}
#c-modal {
  position: fixed;
  top: 55%;
  left: 50%;
  z-index: 9999;
  width: 800px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: .5rem;
  text-align: left;
}
#c-modal .scroll {
  max-height: 70vh;
  overflow-y: scroll;
}
#c-modal_close {
  padding: 5px;
  cursor: pointer;
  background: #054f90;
  color: #ffffff;
  border-radius: 8rem;
  width: 100px;
  height: auto;
  text-align: center;
  margin: 0 auto 1rem;
}
label.c-modal_lab {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #c-modal {
    width: 96%;
  }
}