@charset "utf-8";
/* CSS Document */


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width: 546px) {
#SMP------------------------{}
	
	#sns {
		width:200px;
		margin:0px auto 50px;
	}
	#sns li{
		float:left;
		width:50px;
		height:50px;
		margin:0 25px;
	}
	#sns li img{
		width:100%;
		height:auto;
	}
	
	#tsukaguchi {
		width:96%;
		margin:-40px auto 70px;
		text-align:center;
		font-size:14px;
	}
	#tsukaguchi a{
		color:#FF4A4A;
	}
	#tsukaguchi .tel{
		font-size:30px;
		font-weight:bold;
	}

}

@media screen and (min-width: 547px) {
#PC------------------------{}

	
	#sns {
		width:200px;
		margin:-30px auto 70px;
	}
	#sns li{
		float:left;
		width:50px;
		height:50px;
		margin:0 25px;
	}
	#sns li img{
		width:100%;
		height:auto;
	}
	
	#tsukaguchi {
		width:500px;
		margin:-90px auto 70px;
		text-align:center;
	}
	#tsukaguchi a{
		pointer-events: none;
		text-decoration: none;
		color:#FF4A4A;
	}
	#tsukaguchi .tel{
		font-size:30px;
		font-weight:bold;
	}

}
ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
