@charset "UTF-8";
/*******************************************
 * 部屋詳細ページcss
 *
 * menu
 * 1. style(less用import)
 * 2. main
 * 3. layout-main
 *    3-1.部屋詳細レイアウト
 *    3-2.アイコン
 *    3-3.お問い合わせ番号
 *    3-4.部屋紹介
 *    3-5.外観画像/間取り図
 *    3-6.物件写真
 * 4.sidebar
 * 5.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;
}
/******************************************
* 1.style(less用import)
*******************************************/
/******************************************
* 2.main
*******************************************/
body #layout-wrap-main {
  width: 980px;
  margin: 0 auto;
}
/******************************************
* 3.layout-main
*******************************************/
#layout-main {
  width: 750px;
  float: right;
  padding-bottom: 50px;
}
#layout-main h2 {
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 20px;
  color: #6d6d6c;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #0f3962;
  padding: 5px 0;
  padding-left: 5px;
}
#layout-main h3,
#layout-main h4 {
  width: 728px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #0f3962;
  padding-bottom: 5px;
}
/*========================================
* 3-1.部屋詳細レイアウト
========================================*/
#layout-room {
  width: 728px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px;
  margin-top: 8px;
}
#layout-room table span.nofee {
  color: red;
}
/*========================================
* 3-2.アイコン
========================================*/
#block-icon_wrapper {
  width: 728px;
  display: inline-block;
  /* 3-3.お問い合わせ番号 */
}
#block-icon_wrapper #block-iconList {
  width: 455px;
  float: left;
  margin: 0 0 10px;
}
#block-icon_wrapper #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-icon_wrapper #block-iconList .freeRent {
  background: #f04b4b;
}
#block-icon_wrapper #block-iconList .reikin {
  background: #fa9632;
}
#block-icon_wrapper #block-iconList .shikikin {
  background: #8cbe1e;
}
#block-icon_wrapper #block-iconList .chuukai {
  background: #008000;
}
#block-icon_wrapper #block-iconList .pet {
  background: #6496c8;
}
#block-icon_wrapper #block-iconList .petSoudan {
  background: #008b8b;
}
#block-icon_wrapper #block-iconList .music {
  background: #4650c8;
}
#block-icon_wrapper #block-iconList .nearStation {
  background: #c850aa;
}
#block-icon_wrapper #contactNo {
  line-height: 16px;
  color: #6d6d6c;
  font-size: 12px;
  float: right;
  padding: 3px 0;
}
/*========================================
* 3-4.部屋紹介
========================================*/
#layout-main #room_intoro-head {
  width: auto;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding-bottom: 0;
}
#layout-main #room_intoro-head_wrapper {
  height: 30px;
  line-height: 28px;
  border-bottom: 2px solid #0f3962;
  padding-bottom: 5px;
}
.box-favorite_form {
  float: right;
}
.box-favorite_form .btn-favorite_form {
  width: 120px;
  height: 24px;
  line-height: 24px;
  background: #0f3962;
  border: 1px solid #0f3962;
  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;
}
#room-appealPoint {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
}
table {
  width: 728px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  margin: 20px 0 30px;
}
table th {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 7px;
}
table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 7px;
}
/*========================================
* 3-5.外観画像/間取り図
========================================*/
#block-img_plan {
  margin-top: 20px;
}
#block-img_plan #box-exterior {
  width: 350px;
  display: inline-block;
  margin: 0 14px 0 0;
}
#block-img_plan #box-exterior #exterior_img {
  width: 350px;
  margin-top: 10px;
}
#block-img_plan #box-exterior #exterior_img img {
  width: 100%;
  display: block;
}
#block-img_plan #box-plan {
  width: 350px;
  display: inline-block;
  margin: 0 0 0 0;
}
#block-img_plan #box-plan #plan_img {
  width: 350px;
  margin-top: 10px;
}
#block-img_plan #box-plan #plan_img img {
  width: 100%;
  display: block;
}
/*========================================
* 3-6.物件写真
========================================*/
#block-img_list {
  width: 718px;
  margin-top: 20px;
}
#loading-first {
  width: 32px;
  height: 32px;
  padding: 12px;
  margin: 0;
  background-image: url("/assets/nshome/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: 728px;
  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 30px;
}
#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%);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#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;
  }
}
/*========================================
* 3-7.物件動画
========================================*/
#block-movie {
  margin-top: 20px;
}
#block-movie #box-room_movie {
  margin: 10px 0;
}
/*========================================
* 3-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: #0f3962;
  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: #0f3962;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
#block-estate-info .box-tempointroduce .contact_tel a {
  color: #0f3962;
  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;
  margin: 10px 0 0;
}
#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;
}
/*========================================
* 3-9.部屋詳細
========================================*/
#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: #0f3962;
  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: #0f3962;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
#block-estate-info .box-tempointroduce .contact_tel a {
  color: #0f3962;
  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: left;
}
#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;
  padding: 7px;
}
/*========================================
* 3-10.物件概要・設備
========================================*/
#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;
}
.date-item {
  float: right;
  padding-top: 6px;
}
.date-item span {
  font-weight: normal;
}
/*========================================
* 3-11.近隣マップ
========================================*/
#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;
}
#block-map liLiExteria {
  width: 348px;
  height: 270px;
}
/*========================================
* 3-12.お問い合わせフォーム
========================================*/
/******************************************
* 4.sidebar
*******************************************/
/*******************************************
 * サイドバーblogcss
 *
 * menu
 * 1.レイアウト
 * 2.
 *   2-1
 *   2-2
 ******************************************/
.contents-head_side {
  text-align: center;
  margin-bottom: 20px;
}
.contents-head_side span {
  font-weight: normal;
  color: #6d6d6c;
}
#scroll_news-info {
  width: 200px;
  position: relative;
  overflow: hidden;
}
#scroll_news-info .box-news-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  margin-bottom: 10px;
}
#scroll_news-info .box-news-info_date {
  color: #6f6f6f;
}
#scroll_news-info .box-news-info_date span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
#scroll_news-info .box-news-info_date .new-icon {
  width: 50px;
  margin-left: 10px;
  padding: 1px 6px;
}
#scroll_news-info .box-news-info_content {
  overflow: hidden;
}
#scroll_news-info .box-news-info_content:after {
  content: ' ';
  clear: both;
}
#scroll_news-info .box-news-info a {
  color: #6d6d6c;
  display: block;
  margin-top: 10px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 13px;
}
#scroll_news-info .box-news-info a:hover {
  text-decoration: underline;
  opacity: 1;
}
/***** バナー **********************/
#block-bnr li {
  margin: 10px 0 0;
}
/******************************************
* 5.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: #0f3962;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #0f3962;
    border-bottom: 3px solid #0f3962;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*# sourceMappingURL=room.css.map */