@charset "utf-8";


/*--- for shop ---*/

.products_area .item {
	line-height:1.4;
}
.products_area .item .photo_box {
	border:#CCC solid 1px;
	margin-bottom:10px;
}

.products_area31 .item {
	line-height:1.4;
}
.products_area31 .item .photo_box {
	border:#CCC solid 1px;
	margin-bottom:10px;
}

.torikesi {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: red;
}


/* for Smart Phone */
@media print, screen and (max-width:999px) {

	.products_area .item { flex-basis: 48.5%; }
	.products_area31 .item { flex-basis: 100%; }
	
	.cart_product .left {
		flex-basis: 100%;
	}
	.cart_product .right {
		flex-basis: 100%;
	}

} /* End of Smart Phone Layout */

/* for Tablet & PC */
@media print, screen and (min-width:1000px) {
	.products_area .item { flex-basis: 23.5%; }
	.products_area31 .item { flex-basis: 31%; }

	.cart_product .left {
		flex-basis: 68%;
	}
	.cart_product .right {
		flex-basis: 32%;
	}

} /* End of Desktop Layout */


.products_area li, .products_area31 li { 
	list-style:url(images_shop/list_icon1.png);
	margin-bottom:10px;
}


/* order sheet */

.sheet_area {
	background: -webkit-repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 1px,#dedede 1px, #dedede 5px);
	background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 1px,#dedede 1px, #dedede 5px);
}
.sheet_area_in {
	margin:15px;
	padding:15px;
	background-color:#FFF;
}
.sheet_area_in .midashi {
	font-size:22px;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
}

.midashi_sub {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	border-left:5px solid #666;
	margin-bottom:20px;
	margin-top:20px;
}



.flex_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.item4 { 
	flex-basis: calc(25% - 10px);
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.txticon {
	display:block;
	float:left;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3E7442;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.mgn5 {
	margin-bottom: 5px;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn15 {
	margin-bottom: 15px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn25 {
	margin-bottom: 25px;
}

.txt_kakaku {
	color: #DE2525;
	font-weight: bold;
}




/* for Tablet & PC */
@media print, screen and (min-width:1000px) {

	
	
} /* End of Desktop Layout */
