/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:01:38 */
/* ==========================================================================
   全ページ共通のパララックス（画像固定）設定
   ========================================================================== */
.page-header {
    background-repeat: no-repeat;
    background-size: cover; /* 隙間なく表示するため 100% auto から cover に変更 */
    background-attachment: fixed !important; /* 画像の表示位置を画面に固定 */
    background-position: center center; /* 画像の中心を基準に配置 */
    height: 150px; /* 必要に応じて帯の高さ（表示領域）を広げる */
}
