/* Scss Document */
.property-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .property-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.property-contents {
  margin: 0 auto;
}

.property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .property-list {
    width: 100%;
  }
}

.property-list:after {
  content: "";
  display: block;
  height: 0;
  width: 31%;
}

.property-item {
  margin-bottom: 5rem;
  padding: 3rem;
  width: 31%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
}

.property-item.middle {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .property-item.middle {
    width: 100%;
  }
}

.property-item.middle .property-name h2 {
  font-size: 2.2rem;
}

.property-item.middle .property-name .lots {
  font-size: 1.8rem;
}

.property-item.middle .property-name .lots em {
  font-size: 2.4rem;
  color: #c6161d;
}

.property-item.middle .price {
  margin-bottom: .5em;
  font-size: 1.5rem;
}

.property-item.middle .price em {
  font-size: 2.2rem;
}

.property-item.middle .lead {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.property-item.middle .station {
  font-size: 1.5rem;
}

.property-item.middle .station img {
  margin-right: 1rem;
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
}


.property-item.large {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .property-item {
    width: 100%;
  }
}

.property-item.large a {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .property-item.large a {
    display: block;
  }
}


.property-item.large a .property-img {
  margin: -3rem 0 -3rem -3rem;
  width: 50%;
}

@media only screen and (max-width: 640px) {

  .property-item.large a .property-img {
    margin: -3rem -3rem 0;
    width: auto;
  }
}

.property-item.large a .property-body {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .property-item.large a .property-body {
    width: 100%;
  }
}

.property-item.large .category-list {
  margin-top: 0;
}


.property-item.large .property-name {
  margin-bottom: 0;
}

.property-item.large .property-name h2 {
  font-size: 2.8rem;
}

.property-item.large .property-name .lots {
  font-size: 2.0rem;
}

.property-item.large .property-name .lots em {
  font-size: 2.8rem;
  color: #c6161d;
}

.property-item.large .price {
  margin-bottom: .5em;
  font-size: 2.0rem;
}

.property-item.large .price em {
  font-size: 2.8rem;
}

.property-item.large .lead {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.3;
}

.property-item.large .station {
  font-size: 1.6rem;
}

.property-item.large .station img {
  margin-right: 1rem;
  display: inline-block;
  width: 1.6rem;
  vertical-align: middle;
}

.property-item .icon {
  padding: 0.25em 0.5em;
  color: #fff;
  background: #251d1a;
  font-size: 1.3rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 1;
  letter-spacing: 0.1em;
  width: 4em;
  text-align: center;
  display: none;
}

.property-item .icon:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid black;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -0.8rem;
}

.property-item .icon.new {
  background: #c6161d;
  display: block;
}

.property-item .icon.new:after {
  border-top: 0.8rem solid #c6161d;
}

.property-item .icon.last {
  background: #ef940f;
  display: block;
}

.property-item .icon.last:after {
  border-top: 0.8rem solid #ef940f;
}

.property-item .icon.update {
  background: #429138;
  display: block;
}

.property-item .icon.update:after {
  border-top: 0.8rem solid #429138;
}

.property-item span,
.property-item a {
  display: block;
  background: #fff;
  color: #251d1a;
  position: relative;
  z-index: 0;
}

.property-item .category-list {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.3rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {

  .property-item.large .category-list {
    margin-top: 1em;
  }
}

.property-item .category-list li {
  padding: 0.25em 0.5em;
  background: #251d1a;
  margin-right: 0.5em;
}

.property-item .category-list li.area {
  background-color: #de634d;
}

.property-item .category-list li.joukennashi {
  background-color: #ba9137;
}

.property-item .category-list li.joukentsuki {
  background-color: #6ccc06;
}

.property-item .category-list li.newhouse,
.property-item .category-list li.mi-chuko,
.property-item .category-list li.chuko {
  background-color: #759194;
}

.property-item .category-list li.investment,
.property-item .category-list li.investment_new,
.property-item .category-list li.syueki,
.property-item .category-list li.jigyou {
  background-color: #315c62;
}

.property-item .property-img {
  margin: -3rem -3rem 0;
}

.property-item .property-img img {
  max-width: initial;
  width: 100%;
}

.property-item .soldout .property-img {
  position: relative;
}

.property-item .soldout .property-img:before {
  content: "SOLDOUT";
  color: #c6161d;
  font-size: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.property-item .property-name {
  margin: 1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-flow: column wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: baseline;
}

.property-item .property-name h2 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .property-name h2,
  .property-item.large .property-name h2 {
    font-size: 1.8rem;
  }
}

.property-item .property-name .lots {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .property-name .lots,
  .property-item.large .property-name .lots {
    font-size: 1.4rem;
  }
}

.property-item .property-name .lots em {
  font-size: 2.4rem;
  color: #c6161d;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .property-name .lots em,
  .property-item.large .property-name .lots em {
    font-size: 2.4rem;
  }
}

.property-item .price {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .price,
  .property-item.large .price {
    font-size: 1.4rem;
  }
}

.property-item .price em {
  color: #c6161d;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .price em,
  .property-item.large .price em {
    font-size: 1.8rem;
  }
}

.property-item .lead {
  margin-bottom: 0.75em;
  color: #9c593a;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .lead,
  .property-item.large .lead {
    font-size: 1.5rem;
  }
}

.property-item .station {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .station,
  .property-item.large .station {
    font-size: 1.3rem;
  }
}

.property-item .station img {
  margin-right: 1rem;
  display: inline-block;
  width: 1.4rem;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {

  .property-item.middle .station img,
  .property-item.large .station img {
    width: 1.4rem;
  }
}

.property-item:after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/common/arrow_sq_green.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.property-item.soldout:after {
  display: none;
}

.property-item.comingsoon {
  padding: 2rem;
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon {
    margin-bottom: 2rem;
    padding: 0;
    width: 48%;
  }
}

.property-item.comingsoon .category-list {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon .category-list {
    font-size: 1rem;
  }
}

.property-item.comingsoon .property-name {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon .property-name {
    font-size: 1rem;
    padding: 1rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.property-item.comingsoon .property-name h2 {
  margin-right: 1em;
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon .property-name h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon .property-name .lots {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 640px) {
  .property-item.comingsoon .property-name .lots em {
    font-size: 1.8rem;
  }
}

.search-head {
  margin-bottom: 1em;
  font-size: 2rem;
}

.search-head img {
  margin-right: 1rem;
  display: inline-block;
  width: 2rem;
}

.search-title {
  margin: 1em auto;
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
}

.search-title span {
  padding-right: 0.5em;
  display: inline-block;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.search-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background: #de634d;
  z-index: 0;
}

.search-list.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-list.col2 li {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .search-list.col2 li {
    width: 32%;
  }
}

.search-list.col2:after {
  content: "";
  display: block;
  height: 0;
  width: 32%;
}

.search-list li {
  margin-bottom: 2%;
  font-size: 1.5rem;
}

.search-list li input:checked+label {
  color: #fff;
  background: #de634d;
}

.search-list li input {
  display: none;
}

.search-list li label {
  padding: 0.25em;
  display: block;
  background: #f4f4f4;
  text-align: center;
}