.scube-context {
  margin-right: 24px;
  font-family: inherit;
}
.scube-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

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

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

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

.scube-comment {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 3px 5px;
  font-weight: bold;
  line-height: 1.4;
  font-family: initial;
}

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

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

.scube-text {
  border-top: 1px solid #666666;
}

/* 金額の数値*/
.scube-price {
  font-size: 14px;
  text-align: right;
  color: #f30;
  font-weight: bold;
  margin: 5px 5px 3px;
  letter-spacing: 0.05em;
  font-family: initial;
}

/* 金額の単位（万、円）*/
.scube-price .unit {
  font-weight: bold;
  font-family: initial;
}

.scube-info {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

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

.scube-info > * {
  margin-block: 3px;
  padding-inline: 5px;
  font-family: initial;
}
.scube-address234 {
  padding: 0 5px;
  text-align: left;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-inline: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 2;
}

.scube-name {
  margin-top: 5px;
  font-family: initial;
}
.scube-name a {
  position: relative;
  z-index: 1;
  text-decoration: underline;
  display: block;
  font-family: initial;
}
.scube-name a:hover {
  color: #e53e25;
}
