.scube-specail-wrapper {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 7px 0;
}

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

.scube-special-chitose-context,
.scube-special-tomakomai-context {
  min-height: 226px;
}

.scube-special-chitose-item,
.scube-special-tomakomai-item {
  border: 1px solid #9fd228;
  width: 126px;
  position: relative;
}

.scube-special-chitose-item:hover img,
.scube-special-tomakomai-item:hover img {
  opacity: 0.7;
}

.scube-special-chitose-comment,
.scube-special-tomakomai-comment {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9fd228;
  height: 21px;
  overflow: hidden;
  color: #005629;
  background: #9fd228;
  position: relative;
}

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

.scube-special-chitose-property,
.scube-special-tomakomai-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-special-chitose-img,
.scube-special-tomakomai-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 124px;
  height: 124px;
}

.scube-special-chitose-text,
.scube-special-tomakomai-text {
  border-top: 1px solid #9fd228;
}

/* 金額の数値*/
.scube-special-chitose-price,
.scube-special-tomakomai-price {
  border-bottom: 1px solid #9fd228;
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  color: #9fd228;
  font-weight: bold;
}

/* 金額の単位（万、円）*/
.scube-special-chitose-price .unit,
.scube-special-tomakomai-price .unit {
  font-size: 0.6em;
  color: #666;
}

.scube-special-chitose-info,
.scube-special-tomakomai-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background: #9fd228;
  line-height: 14px;
  flex-grow: 1;
}

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

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

.scube-recommend-chitose-context,
.scube-recommend-tomakomai-context {
  min-height: 400px;
}

.scube-recommend-chitose-list,
.scube-recommend-tomakomai-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  gap: 12px;
  padding-top: 5px;
  justify-content: center;
}

.scube-recommend-chitose-item,
.scube-recommend-tomakomai-item {
  border: 1px solid #9fd228;
  width: 269px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.scube-recommend-chitose-item:hover img,
.scube-recommend-tomakomai-item:hover img {
  opacity: 0.7;
}

.scube-recommend-chitose-comment,
.scube-recommend-tomakomai-comment {
  border-bottom: 1px solid #9fd228;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #005629;
  background: #9fd228;
  position: relative;
}

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

.scube-recommend-chitose-property,
.scube-recommend-tomakomai-property {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: stretch;
  padding: 1px 0;
}

.scube-recommend-chitose-img,
.scube-recommend-tomakomai-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 130px;
  height: 130px;
}

.scube-recommend-chitose-text,
.scube-recommend-tomakomai-text {
  width: 100%;
  border: 1px solid #9fd228;
  margin: 1px;
  display: flex;
  flex-direction: column;
}

/* 金額の数値*/
.scube-recommend-chitose-price,
.scube-recommend-tomakomai-price {
  padding: 2px;
  font-size: 20px;
  line-height: 1.1;
  color: #9fd228;
  background: #ffffff;
  font-weight: bold;
  border: 1px solid #9fd228;
  margin: 1px;
}

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

.scube-recommend-chitose-info,
.scube-recommend-tomakomai-info {
  min-height: 52px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #9fd228;
  border: 1px solid #9fd228;
  margin: 1px;
  flex-grow: 1;
}

.scube-recommend-chitose-buildingname,
.scube-recommend-tomakomai-buildingname {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9fd228;
  color: #0033cc;
  margin: 1px;
  min-height: 40px;
}

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