.p-topnew__mainbg {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  .p-topnew__mainbg {
    height: 500px;
  }
}
.p-topnew__mainbg__over {
  text-align: left;
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: unset;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-topnew__mainbg__over {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: unset;
    align-items: flex-start;
    padding: 40px 20px;
  }
}

.p-sightseeing__ttl__wrap {
  display: flex;
  justify-content: flex-end;
}
.p-sightseeing__flow {
  margin-bottom: 60px;
}

.p-realestatenew__foot {
  height: 650px;
}
.p-realestatenew__foot__description {
  height: 550px;
}
.p-realestatenew__foot__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
