@charset "UTF-8";

.floating-bnr {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
    display: none;
    position: fixed;
    width: 320px;
    max-width: 90vw;
    height: auto;
    z-index: 99;
}
.floating-bnr.long_aftersupport {
    display: block;
}
.floating-bnr a:hover {
    opacity: 0.7;
    transition: 0.2s;
}
.floating .floating-bnr a::before {
    display: none;
}

.floating-bnr.first-bottom-center {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
.floating-bnr.first-bottom-right {
    bottom: 20px;
    right: 10px;
}
.floating-bnr.second-bottom-right {
    bottom: 210px;
    right: 10px;
}
.floating-bnr.second-bottom-right:nth-of-type(3) {
    bottom: 330px;
    right: 10px;
}
.floating-bnr.second-bottom-right:nth-of-type(4) {
    bottom: 350px;
    right: 10px;
}

/*物件詳細ページ（旧テンプレ）用*/
.houses-oldtmp .floating-bnr.first-bottom-right {
    bottom: 120px;
}

@media screen and (max-width: 767px) {
    .floating-bnr.first-bottom-center {
        top: 80px;
        bottom: auto;
    }
    .floating-bnr.first-bottom-right {
        bottom: 80px;
    }
    .floating-bnr.second-bottom-right {
        bottom: 270px;
    }
    .floating-bnr.second-bottom-right:nth-of-type(2) {
        bottom: 390px;
    }
    .floating-bnr.second-bottom-right:nth-of-type(3) {
        bottom: 510px;
    }

    #footer {
        margin-bottom: 120px;
    }

    /*物件詳細ページ用*/
    .houses .floating-bnr.first-bottom-right {
        bottom: 10px;
    }
    .houses .floating-bnr.second-bottom-right {
        bottom: 200px;
    }
    /* .houses .floating-bnr.second-bottom-right:nth-of-type(2) {
        bottom: 320px;
    } */
    .houses .floating-bnr.second-bottom-right:nth-of-type(3) {
        bottom: 440px;
    }

    .houses #footer {
        margin-bottom: 180px;
    }

    /*物件詳細ページ（多棟テンプレ）用*/
    .houses-mlt .floating-bnr.first-bottom-right {
        bottom: 90px;
    }
    .houses-mlt .floating-bnr.second-bottom-right {
        bottom: 280px;
    }
    .houses-mlt .floating-bnr.second-bottom-right:nth-of-type(2) {
        bottom: 400px;
    }
    .houses-mlt .floating-bnr.second-bottom-right:nth-of-type(3) {
        bottom: 520px;
    }

    .houses-mlt #footer {
        margin-bottom: 280px;
    }

    /*物件詳細ページ（旧テンプレ）用*/
    .houses-oldtmp .floating-bnr.first-bottom-right {
        bottom: 120px;
    }
    .houses-oldtmp #footer {
        margin-bottom: 300px;
    }

    /*ビジュアルコンセプトLP用*/
    .visual-concept .floating-bnr.first-bottom-right {
        bottom: 20px;
    }
    .visual-concept .footer {
        margin-bottom: 140px;
    }
}

.bnr_close {
    background-color: #f8f8f8;
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    color: #777;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 8px;
    position: absolute;
    right: -9px;
    top: -12px;
    z-index: 99999;
}
.fa-xmark:before {
    content: "\f00d";
}