/*************************************************/
/* gallery *test4*************************************/
/*************************************************/
.gallery1 .wp-block-image {
    border: 5px solid #ccc;
    /* 額縁のボーダー */
    padding: 10px;
    /* 額縁内のパディング */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* ソフトな影 */
    background-color: #fff;
    /* 背景色 */
    display: flex;
    flex-direction: column;
    /* 画像とキャプションを縦に並べる */
    align-items: center;
    /* 中央揃え */
    margin-bottom: 20px;
    /* ギャラリーアイテムの下に余白 */
}

.gallery1 img {
    margin-bottom: 100px;
    /* 画像とキャプションの間の余白をリセット */
}

.gallery1 .wp-element-caption {
    margin-top: 5px;
    /* 画像とキャプションの間に少しの余白を追加 */
    text-align: center;
    /* キャプションを中央揃え */
    font-size: 30px !important;

    /* キャプションのフォントサイズ */
    color: #000 !important;
    /* キャプションの文字色 */
    background: #fff !important;
}

[data-id="2157"] {
    transform: rotate(-5deg);
}

.gallery1 .wp-block-image:nth-child(3) {
    transform: rotate(10deg);
}

.gallery1 .photo6 {
    transform: rotate(5deg);
}