@charset "utf-8";

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

.scube-row-context {
  font-family: meiryo, sans-serif;
  min-height: 177px;
}

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

.scube-row-item {
  width: 280px;
  position: relative;
  box-sizing: content-box;
  border: 1px solid #FFF;
}

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

.scube-row-property {
  display: flex;
  gap: 0;
  background: #FFFFFF;
}

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

.scube-row-text {
  display: flex;
  flex-direction: column;
}

.scube-row-name {
  line-height: 15px;
  overflow: hidden;
  color: #333;
  text-align: center;
  font-size: 0.7em;
  padding-inline: 2px;
  flex-grow: 1;
  display: grid;
  align-content: center;
}

/* 金額の数値*/
.scube-row-price {
  font-size: 1.2em;
  line-height: 1.1;
  text-align: center;
  color: #F60;
  font-weight: bold;
  padding-bottom: 10px;
}

.scube-row-info {
  background: #F4F4F4;
  text-align: center;
  color: #333;
  padding-inline: 3px;
  line-height: 1.1;
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 50px;
}

.scube-row-info p {
  font-size: 0.7em;
}

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