@charset "UTF-8";

/* =============================================================================
   文化復興事業ページ専用CSS（ページID: 356）
   ============================================================================= */

.arrow {
    display: grid;
    place-items: center;
}

@media screen and (max-width: 959px) {
    /* だんじり画像をコンテンツより前に表示 */
    .danjiri_img {
        order: -1;
    }

    /* NOTE: 本番公開時は URL を rocksss.xsrv.jp/kani/... に変更してください */
    .has-bg-img.culture {
        background-image: url("http://localhost:8888/tiplushd/wp-content/uploads/2025/11/Vector-1.png") !important;
        background-size: contain;
        transform: translateY(-60px);
        padding-bottom: 0 !important;
    }

    .l-content {
        margin-bottom: 0;
    }
}
