@charset "utf-8";

/* --------------------------------------------------------------------------------

	PC向けindex.css
	
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
.main{
	margin: 0 0 70px;
}
.main .img-main{
	margin: 0 0 60px;
}
.main .txt-main{
	text-align: center;
}
.main .txt-main .heading{
	margin: 0 0 30px;
	color: #5a310c;
	font-size: 40px;
}
.main .txt-main .txt-box{
	margin: 0 0 60px;
	font-size: 16px;
}


.main .kodawari-box ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main .kodawari-box ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.main .kodawari-box ul li .img{
	width: 540px;
}
.main .kodawari-box ul li .txt-box{
	width: 580px;
}
.main .kodawari-box ul li .heading{
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: bold;
}
.main .kodawari-box ul li .txt{
	font-size: 18px;
}



/* --------------------------------------------------------------------------------
実績
-------------------------------------------------------------------------------- */
.achievements{
	margin: 0 0 100px;
}
.achievements .achievements-box ul{
}
.achievements .achievements-box ul li{
	margin: 0 0 30px;
}
.achievements .achievements-box ul li .txt-box{
	margin: 0 0 15px;
	font-size: 18px;
}
.achievements .achievements-box ul li .txt-box .shop{
	font-weight: bold;
}
.achievements .achievements-box .item-achieve{
	display: flex;
}
.achievements .achievements-box .item-achieve .item-box{
	width: 610px;
}
.achievements .achievements-box .item-achieve .item-box .item{
	border: 1px solid #222222;
}
.achievements .achievements-box .item-achieve .item-box .item1{
	width: 220px;
}
.achievements .achievements-box .item-achieve .item-box .item2{
	display: flex;
	width: 420px;
}
.achievements .achievements-box .item-achieve .item-box .item a{
	display: block;
	width: 220px;
	padding: 20px;
}
.achievements .achievements-box .item-achieve .item-box .item a:nth-child(2){
	padding: 20px 20px 20px 0;
}
.achievements .achievements-box .item-achieve .item-box .item a .img{
	width: 180px;
}
.achievements .achievements-box .item-achieve .item-box .item a .name{
	padding: 10px 0;
	font-size: 16px;
}
.achievements .achievements-box .item-achieve .achieve{
	width: 550px;
}
.achievements .achievements-box .item-achieve .achieve .img-box{
	display: flex;
	justify-content: space-between;
}
.achievements .achievements-box .item-achieve .achieve .img-box .img{
	width: 260px;
	padding: 5px;
	background: #fff;
}
.achievements .achievements-box .item-achieve .achieve .img-box .img1{
	width: 560px;
}



/* --------------------------------------------------------------------------------
無添加・天然醸造を実現する、素材を活かした加工技術
-------------------------------------------------------------------------------- */
.technology{
	margin: 0 0 100px;
}
.technology .technology-box ul{
	display: flex;
	justify-content: center;
}
.technology .technology-box ul li{
	width: 278px;
	margin: 0 16px 0 0;
	background: #fff;
}
.technology .technology-box ul li:nth-child(4){
	margin: 0;
}

.technology .technology-box ul li .img-txt{
}
.technology .technology-box ul li .img{
}
.technology .technology-box ul li img{
	display: block;
}
.technology .technology-box ul li .txt-box{
	padding: 12px;
}
.technology .technology-box ul li .txt-box .heading{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.technology .technology-box ul li .txt-box .heading .line{
	display: block;
	background: #c60a13;
	width: 50px;
	height: 2px;
	margin: 6px auto 10px;
}
.technology .technology-box ul li .txt-box .txt{
	font-size: 15px;
	line-height: 1.3;
}





/* --------------------------------------------------------------------------------
おすすめ商品
-------------------------------------------------------------------------------- */
.products{
	margin: 0 0 55px;
}
.products .products-box ul{
	display: flex;
	justify-content: center;
}
.products .products-box ul li{
	width: 180px;
	margin: 0 16px 0 0;
}
.products .products-box ul li:last-child{
	margin: 0;
}
.products .products-box ul li img{
	display: block;
	margin: 0 0 10px;
}
.products .products-box ul li .name{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}
.products .products-box ul li .txt{
	font-size: 15px;
}


/* --------------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------- */
.contact{
	margin: 0 0 100px;
}


/* --------------------------------------------------------------------------------
カテゴリー
-------------------------------------------------------------------------------- */
.category{
	margin: 0 0 40px;
}


/* --------------------------------------------------------------------------------
会員登録いただいた方には特別価格、様々な特典をご用意しております。
-------------------------------------------------------------------------------- */
.bnr-member{
	text-align: center;
}
.bnr-member img{
	width: 600px;
}







