
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	}

.brandlogo {
	margin: 40px auto 0 auto;
	text-align: center;
	}
	
.brandlogo img {
	margin: 0 auto;
	display: block;
	border: none;
	}
	
h1 {
	text-align: center;
	margin-top: 5px;
	}
	
@media screen and (max-width: 768px) {
	.brandlogo img {
		width: 45%;
		}
		
	h1 {
		display: none;
		}
}
		
.brandstory {
	margin: 20px 0 0 0;
	}
	

/*
１行目
-------------------------------------------------------------------*/	

.image-1 {
	margin: 60px auto 0 auto;
	text-align: center;
	}
	
.image-1 img {
	display: block;
	border: none;
	width: 100%;
	}
	
h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 0 0;
	}
	
.text-1 {
	margin: 10px 0 0 0;
	}
	
	
/*
２行目
-------------------------------------------------------------------*/
	
@media screen and (min-width: 769px) {
	.wrap-2 {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin: 60px 0 0 0;
		}
	
	.image-2 {
		width: 60%;
		}
	
	.image-2 img {
		width: 100%;
		display: block;
		}
	
	.text-2 {
		-webkit-flex: 1;
		flex: 1;
		padding: 0 0 0 20px;
		}
}

@media screen and (max-width: 768px) {
	.wrap-2 {
		margin: 30px 0 0 0;
		}
	
	.image-2 {
		}
	
	.image-2 img {
		width: 100%;
		display: block;
		}
	
	.text-2 {
		margin: 10px 0 0 0;
		}
}

/*
３行目
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
	.image-3 {
		margin: 80px auto 0 auto;
		text-align: center;
		}
}

@media screen and (max-width: 768px) {
	.image-3 {
		margin: 40px auto 0 auto;
		text-align: center;
		}
}

.image-3 img {
	display: block;
	border: none;
	width: 100%;
	}
	
.text-3 {
	margin: 10px 0 0 0;
	}
	

/*
４行目
-------------------------------------------------------------------*/
	
@media screen and (min-width: 769px) {
	.wrap-4 {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		margin: 60px 0 0 0;
		}
	
	.image-4 {
		width: 60%;
		}
	
	.image-4 img {
		width: 100%;
		display: block;
		}
	
	.text-4 {
		-webkit-flex: 1;
		flex: 1;
		padding: 0 20px 0 0;
		}
}

@media screen and (max-width: 768px) {
	.wrap-4 {
		margin: 40px 0 0 0;
		}
	
	.image-4 {
		}
	
	.image-4 img {
		width: 100%;
		display: block;
		}
	
	.text-4 {
		margin: 10px 0 0 0;
		}
}


/*
商品
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
	.tytle {
		text-align: center;
		width: 200px;
		margin: 100px auto 0 auto;
		padding: 10px 0;
		border: 1px solid #333;
		}
}

@media screen and (max-width: 768px) {
	.tytle {
		text-align: center;
		width: 200px;
		margin: 60px auto 0 auto;
		padding: 10px 0;
		border: 1px solid #333;
		}
}

.wrap-product {
	display: -webkit-flex;
	display: flex;
	}
	
.slider {
	margin: 30px auto 0 auto;
	}
	
.slider img {
	display: block;
	border: none;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	}
	
.detail {
	padding: 10px 0 40px 0;
	border-bottom: 1px dashed #CCCCCC;
	}
	
.detail ul {
	margin-top: 30px;
	padding-left: 0;
	}
	
.detail li {
	list-style-type: none;
	}
	
.detail li a {
	display: block;
	width: 220px;
	color: #FFF;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #333;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	}

.detail li a:hover {
	text-decoration: underline;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
	}
	
.detail-end {
	padding: 10px 0 40px 0;
	}
	
.detail-end ul {
	margin-top: 30px;
	padding-left: 0;
	}
	
.detail-end li {
	list-style-type: none;
	}
	
.detail-end li a {
	display: block;
	width: 220px;
	color: #FFF;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #333;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	}

.detail-end li a:hover {
	text-decoration: underline;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
	}
	
.slick-prev:before,
.slick-next:before {
    color: #666 !important;
	}

/*
卸販売に関して
-------------------------------------------------------------------*/

#wholesale {
	color: #fff;
	background-color: #777;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 50px 0;
	}

#wholesale div.contact {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 8px 0 10px 0;
	}