@charset "UTF-8";

/*メディアクエリ設定（※widhtが767px以下の場合にCSSを適用する）*/

@media screen and (max-width:768px){
	
	#pageHeader{
	background-size:cover;
	}
	
	.loop{
		background:url(../img/loop_img_response.png) no-repeat center;
		width:100%;
		margin-top:10px;
		height:300px;
		animation: none;
	}
	
	div.inner{
		width:100%;
		margin:0 auto;
	}
	
	div h1.logo{
		text-align:center;
		margin-top:0px;
		margin-bottom:10px;
	}
	
	div h1.logo img{
		max-width:50%;
   		height: auto;
	}
	
	div p.tel{
		visibility : hidden;
	}
	
	
	
	
	
	
}