$(function(){
	//スムーズスクロール（共通）
	$('.pageTop a').click(function(){
	  $.scrollTo( $('#header'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	//スムーズスクロール（メニュー）
	$('.negi a').click(function(){
	  $.scrollTo( $('#negi'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.mix a').click(function(){
	  $.scrollTo( $('#mix'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.meat a').click(function(){
	  $.scrollTo( $('#meat'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.side a').click(function(){
	  $.scrollTo( $('#side'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.rice a').click(function(){
	  $.scrollTo( $('#rice'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.sweets a').click(function(){
	  $.scrollTo( $('#sweets'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.hormone a').click(function(){
	  $.scrollTo( $('#hormone'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.vesi a').click(function(){
	  $.scrollTo( $('#vesi'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.lanch a').click(function(){
	  $.scrollTo( $('#lanch'), {speed:700,axis:'y', queue:true} );
	  return false;
    });
	$('.course a').click(function(){
	  $.scrollTo( $('#course'), {speed:700,axis:'y', queue:true} );
	  return false;
    });

});

$(function(){
	//地図画面展開
	$('.map a').click(function(){
	  window.open("/map.html","map","width=600,height=675,scrollbars=yes,resizable=yes");
	  return false;
    });

});

$(function(){
	//地図画面展開
	$('.staff a').click(function(){
	  window.open("/staff.html","staff","width=600,height=675,scrollbars=yes,resizable=yes");
	  return false;
    });

});

