.heading_inner:before {
    content: "";
    display: block;
    height: 220px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -220px;
    /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

.detailBox {
    width: 100%;
}

.detailContentText {
    width: 70%;
}

.detailContentPhoto {
    display: block;
}

.noPhoto {
    width: 100%;
}

.photoCount1_img {
    width: 30%;
}

.mainPhoto,
.subPhoto {
    width: 100%;
}

.subPhoto {
    margin-top: 3%;
}

.subPhoto img {
    margin: 0 1%;
}

.subPhoto .slick-list {
    padding: 0 !important;
}

.subPhoto .slick-track {
    transform: unset !important;
}

@media screen and (max-width: 1024px) {
    .detailContentText {
        width: 100%;
    }

    .photoCount1_img {
        width: 100%;
    }
}