@charset "utf-8";
/* CSS Document */

section#choice {
  position: relative;
  z-index: 0;
}

section#filter-or-map {
  position: relative;
  z-index: 1;
}

#contesntsWrapper {
  max-width: 980px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #contesntsWrapper {
    margin-top: 20px;
  }
}


#contesntsWrapper .tab {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: solid 1px #ea5a52;
}

#contesntsWrapper .tab span {
  background-color: #ffe5df;
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 6px 6px 0px 0px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 768px) {
  #contesntsWrapper .tab span {
    margin-right: 10px;
  }
}

#contesntsWrapper .tab span.active {
  background-color: #ea5a52;
  color: white;
}

#contesntsWrapper .tab span:last-child {
  margin-right: 0;
}

#contesntsWrapper h1 {
  font-size: 3rem;
  font-weight: 700;
}

#contesntsWrapper h1.sale {
  color: #EA5A52;
}

#contesntsWrapper h1.rent {
  color: #3E9CEB;
}



#choice .choice_t {
  display: none;
}


@media (max-width: 767px) {
  #contesntsWrapper #choice.choice_t.rent button:nth-child(odd) {
    margin-right: 1.5%;
  }
}

#contesntsWrapper #choice.choice_t.rent button:nth-child(even) {
  margin-right: 0px;
}

@media (max-width: 767px) {
  #contesntsWrapper #choice.choice_t.rent button:nth-child(even) {
    margin-right: 1.5%;
  }
}

#contesntsWrapper #choice.choice_t.rent .reset button {
  width: 100%;
  min-width: unset;
  max-width: unset;
}

#contesntsWrapper .material-symbols-outlined {
  margin-right: 10px;
  font-variation-settings: "FILL"1, "wght"400, "GRAD"0, "opsz"48;
}

#contesntsWrapper fieldset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}

@media (max-width: 768px) {
  #contesntsWrapper fieldset {
    margin-top: 20px;
  }
}

#contesntsWrapper fieldset label.control-group-label {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contesntsWrapper fieldset .flex {
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #contesntsWrapper fieldset .flex {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}

#contesntsWrapper fieldset button {
  background-color: white;
  height:34px; 
  border: solid 1px #333;
  border-radius: 10px;
  padding: 6px 10px;
  margin-right: 15px;
  min-width: 175px;
  margin-top: 15px;
  color: black;
  cursor: pointer;
  font-size: 1.35rem;
}

@media (max-width: 768px) {
  #contesntsWrapper fieldset button {
    min-width: auto;
    margin-top: 10px;
  }
}


#contesntsWrapper fieldset button:last-child {
  margin-right: 0;
}

#contesntsWrapper fieldset button.mixitup-control-active {
  background-color: #333;
  color: white;
}

#contesntsWrapper .alt .reset {
  margin-top: 0;
  display: none;
}

#contesntsWrapper .reset {
  margin-top: 0px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  #contesntsWrapper .reset {
    margin-top: 120px;
    margin-left: 0px;
    width: 100%;
  }
}

#contesntsWrapper .reset button {
  background-color: #efefef !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 10px !important;
  margin-right: 15px !important;
  width: 100% !important;
  cursor: pointer !important;
  color: black;
  font-size: 1.45rem;
}

#sort {
  margin-top: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  margin-top: -55px;
}

@media (max-width: 768px) {
  #sort {
    margin-top: 20px;
    padding-top: 0;
    flex-direction: column;
  }
}


#sort button {
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-family: "游ゴシック", sans-serif;
  font-weight: 500;
  padding: 0px 20px;
  border-right: solid 1px black;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  cursor: pointer;
}

@media (max-width: 768px) {
  #sort button {
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #333;
    border-right: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #sort button .material-symbols-outlined {
    order: 2;
  }

  #sort button:last-child {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    line-height: 1;
  }
}

#sort button.mixitup-control-active {
  font-weight: 700;
  color: red;
}


@media (max-width: 768px) {
  #propertyList > ul > li {
    width: 100%;
    margin-right: 0;
  }
}

#propertyList > ul > li:nth-child(even) {
  margin-right: 0;
}


/* ----------------------------------
ここから物件情報
------------------------------------ */

#propertyList .property h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}

/* 物件IDと商談中等メッセージが表示されるエリア */
#propertyList .property p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #propertyList .property p {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* 物件ID */
#propertyList .property .propertyID {
  font-size: 1.3rem;
  margin-right: 10px;
}

/* 商談中等のメッセージ (フォントの指定に関してはサイト共通CSS hachise.cssに記載　*/

@media (max-width: 767px) {
  #propertyList .property .statMsg {
    margin-top: 10px;
  }
}

#propertyList .property dl {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 768px) {
  #propertyList .property dl {
    flex-direction: column;
  }
}

#propertyList .property > dl > dt {
  width: 40%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #propertyList .property > dl > dt {
    flex-direction: row;
    width: 100%;
  }
}

#propertyList .property > dl > dt > span {	
  padding-top: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 767px) {
  #propertyList .property > dl > dt > span {
    padding-top: 50%;
    width: 50%;
    margin-right: 3%;
  }
}

#propertyList .property dl dt .thumbs {
  display: flex;
  height: 25%;
  margin-top: 5%;
  flex-grow: 1;
}

@media (max-width: 768px) {
  #propertyList .property dl dt .thumbs {
    height: 100%;
    margin-top: 0;
    width: 50%;
    flex-direction: column;
  }
}

#propertyList .property dl dt .thumbs span {
  width: 50%;
  padding-top: 0;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 768px) {
  #propertyList .property dl dt .thumbs span {
    margin-right: 0 !important;
    width: 100%;
  }
}

#propertyList .property dl dt .thumbs span:first-child {
  margin-right: 5%;
}

@media (max-width: 768px) {
  #propertyList .property dl dt .thumbs span:first-child {
    margin-bottom: 3%;
  }
}

#propertyList .property dl dt a {
  height: 25%;
  margin-top: 5%;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  padding-left: 7px;
  padding-right: 7px;
  flex-grow: 1;
}

@media (max-width: 768px) {
  #propertyList .property dl dt a {
    margin-top: 0;
    width: 50%;
    height: 100%;
    justify-content: unset;
    align-items: unset;
  }
}

#propertyList .property dl dt a:hover {
  opacity: 0.7;
}

#propertyList .property dl dt a span {
  padding-top: 0;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  width: 100%;
}


#propertyList .property dl dt a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
 /* background-color: black;*/
  opacity: 0.5;
  height: 100%;
  z-index: 0;
}

#propertyList .property dl dd {
  width: 60%;
  height: 249px;
}

@media (max-width: 768px) {
  #propertyList .property dl dd {
    width: 100%;
    padding-top: 15px;
  }
}

#propertyList .property dl dd div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

#propertyList .property dl dd div:first-child {
  margin-top: 0;
}

#propertyList .property dl dd div span:first-child {
  width: 30%;
  padding: 10px;
}

@media (max-width: 768px) {
  #propertyList .property dl dd div span:first-child {
    padding-left: 0;
  }
}

#propertyList .property dl dd div span:last-child {
  width: 70%;
  padding: 10px;
  border-left: solid 1px #ccc;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#propertyList .property dl dd div span:last-child i {
  font-size: 1.8rem;
  font-weight: bold;
}

#propertyList .property .manage {
  flex-direction: column;
  margin-top: 10px;
margin-bottom: 15px;
}

@media (max-width: 768px) {
  #propertyList .property .manage {
    margin-top: 15px;
  }
}

#propertyList .property .manage span:first-child {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#propertyList .property .manage span:first-child img {
  margin-right: 5px;
}

#propertyList .property .manage span:last-child {
  width: 100%;
  margin-top: 5px;
  display: block;
  line-height: 1.3;
}

#propertyList .property .manage span:last-child i {
  font-size: 1.8rem;
}

#propertyList .property a.btn {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px 20px;
  color: white;
  background-color: #ea5a52;
  border-radius: 6px;
  margin-top: auto;
  transition: .5s;
}

#propertyList .property a.btn:hover {
  opacity: 0.7;
}

#propertyList .property ul.tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  flex-direction: row !important;
  margin-top: 0;
  justify-content: flex-start;
}

#propertyList .property ul.tag  li {
  width: auto !important;
  margin-right: 5px !important;
  font-size: 1.3rem;
  color: white;
  background-color: #333;
  padding: 5px 6px;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}

#propertyList .property ul.tag li.mixitup-control-active {
  background-color: #ea5a52;
  border-color: #ea5a52;
}

#contesntsWrapper #full {
  display: none;
}

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