@charset "UTF-8";

/*共通CSS*/
.c01 {
	background-color: #06AE6B;
}
.c02 {
	background-color: #ff6600;
}
.oIcon {
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 10px;
	color: #ffffff;
}
.osusume img {
	width: 100%;
}

/* ヘッダー*/
#header{
	text-align: center;
}
#header h1{
	padding-top: 10px;
}
#navi a{
	color: #000;
}

/*フッター*/
#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #CDCDCD;
	background-color: #E9E9E9;
}
#footer .fNavi {
	margin-bottom: 10px;
}
#footer .fNavi a {
	color: #000000;
}
img{
	max-width: 100%;
	height: auto;
}
section {
	clear:both;
	padding: 0;
}




/*農家イメージ*/
#section3{
	padding: 0 !important;
}
#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery img{
	width: 100%;
	height: auto;
}
.colorRed {
	color: red;
}
.clear {
	clear: both;
	margin: 20px 0;
}

/*店長のおすすめカラー*/
.coGreen {
	background-color: #05AB6F;
	box-shadow: 0px 0px 0px 5px #05C580;	
}
.osGreen {
	background-color: #DBF1CB;
}
.coRed {
	background-color: #E01717;
	box-shadow: 0px 0px 0px 5px #FF0808;	
}
.osRed {
	background-color: #FAE2E2;
}




/*980px以上*/
@media only screen and (min-width: 980px){
/*ヘッダー・フッター*/
a#menu{
	display:none;
}	
.navi{
	display:block !important;
}
#navi li{
	display: inline-block;
	padding: 10px 25px 20px 25px;
	font-size: 14px;
}
#header h1 img{
	margin-top: 3px;
	max-height: 55px;
	width: auto !important;
}
#footer{
		padding: 20px 0 20px 0;
}
/* ## breadcrumb ## */
#breadcrumb {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #e4e4e4;
	background-color: #f9f9f9;
}
#breadcrumb ul {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	height: 35px;
	text-align: left;
	margin: 0 auto;
	padding: 0 16px;
}
#breadcrumb ul li {
	box-sizing: border-box;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	margin-right: 14px;
	padding: 0 14px;
	position: relative;
	display: inline-block;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#breadcrumb ul li:last-child {
	font-weight: bold;
	color: #383c3d;
}
#breadcrumb ul li:not(:last-child)::before, #breadcrumb ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1.1em solid;
	right: -16px;
}
#breadcrumb ul li:not(:last-child)::before {
	border-left-color: #e4e4e4;
	right: -17px;
	z-index: 1;
}
#breadcrumb ul li:not(:last-child)::after {
	z-index: 2;
	border-left-color: #f9f9f9;
}
.hederimg img {
	vertical-align:top;
}
/*セクション*/
#section1 {

}
#section2 {
	background-color: #ffffff;
	padding: 0;
}
#section3 {
	background-color: #F8F7EB;
	padding: 0;
}
#section4 {
	background-color: #ffffff;
	padding: 0 0 30px 0;
}
#section5 {
	margin-bottom: 20px;
}
/*トップイメージ*/
#topimage {
	background: url("https://www.oonona.jp/img/top/image1.jpg") no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 100px 0;
}
#topimage .top_contents {
	display: table;
	position: relative;
	background-color: rgba(92,92,92,0.70);
	color: #fff;
	width: 50%;
	margin-left: 45%;
	padding: 20px;
}
#topimage .top_contents h2 {
	font-size: 22px;
	padding: 10px 0;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 5px;
}
#topimage img{
	width: auto;
}
#topimage p {
	font-size: 16px;
	line-height: 2;
	margin: 20px 0;
}

/* お知らせ */
.information {
	width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}
.information h2 {
	color: #444444;
	font-weight: bold;
	font-size: 22px;
	margin: 1em 0;
	padding: 10px 0;
	border-bottom: 1px solid #444444;
}
.information ul {
	margin: 10px 0;
}
.information li {
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px dotted #E0E0E0;
	padding-bottom: 10px;
}
.information .nDate {
	font-size: 12px;
	color: #979696;
}

.information .nList {
	float: right;
	margin: 20px 0;
}

/*おすすめ野菜*/
.osusume{
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;

}
.osusume h3 {
	font-size: 28px;
	color: #D157A8;
	margin-bottom: 20px;
}
.osusume h4 {
	font-size: 20px;
	border-radius: 8px;
	margin-bottom :15px;
	color: #ffffff;
	padding: 5px 10px;
	border: dashed 2px white;
}
.osArea {	
	padding: 10px;
	border-radius: 8px;
}
.osusume .lBox{
	float: left;
	width: 30%;
	padding: 0 1%;
}

.osusume .rBox{
	float: left;
	width: 66%;
	padding: 0 1%;
	font-size: 18px;
	line-height: 1.8;
}


/* 配達*/
#scene1{
	background: url("https://www.oonona.jp/img/top/image4.jpg") no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}
.haitatsu {
	width: 70%;
	height: 50%;
	background: rgba(25,161,73,0.58);
	margin: 0 auto;
	padding: 40px;
	border-radius: 8px;
}
.haitatsu h4 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}
.haitatsu p {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
}
.haitatsu p a {
	color: #ffffff;
}
#scene1 img,#scene2 img {
	width: auto;
}
/* 雨の日*/
#scene2{
	background: url("https://www.oonona.jp/img/top/image12.jpg") no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 140px 20px;
}
.amenohi {
	width: 70%;
	height: 50%;
	background: rgba(38,129,145,0.58);
	margin: 0 auto;
	padding: 40px;
	border-radius: 8px;
}
.amenohi h4 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 20px;
}
.amenohi p {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
}
.amenohi p a {
	color: #ffffff;
}

/*店舗情報*/
#tempoBox {
	overflow: hidden;
	padding: 40px 0;
}
.tempo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.tempo .tBox {
	width: calc(87%/3);
	float: left;
	background-color: #FDF9EA;
	margin: 0 0.5%;
	padding: 1.5%;
	border: solid 1px #D3BA78;
}
.tempo .tBox img {
	border: 1px solid #ad8c5e;
}
.tempo .tBox h3 {
	font-size: 22px;
	font-weight: bold;
	border: none;
}
.tempo .tBox p {
	font-size: 13px;
}
.tempo .tBox .tel {
	margin-bottom: 10px;
}
/*sns*/
#sns {
	width: 80%;
	margin: 0 auto;
}
.insta {
	background-color: #CF2E92;
	width: 100%;
	font-size: 18px;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}
.insta a {
	color: #ffffff;
}

}



/*979px以下*/
@media only screen and (max-width: 979px){

/*ヘッダーメニュー*/
#header{
	position: fixed;
	width: 100%;
	z-index: 500;
}

#headerWrap{
	position: relative;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
a#menu{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 10px;
}
#menuBtn{
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #000;
	transition: .2s;
}

#menuBtn:before, #menuBtn:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #000;
	transition: .3s;
}
#menuBtn:before{
	margin-top: -7px;
}

#menuBtn:after{
	margin-top: 5px;
}
a#menu .close{
	background: transparent;
}

a#menu .close:before, a#menu .close:after{
	margin-top: 0;
}

a#menu .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

a#menu .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#navi .navi{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
#navi{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index:500;
}
#navi ul{
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: left;
}

#navi li a{
	position: relative;
	display:block;
	padding:15px 25px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: 400;
}

#navi li a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header h1{
	padding-top: 10px;
}
#header h1 img{
	margin-top: 3px;
	max-height: 45px;
	width: auto !important;
}
#footer{
		padding: 20px 0 20px 0;
}
/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}
.hederimg {
	padding-top: 70px;
}
.hederimg img {
	vertical-align:top;
}
/* トップイメージ*/
#topimage {
	background: none !important;
	padding-top: 60px;
	z-index: -100;
}

/* ページ全体に固定背景を付ける */
#topimage:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("https://www.oonona.jp/img/top/image6.jpg") center no-repeat;
	background-size: cover;
}
#topimage .top_contents {
	display: table;
	position: relative;
	background-color: rgba(92,92,92,0.70);
	color: #fff;
	width: 90%;
	margin-top: 200px;
	padding: 20px;
}
#topimage .top_contents h2 {
	font-size: 22px;
	padding: 10px 0;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 5px;
}
/*セクション*/
#section1 {
	
}

#section2 {
	background-color: #ffffff;
	padding: 0;
	clear: both;
}
#section3,#section4 {
	background-color: #F8F7EB;
	padding: 0;
	clear: both;
}
#section5 {
	margin-bottom: 20px;
}
/*お知らせ*/
.information {
	margin: 0 2%;
	overflow: hidden;
}
.information h2 {
	color: #444444;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #444444;
}
.information ul {
	margin: 10px 0;
}
.information li {
	margin-left: 1px;
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
}
.information .nDate {
	font-size: 12px;
	color: #979696;
}

.information p.nList {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}

/*おすすめ野菜*/
.osusume{
	margin: 0 2%;
	padding: 20px 0;
}
.osusume h3 {
	font-size: 24px;
	color: #D157A8;
	margin-bottom: 20px;
}
.osusume h4 {
	font-size: 18px;
	border-radius: 8px;
	padding: 5px;
	margin : 2% 1%;
	color: #ffffff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
}
.osArea {
	padding: 10px;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 16px;
}
.osusume .lBox{
	
}
.osusume .rBox p{
	font-size: 16px;
}

/*店舗情報*/
.tempo {
	width: 100%;
}
.tempo .tBox {
	background-color: #FDF9EA;
	margin: 2%;
	padding: 2%;
	border: solid 1px #D3BA78;
}
.tempo .tBox img {
	border: 1px solid #ad8c5e;
}
.tempo .tBox h3 {
	font-size: 20px;
	font-weight: bold;
	border: none;
}
.tempo .tBox p {
	font-size: 13px;
}
.tempo .tBox .tel {
	margin-bottom: 10px;
}

/*配達*/
#scene1 {
	background: url("https://www.oonona.jp/img/top/image5.jpg") center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 120px 0;
}
#scene2 {

}
#scene1 img,#scene2 img {
	width: auto;
}
.haitatsu {
	width: 90%;
	background: rgba(25,161,73,0.58);
	padding: 10px;
	margin: 0 auto;
	border-radius: 8px;
}
.haitatsu h4 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 15px;
}
.haitatsu p {
	font-size: 16px;
	color: #ffffff;
}
.haitatsu p a {
	color: #ffffff;
}

.amenohi {
	width: 90%;
	height: 50%;
	background: rgba(38,129,145,0.58);
	margin: 0 auto 20px auto;
	padding: 10px;
}
.amenohi h4 {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 15px;
}
.amenohi p {
	font-size: 16px;
	color: #ffffff;
}
.amenohi p a {
	color: #ffffff;
}
/*sns*/
#sns {
	width: 91%;
	margin: 20px 2% 0 2%;
}
.insta {
	background-color: #CF2E92;
	width: 100%;
	font-size: 14px;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}
.insta a {
	color: #ffffff;
}


}




/* #### width 359px以下の場合の設定 (for 小さいスマートフォン) #### */
@media (max-width: 359px) {

/*ヘッダーメニュー*/
#header{
	position: fixed;
	width: 100%;
	z-index: 500;
}

#headerWrap{
	position: relative;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
a#menu{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 10px;
}
#menuBtn{
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #000;
	transition: .2s;
}

#menuBtn:before, #menuBtn:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #000;
	transition: .3s;
}
#menuBtn:before{
	margin-top: -7px;
}

#menuBtn:after{
	margin-top: 5px;
}
a#menu .close{
	background: transparent;
}

a#menu .close:before, a#menu .close:after{
	margin-top: 0;
}

a#menu .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

a#menu .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#navi .navi{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
#navi{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index:500;
}
#navi ul{
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: left;
}

#navi li a{
	position: relative;
	display:block;
	padding:15px 25px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: 400;
}

#navi li a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header h1{
	padding-top: 10px;
}
#header h1 img{
	margin-top: 3px;
	max-height: 45px;
	width: auto !important;
}
#footer{
		padding: 20px 0 20px 0;
}
/* ## breadcrumb ## */
#breadcrumb {
	display: none;
}
.hederimg {
	padding-top: 70px;
}
.hederimg img {
	vertical-align:top;
}
/* トップイメージ*/
#topimage {
	background: none !important;
	padding-top: 60px;
	z-index: -100;
}

/* ページ全体に固定背景を付ける */
#topimage:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("https://www.oonona.jp/img/top/image6.jpg") center no-repeat;
	background-size: cover;
}
#topimage .top_contents {
	display: table;
	position: relative;
	background-color: rgba(92,92,92,0.70);
	color: #fff;
	width: 90%;
	margin-top: 200px;
	padding: 20px;
}
#topimage .top_contents h2 {
	font-size: 18px;
	padding: 10px 0;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 5px;
}
/*セクション*/
#section1 {
	
}

#section2 {
	background-color: #ffffff;
	padding: 0;
	clear: both;
}
#section3,#section4 {
	background-color: #F8F7EB;
	padding: 0;
	clear: both;
}
#section5 {
	margin-bottom: 20px;
}

/*お知らせ*/
.information {
	margin: 0 2%;
	overflow: hidden;
}
.information h2 {
	color: #444444;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #444444;
}
.information ul {
	margin: 10px 0;
}
.information li {
	margin-left: 1px;
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	font-size: 12px;
}
.information .nDate {
	font-size: 12px;
	color: #979696;
}

.information p.nList {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}

/*おすすめ野菜*/
.osusume{
	margin: 0 2%;
	padding: 20px 0;
}
.osusume h3 {
	font-size: 20px;
	color: #D157A8;
	margin-bottom: 20px;
}
.osusume h4 {
	font-size: 16px;
	border-radius: 8px;
	padding: 5px;
	margin : 2% 1%;
	color: #ffffff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
}
.osArea {
	padding: 10px;
	border-radius: 8px;
	font-size: 12px;
	margin-top: 10px;
}
.osusume .lBox{
	
}
.osusume .rBox p{
	font-size: 14px;
}

/*店舗情報*/
.tempo {
	width: 100%;
}
.tempo .tBox {
	background-color: #FDF9EA;
	margin: 2%;
	padding: 2%;
	border: solid 1px #D3BA78;
}
.tempo .tBox img {
	border: 1px solid #ad8c5e;
}
.tempo .tBox h3 {
	font-size: 18px;
	font-weight: bold;
	border: none;
}
.tempo .tBox p {
	font-size: 12px;
}
.tempo .tBox .tel {
	margin-bottom: 10px;
}

/*配達*/
#scene1{
	background: url("https://www.oonona.jp/img/top/image5.jpg") center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 120px 0;
}
#scene2{

}
#scene1 img,#scene2 img {
	width: auto;
}
.haitatsu {
	width: 96%;
	background: rgba(13,203,80,0.43);
	padding: 20px 0;
	margin: 0 auto;
}
.haitatsu h4 {
	font-size: 20px;
	color: #ffffff;
}
.haitatsu p {
	font-size: 12px;
	color: #ffffff;
}
.haitatsu p a {
	color: #ffffff;
}
/*雨の日*/
.amenohi {
	width: 96%;
	background: rgba(38,129,145,0.58);
	margin: 0 auto 20px auto;
	padding: 20px;
}
.amenohi h4 {
	font-size: 20px;
	color: #ffffff;
}
.amenohi p {
	font-size: 12px;
	color: #ffffff;
}
.amenohi p a {
	color: #ffffff;
}
/*sns*/
#sns {
	width: 91%;
	margin: 20px 2% 0 2%;
}
.insta {
	background-color: #CF2E92;
	width: 100%;
	font-size: 14px;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}
.insta a {
	color: #ffffff;
}


}

/* #### width 360px～500pxの場合の設定 (for ワイドスマートフォン) #### */
@media (min-width: 360px) and (max-width: 500px) {


}

/* ## width 501px～767pxの場合の設定 (for タブレット) ## */
@media (min-width: 501px) and (max-width: 767px) {


}


/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {


}

/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}