@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
 index
-----------------------------------------------*/
.table .contentHead .h2Box{
	padding: 30px 15px;
}

.table .headText:after{
	background-image: url(../../../../_images/category/kitchen/table/main-img.webp);
	width: 430px;
	height: 460px;
}

@media screen and ( max-width: 736px ){
	.table .contentHead .h2Box{
		padding: 20px 15px;
	}
	.table .headText:after{
		width: 255px;
		height: 270px;
	}
}


/*---------------------------------------------------------------------------------
	孫カテ
--*/

/*箸・箸置き*/
.chopsticks .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/kitchen/table/chopsticks/content_icon.webp);}
.chopsticks .contentHead .headText{
	background-image: url(../../../../_images/category/kitchen/table/chopsticks/main_img.webp);}

/*カトラリー・ストロー*/
.cutlery .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/kitchen/table/cutlery/content_icon.webp);}
.cutlery .contentHead .headText{
	background-image: url(../../../../_images/category/kitchen/table/cutlery/main_img.webp);}

/*コースター*/
.coaster .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/kitchen/table/coaster/content_icon.webp);}
.coaster .contentHead .headText{
	background-image: url(../../../../_images/category/kitchen/table/coaster/main_img.webp);}

/*皿・食器*/
.dishes .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/kitchen/table/dishes/content_icon.webp);}
.dishes .contentHead .headText{
	background-image: url(../../../../_images/category/kitchen/table/dishes/main_img.webp);}
