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

/* PC・SP共通 */
/*-------------------------
.contentsTitle
-------------------------*/
.contentsTitle {
  display: none;
}

/*　PC用　*/
@media screen and (min-width: 751px) {
  /* ============================
    construction
  =============================*/
  body {
    position: relative;
  }
  sup {
    line-height: 2;
    font-size: 10px;
  }
  #topBox {
    z-index: 100;
  }
  #construction {
    width: 980px;
    margin: 50px auto;
  }
  .constructionSearch {
    display: flex;
  }
  .constructionTitle {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .constructionTitle .minTxt {
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
  }
  .propertyList {
    display: flex;
    flex-wrap: wrap;
  }
  .propertyItem {
    width: 310px;
    height: 593px;
    border: solid 2px #ededed;
    margin-right: 19px;
    margin-top: 50px;
    position: relative;
  }
  .propertyItem:nth-child(3n) {
    margin-right: 0;
  }
  .propertyImage {
    width: 310px;
    height: 210px;
    object-fit: cover;
  }
  .propertyImage:hover {
    opacity: 0.8;
  }
  .propertyContent {
    padding: 15px 20px 20px;
  }
  .propertyTag {
    display: flex;
    font-size: 14px;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .propertyCategory {
    width: auto;
    height: 23px;
    top: 25px;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: 1.7;
    color: #222;
    border-radius: 3px;
    letter-spacing: 2.5px;
    text-align: center;
    margin-right: 15px;
    padding: 0 8px;
  }
  .propertyTag .new {
    background-color: #ffda00;
  }
  .propertyTag .contract {
    background-color: #5eac3a;
  }
  .propertyTag .reform {
    background-color: #d6d0bc;
    letter-spacing: 0;
  }
  .propertyTitle {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .propertyDataList {
    height: 290px;
    background-color: #fff;
  }
  .dataItem {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 30px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: solid 2px #e8e8e8;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dataProperty {
    width: 65px;
    color: #5eac39;
    font-size: 12px;
    margin-left: 20px;
    font-weight: bold;
  }
  .detailLink {
    width: 160px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none;
    background-color: #ededed;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 13px;
    position: relative;
  }
  .detailLink::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    top: 13px;
    right: 17px;
    background-image: url(../img/pagenavi_arrow_n.png);
    background-repeat: no-repeat;
  }
  #sort {
    margin-left: auto;
  }
  .sort04 {
    overflow: hidden;
    width: 223px;
    display: flex;
    border-radius: 3px;
    margin-left: auto;
  }
  .sort04 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .sort04 a:hover {
    opacity: 0.8;
  }
  .sort04 .allBtn {
    text-decoration: none;
    width: 57px;
    background-position: left 0;
    background-color: #bbbbbb;
    color: #fff;
  }
  .sort04 .newBtn {
    text-decoration: none;
    width: 55px;
    background-position: left 0;
    background-color: #bbbbbb;
    color: #fff;
  }
  .sort04 .oldBtn {
    text-decoration: none;
    width: 65px;
    background-position: left 0;
    background-color: #bbbbbb;
    color: #fff;
  }
  .sort04 .contractBtn {
    text-decoration: none;
    width: 55px;
    background-position: left 0;
    background-color: #bbbbbb;
    color: #fff;
  }
  .sort04.default .allBtn,
  .sort04.new .newBtn,
  .sort04.old .oldBtn,
  .sort04.contract .contractBtn {
    background-color: #5eac3a;
  }
  /* noresult */
  .noresult {
    margin: 40px 0 0;
    font-size: 14px;
  }
}

/*　SP用　*/
@media screen and (max-width: 750px) {
  /* ============================
	construction
  =============================*/
  #construction {
    margin: 30px 15px 0;
  }
  .constructionSearch {
  }
  .constructionTitle {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: bold;
  }
  .constructionTitle .minTxt {
    display: block;
    font-size: 15px;
    margin-top: 8px;
  }
  /* sort　絞り込み部分 */
  #sort ul {
    margin: 0 0 20px;
  }
  #sort li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sort li + li {
    margin-top: 10px;
  }
  #sort li label {
    display: inline-block;
    width: 60px;
    font-size: 15px;
  }
  #sort select {
    box-sizing: border-box;
    width: calc(100% - 70px);
    height: 40px;
    border: 1px solid #d6d0bc;
    padding: 4px;
    font-size: 15px;
  }
  #sort li.sort04 {
    margin-top: 20px;
    border-radius: 3px;
    background: #bbb;
  }
  .sort04 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
  }
  .sort04 .allBtn,
  .sort04.new .newBtn,
  .sort04.old .oldBtn,
  .sort04.contract .contractBtn {
    background-color: #5eac3a;
    border-radius: 3px;
  }
  .sort04.new .allBtn,
  .sort04.old .allBtn,
  .sort04.contract .allBtn {
    background: none;
  }
  /* propertyList 物件一覧部分 */
  .propertyList {
  }
  .propertyItem {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    border: solid 2px #ededed;
  }
  .propertyImage {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  .propertyContent {
    padding: 15px;
  }
  .propertyTag {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .propertyCategory {
    box-sizing: border-box;
    min-width: 50px;
    height: 25px;
    margin: -2px 15px 0 0;
    padding: 3px 8px;
    border-radius: 3px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 2.5px;
    text-align: center;
  }
  .propertyTag .new {
    background-color: #ffda00;
  }
  .propertyTag .contract {
    background-color: #5eac3a;
  }
  .propertyTag .reform {
    background-color: #d6d0bc;
    letter-spacing: 0;
  }
  .propertyTitle {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .propertyDataList {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .dataItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 55px;
    font-size: 15px;
    border-bottom: solid 2px #e8e8e8;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dataItem sup {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .dataProperty {
    width: 80px;
    color: #5eac39;
    font-size: 15px;
    margin-left: 20px;
    font-weight: bold;
  }
  .detailLink {
    display: flex;
    align-items: center;
    position: relative;
    width: 172px;
    height: 35px;
    margin: 20px auto 0;
    padding-left: 15px;
    background-color: #ededed;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
  }
  .detailLink::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    top: 13px;
    right: 17px;
    background-image: url(../img/pagenavi_arrow_n.png);
    background-repeat: no-repeat;
  }
  /* pagenavi */
  .pagenavi {
    margin: 30px 15px 40px;
  }
  /* noresult */
  .noresult {
    margin: 40px 0;
    font-size: 14px;
  }
}
