/*
Theme Name: Cocoon Child
Template: cocoon-master
*/

/* ロゴは Cocoon設定 → ヘッダーロゴ から管理 */

/* ===== フッター ===== */

/* フッターウィジェット（ロゴ）を非表示 */
.footer-widget-area,
#footer-widget-area,
.footer-widgets,
#footer-widgets {
    display: none !important;
}

/* フッターリンクを上に移動・太字に */
.footer-bottom {
    margin-top: 8px !important;  /* 24px → 8px */
}

.footer-bottom a {
    font-weight: 700 !important;
}

.footer-bottom a:hover {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}
