@charset "UTF-8";
/*******************************************
 * 建物詳細ページcss
 *
 * menu
 * 0. style(less用import)
 * 1. building 共通
 * 2. layout-main
 *    2-1.建物詳細レイアウト / 見出し
 *    2-2.アイコン
 *    2-3.物件紹介
 *    2-4.物件写真
 *    2-5.お問い合わせ情報
 *    2-6.部屋一覧
 *    2-7.物件概要・設備
 *    2-8.近隣マップ
 *    2-9.お問い合わせフォーム
 * 3.sidebar
 * 4.checkbox
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
* 0. style(less用import)
*******************************************/
/******************************************
* 1. building 共通
*******************************************/
body #layout-wrap-main {
  width: 980px;
  margin: 0 auto;
}
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 10px;
}
table th {
  background: #eee;
  color: #6d6d6c;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
/******************************************
* 2. layout-main
*******************************************/
#layout-main {
  width: 750px;
  float: right;
  padding-bottom: 50px;
}
#layout-main h2 {
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #6d6d6c;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #66A618;
  padding: 5px 0;
  padding-left: 5px;
}
/**========================================
* 2-1.建物詳細レイアウト / 見出し
========================================**/
#layout-building {
  width: 728px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  margin-top: 8px;
}
#layout-building h3,
#layout-building h4 {
  width: 728px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #66A618;
  padding-bottom: 5px;
}
/*========================================
* 2-2.アイコン
========================================*/
#block-iconList {
  max-width: 445px;
  float: left;
  margin: 0 0 10px;
}
#block-iconList li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  padding: 2px 4px;
  margin: 0 5px 0 0;
}
#block-iconList .freeRent {
  background: #f04b4b;
}
#block-iconList .reikin {
  background: #fa9632;
}
#block-iconList .shikikin {
  background: #8cbe1e;
}
#block-iconList .chuukai {
  background: #008000;
}
#block-iconList .pet {
  background: #6496c8;
}
#block-iconList .petSoudan {
  background: #008b8b;
}
#block-iconList .music {
  background: #4650c8;
}
#block-iconList .nearStation {
  background: #c850aa;
}
/*========================================
* 2-3.物件紹介
========================================*/
.building_intoro-head {
  height: 30px;
  line-height: 28px;
  padding-bottom: 5px;
  margin: -32px 0 0;
}
.box-favorite_form {
  float: right;
}
.box-favorite_form .btn-favorite_form {
  width: 120px;
  height: 24px;
  line-height: 24px;
  background: #66A618;
  border: 1px solid #66A618;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.box-favorite_form .btn-favorite_form:hover {
  background: #fff;
  color: #6d6d6c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#building-appealPoint {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0 20px;
}
/*========================================
* 2-4.物件写真
========================================*/
#loading-first {
  width: 32px;
  height: 32px;
  padding: 12px;
  margin: 0;
  background-image: url("/assets/frontier/pc/libs/js/jquery-collagePlus/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.Collage {
  /* define how much padding you want in between your images */
  padding: 4px 2px;
  width: 712px;
  margin-bottom: 12px;
  overflow: hidden;
  margin-top: 10px;
}
.Collage a {
  /* hide the images until the plugin has run. the plugin will reveal the images*/
  opacity: 0;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 3px 4px #dcdcdc;
  margin: 3px 0;
}
.Collage a img {
  /* ensures padding at the bottom of the image is correct */
  vertical-align: bottom;
  border: 5px solid #fff;
  display: block;
  width: auto;
  height: 50px;
}
.Caption {
  font-size: 14px;
  font-weight: normal;
}
.Caption_Content {
  color: #FFF;
  padding: 10px;
  text-decoration: none;
}
.lb-data .lb-caption {
  font-size: 14px;
  line-height: 2em;
}
.lb-data .lb-number {
  font-size: 10px;
}
.lb-data .lb-close {
  margin-top: 0.7em;
}
.imageExplain {
  color: #6d6d6c;
  font-size: 12px;
  margin: 0 0 20px;
}
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
/* WITH ACTIVITY INDICATION */
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
}
#imagelightbox-loading div {
  padding: 0;
  margin: 0;
  width: 32px;
  /* 20 */
  height: 32px;
  /* 20 */
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* WITH CAPTION */
#imagelightbox-caption {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 10.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-caption2 {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav {
  -webkit-animation: fade-in 0.25s linear;
  -moz-animation: fade-in 0.25s linear;
  -o-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*========================================
* 2-5.部屋一覧
========================================*/
#block-building_room_list {
  width: 728px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  margin: 10px 0 20px;
}
#block-building_room_list th {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 7px;
}
#block-building_room_list td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px;
}
#block-building_room_list td a {
  background: #fff;
  border: 2px solid #66A618;
  color: #6d6d6c;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
}
#block-building_room_list td a:hover {
  background: #66A618;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#block-building_room_list td span.nofee {
  color: #ff0000;
}
.isMovie {
  position: relative;
  height: 1px;
}
.isMovie span {
  cursor: default;
  position: absolute;
  top: -60px;
  right: -4em;
  z-index: 9999;
  display: block;
  padding: 3px 6px;
  background: url("/assets/frontier/pc/common/img/icon/fukidashi.gif") no-repeat top center #66A618;
  color: #fff;
  border-radius: 4px;
  font-weight: normal !important;
  font-size: 10px;
}
.isMovie span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 12px solid #66A618;
  border-left: 0px solid transparent;
  border-right: 7px solid transparent;
}
/*========================================
* 2-6.物件概要・設備
========================================*/
#block-amenities {
  width: 728px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 10px 0 20px;
}
#block-amenities th {
  width: 120px;
  background: #eee;
  color: #6d6d6c;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
#block-amenities td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  text-align: left;
  padding: 10px;
}
/*========================================
* 2-7.近隣マップ
========================================*/
#block-map {
  width: 708px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 9px 9px 5px 9px;
  margin: 10px 0 20px;
}
#block-map li {
  height: 270px;
  float: right;
}
#block-map li.LiGooglemap {
  float: left;
}
/*========================================
* 2-8.物件へのお問い合わせ
========================================*/
#block-estate-info {
  width: 706px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 10px 20px;
  margin: 10px 0 20px;
}
#block-estate-info:not(:last-child) {
  margin-bottom: 10px;
}
#block-estate-info .box-tempointroduce {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 3em;
  overflow: hidden;
}
#block-estate-info .box-tempointroduce .tenpo_name {
  line-height: 33px;
  color: #66A618;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
#block-estate-info .box-tempointroduce .contact_no {
  line-height: 33px;
  float: right;
  margin-right: 20px;
}
#block-estate-info .box-tempointroduce .contact_tel {
  line-height: 33px;
  float: right;
  margin-right: 20px;
}
#block-estate-info .box-tempointroduce .contact_tel .fa-phone {
  color: #66A618;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
#block-estate-info .box-tempointroduce .contact_tel a {
  color: #66A618;
  font-size: 22px;
  vertical-align: middle;
}
#block-estate-info table {
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
#block-estate-info table th {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  padding: 6px;
}
#block-estate-info table td {
  color: #4c4c4c;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 7px;
}
/*========================================
* 2-9.お問い合わせフォーム
========================================*/
/******************************************
* 3.sidebar
*******************************************/
/*******************************************
 * オススメ物件サイドバーcss
 *
 * menu
 * 1.レイアウト
 ******************************************/
#layout-sideBar {
  width: 200px;
  margin: 0 0 50px 0;
}
#layout-sideBar h2 {
  width: 190px;
  line-height: 20px;
  color: #6d6d6c;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #66A618;
  padding: 5px 0;
  padding-left: 5px;
}
#layout-sideBar .container-recommend {
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-top: 8px;
}
#layout-sideBar .container-recommend li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: -1px;
}
#layout-sideBar .container-recommend li a {
  color: #6d6d6c;
  font-size: 12px;
  font-weight: normal;
  display: block;
  overflow: hidden;
}
#layout-sideBar .container-recommend li a dl dt {
  text-align: center;
  margin-top: 10px;
}
#layout-sideBar .container-recommend li a dl dt figure {
  position: relative;
  width: 188px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}
#layout-sideBar .container-recommend li a dl dt figure img {
  max-width: 188px;
  max-height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#layout-sideBar .container-recommend li a dl dd {
  padding: 6px 0 10px;
}
#layout-sideBar .container-recommend li a dl dd b {
  color: #66A618;
  font-weight: bold;
}
#layout-sideBar .container-recommend li a:hover {
  text-decoration: underline;
  opacity: 1;
}
/***** バナー **********************/
#block-bnr li {
  margin: 10px 0 0;
}
/******************************************
* 4.checkbox
*******************************************/
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 23px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #66A618;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #66A618;
    border-bottom: 3px solid #66A618;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*# sourceMappingURL=building.css.map */