@charset "utf-8";
/*-----------------------------------------------
    secCmnHero
-----------------------------------------------*/
.secCmnHero {
    background-image: url(../img/estate/bgTitle.jpg);
}

.secCmnHero .titEng{
    width: 23.8rem;
}
@media only screen and (max-width:1215px){
    .secCmnHero{
        background-image: url(../img/estate/bgTitle_sp.jpg);
    }
    .secCmnHero .titEng{
        width: 8.7rem;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secEstate */
.secEstate{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 6rem;
    margin-bottom: 8rem;
}
.secEstate::before{
    content: "";
    position: absolute;
    width: calc((1000 / 1920) * 100%);
    top: 0;
    right: 0;
    border-radius: 5rem 0 0 0;
    height: 50rem;
}
.secEstate .Inner{
    position: relative;
    z-index: 2;
}
.secEstate .secIndextitle .titEng{
    width: 18.7rem;
}
.secEstate .secMoreBtn{
    margin-top: 9.4rem;
}
@media only screen and (max-width:1215px){
    .secEstate{
        margin-top: 3rem;
    }
    .secEstate::before{
        display: none;
    }
    .secEstate .Inner{
        padding-top:0rem;
    }
    .secEstate .secIndextitle .titEng{
        width: 9.4rem;
    }
    .secEstate .secMoreBtn{
        margin-top: 3.1rem;
    }
}

@media only screen and (min-width:1216px){
    .secEstate .estateWrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .secEstate .itemEstate{
        width: calc((100% - 9rem) / 3);
        margin-right: 4.5rem;
    }
    .secEstate .itemEstate:nth-child(3n),
    .secEstate .itemEstate:last-child{
        margin-right: 0;
    }
    .secEstate .itemEstate:nth-child(n + 4){
        margin-top: 7.5rem;
    }
}
.secEstate .linkBox{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
.secEstate .imgArea{
    width: 100%;
}
.secEstate .imgBox{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0.4rem;
    z-index: 1;
}
.secEstate .txtArea{
    text-align: left;
    margin-top: 1.4rem;
}
.secEstate .Onbox{
    position: relative;
    padding-bottom: 1.3rem;
}
.secEstate .Onbox::before,
.secEstate .Onbox::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.2rem;
    left: 0;
}
.secEstate .Onbox::before{
    width: 100%;
    background-color: var(--ColorBlack_20);
}
.secEstate .Onbox::after{
    width: 1.5rem;
    background-color: var(--ColorRed);
}
.secEstate .daystxt{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_24);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing13_50);
}
.secEstate .tit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
}
.secEstate .daystxt + .tit{
    margin-top: 0.2rem;
}
.secEstate .txtbox{
    margin-top: 1.3rem;
}
.secEstate .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
}
.secEstate .boxlist{
    margin-top: 1.3rem;
}
.secEstate .list{
    width: 100%;
}
.secEstate .item{
    width: 100%;
    position: relative;
    border: 0.1rem solid;
    border-color: var(--estateBorderColor);
    border-radius:0.5rem;
    overflow: hidden;
    padding-left:9rem;
}
.secEstate .item + .item{
    margin-top: 1rem;
}
.secEstate .listtitbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 9rem;
    height: 100%;
    background-color: var(--estateBorderColor);
    color: var(--ColorWhite);
    display: flex;
    align-items: center;
}
.secEstate .listtit{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_24);
    width: 100%;
    display: inline-block;
    text-align: center;
}
.secEstate .listtxtbox{
    width: 100%;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_26);
    padding: 0.5rem 0.8rem;
    letter-spacing: var(--pcLetterSpacing12_50);
}
.secEstate .listtxt{

}
.secEstate .pricelistbox{
    margin-top: 1.7rem;
}
.secEstate .pricelist{
    display: flex;
    width: 100%;
}
.secEstate .priceitem{
    width: 50%;
    position: relative;
    padding-left: 6rem;
    padding-right: 1.5rem;
}
.secEstate .priceitem + .priceitem{
}
.secEstate .pricetitbox{
    position: absolute;
    display: flex;
    align-items: center;
    width: 5.4rem;
    height: 2.8rem;
    border-radius:0.5rem;
    background-color: var(--ColorRed);
    color: var(--ColorWhite);
    left: 0;
    top: calc(50% - 1.4rem);
}
.secEstate .pricetit{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_20);
    display: inline-block;
    width: 100%;
    text-align: center;
}
/* .secEstate .pricetxtbox{
    text-align: right;
} */
.secEstate .pricetxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    font-weight: bold;
}
.secEstate .num{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_30);
    color: var(--ColorRed);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing28_50);
}
.secFlexbnr {
    margin-top: 18rem;
}
@media only screen and (min-width:1216px){
    .secEstate .estatemore{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secEstate{
        position: relative;
        margin-bottom: 5.5rem;
    }
    .secEstate .txtArea{
        margin-top: 1.4rem;
    }
    .secEstate .Onbox{
        padding-bottom: 1.3rem;
    }
    .secEstate .daystxt{
        font-size: var(--spFontSize13);
    }
    .secEstate .tit{
        font-size: var(--spFontSize16);
    }
    .secEstate .daystxt + .tit{
        margin-top: 0.2rem;
    }
    .secEstate .txtbox{
        margin-top: 1.3rem;
    }
    .secEstate .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
    }
    .secEstate .boxlist{
        margin-top: 1.8rem;
    }
    .secEstate .item{
        padding-left:7rem;
    }
    .secEstate .item + .item{
        margin-top: 1.4rem;
    }
    .secEstate .listtitbox{
        width: 7rem;
    }
    .secEstate .listtit{
        font-size: var(--spFontSize13);
    }
    .secEstate .listtxtbox{
        font-size: var(--spFontSize12);
        padding: 0.3rem 0.7rem;
    }
    .secEstate .pricelistbox{
        margin-top: 1.2rem;
    }
    .secEstate .pricelist{
        display: flex;
        width: 100%;
    }
    .secEstate .priceitem{
        width:calc((100% - 1rem) / 2);
        padding-right:0;
        padding-left: 7rem;
        min-height: 2.8rem;
    }
    .secEstate .priceitem + .priceitem{
        margin-left: 1rem;
    }
    .secEstate .pricetit{
        font-size: var(--spFontSize11);
    }
    /* .secEstate .pricetxtbox{
        text-align: right;
    } */
    .secEstate .pricetxt{
        font-size: var(--spFontSize14);
    }
    .secEstate .num{
        font-size: var(--spFontSize21);
        padding-right: 0.4rem;
        vertical-align: -0.1rem;
    }
    .secEstate .estatemore{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 2.8rem;
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        font-weight: bold;
        margin-top: 1.4rem;
    }
    .secEstate .estatemoretxt{
        position: relative;
        display: inline-block;
        padding-right:calc(2.8rem + 1rem);
    }
    .secEstate .estatemoretxt::after{
        content: "";
        position: absolute;
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 50%;
        right: 0;
        top: calc(50% - 1.4rem);
        background-color: var(--ColorRed);
        border: 0.1rem solid var(--ColorWhite);
    }
    .secEstate.lazyloaded .estatemoretxt::after{
        background: url(../img/common/imgMoreArrow.png) center center no-repeat var(--ColorRed);
        background-size: 0.5rem auto;
    }
    .secFlexbnr {
        margin-top: 8.5rem;
    }
    .secEstate .itemEstate:nth-child(n + 2) {
        margin-top: 5rem;
    }
}
@media only screen and (max-width:400px){
    .secEstate .num {
        font-size: var(--spFontSize18);
    }
    .secEstate .priceitem{
        padding-left: 6rem;
    }
}
@media only screen and (max-width:360px){
    .secEstate .pricetxt {
        font-size: var(--spFontSize12);
    }
    .secEstate .num {
        font-size: var(--spFontSize16);
    }
}