.property {
  width: 100%;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property {
    padding: 4.1666666667vw 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .property {
    padding: 60px 0 90px;
  }
}
.property__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title {
    padding-bottom: 10px;
  }
}
.property__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .property__title span {
    font-size: 3rem;
  }
}
.property__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .property__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title::before {
    width: 218px;
    height: 3px;
  }
}
.property__title {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .property__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__title {
    margin-bottom: 60px;
  }
}
.property__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 2.6666666667vw;
  row-gap: 4vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__group {
    justify-content: center;
    gap: 1.3888888889vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__group {
    gap: 20px;
  }
}
.property__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  font-size: 1.7rem;
  width: 21.0666666667vw;
  height: 9.0666666667vw;
  padding-bottom: 0.5333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .property__tab {
    font-size: 1.6rem;
    width: 6.25vw;
    height: 2.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .property__tab {
    width: 90px;
    height: 40px;
  }
}
.property__tab--active {
  background-color: #585656;
  color: #ffffff;
}
.property__container {
  background-color: #F7F7F7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-top: 1.3333333333vw solid #585656;
}
@media screen and (min-width: 768px) {
  .property__container {
    border-top: 0.3472222222vw solid #585656;
  }
}
@media screen and (min-width: 1440px) {
  .property__container {
    border-top: 5px solid #585656;
  }
}
.property__unit {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 4vw);
  padding: 8vw 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__unit {
    max-width: 76.3888888889vw;
    padding: 4.1666666667vw 0 3.8194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__unit {
    max-width: 1100px;
    padding: 60px 0 55px;
  }
}
.property__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 6.6666666667vw;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.4722222222vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__menu {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.property__btn--white {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  width: 100%;
  height: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__btn--white {
    width: 13.8888888889vw;
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--white {
    width: 200px;
    height: 70px;
  }
}
.property__btn--white button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--white button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--white button {
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__btn--white button {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--white button {
    padding-left: 20px;
  }
}
.property__btn--all button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--all button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--all button {
  background-image: url(../img/module/btn_magnifier_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 10.6666666667vw;
  background-size: 6.3893333333vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .property__btn--all button {
    background-position: center left 3.4722222222vw;
    background-size: 1.6638888889vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--all button {
    background-position: center left 50px;
    background-size: 23.96px 24px;
  }
}
.property__btn--all button {
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__btn--all button {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--all button {
    padding-left: 20px;
  }
}
.property__btn--mansion button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--mansion button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--mansion button {
  background-image: url(../img/module/btn_building_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.6666666667vw;
  background-size: 4.592vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .property__btn--mansion button {
    background-position: center left 1.5277777778vw;
    background-size: 1.1958333333vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--mansion button {
    background-position: center left 22px;
    background-size: 17.22px 24px;
  }
}
.property__btn--mansion button {
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .property__btn--mansion button {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--mansion button {
    padding-left: 20px;
  }
}
.property__btn--detached button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--detached button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--detached button {
  background-image: url(../img/module/btn_house_icon2.svg);
  background-repeat: no-repeat;
  background-position: center left 5.3333333333vw;
  background-size: 7.288vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .property__btn--detached button {
    background-position: center left 2.4305555556vw;
    background-size: 1.8979166667vw 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--detached button {
    background-position: center left 35px;
    background-size: 27.33px 24px;
  }
}
.property__btn--detached button {
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__btn--detached button {
    padding-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--detached button {
    padding-left: 35px;
  }
}
.property__btn--land button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--land button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--land button {
  background-image: url(../img/module/btn_map_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 9.3333333333vw;
  background-size: 4.5573333333vw 6.4666666667vw;
}
@media screen and (min-width: 768px) {
  .property__btn--land button {
    background-position: center left 3.4722222222vw;
    background-size: 1.1868055556vw 1.6840277778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--land button {
    background-position: center left 50px;
    background-size: 17.09px 24.25px;
  }
}
.property__btn--land button {
  padding-left: 8vw;
}
@media screen and (min-width: 768px) {
  .property__btn--land button {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--land button {
    padding-left: 30px;
  }
}
.property__btn--owner {
  grid-column: span 2;
}
.property__btn--owner button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #ffffff;
  color: #313131;
  box-sizing: border-box;
}
.property__btn--owner button:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.property__btn--owner button {
  background-image: url(../img/module/btn_human_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 13.3333333333vw;
  background-size: 4.8346666667vw 6.4666666667vw;
}
@media screen and (min-width: 768px) {
  .property__btn--owner button {
    background-position: center left 1.0416666667vw;
    background-size: 1.2590277778vw 1.6840277778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--owner button {
    background-position: center left 15px;
    background-size: 18.13px 24.25px;
  }
}
.property__btn--owner button {
  padding-left: 11.4666666667vw;
}
@media screen and (min-width: 768px) {
  .property__btn--owner button {
    padding-left: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--owner button {
    padding-left: 43px;
  }
}
.property__btn--detail {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 40vw;
  height: 9.3333333333vw;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .property__btn--detail {
    width: 10.4166666667vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--detail {
    width: 150px;
    height: 35px;
  }
}
.property__btn--detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  box-sizing: border-box;
  border: 0.2666666667vw solid #313131;
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__btn--detail a {
    border: 0.0694444444vw solid #313131;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__btn--detail a {
    border: 1px solid #313131;
    border-radius: 5px;
  }
}
.property__btn--detail a:hover {
  border-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
}
.property__list {
  width: 100%;
  margin: 0 auto;
  display: none;
  gap: 5.3333333333vw;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0833333333vw;
    max-width: 76.3888888889vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__list {
    gap: 30px;
    max-width: 1100px;
    margin-bottom: 50px;
  }
}
.property__list--active {
  display: grid;
}
.property__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 4.2666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__item {
    padding: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__item {
    padding: 17px;
  }
}
.property__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.property__thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 40vw;
  height: 38.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .property__thumbnail {
    width: 10.4166666667vw;
    height: 10.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__thumbnail {
    width: 150px;
    height: 145px;
  }
}
.property__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.property__category {
  position: absolute;
  display: inline-block;
  background-color: #313131;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  bottom: 0;
  padding: 0.8vw 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__category {
    padding: 0.4166666667vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__category {
    padding: 6px 10px;
  }
}
.property__category--blue {
  background-color: #0163A3;
}
.property__category--green {
  background-color: #26A301;
}
.property__category--yellow {
  background-color: #F8B802;
}
.property__category--lightblue {
  background-color: #62A0B7;
}
.property__flex {
  display: flex;
  justify-content: space-between;
  gap: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__flex {
    gap: 0.6944444444vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__flex {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.property__recommend {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #DD7E10;
  border-radius: 13.3333333333vw;
  padding: 1.3333333333vw 3.4666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__recommend {
    font-size: 1rem;
    border-radius: 3.4722222222vw;
    padding: 0.3472222222vw 0.9027777778vw;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__recommend {
    border-radius: 50px;
    padding: 5px 13px;
    margin-bottom: 5px;
  }
}
.property__point {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__point {
    font-size: 1.2rem;
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__point {
    margin-bottom: 5px;
  }
}
.property__wrapper {
  display: flex;
  gap: 2.9333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__wrapper {
    gap: 0.6944444444vw;
    margin-bottom: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__wrapper {
    gap: 10px;
    margin-bottom: 13px;
  }
}
.property__subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__subtitle {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__subtitle {
    margin-bottom: 10px;
  }
}
.property__content {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .property__content {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__content {
    margin-bottom: 10px;
  }
}
.property__price {
  font-weight: 700;
  font-size: 1.3rem;
  color: #393838;
  line-height: 2.1rem;
  letter-spacing: 0.001em;
  padding-right: 2.1333333333vw;
  border-right: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .property__price {
    padding-right: 1.0416666667vw;
    border-right: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .property__price {
    padding-right: 15px;
    border-right: 1px solid #707070;
  }
}
.property__price span {
  display: inline-block;
  font-size: 2.1rem;
  margin-right: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .property__price span {
    margin-right: 0.2777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .property__price span {
    margin-right: 4px;
  }
}
.property__detail {
  font-weight: 700;
  font-size: 1.4rem;
  color: #393838;
  line-height: 2.1rem;
  padding: 0 2.1333333333vw;
  border-right: 0.2666666667vw solid #707070;
}
@media screen and (min-width: 768px) {
  .property__detail {
    padding: 0 1.0416666667vw;
    border-right: 0.0694444444vw solid #707070;
  }
}
@media screen and (min-width: 1440px) {
  .property__detail {
    padding: 0 15px;
    border-right: 1px solid #707070;
  }
}
.property__detail:last-child {
  padding-right: 0;
  border-right: 0;
}
.property__map {
  position: relative;
  font-size: 1rem;
  color: #393838;
  padding-left: 4vw;
  margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .property__map {
    padding-left: 1.4em;
    margin-bottom: 0.4861111111vw;
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__map {
    margin-bottom: 7px;
    padding-left: 15px;
  }
}
.property__map::before {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/property/property_map_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.3226666667vw;
  height: 3.4213333333vw;
  top: 0.5333333333vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .property__map::before {
    top: 0.2083333333vw;
    content: "";
    position: absolute;
    background-image: url("../img/property/property_map_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 0.6048611111vw;
    height: 0.8909722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__map::before {
    top: 3px;
    content: "";
    position: absolute;
    background-image: url("../img/property/property_map_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 8.71px;
    height: 12.83px;
  }
}
.property__access {
  font-weight: 700;
  font-size: 0.9rem;
  color: #A2A2A2;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .property__access {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .property__access {
    margin-bottom: 10px;
  }
}