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

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

.scube-tenant-item {
  border: 1px solid #E1E1E1;
  width: 211px;
  height: 318px;
  position: relative;
}

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

.scube-tenant-comment {
  border-bottom: 1px solid #E1E1E1;
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #B7CEF2;
  position: relative;
}

.scube-tenant-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-tenant-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* 金額の数値*/
.scube-tenant-price {
  text-align: center;
  color: #E15959;
  font-size: 22px;
  font-weight: bold;
  padding-top: 6px;
}

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

.scube-tenant-info {
  padding-bottom: 6px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  color: #000;
}



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



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

.scube-recommend-tenant-item,
.scube-recommend-management-item,
.scube-recommend-residence-item {
  width: 190px;
  position: relative;
}

.scube-recommend-tenant-item:hover img,
.scube-recommend-management-item:hover img ,
.scube-recommend-residence-item:hover img  {
  opacity: 0.7;
}

.scube-recommend-tenant-comment,
.scube-recommend-management-comment,
.scube-recommend-residence-comment {
  border-bottom: 1px solid #E1E1E1;
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #F4C633;
  position: relative;
}

.scube-recommend-tenant-comment span,
.scube-recommend-management-comment span,
.scube-recommend-residence-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-recommend-tenant-property,
.scube-recommend-management-property,
.scube-recommend-residence-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-recommend-tenant-img,
.scube-recommend-management-img,
.scube-recommend-residence-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 190px;
  height: 190px;
}

/* 金額の数値*/
.scube-recommend-tenant-price,
.scube-recommend-management-price,
.scube-recommend-residence-price {
  text-align: center;
  color: #E15959;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  line-height: 1;
}

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

.scube-recommend-tenant-info,
.scube-recommend-management-info,
.scube-recommend-residence-info {
  padding: 0 12px 12px 12px;
  text-align: center;
  font-size: 12px;
  background: #FFFFFF;
  color: #000;
}

.scube-recommend-tenant-address234,
.scube-recommend-management-address234,
.scube-recommend-residence-address234 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}


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


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

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

.scube-restaurant-item {
  border: 1px solid #E1E1E1;
  width: 174px;
  position: relative;
}

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

.scube-restaurant-comment {
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #98D3ED;
  position: relative;
}

.scube-restaurant-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-restaurant-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* 金額の数値*/
.scube-restaurant-price {
  text-align: center;
  color: #E15959;
  font-size: 18px;
  font-weight: bold;
  padding-top: 6px;
  background-color: #fff;
}

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

.scube-restaurant-info {
  padding: 0 12px 12px 12px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  color: #000;
}

.scube-restaurant-address234 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

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

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

.scube-streetstore-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  gap: 10px;
}

.scube-streetstore-item {
  border: 1px solid #E1E1E1;
  width: 162px;
  position: relative;
}

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

.scube-streetstore-comment {
  border-bottom: 1px solid #E1E1E1;
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #BADC32;
  position: relative;
}

.scube-streetstore-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-streetstore-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* 金額の数値*/
.scube-streetstore-price {
  text-align: center;
  color: #E15959;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

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

.scube-streetstore-info {
  padding-bottom: 6px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  color: #000;
}

.scube-streetstore-address234 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center
}

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

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

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

.scube-office-item {
  border: 1px solid #E1E1E1;
  width: 162px;
  position: relative;
}

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

.scube-office-comment {
  border-bottom: 1px solid #E1E1E1;
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #A2ABE1;
  position: relative;
}

.scube-office-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-office-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* 金額の数値*/
.scube-office-price {
  padding: 5px 0 0 0 ;
  text-align: center;
  color: #E15959;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

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

.scube-office-info {
  padding: 0 5px 5px 5px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  color: #000;
}

.scube-office-address234 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.scube-office-other {
  margin-top: 1px;
}

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

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

.scube-largestore-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  list-style: none;
  gap: 10px;
}

.scube-largestore-item {
  border: 1px solid #E1E1E1;
  width: 162px;
  position: relative;
}

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

.scube-largestore-comment {
  border-bottom: 1px solid #E1E1E1;
  height: 21px;
  overflow: hidden;
  color: #666666;
  background: #DB8486;
  position: relative;
}

.scube-largestore-comment span {
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font-size: 12px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.scube-largestore-property {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* 金額の数値*/
.scube-largestore-price {
  text-align: center;
  color: #E15959;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

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

.scube-largestore-info {
  padding: 4px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  background: #FFFFFF;
  line-height: 14px;
  flex-grow: 1;
  color: #000;
}

.scube-largestore-address234 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.scube-largestore-other {
  margin-top: 3px;
}


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


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

.scube-other-tenant-list,
.scube-recommend-sale-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  list-style: none;
  gap: 10px;
  padding-top: 5px;
}

.scube-other-tenant-item,
.scube-recommend-sale-item {
  border: 1px solid #EEEEEE;
  width: 229px;
  position: relative;
}

.scube-other-tenant-item:hover img,
.scube-recommend-sale-item:hover img {
  opacity: 0.7;
}

.scube-other-tenant-comment,
.scube-recommend-sale-comment {
  border-bottom: 1px solid #EEEEEE;
  height: 21px;
  overflow: hidden;
  background: #98D3ED;
  position: relative;
}

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

.scube-other-tenant-property,
.scube-recommend-sale-property {
  display: flex;
  flex-direction: row;
}

.scube-other-tenant-img,
.scube-recommend-sale-img {
  display: block;
  width: 100px;
  height: 100px;
}

.scube-other-tenant-text {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

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

/* 金額の単位（万、円）*/
.scube-other-tenant-price .unit,
.scube-recommend-sale-price .unit {
  font-size: 0.6em;
  color: #000;
}

.scube-other-tenant-info,
.scube-recommend-sale-info {
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #ffffff;
}

.scube-other-tenant-address2,
.scube-other-tenant-other,
.scube-recommend-sale-address2,
.scube-recommend-sale-other {
  padding: 5px 0;
}

.scube-other-tenant-link,
.scube-recommend-sale-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .lastBox .bnrImg2 {
  padding: 0;
}

#main .lastBox .bnrImg2{
  margin-bottom:0;
}

#main .lastBox .articleBox .article {
  background: url(../img/article_bg_0424.jpg) no-repeat left top;
  height: 370px;
}

#main .mainBox .buildingBox .photo {
  margin: 0;
}

#main .lastBox .serviceBox {
  padding: 0 10px 13px;
}

#main .lastBox .serviceBox .title {
  margin: -1px 0 10px 1px;
}


#main .lastBox .articleBox .article {
  padding-bottom: 0;
}