#maze {
    width: 1000px; /*(画像サイズ(資料では16) * 横のタイル枚数)*/
    height: 1000px; /*(画像サイズ(資料では16) * 縦のタイル枚数)*/
    touch-action: none;
}