@charset "utf-8";
/* CSS Document */
#new_arrival{
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
}
#new_arrival h2 {
    text-align: center;
    margin-bottom: 37px;
    font-weight: bold;
	border-bottom: 1px solid #231815;
	display: inline-block;
}




#new_arrival li img{
	max-width: 100%;
}






@media screen and (min-width:881px){
	
	#new_arrival li:nth-of-type(4n+1) {
		clear: left;
	}
	#new_arrival li{
		padding: 0px 0px 37px;
		margin: 0px 37px 0px 0px;
		float: left;
		width: 222px;
		list-style: none;
	}

	#new_arrival li:nth-child(4n) {
		margin-right: 0px;
	}
	
	
	#gnavi_reserve {
		position: absolute;
		top: 12%;
		left: 10px;
		z-index: 9998;
		width: 60px;
		height: 50px;

	}


	#gnavi_reserve a{
		background: url("../img/reserve_icon.png") no-repeat;
		background-size: cover;
		display: block;
		width: 60px;
		height: 50px;
	}
}





@media screen and (max-width:880px){
	
	#new_arrival{
		width: 84%;
		margin: 50px auto 50px auto;
	}
	
	#new_arrival li:nth-child(2n) {
		float: right;
	}
	#new_arrival li{

		margin: 0px 0px 15px 0px;
		float: left;
		width: 47%;
		list-style: none;
	}
	#new_arrival li:nth-child(n+5) {
		display: none;
	  }
	
	
	#gnavi_reserve {
		position: absolute;
		top: 33%;
		left: 10px;
		z-index: 9998;
		width: 30px;
		height: 25px;

	}


	#gnavi_reserve a{
		background: url("../img/reserve_icon.png") no-repeat;
		background-size: cover;
		display: block;
		width: 30px;
		height: 25px;
	}
}

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

	#gnavi_reserve{
		top: 22%;
	}



}

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

	#gnavi_reserve{
		top: 22%;
	}

}


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



}

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



}