上部に広告が出る場合は、スライドで出てきた画面と、閉じるボタンが被り、えらいことになります。
解決方法
jquery.toggle.js
        $('#open-icon').toggleClass('close');
↓の下に追加
        $('#open-icon').toggleClass('close');
        $('#open').toggleClass('buttonclose');
style.css スマホ、タブレット用 

【i-001】【i-005】【i-041】
/* メニューを開くボタン */
#open{
・
・
}
↓の下に追加
/* メニューを開くボタン */
#open{
・
・
}
#open.buttonclose{
position:fixed
}

【i-014】【i-021】はこれを追加
#open.buttonclose{
position:fixed;
top:10px;right:20px
}
【i-015】【i-033】はこれを追加
#open.buttonclose{
position:fixed;
top:10px;right:10px
}
【i-023】はこれを追加
#open.buttonclose{
position:fixed;
top:10px;right:30px
}
【i-025】はこれを追加
#open.buttonclose{
position:fixed;
top:10px;right:0
}
【i-026】はこれを追加
#open.buttonclose{
position:fixed;
top:15px;right:15px
}
【i-029】はこれを追加
#open.buttonclose{
position:fixed;
top:15px;right:10px
}
【i-030】はこれを追加
#open.buttonclose{
position:fixed;
top:20px;right:10px
}
【i-018】【i-038】はこれを追加
#open.buttonclose{
position:fixed;
top:20px;right:20px
}
【i-042】はこれを追加
#open.buttonclose{
position:fixed;
top:0;right:20px
}
©2000- FOOL LOVERS