.scube-context {
  min-height: 210px;
  background-color: rgb(40, 40, 121);
}

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

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

.scube-item {
  border: 1px solid #ffffff;
  width: 123px;
  position: relative;
  background: #fff;
}

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

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

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

}

.scube-text {
  border-top: 1px solid #ffffff;
  background-color: rgb(40, 40, 121);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

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

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

.scube-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #ffff66;
  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;
}

.scube-tochi-address {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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

.img_new {
    display: inline-block;
    width: 25px;
    margin: 0 3px 0 0;
}