@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
	slider
-----------------------------------------------*/
#eyecatch {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden; /* 画面幅からでないように */
}

#eyecatch .swiper-wrapper .swiper-slide-next,
#eyecatch .swiper-wrapper .swiper-slide-prev {
	opacity: 0.4;
}

#eyecatch .swiper-pagination {
	bottom: 0;
}
#eyecatch .swiper-pagination-bullet {
	border-radius: 0;
	background: #FFFFFF;
	opacity: 1;
}
#eyecatch .swiper-pagination-bullet-active {
	background: #534741;
}


#eyecatch #sliderBox {
	margin: 0 auto;
	overflow:visible!important; /* 両サイドに前後の画像を表示させる */
	width: 1200px;
}

#eyecatch .bx-viewport {
	overflow: visible !important;
	z-index: 1;
}

.bxslider li {
	width: 1200px;
	opacity: 0.5;
}
.bxslider li.active {
	opacity: 1;
}
@media (max-width: 1200px) {
	#eyecatch #sliderBox {
		margin: 0 auto;
		overflow:visible!important; /* 両サイドに前後の画像を表示させる */
		width: 100%;
	}

	.bxslider li {
	  width: 100%;
	}
}



/*----------------------------------------------
	thought
-----------------------------------------------*/
.topThought {
	padding: 60px 0 100px;
	text-align: center;
}

.topThought .topThoughtTxt {
	margin: 40px auto 20px;
	color: #80735e;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 2.0;
}
@media (max-width: 480px) {
	.topThought {
		padding: 60px 0 20px;
	}	
	.topThought .topThoughtTxt {
		margin: 40px auto 20px;
		color: #80735e;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.8;
	}
	.topThought h1 img {
		width: 60%;
	}
}

.topThought .topThoughtTxt .moreBtn {
	padding: 5px 20px;
	border: 1px solid #80735e;
}
.topThought .topThoughtTxt .moreBtn:before {
	content: "";
	margin-right: 8px;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent transparent #80735e;
	vertical-align: baseline;
	display: inline-block;
}

.topThought .topThoughtTxt .aboutBtn {
	padding: 10px 30px;
	color: #FFFFFF;
	background: #80735e;
}
.topThought .topThoughtTxt .aboutBtn:before {
	content: "";
	margin-right: 8px;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent transparent #FFFFFF;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 480px) {
	.topThought .topThoughtTxt p.mt10 { margin-top: 20px!important;}
}




/*----------------------------------------------
	infoArea
-----------------------------------------------*/
#infoArea {
	margin: 0 0 16px;
	padding: 20px 0;
	background: url(../img/index/bg_infomation.jpg) repeat 0 0;
	position: relative;
}
#infoArea:before, #infoArea:after {
	content: "";
	width: 100%;
	height: 16px;
}
#infoArea:before {
	background: url(../img/index/wavetop_purple.png) repeat-x 0 0;
	position: absolute;
	top: -16px;
	left: 0;
}
#infoArea:after {
	background: url(../img/index/wavebottom_purple.png) repeat-x 0 0;
	position: absolute;
	bottom: -16px;
	left: 0;
	z-index: 5;
}
#infoArea .innerBox {
	width: 900px;
}
@media (max-width: 780px) {
	#infoArea .innerBox {
	width: 100%;
}
}

#infoArea > h1 {
	margin: 0 auto 30px;
	font-size: 3.0rem;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
#infoArea > h1:before, #infoArea > h1:after {
	margin: auto;
	content: "";
	width: 45%;
	height: 5px;
	background: url(../img/index/bag_dots_wt.png) repeat-x 0 0;
	display: inline-block;
}
#infoArea > h1:before {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
}
#infoArea > h1:after {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
}
@media (max-width: 780px) {
	#infoArea > h1 {
		margin: 0 auto 30px;
		font-size: 2.4rem;
	}

	#infoArea > h1:before, #infoArea > h1:after {
		margin: auto;
		content: "";
		width: 30%;
		height: 5px;
		background: url(../img/index/bag_dots_wt.png) repeat-x 0 0;
		display: inline-block;
	}
}


#infoArea > ul > li {
	margin: 0 0 40px;
	padding: 10px;
	width: 430px;
	min-height: 155px;
	border-radius: 20px 0 0 20px;
	background: rgba(255,255,255,0.8);
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	box-sizing: border-box;
}
#infoArea > ul li:nth-of-type(odd) { margin-right: 40px; }
@media (max-width: 780px) {
	#infoArea > ul > li {
		margin: 0 auto 20px;
		width: 47%;
		min-width: 350px;
	}
	#infoArea > ul > li:nth-of-type(odd) { margin-right: auto; }
}
@media (max-width: 480px) {
	#infoArea > ul li {
		margin: 0 auto 20px;
		width: 90%;
		height: auto;
		min-width: inherit;
		border-radius: 20px 20px 0 0;
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}

#infoArea ul li figure {
	margin: 0;
	padding: 0;
	width: 155px;
	height: 155px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
#infoArea ul li figure img {
	width: auto;
	height: 100%;
	max-width: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#infoArea ul li .infoBox {
	margin: 10px 20px;
	width: calc(100% - 175px);
}

#infoArea ul li .infoBox ul li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: transparent;
}
#infoArea ul li .infoBox date {
	padding: 5px 10px 5px 0;
	display: inline-block;
}
#infoArea ul li .infoBox span.ctg {
	margin: 0 0 0 auto;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #534741;
}
#infoArea ul li .infoBox h1 {
	margin: 5px 0;
	padding: 10px 0 0;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	border-top: 1px solid #534741;
    font-size: 1.6rem;
}
@media (max-width: 480px) {
	#infoArea ul li .infoBox ul li {
		width: auto!important;
	}

	#infoArea ul li figure {
		margin: 10px auto 0;
		padding: 0;
		width: 60%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	#infoArea ul li figure:after {
		content: "";
		padding-top: 100%;
		display: block;
	}
	#infoArea ul li .infoBox {
		margin: 10px auto;
		width: 90%;
	}
}

#infoArea .innerBox a.moreBtn {
	margin: 10px 0 0 auto;
	padding: 5px 20px;
	color: #534741;
	width: 140px;
	display: block;
	background: #ffffff;
    font-size: 2rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#infoArea .innerBox a.moreBtn:before {
	content: "";
	margin-right: 4px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #534741;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 480px) {
	#infoArea .innerBox a.moreBtn {
		margin: 1px 0 0 auto;
		padding: 5px;
		width: 120px;
        font-size: 1.6rem;
	}
	#infoArea .innerBox a.moreBtn:before {
		content: "";
		margin-right: 4px;
		width: 0;
		height: 0;
		border: 4px solid;
		border-color: transparent transparent transparent #534741;
	}
}




/*----------------------------------------------
	columnArea
-----------------------------------------------*/
#columnArea {
	margin: -16px 0 40px;
	padding: 40px 0 60px;
	background: url(../img/index/bg_column.jpg) repeat 0 center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#columnArea:after {
	content: "";
	width: 100%;
	height: 16px;
	background: url(../img/common/wavetop_texture.png) repeat-x 0 bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}
#columnArea:before {
    content: "";
    width: 100%;
    height: 16px;
    background: url(../img/common/wavebottom_texture.png) repeat-x 0 bottom;
    position: absolute;
    left: 0;
    top: 0;
}

#columnArea > h1 {
	margin: 0 auto 30px;
	font-size: 3.0rem;
	font-weight: 600;
	color: #534741;
	text-align: center;
	position: relative;
}
#columnArea > h1:before, #columnArea > h1:after {
	margin: auto;
	content: "";
	width: 45%;
	height: 5px;
	background: url(../img/index/bag_dots_br.png) repeat-x 0 0;
	display: inline-block;
}
#columnArea > h1:before {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
}
#columnArea > h1:after {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
}
@media (max-width: 780px) {
	#columnArea > h1 {
		margin: 0 auto 30px;
		font-size: 2.4rem;
	}
	#columnArea > h1:before, #columnArea > h1:after {
		margin: auto;
		content: "";
		width: 30%;
	}
}


#columnArea .clumnBox {
	padding: 20px 40px;
	background: rgba(231,150,154,0.7);
}
@media (max-width: 780px) {
	#columnArea .clumnBox {
		padding: 20px;
		background: rgba(231,150,154,0.7);
	}
}
@media (max-width: 480px) {
	#columnArea .clumnBox.fl {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
#columnArea .clumnBox figure {
	margin: 0 30px 0 0;
	width: 220px;
	height: 155px;
	overflow: hidden;
}
#columnArea .clumnBox figure img {
	border-radius: 20px;
}
#columnArea .clumnBox .columnTxt {
	color: #ffffff;
	width: calc(100% - 250px);
}
#columnArea .clumnBox .columnTxt h1 {
	margin-bottom: 14px;
	font-size: 2.2rem;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
}
#columnArea .clumnBox .columnTxt h1 date {
	font-size: 2rem;
	margin-right: 20px;
}
@media (max-width: 480px) {
	#columnArea .clumnBox figure {
		margin: 0 auto 10px;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	#columnArea .clumnBox .columnTxt {
		color: #ffffff;
		width: 100%;
	}
}

#columnArea .clumnBox .columnTxt a.moreBtn {
	margin: 20px 0 0 auto;
	padding: 5px 0 5px 20px;
	color: #FFFFFF;
	width: 120px;
	display: block;
    font-size: 2rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#columnArea .clumnBox .columnTxt a.moreBtn:before {
	content: "";
	margin-right: 4px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #FFFFFF;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 480px) {
	#columnArea .clumnBox .columnTxt a.moreBtn {
		margin: 20px 0 0 auto;
		padding: 5px;
		width: 100px;
        font-size: 1.6rem;
	}
	#columnArea .clumnBox .columnTxt a.moreBtn:before {
		content: "";
		margin-right: 4px;
		width: 0;
		height: 0;
		border: 4px solid;
		border-color: transparent transparent transparent #FFFFFF;
	}
}


#columnArea .climnBNbox {
	margin: 20px auto;
	padding: 0 0 10px;
	background: rgba(255,255,255,0.7);
}
#columnArea .climnBNbox h1 {
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	background: rgba(202,187,171,0.9);
    font-size: 1.6rem;
}
#columnArea .climnBNbox dl {
	margin: 20px auto 0;
	width: 90%;
    font-size: 1.6rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#columnArea .climnBNbox dl dt {
	padding: 5px 0;
	width: 7em;
	float: left;
	clear: both;
}
#columnArea .climnBNbox dl dd {
	margin-left: 7em;
	padding: 5px 0;
}
@media (max-width: 780px) {
	#columnArea .climnBNbox dl {
		margin: 20px auto 0;
		width: 95%;
	}
}
@media (max-width: 480px) {
	#columnArea .climnBNbox dl {
		margin: 20px auto 0;
		width: 90%;
	}
	#columnArea .climnBNbox dl dt {
		padding: 5px 0 0;
		width: 100%;
		float: none;
		clear: both;
	}
	#columnArea .climnBNbox dl dd {
		margin-left: 0;
		padding: 0 0 5px;
	}
}

#columnArea .climnBNbox a.moreBtn {
	margin: 0 0 0 auto;
	padding: 5px 0 5px 20px;
	color: #736357;
	width: 160px;
	display: block;
    font-size: 2rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#columnArea .climnBNbox a.moreBtn:before {
	content: "";
	margin-right: 4px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #736357;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 480px) {
	#columnArea .climnBNbox a.moreBtn {
		margin: 1px 0 0 auto;
		padding: 5px;
		width: 100px;
        font-size: 1.6rem;
	}
	#columnArea .climnBNbox a.moreBtn:before {
		content: "";
		margin-right: 4px;
		width: 0;
		height: 0;
		border: 4px solid;
		border-color: transparent transparent transparent #736357;
	}
}




/*----------------------------------------------
	recipeArea
-----------------------------------------------*/
#recipeArea {
	padding: 40px 0;
}

#recipeArea h1.ttl {
	text-align: center;
	position: relative;
}
#recipeArea h1.ttl:before, #recipeArea h1.ttl:after {
	content: "";
	width: 145px;
	height: 135px;
	display: inline-block;
}
#recipeArea h1.ttl:before {
	background: url(../img/index/icon_recipeL.png) no-repeat left top;
}
#recipeArea h1.ttl:after {
	background: url(../img/index/icon_recipeR.png) no-repeat left top;
}


#recipeArea .recipeBox {
	margin: 20px auto;
	padding: 40px;
	width: 760px;
	background: #fbf7ee url(../img/index/bg_recipe.png) no-repeat center center;
	background-size: 98% 98%;
	box-sizing: border-box;
}

#recipeArea .recipeBox ul li {
	margin: 0 auto 20px;
	width: 45%;
	text-align: center;
}
#recipeArea .recipeBox ul li figure {
	margin: 0 auto 10px;
	width: 265px;
	height: 265px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
#recipeArea .recipeBox ul li figure img {
	width: auto;
	max-width: 150%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 20px;
}

#recipeArea .recipeBox ul li h1 {
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	font-size: 1.6rem;
}

#recipeArea .recipeBox .recipeBtn {
	margin: 0 auto;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	width: 10em;
	display: block;
	background: #e7969a;
    font-size: 2rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#recipeArea .recipeBox .recipeBtn:before {
    content: "";
    margin-right: 4px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent transparent #ffffff;
    vertical-align: baseline;
    display: inline-block;
}
@media (max-width: 780px) {
	#recipeArea {
		padding: 0 0 40px;
	}
	#recipeArea h1.ttl {
		margin: 0 auto;
		width: 90%;
	}
	#recipeArea h1.ttl img { width: 50%; }
	#recipeArea h1.ttl:before, #recipeArea h1.ttl:after {
		content: "";
		width: 72px;
		height: 67px;
		display: inline-block;
	}
	#recipeArea h1.ttl:before {
		background: url(../img/index/icon_recipeL.png) no-repeat left top;
		background-size: contain;
	}
	#recipeArea h1.ttl:after {
		background: url(../img/index/icon_recipeR.png) no-repeat left top;
		background-size: contain;
	}

	#recipeArea .recipeBox {
		margin: 20px auto;
		padding: 40px;
		width: 90%;
		background: #fbf7ee url(../img/index/bg_recipe.png) no-repeat center center;
		background-size: 98% 98%;
		box-sizing: border-box;
	}
	#recipeArea .recipeBox ul li figure {
		margin: 0 auto 10px;
		width: 100%;
		height: auto;
	}
	#recipeArea .recipeBox ul li figure:after {
		content: "";
		padding-top: 100%;
		display: block;
	}
}
@media (max-width: 480px) {
	#recipeArea {
		padding: 0 0 20px;
	}
	#recipeArea h1.ttl img { width: auto; }
	#recipeArea h1.ttl:before, #recipeArea h1.ttl:after {
		content: "";
		display: none;
	}
	#recipeArea .recipeBox ul li {
		margin: 0 auto 20px;
		width: 98%;
		text-align: center;
	}
}



/*----------------------------------------------
	productsArea
-----------------------------------------------*/
#productsArea {
	padding: 80px 0;
	background: url(../img/common/wavebottom_texture.png) repeat-x left top, url(../img/common/bg_flower.jpg) no-repeat;
	background-size: auto, cover;
}

#productsArea .productsWrap {
	margin: 0 auto;
	padding: 14px 14px 40px;
	width: 815px;
	height: auto;
	background:
		url(../img/index/bg_productL.png) no-repeat left 40px bottom 40px,
		url(../img/index/bg_productR.png) no-repeat right 40px bottom 40px,
		url(../img/index/waku_products.png) no-repeat left top;
	background-size: auto, auto, 100% 100%;
	box-sizing: border-box;
	position: relative;
}

#productsArea .productsWrap .productsTxt {
	position: absolute;
	top: 40px;
	left: 40px;
}
#productsArea .productsWrap .productsTxt p {
	margin: 10px 0;
	font-size: 1.6rem;
	line-height: 1.8;
}
#productsArea .productsWrap #productsList {
	margin: -40px auto 0;
	width: 80%;
	position: relative;
}
#productsArea .productsWrap #productsList li {
	width: 50%;
	text-align: center;
}
#productsArea .productsWrap #productsList li p {
	padding: 0 0 0 80px;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	font-weight: 600;
}
#productsArea .productsWrap #productsList li:first-of-type p { color: #80735e; }
#productsArea .productsWrap #productsList li:last-of-type p { color: #e8979b; }

#productsArea .productsWrap p a.productsBtn {
	margin: 0 auto;
	padding: 16px 40px;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	width: 12em;
	background: #917c65;
	display: block;
}
#productsArea .productsWrap p a.productsBtn:before {
    content: "";
    margin-right: 4px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent transparent #ffffff;
    vertical-align: baseline;
    display: inline-block;
}

@media (max-width: 1200px) {
	#productsArea .productsWrap {
		margin: 0 auto;
		padding: 14px 14px 40px;
		width: 90%;
		max-width: 815px;
		height: auto;
	}
}
@media (max-width: 780px) {
	#productsArea .productsWrap .productsTxt {
		width: 60%;
		position: absolute;
		top: 40px;
		left: 20px;
	}
	#productsArea .productsWrap .productsTxt p:last-of-type { display: none;}
	#productsArea .productsWrap .pc_hdn {
		padding: 20px 10px;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	#productsArea .productsWrap #productsList {
		margin: 10px auto 0;
		width: 95%;
	}
	#productsArea .productsWrap #productsList li p { padding: 0; }
}
@media (max-width: 480px) {
	#productsArea .productsWrap {
		margin: 0 auto;
		padding: 20px 8px 40px;
		width: 90%;
		max-width: 815px;
		height: auto;
		background:
			url(../img/index/bg_productL.png) no-repeat left 10px bottom 15px,
			url(../img/index/bg_productR.png) no-repeat right 10px bottom 15px,
			url(../img/index/waku_products.png) no-repeat left top;
		background-size: auto, auto, 100% 100%;
	}
	#productsArea {
		padding: 80px 0;
		background: url(../img/common/wavebottom_texture.png) repeat-x left top, url(../img/common/bg_flower_smp.jpg) no-repeat;
		background-size: auto, cover;
	}

	#productsArea .productsWrap #productsList.fl {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
	#productsArea .productsWrap #productsList.fl li {
		margin: 0 auto 20px;
		width: 100%;
	}
	#productsArea .productsWrap p a.productsBtn {
		padding: 5px 10px;
		font-size: 1.8rem;
		font-weight: 600;
		color: #FFFFFF;
		text-align: center;
		width: 80%;
		background: #917c65;
		display: block;
		box-sizing: border-box;
	}
}

#productsArea .productsWrap.item_salt {
	padding: 60px 40px 40px;
	margin-top: 30px;
}
#productsArea .productsWrap.item_salt figure {
	text-align: center;
	margin: 0 auto 20px;
}
#productsArea .productsWrap.item_salt .subtit {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 20px 0;
}
#productsArea .productsWrap.item_salt .text {
	font-size: 1.6rem;
	line-height: 1.8;
}
#productsArea .productsWrap p a.productsBtn {
	background: #71acbe;
}
@media (max-width: 480px) {
	#productsArea .productsWrap.item_salt {
		padding: 20px;
		margin-top: 30px;
	}
	#productsArea .productsWrap.item_salt .subtit {
		font-size: 1.6rem;
		margin: 16px 0;
	}
	#productsArea .productsWrap p a.productsBtn {
		width: 100%;
		margin-top: 10px;
	}
}


/*------------------------------------------------------
	voice
------------------------------------------------------*/
#voiceArea {
	margin: 60px auto 0;
	padding: 0 0 120px;
	max-width: 920px;
}

#voiceArea h1 {
	margin: 0 auto 80px;
	color: #e7969a;
	font-size: 2.8rem;
	text-align: center;
}
#voiceArea h1 span {
	font-size: 3.6rem;
	margin-top: 30px;
	display: block;
}

#voiceArea .voice_comment {
    display: flex;
    margin-bottom: 20px;
}
#voiceArea .voice_comment .info {
    width: 250px;
}
#voiceArea .voice_comment.photo_left .info {
    width: 250px;
    background-position: left top;
    padding-bottom: 8px;
}
#voiceArea .voice_comment.photo_right .info {
    width: 250px;
    background-position: right top;
    text-align: right;
    padding-bottom: 8px;
}
#voiceArea .voice_comment .info div {
	padding: 14px 14px 4px;
    width: 250px;
    background: url(../img/voice/photo_line.png) no-repeat, url(../img/voice/bg_photo.png) no-repeat left top;
    box-sizing: border-box;
}
#voiceArea .voice_comment .info figure {
    overflow: hidden;
    width: 174px;
    height: 200px;
    position: relative;
}
#voiceArea .voice_comment .info figure img {
    width: auto;
    height: 100%;
    max-width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#voiceArea .voice_comment .info span {
	margin: 10px 0 5px;
	padding: 4px 10px;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	font-size: 1.6rem;
	color: #fff;
	width: 6em;
	text-align: center;
	border-radius: 20px;
	background: #917c65;
	display: block;
}
#voiceArea .voice_comment .info span:nth-child(2) {
		background: #917c65;
}

#voiceArea .voice_comment .info p a {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#voiceArea .voice_comment .info p a + a { margin-left: 10px; }
#voiceArea .voice_comment.photo_right .info span { margin: 10px 0 5px auto; }
#voiceArea .voice_comment.photo_left .info div {
    background-position: right center, left top;
}
#voiceArea .voice_comment.photo_right .info div {
    background-position: left center, right top;
}
#voiceArea .voice_comment.photo_right .info figure {
    margin: 0 0 0 auto;
}
#voiceArea .voice_comment .name {
    color: #42210b;
    font-size: 1.8rem;
    text-align: center;
    width: 202px;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-weight: bold;
}
#voiceArea .voice_comment.photo_right .name {
    margin: 0 0 0 auto;
}

#voiceArea .voice_comment .comment {
    background: #e8979b;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 650px;
    height: 90%;
}

#voiceArea .voice_comment .comment div {
    font-size: 1.6rem;
    color: #42210b;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    border: 2px solid #e8979b;
    padding: 34px 34px 60px;
    background: url(../img/common/bg_flower.jpg);
    font-weight: 600;
    
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
#voiceArea .voice_comment .comment div h2 {
    font-size: 2.4rem;
    margin-bottom: 18px;
}

#voiceArea .voice_comment + .voice_comment {
	margin-top: 80px;
}

p.tuduki_btn {
    padding: 5px 10px;
    border: 1px solid;
    float: right;
    margin-top: 10px;
}

@media (max-width: 780px) {
	#voiceArea {
		margin: 30px auto 0;
		padding: 0 0 40px;
		max-width: 920px;
		width: 90%;
	}

	#voiceArea h1 {
		font-size: 1.6rem;
		text-align: center;
		margin: 0 auto 30px;
	}
	#voiceArea h1 span {
		font-size: 2.0rem;
		margin-top: 20px;
	}

    #voiceArea .voice_comment {
        display: block;
        margin-bottom: 10px;
    }
	#voiceArea .voice_comment + .voice_comment.photo_left {
		margin-top: 40px;
	}
    #voiceArea .voice_comment .info {
        width: 100%;
        background: url(../img/voice/bg_photo.png) no-repeat;
        background-position: center top;
        background-size: 160px auto;
        text-align: center;
        margin-bottom: 10px;
    }
    #voiceArea .voice_comment.photo_left .info,
    #voiceArea .voice_comment.photo_right .info {
        width: 100%;
        background-position: center top;
		text-align: center;
    }

	#voiceArea .voice_comment .info span,
	#voiceArea .voice_comment.photo_right .info span {
		margin: 20px auto 10px;
	}

    #voiceArea .voice_comment .info div {
        margin: 0 auto;
        background-image: none;
        width: 200px;
    }
	#voiceArea .voice_comment .info div figure {
		width: 130px;
		height: 160px;
		margin: 0 auto;
	}
	#voiceArea .voice_comment.photo_right .info figure {
		margin: 0 auto;
	}
    #voiceArea .voice_comment.photo_right .name,
    #voiceArea .voice_comment.photo_left .name {
		text-align: center;
		width: 100%;
		font-weight: normal;
		font-size: 1.4rem;
    }
    #voiceArea .voice_comment.photo_left .comment,
    #voiceArea .voice_comment.photo_right .comment {
        width: 90%;
        height: auto;
        margin: 0 auto 10px 6.5%
    }
	#voiceArea .voice_comment .comment {
		-webkit-transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}
    #voiceArea .voice_comment .comment div {
        font-size: 1.4rem;
        border: 2px solid #e8979b;
        padding: 20px 20px 60px;
        font-weight: normal;

        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    #voiceArea .voice_comment .comment div h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

#voiceArea .voiceBtn {
	text-align: center;
}
#voiceArea .voiceBtn a {
	font-size: 2.0rem;
    	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	background: #80735e;
}
#voiceArea .voiceBtn a:before {
	content: "";
	margin-right: 8px;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent transparent #FFFFFF;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 780px) {
	 #voiceArea .voiceBtn a {
		font-size: 1.6rem;
	}
}

/*----------------------------------------------
	topics
-----------------------------------------------*/
article#topics {
    margin: 30px 0;
}
#topics div > h1 {
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    background: #80735e;
    padding: 5px;
}

#topics .innerBox div {
    background: #fff;
    padding: 30px;
    margin: 20px;
    border: 1px solid #80735e;
    font-size: 1.6rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}

p.date {
    color: #a48971;
    font-weight: 600;
}


article.topbn a {
    margin-right: 20px;
}
article.topbn a:last-child {
    margin-right: 0;
}
@media (max-width: 780px) {
	article.topbn a {
    margin-right: 0;
}
}

/*----------------------------------------------
	topBannerArea
-----------------------------------------------*/
.topBannerArea {
	margin: 0 auto 60px;
	max-width: 1200px;
	width: 90%;
}
.topBannerArea ul li {
	margin: 0 auto 20px;
	width: 48%;
}

@media (max-width: 780px) {
	.topBannerArea ul li {
		width: 100%;
	}
}
