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

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

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

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

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

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

.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 #FF9900;

}

/* 金額の数値*/
.scube-price {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #FF3300;
  font-weight: bold;
  padding-top: 2px;
}

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

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

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

/**
 * 新着物件
 */

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

.scube-new-context {
  height: 425px;
}

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

.scube-new-item {
  border: 1px solid #6B7683;
  width: 169px;
  position: relative;
}

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

.scube-new-comment {
  border-bottom: 1px solid #6B7683;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #6B7683;
  position: relative;
  height: 16px;
}

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

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

.scube-new-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-new-text-wrapper {
  border-top: 1px solid #6B7683;
  padding: 1px;
}

.scube-new-text {
  border: 1px solid #6B7683;
  padding: 1px;
}

/* 金額の数値*/
.scube-new-price {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #CC0000;
  background: #FFFFFF;
  font-weight: bold;
  border: 1px solid #6B7683;
  padding-top: 2px;
  margin-bottom: 1px;
}

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

.scube-new-info {
  padding-top: 2px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #6B7683;
}

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

/**
 * 富士が見える物件
 */

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

.scube-fuji-context {
  height: 425px;
}

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

.scube-fuji-item {
  border: 1px solid #6B7683;
  width: 169px;
  position: relative;
}

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

.scube-fuji-comment {
  border-bottom: 1px solid #6B7683;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #6B7683;
  position: relative;
  height: 16px;
}

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

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

.scube-fuji-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-fuji-text-wrapper {
  border-top: 1px solid #6B7683;
  padding: 1px;
}

.scube-fuji-text {
  border: 1px solid #6B7683;
  padding: 1px;
}

/* 金額の数値*/
.scube-fuji-price {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #CC0000;
  background: #FFFFFF;
  font-weight: bold;
  border: 1px solid #6B7683;
  padding-top: 2px;
  margin-bottom: 1px;
}

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

.scube-fuji-info {
  padding-top: 2px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #6B7683;
}

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

.scube-stage {
  position: absolute;
  top: 16px;
  left: 0;
  color: #FF0000;
  background-color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 2px;
  opacity: 0.8;
  width: 100%;
  font-weight: bold;
  z-index: 1;
}

.scube-stage-1 {
  color: #666666;
}

/**
 * 土地情報
 */

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

.scube-land-context {
  height: 325px;
}

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

.scube-land-item {
  border: 1px solid #6B7683;
  width: 265px;
  position: relative;
}

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

.scube-land-comment {
  border-bottom: 1px solid #6B7683;
  line-height: 14px;
  overflow: hidden;
  color: #FFFFFF;
  background: #6B7683;
  position: relative;
  height: 16px;
}

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

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

.scube-land-img {
  display: block;
  max-width: 140px;
  max-height: 100%;
  width: 100%;
  padding: 1px;
}

.scube-land-text-wrapper {
  border-left: 1px solid #6B7683;
  padding: 1px;
  width: 100%;
}

.scube-land-text {
  border-top: 1px solid transparent;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #6B7683;
  padding: 1px;
  height: 100%;
}

/* 金額の数値*/
.scube-land-price {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #CC0000;
  background: #FFFFFF;
  font-weight: bold;
  border: 1px solid #6B7683;
  margin-bottom: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.scube-land-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  border: 1px solid #6B7683;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

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

/**
 * 賃貸
 */

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

.scube-rent-context {
  height: 255px;
}

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

.scube-rent-item {
  border: 1px solid #FF9900;
  width: 169px;
  position: relative;
}

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

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

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

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

.scube-rent-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  padding: 1px;
}

.scube-rent-text-wrapper {
  border-top: 1px solid #FF9900;
  padding: 1px;
}

.scube-rent-text {
  border: 1px solid #FF9900;
  padding: 1px;
}

/* 金額の数値*/
.scube-rent-price {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #CC0000;
  background: #FFFFFF;
  font-weight: bold;
  border: 1px solid #FF9900;
  margin-bottom: 1px;
  padding-top: 2px;
}

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

.scube-rent-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #FFFFFF;
  line-height: 1.1;
  flex-grow: 1;
  border: 1px solid #FF9900;
  padding-bottom: 3px;
}

.scube-rent-other {
  min-height: 1em;
}

.scube-rent-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: 0 3px 0 0;
  display: inline-block;
  background-position: center bottom;
}
