@charset "UTF-8";
/* ******************************************************************

	--kouga.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.pageKouga .content-description {
	margin-bottom: 57px;
	padding: 0 3%;
}
.list-item-kouga .item-kouga {
	max-width: 360px;
	width: 100%;
	margin: 60px auto;
}
.list-item-kouga li:nth-child(3n) {
}
.item-kouga .bg-item {
	background: url(../images/kouga/bg_item.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0px 6px 15px 2px rgba(6, 0, 1, 0.16);
	-moz-box-shadow: 0px 6px 15px 2px rgba(6, 0, 1, 0.16);
	box-shadow: 0px 6px 15px 2px rgba(6, 0, 1, 0.16);
}
.bg-item .img-item {
	position:relative;
}
.img-item .icon-number {
	position: absolute;
	right: 20px;
	top: -20px;
	z-index: 5;
	background: url(../images/kouga/bg_number.png) no-repeat center;
	text-align: center;
	width: 74px;
	padding: 31px 0;
}
.bg-item .content-item {
	padding: 28px 30px 34px;
}
.content-item .name-item {
	font-size: 20px;
	font-weight: bold;
	color: #35683a;
	text-align: center;
	margin-bottom: 22px;
}