.floor-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
}
.floor-view img {
    width: 100%;
    height: auto
}
.floor-view-overall {
    width: calc(((100% - 528px) / 12 * 7) + 48px * 6)
}
.floor-view-zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(((100% - 528px) / 12 * 5) + 48px * 4);
    border: 1px solid #CED1D8;
    position: relative;
    background: #fff;
}
.floor-view-zoom__caption {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: .04em;
    text-align: center
}
.floor-view__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    text-align: center;
    width: calc(100% - (100% - 100px) / 2 - 40px);
    display: none
}
.floor-view__btn div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    font-size: 1.4rem;
    cursor: pointer;
    background: #fff;
}
.floor-view__btn div::before {
    display: inline-block;
    content: '';
    margin-right: 8px;
    height: 13px;
    width: 13px;
    background: url(../images/icon_zoom.svg) center top no-repeat;
    background-size: contain
}
@media screen and (max-width: 900px) and (min-width: 768px) {
    .floor-view {
        display: block
    }
    .floor-view-map {
        display: block
    }
    .floor-view-overall {
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto
    }
    .floor-view-zoom {
        display: none
    }
    .floor-view__btn {
        display: block;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 48px auto
    }
    .floor-view__btn a {
        margin-left: auto;
        margin-right: auto
    }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
    .l-block {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (max-width: 767px) {
    .floor-view {
        display: block;
        max-width: 100%
    }
    .floor-view-overall {
        width: auto
    }
    .floor-view-zoom {
        display: none
    }
    .floor-view__btn {
        display: block;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 48px auto
    }
    .floor-view__btn a {
        margin-left: auto;
        margin-right: auto
    }
}