.scube-context {
  min-height: 330px;
}

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

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

.scube-item {
  border: 1px solid #cccccc;
  width: 409px;
  position: relative;
}

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

.scube-comment {
  line-height: 26px;
  min-height: 26px;
  overflow: hidden;
  color: #ffffff;
  background: url(/style/cube/img/cube_sale2_combg.png) repeat;
  position: relative;
}

.scube-rent-comment {
  background: url(/style/cube/img/cube_rent2_combg.png) repeat;
}

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

.scube-property {
  display: flex;
  flex-direction: row;
  background: #ffffff;
}

.scube-img,
.scube-img-view {
  display: block;
  max-width: 130px;
  max-height: 100%;
  width: 100%;
  border-top: solid 1px #CCCCCC;
}

.scube-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}

.scube-price-wrapper {
  padding: 9px 3px;
  background: #000000;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/* 金額の数値*/
.scube-price {
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
  color: transparent;
  font-weight: bold;
  background: linear-gradient(0deg, rgba(127, 101, 45, 1) 0%, rgba(215, 169, 72, 1) 35%, rgba(246, 221, 127, 1) 46%, rgba(255, 245, 213, 1) 60%, rgb(245 210 90) 67%, rgb(161 129 6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

/* tenant */
.scube-tenant-context {
  min-height: 330px;
}

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

.scube-tenant-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  padding-top: 6px;
  justify-content: center;
}

.scube-tenant-item {
  border: 1px solid #CCCCCC;
  width: 201px;
  position: relative;
  margin-right: 12px;
}

.scube-tenant-item:last-child {
  margin-right: 0;
}

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

.scube-tenant-comment {
  border-bottom: 1px solid #CCCCCC;
  line-height: 26px;
  min-height: 26px;
  overflow: hidden;
  color: #ffffff;
  background: url(/style/cube/img/cube_rent1_combg.png) repeat;
  position: relative;  
}

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

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

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

}

.scube-tenant-text {
  border-top: 1px solid #CCCCCC;
}

.scube-tenant-price-wrapper {
  padding: 2px 3px 5px;
  background: #000000;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/* 金額の数値*/
.scube-tenant-price {
  font-size: 19px;
  line-height: 1;
  text-align: center;
  color: transparent;
  font-weight: bold;
  background: linear-gradient(0deg, rgba(127, 101, 45, 1) 0%, rgba(215, 169, 72, 1) 25%, rgba(246, 221, 127, 1) 36%, rgba(255, 245, 213, 1) 55%, rgb(245 210 90) 72%, rgb(161 129 6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.scube-tenant-info {
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 1.1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.img_new {
  background-image: url(//www.rals.co.jp/fudosan/img/new_4.gif);
  width: 25px;
  height: 13px;
  background-repeat: no-repeat;
  margin-right: 3px;
  display: inline-block;
  background-position: center bottom;
}