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

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

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

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

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

.scube-comment {
  border-bottom: 1px solid #FF6600;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #FF6600;
  background: #FFFF99;
  position: relative;
}

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

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

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

.scube-text {
  border-top: 1px solid #FF6600;
  padding-bottom: 2px;
}

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

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

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 1.1;
}

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

/* rent */
.scube-row-context {
  min-height: 890px;
}

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

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

.scube-row-item {
  border: 1px solid #6DC067;
  width: 259px;
  position: relative;
}

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

.scube-row-comment {
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #005629;
  background: #CEEFCE;
  position: relative;
}

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

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

.scube-row-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 47%;
  border-top: 1px solid #6DC067;
}

.scube-row-text {
  border-left: 1px solid #6DC067;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.scube-row-building-name {
  font-size: 12px;
  color: #FF0000;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.scube-row-info {
  padding: 4px 0 1px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #C7E7C5;
  line-height: 1.1;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.scube-row-other {
  margin-top: auto;
}

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