@charset "utf-8";
/*------------------------------------------------------------
	タイトル
------------------------------------------------------------*/
h5 {
	background: url(../images/product/ttl_bg.jpg) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding: 4% 0;
	box-sizing: border-box;
	letter-spacing: 0.2em;
}


@media screen and (min-width: 0) and (max-width: 768px) {
	
	h5 {
		width: 100%;
		background: url(../images/product/ttl_bg.jpg) no-repeat center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 5.5vw;
		font-weight: bold;
		padding: 5% 0 4%;
		box-sizing: border-box;
		letter-spacing: 0.2em;
	}
}


/*------------------------------------------------------------
	商品一覧レイアウト
------------------------------------------------------------*/

#product {
	width: 100%;
	margin: 1.5em auto 0;
	
}


/*------------------------------------------------------------
	ここにテキストが入ります
------------------------------------------------------------*/
.product_info{
	width: 910px;
	margin: 0 auto;
	margin-bottom: 130px;
}

.product_info .flexslider{
	margin-bottom: 1.3em;
	border: none;
}

.product_info p{
	padding: 0.4em;
	letter-spacing: -0.03em;
}


.product_info p b{
	color: #2C6C67;
}


@media screen and (min-width: 0) and (max-width: 768px) {
	.product_info{
	width: 100%;
	margin-bottom: 20vw;
	font-size: 3.5vw;
	}

.product_info p{
	padding: 0 3%;
}
}


/*------------------------------------------------------------
	木材一覧
------------------------------------------------------------*/
.product_list{
	width: 910px;
	margin: 0 auto;
}

.product_list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2em;}


.product_list ul li{
	float: left;
}


.product_list ul li img{
	margin-bottom: 1em;
}


/*PCのみ*/
@media screen and (min-width: 769px){
.product_list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2.5em;
}

.product_list ul li:nth-of-type(3n){
	margin-right:0
}
}


/*SPのみ*/
@media screen and (min-width: 0) and (max-width: 768px) {
.product_list{
	width: 100%;
	font-size: 3.5vw;
}

.product_list ul{
	margin-bottom: 1em;}

.product_list ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2.5em;
}

.product_list ul li p,
.product_list ul li b{
	padding: 1em 6%;
}
	

.product_list ul li:nth-of-type(2n){
	margin-right:0;
}

	

.product_list ul.other li{
	width: 100%;
}
	
.product_list ul.other li p,
.product_list ul.other li b{
	padding-left: 3%;
}
}