@charset "utf-8";

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

.scube-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  padding-top: 0px;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

.scube-img {
  display: block;
  width: 120px;
  height: 120px;
}

.scube-text {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #999;
  flex: 1;
}

.scube-comment {
  font-size: 12px;
  color: #333333;
  padding: 4px 0 2px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
}

.scube-comment-link {
  text-decoration-color: #333333;
}
/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #b70000;
  background: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
}

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

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #333;
  background: #fff;
  line-height: 14px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.scube-area {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.scube-other {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 3px 0 0;
}

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