/* 特選物件 */

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

.scube-tokusen-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 6px;
  padding-bottom: 13px;
  justify-content: center;
  min-height: 264px;
}

.scube-tokusen-item {
  border: 1px solid #004066;
  width: 172px;
  position: relative;
}

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

.scube-tokusen-comment {
  border-bottom: 1px solid #004066;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #ffffff;
  background: #004066;
  position: relative;
}

.scube-tokusen-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

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

.scube-tokusen-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  color: #666666;
}

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

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

/* 金額の数値*/
.scube-tokusen-price {
  font-size: 16px;
  line-height: 1;
  padding-top: 1px;
  text-align: center;
  color: #ff6600;
  background: #ffffff;
  font-weight: bold;
}

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

.scube-tokusen-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
}
.scube-tokusen-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* おすすめ情報、物件情報（千歳・恵庭・その他） */
.scube-pickup-context :where(*, *::before, *::after),
.scube-chitose-context :where(*, *::before, *::after),
.scube-other-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-pickup-list,
.scube-chitose-list,
.scube-other-list {
  display: grid;
  min-height: 264px;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 6px 10px;
  padding-top: 5px;
  padding-bottom: 3px;
  justify-content: center;
}

.scube-pickup-item,
.scube-chitose-item,
.scube-other-item {
  border: 1px solid #004066;
  width: 243px;
  height: 138px;
  position: relative;
}

.scube-pickup-item:hover img,
.scube-chitose-item:hover img,
.scube-other-item:hover img {
  opacity: 0.7;
}

.scube-pickup-comment,
.scube-chitose-comment,
.scube-other-comment {
  border-bottom: 1px solid #004066;
  line-height: 16px;
  overflow: hidden;
  color: #ffffff;
  background: #004066;
  position: relative;
  height: 16px;
}

.scube-pickup-comment span,
.scube-chitose-comment span,
.scube-other-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

.scube-pickup-property,
.scube-chitose-property,
.scube-other-property {
  display: flex;
  flex-direction: row;
  position: relative;
}

.scube-pickup-status,
.scube-chitose-status,
.scube-other-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-weight: bold;
  color: #666666;
}

.scube-pickup-img,
.scube-chitose-img,
.scube-other-img {
  display: block;
  max-width: 100%;
  max-height: 120px;
}

.scube-pickup-text,
.scube-chitose-text,
.scube-other-text {
  flex-grow: 1;
  border-left: 1px solid #004066;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-pickup-price,
.scube-chitose-price,
.scube-other-price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #ff6600;
  background: #ffffff;
  font-weight: bold;
  padding-top: 8px;
  flex-grow: 1;
}

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

.scube-pickup-info,
.scube-chitose-info,
.scube-other-info {
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 2px;
}

.scube-pickup-link,
.scube-chitose-link,
.scube-other-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: 0 3px 0 0;
  display: inline-block;
  background-position: center bottom;
}
