.card-imgs {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}
.brand-logo {
    left: 17px;
}
.header-list {
    position: relative;
    right: 15px;
}
.stock-property-imgs {
    width: 80%;
    padding-top: 10px;
    padding-left: 10px;
}
.option-imgs {
    width: 192px;
}
/* .head-img {
    position: relative;
    background-image: url("../villa_image/villa_top.jpeg");
    background-size: cover;
    background-position: 0 35%;
    height: 200px;
    line-height: 20px;
} */

.owner-property-img {
    padding: 0px;
    width: 100%;
}

.owner-reservation-img {
    padding: 0px;
    width: 100%;
}

/* 貸別荘詳細で大きく表示する画像 */
.property-img {
    height: 780px;
    background-size: cover;
    background-position: center center;
}

.main-img {
    width: 300px;
    height: 200px;
}

.other-img {
    width: 220px;
    height: 120px;
}

.option-img {
    width: 300px;
    height: 200px;
}

.sp-img-list {
    display: flex;
    flex-flow: wrap;
}

.sp-top-img {
    text-align: center;
    width: 45%;
    margin: auto;
    margin-bottom: 15px;
    font-size: 11px;
}

.property-imgs {
    width: 185px;
}

@media screen and (max-width: 1979px) {
    .option-imgs {
        width: 140px;
    }
    .property-img {
        height: 500px;
    }
}
@media screen and (max-width: 959px) {
    .option-imgs {
        width: 120px;
    }
}
/* スマホ表示するときのCSS */
@media screen and (max-width: 600px) {
    .card-imgs {
        padding: 10px;
    }
    .option-imgs {
        width: 94px;
    }
    .property-img {
        height: 200px;
    }

    .main-img {
        width: 150px !important;
        height: 100px !important;
    }

    .other-img {
        width: 150px !important;
        height: 100px !important;
    }

    .option-img {
        width: 150px !important;
        height: 100px !important;
    }

    .property-imgs {
        width: 100px;
    }
}
