$(document).ready(function(){
	//スクロールバーの指定
	$(".scroll").jScrollPane(
		{
			hijackInternalLinks: true
		}
	);

	//予約フォームのライトボックス
	$(".lightbox").colorbox({
		width:"702",
		height:"706",
		iframe:true,
		returnFocus:false
	});
	
	footerFunctions();
});


//フッターのアニメーション切り替え
var _ua = (function(){
 return {
  ltIE6:typeof window.addEventListener == "undefined" && typeof document.documentElement.style.maxHeight == "undefined",
  ltIE7:typeof window.addEventListener == "undefined" && typeof document.querySelectorAll == "undefined",
  ltIE8:typeof window.addEventListener == "undefined" && typeof document.getElementsByClassName == "undefined",
  mobile:/android|iphone|ipad|ipod/i.test(navigator.userAgent.toLowerCase())
 }
})();


