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

@media screen and (min-width: 981px) {
	.cate_menu li:nth-of-type(1) .cate_child_menu::before,
	.cate_menu li:nth-of-type(1) .cate_child_menu::after {
		left: 33%
	}

	.cate_menu li:nth-of-type(2) .cate_child_menu::before,
	.cate_menu li:nth-of-type(2) .cate_child_menu::after {
		left: 50%;
	}

	.cate_menu li:nth-of-type(3) .cate_child_menu::before,
	.cate_menu li:nth-of-type(3) .cate_child_menu::after {
		left: 67%;
	}
}


@media screen and (max-width: 980px) and (min-width: 769px) {
	.cate_menu li:nth-of-type(1) .cate_child_menu::before,
	.cate_menu li:nth-of-type(1) .cate_child_menu::after {
		left: 26%
	}
}


@media screen and (max-width: 768px) {
	.cate_menu li:nth-of-type(1) .cate_child_menu::before,
	.cate_menu li:nth-of-type(1) .cate_child_menu::after {
		left: 17%
	}
}


/* --------------------------------------------------------
詳細ページ
-------------------------------------------------------- */

.works_post {
	max-width: 1040px;
	margin: 0px auto;
}

.product_single .product_img {
	height: 500px;
}

.product_single .product_img.no_photo {
	border-radius: 26px;
}

.slide-navigation {
	height: 220px;
    width: 100%;
}

.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
}

.slide-navigation .item {
	height: 100%;
}

.slide-navigation .item .image {
	justify-content: center;
}

.product_detail {
	margin-top: 100px;
}

.product_spec > dl {
	padding: 20px 10px;
}

@media screen and (max-width: 980px) {
	.slide-navigation {
		height: 160px;
	}

}


@media screen and (max-width: 768px) {
	.slide-navigation {
/*		width: 85%;*/
		height: 120px;
	}

	.product_spec > dl > dt {
		flex: 4;
	}
}


@media screen and (max-width: 500px) {
	.product_spec > dl > dt {
		flex: 5;
	}
	
	.slide-navigation {
		height: 100px;
	}

	.product_single .product_img {
		height: 300px;
	}
}


@media screen and (max-width: 400px) {
	.product_spec > dl > dt {
		flex: 8;
	}
}