@charset "utf-8";

/*---------- hair_style----------*/
.hair_style{
	padding-bottom: 150px;
	background: url(/img/common/line_double.png) repeat-x center top,url(/img/common/bg.jpg) center top;
}

.hair_style ul{
	overflow: hidden;
	margin-bottom: 30px;
}

.hair_style li{
	float: left;
	width: 22%;
	padding: 5px;
	box-sizing: border-box;
	background: #f1ead6;
	margin-right: 4%;
	margin-bottom: 40px;
	box-shadow: 0.105px 0.995px 2px 0px rgba(0, 0, 0, 0.31);
}

.hair_style li:nth-child(4n){
	margin-right: 0;
}

.hair_style li > div{
	width: 100%;
	position: relative;
	padding-top: 95.45%;
	overflow: hidden;
}

.hair_style li img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

@media screen and (max-width:768px){

	
	/*---------- hair_style----------*/
	.hair_style{
		padding-bottom: 60px;
		background: url(/img/common/line_double_sp.png) repeat-x center top,url(/img/common/bg_sp.jpg) center top;
		background-size: 100% auto,100% auto;
	}

	.hair_style ul{
		overflow: hidden;
		margin-bottom: 20px;
	}

	.hair_style li{
		float: left;
		width: 46%;
		margin-right: 8%;
		margin-bottom: 25px;
	}

	.hair_style li:nth-child(even){
		margin-right: 0;
	}
	
}
