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

body {
	background: #FFF;
	word-break: break-all;
    line-height: 1.4em;
    box-sizing: border-box;
}

@media screen and (max-width: 450px) {
	.cssbtn1{
		width: 100%;
	}
}


/*---------------------------------------------------------
#メインイメージ
----------------------------------------------------------*/
#mainimg {
    padding: 150px 0 0;
}

@media screen and (max-width: 780px) {
    #mainimg {
        padding: 80px 0 0;
    }
}



/*---------------------------------------------------------
#お知らせ
----------------------------------------------------------*/
#news {
    padding: 0 0 30px;
	background: #80002e;
}
#news h3 {
	margin-top: -4.5em;
}

#news iframe {
    height: 400px;
	width: 100%;
	margin-top: 2em;
	overflow: hidden;
}
#news a {
	color: #FFF;
	font-size: 125%;
}
#news a:after {
	content: "〉";
	margin-left: 10px;
}

@media screen and (max-width: 780px) {
	#news iframe {
		height: 450px;
		padding: 12px;
		box-sizing: border-box;
		overflow: hidden;
	}
}


/*---------------------------------------------------------
#ブラックベリーとの出会い
----------------------------------------------------------*/
#story {
	background: url("../img/bg_story.png") repeat-x top center,url("../img/bg_story2.png") repeat-x bottom center;
	text-align: center;
	padding: 130px 0 100px;
}
#story .inner1000 {
	padding-bottom: 5em;
}
#story p {
	line-height: 2.2em;
	font-size: 105%;
}
#story h3 {
	margin-top: 3.5em;
}

.frame-wrapper {
  position: relative;
  max-width: 900px;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 2em auto 20px;
}

.frame-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 780px) {
	#story{
		background-size: auto 130px, auto 130px;
		padding: 0;
	}
	#story p br{
		display: none;
	}
	#story .cssbtn1 {
		margin-top: 0;
	}
}


/*---------------------------------------------------------
#農園で育てているもの
----------------------------------------------------------*/
#coltivation {
	padding: 30px 0;
	background: url("../common/img/bg_content.jpg") repeat;
}
#coltivation h3 {
	text-align: center;
	margin-bottom: 2em;
}
#coltivation p {
	margin: 2em 1em 0;
	line-height: 1.8em;
}

/*---------------------------------------------------------
#product
----------------------------------------------------------*/
#product {
	background: -webkit-repeating-linear-gradient(-45deg, #FFF, #FFF 3px,#dbdaff 3px, #dbdaff 9px);
  background: repeating-linear-gradient(-45deg, #FFF, #FFF 3px,#dbdaff 3px, #dbdaff 9px);
	padding: 50px 0 30px;
}
#product .bg_product {
	background: url("../img/bg_product.png") no-repeat bottom center;
	background-size: 100%;
}

#product h3 {
	max-width: 1100px;
	margin: 0 auto;
}

#product .cssbtn1 {
	background: url("../common/img/bg_cssbtn.png")no-repeat left bottom,#290066;
	border: 3px solid #FFF;
	max-width: 400px;
	text-align: center;
	display: block;
}
.slider-product {
  width: 95%;
  margin: 1em auto 1.5em;
}
.slider-product a {
  margin: 5px;
  display: block;
  color: #80002e;
}
.slider-product .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-product .title {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.slider-product .slick-arrow:before {
  color: #290066;
}

@media screen and (max-width: 780px) {
	.slider-product .title {
	font-size: 16px;
	}
	.slider-product .title br{
		display: none;
	}
	.slider-product .slick-prev{
		left: 0 !important;
		z-index: 100;
	}
	.slider-product .slick-next{
		right: 0 !important;
		z-index: 100;
	}
}


/*---------------------------------------------------------
#おすすめレシピ
----------------------------------------------------------*/
#recipe {
	background: url("../img/bg02.jpg") repeat;
	padding: 60px 0 200px;
}
#recipe .box {
	background: url("../img/img_recipe01.png") no-repeat center right;
	background-size: contain;
	padding: 5%;
}
#recipe .box div {
	width: 55%;
}
#recipe .box p {
	line-height: 2.2em;
	font-size: 120%;
}

@media screen and (max-width: 780px) {
	#recipe {
		padding: 20px 0 150px;
	}
	#recipe .box {
		padding-bottom: 260px;
		background-position: bottom right;
	}
	#recipe .box div {
		width:100%;
	}
	#recipe .box p {
		font-size: 100%;
		line-height: 1.8em;
	}
}
