@charset "UTF-8";

/* PROPERTY
***************************************************************/
.propertyWrap .propertyWrapInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.propertyWrap .propertyTitle1 {
  margin-bottom: 60px;
}
.propertyWrap .propertyLink1 {
  margin-top: 50px;
}

.propertyWrapListItem {
  width: 100%;
  display: block;
  position: relative;
}
.propertyWrapListItem .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.propertyWrapListItem .textBox {
  background-color: #fff;
  width: 100%;
  padding: 0;
}
.propertyWrapListItem .textBoxContents {
  padding: 15px 20px;
}
.propertyWrapListItem .textBox .category {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #4E4E4E;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 2px 18px;
  width: 200px;
}
.propertyWrapListItem .textBox .caption {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.propertyWrapListItem .textBox .title {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
  height:68px;
  margin-top: 15px;
}
.propertyWrapListItem .textBox .address {
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
  display: flex;
}
.propertyWrapListItem .textBox .address .t1 {
  width: 90px;
}
.propertyWrapListItem .textBox .address .t2 {
  width: calc(100% - 90px);
}
.propertyWrapListItem .textBox .address::before {
  content: "";
  width: 12.5px;
  height: 18.5px;
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  background-image: url(../../img/common/ico_pin01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.propertyWrapListItem .imgBox {
  width: 100%;
  height: 304px;
  position: relative;
}
.propertyWrapListItem .imgBox .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.propertyWrapListItem .imgBox .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.propertyWrap .slideArrow .prev,
.propertyWrap .slideArrow .next {
  width: 42px;
  height: 42px;
  background-color: #939393;
  position: absolute;
  top: 157px;
  left: calc((100% - 1176px) / 2);
  cursor: pointer;
  transition: background 0.3s ease;
}
.propertyWrap .slideArrow .prev::after,
.propertyWrap .slideArrow .next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  transition: border 0.3s ease;
}
.propertyWrap .slideArrow .next {
  left: auto;
  right: calc((100% - 1176px) / 2);
}
.propertyWrap .slideArrow .next::after {
  left: 0;
  right: 5px;
  transform: rotate(-45deg);
}

.propertyWrapList .newIcon {
  pointer-events: none;
  width: 87px;
  height: 47px;
  color: #fff;
  background-color: #e65d34;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.propertyWrapListItem .dataList {
  padding-top: 10px;
}

.propertyWrapListItem .dataList > li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0;
}
.propertyWrapListItem .dataList > li:nth-of-type(1n + 2) {
  margin-top: 5px;
}

.propertyWrapListItem .dataList .data_tit1 {
  width: 95px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 30px;
  position: relative;
}
.propertyWrapListItem .dataList .data_tit1::after {
  content: " | ";
  position: absolute;
  top: 0;
  right: 11px;
}

.propertyWrapListItem .dataList .data_txt1 {
  width: calc(100% - 95px);
}

.propertyWrapListItem .dataList .data_li2 .data_txt1 {
  font-size: 20px;
  font-weight: 500;
}

.propertyWrapListItem .dataList .data_li2 .data_txt1 .yen {
  font-size: 16px;
}

.propertyWrapListItem .buttonList {
  display: flex;
  justify-content: space-between;
}

.propertyWrapListItem .date {
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 17px;
  font-weight: 500;
}

@media all and (min-width: 681px) {
  .propertyWrapListItem {
    width: 458px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .propertyWrapListItem .imgBox::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  .propertyWrapListItem .imgBox:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .propertyWrapListItem .imgBox:hover .thumb .img1 {
    transform: scale(1.1);
  }
  .propertyWrap .slideArrow .prev:hover,
  .propertyWrap .slideArrow .next:hover {
    background-color: #000;
  }

  .propertyWrapListItem .date {
  }
  .propertyWrapListItem .buttonList {
    margin-top: 16px;
  }
  .propertyWrapListItem .buttonListItem {
    width: calc((100% - 10px) / 2);
  }
  .propertyWrapListItem .buttonListItem a {
    font-size: 14px;
    width: 100%;
    height: 52px;
  }
}
@media all and (max-width: 680px) {
  .propertyWrap .propertyWrapInner {
    width: 100%;
  }
  .propertyWrap .propertyTitle1 {
    margin-bottom: 30px;
  }
  .propertyWrap .propertyLink1 {
    margin-top: 30px;
  }
  .propertyWrap .propertyWrapList {
    display: block;
  }
  .propertyWrapListItem {
    width: 300px;
    display: block;
    padding: 0;
    margin: 0 2.25vw;
  }
  .propertyWrapListItem .textBox {
    width: 100%;
  }
  .propertyWrapListItem .textBox .category {
    font-size: 10px;
    padding: 0 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
  }
  .propertyWrapListItem .textBox .caption {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .propertyWrapListItem .textBox .title {
    padding: 12px 15px 40px 15px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    height: 102px;
    margin-top: 0;
  }
  .propertyWrapListItem .textBox .address {
    font-size: 18px;
  }
  .propertyWrapListItem .textBox .address .t1 {
    width: 95px;
  }
  .propertyWrapListItem .textBox .address .t2 {
    width: calc(100% - 95px);
  }
  .propertyWrapListItem .textBox .address::before {
    top: 6px;
  }
  .propertyWrapListItem .imgBox {
    width: 40%;
    height: 135px;
  }
  .propertyWrap .slideArrow .prev,
  .propertyWrap .slideArrow .next {
    width: 11.25vw;
    height: 11.25vw;
    top: 56vw;
    left: 0;
    /* bottom: 0; */
    margin: auto;
  }
  .propertyWrap .slideArrow .prev::after,
  .propertyWrap .slideArrow .next::after {
    left: 4px;
    right: 0;
    width: 5vw;
    height: 5vw;
  }
  .propertyWrap .slideArrow .next {
    left: auto;
    right: 0;
  }
  .propertyWrap .slideArrow .next::after {
    left: 0;
    right: 4px;
  }

  .propertyWrapListItem .newIcon {
    width: 65px;
    height: 35px;
    font-size: 15px;
    left: 0;
    top: 0;
  }
  .propertyWrapListItem .dataList > li {
    flex-flow: nowrap;
    align-items: stretch;
    font-size: 14px;
    padding: 0 10px;
  }
  .propertyWrapListItem .dataList > li:nth-child(2n) {
    background-color:#F8F8F8;
  }

  .propertyWrapListItem .dataList > li:nth-of-type(1n + 2) {
    margin-top: 2px;
  }
  .propertyWrapListItem .dataList .data_tit1 {
    width: 68px;
    padding: 5px;
    margin-right: 2px;
  }
  /* .propertyWrapListItem .dataList .data_tit1::after {
    display: none;
  } */
  .propertyWrapListItem .dataList .data_txt1 {
    width: calc(100% - 70px);
    padding: 5px;
  }
  .propertyWrapListItem .dataList .data_li2 .data_txt1 {
    line-height: 1.1;
  }

  .propertyWrapListItem .buttonList {
    margin-top: 20px;
  }
  .propertyWrapListItem .buttonListItem {
    width: 50%;
  }
  .propertyWrapListItem .buttonListItem a {
    padding: 9px 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.166;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .propertyWrapListItem .date {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 135px;
    padding-bottom: 0;
    padding: 40px 10px 10px 10px;
    font-size: 3.75vw;
    border-bottom: 0;
  }
  .propertyWrapListItem .textBoxContents {
    padding: 0;
  }
  .propertyWrapListItem .dataList {
    padding-top: 0;
  }
  .propertyWrapListItem .dataList .data_tit1::after {
    top: 5px;
    right: -3px;
  }
  .propertyWrapListItemInner {
    /* width:300px; */
  }
}
@media all and (max-width: 370px) {
}


/* custom
***************************************************************/
.property_type {
  width: 92px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4D7FC3;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 200px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.property_type.color1 {
  background-color: #4D7FC3;
}
.property_type.color2 {
  background-color: #79AD3C;
}
.custom_label {
  width: 88px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 26;
}
.custom_label img {
  width: 100%;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .property_type {
    top: 0;
    left: auto;
    right: 0;
    font-size: 10px;
    padding: 0 5px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
  }
  .propertyWrapListItem .textBox .category {
    top: 20px;
  }
  .propertyWrapListItem .date {
    padding-top: 45px;
  }
  .custom_label {
    width: 50px;
    top: 5px;
    left: 5px;
    right: auto;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
