.p-pageMapMobile .container {
  max-width: 1335px;
}

@media screen and (max-width: 767.98px) {
  .p-projectBlock {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-projectBlock {
    padding-top: 50px;
  }
}

.p-projectBlock__heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__heading {
    text-align: center;
    margin-bottom: 80px;
    line-height: 1;
  }
}
.p-projectBlock__heading span {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-projectBlock__heading span {
    border-left: 3px solid #484848;
    border-bottom: 1px dashed #484848;
    padding: 0rem 0.8rem 0.4rem;
    line-height: 1.2;
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__heading span {
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  .p-projectBlock__heading span::after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__heading span::after {
    content: "";
    display: block;
    width: 1px;
    height: 37px;
    background-color: #777;
    position: absolute;
    top: 127%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 16px;
    top: 150%;
  }
}

.p-projectBlock__unit {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-projectBlock__unit a {
  color: var(--textcolor);
}

.p-projectBlock__item {
  padding: 0 0.4rem;
  margin-bottom: 4.8rem;
  min-height: 1px;
}
@media screen and (min-width: 576px) {
  .p-projectBlock__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .p-projectBlock__item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .p-projectBlock__item {
    width: 25%;
  }
}
@media screen and (max-width: 1199.98px) {
  .p-projectBlock__item {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .p-projectBlock__item {
    width: 50%;
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__item--reserve {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .p-projectBlock__item--reserve:last-of-type {
    margin-bottom: 4rem;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink:hover {
    color: #ccc;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink:hover .new {
    color: #cc249a;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink .p-project__img {
    width: 22%;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink .p-project__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-projectBlock__item--reserve .p-project__wrapLink .desc {
    width: 78%;
    padding: 0.4rem;
    padding-left: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .p-projectBlock__item--reserve .p-project__wrapLink .desc .inner {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__item--reserve .p-project__wrapLink .desc .inner .name {
    font-weight: bold;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 575.98px) {
  .p-projectBlock__item--reserve .p-project__wrapLink .desc .inner .name {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__item--reserve .p-project__name {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .p-projectBlock__item--reserve .new {
    color: red;
    font-weight: bold;
    display: inline-block;
  }
}
@media screen and (max-width: 575.98px) {
  .p-projectBlock__item--reserve .p-project__img {
    width: 38% !important;
  }
}

.p-project {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.231372549);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1200px) {
  .p-project {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.p-project:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5019607843);
  background-color: #484848;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.p-project:hover .desc__inner {
  color: rgba(204, 204, 204, 0.8);
}

.p-project__property {
  position: absolute;
  bottom: 101%;
  width: 100%;
  text-align: center;
}
.p-project__property .Mark {
  font-size: 0.7em;
  line-height: 1rem;
}
.p-project__property .Mark .new {
  color: red;
  font-weight: bold;
  display: inline-block;
}
.p-project__property .Mark .tag, .p-project__property .Mark .tag--sold, .p-project__property .Mark .tag--reserve, .p-project__property .Mark .tag--resale, .p-project__property .Mark .tag--sale {
  color: #036eb8;
  border: 0.8px solid #036eb8;
  display: inline-block;
  border-radius: 6px;
  padding: 0 0.4rem;
}
.p-project__property .Mark .tag--sale {
  color: #2db681;
  border-color: #2db681;
}
.p-project__property .Mark .tag--resale {
  color: #cc249a;
  border-color: #cc249a;
}
.p-project__property .Mark .tag--reserve {
  color: #484848;
  border-color: #484848;
  border-style: dashed;
}
.p-project__property .Mark .tag--sold {
  color: #ccc;
  border-color: #484848;
  background: #484848;
  border-style: dashed;
}
.p-project__property .name {
  font-weight: bold;
  font-size: 0.9em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin-bottom: 0.4rem;
}

.p-project__wrapLink {
  text-decoration: none;
  display: block;
}
.p-project__wrapLink:hover, .p-project__wrapLink:focus {
  text-decoration: none;
}
.p-project__wrapLink .photo {
  position: relative;
}
.p-project__wrapLink .photo__sold {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 63px;
  background: #036eb8;
  background: #484848;
  text-align: right;
  line-height: 1.2;
}
.p-project__wrapLink .photo__sold span {
  position: absolute;
  top: 12px;
  right: 11px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
}
.p-project__wrapLink .desc__inner {
  padding: 0.8rem;
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
  .p-project__wrapLink .desc__inner {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
}
@media screen and (max-width: 991.98px) {
  .p-project__wrapLink .desc__inner {
    font-size: 0.8rem;
  }
}
.p-project__wrapLink .desc__inner .distance {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}
.p-project__wrapLink .desc__inner .catch {
  display: inline-block;
  text-align: left;
}

.p-pastResale {
  padding-bottom: 4.8rem;
  text-align: center;
}

.p-noResale {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
}
.p-noResale p {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  border: 1px dashed #484848;
}/*# sourceMappingURL=mapMobile.css.map */