@charset "utf-8";

#wrapper section h1 {
	margin:25px 0 10px 0;
}

#telnum p {
	margin-top:-535px;
	margin-right:-100px;
}

/* スライダ */
#slider {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
}

#slider ul {
	width:400%;
	position:absolute;
	left:0px;
	top:0px;
}

#slider ul li {
	float:left;
	width:25%;
}

.imgl {
	float:left;
	margin:30px 20px 0 0;
}
.imgr {
	float:right;
	margin:5px 0 10px 10px;
}
@media only screen and (max-width : 720px) {
	.imgl {
		float:none;
		margin:10px;
		text-align:center;
	}
}
@media only screen and (max-width : 320px) {
	.imgr {
		float:none;
		margin:10px;
		text-align:center;
	}
}
