@charset "utf-8";

.secCmnTit {
  height: 250px;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .secCmnTit {
    height: 140px;
  }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.cmnTitBox {
  text-align: center;
}

.cmnTitBox .engTit {
  position: relative;
  display: inline-block;
}

.cmnTitBox .engTit::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  bottom: 0;
  right: -15px;
  width: 12px;
  height: 2px;
  background: #9ad320;
}

.cmnTitBox .jpTit {
  font-size: 12px;
  margin-top: 15px;
}

.secCmnTit .titJpn {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cmnTitBox {
    text-align: left;
  }

  .cmnTitBox .engTit {
    width: 150px;
    height: auto;
  }

  .cmnTitBox .engTit::after {
    right: -10px;
    width: 8px;
  }

  .cmnTitBox .jpTit {
    font-size: 12px;
    margin-top: 8px;
  }

  .secCmnTit .titEng img {
    width: 90px;
    height: auto;
  }

  .secCmnTit .titJpn {
    margin-top: 0;
    font-size: 20px;
  }
}

/* secSearch */
.secSearch {
  margin-top: 30px;
}

.secSearch .secCounter {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efefef;
  padding: 10px;
  border-radius: 3px;
}

.secSearch .estateTit {
  font-size: 18px;
  padding-left: 40px;
}

.secSearch .numberArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76.985%;
}

.secSearch .estateNum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}

.secSearch .estateNum+.estateNum {
  margin-left: 10px;
}

.secSearch .estateNum.nowBox {
  background-color: #ced237;
}

.secSearch .estateNum.beforeBox {
  background-color: #e1e4da;
}

.secSearch .numTit {
  font-size: 17px;
}

.secSearch .nmberBox {
  width: 235px;
}

@media only screen and (max-width: 767px) {
  .secSearch .secCounter {
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .secSearch .estateTit {
    font-size: 13px;
    padding-left: 0;
    background-color: #e1e4da;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px 3px 0 0;
  }

  .secSearch .numberArea {
    flex-direction: column;
    width: 91.306%;
    padding: 15px 0;
  }

  .secSearch .estateNum {
    padding: 10px;
  }

  .secSearch .estateNum+.estateNum {
    margin: 10px 0 0 0;
  }

  .secSearch .numTit {
    font-size: 14px;
  }

  .secSearch .nmberBox {
    width: 132px;
  }

  .secCounter .numTxt {
    font-size: 32px;
  }

  .secCounter .bgAbu {
    width: 42px;
    height: 40px;
  }
}

/* secMap */
.secMap {
  position: relative;
  margin-top: 35px;
  height: 350px;
}

.secMap.lazyloaded {
  background: url(../img/estate/bgMap.jpg) center top no-repeat;
}

.secMap .mapList {}

.secMap .mapList .item {
  position: absolute;
  background-color: #cbd13e;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
  width: 31.25%;
  padding: 15px;
}

.secMap .mapList .item.item01 {
  top: 0;
  left: 0;
}

.secMap .mapList .item .areaTit {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #182033;
}

.secMap .mapList .item .link {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-right: 1px;
}

.secMap .mapList .item .link::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.secMap .mapList .item .alink {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .secMap {
    margin-top: 20px;
    height: 225px;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
  }

  .secMap.lazyloaded {
    background: url(../img/estate/bgMapSp.jpg) center top / contain no-repeat;
  }

  .secMap .mapList {
    padding: 20px 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .secMap .mapList .item {
    position: static;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
    width: 47.32%;
    height: 46px;
    padding: 15px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .secMap .mapList .item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .secMap .mapList .item .areaTit {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
  }

  .secMap .mapList .item .mapLinkList {
    display: none;
  }
}

/* secNarrow */
.secNarrow {
  margin-top: 30px;
}

.secNarrow .narrowTit {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #182033;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.secNarrow .narrowTit::before,
.secNarrow .narrowTit::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: white;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.secNarrow .narrowTit::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.secNarrow .narrowTit.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 48%;
}

.secNarrow .narrowList:not(.narrowListInner) {
  border: 1px solid #182033;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
}

.secNarrow .narrowList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.secNarrow .narrowList.narrowListInner {
  width: 100%;
  display: none;
}

.secNarrow .narrowList.narrowListInner.showItem {
  display: flex;
}

.secNarrow .narrowList .item {
  width: 100%;
  font-size: 15px;
  display: none;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.secNarrow .narrowList .item.btnItem {
  /* padding: 30px 0; */
  padding-top: 0;
  flex-direction: column;
}

.secNarrow .narrowList .item.showItem {
  display: flex;
}

.secNarrow .narrowList .item.halfItem {
  width: 50%;
}

.secNarrow .narrowList .item:last-child {
  border-bottom: none;
}

.secNarrow .narrowList.narrowListInner .item:last-child {
  border-bottom: 1px solid #ccc;
}

.secNarrow .narrowList .item .txt {
  font-weight: bold;
  width: 90px;
}

.secNarrow .narrowList .item .boxForm {
  display: flex;
  align-items: center;
  width: 64.698%;
}

.secNarrow .narrowList .item .boxForm .txt {
  font-weight: normal;
  width: auto;
  margin: 0 10px;
}

.secNarrow .narrowList .item .inputBox {
  width: 180px;
}

.secNarrow .narrowList .item .inputBox:only-child {
  width: 100%;
}

.secNarrow .narrowList .item input:not(input[type="checkbox"]),
.secNarrow .narrowList .item select {
  width: 100%;
  height: 45px;
  border: 1px solid #adadad;
  font-family: inherit;
  padding-left: 14px;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
}

.secNarrow .narrowList .txt {
  font-size: 14px;
  font-weight: bold;
}

.secNarrow .boxCheck {
  display: flex;
}

.secNarrow input[type="checkbox"],
.secNarrow .txtCheck::before {
  width: 22px;
  height: 22px;
}

.secNarrow input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  margin: 0;
}

.secNarrow .labelCheck {
  position: relative;
  font-size: 15px;
  display: inline-block;
}

.secNarrow .itemCheck:nth-child(n + 2) {
  margin-left: 30px;
}

.secNarrow .txtCheck {
  display: inline-flex;
  align-items: center;
}

.secNarrow .txtCheck::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #adadad;
}

.secNarrow input[type="checkbox"]:checked+.txtCheck.lazyloaded::before {
  background: url(../img/common/iconCheckbox.gif) center center / 14px auto no-repeat;
}

.secNarrow .narrowList .pageBtn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.secNarrow .narrowList .pageBtn.showBtn span:not(.none),
.secNarrow .narrowList .pageBtn span.none {
  display: none;
}

.secNarrow .narrowList .pageBtn.showBtn span.none {
  display: inline-block;
}

.secNarrow .narrowList .pageBtn .labelCheck {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::before,
.secNarrow .narrowList .pageBtn span::after {
  position: absolute;
  content: "";
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after,
.secNarrow .narrowList .pageBtn span::after {
  bottom: -5px;
  left: -16px;
  width: 124px;
  height: 1px;
  background-color: #000;
}

.secNarrow .sBtnBox .pageBtn.claBtn span::after {
  width: 100%;
  left: 0;
}

.secNarrow .narrowList .pageBtn span::before {
  content: "+";
  bottom: -4px;
  left: -17px;
  font-size: 22px;
  font-weight: normal;
}

.secNarrow .narrowList .pageBtn span.none::before {
  content: "-";
}

.sBtnBox {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}

.sBtnBox .pageBtn+.pageBtn {
  margin-left: 25px;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) {
  box-shadow: none;
  background-color: #00a9c9;
  color: #fff;
}

.sBtnBox .pageBtn {
  margin: 0;
}

.secNarrow .sBtnBox .pageBtn::before {
  display: none;
}

.secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 14px;
  height: 14px;
  background-image: url(../img/estate/iconSearch.gif);
}

.secNarrow .searchNum {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.secNarrow .searchNum::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #444444 transparent transparent transparent;
}

.secNarrow .searchNum .txtNum {
  font-size: 16px;
  margin-right: 2px;
}

.secNarrow .searchNum .numBig {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secNarrow {
    margin-top: 20px;
  }

  .secNarrow .narrowTit {
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }

  .secNarrow .narrowTit::before,
  .secNarrow .narrowTit::after {
    width: 15px;
    height: 1px;
    border-radius: 0;
  }

  .secNarrow .narrowList:not(.narrowListInner) {
    padding: 0 20px;
    border-radius: 0 0 3px 3px;
  }

  .secNarrow .narrowList .item {
    width: 100% !important;
    font-size: 13px;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
  }

  .secNarrow .narrowList .item.btnItem {
    padding: 0 0 20px 0;
  }

  .secNarrow .narrowList .item.btnItem .pageBtn::before {
    display: none;
  }

  .secNarrow .narrowList .item .txt {
    width: auto;
  }

  .secNarrow .narrowList .item .boxForm {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .secNarrow .narrowList .item .boxForm .txt {
    margin: 0 5px;
  }

  .secNarrow .narrowList .item .inputBox {
    width: 50%;
  }

  .secNarrow .narrowList .item input,
  .secNarrow .narrowList .item select {
    height: 40px;
    font-size: 16px;
  }

  .secNarrow .narrowList .txt {
    font-size: 15px;
    font-weight: bold;
  }

  .secNarrow .boxCheck {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .secNarrow .boxCheck .itemCheck {
    width: 50%;
    margin-bottom: 5px;
  }

  .secNarrow .item:last-child .boxCheck .itemCheck {
    width: 100%;
  }

  .secNarrow .labelCheck {
    font-size: 13px;
  }

  .secNarrow .itemCheck:nth-child(n + 2) {
    margin-left: 0;
  }

  .secNarrow input[type="checkbox"],
  .secNarrow .txtCheck::before,
  .secNarrow .txtCheck::before {
    width: 20px;
    height: 20px;
  }

  .secNarrow .narrowList .pageBtn {
    box-shadow: none;
    height: auto;
  }

  .sBtnBox {
    margin: 20px auto 0;
    align-items: center;
    flex-direction: column;
  }

  .secNarrow .sBtnBox .pageBtn {
    width: 82.61%;
    height: 44px;
    border-radius: 22px;
  }

  .sBtnBox .pageBtn+.pageBtn {
    margin: 15px 0 0 0;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn)::before {
    display: none;
  }

  .secNarrow .sBtnBox .pageBtn:not(.claBtn) span::before {
    left: -20px;
    width: 14px;
    height: 14px;
  }

  .secNarrow .searchNum {
    margin-top: 35px;
  }

  .secNarrow .searchNum::before {
    top: -15px;
    border-width: 15px 15px 0 15px;
  }

  .secNarrow .searchNum .txtNum {
    font-size: 13px;
    line-height: 1.5;
  }

  .secNarrow .searchNum .numBig {
    font-size: 28px;
  }
}

@media only screen and (max-width: 360px) {
  .secNarrow .boxCheck .itemCheck {
    width: 100%;
  }
}

/* secEstate */
.secEstate {
  margin-top: 50px;
}

.secEstate .bgBox {
  background: #efefef;
  padding: 30px 0 100px;
}

.secEstate .secTopBtnArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secEstate .chageBtn {
  display: flex;
  background-color: #fff;
  border-radius: 22.5px;
}

.secEstate .chageBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 45px;
  border-radius: 22.5px;
  background-color: #fff;
  color: #777;
  text-decoration: none;
  font-size: 16px;
}

.secEstate .chageBtn a.on {
  background-color: #00a9c9;
  color: #fff;
  border-radius: 22.5px;
  cursor: auto;
  opacity: 1 !important;
}

.secEstate .boxForm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.secEstate .itemSelect {
  display: flex;
  align-items: center;
}

.secEstate .titSelect {
  font-size: 15px;
  margin-right: 10px;
}

.secEstate .inputBox select {
  min-width: 170px;
  height: 45px;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 10px;
  border: 1px solid #adadad;
  background: #fff;
  font-family: inherit;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
}

.secEstate .itemSelect:nth-child(n + 2) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .secEstate {
    margin-top: 29px;
  }

  .secEstate .bgBox {
    background: #efefef;
    border-top: solid 1px #1f2126;
    padding: 19px 0 50px;
  }

  .secEstate .titSelect {
    font-size: 13px;
    margin-right: 5px;
    white-space: nowrap;
  }

  .secEstate .inputBox select {
    min-width: 80px;
    height: 38px;
    font-size: 13px;
    letter-spacing: normal;
    padding-left: 5px;
  }

  .secEstate .itemSelect:nth-child(2) select {
    width: 140px;
  }

  .secEstate .itemSelect:nth-child(n + 2) {
    margin-left: auto;
    width: calc(100% - 147px);
  }

  .secEstate .secTopBtnArea {
    flex-direction: column;
    margin: 0 auto;
    width: 94.67%;
  }

  .secEstate .chageBtn {
    width: 100%;
    border-radius: 17.5px;
    margin-bottom: 20px;
  }

  .secEstate .chageBtn a {
    width: 50%;
    height: 35px;
    border-radius: 17.5px;
  }
}

@media only screen and (max-width: 374px) {
  .secEstate .titSelect {
    font-size: 11px;
  }

  .secEstate .itemSelect:nth-child(n + 2) {
    width: calc(100% - 139px);
  }
}

@media only screen and (max-width: 374px) {
  .secEstate .titSelect {
    font-size: 10px;
  }

  .secEstate .itemSelect:nth-child(n + 2) {
    width: calc(100% - 120px);
  }

  .secEstate .inputBox select {
    min-width: 70px;
  }

  .secEstate .itemSelect:nth-child(2) select {
    width: 120px;
  }
}

/* boxFlow */
.secEstate .boxFlow {
  margin-top: 30px;
}

.secEstate .itemLi {
  width: 100%;
  position: relative;
}

.secEstate .itemLi:nth-child(n + 2) {
  margin-top: 50px;
}

.secEstate .innerItem {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  /* background: #ffffff; */
  text-decoration: none;
  color: #1a1a1a;
  box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  min-height: 453px;
}

.secEstate .innerItem .aLinkTxtBox {
  position: absolute;
  top: 15px;
  right: 15px;
}

.secEstate .innerItem .aLinkTxtBox .aLinkTxt {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-radius: 100vh;
  background-color: #00a9c9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.secEstate .innerItem .aLinkTxtBox.isLink .aLinkTxt {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-radius: 100vh;
  background-image: linear-gradient(to right, #00a9c9 0%, #86ce4d 100%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .secEstate .innerItem .aLinkTxtBox.isLink .aLinkTxt {
    width: 300px;
    font-size: 14px;
  }
}

/* 無効
.secEstate .innerItem .aLinkTxtBox .aLinkTxt::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
*/

.secEstate .innerItem .aLinkTxtBox .aLinkTxt::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.secEstate .imgInnerItem {
  width: 42.96875%;
}

.secEstate .infoBox {
  width: calc(100% - 53.125%);
  padding: 16px 0 25px 28px;
  background: #fff;
  min-height: 155px;
}

.secEstate .infoBox .tagList {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secEstate .isLink .infoBox .tagList {
  padding-right: 150px;
}

.secEstate .infoBox .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.126%;
}

.secEstate .innerItemBox {
  width: 100%;
  height: 0;
  padding-top: 66.618%;
}

.secEstate .txtInnerItem {
  width: calc(100% - 42.96875%);
  padding: 0 50px 5px;
}

.secEstate .tag {
  display: inline-block;
  margin: 5px 10px 0 0;
  border-radius: 10.5px;
  background: #00c9a7;
}

.secEstate .innerTag {
  color: #fff;
  font-size: 12px;
  min-width: 44px;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}

.secEstate .tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
  color: #003a57;
}

.secEstate .subTit {
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

.secEstate .sliderBox {
  position: relative;
  padding: 9px 15px;
  background-color: #efefef;
  width: calc(100% - 53.125%);
}

.secEstate .sliderBox::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
}

.secEstate .disabled .swiper-slide,
.secEstate .swiper-slide {
  width: 180px;
  margin-right: 15px;
}

.secEstate .swiper-slide:last-child {
  margin-right: 0;
}

.secEstate .sliderBox .aListLink {
  background-color: #fff;
  display: block;
  border-radius: 5px;
  border: 1px solid #999;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
}

.secEstate .sliderBox .imgBox {
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.secEstate .sliderBox .imgBox img {
  border-radius: 3px 3px 0 0;
}

.secEstate .sliderBox .wrapper {
  padding: 3px 5px 6px 5px;
}

.secEstate .sliderBox .noBox {
  padding: 0 0 3px 0;
  border-bottom: 1px solid #aaa;
}

.secEstate .sliderBox .noBox .noTxt {
  font-size: 15px;
  color: #00a9c9;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secEstate .sliderBox .priceBox {
  padding: 4px 0;
}

.secEstate .sliderBox .priceBox .priceTxt {
  font-size: 13px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
}

.secEstate .sliderBox .priceBox .priceNumTxt {
  font-size: 28px;
  font-weight: bold;
  color: #00a9c9;
}

.secEstate .sliderBox .numBox {
  padding: 4px 0;
}

.secEstate .sliderBox .numBox .numList {
  display: flex;
  justify-content: space-between;
}

.secEstate .sliderBox .numBox .numList+.numList {
  margin-top: 1px;
}

.secEstate .sliderBox .numBox .numTit,
.secEstate .sliderBox .numBox .numTxt {
  width: 60px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
}

.secEstate .sliderBox .numBox .numTxt {
  width: calc(100% - 61px);
  color: #000;
  justify-content: flex-start;
  background-color: #f3f2f0;
  padding-left: 5px;
}

.secEstate .sliderBox .numBox .numTxt span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* swiper-button */
.secEstate .sliderBox .swiper-button-next.swiper-button-disabled,
.secEstate .sliderBox .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.secEstate .sliderBox .swiper-button-prev,
.secEstate .sliderBox .swiper-button-next {
  transition: 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #182033;
  border: 2px solid #fff;
  z-index: 1;
}

.secEstate .sliderBox .swiper-button-prev {
  left: 20px;
}

.secEstate .sliderBox .swiper-button-next {
  right: 20px;
}

.secEstate .sliderBox .swiper-button-prev::after,
.secEstate .sliderBox .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.secEstate .sliderBox .swiper-button-prev::after {
  transform: rotate(225deg);
  right: 0;
  left: 10%;
}

.secEstate .topTxt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
  display: none;
}

.secEstate .bg01 {
  background: #ed113a;
}

.secEstate .bg02 {
  background: #ced237;
}

.secEstate .bg02 .innerTag {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .secEstate .boxFlow {
    margin-top: 30px;
  }

  .secEstate .itemLi:nth-child(n + 2) {
    margin-top: 20px;
  }

  .secEstate .innerItem {
    box-shadow: 0px -3px 10px 0.25px rgba(0, 0, 0, 0.2);
    padding: 17px 10px 20px;
    background-color: #fff;
    border-radius: 0;
    align-items: center;
  }

  .secEstate .infoBox {
    width: 100%;
    padding: 0;
  }

  .secEstate .infoBox .tagList {
    padding: 0 !important;
  }

  .secEstate .innerItem .aLinkTxtBox,
  .secEstate .infoBox .imgBox {
    position: static;
  }

  .secEstate .infoBox .imgBox,
  .secEstate .innerItem .infoTxt {
    width: 94.93%;
    margin: 0 auto 0;
  }

  .secEstate .infoBox .imgBox {
    margin: 10px auto 0;
  }

  .secEstate .innerItem .aLinkTxtBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0;
  }

  .secEstate .innerItem .infoBox .aLinkTxtBox {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin: 15px 0 0 0;
  }

  .secEstate .innerItem .infoBox .aLinkTxtBox .aLinkTxt::before {
    display: none;
  }

  .secEstate .sliderBox .swiper-button-prev {
    left: 4px;
  }

  .secEstate .sliderBox .swiper-button-next {
    right: 4px;
  }

  .secEstate .imgInnerItem {
    display: none;
  }

  .secEstate .sliderBox {
    width: 100%;
    background-color: #fff;
    padding: 30px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #adadad;
  }

  .secEstate .sliderBox::before {
    display: none;
  }

  .secEstate .disabled .swiper-wrapper {
    justify-content: center;
  }

  .secEstate .disabled .swiper-slide {
    width: 150px;
    margin-right: 10px;
  }

  .secEstate .sliderBox .swiper {
    overflow: visible;
  }

  .secEstate .innerItemBox {
    padding-top: 66.357%;
  }

  .secEstate .innerItemBox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* right: 0; */
    margin: auto;
    object-fit: inherit;
  }

  .secEstate .txtInnerItem {
    width: 100%;
    padding: 0;
  }

  .secEstate .tag {
    margin: 3px 5px 0 0;
  }

  .secEstate .tit {
    font-size: 18px;
    margin-top: 11px;
  }

  .secEstate .subTit {
    font-size: 12px;
    margin-top: 2px;
  }

  .secEstate .spBox {
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .secEstate .spBoxImg {
    width: 54.43%;
  }

  .secEstate .spBoxTxt {
    width: calc(100% - 54.43%);
    padding-left: 10px;
  }

  .secEstate .price {
    margin-top: 0;
    font-size: 11px;
    line-height: 1.4;
  }

  .secEstate .nmber {
    font-size: 22px;
    margin-right: 2px;
    vertical-align: -2px;
  }

  .secEstate .nmberItem {
    margin: 0 5px;
  }

  .secEstate .topTxt {
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }

  .secEstate .numFlow {
    display: block;
    margin-top: 15px;
  }

  .secEstate .thBlock {
    min-width: 80px;
    font-size: 12px;
  }

  .secEstate .tdBlock {
    min-height: 35px;
    font-size: 12px;
    line-height: 1.58;
    padding: 8.5px 8px;
    justify-content: flex-start;
    width: calc(100% - 80px);
  }

  .secEstate .tdBlock .inner {
    max-height: 38px;
  }

  .secEstate .innerNum:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 1px;
  }

  .secEstate .innerNum {
    min-width: 100%;
    display: flex;
    flex-direction: row;
  }

  .secEstate .innerNum,
  .secEstate .innerNum:nth-child(4),
  .secEstate .innerNum:nth-child(5) {
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .secEstate .nmber {
    font-size: 18px;
  }
}

@media only screen and (max-width: 359px) {
  .secEstate .nmber {
    font-size: 15px;
    margin-right: 1px;
  }

  .secEstate .price {
    font-size: 11px;
  }

  .secEstate .nmberItem {
    margin: 0 3px;
  }
}

/* houseCover */
.secEstate .houseCover {
  color: #fff;
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(81, 82, 47, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}

.secEstate .houseBox {
  width: 100%;
}

.secEstate .houseImg {
  text-align: center;
}

.secEstate .houseTit {
  font-size: 28px;
  letter-spacing: 3px;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #fff;
  margin: 0 auto;
}

.secEstate .houseTxt {
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
}

.secEstate .btnList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.secEstate .btnItem {
  width: 300px;
}

.secEstate .btnItem:nth-child(2) {
  margin-left: 20px;
}

.secEstate .pageBtn {
  width: 100%;
  height: 70px;
  font-size: 18px;
  border-radius: 35px;
  background: #ced237;
  text-decoration: none;
  color: #000;
  margin: 0;
}

.secEstate .btnItem:nth-child(2) .pageBtn {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .secEstate .houseCover {
    padding-bottom: 5px;
  }

  .secEstate .houseImg {
    width: 22px;
    margin: 0 auto;
  }

  .secEstate .houseTit {
    font-size: 20px;
    letter-spacing: 2px;
    width: 200px;
    height: 50px;
    color: #ced237;
    border: solid 3px #ced237;
  }

  .secEstate .houseTxt {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .secEstate .btnList {
    display: block;
    margin-top: 15px;
  }

  .secEstate .btnItem {
    width: 100%;
  }

  .secEstate .pageBtn {
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
    width: 71.016%;
    margin: 0 auto;
  }

  .secEstate .btnItem:nth-child(2) {
    margin: 10px 0 0 0;
  }

  .secEstate .pageBtn .pcTxt {
    display: none;
  }
}

.secMidTitBox {
  text-align: center;
}

.secMidTitBox .tit {
  font-size: 30px;
  margin-top: 10px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .secMidTitBox .tit {
    font-size: 20px;
    margin-top: 5px;
  }
}

/* secEstateMap */
.secEstateMap {
  background-color: #182033;
  padding: 95px 0 90px;
}

.secEstateMap .eng {
  width: 30px;
  margin: 0 auto;
}

.secEstateMap .wrapperMap {
  margin-top: 25px;
  width: 100%;
  height: 600px;
}

.secEstateMap .wrapperMap a {
  text-decoration: underline;
  display: block;
}

@media only screen and (max-width: 767px) {
  .secEstateMap {
    padding: 35px 0 60px;
  }

  .secEstateMap .wrapperMap {
    margin-top: 10px;
    height: 120vw;
  }
}

.secEstate .itemLi.memberItem {
  position: relative;
}

.secEstate .itemLi.memberItem .houseCover {
  z-index: 10;
  background: rgb(47 70 82 / 50%);
}

.secEstate .itemLi.memberItem .houseCover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00a9c9;
  z-index: 10;
}

.secEstate .itemLi.memberItem .houseBox {
  position: relative;
  z-index: 999;
}

.secEstate .itemLi.memberItem::before,
.secEstate .itemLi.memberItem::after {
  position: absolute;
}

.secEstate .itemLi.memberItem::before {
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #00a9c9 transparent transparent;
  z-index: 11;
}

.secEstate .itemLi.memberItem::after {
  content: "限定";
  top: 12px;
  right: -1px;
  font-size: 20px;
  z-index: 2;
  transform: rotate(45deg);
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 12;
  color: #fff;
}

.secEstate .itemLi.memberItem .innerItem {
  position: relative;
  background: #f8f8e0;
}

.secEstate .itemLi.memberItem .btnItem:first-child .pageBtn {
  background: #00a9c9;
  color: #fff;
}

.secEstate .itemLi.memberItem .btnItem:first-child .pageBtn::before {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .secEstate .itemLi.memberItem {
    padding-top: 30px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
  }

  .secEstate .itemLi.memberItem .houseTit {
    color: inherit;
    border-color: inherit;
  }

  .secEstate .itemLi.memberItem .innerItem {
    box-shadow: none;
  }

  .secEstate .itemLi.memberItem::before {
    width: 100%;
    height: 30px;
    border-style: none;
    border-width: inherit;
    border-color: none;
    background-color: #00a9c9;
    border-radius: 3px 3px 0 0;
  }

  .secEstate .itemLi.memberItem::after {
    content: "会員様限定物件";
    top: 0;
    right: 0;
    font-size: 16px;
    transform: rotate(0);
    width: 100%;
    height: 30px;
    letter-spacing: 2.5px;
  }

  .secEstate .itemLi.memberItem .sliderBox {
    display: none;
  }
}

/* ========================================
   # Detached House Icon
======================================== */
.IconObject {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10000;

  & .estateIcon {
    display: flex;
    align-items: center;
    gap: 0 20px;

    & .estateIcon_item {
      width: calc(100% / 2 - 10px);

      & img {
        width: auto;
        height: 90px;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .IconObject {
    top: 65px;
    right: 25px;

    & .estateIcon {
      display: flex;
      align-items: center;
      gap: 0 10px;

      & .estateIcon_item {
        width: calc(100% / 2 - 5px);

        & img {
          width: auto;
          height: 40px;
        }
      }
    }
  }
}

/* ========================================
   # New Price Icon
======================================== */
.newPrice {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #d63638;
  padding: 0 10px;
  border-radius: 3px 0 0 0;
}

/* floating
=========================================== */
.floating {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 10000;
  width: 300px;
  height: auto;
  background-color: #ffffff;

  & img {
    max-width: 100%;
  }

  & .is-close {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 30px;
    height: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .floating {
    width: 90%;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
  }
}