#
#
#
HOME
タイトル
L I V E
水質・大気
LIVE
タイトル
L I V E
タイトル
L I V E
タイトル
L I V E
タイトル
L I V E
タイトル
L I V E
タイトル
L I V E
リンクの挿入/編集
閉じる
リンク先 URL を入力してください
URL
リンク文字列
リンクを新しいタブで開く
または既存のコンテンツにリンク
検索
検索キーワードが指定されていません。最近の項目を表示しています。
検索もしくは上下矢印キーを使って項目を選択してください。
キャンセル
document.addEventListener("DOMContentLoaded", function() { const natureButton = document.getElementById("nature-button"); const natureSidebar = document.getElementById("nature-sidebar"); const trafficButton = document.getElementById("traffic-button"); const trafficSidebar = document.getElementById("traffic-sidebar"); if (natureButton && natureSidebar) { natureButton.addEventListener("click", function() { natureSidebar.classList.toggle("active"); }); } if (trafficButton && trafficSidebar) { trafficButton.addEventListener("click", function() { trafficSidebar.classList.toggle("active"); }); } }); function closeSidebar(id) { const sidebar = document.getElementById(id); if (sidebar) { sidebar.classList.remove("active"); } }
通知