@charset "UTF-8";

/* ==========================================================

  BLD Group Our Business SP Styles

========================================================== */

/* Page Header
--------------------------------------------------------- */
.page-header { margin: 0 0 24%; /* 180/750 */ }
.page-header > div:last-of-type figure { height: auto; }
.page-header > div:last-of-type figure img { height: auto; }
.page-header > div:last-of-type dl {
  margin: 5.333333% 0 0; /* 40/750 */
  padding: 0 4.666666% 0 0;
}
.page-header > div:last-of-type dl dt {
  font-size: 4.8vw; /* 36/750 */
  margin: 0 0 15px;
}
.page-header > div:last-of-type dl dd { font-size: 3.2vw; /* 24/750 */ }

/* Business Content
--------------------------------------------------------- */
.biz-content { padding: 0 0 5.333333%; }
.biz-content > p {
  width: 100%;
  height: auto;
}
.restaurant > p img { top: 0; }
.biz-content > div {
  position: relative;
  z-index: 1;
  top: -5.333333vw;
  transform: translateY(0);
  right: 0;
  width: 90%;
  padding: 8% 10% 9.333333%;
  margin: 0 0 0 10%;
}
.biz-content > div.fadeInLeft {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
}
.biz-content > div.fadeInLeft.scrollIn {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
}
.biz-content > div h3 {
  font-size: 5.333333vw; /* 40/750 */
  margin: 0 0 4.666666%;
}
.biz-content > div p {
  font-size: 3.2vw; /* 24/750 */
  margin: 0 0 6.666666%;
}
.food {
  margin: 0 0 60px 0;
}

/* 取り扱い物件
--------------------------------------------------------- */
.handling-property { padding: 15.333333% 0 26.666666%; /* 115px 0 200px */ }
.handling-property .inner { padding: 0; }
.handling-property h3 {
  font-size: 5.333333vw; /* 40/750 */
  margin: 0 0 4%; /* 30px */
}
.handling-property p { font-size: 3.2vw; /* 24/750 */ }
.property-unit {
  background-color: #f5f7f9;
  padding: 20px;
  margin: 6.666666% 0; /* 50px 0 */
  align-items: stretch;
}
.property-item {
  width: calc((100% - 20px) / 2);
  height: auto;
  margin: 0 0 20px;
  padding: 20px 0;
}
.property-item h4 {
  font-size: 3.2vw; /* 24/750 */
  margin: 15px 0 0;
}

/* Link Banner
--------------------------------------------------------- */
.bnr {
  padding: 0 4.666666%;
  margin: 5.333333% 0 16%;  /* 40px 0 120px */
}