@charset "UTF-8";

/*---product---*/

/*------------------------
.page_content_area
--------------------------*/	
.page_content_area{
	background-image:url("../img/product/page_side_image.png"); 
}
@media screen and (min-width:0px) and (max-width:767px){
	.page_content_area{
		background-image:none; 
	}
}

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_product{
	width: 446px;
	background-image: url("../img/product/underPage_title_productList.png");
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_product{
		width: 100%;
		background-image: url("../img/product/underPage_title_productList.png");
	}
}

/*------------------------
cont_wrap
--------------------------*/	
.cont_wrap{
	margin-top: 100px;
	padding:0;
}
.product_category{
	background-color: #ffebde;
	border: solid 2px #fff;
}
/*1カラム*/
.full{
	width: 100%;
}
.product_text_area{
	width:462px;
	height:480px;
	position:relative;
}
.bg_yellow_slide{
	width:462px;
	height:480px;
	position: absolute;
	top:0;left:0; 
	z-index: 2;
}
.product_text{
	width:462px;
	height:480px;
	padding: 20px;
	position: relative;
	z-index: 3;
}
.product_text.t_left span,
.product_text.t_right span{
	width: 100%;
	display: block;
	padding: 0 5px;
	background-color: #fff;
	text-align: left;
	margin: 10px 0 20px;
}
.product_text h3{
	font-size: 40px;
	margin-bottom: 10px;
}
.product_text p{
	text-align: left;
}
.product_text .product_link_btn{
	position: absolute;
	bottom: 30px;left:50%;
	margin-left: -150px;
}
.product_view_area{
	width:calc(100% - 462px);
	height:480px;
	padding: 100px 20px 0;
	overflow: hidden;
	text-align: center;
	float: right;
}

/*2カラム*/
.half{
	width: 50%;
	float: left;
}
.product_category.half .product_text_area{
	width:337px;
	height:350px;
	position:relative;
}
.product_category.half .bg_yellow_slide{
	width:337px;
	height:350px;
	position: absolute;
	top:0;left:0; 
	z-index: 2;
}
.product_category.half .product_text{
	width:337px;
	height:350px;
	padding: 20px;
	position: relative;
	z-index: 3;
}
.product_category.half .product_text.t_left span,
.product_category.half .product_text.t_right span{
	width: 100%;
	display: block;
	padding: 0 5px;
	background-color: #fff;
	text-align: left;
	margin: 10px 0 20px;
}
.product_category.half .product_text h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.product_category.half .product_text h3 small{
	font-size: 18px;
	margin-bottom: 10px;
}
.product_category.half .product_text .product_link_btn{
	position: absolute;
	bottom: 20px;left:50%;
	margin-left: -150px;
}
.product_category.half .product_view_area{
	width:calc(100% - 337px);
	height:350px;
	padding: 70px 20px 0;
	overflow: hidden;
	text-align: center;
	float: right;
}
.item_1 img{
	width:calc(100% - 100px);
	min-width: 200px;
	max-width: 250px;
	height: auto;
	margin: 0;
}
.item_2 img{
	width:calc((100% - 120px) / 2);
	min-width: 200px;
	max-width: 375px;
	margin: 0 20px;
}
.item_3 img{
	width:calc((100% - 120px) / 3);
	min-width: 200px;
	max-width: 375px;
	margin: 0 10px;
}


@media screen and (min-width:0px) and (max-width:767px){

	.cont_wrap{
		margin-top: 50px;
		padding:0;
	}
	.product_category{
		background-color: #ffebde;
		border: solid 2px #fff;
	}
	/*1カラム*/
	.full{
		width: 100%;
	}
	.product_text_area{
		width:100%;
		background-color: #e8d60b;
		height:auto;
		position:static;
	}
	.bg_yellow_slide{
		display: none;
	}
	.product_text{
		width:100%;
		height:auto;
		padding: 10px;
		position: static;
	}
	.product_text.t_left span,
	.product_text.t_right span{
		width: 100%;
		display: block;
		padding: 0 5px;
		background-color: #fff;
		text-align: left;
		margin: 10px 0 20px;
	}
	.product_text h3{
		text-align: left;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.product_text p{
		text-align: left;
	}
	.product_text .product_link_btn{
		position: static;
		margin: 15px auto 0;
	}
	.product_view_area{
		width:100%;
		height:auto;
		padding: 20px;
		overflow: hidden;
		text-align: center;
		float: none;
	}

	/*2カラム*/
	.half{
		width: 100%;
		float: none;
	}
	.product_category.half .product_text_area{
		width:100%;
		height:auto;
		position:relative;
	}
	.product_category.half .bg_yellow_slide{
		display: none;
	}
	.product_category.half .product_text{
		width:100%;
		height:auto;
		padding: 10px;
		position:static;
	}
	.product_category.half .product_text.t_left span,
	.product_category.half .product_text.t_right span{
		width: 100%;
		display: block;
		padding: 0 5px;
		background-color: #fff;
		text-align: left;
		margin: 10px 0 20px;
	}
	.product_category.half .product_text h3{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.product_category.half .product_text h3 small{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product_category.half .product_text .product_link_btn{
		position: static;
		margin:10px auto;
	}
	.product_category.half .product_view_area{
		width:100%;
		height:auto;
		padding: 20px;
		overflow: hidden;
		text-align: center;
		float: none;
	}
	.item_1 img{
		display: block;
		width:80%;
		min-width: 200px;
		max-width: 250px;
		height: auto;
		margin: 10px auto;
	}
	.item_2 img{
		display: block;
		width:80%;
		min-width: 200px;
		max-width: 250px;
		height: auto;
		margin: 10px auto;
	}
	.item_3 img{
		display: block;
		width:80%;
		min-width: 200px;
		max-width: 250px;
		height: auto;
		margin: 10px auto;
	}
		
}

