@charset 'UTF-8';

/* property.html
**************************************************/

/* introduction */

.property_right_lent {
  float: left;
  width: 59%;
  padding-left: 3%;
}

.property_right_lent p {
  height: 35px; /* pixel */
}

.price {
  height: 50px; /* pixel */
}

#introduction .bukkenshoukai {
  margin-bottom: 25px;
}

#introduction .bukken-upper {
  float: left;
  width: 672px;
}

.bukkenshoukai .bukken-upper .exclusive {
  background-color: #ffc6c6;
}

#introduction .bukken-image-box {
  float: left;
  width: 38%;
}

#introduction .price span {
  font-size: 120%;
  color: #ff0000;
  font-weight: bold;
}

#introduction .tatemono-menseki {
  margin-left: 5%;
}

#introduction .memo-container {
  padding-top: 1%;
  padding-right: 2%;
}

#introduction .note-title {
  color: #555555;
  padding: 7px 0 7px 0;
}

#introduction .memo-container .bukken-memo {
   margin-top: 5px; /* pixel */
   padding-bottom: 15px; /* pixel */
   padding-left: 15px;
   padding-right: 15px;
   line-height: 1.4;
   border-bottom: 1px dotted #aaaaaa;
}

#introduction .madori_container img {
  max-width: 100% !important;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#introduction .madori_container .figcaption {
  text-align: center;
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  right: 0;
  margin-top: 10px; /* pixel */
}

/* slider container */
.slider_container {
  height: 200px;
  float: left;
  width: 70%;
}

/* madori container */
.madori_container {
  width: 27%;
  height: 200px;
  margin-left: 3%;
  float: right;
  text-align: center;
}

.slider_container .note-title {
  margin-bottom: 5px;
}

.carousel {
  margin-top: 15px;
  margin-bottom: 30px;
}

.deposit span:first-child,
.other-price span:first-child {
  margin-right: 15px;
}