@charset "UTF-8";
body {
  background: none;
  border-top: 3px solid #517341; }

a, a:visited {
  color: #269fd7; }

a:link, a:visited {
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out , color 0.3s ease-out , border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out , color 0.3s ease-out, border-color 0.3s ease-out; }

/* line 64, style.scss */
a:hover {
  -webkit-transition: background-color 0.3s ease-out , color 0.3s ease-out , border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out , color 0.3s ease-out, border-color 0.3s ease-out; }

#wrapper {
  width: 860px; }

.right_panel {
  float: right; }

/* ---------------------------------------------------------------------
　ヘッダー
--------------------------------------------------------------------- */
header {
  margin-bottom: 0; }

.site_logo {
  float: left;
  margin-bottom: 12px; }
  .site_logo h1 {
    margin-top: 28px;
    width: 269px;
    height: 62px;
    background: url(../img/top_head.png); }
    .site_logo h1 a {
      display: block;
      width: 269px;
      height: 62px;
      text-indent: -9999px !important; }

.site_logo p {
  color: #ff9832;
  font-size: 12px;
  position: absolute;
  top: 10px; }

/*ヘッダーお問い合わせ*/
.head_info {
  float: right;
  margin-top: 25px; }
  .head_info p {
    text-align: right;
    color: #777777;
    font-size: 14px; }

.phone {
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #517341 !important;
  text-decoration: none; }
  .phone:hover {
    color: #517341; }
  .phone i {
    margin-right: 10px;
    font-size: 34px;
    position: relative;
    top: 3px; }

/* pcでのtel回避 add 2017.12.20----------------------start */
a[href^="tel:"] {
pointer-events: none;
}
@media screen and (max-width: 600px) {
a[href^="tel:"] {
pointer-events: auto;
}
}
/* pcでのtel回避 add 2017.12.20----------------------end */

/* ---------------------------------------------------------------------
　グローバルナビ
--------------------------------------------------------------------- */
nav {
  clear: both;
  margin-bottom: 12px; }

ul.navi {
  width: 860px; }
  ul.navi li {
    float: left;
    margin: 0; }
    ul.navi li a {
      display: block;
      width: 96px;
      margin: 0 1px 0 0;
      padding: 10px 5px;
      text-align: center;
      color: #555555;
      text-shadow: 1px 1px 1px #ffffff;
      text-decoration: none;
      background: #f6f1de; }
      ul.navi li a:hover {
        background: #44971d;
        color: #ffffff;
        text-shadow: 1px 1px 1px #517341; }
    ul.navi li.navi_floormap a {
      letter-spacing: -2px; }

ul.navi li:first-child a {
  width: 99px;
  border-radius: 8px 0 0px 8px;
  -webkit-border-radius: 8px 0 0px 8px;
  -moz-border-radius: 8px 0 0px 8px; }

ul.navi li:last-child a {
  width: 98px;
  margin: 0 0 0 0;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0; }

/* ---------------------------------------------------------------------
　メインイメージスライダー
--------------------------------------------------------------------- */
.main_img {
  clear: both;
  margin-bottom: 10px; }

/* ---------------------------------------------------------------------
　人間ドック・健康診断
--------------------------------------------------------------------- */
.dock {
  float: left;
  width: 195px;
  height: 134px;
  padding: 8px 10px;
  background: url(../img/bg_dock.jpg); }
  .dock h2 {
    font-weight: bold;
    font-size: 18px;
    color: #555555;
    text-shadow: 1px 1px 1px #ffffff;
    line-height: 1.3em;
    margin-bottom: 5px; }

.dock ul li {
  margin-bottom: 8px; }

/*ボタン*/
a.button {
  display: block;
  text-align: center;
  position: relative;
  padding: 5px 10px;
  background-color: #7db0f4;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #6495d9;
  text-shadow: 1px 1px 1px #45638c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none; }

a.button:hover {
  background-color: #8dbbf8;
  box-shadow: 0 3px 0 #78a7e7; }

a.button:active {
  top: 3px;
  box-shadow: none; }

/*インターネット予約ボタン*/
a.yoyaku {
  background-color: #ff8656;
  box-shadow: 0 3px 0 #d5724c;
  text-shadow: 1px 1px 1px #864024; }

a.yoyaku:hover {
  background-color: #ff9267;
  box-shadow: 0 3px 0 #e07f5a; }

a.yoyaku:active {
  top: 3px;
  box-shadow: none; }

.dock ul li a .fa {
  font-size: 22px;
  margin-right: 8px; }

/* ---------------------------------------------------------------------
　ピックアップスライダー
--------------------------------------------------------------------- */
.pickup_slide {
  float: right;
  width: 580px;
  height: 150px;
  margin: 0 25px 25px 0; }
  .pickup_slide li a {
    display: block;
    background: #f6f1de;
    width: 188px;
    height: 148px;
    font-size: 18px;
    color: #689453;
    position: relative;
    text-align: center !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    .pickup_slide li a:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.80;
      opacity: 0.80; }

.pickup_slide li a p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px; }

.pickup_slide li a.gaiyo {
  background: url(../img/pickup_icon_gaiyo.png) center no-repeat; }

.pickup_slide li a.kanwa {
  background: url(../img/pickup_icon_kanwa.png) center no-repeat; }

.pickup_slide li a.nyuin {
  background: url(../img/pickup_icon_bed.png) center no-repeat; }

.pickup_slide li a.gairai {
  background: url(../img/pickup_icon_gairai.png) center no-repeat; }

.pickup_slide li a.kotsu {
  background: url(../img/pickup_icon_access.png) center no-repeat; }

/* ---------------------------------------------------------------------
　タブ
--------------------------------------------------------------------- */
.right_panel {
  width: 460px;
  margin-bottom: 40px; }

.tab-menu {
  clear: both;
  float: right; }

/* タブメニュー */
#tab-menu {
  list-style: none;
  width: 460px; }
  #tab-menu li {
    float: left;
    width: 226px;
    text-align: center;
    font-size: 18px;
    padding: 8px 0 6px;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    color: #79bc58; }
    #tab-menu li:last-child {
      float: right; }
    #tab-menu li span {
      font-size: 12px; }

#tab-menu li:hover {
  cursor: pointer;
  background: #79bc58;
  color: #ffffff; }

#tab-menu li.active {
  background: #517341;
  color: #fff; }

/* タブの中身 */
#tab-box {
  clear: both;
  padding: 18px 20px;
	height: 478px; /*左側バナーが6段の時*/
 /*height: 354px; 左側バナーが5段の時*/
  background: #f6f1de;
  border-top: 2px solid #82ad6d;
  overflow: scroll;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px; }

#tab-box div {
  display: none; }

#tab-box div.active {
  display: block; }

#tab-box dl {
  font-size: 14px; }

#tab-box dl a {
  text-decoration: underline; }

#tab-box dl a:hover {
  text-decoration: none; }

#tab-box dl .fa {
  margin-right: 5px; }

#tab-box dt {
  font-size: 16px; }

#tab-box dd {
  margin-bottom: 14px; }

/*更新情報リスト表示*/
dl.koshin_list dt {
  color: #82ad6d;
  font-size: 14px !important; }

dl.koshin_list dd {
  font-size: 16px !important; }

/* ---------------------------------------------------------------------
　面会のご案内
--------------------------------------------------------------------- */
#menkai {
  margin-top: 15px;
  width: 460px;
  background: #f6f1de;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px; }
  #menkai h2 {
    background: #517341;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #82ad6d; }
    #menkai h2 .fa {
      font-size: 26px;
      margin-right: 10px;
      position: relative;
      top: 2px; }

#menkai dl {
  padding: 15px 15px 10px 15px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px; }

#menkai dt {
  background: #ffa54c;
  color: #ffffff;
  width: 100px;
  padding: 2px 8px;
  margin: 0 10px 5px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left; }

#menkai dd {
  padding: 2px 8px;
  margin-bottom: 5px; }

/* ---------------------------------------------------------------------
　左側バナー群
--------------------------------------------------------------------- */
.info_bnr {
  float: left;
  width: 381px; }
  .info_bnr li {
    display: inline-block;
    width: 185px;
    margin: 0 5px 5px 0;
    position: relative; }

.info_bnr li:nth-child(2n) {
  margin: 0 0 5px 0 !important; }

.info_bnr li a {
  display: block;
  width: 185px;
  height: 114px;
  color: #ffffff; }

.info_bnr li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

/*写真設定*/
.info_bnr li a.bnr_recruit {
  background: url(../img/bnr_left_recruit.jpg) center no-repeat; }

.info_bnr li a.bnr_nurse {
  background: url(../img/bnr_left_nurse.jpg) center no-repeat; }

.info_bnr li a.bnr_unit {
  background: url(../img/bnr_left_unit.jpg) center no-repeat; }

.info_bnr li a.bnr_toseki {
  background: url(../img/bnr_left_toseki.jpg) center no-repeat; }

.info_bnr li a.bnr_kankeisya {
  background: url(../img/bnr_left_kankeisya.jpg) center no-repeat; }

.info_bnr li a.bnr_koza {
  background: url(../img/bnr_left_koza.jpg) center no-repeat; }

.info_bnr li a.bnr_sasae {
  background: url(../img/bnr_left_sasae.jpg) center no-repeat; }

.info_bnr li a.bnr_reha {
  background: url(../img/bnr_left_reha.jpg) center no-repeat; }

.info_bnr li a.bnr_oasis {
  background: url(../img/bnr_left_oasis.jpg) center no-repeat; }

.info_bnr li a.bnr_area {
  background: url(../img/bnr_left_area.jpg) center no-repeat; }

/*暫定追加_20171226*/
.info_bnr li a.bnr_hospice {
  background: url(../img/bnr_left_hospice.jpg) center no-repeat; }

.info_bnr li a.bnr_kaifukuki {
  background: url(../img/bnr_left_kaifukuki.jpg) center no-repeat; }

/*かぶせる帯*/
.info_bnr li a p {
  background: rgba(81, 115, 65, 0.8);
  width: 185px;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 5px 0; }
  .info_bnr li a p span {
    font-size: 80%; }

/* ---------------------------------------------------------------------
　書式ダウンロード
--------------------------------------------------------------------- */
.download {
  clear: both;
  width: 100%;
  margin: 25px auto; }
  .download a {
    display: block;
    background: #dfefd7;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-decoration: underline; }
    .download a:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.80;
      opacity: 0.80;
      text-decoration: none; }

.download a .fa {
  color: #ffb265;
  font-size: 26px;
  margin-right: 12px;
  position: relative;
  top: 2px; }

/* ---------------------------------------------------------------------
　交通案内
--------------------------------------------------------------------- */
.map_title {
  position: relative;
  font-size: 18px;
  color: #517341; }
  .map_title .fa {
    color: #ffb265;
    font-size: 24px;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 2px; }
  .map_title span {
    font-size: 14px; }
  .map_title a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline; }
  .map_title a:hover {
    text-decoration: none; }

#map {
  width: 100%;
  height: 290px; }

/* ---------------------------------------------------------------------
　フッター
--------------------------------------------------------------------- */
footer {
  margin-top: 25px;
  font-size: 14px; }

/*テキストリンク*/
.footer_txt_link {
  text-align: center; }
  .footer_txt_link li {
    display: inline-block;
    font-size: 14px;
    margin: 20px 5px; }
    .footer_txt_link li a {
      display: block;
      padding: 5px 10px;
      text-decoration: underline; }
      .footer_txt_link li a:hover {
        text-decoration: none; }

.footer_txt_link li a .fa {
  margin-right: 5px; }

.foot_box {
  background: #dfefd7;
  text-align: center;
  line-height: 1.8em;
  padding: 20px 0 0; }

/*フッターバナー*/
.foot_bnr {
  margin: 10px auto 30px;
  width: 710px; }

.foot_bnr li {
  display: inline-block; }

.foot_bnr li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

.foot_bnr li img {
  width: 230px; }

.foot_tel {
  display: inline-block;
  color: #333333; }
  .foot_tel:hover {
    color: #333333; }

/*コピーライト*/
.copyright {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  margin-top: 15px; }

/* ---------------------------------------------------------------------
　共通
--------------------------------------------------------------------- */
/*クリアーフィックス*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

a[href$=".pdf"] {
  padding-right: 1.2em;
  display: inline-block;
  background: url("../img/pdf.gif") no-repeat 100% 40%;
  background-size: 1em 1em; }
