@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フッター全体に背景画像を適用 */
#footer {
  background-image: url('https://kyoudoushinken.com/wp-content/uploads/2025/12/child_wall.jpg'); /* ←画像URLを差し替え */
  background-size: cover;         /* 全体に綺麗にフィット */
  background-position: center;    /* 画像の中央を表示 */
  background-repeat: no-repeat;   /* 繰り返し防止 */
}

/* フッター内の余白や背景色が邪魔する場合は透明にする */
.l-footer__inner,
.l-footer__widgetArea,
.w-footer {
  background: transparent !important;
}
