@charset "utf-8";
/* CSS Document */

/*arrival end*/
	.new,.re{
		text-align: center;
		font-size: 15px;
	}
 	
	.new{
		background-color: #900000;
		color: #FFFFFF;
	}
	
	.re{
		background-color: #343E7C;
		color: #FFFFFF;
	}
	
	
/*pc*/
@media screen and (min-width: 769px){
    .sp_only{
        display: none;
    }
	
	.title_image_box{
		width: 100%;
		margin: 0 auto 5%;
	}
	
	.title_image_box img{
		width: 100%;
		max-width: 324px;
		margin: 170px auto 100px;
		display: block;
	}
	
	.one_day_box{
		width: 100%;
	}
	
	.day_text{
		width: 100%;
		color: #797979;
		padding: 10px 20px;
		font-size: 13px;
		text-align: center;
	}
	
	.item_basebox{
		width: 18%;
		margin: 1%;
		position: relative;
		float: left;
	}
	.item_basebox:before{
		content: "";
		display: block;
		padding-top: 140%;
	}
	
	.item_box{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	
	.item_box img{
		width: 100%;
	}
	
	.item_name,
	.item_price{
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #A6A6A6;
		margin: 3px 0 0 0;
	}
	
	
}/*media screen end*/
	
	
/*sp*/
@media screen and (max-width: 768px){
    .pc_only{
        display: none;
    }
	.title_image_box{
		width: 100%;
		margin: 0 auto 5%;
	}
	
	.title_image_box img{
		width: 100%;
		max-width: 100px;
		margin: 70px 0 10px 10px;
		display: block;
	}
	
	.one_day_box{
		width: 100%;
	}
	
	.day_text{
		width: 100%;
		color: #797979;
		padding: 5px 20px 20px;
		font-size: 12px;
		text-align: center;
	}
	
	.item_basebox{
		width: 48%;
		margin: 1%;
		position: relative;
		float: left;
	}
	.item_basebox:before{
		content: "";
		display: block;
		padding-top: 140%;
	}
	
	.item_box{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	
	.item_box img{
		width: 100%;
	}
	
	.item_name,
	.item_price{
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #A6A6A6;
		margin: 3px 0 0 0;
	}
	
	
	
}/*media screen end*/