/* Prime Suites Tokyo - Beds24 booking2 embed fix (2026-08-09)
   Beds24のBootstrap .row 負マージンで中身が枠+20〜40pxに描画され
   横スクロールが必ず出る問題を解消し、左右に余白を確保する */
html, body { overflow-x: hidden !important; }
body { padding: 0 10px !important; box-sizing: border-box; }
.ajaxroomcalendar { width: 100% !important; max-width: 100% !important; }
.row { margin-left: 0 !important; margin-right: 0 !important; }
.col-xs-12 { padding-left: 6px !important; padding-right: 6px !important; }
