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

.scube-recommend-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 20px;
  padding-top: 0px;
  justify-content: center;
}

.scube-recommend-item {
  border: 1px solid #999;
  /* width: 132px; */
  position: relative;
}

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

.scube-recommend-comment {
  border-bottom: 1px solid #999;
  line-height: 14px;
  overflow: hidden;
  color: #000;
  background: #fff;
}

.scube-recommend-property {
  display: flex;
  flex-direction: row;
  gap: 2px;
}

.scube-recommend-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 153px;
  height: 153px;
}

.scube-recommend-text {
  border-top: 1px solid transparent;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-recommend-price {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #B70000;
  background: #fff;
  font-weight: bold;
  background: url(recommended_sale.gif) top right no-repeat;
  padding-top: 25px;
  padding-bottom: 10px;
}

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

.scube-recommend-info {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #DFDED4;
  line-height: 14px;
  flex-grow: 1;
  background: url(recommended_body.gif);
}

.scube-recommend-other {
  padding-top: 30px;
}

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

div#openhouse div {
  height: initial !important;
}

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

.scube-openhouse-context {
  background-color: #FFF;
  width: 380px !important;
  height: 230px !important;
  margin:  0 auto;
}

.scube-openhouse-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 12px;
  padding: 5px 0 15px;
  height: 230px;
  justify-content: center;
}

.scube-openhouse-item {
  border: 1px solid #D8D3CF;
  width: 144px;
  position: relative;
}

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

.scube-openhouse-comment {
  border-bottom: 1px solid #D8D3CF;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #005629;
  background: #6DC067;
  position: relative;
}

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

.scube-openhouse-property {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

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

.scube-openhouse-text {
  border-top: 1px solid #D8D3CF;
  
}

/* 金額の数値*/
.scube-openhouse-price {
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
  color: #CC6633;
  background: #FFFFFF;
  font-weight: bold;
  
}

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

.scube-openhouse-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 14px;
}

.scube-openhouse-other {
  min-height: 13px;
}

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

.scube-openhouse-no-item {
  background-image: url(/img/openhouse_comingsoon.png);
  background-position: center;
  background-repeat: no-repeat;
}

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

.scube-sold-list-list {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  list-style: none;
  gap: 20px;
  padding-top: 0px;
  justify-content: flex-start
}

.scube-sold-list-item {
  border: 1px solid #999;
  width: 158px;
  position: relative;
}

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

.scube-sold-list-comment {
  border-bottom: 1px solid #999;
  line-height: 14px;
  overflow: hidden;
  color: #000;
  background: #fff;
}

@keyframes scube-sold-list-marquee {
  from {
    translate: 158px 0;
  }
  to {
    translate: -100% 0;
  }
}

.scube-sold-list-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  animation: scube-sold-list-marquee 30s linear infinite;
}

.scube-sold-list-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

.scube-sold-list-text {
  border-top: 1px solid #999;

}

/* 金額の数値*/
.scube-sold-list-price {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #B70000;
  background: #fff;
  font-weight: bold;

}

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

.scube-sold-list-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
  line-height: 14px;
  flex-grow: 1;
}

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


.div_stage {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 144px;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  font-weight: bold;
  color: #666;
} 