/* Scss Document */
.main {
  overflow: visible;
}

.property-contents {
  margin: 0 auto;
  padding: 6rem 0;
  width: 100%;
  max-width: 134rem;
}
@media only screen and (max-width: 640px) {
  .property-contents {
    padding: 5vw;
    max-width: initial;
  }
}
.property-list {
  padding: 0 6rem;
}
@media only screen and (max-width: 640px) {
  .property-list {
    padding: 0;
  }
}
.property-sidebar {
  padding: 10rem 3rem 3rem;
  width: 38rem;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .property-sidebar {
    position: relative;
    width: 100%;
  }
}
.property-title {
  margin: 1em auto;
  text-align: center;
}
.property-title:before, .property-title:after {
  margin: 0 1em;
  content: "";
  width: 4rem;
  height: 1px;
  display: inline-block;
  background: #9a2b4a;
  vertical-align: middle;
}
.property-title:first-child {
  margin-top: 0;
}

.area-wrapper {
  margin-bottom: 5rem;
}
.area-wrapper .latest-content {
  padding-bottom: 1em;
}
.area-wrapper.js_hidden {
  display: none;
}

.coming-wrapper {
  margin-bottom: 0;
}

.latest-content {
  padding: 6rem;
}
@media only screen and (max-width: 640px) {
  .latest-content {
    margin: 0 -5vw;
    padding: 8vw 5vw 0;
  }
}
.latest-content .property-list {
  padding: 0;
}

input {
  display: none;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: block;
}

.bl_selectBlock_check label {
  cursor: pointer;
}

.js_release {
  cursor: pointer;
}

.is-hide {
  display: none;
}