@charset "utf-8";


.secUsedDetails{
    padding-bottom: var(--contentsPaddingBottomPc);
}
.secUsedDetails .secMainTit{
    border-top: 5px solid var(--subColor);
    border-left: 1px solid var(--bdrColor01);
    border-right: 1px solid var(--bdrColor01);
    background: var(--subTxtColor);
    padding: 34px 20px;
    position: relative;
    margin-top: 30px;
}
.secUsedDetails .secMainTit .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.secUsedDetails .secMainTit .boxTit{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 10px;
}
.secUsedDetails .secMainTit .boxTit .tit{
    font-size: 20px;
    line-height: 1.6;
    color: #222;
    margin-right: 9px;
}
.secUsedDetails .secMainTit .boxTit .boxType{
    margin-right: 9px;
}
.secUsedDetails .secMainTit .boxTit .boxType .ico{
    font-size: 10px;
    width: 80px;
    height: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}
.secUsedDetails .secMainTit .boxTit .boxType .ico.bg01{
    color: var(--subTxtColor);
    background: var(--usedEstateColor);
}
.secUsedDetails .secMainTit .boxTit .boxType .ico.bg02{
    color: var(--subTxtColor);
    background: var(--usedMansionColor);
}
.secUsedDetails .secMainTit .boxTit .boxType .ico.bg03{
    color: var(--subTxtColor);
    background: var(--newHouseColor);
}
.secUsedDetails .secMainTit .boxTit .boxType .ico.bg04{
    color: var(--subTxtColor);
    background: var(--landColor);
}
.secUsedDetails .secMainTit .boxTit .boxTag{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 5px 0;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico{
    height: 19px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 3px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 3px;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico.icoNew{
    width: 31px;
    background: #ff0;
    color: #000;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico.icoRenov{
    width: 53px;
    background: #ffd800;
    color: #000;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico.icoDisc{
    width: 53px;
    background: #eee;
    color: #fd4c85;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico.icoDisc .txt{
    padding-left: 12px;
    position: relative;
}
.secUsedDetails .secMainTit .boxTit .boxTag .ico.icoDisc .txt::before{
    content: "";
    background: url(../img/estate/icoDisc.jpg) center / contain no-repeat;
    width: 10px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.secUsedDetails .secMainTit .iconWrapper{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.secUsedDetails .secMainTit .boxPrint{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 0px 0px rgba(4,0,0,0.1);
}
.secUsedDetails .secMainTit .boxPrint svg{
    width: 17px;
    height: 15px;
}
.secUsedDetails .secMainTit .boxPrint svg use{
    fill: var(--mainColor);
}
.secUsedDetails .secMainTit .boxPrint .txt{
    font-size: 12px;
    font-weight: 500;
    color: var(--mainColor);
    margin-left: 3px;
}
.secUsedDetails .secMainTit .boxFavorite {
    display: block;
    width: 25px;
    height: 22px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-left: 20px;
}
.secUsedDetails .secMainTit .boxFavorite input[type="checkbox"] {
    display: none;
}
.secUsedDetails .secMainTit .boxFavorite img, .secUsedDetails .secMainTit .boxFavorite svg {
    width: 25px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}
.secUsedDetails .secMainTit .boxFavorite img {
    display: none;
}
.secUsedDetails .secMainTit .boxFavorite svg use{
    fill: var(--mainColor);
}
.secUsedDetails .secMainTit .boxFavorite input[type="checkbox"]:checked + .icoFavorite svg use {
    fill: #e64d3f;
}
.secUsedDetails .secMainTit .boxFavorite input[type="checkbox"]:checked + .icoFavorite img {
    display: inline;
}
/* @media only screen and (max-width:1300px){
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoNew{
        width: 51px;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoRenov{
        width: 73px;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoDisc{
        width: 73px;
    }
} */

@media only screen and (max-width:767px){
    .secUsedDetails{
        padding-bottom: var(--contentsPaddingBottomSp);
    }
    .secUsedDetails .secMainTit{
        border: none;
        padding: 8px 0 10px;
        margin-top: 0;
    }
    .secUsedDetails .secMainTit .boxTit{
        display: block;
        padding-right: 8px;
    }
    .secUsedDetails .secMainTit .boxTit .tit{
        font-size: var(--spTitFontSize);
        line-height: var(--spTitLineHeight);
    }
    .secUsedDetails .secMainTit .boxTit .boxType{
        margin: 0 0 5px 0;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag{
        position: absolute;
        bottom: -29px;
        left: var(--spXPadding);
        z-index: 100;
        margin: 0;
    }

    .secUsedDetails .secMainTit .boxPrint{
        width: 70px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #dcdcdc;
        box-shadow: 0 1px 0px 0px rgba(4,0,0,0.1);
    }
    .secUsedDetails .secMainTit .boxPrint svg{
        width: 13px;
        height: 12px;
    }
    .secUsedDetails .secMainTit .boxPrint .txt{
        font-size: 11px;
        margin-left: 3px;
    }

    .secUsedDetails .secMainTit .boxFavorite {
        width: 18px;
        height: 16px;
        margin-left: 10px;
    }
    .secUsedDetails .secMainTit .boxFavorite img, .secUsedDetails .secMainTit .boxFavorite svg {
        width: 18px;
        height: 16px;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoNew{
        width: 31px;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoRenov{
        width: 53px;
    }
    .secUsedDetails .secMainTit .boxTit .boxTag .ico.icoDisc{
        width: 53px;
    }
}

/* .secUsedDetails .secBody */
.secUsedDetails .secBody{
    border: 1px solid var(--bdrColor01);
    background: var(--subTxtColor);
    padding: 25px 0 50px;
}
@media only screen and (max-width:767px){
    .secUsedDetails .secBody{
        padding: 0;
        border: none;
        background: transparent;
    }
}

/* スライダーの大枠に関わる部分 */
.secUsedDetails .secUdCont01 #sliderUd {
    position: relative;
    overflow: hidden;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-container {
    overflow: visible;
    width: 600px;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-next,
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 -5px rgba(0,0,0,0.1) inset;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-next {
    right: 0;
    left: auto;
    border-radius: 5px 0 0 5px;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev {
    right: auto;
    left: 0;
    border-radius: 0 5px 5px 0;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-next::after,
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev::after {
    display: none;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-next svg,
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev svg{
    width: 12px;
    height: 20px;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-next svg use,
.secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev svg use{
    fill: var(--txtAttnColor);
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-pagination-fraction{
    display: inline-block;
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    background: #eee;
    border-radius: 12px;
    color: var(--mainColor);
    font-size: 12px;
    padding: 6px 10px;
    position: absolute;
    min-width: 50px;
    width: auto;
}

/* 中身に関わる部分 */
.secUsedDetails .secUdCont01 #sliderUd .swiper-slide .swiperCont {
    position: relative;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxImg {
    height: 0;
    padding-top: 74.66666%;
    background: #f8f8f8;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxTxt {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 11px 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    line-height: var(--spTxtLineHeight2);
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxTxt:empty{
    display: none;
}
.secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxLarger {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}
@media only screen and (max-width:1300px){
    .secUsedDetails .secUdCont01 #sliderUd .swiper-pagination-fraction{
        width: 80px;
    }
}

@media only screen and (max-width:767px){

    /* スライダーの大枠に関わる部分 */
    .secUsedDetails .secUdCont01 #sliderUd {
        position: relative;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-container,
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide {
        width: 100%;
        height: auto;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-next,
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        top: calc(74.66666vw/2);
        bottom: auto;
        box-shadow: 0 0 3px -1px  rgba(0,0,0,0.35);
        transform: translateY(-50%);
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-next {
        right: 10px;
        left: auto;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev {
        right: auto;
        left: 10px;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-next svg,
    .secUsedDetails .secUdCont01 #sliderUd .swiper-button-prev svg{
        width: 6px;
        height: 10px;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-pagination-fraction{
        top: 10px;
        right: 10px;
        border-radius: 9.5px;
        font-size: 10px;
        padding: 5px 0;
        width: 45px;
    }
    
    /* 中身に関わる部分 */

    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .swiperCont {
        width: 100%;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .swiperCont .boxImg{
        width: 100%;
        height: 0;
        padding-top: 74.66666%;
        position: relative;
        background: #f8f8f8;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .swiperCont .boxImg img{
        max-height: 100%;
        max-width: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxTxt {
        position: relative;
        padding: 14px 0;
        background: transparent;
        color: var(--mainColor);
        line-height: var(--spTxtLineHeight2);
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .boxLarger {
        pointer-events: initial;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .btnLarge {
        position: absolute;
        top: calc(74.66666vw - 31px);
        right: 7px;
        width: 24px;
        height: 24px;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .btnLarge .in {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .btnLarge .in::before {
        content: "";
        background: url(../img/common/iconLargeBg.png) center / contain no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .btnLarge svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .secUsedDetails .secUdCont01 #sliderUd .swiper-slide .btnLarge svg use{
        fill: var(--mainColor);
    }
}

/* secPoint */
.secUdCont01 .secMiddle .secPoint{
    background: var(--bgColor03);
    padding: 24px 29px;
    margin-top: 30px;
}
.secUdCont01 .secMiddle .secPoint .tit{
    color: var(--txtAttnColor);
    font-size: 15px;
}
.secUdCont01 .secMiddle .secPoint .txt{
    color: #222;
    font-size: 13px;
    line-height: var(--pcUdLineHeight);
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secUdCont01 .secMiddle .secPoint{
        background: transparent;
        padding: 0;
        margin-top: 24px;
    }
    .secUdCont01 .secMiddle .secPoint .tit{
        font-size: var(--spTitFontSize);
    }
    .secUdCont01 .secMiddle .secPoint .txt{
        font-size: 12px;
        line-height: var(--spUdLineHeight);
        margin-top: 10px;
    }
    .secUdCont01 .secMiddle .secPoint .estateNumSp{
        margin-top: 12px;
        font-size: 12px;
        line-height: 1.6;
    }
    .secUdCont01 .secMiddle .secPoint .estateNumSp .txt01.fRoboto{
        font-size: 13px;
    }
}

/* secContactBtnLink */
@media only screen and (max-width:767px){
    .secMiddle{
        margin-top: 14px;
    }
    .secContactBtnLink{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .secContactBtnLink .btnLink{
        display: block;
        width: 48.5%;
    }
    .secContactBtnLink .btnLink:nth-child(2){
        margin-left: 3%;
    }
    .secContactBtnLink .btn{
        height: 50px;
        border-radius: 3px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-shadow: 0 -1px rgba(4,0,0,0.5) inset;
        font-size: var(--spTitFontSize);
        font-weight: 500;
    }
    .secContactBtnLink .btn .fSmall{
        display: inline-block;
        margin-top: 3px;
        font-size: 10px;
    }
    .secContactBtnLink .btn.boxTel{
        color: var(--mainColor);
        background: var(--mainTxtColor);
        letter-spacing: 0;
    }
    .secContactBtnLink .btn.boxTel svg{
        width: 9px;
        height: 17px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }
    .secContactBtnLink .btn.boxTel svg{
        fill: var(--mainColor);
    }
    .secContactBtnLink .btn.boxContact{
        color: var(--reservationTxtColor);
        background: var(--reservationColor);
    }
    .secContactBtnLink .btn.boxContact svg{
        width: 13px;
        height: 10px;
        margin-right: 5px;
    }
    .secContactBtnLink .btn.boxContact svg{
        fill: var(--reservationTxtColor);
    }
    .secContactBtnLink .btn.boxContact .fSmall{
        margin-top: 5px;
    }
}

/* .secBottom{ */
.secBottom{
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.secBottom .secLeft{
    width: 350px;
    border: 1px solid #bdc8ca;
    padding: 30px 0;
    margin-bottom: 54px;
    position: relative;
}
.secBottom .secLeft .estateNum{
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    margin: auto;
}
.secBottom .secLeft .estateNum .txt.fRoboto{
    font-size: 14px;
}
.secBottom .secLeft .in{
    width: 290px;
    margin: 0 auto;
}
.secBottom .secLeft .btnLink{
    display: block;
    text-decoration: none;
}
.secBottom .secLeft .btnLink .btn{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 -1px rgba(4,0,0,0.5) inset;
}
.secBottom .secLeft .btnLink .btn.boxContact{
    height: 70px;
    background: var(--reservationColor);
    font-size: 16px;
    font-weight: 500;
    color: var(--reservationTxtColor);
}
.secBottom .secLeft .btnLink .btn.boxContact .fSmall{
    font-size: 12px;
    font-weight: 400;
    margin-top: 1px;
}
.secBottom .secLeft .btnLink .btn.boxContact svg{
    width: 18px;
    height: 14px;
    margin-right: 4px;
    margin-top: 1px;
}
.secBottom .secLeft .btnLink .btn.boxContact svg use{
    fill: var(--reservationTxtColor);
}
.secBottom .secLeft .btnLink .btn.boxFavorite{
    height: 50px;
    background: var(--estateFavoriteBtnColor);
    font-size: 14px;
    font-weight: 500;
    color: var(--mainColor);
    margin-top: 15px;
    cursor: pointer;
}
.secBottom .secLeft .btnLink .btn.boxFavorite svg{
    width: 18px;
    height: 16px;
    margin-right: 5px;
    margin-top: 1px;
}
.secBottom .secLeft .btnLink .btn.boxFavorite svg use{
    fill: var(--mainColor);
}
.secBottom .secLeft .boxTel{
    width: 100%;
    padding: 30px;
    background: #f8f8f8;
    margin-top: 15px;
}
.secBottom .secLeft .boxTel{
    width: 100%;
    padding: 30px;
    background: #f8f8f8;
    margin-top: 15px;
}
.secBottom .secLeft .boxTel .txt01{
    text-align: left;
    font-size: 12px;
    color: var(--subColor);
}
.secBottom .secLeft .boxTel .num{
    display: block;
    text-align: center;
    font-size: 28px;
    color: var(--subColor);
    margin-top: 13px;
}
.secBottom .secLeft .boxTel .num svg{
    width: 15px;
    height: 30px;
    margin-right: 8px;
    vertical-align: bottom;
}
.secBottom .secLeft .boxTel .num svg use{
    fill: var(--subColor);
}
.secBottom .secLeft .boxTel .num{
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--subColor);
}
.secBottom .secLeft .boxTel .txt02{
    text-align: center;
    font-size: 10px;
    color: var(--mainColor);
    margin-top: 9px;
}
.secBottom .secLeft .boxTel .txt03{
    text-align: center;
    font-size: 12px;
    color: var(--mainColor);
    margin-top: 14px;
}
.secBottom .secRight{
    max-width: 100%;
    margin-left: 60px;
    -webkit-flex: 1;
    flex: 1;
}
.secBottom .secRight .item{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAACCAYAAABllJ3tAAAAEklEQVQYV2NkwA3+g6QYCSkAACt6AgEZ6R/sAAAAAElFTkSuQmCC) center bottom / auto 1px repeat-x;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.secBottom .secRight .item .title{
    width: 150px;
    padding: 19px 10px 19px 0;
    font-size: 13px;
    color: var(--mainColor);
    line-height: var(--spTxtLineHeight2);
}
.secBottom .secRight .item .val{
    -webkit-flex: 1;
    flex: 1;
    padding: 19px 10px 19px 0;
    font-size: 13px;
    color: #222;
    line-height: var(--spTxtLineHeight2);
}
.secBottom .secRight .item.firstItem .title{
    padding: 14px 10px 19px 0;
}
.secBottom .secRight .item.firstItem .val{
    padding: 0 10px 19px 0;
    font-size: 13px;
}
.secBottom .secRight .item .boxPrice{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.secBottom .secRight .item .boxPrice .txtWrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.secBottom .secRight .item .boxPrice .oriPrice{
    font-size: 11px;
    color: #e4301e;
    text-decoration: line-through;
    margin-right: 10px;
}
.secBottom .secRight .item .boxPrice .oriPrice .fNum01{
    font-size: 13px;
}
.secBottom .secRight .item .boxPrice .discPrice{
    font-size: 12px;
    color: #e4301e;
    margin-right: 10px;
}
.secBottom .secRight .item .boxPrice .discPrice .fNum02{
    font-size: 32px;
}
.secBottom .secRight .item .boxPrice .aLink{
    text-decoration: none;
    color: var(--mainColor)
}
.secBottom .secRight .item .boxPrice .boxBtn{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 -3px rgba(4,0,0,0.1) inset;
    padding-left: 24px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}
.secBottom .secRight .item .boxPrice .boxBtn::after{
    content: "";
    background: url(../img/common/imgSelectArrow.png) center / contain no-repeat;
    width: 7px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.secBottom .secRight .item .boxPrice .boxBtn svg{
    width: 14px;
    height: 19px;
    margin-right: 4px;
}
.secBottom .secRight .item .boxPrice .boxBtn svg use{
    fill: var(--subColor);
}
.secBottom .secRight .item .address{
    vertical-align: top;
    line-height: var(--spTxtLineHeight2);
    position: relative;
    padding-right: 46px;
    display: inline-block;
}
.secBottom .secRight .item .boxPin{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 -3px rgba(4,0,0,0.1) inset;
    text-align: center;
    padding-top: 7px;
    margin: -7px 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.secBottom .secRight .item .boxPin svg{
    width: 14px;
    height: 18px;
}
.secBottom .secRight .item .boxPin svg use{
    fill: #ff4a46;
}
.secBottom .secRight .item .txtAccess{
    line-height: var(--spTxtLineHeight2);
}
@media only screen and (max-width:1300px){
    .secBottom .secLeft{
        width: 410px;
    }
    .secBottom .secLeft .in {
        width: 350px;
    }
    .secBottom .secRight .item .boxPrice .boxBtn {
        width: 205px;
        white-space: nowrap;
    }
}
@media only screen and (max-width:767px){
    .secBottom .secRight{
        margin-left: 0;
        background: #fff;
    }
    .secBottom .secRight .item{
        background: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .secBottom .secRight .item .title{
        width: 110px;
        padding: 14px 8px 14px var(--spXPadding);
        font-size: var(--spTitFontSize);
        background: #f7f7f7;
    }
    .secBottom .secRight .item .val{
        padding: 14px 8px 14px var(--spXPadding);
        font-size: var(--spTitFontSize);
    }
    .secBottom .secRight .item.firstItem .title{
        padding: 14px 8px 14px var(--spXPadding);
    }
    .secBottom .secRight .item.firstItem .val{
        padding: 14px 8px 14px var(--spXPadding);
        font-size: var(--spTitFontSize);
    }
    .secBottom .secRight .item .boxPrice{
        display: block
    }
    .secBottom .secRight .item .boxPrice .oriPrice{
        margin-right: 3px;
    }

    .secBottom .secRight .item .boxPrice .discPrice .fNum02{
        font-size: 20px;
    }
    .secBottom .secRight .item .boxPrice .boxBtn{
        width: 220px;
        height: 50px;
        border-radius: 25px;
        padding-left: 39px;
        margin-top: 8px;
    }
    .secBottom .secRight .item .boxPrice .boxBtn svg{
        margin-right: 7px;
    }
}

/* .secUdCont02 */
.secUdCont02{
    margin-top: 50px;
}
.secUdCont02 .boxSec{
    margin-top: 38px;
}
.secUdCont02 .boxSec:first-child{
    margin-top: 0;
}
.secUdCont02 .boxSec .boxSecTit{
    padding: 0 0 0 14px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: var(--spTitLineHeight);
    color: var(--mainColor);
}
.secUdCont02 .boxSec .boxSecTit::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: calc(100% - 6px);
    display: block;
    border-radius: 2.5px;
    background: var(--subColor);
}
.secUdCont02 .boxSec .boxSecBody{
    margin-top: 18px;
}
@media only screen and (max-width:767px){
    .secUdCont02{
        margin-top: 30px;
    }
    .secUdCont02 .boxSec{
        margin-top: 0;
    }
    .secUdCont02 .boxSec .boxSecTit{
        font-size: var(--spTitFontSize);
        font-weight: bold;
        line-height: var(--spTitLineHeight);
        background: var(--mainColor);
        color: var(--mainTxtColor);
        padding: 15.5px var(--spXPadding);
    }
    .secUdCont02 .boxSec .boxSecTit::before{
        display: none;
    }
    .secUdCont02 .boxSec .boxSecBody{
        margin-top: 0;
    }
}

/* secYoutube */
.secYoutube .boxBg{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #bdc8ca;
    padding: 61px;
}
.secYoutube .boxBg iframe{
    width: 600px;
    height: 338px;
}
@media only screen and (max-width:767px){
    .secYoutube .boxBg{
        border: none;
        padding: 10px var(--spXPadding) 30px;
    }
    .secYoutube .boxBg .boxYoutube{
        width: 100%;
        height: 0;
        padding-top: 56.338%;
        position: relative;
    }
    .secYoutube .boxBg iframe{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        object-fit:cover;
        font-family:'object-fit:cover;';
    }
}

/* secFloorPlan */
.secFloorPlan .boxBg .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: relative;
    background: #fff;
    border: 1px solid #bdc8ca;
    padding: 66px;
}
.secFloorPlan .boxBg .inner .boxImg{
    width: 100%;
    height: 0;
    padding-top: 42.99065%;
}
@media only screen and (max-width:767px){
    .secFloorPlan .boxBg{
        height: auto;
        padding: 10px 0 30px;
    }
    .secFloorPlan .boxBg .inner{
        pointer-events: initial;
        box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
        width: var(--wrapperSpWidth);
        height: auto;
        padding: 20px;
        border-radius: 3px;
    }
    .secFloorPlan .boxBg .inner .boxImg{
        padding-top: 89.55223%;
    }
    .secFloorPlan .boxBg .ico{
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .secFloorPlan .boxBg .ico,
    .secFloorPlan .boxBg .ico svg{
        width: 20px;
        height: 20px;
    }
    .secFloorPlan .boxBg .ico svg use{
        fill: var(--mainColor);
    }
    .secFloorPlan .boxBg .secContactBtnLink{
        margin-top: 30px;
    }
}

/* secFacility */
.secFacility .boxBg .txt{
    border: 1px solid #bdc8ca;
    padding: 12px 18px;
    line-height: var(--pcUdLineHeight);
    background: #fff;
    font-size: 12px;
    color: #222;
}
@media only screen and (max-width:767px){
    .secFacility .boxBg{
        padding: 14px 0;
    }
    .secFacility .boxBg .txt{
        border: none;
        padding: 0;
        background: transparent;
        line-height: var(--spUdLineHeight);
    }
}

/* secCmnTable */
.secUdCmnTable{
    width: 100%;
}
.secUdCmnTable table,
.secUdCmnTable tbody,
.secUdCmnTable tr,
.secUdCmnTable th,
.secUdCmnTable td{
    display: block;
}
.secUdCmnTable tr{
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #bdc8ca;
    border-left: 1px solid #bdc8ca;
}
.secUdCmnTable tr:first-child{
    border-top: 1px solid #bdc8ca;
}
.secUdCmnTable th{
    width: 200px;
    font-size: var(--pcUdTableFontSize);
    color: var(--mainColor);
    border-right: 1px solid #bdc8ca;
    background: #f7f7f7;
    padding: 14px 18px;
    line-height: var(--spTxtLineHeight2);
}
.secUdCmnTable td{
    -webkit-flex: 1;
    flex: 1;
    font-size: var(--pcUdTableFontSize);
    color: #222;
    border-right: 1px solid #bdc8ca;
    background: #fff;
    padding: 14px 18px;
    line-height: var(--spTxtLineHeight2);
}
@media only screen and (max-width:767px){
    .secUdCmnTable tr{
        border: none;
    }
    .secUdCmnTable tr:last-child{
        border-bottom: none;
    }
    .secUdCmnTable th{
        width: 95px;
        font-size: var(--spUdTableFontSize);
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 13px 10px;
    }
    .secUdCmnTable td{
        width: calc(100% - 95px);
        -webkit-flex: 1 1 calc(100% - 95px);
        flex: 1 1 calc(100% - 95px);
        font-size: var(--spUdTableFontSize);
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 13px 14px;
    }
    .secUdCmnTable .noSpBdrBtm{
        border-bottom: none;
    }
}

/* secMap */
.secMap .boxTxt {
    font-size: 12px;
    line-height: var(--pcUdLineHeight);
    color: #222;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .secMap .boxSecBody{
        padding-bottom: 15px;
        background: #fff;
    }
    .secMap .boxMap{
        width: 100%;
        height: 250px;
    }
    .secMap iframe {
        width: 100%;
        height: 100%;
    }
    .secMap .aMapLink {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 220px;
        height: 50px;
        border: 1px solid #dcdcdc;
        border-radius: 25px;
        box-shadow: 0 -3px rgba(4,0,0,0.1) inset;
        margin: 15px auto 0;
        background: var(--mainTxtColor);
    }
    .secMap .aMapLink svg{
        width: 14px;
        height: 18px;
        margin-right: 6px;
    }
    .secMap .aMapLink svg use{
        fill: #ff4a4a;
    }
    .secMap .aMapLink .btnTxt{
        font-size: 12px;
        color: var(--mainColor);
    }
    .secMap .boxTxt {
        margin-top: 15px;
    }
}

/* secCost */
.secCost .boxBg{
    padding: 36px;
    background: var(--bgColor03);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.secCost .attn{
    color: var(--txtAttnColor02);
}
.secCost .boxTxt{
    -webkit-flex: 1;
    flex: 1;
}
.secCost .boxTxt .tit{
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    padding-left: 27px;
    position: relative;
    margin-bottom: 7px;
}
.secCost .boxTxt .txt{
    font-size: 12px;
    line-height: 1.66;
    color: #222;
    padding-left: 27px;
}
.secCost .boxTxt .tit svg{
    width: 18px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.secCost .boxTxt .tit svg use{
    fill: var(--subColor);
}
.secCost .boxCalc{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    margin: 0 10px;
}
.secCost .boxCalc .item{
    display: inline-block;
    border: 1px solid var(--mainColor);
    border-radius: 3px;
    background: var(--mainTxtColor);
    position: relative;
    margin-left: 30px;
    text-align: center;
}
.secCost .boxCalc .item:first-child{
    margin-left: 0;
}
.secCost .boxCalc .item.wFlex{
    min-width: 150px;
    padding: 13px 15px;
}
.secCost .boxCalc .item.wFix{
    padding: 13px 0;
    width: 90px;
}
.secCost .boxCalc .item svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto;
    width: 16px;
    height: 16px;
}
.secCost .boxCalc .item svg use{
    fill: var(--mainColor);
}
.secCost .boxCalc .item .txt{
    font-size: 12px;
    color: var(--mainColor);
}
.secCost .boxCalc .item .price{
    margin-top: 7px;
    font-size: 12px;
    color: var(--mainColor);
}
.secCost .boxCalc .item .price .num{
    font-size: 24px;
}
.secCost .boxRepay .txt{
    font-size: 13px;
    color: var(--txtAttnColor02);
    vertical-align: middle;
}
.secCost .boxRepay .price{
    font-size: 13px;
    color: var(--txtAttnColor02);
    vertical-align: middle;
}
.secCost .boxRepay .price .num{
    font-size: 35px;
}
@media only screen and (max-width:767px){
    .secCost .boxBg{
        padding: 22px 0 27px;
        -webkit-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid var(--bdrColor04);
    }
    .secCost .boxTxt{
        -webkit-order: 1;
        order: 1;
    }
    .secCost .boxTxt .tit{
        font-size: var(--spTitFontSize);
        padding-left: 18px;
        position: relative;
        margin-bottom: 3px;
    }
    .secCost .boxTxt .txt{
        font-size: 11px;
        padding-left: 18px;
    }
    .secCost .boxTxt .tit svg{
        width: 14px;
        height: 19px;
    }
    .secCost .boxCalc{
        -webkit-order: 3;
        order: 3;
        margin: 16px auto 0;
    }
    .secCost .boxCalc .item{
        position: relative;
        margin-left: 20px;
    }
    .secCost .boxCalc .item.wFlex{
        min-width: 125px;
        padding: 6px 15px;
    }
    .secCost .boxCalc .item.wFix{
        padding: 6px 0;
        width: 70px;
    }
    .secCost .boxCalc .item svg{
        left: -16px;
        width: 9px;
        height: 9px;
    }
    .secCost .boxCalc .item .txt{
        font-size: 11px;
    }
    .secCost .boxCalc .item .price{
        margin-top: 4px;
    }
    .secCost .boxCalc .item .price .num{
        font-size: 20px;
    }
    .secCost .boxRepay{
        -webkit-order: 2;
        order: 2;
        padding: 0 var(--spXPadding);
        margin-top: 14px;
    }
    .secCost .boxRepay .txt{
        font-size: 11px;
    }
    .secCost .boxRepay .price{
        font-size: 12px;
    }
    .secCost .boxRepay .price .num{
        font-size: 30px;
    }
    .secCost .txtNote{
        -webkit-order: 4;
        order: 4;
        font-size: 11px;
        line-height: 1.63;
        color: #222;
        padding: 0 var(--spXPadding);
        margin-top: 12px;
    }
}

/* secOthers */
.secOthers .secContactBtnPc{
    padding-bottom: 50px;
}
.secOthers .secContactBtnPc .btnLink {
    display: block;
    width: 550px;
    margin: 0 auto
}
.secOthers .secContactBtnPc .btn {
    height: 90px;
    border-radius: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 -1px rgb(4 0 0 / 50%) inset;
    font-size: 20px;
    font-weight: 500;
}
.secOthers .secContactBtnPc .btn.boxContact {
    color: var(--reservationTxtColor);
    background: var(--reservationColor);
}
.secOthers .secContactBtnPc .btn.boxContact svg {
    width: 18px;
    height: 14px;
    margin-right: 8px;
}
.secOthers .secContactBtnPc .btn.boxContact svg use{
    fill: var(--reservationTxtColor);
}
.secOthers .secContactBtnPc .btn .fSmall {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    /* secContactBtnLink */
    .secOthers .secContactBtnLink{
        margin-top: 30px;
    }

    /* secBtnFav */
    .secOthers .secBtnFav .btnLink {
        display: block;
        text-decoration: none;
    }
    .secOthers .secBtnFav .btnLink .btn.boxFavorite {
        height: 50px;
        background: var(--estateFavoriteBtnColor);
        font-size: 14px;
        font-weight: 500;
        color: var(--mainColor);
        margin-top: 15px;
    }
    .secOthers .secBtnFav .btnLink .btn {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 -1px rgb(4 0 0 / 50%) inset;
    }
    .secOthers .secBtnFav .btnLink .btn.boxFavorite svg {
        width: 18px;
        height: 16px;
        margin-right: 5px;
        margin-top: 1px;
    }
    .secOthers .secBtnFav .btnLink .btn.boxFavorite svg use {
        fill: var(--mainColor);
    }
}

/* secShare */
@media only screen and (max-width:767px){
    .secShare .txtTop{
        margin-top: 15px;
        text-align: center;
        color: var(--mainColor);
    }
    .secShare .secCmnShareBtn{
        margin-top: 15px;
    }

    /* secCmnShareBtn */
    .secCmnShareBtn{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .secCmnShareBtn .btnLink{
        display: block;
        width: 48.5%;
    }
    .secCmnShareBtn .btnLink:nth-child(2){
        margin-left: 3%;
    }
    .secCmnShareBtn .btn{
        height: 50px;
        border-radius: 3px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-shadow: 0 -1px rgba(4,0,0,0.5) inset;
        font-size: var(--spTitFontSize);
        font-weight: 500;
    }
    .secCmnShareBtn .btn .fSmall{
        display: inline-block;
        margin-top: 3px;
        font-size: 10px;
    }
    .secCmnShareBtn .btn.boxMail{
        color: var(--mainColor);
        background: var(--mainTxtColor);
    }
    .secCmnShareBtn .btn.boxMail svg{
        width: 22px;
        height: 20px;
        margin-right: 5px;
        vertical-align: text-bottom;
    }
    .secCmnShareBtn .btn.boxMail svg{
        fill: var(--mainColor);
    }
    .secCmnShareBtn .btn.boxLine{
        color: var(--mainColor);
        background: var(--mainTxtColor);
    }
    .secCmnShareBtn .btn.boxLine .txt{
        padding-left: 27px;
        position: relative;
    }
    .secCmnShareBtn .btn.boxLine .txt::before{
        content: "";
        background: url(../img/common/icoLine.png) center / contain no-repeat;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .secCmnShareBtn .btn.boxLine .fSmall{
        margin-top: 5px;
    }
}

/* secUdCont03 */
.secUdCont03{
    padding-top: 80px;
}
.secUdCont03 .cmnSecTit02{
    text-align: center;
}
.secUdCont03 .secUsedList{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secUdCont03{
        padding-top: 50px;
    }
    .secUdCont03 .cmnSecTit02{
        text-align: left;
    }
    .secUdCont03 .secUsedList{
        margin-top: 20px;
    }
}

/* secUdCont04 */
.secUdCont04{
    padding-top: 80px;
}
.secUdCont04 .boxBodyWrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 47px;
}
.secUdCont04 .secPPSearch{
    width: 550px;
}
.secUdCont04 .secBtnMemberlink{

    margin-left: 40px;
}
@media only screen and (max-width:767px){
    .secUdCont04{
        padding-top: 38px;
    }
    .secUdCont04 .boxBodyWrap{
        display: block;
        margin-top: 13px;
    }
    .secUdCont04 .secPPSearch{
        width: var(--wrapperSpWidth);
    }
    .secUdCont04 .secBtnMemberlink{
        margin: 38px auto 0;
    }
}

/* boxSecTit02 */
.boxSecTit02{
    text-align: center;
}
.boxSecTit02 .ico{
    display: inline-block;
    vertical-align: middle;
}
.boxSecTit02 .ico svg{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.boxSecTit02 .ico svg use{
    fill: var(--mainColor);
}
.boxSecTit02 .txt{
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: var(--mainColor);
    vertical-align: middle;
    margin-left: 3px;
}
@media only screen and (max-width:767px){
    .boxSecTit02{
        text-align: left;
    }
    .boxSecTit02 .ico svg{
        width: 14px;
        height: 14px;
    }
    .boxSecTit02 .txt{
        font-size: var(--spTitFontSize);
        margin-left: 0px;
        padding-bottom: 2px;
    }
}

/* secPPSearch */
.secPPSearch .boxBtnList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.secPPSearch .boxBtnList .item{
    width: 170px;
    height: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid var(--bdrColor01);
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px rgba(0,0,0,0.1);
    padding-top: 6px;
}
.secPPSearch .boxBtnList .item .aLink{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secPPSearch .boxBtnList .item .imgBox{
    width: 28px;
    height: 28px;
}
.secPPSearch .boxBtnList .item .imgBox svg{
    width: 28px;
    height: 28px;
}
.secPPSearch .boxBtnList .item .imgBox use{
    fill: var(--mainColor);
}
.secPPSearch .boxBtnList .item .txtBox{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    color: var(--subColor);
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    .secPPSearch .boxBtnList .item{
        width: 32%;
        height: 80px;
        padding-top: 6px;
        margin-left: 2%;
    }
    .secPPSearch .boxBtnList .item:first-child{
        margin-left: 0;
    }
    .secPPSearch .boxBtnList .item .txtBox{
        font-size: 12px;
        margin-top: 4px;
    }
}

/* secBtnMemberlink */
.secBtnMemberlink{
    display: block;
}
.secBtnMemberlink,
.secBtnMemberlink .btnMember{
    width: 450px;
    height: 70px;
    border-radius: 35px;
}
.secBtnMemberlink .btnMember{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: var(--estateUdMemberBtnColor);
    box-shadow: 0 -2px rgba(4,0,0,0.15) inset;
    font-size: 12px;
    color: var(--brandTxtColor2);
    position: relative;
}
.secBtnMemberlink .btnMember::after{
    content: "";
    background: url(../img/estate/imgWoman02.png) center / contain no-repeat;
    width: 42px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 21px;
}
@media only screen and (max-width:1300px){
    .secBtnMemberlink,
    .secBtnMemberlink .btnMember{
        width: 500px;
    }
}
@media only screen and (max-width:767px){
    .secBtnMemberlink,
    .secBtnMemberlink .btnMember{
        width: 310px;
        height: 50px;
        border-radius: 25px;
    }
    .secBtnMemberlink .btnMember .txt{
        padding-right: 46px;
        line-height: 1.4;
        text-align: center;
    }
}

/* secUsedSearch */
.secUsedSearch{
    background: var(--fNaviBgColor);
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: -65px;
    left: 0;
    z-index: 9999;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.secUsedSearch.checked{
    bottom: 0;
}
.secUsedSearch .wrapper{
    height: 100%;
}
.secUsedSearch .wrapper,
.secUsedSearch .btn{
    justify-content: center;
    -webkit-justify-content: center;
}
.secUsedSearch .wrapper,
.secUsedSearch .tit,
.secUsedSearch .boxBtn,
.secUsedSearch .btn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.secUsedSearch .tit{
    font-size: 16px;
    color: #fff;
}
.secUsedSearch .icoCheck{
    display: block;
    width: 22px;
    height: 22px;
    background: var(--subColor);
    border-radius: 3px;
    position: relative;
    z-index: 10;
    margin-right: 5px;
}
.secUsedSearch .icoCheck svg{
    width: 14px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 4px;
    z-index: 10;
}
.secUsedSearch .icoCheck use{
    fill: var(--subTxtColor);
}
.secUsedSearch .boxBtn{
    margin-left: 20px;
}
.secUsedSearch .btn{
    width: 220px;
    height: 45px;
    font-size: 14px;
    background: #fff;
    color: var(--mainColor);
    border-radius: 3px;
    box-shadow: inset 0px -1px 0px 0px rgba(4, 0, 0, 0.5);
}
.secUsedSearch .btnContact{
    margin-left: 10px;
    background: var(--reservationColor);
    color: var(--reservationTxtColor);
}
.secUsedSearch .btnContact svg{
    width: 13px;
    height: 10px;
}
.secUsedSearch .btnContact use{
    fill: var(--reservationTxtColor);
}
.secUsedSearch .btn img,
.secUsedSearch .btn svg{
    margin-right: 5px;
}
@media only screen and (max-width:767px){
    .secUsedSearch .tit{
        display: none;
    }
    .secUsedSearch .boxBtn{
        width: 100%;
        margin-left: 0;
    }
    .secUsedSearch .btn{
        width: 48.733%;
    }
    .secUsedSearch .btnContact{
        margin-left: 2.534%;
    }
}
@media only screen and (max-width:359px){
    .secUsedSearch .btn{
        font-size: 13px;
    }
}

/* fNavContact */
@media only screen and (max-width:767px){
    .fNavContact{
        background: var(--fNaviBgColor);
        width: 100%;
        height: 65px;
        position: fixed;
        bottom: -65px;
        left: 0;
        z-index: 9999;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        padding: 7.5px 0;
    }
    .fNavContact.scroll{
        bottom: 0;
    }
    .fNavContact.scroll.checked{
        bottom: -65px;
    }
}


/* お気に入り追加ボタン */
.secBottom .secLeft .boxHeart {
    display: block;
    width: 18px;
    height: 16px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-right: 5px;
}
.secBottom .secLeft .boxHeart input[type="checkbox"] {
    display: none;
}
.secBottom .secLeft .boxHeart img, .secBottom .secLeft .boxHeart svg {
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.secBottom .secLeft .boxHeart img {
    display: none;
}
.secBottom .secLeft .boxHeart svg use{
    fill: var(--mainColor);
}
.secBottom .secLeft .boxHeart input[type="checkbox"]:checked + .icoFavorite svg use {
    fill: #e64d3f;
}
.secBottom .secLeft .boxHeart input[type="checkbox"]:checked + .icoFavorite img {
    display: inline;
}

/* お気に入り追加ボタンSP */
@media only screen and (max-width:767px){
    .secBtnFavSp .btnLink{
        display: block;
        text-decoration: none;
    }
    .secBtnFavSp .btnLink .btn{
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 3px;
        box-shadow: 0 -1px rgba(4,0,0,0.5) inset;
    }
    .secBtnFavSp .btnLink .btn.boxFavorite{
        height: 50px;
        background: var(--estateFavoriteBtnColor);
        font-size: 14px;
        font-weight: 500;
        color: var(--mainColor);
        margin-top: 15px;
        cursor: pointer;
    }
    .secBtnFavSp .btnLink .btn.boxFavorite svg{
        width: 18px;
        height: 16px;
        margin-right: 5px;
        margin-top: 1px;
    }
    .secBtnFavSp .btnLink .btn.boxFavorite svg use{
        fill: var(--mainColor);
    }

    .secBtnFavSp .boxHeart {
        display: block;
        width: 18px;
        height: 16px;
        position: relative;
        z-index: 10;
        cursor: pointer;
        margin-right: 5px;
    }
    .secBtnFavSp .boxHeart input[type="checkbox"] {
        display: none;
    }
    .secBtnFavSp .boxHeart img, .secBtnFavSp .boxHeart svg {
        width: 18px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .secBtnFavSp .boxHeart img {
        display: none;
    }
    .secBtnFavSp .boxHeart svg use{
        fill: var(--mainColor);
    }
    .secBtnFavSp .boxHeart input[type="checkbox"]:checked + .icoFavorite img {
        display: inline;
    }
    
}


/* secUdPay */
.secUdPay{
    border: 5px solid #252525;
    border-top: none;
    margin-top: 50px;
    background: #fffde0;
    color: #252525;
}
.secUdPay .titUdPay{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secUdPay{
        border: none;
        background: none;
    }
    .secUdPay .titUdPay{
        height: auto;
        display: block;
        text-align: center;
        background: none;
        color: inherit;
        font-size: 19px;
    }
}

/* secUdPayEstate */
.secUdPayEstate{
    margin-top: 70px;
    padding-bottom: 69px;
    position: relative;
}
.secUdPayEstate .txtZero{
    height: 40px;
    background: #fff100;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 656px;
    top: -26px;
    padding: 0 1em;
}
.secUdPayEstate .boxList{
    display: flex;
    width: 960px;
    margin: 0 auto;
}
.secUdPayEstate .item{
    width: 470px;
    height: 90px;
    background: #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.secUdPayEstate .item:nth-child(2){
    margin-left: 20px;
}
.secUdPayEstate .tit{
    font-size: 24px;
    font-weight: bold;
}
.secUdPayEstate .fNum{
    font-size: 50px;
    margin: 0 7px;
}
.secUdPayEstate .txt{
    font-size: 26px;
    font-weight: bold;
}
.secUdPayEstate .txtNote{
    text-align: center;
    font-size: 13px;
    margin-top: 22px;
}
@media only screen and (max-width:767px){
    .secUdPayEstate{
        margin-top: 20px;
        padding-bottom: 0;
    }
    .secUdPayEstate .txtZero{
        width: 100%;
        height: 35px;
        font-size: 13px;
        position: static;
        font-weight: normal;
    }
    .secUdPayEstate .boxList{
        display: block;
        width: 100%;
        margin-top: 16px;
    }
    .secUdPayEstate .item{
        width: 100%;
        height: 65px;
        border-radius: 30px;
    }
    .secUdPayEstate .item:nth-child(2){
        margin: 10px 0 0 0;
    }
    .secUdPayEstate .tit{
        font-size: 16px;
    }
    .secUdPayEstate .fNum{
        font-size: 30px;
        margin: 0 3px;
    }
    .secUdPayEstate .txt{
        font-size: 16px;
    }
    .secUdPayEstate .txtNote{
        text-align: left;
        font-size: 11px;
        line-height: var(--spTxtLineHeight);
        max-width: 311px;
        margin: 13px auto 0;
    }
}

/* secUdPayReform */
/* .secUdPayReform{
    margin-top: 69px;
} */
@media only screen and (max-width:767px){
    .secUdPayReform{
        margin-top: 40px;
        border: 3px solid #252525;
        background: #fffde0;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
    }
     /* .secUdPayReform .titUdPay{
         order: 1;
     } */
}

/* .secUdPayTab */
.secUdPayTab{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.secUdPayTab .tabItem{
    width: calc((100% -2px) / 3);
}
.secUdPayTab .tabItem:nth-child(n+2){
    margin-left: 1px;
}
.secUdPayTab .tabItem .aBtnLink{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--brandColorPale);
    color: var(--brandTxtColor);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.333;
}
.secUdPayTab .tabItem.active .aBtnLink{
    background: var(--brandColor);
}
.secUdPayTab .tabItem input[type="radio"]{
    display: none;
}
.secUdPayTabBody .tabCont{
    width: 100%;
    display: none;
}
.secUdPayTabBody .tabCont.show{
    display: block;
}
@media only screen and (max-width:767px){
    .secUdPayTab{
        margin-top: 30px;
    }
    .secUdPayTab .tabItem .aBtnLink{
        height: 70px;
        font-size: 15px;
        text-align: center;
    }
}

/* secUdPayPlan */
.secUdPayPlan{
    width: 1080px;
    margin: 38px auto 0;
}
.secUdPayPlan .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.secUdPayPlan .boxMain{
    width: 500px;
}
.secUdPayPlan .boxPrice{
    position: relative;
}
.secUdPayPlan .txtPrice01{
    font-size: 27px;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px;
}
.secUdPayPlan .txtPrice01.estate{
    color: var(--usedEstateColor);
}
.secUdPayPlan .txtPrice01.mansion{
    color: var(--usedMansionColor);
}
.secUdPayPlan .fNum{
    font-size: 130px;
    vertical-align: -5px;
    margin-right: 5px;
}
.secUdPayPlan .txtPrice02{
    width: 260px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 20px;
    background: #fff100;
}
.secUdPayPlan .txtNotePc{
    font-size: 14px;
    line-height: 1.65;
    padding-left: 74px;
}
.secUdPayPlan .img02{
    width: 1080px;
    margin: 40px auto 0;
}

.secUdPayPlan .titPlanC{
    font-size: 50px;
    font-weight: 900;
    color: var(--brandColor);
}
.secUdPayPlan .txtPlanC{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.556;
    margin-top: 18px;
}
.secUdPayPlan .wrapPriceC{
    width: 430px;
    margin-top: 20px;
}
.secUdPayPlan .wrapPriceC .txtPrice01C{
    display: inline-block;
    padding: 9px 16px;
    background: #fff100;
    font-size: 21px;
    font-weight: 700;
}
.secUdPayPlan .wrapPriceC .boxPriceC{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(220, 220, 220);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    background: var(--mainbgColor);
}
.secUdPayPlan .wrapPriceC .boxPriceC .num{
    font-size: 130px;
    font-weight: 700;
    letter-spacing: -2px;
    color: var(--brandColor);
}
.secUdPayPlan .wrapPriceC .boxPriceC .unit1{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brandColor);
    padding-top: 60px;
}
.secUdPayPlan .wrapPriceC .boxPriceC .unit2{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brandColor);
    padding-top: 65px;
}
.secUdPayPlan .wrapPriceC .txtPrice02C{
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secUdPayPlan{
        width: 84vw;
        margin: 19px auto 0;
        padding-bottom: 20px;
        /* order: 3; */
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAABZJREFUGFdjZGBg+M8AAYxQGs7BKgEAQ20CA76iKpIAAAAASUVORK5CYII=) left bottom / auto 1px repeat-x;
    }
    .secUdPayPlan .wrapper{
        display: block;
    }
    .secUdPayPlan .boxMain{
        width: 100%;
    }
    .secUdPayPlan .titPlan{
        max-width: 315px;
        margin: 0 auto;
    }
    .secUdPayPlan .txtPrice01{
        font-size: 20px;
        margin-top: 5px;
        text-align: center;
        letter-spacing: 0;
    }
    .secUdPayPlan .fNum{
        font-size: 80px;
        vertical-align: -2px;
        margin-right: 3px;
    }
    .secUdPayPlan .txtPrice02{
        width: 275px;
        height: 35px;
        font-size: 13px;
        font-weight: normal;
        position: static;
        margin: 0 auto;
    }
    .secUdPayPlan .fTax{
        display: block;
        position: absolute;
        right: calc(50% - 92px); 
        top: 25px;
        font-size: 16px;
    }
    .secUdPayPlan .txtNoteSp{
        font-size: 11px;
        line-height: 1.82;
        display: flex;
        justify-content: center;
        margin: 15px auto 0;
    }
    .secUdPayPlan .img01{
        margin-top: 30px;
        padding-bottom: 16px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAABZJREFUGFdjZGBg+M8AAYxQGs7BKgEAQ20CA76iKpIAAAAASUVORK5CYII=) left bottom / auto 1px repeat-x;
    }
    .secUdPayPlan .img02{
        width: 100%;
        margin-top: 15px;
    }


    .secUdPayPlan .titPlanC{
        font-size: 30px;
        font-weight: 700;
    }
    .secUdPayPlan .txtPlanC{
        font-size: 13px;
        line-height: 1.615;
        margin-top: 10px;
    }
    .secUdPayPlan .wrapPriceC{
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .secUdPayPlan .wrapPriceC .txtPrice01C{
        padding: 7px 24px;
        font-size: 13px;
    }
    .secUdPayPlan .wrapPriceC .boxPriceC{
        width: 258px;
        height: 90px;
        margin: 11px auto 0;
    }
    .secUdPayPlan .wrapPriceC .boxPriceC .num{
        font-size: 78px;
    }
    .secUdPayPlan .wrapPriceC .boxPriceC .unit1{
        font-size: 18px;
        padding-top: 30px;
    }
    .secUdPayPlan .wrapPriceC .boxPriceC .unit2{
        font-size: 15px;
        padding-top: 33px;
    }
    .secUdPayPlan .wrapPriceC .txtPrice02C{
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
    }
    

}

/* secUdPaySimulation */
.secUdPaySimulation{
    margin-top: 40px;
    padding: 40px 0 50px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAABZJREFUGFdjZGBg+M8AAYxQGs7BKgEAQ20CA76iKpIAAAAASUVORK5CYII=) left top / auto 1px repeat-x;
}
.secUdPaySimulation .wrapper{
    width: 1080px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
}
.secUdPaySimulation .txtPlanName{
    font-size: 18px;
    font-weight: 700;
    color: var(--usedEstateColor);
}
.secUdPaySimulation .txtPlanName .txt{
    display: none;
}
.secUdPaySimulation .txtPlanName .txt.active{
    display: inline;
}
.secUdPaySimulation .boxMain{
    display: flex;
    justify-content: space-between; 
}
.secUdPaySimulation .boxForm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secUdPaySimulation .txtForm{
    font-size: 26px;
    font-weight: bold;
}
.secUdPaySimulation .inputForm{
    width: 180px;
    height: 60px;
    border: 1px solid var(--mainColor);
    font-size: 26px;
    font-weight: bold;
    margin: 0 14px;
    text-indent: 15px;
}
.secUdPaySimulation input::placeholder{
    color: rgba(0,0,0,0.2);
  }
.secUdPaySimulation input:-ms-input-placeholder{
    color: rgba(0,0,0,0.2);
}
.secUdPaySimulation input::-ms-input-placeholder{
    color: rgba(0,0,0,0.2);
}
.secUdPaySimulation input[type="number"]::-webkit-outer-spin-button,
.secUdPaySimulation input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.secUdPaySimulation input[type="number"] {
    -moz-appearance:textfield;
}
.secUdPaySimulation .btnForm{
    width: 160px;
    height: 70px;
    background: #8fc31f;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px -1px 0px 0px rgba(4, 0, 0, 0.5);
    border-radius: 5px;
    margin-left: 20px;
}
.secUdPaySimulation .boxPrice{
    width: 450px;
}
.secUdPaySimulation .txtPrice01{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secUdPaySimulation .txtPrice01.estate{
    color: var(--usedEstateColor);
    border-bottom-color:  var(--usedEstateColor);
}
.secUdPaySimulation .txtPrice01.mansion{
    color: var(--usedMansionColor);
    border-bottom-color: var(--usedMansionColor);
}
.secUdPaySimulation .fNum{
    font-size: 60px;
    margin: 0 5px;
    vertical-align: -2px;
    display: none;
}
.secUdPaySimulation .fNum.active{
    display: inline;
}
.secUdPaySimulation .txtPrice02{
    font-size: 21px;
    width: 200px;
    height: 40px;
    background: #fff100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 20px auto 0;
}
.secUdPaySimulation .txtNote{
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
}
@media only screen and (max-width:767px){
    .secUdPaySimulation{
        margin-top: 20px;
        padding: 0 0 20px;
        /* background-position: left bottom; */
        /* order: 2; */
        background: none;
    }
    .secUdPaySimulation .wrapper{
        width: 84vw;
        padding: 27px 20px;
        display: block;
    }
    .secUdPaySimulation .txtPlanName{
        display: inline-block;
        padding-bottom: 18px;
    }
    .secUdPaySimulation .boxMain{
        display: block;
    }
    .secUdPaySimulation .boxForm{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .secUdPaySimulation .txtForm{
        font-size: 16px;
    }
    .secUdPaySimulation .inputForm{
        width: 140px;
        height: 40px;
        font-size: 16px;
        margin: 0 10px;
        text-indent: 15px;
    }
    .secUdPaySimulation .btnForm{
        width: 100%;
        height: 50px;
        font-size: 13px;
        margin: 20px 0 0;
    }
    .secUdPaySimulation .boxPrice{
        width: 100%;
        margin-top: 24px;
    }
    .secUdPaySimulation .txtPrice01{
        font-size: 16px;
        border-bottom-width: 3px;
    }
    .secUdPaySimulation .fNum{
        font-size: 30px;
        margin: 0 3px;
    }
    .secUdPaySimulation .txtPrice02{
        font-size: 13px;
        width: 100%;
        height: 35px;
        font-weight: normal;
        margin: 14px 0 0;
    }
    .secUdPaySimulation .txtNote{
        text-align: left;
        margin-top: 15px;
        font-size: 11px;
        line-height: 1.5;
    }
}