@charset "UTF-8";
/*******************************************
 * 部屋詳細ページcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *  2-1 クエリー（～の部屋を含む物件一覧）
 *  2-2 物件一覧
 *  2-3 ソート
 *  2-4 ページャー
 *  2-5 物件
 * 3.チェックボックス
 ******************************************/
/******************************************
 1. レイアウト
 ******************************************/
#layout-main {
  width: 100%;
  background: #8d7a74;
}
/******************************************
 2. 各コンテナ
    2-1 見出し
    2-2 各画像スライダー
    2-3 物件情報（空室確認・見学予約などのボタン、概要テーブル等）
    2-4 会社情報
 ******************************************/
/******* 2-1 見出し ***********************/
h2 {
  line-height: 3.6rem;
  background: #fff;
  border-top: 5px solid #64656a;
  color: #010101;
  font-size: 2.4rem;
  padding: 2%;
}
/******* 2-2 各画像スライダー *****************/
#container-slider {
  width: 100%;
  background: #e6e7e8;
  overflow: hidden;
}
#container-slider .flipsnap {
  overflow: hidden;
}
#container-slider .flipsnap .item {
  width: 370px;
  height: 370px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  padding: 10px;
  margin: 10px;
}
#container-slider .flipsnap .item a {
  display: block;
}
#container-slider .flipsnap .item a figure {
  width: 320px;
  height: 230px;
  display: block;
  position: relative;
  padding: 20px 25px;
}
#container-slider .flipsnap .item a figure img {
  max-width: 330px;
  max-height: 230px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#container-slider .flipsnap .item a p {
  width: 320px;
  line-height: 2.4rem;
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  position: absolute;
}
#container-slider .flipsnap .item a p.slider-item-img-name {
  bottom: 45px;
  font-weight: bold;
}
#container-slider .flipsnap .item a p.slider-item-img-page {
  bottom: 15px;
}
#container-slider .flipsnap .item a .slider-item-icon-zoom {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
#lightbox {
  top: 35% !important;
}
/******* 2-3 物件情報（空室確認・見学予約などのボタン、概要テーブル等） *****************/
#container-room-head {
  width: 96%;
  background: #fff;
  display: table;
  padding: 2%;
  text-align: center;
}
#container-room-head dl dt {
  width: 100%;
  display: table;
}
#container-room-head dl dt .box-room-head_price {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding: 10px 0;
}
#container-room-head dl dt .box-room-head_price span {
  line-height: 2.4rem;
  color: #ff0033;
}
#container-room-head dl dt .box-room-head_price span.box-room-head_price-amount {
  font-size: 2.8rem;
}
#container-room-head dl dt .box-room-head_price span.box-room-head_price-unit {
  font-size: 2.2rem;
}
#container-room-head dl dt .box-room-head_price span.box-room-head_price-sub {
  font-size: 2.2rem;
}
#container-room-head dl dt a {
  display: table-cell;
}
#container-room-head dl dd {
  margin-top: 15px;
}
#container-room-head dl dd table {
  width: 100%;
  text-align: left;
}
#container-room-head dl dd table tr {
  width: 50%;
  height: 30px;
}
#container-room-head dl dd table tr th {
  width: 96px;
  background: #e6e7e8;
  font-size: 2rem;
  padding: 0 7px;
}
#container-room-head dl dd table tr td {
  font-size: 2.2rem;
  padding: 0 7px;
}
#container-room-head dl dd .date-item {
  margin-top: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 2.3rem;
}
#container-room-head .block-contact {
  width: 100%;
  bottom: 0;
  padding: 2% 0;
  z-index: 9999;
}
#container-room-head .block-contact input {
  width: 100%;
  line-height: 3.5rem;
  background: #1f1f63;
  border: 1px solid #1f1f63;
  border-top: 1px solid #1f1f63;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  font-size: 3.0rem !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=0, direction=0, strength=2px, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=90, strength=2px, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=270, strength=0, enabled=ture);
  outline: none;
  text-align: center;
  padding: 25px 0 27px;
}
#container-room-data {
  background: #fff;
  position: relative;
}
#container-room-data table {
  font-size: 2.2rem;
  border-bottom: 1px solid #d3d3d3;
}
#container-room-data table tr {
  line-height: 6.0rem;
  border-top: 1px solid #d3d3d3;
}
#container-room-data table tr th {
  width: 110px;
  line-height: 6.0rem;
  background: #e6e7e8;
  font-size: 2.2rem;
  padding: 0 40px;
}
#container-room-data table tr td {
  line-height: 2.8rem;
  font-size: 2.2rem;
  background: #fff;
  padding: 20px;
}
#container-room-data table tr td span {
  color: #ff0033;
}
#container-room-data table tr td span.box-room-data_price-amount {
  font-size: 2.8rem;
}
#container-room-data table tr td span.box-data-head_price-unit {
  font-size: 2.2rem;
}
#container-room-data table tr td span.box-room-data_price-adminCost {
  font-size: 2.2rem;
}
#container-room-data table tr td ul {
  list-style: disc;
}
#container-room-data table tr td ul li {
  line-height: 2.8rem;
  font-size: 2.2rem;
  padding: 0 0 10px 0;
}
#container-room-data table tr td dl {
  fliat: left;
  padding: 0 0 10px 0;
}
#container-room-data table tr td dl dt {
  line-height: 2.8rem;
  font-size: 2.2rem;
}
#container-room-data table tr td dl dd {
  line-height: 2.8rem;
  font-size: 2.2rem;
}
#container-room-data .block-contact {
  width: 96%;
  bottom: 0;
  padding: 20px 0;
  margin: 0 2% ;
  z-index: 9999;
}
#container-room-data .block-contact input {
  width: 100%;
  line-height: 3.5rem;
  background: #1f1f63;
  border: 1px solid #1f1f63;
  border-top: 1px solid #1f1f63;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  font-size: 3.0rem !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=0, direction=0, strength=2px, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=90, strength=2px, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=180, strength=5, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=0, direction=270, strength=0, enabled=ture);
  outline: none;
  text-align: center;
  padding: 25px 0 27px;
}
/******* 2-4 会社情報 *************************/
#container-room-companyInfo {
  background: #fff;
  padding: 0 2% 20px;
}
#container-room-companyInfo .block-room-companyInfo {
  border: 1px solid #87888d;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 15px 20px 20px 20px;
}
#container-room-companyInfo .block-room-companyInfo dl dt {
  line-height: 5.0rem;
  color: #64656a;
  font-size: 3.0rem;
  font-weight: bold;
}
#container-room-companyInfo .block-room-companyInfo dl dd ul li {
  line-height: 3.0rem;
  font-size: 2.8rem;
  margin-top: 20px;
}
#container-room-companyInfo .block-room-companyInfo dl dd ul li.box-room-companyInfo_name {
  color: #000;
  font-weight: bold;
}
#container-room-companyInfo .block-room-companyInfo dl dd ul li a {
  line-height: 3.0rem;
  font-size: 2.8rem;
}
/******************************************
 3.チェックボックス
 ******************************************/
