@charset "utf-8";

/**
 * 補助金対象物件コーナー
 */
.cornerMiddle.cornerMiddle--color-subsidy {
  background: #feffee url('../img/bg_subsidy_01.png') 50% 50% / 100px 100px;
}
.cornerMiddle--color-harukara.cornerMiddle + .cornerMiddle.cornerMiddle--color-subsidy {
  margin-top: -60px;
}
.cornerMiddle--color-subsidy .cornerMiddle__title--main::first-letter {
  color: #9ac543;
}
.cornerMiddle--color-subsidy .cornerMiddle__moreLink {
  background: #9ac543;
  color: #fff;
}
.cornerMiddle--color-subsidy .cornerMiddle__moreLink:hover {
  opacity: 0.7;
}
.cornerMiddle--color-subsidy .cornerMiddle__description::after {
  display: none;
}
.cornerMiddle--color-subsidy .cornerMiddle__addLink {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.cornerMiddle--color-subsidy .cornerMiddle__addLink span {
  color: #333;
}

/**
 * 駿河 バナー表示
 */
.bnr-suruga {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
}

.bnr-suruga li {
  width: calc(50% - 1px);
  box-sizing: border-box;
}

.bnr-suruga .listWrap a {
  display: block;
  height: 110px;
}

.bnr-suruga .pic01 {
  width: 100%;
  height: auto;
  margin: 0 1px 1px;
}

.bnr-suruga .pic01 img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}

.bnr-suruga .price01 {
  margin: 0;
  padding: 3px;
  color: #f39536;
  font-size: 13px;
  text-align: center;
}

.bnr-suruga .address {
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
}

.bnr-suruga .info02,
.bnr-suruga .icon01,
.bnr-suruga .comment01,
.bnr-suruga .info03 {
  display: none;
}

.bnr-suruga .noDataBnr {
  width: 100%;
}

/**
 * アイリス バナー表示
 */
.bnr-iris {
  width: 100%;
}

.bnr-iris--none {
  display: none;
}

.bnr-iris__sale .listWrap {
  height: 134px;
  border: 2px solid #fbacfd;
}

.bnr-iris__sale .listWrap:before {
  content: 'おすすめ売買物件';
  display: block;
  height: 34px;
  padding-left: 20px;
  background: #fed8ff url(https://www.rals.net/chitose/pic/iris/icon_iris_sale.png) no-repeat 45px 5px;
  border-bottom: 2px solid #fbacfd;
  color: #660000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.bnr-iris__rent .listWrap {
  border: 2px solid #e68b84;
}

.bnr-iris__rent .listWrap:before {
  content: 'おすすめ賃貸物件';
  display: block;
  height: 34px;
  padding-left: 20px;
  background: #feccc8 url(https://www.rals.net/chitose/pic/iris/icon_iris_rent.png) no-repeat 45px 5px;
  border-bottom: 2px solid #e68b84;
  color: #b4524a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.bnr-iris__bnr {
  position: relative;
  width: 100%;
  height: 134px;
  background: #fff;
}

.bnr-iris__bnr .listWrap a {
  position: relative;
  box-sizing: border-box;
  height: 94px;
  padding: 15px 0 10px;
  overflow: hidden;
}
.bnr-iris__bnr.bnr-iris__sale .listWrap a {
  padding: 5px 0;
}
.bnr-iris__bnr.bnr-iris__sale .listWrap a .rimawari01 {
  text-align: center;
  display: block;
  padding: 0 0 3px;
  line-height: 16px;
}


.bnr-iris__bnr .data01 {
  padding: 0 96px 6px 5px;
  visibility: hidden;
  height: 16px;
  font-size: 14px;
  color: #333;
  background: none;
  text-align: center;
  display: block;
}

.bnr-iris__bnr .data01:before {
  content: 'オープンハウス情報';
  visibility: visible;
  display: block;
}

.bnr-iris__bnr .pic01 {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 88px;
  height: 88px;
}

.bnr-iris__bnr .pic01 img {
  width: 100%;
  height: auto;
}

.bnr-iris__bnr .infoBox {
  display: block;
  padding: 0 96px 0 5px;
}

.bnr-iris__bnr .price01 {
  padding: 0;
  color: #b20000;
  font-size: 30px;
  text-align: center;
}

.bnr-iris__bnr .price01 .unit {
  font-size: 12px;
  color: #002b71;
}

.bnr-iris__bnr .address,
.bnr-iris__bnr .comment01 {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.bnr-iris__bnr .comment01 {
  color: #333;
  text-decoration: none;
}

.bnr-iris__bnr .info02,
.bnr-iris__bnr .icon01,
.bnr-iris__bnr .info03 {
  display: none;
}

/* 物件が1件しかない場合 */
.bnr-iris--default .bnr-iris--cnt1 {
  display: block !important;
}

/* 物件が両方ともない場合 */
.bnr-iris--none.bnr-iris--cnt0 {
  display: block;
}

.bnr-iris--default.bnr-iris--cnt0 {
  display: none;
}

/**
 * トワ・ピリエ バナー表示
 */
.bnr-towapirie.bnrContents {
  border: 4px solid #05388e;
  padding: 0px;
  height: 380px;
  width: 1040px;
}

.bnr-towapirie .bnrContents__item {
  width: 1032px;
  padding: 8px;
  background: none;
  border-bottom: 4px solid #05388e;
  box-sizing: border-box;
}

/* .property */
.bnr-towapirie .property {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bnr-towapirie .property li {
  border: 1px solid #ddd;
}

.bnr-towapirie .property .singleWrap,
.bnr-towapirie .property .listWrap,
.bnr-towapirie .property .propError,
.bnr-towapirie .property .noDataContents {
  width: 136px;
  height: 260px;
}

.bnr-towapirie .property .pic01 {
  width: 136px;
  height: 136px;
}

.bnr-towapirie .property .pic01 img {
  width: 100%;
  height: auto;
}

.bnr-towapirie .property .infoBox {
  line-height: 1.2;
}

.bnr-towapirie .property .address {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  height: 2.4em;
  text-overflow: inherit;
  white-space: inherit;
}

.bnr-towapirie .property .icon01,
.bnr-towapirie .property .info03 {
  display: none;
}

.bnr-towapirie .bnrContents__title {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding: 5px;
}

.bnr-towapirie .bnrContents__title a:hover img {
  opacity: 0.7;
}

/**
 * マーベラスホーム バナー表示
 */
.bnr-marvelous .singleWrap,
.bnr-marvelous .listWrap,
.bnr-marvelous .propError,
.bnr-marvelous .noDataContents {
  width: 500px;
  height: 150px;
  position: relative;
  border: 3px solid #018fe4;
}

.bnr-marvelous.svg svg text {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  fill: black;
  stroke: white;
  stroke-width: 6px;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.bnr-marvelous.svg circle {
  position: absolute;
}

.bnr-marvelous.svg .layout {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.bnr-marvelous.svg .age {
  font-size: 13px;
}

.bnr-marvelous.svg .price01 {
  fill: #e40111;
  font-size: 28px;
}

.bnr-marvelous.svg .unit {
  fill: black;
  font-size: 18px;
  padding-left: 3px;
}

.bnr-marvelous.svg .round {
  stroke-linejoin: round;
}

.bnr-marvelous.svg .ribbon {
  background: #018fe4;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 6px 10px 4px;
  margin: 10px 0 0;
  display: inline-block;
}

.bnr-marvelous.svg .ribbon svg {
  top: -11px;
}

.bnr-marvelous.svg .cname {
  font-size: 12px;
}

.bnr-marvelous.svg .listWrap a {
  display: flex;
}

.bnr-marvelous.svg .pic01 {
  flex-basis: 274px;
  height: 144px;
  position: relative;
}

.bnr-marvelous.svg .pic01 img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  position: absolute;
}

.bnr-marvelous.svg .pic01 svg {
  position: absolute;
  left: 0;
}

.bnr-marvelous.svg .infoBox {
  flex-basis: 226px;
}

.bnr-marvelous.svg .infoBox svg {
  position: absolute;
  width: 220px;
}

.bnr-marvelous.svg .infoBox svg text {
  font-size: 17px;
  fill: white;
  stroke: black;
  stroke-width: 5px;
}

.bnr-marvelous.svg .infoBox svg text:nth-of-type(2n) {
  fill: black;
  stroke-width: 0.3px;
}

.bnr-marvelous.svg .info03 {
  border-top: 3px solid #cccdcc;
  padding: 12px 0 0 15px;
  position: absolute;
  top: 106px;
  width: 208px;
  font-size: 15px;
  font-weight: bold;
}

.bnr-marvelous.svg .info03 {
  background: url(../pic/marvelous/logo.png) no-repeat 50% 7px;
  text-indent: -9999px;
}

/* 物件がない時 */
.bnr-marvelous .propError {
  border: none;
}

/* 赤 */
.bnr-marvelous.red .singleWrap,
.bnr-marvelous.red .listWrap,
.bnr-marvelous.red .noDataContents {
  border-color: #e40011;
}

.bnr-marvelous.red .ribbon {
  background: #e40011;
}

.bnr-marvelous.red .infoBox rect {
  fill: #e40011;
}

/**
 * ミニミニFC恵庭千歳店 バナー表示
 */
.bnr-greethome {
  width: 100%;
}

.bnr-greethome li {
  box-sizing: border-box;
}

.bnr-greethome .listWrap {
  height: 320px;
  padding: 85px 20px 15px;
  background: url(../pic/greethome/270-320_greethome_bukken_2211.png) no-repeat 0 0;
}

.bnr-greethome .listWrap a {
  background: #fff;
  border: 1px solid #ccc;
}

.bnr-greethome .pic01 {
  width: 100%;
  height: 153px;
}

.bnr-greethome .pic01 img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
}

.bnr-greethome .price01 {
  margin: 0;
  padding: 2px 0 5px;
  color: #ff6600;
  font-size: 20px;
  text-align: center;
}

.bnr-greethome .info02,
.bnr-greethome .address {
  margin: 0 0 3px;
  padding: 0 5px;
  font-size: 13px;
  text-align: center;
}

.bnr-greethome .icon01,
.bnr-greethome .comment01,
.bnr-greethome .info03 {
  display: none;
}

.bnr-greethome .noDataBnr {
  width: 100%;
}

/**
 * 小松宅建 バナー表示
 */
 .komatu-bnr .singleWrap,
 .komatu-bnr .listWrap,
 .komatu-bnr .propError,
 .komatu-bnr .noDataContents {
     position: relative;
     width: 270px;
     box-sizing: border-box;
     background-image: linear-gradient(#EDEDED 2px, #FBFBFB 0),
     linear-gradient(90deg, #EDEDED 2px, #FBFBFB 0);
     background-size: 20px 20px;
 }
 
 .komatu-bnr.svg .listWrap a {
     text-decoration: none;
     position: relative;
     height: 120px;
     display: block;
     overflow: hidden;
 }
 
 .komatu-bnr.svg .pic img {
     width: 140px;
     height: 100%;
     transform: scale(1.3);
     object-fit: cover;
     position: absolute;
 }
 
 .komatu-bnr.svg .div {
     position: absolute;
     top: 5px;
     left: 8px;
     line-height: 16px;
     padding: 0 10px;
     background: #FF8028;
     font-size: 12px;
     color: #FFF;
     border-bottom: 2px solid #FFF;
     border-right: 2px solid #FFF;
     text-align: center;
 }
 
 .komatu-bnr.svg .commentBox {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 50px;
 }
 
 .komatu-bnr.svg .comment {
     font-size: 12px;
     font-weight: bold;
     color: #000;
     background: rgba(255,255,2550,0.8);
     padding: 5px 10px;
     position: relative;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     word-break: break-all;
     width: 160px;
     max-height: 4.7em;
     white-space: normal;
     line-height: 1.4em;
     box-sizing: border-box;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 .komatu-bnr.svg .name {
     position: absolute;
     bottom: 33px;
     right: 0;
     width: 150px;
     line-height: 17px;
     background: #333;
     font-size: 10px;
     font-weight: bold;
     color: #FFF;
     text-align: center;
     border-bottom: 2px solid #FFF;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .komatu-bnr.svg .infoBox {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 74px;
 }
 
 .komatu-bnr.svg svg text {
     font-family: sans-serif;
     font-size: 12px;
     font-weight: bold;
     fill: #000;
     stroke: white;
     stroke-width: 3px;
     paint-order: stroke fill;
     stroke-linejoin: round;
 }
 
 .komatu-bnr.svg .price {
     position: absolute;
     bottom: 0;
     right: 0;
     fill: #CD0100;
     stroke: #FFF;
     font-size: 25px;
     stroke-width: 4px;
     letter-spacing: 0;
 }
 
 .komatu-bnr.svg .unit {
     fill: #CD0100;
     font-size: 17px;
 }
 
 /* 2行仕様 */
 .komatu-bnr.lim2 {
  display: flex;
 }
 .komatu-bnr.lim2 .singleWrap,
 .komatu-bnr.lim2 .listWrap,
 .komatu-bnr.lim2 .propError,
 .komatu-bnr.lim2 .noDataContents {
     width: 135px;
 }
 .komatu-bnr.svg.lim2 .svgComment {
     width: 100%;
     height: 30px;
     position: relative;
     padding: 2px 5px;
     box-sizing: border-box;
 }
 .komatu-bnr.svg.lim2 .pic img {
     width: 100%;
 }
 .komatu-bnr.svg.lim2 .price {
     font-size: 20px;
 }
 .komatu-bnr.svg.lim2 .unit {
    font-size: 15px;
  }
 .komatu-bnr.svg.lim2 .infoList {
     position: absolute;
     bottom: 33px;
     right: 5px;
     display: flex;
     gap: 5px;
     font-size: 13px;
     font-weight: bold;
     color: #000;
 }
 .komatu-bnr.svg.lim2 .infoList li {
     border: 1px solid #FF8028;
     background: #FFF;
     text-align: center;
     padding: 3px 3px 1px;
     line-height: 1;
 }

  /* グッドネクスト　header 売買 */
  .bnr_goodnext {
    width: 515px;
    height: 80px;
  }
  .bnr_goodnext .listWrap {
    background: none;
  }
  .bnr_goodnext .listWrap a {
    padding: 2px;
    background: url(../pic/goodfield/515-80_goodfield_bg.png) no-repeat 0 0;
  }
  .bnr_goodnext .listWrap .pic01 {
    width: 240px;
    height: 76px;
    display: flex;
  }

  .bnr_goodnext .listWrap .pic01 span.pic01_01,
  .bnr_goodnext .listWrap .pic01 span.pic01_02 {
    width: 120px;
    height: 76px;
    overflow: hidden;
    position: relative;
  }
  .bnr_goodnext .listWrap .pic01 span img {
  width: 120px;
  height: 100%;
  transform: scale(1.0);
  object-fit: cover;
  }
  .bnr_goodnext .listWrap .infoBox {
    width: 270px;
    height: 54px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    right: 2px;
  }

  .bnr_goodnext  .listWrap .price01,
  .bnr_goodnext  .listWrap .address {
    color: #8E204F;
  }
  
  .bnr_goodnext  .listWrap .price01 {
    padding: 5px 0 3px 8px;
    font-size: 26px;
    margin-bottom: 0;
  }
  .bnr_goodnext .listWrap .info02 {
    position: absolute;
    top: 4px;
    right: -10px;
    font-weight: bold;
  }
  .bnr_goodnext .listWrap .info02 span {
    width: 70px;
    height: 21px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 2px solid #8E204F;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 4px;
    background: #fff;
    color: #8E204F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bnr_goodnext .listWrap .info02 span:first-child {
    background: #8E204F;
    color: #FFF;
  }
  .bnr_goodnext .listWrap .info02 span:nth-child(n+5) {
    display: none;
  }
  .bnr_goodnext .listWrap .address {
    width: 170px;
    padding: 3px 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
  }
  .bnr_goodnext .listWrap .comment01,
  .bnr_goodnext .listWrap .info03,
  .bnr_goodnext .listWrap .icon01,
  .bnr_goodnext .listWrap .info02 .spt {
    display: none;
  }
  .bnr-goodnext_logo {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 10;
  }