.pc {
  display: block
}
.mv {
  background: url("../img/common/bglower.jpg");
  height: 440px
}
@media(max-width: 896px) {
  .mv {
    height: 350px
  }
}
@media(max-width: 480px) {
  .mv {
    height: 300px
  }
}
.mv__title {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 3
}
.mv__title h1 {
  font-size: 4.5rem;
  font-weight: normal;
  letter-spacing: 3px
}
@media(max-width: 896px) {
  .mv__title h1 {
    font-size: 3.5rem
  }
}
.mv__title p {
  font-size: 2.5rem
}
@media(max-width: 896px) {
  .mv__title p {
    font-size: 1.6rem
  }
}
.property__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bgnew.jpg);
  background-size: cover;
  z-index: -1;
  opacity: .2
}
.property__inner {
  margin-top: -85vh;
  padding: 5% 5% 7% 5%;
  background-color: #fff
}
@media(max-width: 896px) {
  .property__inner {
    margin-top: -93vh;
    padding: 5% 5% 10% 5%
  }
}
@media(max-width: 480px) {
  .property__inner {
    width: 100% !important;
    padding: 5% 5% 20% 5%
  }
}
.property tr {
  display: flex;
  padding: 25px 10px;
  border-bottom: solid 1px #ccc
}
@media(max-width: 480px) {
  .property tr {
    flex-direction: column
  }
}
.property th {
  width: 25%;
  text-align: left;
  font-weight: normal
}
@media(max-width: 480px) {
  .property th {
    width: 100%
  }
}
@media(max-width: 480px) {
  .property td {
    margin-top: 10px
  }
}
.property dl {
  display: flex
}
.property dl:last-child {
  margin-top: 15px
}
@media(max-width: 896px) {
  .property dl {
    display: block
  }
}
.property dt {
  padding-right: 30px
}
@media(max-width: 896px) {
  .property dt {
    padding-right: 0
  }
}
.property .note {
  margin-top: 50px;
  font-size: 1.4rem
}
.property .note > p {
  text-align: center
}
.property .note > p br {
  display: none
}
@media(max-width: 480px) {
  .property .note > p br {
    display: block
  }
}
.property .note .flex {
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px
}
@media(max-width: 896px) {
  .property .note .flex {
    flex-direction: column;
    align-items: flex-start
  }
}
@media(max-width: 480px) {
  .property .note .flex {
    gap: 5px;
    margin-top: 15px
  }
}
@media screen and (min-width: 738px) {
  .property .note .flex > p:first-of-type {
    width: 100px;
  }
}
@media(min-width: 1024px) {
  .mv {
    height: 352px
  }
}

@media(min-width: 1024px) {
  .mv__title h1 {
    font-size: 3.6rem
  }
}
@media(min-width: 1024px) {
  .mv__title p {
    font-size: 2rem
  }
}
@media(min-width: 1024px) {
  .property__inner {
    width: 69.6%
  }
}
@media(min-width: 1024px) {
  .property th, .property td {
    font-size: 15px
  }
}
@media(min-width: 1024px) {
  .property .note {
    font-size: 1.3rem
  }
}
@media(min-width: 1024px) {
  .contact_inner p {
    font-size: 1.9rem
  }
}
@media(min-width: 1024px) {
  .contact_inner a {
    max-width: 540px
  }
}
@media(min-width: 1024px) {
  .contact_inner span {
    font-size: 1.333rem
  }
} /*# sourceMappingURL=property.css.map */