#menu.fixed{
    position: sticky;/*fixedを設定して固定*/
	z-index: 1;/*最前面へ*/
	top: 20px;
	left: 0;
}
