@charset "utf-8";

/*-----------------------------------------------
    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 {
    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 .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;
}
.secNarrow .narrowList .item.showItem{
    display: flex;
}
.secNarrow .narrowList .item.halfItem{
    width: 50%;
}
.secNarrow .narrowList .item:last-child{
    border-bottom: none;
}
.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;
}
.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;
}
.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: #65ad2f;
    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 {
        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: 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%;
    }

}
/* secLand */
.secLand{
    margin-top: 50px;
}
.secLand .bgBox{
    background: #efefef;
    padding: 30px 0 100px;
}
.secLand .secTopBtnArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secLand .chageBtn{
    display: flex;
    background-color: #fff;
    border-radius: 22.5px;
}
.secLand .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;
}
.secLand .chageBtn a.on{
    background-color: #182033;
    color: #fff;
    border-radius: 22.5px;
    cursor: auto;
    opacity: 1!important;
}
.secLand .boxForm{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.secLand .itemSelect{
    display: flex;
    align-items: center;
}
.secLand .titSelect{
    font-size: 15px;
    margin-right: 10px;
}
.secLand .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;
}
.secLand .itemSelect:nth-child(n+2){
    margin-left: 30px;
}
@media only screen and (max-width:767px){
    .secLand{
        margin-top: 29px;
    }
    .secLand .bgBox{
        background: #efefef;
        border-top: solid 1px #1f2126;
        padding: 19px 12.5px 50px;
    }
    .secLand .titSelect{
        font-size: 13px;
        margin-right: 5px;
        white-space: nowrap;
    }
    .secLand .inputBox select{
        min-width: 80px;
        height: 38px;
        font-size: 13px;
        letter-spacing: normal;
        padding-left: 5px;
    }
    .secLand .itemSelect:nth-child(2) select{
        width: 140px;
    }
    .secLand .itemSelect:nth-child(n+2){
        margin-left: auto;
        width: calc(100% - 147px);
    }
    .secLand .secTopBtnArea{
        flex-direction: column;
        margin: 0 auto;
        width: 94.67%;
    }
    .secLand .chageBtn{
        width: 100%;
        border-radius: 17.5px;
        margin-bottom: 20px;
    }
    .secLand .chageBtn a{
        width: 50%;
        height: 35px;
        border-radius: 17.5px;
    }
}
@media only screen and (max-width:374px){
    .secLand .titSelect{
        font-size: 11px;
    }
    .secLand .itemSelect:nth-child(n+2){
        width: calc(100% - 139px);
    }
}
@media only screen and (max-width:374px){
    .secLand .titSelect{
        font-size: 10px;
    }
    .secLand .itemSelect:nth-child(n+2){
        width: calc(100% - 120px);
    }
    .secLand .inputBox select{
        min-width: 70px;
    }
    .secLand .itemSelect:nth-child(2) select{
        width: 120px;
    }
}
/* boxFlow */
.secLand .boxFlow{
    margin-top: 30px;
}
.secLand .itemLi{
    width: 100%;
    position: relative;
}
.secLand .itemLi:nth-child(n+2){
    margin-top: 50px;
}
.secLand .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: 365px;
}
.secLand .innerItem .aLinkTxtBox {
    position: absolute;
    top: 20px;
    right: 28px;
    font-size: 12px;
}
.secLand .innerItem .aLinkTxtBox .aLinkTxt{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 6px;
}
.secLand .innerItem .aLinkTxtBox .aLinkTxt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.secLand .innerItem .aLinkTxtBox .aLinkTxt::after{
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 7px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.secLand .imgInnerItem{
    width: 42.96875%;
}
.secLand .infoBox{
    width: calc(100% - 42.812%);
    padding: 20px 35px 20px 50px;
    background: #fff;
    min-height: 365px;
    height: 100%;
}
.secLand .infoBox .tagList{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secLand .isLink .infoBox .tagList{
    padding-right: 130px;
}
.secLand .infoBox .imgBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 42.813%;
}
.secLand .innerItemBox{
    width: 100%;
    height: 0;
    padding-top: 66.606%;
}
.secLand .txtInnerItem{
    width: calc(100% - 42.96875%);
    padding: 0 50px 5px;
}
.secLand .tag{
    display: inline-block;
    margin: 5px 10px 0 0;
    border-radius: 10.5px;
    background: #182033;
}
.secLand .innerTag{
    color: #fff;
    font-size: 12px;
    min-width: 44px;
    min-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}
.secLand .tit{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
    color: #65ad2f;
}
.secLand .subTit{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.secLand .sliderBox{
    position: relative;
    padding: 17px 30px;
    background-color: #efefef;
    width: calc(100% - 53.125%);
}
.secLand .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,.15), transparent);
}
.secLand .disabled .swiper-slide{
    width: 180px;
    margin-right: 15px;
}
.secLand .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);
}
.secLand .sliderBox .imgBox {
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.secLand .sliderBox .imgBox img{
    border-radius: 3px 3px 0 0;
}
.secLand .sliderBox .wrapper{
    padding: 3px 5px 6px 5px;
}
.secLand .sliderBox .noBox{
    padding: 0 0 3px 0;
    border-bottom: 1px solid #aaa;
}
.secLand .sliderBox .noBox .noTxt{
    font-size: 15px;
    color: #65aa2f;
    text-align: center;
}
.secLand .sliderBox .priceBox{
    padding: 4px 0;
}
.secLand .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;
}
.secLand .sliderBox .priceBox .priceNumTxt{
    font-size: 28px;
    font-weight: bold;
    color: #65aa2f;
}
.secLand .sliderBox .numBox{
    padding: 4px 0;
}
.secLand .sliderBox .numBox .numList{
    display: flex;
    justify-content: space-between;
}
.secLand .sliderBox .numBox .numList + .numList{
    margin-top: 1px;
}
.secLand .sliderBox .numBox .numTit,
.secLand .sliderBox .numBox .numTxt{
    width: 60px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #444;
}
.secLand .sliderBox .numBox .numTxt{
    width: calc(100% - 61px);
    color: #000;
    justify-content: flex-start;
    background-color: #f3f2f0;
    padding-left: 5px;
}
.secLand .sliderBox .numBox .numTxt span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* swiper-button */
.secLand .sliderBox .swiper-button-next.swiper-button-disabled,
.secLand .sliderBox .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.secLand .sliderBox .swiper-button-prev,
.secLand .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;
}
.secLand .sliderBox .swiper-button-prev{
    left: 20px;
}
.secLand .sliderBox .swiper-button-next{
    right: 20px;
}
.secLand .sliderBox .swiper-button-prev::after,
.secLand .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);
}
.secLand .sliderBox .swiper-button-prev::after{
    transform: rotate(225deg);
    right: 0;
    left: 10%;
}
.secLand .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;
}
.secLand .bg01{background: #ed113a;}
.secLand .bg02{background: #ced237;}
.secLand .bg02 .innerTag{color: #000;}

/* numFlow */
.secLand .numFlow{
    display: flex;
    margin-top: 21px;
}
.secLand .thBlock{
    background: #444444;
    color:#fff;
    font-size: 13px;
    line-height: 1.5;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secLand .tdBlock{
    background: #f6f5f3;
    min-height: 64px;
    font-size: 13px;
    line-height: 1.69;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.secLand .tdBlock .inner{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    max-height: 44px;
}
.secLand .innerNum{
    display: flex;
    flex-direction: column;
}
.secLand .innerNum:nth-child(n+2){
    margin-left: 1px;
}
.secLand .innerNum{
    /* min-width: 120px; */
    width: calc(100% / 4);
}
.secLand .innerNum:last-child{
    width: calc(100% / 2);
}

/* priceArea */
.secLand .priceArea{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.secLand .priceArea .priceTxt{
    display: inline-block;
    font-size: 13px;
    margin: 5px;
}
.secLand .priceArea .num{
    display: inline-block;
    color: #65ad2f;
    font-size: 32px;
    font-weight: bold;
}
.secLand .priceArea .num + .num{
    position: relative;
    margin-left: 20px;
}
.secLand .priceArea .num + .num:before{
    position: absolute;
    content: '～';
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    display: flex;
    align-items: center;
}
@media only screen and (max-width:767px){
    .secLand .boxFlow{
        margin-top: 30px;
    }
    .secLand .itemLi:nth-child(n+2){
        margin-top: 40px;
    }
    .secLand .innerItem {
        box-shadow: 0px -3px 10px 0.25px rgba(0, 0, 0, 0.2);
        padding: 17px 16px 20px;
        background-color: #fff;
        border-radius: 3px;
        align-items: center;
    }
    .secLand .infoBox{
        width: 100%;
        padding: 0;
    }
    .secLand .infoBox .tagList{
        padding: 0!important;
    }
    .secLand .innerItem .aLinkTxtBox,
    .secLand .infoBox .imgBox{
        position: static;
    }
    .secLand .innerItem .infoTxt{
        margin: 0 auto 0;
    }
    .secLand .innerItem .infoTxt{
        display: flex;
        flex-direction: column;
    }
    .secLand .innerItem .infoTxt .tit{
        order: 1;
    }
    .secLand .innerItem .infoTxt .subTit{
        order: 2;
    }
    .secLand .innerItem .infoTxt .priceArea{
        order: 4;
    }
    .secLand .innerItem .infoTxt .topTxt{
        order: 3;
    }
    .secLand .innerItem .infoTxt .numFlow{
        order: 5;
    }
    .secLand .infoBox .imgBox{
        width: 100%;
        margin: 10px auto 0;
    }
    .secLand .innerItem .aLinkTxtBox{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 18px 0 5px;
        width: 100%;
    }
    .secLand .innerItem .infoBox .aLinkTxtBox{
        width: 100%;
        height: 40px;
        border: 1px solid #000;
        background-color: #fff;
        border-radius: 20px;
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .secLand .innerItem .infoBox .aLinkTxtBox .aLinkTxt::before{
        display: none;
    }
    .secLand .sliderBox .swiper-button-prev{
        left: 4px;
    }
    .secLand .sliderBox .swiper-button-next{
        right: 4px;
    }
    .secLand .imgInnerItem{
        display: none;
    }
    .secLand .sliderBox{
        width: 100%;
        background-color: #fff;
        padding: 0;
    }
    .secLand .sliderBox::before{
        display: none;
    }
    .secLand .disabled .swiper-wrapper{
        justify-content: center;
    }
    .secLand .disabled .swiper-slide{
        width: 150px;
        margin-right: 10px;
    }
    .secLand .disabled .swiper-slide:last-child{
        margin-right: 0;
    }
    .secLand .sliderBox .swiper{
        overflow: visible;
    }
    .secLand .innerItemBox{
        padding-top: 66.357%;
    }
    .secLand .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;
    }
    .secLand .txtInnerItem{
        width: 100%;
        padding: 0;
    }
    .secLand .tag{
        margin: 3px 5px 0 0;
    }
    .secLand .tit{
        font-size: 18px;
        margin-top: 11px;
    }
    .secLand .subTit{
        font-size: 12px;
        margin-top: 2px;
    }
    .secLand .spBox{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .secLand .spBoxImg{
        width: 54.43%;
    }
    .secLand .spBoxTxt{
        width: calc(100% - 54.43%);
        padding-left: 10px;
    }
    .secLand .price{
        margin-top: 0;
        font-size: 11px;
        line-height: 1.4;
    }
    .secLand .nmber{
        font-size: 22px;
        margin-right: 2px;
        vertical-align: -2px;
    }
    .secLand .nmberItem{
        margin: 0 5px;
    }
    .secLand .topTxt{
        display: -webkit-box;
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }
    .secLand .numFlow{
        display: block;
        margin-top: 15px;
    }
    .secLand .thBlock{
        min-width: 80px;
        font-size: 12px;
    }
    .secLand .tdBlock{
        min-height: 35px;
        font-size: 12px;
        line-height: 1.58;
        padding: 8.5px 8px;
        justify-content: flex-start;
        width: calc(100% - 80px);
    }
    .secLand .tdBlock .inner{
        max-height: 38px;
    }
    .secLand .innerNum:nth-child(n+2){
        margin-left: 0;
        margin-top: 1px;
    }
    .secLand .innerNum{
        min-width: 100%;
        display: flex;
        flex-direction: row;
    }
    .secLand .innerNum,
    .secLand .innerNum:nth-child(4),
    .secLand .innerNum:nth-child(5){
        width: 100%;
    }
    .secLand .priceArea{
        flex-wrap: wrap;
        padding-top: 10px;
        border-top: 1px solid #adadad;
    }
    .secLand .priceArea .subTxt{
        width: 100%;
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:374px){
    .secLand .nmber {
        font-size: 18px;
    }
}
@media only screen and (max-width:359px){
    .secLand .nmber {
        font-size: 15px;
        margin-right: 1px;
    }
    .secLand .price {
        font-size: 11px;
    }
    .secLand .nmberItem{
        margin: 0 3px;
    }
}

.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;
    }
}


@media only screen and (max-width:767px){
    .secEstate .sliderBox .swiper {
        overflow: hidden;
    }
}