$(document).ready(function(){
	var site = location.href.split("?")[1]
	if(site == "f" || site == "f#wrapper"){
		$("h1").html('<img style="margin-top:20px" src="../../images/logo_f.png" alt="株式会社 藤田工務店" />');
			$("h1").css("margin-left","60px");
		$(".hop_house a").click(function(){
			document.location = this+"?f";
			return false;
		});
	}
});