@charset "utf-8";
/* ======================================================
    property css
====================================================== */
#Contents.propertyPage.propertyDetailPage{
  margin-bottom: 0;
  border-bottom: solid 1px #e9e9e9;
}
.headingTitle {
  position: relative;
  font-size: 26px;
  padding-right: 250px;
}

.headingTitle .iconArea {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.headingTitle .soldout {
  margin: 0 10px 5px 0;
  display: inline-block;
}

.headingTitle .iconArea img {
  margin-left: 5px;
}

.sliderBox {
  width: 100%;
}

.sliderBox .mainImageWrap {
  background-color: #eeeeee;
  width: 100%;
  margin: 0 25px 10px 0;
  position: relative;
}

.sliderBox .mainImage {
  padding: 28px 37px;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.sliderBox .mainImage div {
  float: left;
  width: 100%;
  z-index: 0!important;
}

.sliderBox .mainImage div img {
  max-width: 100%;
}

.sliderBox .slider-nav .slick-slide {
  display: inline-block;
  /* height: 80px; */
  height: 150px;
  overflow: hidden;
}
.sliderBox .slider-nav .slick-slide:not(.slick-current) {
  cursor: pointer;
}

.sliderBox .slider-nav .slick-slide img {
  border: 1px solid #eeeeee;
}

.sliderBox .slick-prev {
  left: 7px;
  top: calc(50% - 12px);
  background-image: url('/img/property/slider-left.png');
}

.sliderBox .slick-next {
  right: 7px;
  top: calc(50% - 12px);
  background-image: url('/img/property/slider-right.png');
}

.slick-list {
  width: 100%;
  overflow: hidden;
}

.sliderBox button {
  font-size: 0;
  border: 0;
  width: 16px;
  height: 24px;
  background-size: 16px 24px;
  -webkit-background-size: 16px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
}
.sliderBox .thumbImage a img {
  width: 72px;
  height: auto;
}

.sliderBox .thumbImage .slick-current img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.infoBox {
  width: 800px;
  margin: 30px auto 60px;
}

.infoTable table {
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 10px;
}

.infoTable tr {
  border-bottom: 1px solid #ffffff;
}

.infoTable th,
.infoTable td {
  padding: 5px 7px;
  vertical-align: top;
  text-align: left;
}

.infoTable th {
  float: left;
  font-weight: normal;
  color: #502b33;
}

.infoTable.firstTable th {
  width: 120px;
}
.infoTable.firstTable td {
  width: 652px;
}

.infoTable.secondTable th {
  width: 120px;
}
.infoTable.secondTable td {
  width: 266px;
}

.infoBox .moreButton{
  text-align: center;
}
.infoBox .moreButton a{
  width: 250px;
  display: inline-block;
  background-color: #a99e98;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
}

.renovationBox {
  margin-bottom: 50px;
}

.propertyDetailPage .propertyList .propertyBox li {
  border-top: none;
}

a.icoMap {
  color: #b11313;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

.icoMap img {
  vertical-align: middle;
}

.infoSP {
  display: none;
}
