.scube-openhouse-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}
.noData .scube-openhouse-list {
  width: 600px;
  height: 100px;
  background: url('https://www.rals.net/contents/img/rengo/img_noopenhouse_01.png') no-repeat 50% 50%;
}

.scube-openhouse-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 5px;
  width: 600px;
  justify-content: center;
}

.scube-openhouse-item {
  border: 1px solid #297c7c;
  width: 195px;
  position: relative;
}

.scube-openhouse-item:hover img {
  opacity: 0.7;
}

.scube-openhouse-comment {
  border-bottom: 1px solid #297c7c;
  overflow: hidden;
  color: #ffffff;
  background: #669900;
  position: relative;
  font-size: 13px;
  text-align: center;
}

.scube-openhouse-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

.scube-openhouse-property {
  display: flex;
  flex-direction: row;
}

.scube-openhouse-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 45%;
}

.scube-openhouse-text {
  border-top: 1px solid transparent;

  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-openhouse-price {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #900;
  background: #ffffff;
  font-weight: bold;
  padding: 5px 0;
}

/* 金額の単位（万、円）*/
.scube-openhouse-price .unit {
  font-size: 0.6em;
}

.scube-openhouse-info {
  text-align: center;
  font-size: 12px;
  color: #333333;
  background: #ffc72d;
  line-height: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scube-openhouse-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*オススメ賃貸*/
#boothB_left .scube-rent-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  color: #333;
  padding: 0;
}

#boothB_left .scube-rent-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 10px;
  justify-content: center;
  padding-block: 5px;
}

#boothB_left .scube-rent-item {
  border: 1px solid #666666;
  width: 220px;
  position: relative;
}

#boothB_left .scube-rent-item:hover img {
  opacity: 0.7;
}

#boothB_left .scube-rent-comment {
  border-bottom: 1px solid #666666;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #666666;
  background: #ffffff;
  position: relative;
}

#boothB_left .scube-rent-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

#boothB_left .scube-rent-property {
  display: flex;
  flex-direction: row;
}

#boothB_left .scube-rent-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 45%;
}

#boothB_left .scube-rent-text {
  background: #ffc;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
#boothB_left .scube-rent-price {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  color: #c00;
  background: transparent;
  font-weight: bold;
  padding-block: 10px;
}

/* 金額の単位（万、円）*/
#boothB_left .scube-rent-price .unit {
  font-size: 0.6em;
}

#boothB_left .scube-rent-info {
  padding-bottom: 2px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: transparent;
  line-height: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#boothB_left .scube-rent-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*オススメ売買*/

.scube-sale-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-sale-list {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  list-style: none;
  gap: 10px;
  padding-top: 5px;
  justify-content: center;
}

.scube-sale-item {
  border: 1px solid #666666;
  width: 137px;
  position: relative;
}

.scube-sale-item:hover img {
  opacity: 0.7;
}

.scube-sale-address23,
.scube-sale-other {
  background-color: #ecffb0;
  padding-inline: 2px;
}
.scube-sale-address23 {
  padding-top: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.scube-sale-other {
  padding-bottom: 2px;
}

.scube-sale-comment {
  color: #333;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: #d7fc89;
  line-height: 1.2;
  border: 2px solid #d7fc89;
}

.scube-sale-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

.scube-sale-property {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-sale-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.scube-sale-text {
  border-top: 1px solid #666666;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 金額の数値*/
.scube-sale-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #f60;
  font-weight: bold;
}

/* 金額の単位（万、円）*/
.scube-sale-price .unit {
  font-size: 0.6em;
}

.scube-sale-info {
  background: #d7fc89;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 14px;
  flex-grow: 1;
}

.scube-sale-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scube-sale-link:hover {
  opacity: 0.2;
}
