
@charset "UTF-8";

/*.modal-content { background-color: transparent; }*/
.modal-header { border-bottom: none; }
.modal-footer { text-align: center; }
.modal-footer button { margin-bottom: 0; }

.floormap {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.floormap>li { display: none; }
.floormap>li.active { display: block; }

.floor {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.floor .mr0 { margin-right: 0; }
.floor>li {
  width: 32.5%;
  float: left;
  padding: 4px;
  background-color: #ffffff;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.floor>li>table { width: 100%; margin-bottom: 0; }
.floor>li>table>tbody>tr>td { vertical-align: top; }
.floor>li>table>tbody>tr>td.image { width: 64px; padding-right:4px; }
.floor>li>table>tbody>tr>td.number { width: 35px; padding-right:4px; }
.floor>li>table>tbody>tr>td.text { vertical-align: middle; }
.floor>li.active { background-color: #dcf1fb; }

@media (max-width: 647px) { /* スマートフォンの解像度の場合 */
  .floor>li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .floor>li,
  .floor>li.mb0 {
    margin-bottom: 8px !important;
  }
  .floor>li:last-child {
    margin-bottom: 0 !important;
  }
  .floor>li>table>tbody>tr>td p { text-align: left }
}

.flexslider {
/*  width: 90%;*/
  width: 760px;
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* 左右のコントロールを常に表示する */
.flex-direction-nav .flex-next { right: 0 !important; margin-right: -60px; opacity: 1 !important; }
.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; margin-left: -60px; }
/*.flexslider { width: 90%; margin: 0 auto; }*/

/* 左右のコントロールに設定されている文字を消す */
.flex-direction-nav a:before  { content: '' !important; }
.flex-direction-nav a.flex-next:before  { content: '' !important; }

/* 矢印画像サイズ  */
.flex-direction-nav a {
  width: 46px;
  height: 70px;
  text-indent:-9999px;
}
/* 矢印画像を設定  */
.flex-direction-nav .flex-prev {
  background: url('/img/common/icons/arrow_left.png') left top no-repeat;
}
.flex-direction-nav .flex-next {
  background: url('/img/common/icons/arrow_right.png') left top no-repeat;
}

/* ページネーション  */
.flex-control-nav {
  width: auto !important;
  right: 0;
}
.flex-control-paging li a {
  background: #676767;
  background: rgba(103,103,103,1);
  cursor: pointer; text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #2aaee6;
  background: rgba(42,174,230,1);
}
