@charset "UTF-8";

.facility-box {
    margin: 0 auto;
}

.clean li.item {
    flex-wrap: wrap;
    justify-content: space-between;
}

.clean li.item figure {
    width: 14%;
}

.clean li.item .text {
    width: 82%;
}

.clean li.item figure.fa10 {
    width: 100%;
    margin-top: 20px;
}

.clean li.item figure.fa11 {
    width: 100%;
    margin-top: 20px;
}

.remote {
    flex-wrap: wrap;
    justify-content: space-between;
}

.remote .left {
    width: 22.6%;
}

.remote .right {
    width: 73.4%;
}

.wifi {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.wifi .image {
    width: 26%;
}

.wifi .text {
    width: 70%;
}

/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {
    .clean li.item figure {
        width: 20%;
    }

    .clean li.item .text {
        width: 74%;
    }

    .remote .left {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }

    .remote .right {
        width: 100%;
        order: 1;
    }

    .wifi .image {
        width: 60%;
        margin: 0 auto 10px;
    }

    .wifi .text {
        width: 100%;
    }
}