@charset "UTF-8";
/* ------------------------------
- sec
------------------------------ */
.sec__lead {
  line-height: 1.8;
}
.sec__anc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e956a9;
  font-weight: bold;
  background: repeating-linear-gradient(
    -45deg,
    #fff8fc,
    #fff8fc 5px,
    #fff 5px,
    #fff 10px
  );
}
.sec__anc::before {
  content: "";
  background: url(../images/btn_icon.svg) center/100% no-repeat;
}
@media only screen and (min-width: 751px) {
  .sec__lead {
    font-size: 15px;
    margin: 50px 0 30px;
  }
  .sec__btn {
    max-width: 480px;
    margin: 50px auto 100px;
  }
  .sec__anc {
    height: 90px;
    border: 2px solid #e956a9;
    font-size: 22px;
  }
  .sec__anc::before {
    width: 32px;
    height: 29px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .sec__lead {
    font-size: 14px;
    margin: 30px 0 20px;
  }
  .sec__btn {
    width: 90%;
    margin: 30px auto 50px;
  }
  .sec__anc {
    height: 60px;
    border: 1px solid #e956a9;
    font-size: 16px;
  }
  .sec__anc::before {
    width: 32px;
    height: 29px;
    margin-right: 16px;
  }
}
/* ------------------------------
- .mapWrap
------------------------------ */
.mapWrap {
  height: 560px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 75px 0 45px;
}
/* ------------------------------
- .rentalofficeListWrap
------------------------------ */
.rentalofficeListWrap {
  margin-bottom: 100px;
}
.rentaloffice_item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.rentaloffice_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.rentaloffice_box-floorplan {
  float: left;
  width: 44%;
}
.rentaloffice_box-details {
  float: right;
  width: 50%;
}
.rentaloffice_box-details table {
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
.bnr_property_pdf {
  text-align: center;
  border: 2px solid #000;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  width: 200px;
  margin: 10px auto 0;
}
.bnr_property_pdf:hover {
  background-color: #000;
  color: #fff;
}
.details_name,
.details_description {
  border-top: 1px solid #000;
  padding: 15px 25px;
  font-size: 14px;
}
.details_name {
  background-color: #f2f2f2;
  border-right: 1px solid #000;
  width: 100px;
}
.wanted::before {
  content: "募集中";
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  font-size: 13px;
}

.landWrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  /* ------------------------------
  - .mapWrap
  ------------------------------ */
  .mapWrap {
    height: 80vw;
    margin: 5% 0 10%;
  }
  /* ------------------------------
  - .rentalofficeListWrap
  ------------------------------ */
  .rentalofficeListWrap {
    margin-bottom: 20%;
  }
  .rentaloffice_item {
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
  .rentaloffice_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .rentaloffice_box-floorplan {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
  .rentaloffice_box-details {
    float: none;
    width: 100%;
  }
  .bnr_property_pdf {
    font-size: 12px;
  }
  .bnr_property_pdf:hover {
    background-color: #000;
    color: #fff;
  }
  .details_name,
  .details_description {
    border-top: 1px solid #000;
    padding: 15px 25px;
    font-size: 12px;
  }
  .details_name {
    width: 90px;
  }
  .wanted::before {
    padding: 2px 10px;
    font-size: 11px;
  }

  .landWrap {
    margin-bottom: 80px;
  }
  .cf::before,
  .cf::after {
    content: none;
  }
}
