/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/* ===== フッター波の隙間修正（総合対策） ===== */

/* 波側の調整 */
.global-footer-wave {
    line-height: 0;
    margin-bottom: -5px; /* 必要に応じて -1px 〜 -10px の間で調整 */
    position: relative;
    z-index: 10; /* フッターより手前に表示 */
}

.global-footer-wave svg {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

/* フッター側の調整 */
#footer.container_wrap.footer_color {
    padding-top: 0 !important;
    margin-top: 0 !important;
}