サービス一覧

羽毛ふとんのリフォーム
ふとん丸洗いクリーニング
ふとんの打ち直し
西川の羽毛ふとんのリフォーム
LINE公式アカウント
24時間オンライン予約
直接お伺い可能な配送エリア
スピード配送
古いふとんの処分・引き取りサービス
各種お支払い方法
ショッピングローン
Vポイントが貯まる使える
ニューフラワースタンプ
グリーンダウンプロジェクト
お買い物ガイド
PAGE TOP
document.addEventListener('DOMContentLoaded', () => { const tableContainers = document.querySelectorAll('.table-container'); for (const tableContainer of tableContainers) { const scrollHint = document.createElement('div'); scrollHint.className = 'scroll-hint scroll-hint--show'; scrollHint.innerText = '横にスクロールできます'; tableContainer.appendChild(scrollHint); const showScrollHint = () => { if (tableContainer.scrollWidth > tableContainer.clientWidth) { scrollHint.classList.add('scroll-hint--show'); } else { scrollHint.classList.remove('scroll-hint--show'); } }; showScrollHint(); tableContainer.addEventListener('scroll', () => { scrollHint.classList.remove('scroll-hint--show'); }); } });