.p-facility-01__textblock .p-facility-01__desc {
    margin-left: 0;
}

/*
@media (min-width: 768px) {
    .p-facility .p-facility-03{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 140px;
        padding-bottom: 0;
    }
}
*/
.p-facility-03__bg {
    background: url(https://crystalhotel-cocomi.com/cms/wp-content/themes/crystalhotel-cocomi/assets/img/wedding/facility/bg1.webp) no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .p-facility .p-facility-03{
        background: none;
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        padding-bottom: 45vw;
    }
    .p-facility-03__ttl {
        font-size: min(9vw, 32px);
        letter-spacing: .03em;
    }
    .p-facility-03__desc{
        width: 100%;
        font-size: 100%;
        font-feature-settings: "palt";
        letter-spacing: .01em;
    }
    .p-facility-03__desc > strong {
        font-size: min(4.5vw, 18px);
        margin-top: 3vw;
        margin-bottom: 1.5vw;
    }
    .p-facility-03__textblock {
        left: 0;
    }
    .p-facility .p-facility-03,
    .p-facility .p-facility-03__bg {
        height: 100%;
        min-height: 84vw;
        padding-top: 3vw;
    }
    .p-facility .p-facility-03__textblock {
        width: 90vw;
    }
    .p-facility-03__img--01 {
        /*
        right: 0;
        bottom: 6%;
        width: 32%;
        height: 20%;

        bottom: 25vw;
        width: 25vw;
        height: 15vw;
*/
        right: -2vw;
        bottom: 27vw;
        width: 21vw;
        height: 12vw;
    }
    .p-facility-03__img--02 {
        /*
        bottom: 6%;
        width: 32%;
        height: 20%;
        right: 34%;

        bottom: 3vw;
        width: 28vw;
        height: 20vw;
        right: 1vw;
        */
        bottom: 7vw;
        width: 28vw;
        height: 17vw;
        right: 9vw;
    }
    .p-facility-03__img--03 {
        bottom: 6%;
        width: 32%;
        height: 20%;
        left:0;

        /*
        bottom: 1.5vw;
        width: 14vw;
        height: 20vw;
        left: 45vw;
        */

        bottom: 1.875vw;
        width: 14vw;
        height: 20vw;
        left: 28vw;
    }
    .p-facility-03__img--01 img {
        object-position: right;
        object-position: center;
    }
    .p-facility-03__img--03 img {
        object-position: bottom;
        object-position: center;
    }
    .p-facility-03  img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin: auto;
    }
    br.only-pc {
        display: none;
    }
}