ドロワーメニュー
$(function() {
$('#course').on('click',function() {
$(this).children().slideToggle();
});
});