/*
Theme Name: 実績サイト用 Astra 子テーマ
Description: ○○株式会社 実績サイト用のカスタマイズ
Template: astra
Version: 1.0.0
*/


/* ▼ メイン画像（アイキャッチ） */
.piano-main-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* ▼ 小画像3つ：横並び */
.piano-small-images {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.piano-small-images img {
    width: calc(33.333% - 10px);
    height: auto;
    border-radius: 4px;
}
