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

.scube-context {
  min-height: 1310px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro',
    'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial,
    sans-serif;
}

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

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

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

.scube-comment {
  border-bottom: 1px solid #e4e4e4;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #ff3300;
  background: #ffcc66;
  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 #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  padding-top: 2px;
  color: #666;
}

.scube-traffic {
  background-color: #d7e7ff;
  text-align: center;
  padding: 3px;
  color: #666;
  min-height: 18px;
}

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

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

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