@charset "utf-8";

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

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

.scube-recommend-item {
  border: 1px solid #f7f7f7;
  position: relative;
  width: 439px;
  background-color: #f2f2f2;
  height: 222px;
  overflow: hidden;
}

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

.scube-recommend-comment {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-decoration: underline 1px solid #666666;
  line-height: 1.1;
  max-height: calc(1lh * 5 + 12px);
}

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

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

.scube-recommend-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 1px;
}

/* 金額の数値*/
.scube-recommend-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #990000;
  font-weight: bold;
  padding: 5px 0;
}

.scube-recommend-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  flex-grow: 1;
}

.scube-recommend-station {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(1lh * 2 + 4px);
}

.scube-recommend-address,
.scube-recommend-station {
  padding: 4px 0 5px;
}

.scube-recommend-other {
  padding: 5px 0 4px;
}

.scube-recommend-comment {
  padding: 12px 0 0;
}

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

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

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

.scube-weekly-item {
  border: 1px solid #ffffff;
  width: 147px;
  position: relative;
}

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

.scube-weekly-comment {
  border-bottom: 1px solid #ffffff;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  color: #666666;
  background: #ffffff;
  position: relative;
}

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

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

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

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

/* 金額の数値*/
.scube-weekly-price {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #990000;
  background: #ffffff;
  font-weight: bold;
  padding: 4px 0 2px;
}

.scube-weekly-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  flex-grow: 1;
  line-height: 1.1;
}

.scube-weekly-address {
  padding: 4px 0;
}
.scube-weekly-other {
  padding: 5px 0 1px;
}

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

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

.scube-list {
  display: flex;
  list-style: none;
  gap: 10px;
  padding-top: 0px;
  justify-content: center;
  margin-top: 1px;
}

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

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

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

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

/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #990000;
  background: #ffffff;
  font-weight: bold;
  padding: 10px 0 5px;
}

.scube-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
}

.scube-address {
  padding: 3px 0;
}

.scube-other {
  min-height: 22px;
  padding: 5px 0 0;
}

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

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

.scube-ranking-list {
  display: flex;
  list-style: none;
  gap: 20px;
  padding-top: 0px;
  justify-content: center;
  margin-bottom: 5px;
}

.scube-ranking-item {
  border: 1px solid #ffffff;
  width: 174px;
  position: relative;
  margin-top: 1px;
}

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

.scube-ranking-comment {
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  color: #666666;
  background: #ffffff;
  position: relative;
}

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

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

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

/* 金額の数値*/
.scube-ranking-price {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  color: #990000;
  background: #ffffff;
  font-weight: bold;
  padding: 3px 0 1px;
}

.scube-ranking-info {
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #ffffff;
  line-height: 1.1;
  flex-grow: 1;
}

.scube-ranking-address {
  padding: 1px 0;
}

.scube-ranking-other {
  padding: 3px 0;
  min-height: 17px;
}

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