@charset "utf-8";
/* =====     リセットcss    ====== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    全体設定
========================================= */
html {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
body {
	font-family: 'BIZ UDPGothic', sans-serif;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #5F5F5F;
}
a {
	text-decoration: none;
}
/* スクロールバー　*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(77,76,76,0.5);
  border-radius: 5px;
}
/* ========================================
    ヘッダー
========================================= */
header {
	width: 100%;
	padding: 0 8%;
	border-bottom: 1px solid rgba(141,141,141,0.2);
	position: fixed;  /* ヘッダーを */
 	z-index: 999;	  /* 透かしてスクロール */
  	top: 0;
  	background: rgba(255,255,255,0.8);
  	box-sizing: border-box; /* 要素サイズ制御 */
}
.top_logo {
	margin-top: 20px;	
}
.top_logo h1 {
	float: left;
}
.top_sns img {
	padding-top: 20px;
}

/* ====================
	ナビゲーション　
======================*/

header a {
	color: #000;
}
.home_top a {         /* ホームのみオレンジ */
	color: #f17222;
	font-size: 1.2rem;
	line-height: 0.8;
}
header nav {
	max-width: 800px;
	right: 15%;
	top: 40px;
	position: fixed;	
}
header nav ul li {
	float: left;
	padding: 0 20px; 
	height: 30px;
	margin-top: 20px;/*セカンド枠も影響あり！*/	
}
header nav ul li a:hover {
	color: #f17222;	
} 
/* ショップボタン */
.online_shop {
	position: absolute;
	right: 5%;
	top: 40px;
}
.online_shop a {
	color: #fff;
	font-weight: 900;
	background-color: #F9914F;
	display:inline-block;
	border-radius: 5px;
	padding: 0 25px;
	line-height: 40px;
}
.online_shop a:hover {
	transition: 0.7s;
	color: #7C7C7C;
}
/* ===================
	メインイメージ
=====================*/

.main_imagetop {
	width: 100%;
	height: 400px;
	position: relative;
  	overflow: hidden;
	margin-top: 87px;
}
.main_imagetop img {
	object-fit: cover;
	display: block;
	position: absolute;   /* 画像サイズ表示エリアに合せる */      
	width: inherit;
	height: inherit;
	object-position : 80% 50%;
}
.main_imagetop h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 3rem;
	line-height: 400px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.6rem;
}
/* =======    ①～③共通      ======= */

.banner_frame {       /* 共通枠 ↓*/
	width: 100%;
	height: 230px;	
	text-align: center;
	line-height: 2;
	border-bottom: 1px solid rgba(141,141,141,0.3);
}
.banner_frame h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #454545;
	line-height: 4.5;
}
.banner_frame h3 {
	font-size: 1.2rem;
}
/* ========      野菜について画像枠    ========== */
.content_farst {
	margin: 5rem auto 3rem auto;
}
.content_yasai01 img {
	width: 500px ;
	object-fit: cover;
}
.content_text  {
	width: 580px;
	margin: 0.8rem 0 0 4vw;
	font-size: 1.1rem;
	line-height: 1.6
}
.content_text li {
	padding-bottom: 0.5rem;
	letter-spacing: 0.1rem;
}
.content_yasai02 {
	justify-content: space-around;
}
.content_yasai02 dl {
	margin: 0 1rem;
}
.content_yasai02 {
	text-align: center;
}
.text_fast {
	font-size: 1.3rem;
	letter-spacing: 0.5rem;
	margin-bottom: 1.3rem;
}
.shop {
	margin: 0 5vw;
}
/* ======     オンラインフレーム　①～③共通枠    ===== */
.shop_frame {
	max-width: 1100px;
	height: 85px;
	border: 1px solid rgba(102,102,102,0.8);
	border-radius: 5px;	
	margin: 3rem auto;
	position: relative;
}
.osfront_text p {
	font-size: 1.4rem;
	line-height: 85px;
	position: absolute;
	padding-left: 55px;	
}
.online_banner a {
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	background-color: #F9914F;
	display: inline-block;
	border-radius: 5px;
	padding: 0 25px;
	line-height: 40px;
	position: absolute;
   	top: 27%;
	right: 58px;
}
.online_banner a:hover {
	transition: 0.7s;
	color: #7C7C7C;
}
/* =====         フッター           ===== */

footer {
	width: 100%;
	height: 85px;
	margin-top: 120px;
	background-color: #323232;
	color: #FFFFFF;
	text-align: center;
	line-height: 85px;
}

@media (min-width:1081px) {
	.content_yasai01,.content_yasai02 {
		display: flex;
		justify-content: center;
	}
	.content_yasai01 {
		margin: 0 0 5rem 10vw;
	}
	.content_yasai02 img {
		width: 100%;
		max-width: 450px;
	}
	    .text_second {
        margin-top: 0.8rem;
        line-height: 1.5;
        font-size: 1rem;
    }
}
@media screen and (max-width: 1600px) {
	header nav {
		right: 20%
	}
	header nav ul li {
		padding: 0 8px; 
		height: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1280px) {
	header {
		padding-left: 3%;
	}	
	header nav {
		right: 3%;	
	}
	.online_shop {
		top: 10px;	
	}
	/* ======     オンラインフレーム　①～③共通枠    ===== */
	.shop_frame {
		max-width: 800px;
		height: 68px;
	}
	.osfront_text p {
		line-height: 68px;
		font-size: 1.2rem;
	}
	.online_banner a {
		font-size: 0.85rem;
		top: 21%;
	}
}

@media screen and (max-width: 1080px) {
	header {
		height: 120px;
	}
	.top_logo {
		margin-top: 30px;
	}
	.top_logo h1 img {
		max-width: 180px;	
	}
	.top_sns img {
		max-width: 36px;
	}
	header nav {
		right: 10px;
		top: 75px;
	}
	.online_shop {
		margin-top: 10px;
	}
	.main_imagetop {
		margin-top: 117px;
	}
	
	.main_imagetop h2 {
		font-size: 2.3rem;
		line-height: 400px;
		color: #FFFFFF;
		letter-spacing: 0.6rem;
	}
	.content_farst {
		margin-top: 0;
	}
	.content_yasai01 img {
		width: 100%;
		height: 280px;	
	}
	.content_farst {
		text-align: center;
	}
	.content_text {
		max-width: 550px;
		width: 100%;
		text-align: left;
		margin: 2rem auto 3rem auto;
		font-size: 1rem;
	}
	.content_yasai02 dl img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.content_yasai02 dl {
		margin: 4rem 0 ;
	}
	.text_fast {
		font-size: 1.1rem;
		letter-spacing: 0.3rem;
		margin-bottom: 1.8rem;
	}
	.text_second {
		margin-top: 1rem;
		line-height: 1.5;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 900px) {
	.top_logo {
		margin-top: 20px;
	}
	.top_sns {
		margin-top: -5px;
	}
	.main_imagetop {
		height: 280px;
	}
	.main_imagetop h2 {
		line-height: 280px;
	}
	.banner_frame {       /* 共通枠 ↓*/
		height: 150px;	
		line-height: 0;
	}
	.banner_frame h2 {
		font-size: 1.6rem;
		font-weight: 500;
		color: #0F0F0F;
		line-height: 4.5;
	}
	.banner_frame h3 {
		font-size: 1rem;
	}
	/* ======     オンラインフレーム　①～③共通枠    ===== */
	.shop_frame {
		max-width: 580px;
		height: 50px;
	}
	.osfront_text p {
		line-height: 50px;
		font-size: 0.9rem;
		padding-left: 3vw;
	}
	.online_banner a {
		font-size: 0.8rem;
		top: 15%;
		padding: 0 15px;
		line-height: 33px;
		right: 3vw;
	}
}

@media screen and (min-width: 651px) { /*----- 　ナビギミック  ------*/
	
	.init-bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu > li.menu__single {			/* ドロップダウン　基本　*/
		position: relative;
	}
	li.menu__single ul.menu__second-level { /* セカンド位置や時間 */
		position: absolute;
		top: 50px;
		background: rgba(255,255,255,0.7);
		-webkit-transition: all .5s ease;
		transition: all .7s ease;
		border-radius: 3px;
	}
	li.menu__single:hover ul.menu__second-level {
		top: 30px;
		visibility: visible;     	 /* セカンド最終位置 */
		opacity: 1;
	}
	ul.menu__second-level {			/* ドロップダウン　追加　*/
		visibility: hidden;
		opacity: 0;	
	}
	.menu__second-level li {
		width: 150px;
		border-bottom: 1px solid #111;
		border-radius: 3px;
	}
	.menu__second-level li a:hover {
		color: #f17222;
	}
}
@media screen and (max-width: 650px) {
	
	header nav {
		width: 130px;
		border-radius: 5px;
		margin-top: 50px;
		background-color: rgba(239,239,239,0.9);
		display: block;
		left: 1%;
	}
	header nav ul li {
		padding: 5px 10px; 
		height: 20px;
		margin-top: 30px; /*セカンド枠も影響あり！*/
		display: block;
	}
	.main_imagetop h2 {
		font-size: 2rem;
	}
	.online_shop a {
		padding: 0 8px;
		line-height: 35px;
		font-size: 0.8rem;
	}
	.top_logo {
		margin-top: 55px;		
	}
	.top_sns img {
		max-width: 32px;
	}
	.main_imagetop h2 {
		font-size: 1.7rem;
		letter-spacing: 0.15rem
	}
	
	
	/* =======  ハンバーガーメニュー start　======= */
	.toggle-btn {
		display: block;
		position: fixed;
		top: 75px;
		right: 30px;
		width: 30px;
		height: 30px;
		z-index: 3;
		cursor: pointer;
	}
	.toggle-btn span {
		position: absolute;
		display: block;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		transition: all 0.5;
		border-radius: 2px;
	}
	.toggle-btn span:nth-last-child(1) {
		top: 4px;
	}
	.toggle-btn span:nth-last-child(2) {
		top: 14px;
	}
	.toggle-btn span:nth-last-child(3) {
		bottom: 4px;
	}
	.menu__second-level li { /* メニューセカンド表示なし */
		display: none;
	}
	.menu {
		display: none;	
	}
	.open .menu {
		display: block;      /*-- オープンメニュー --*/
	}
	/* =======  ハンバーガーメニュー end　======= */
	.banner_frame h2 {
		font-size: 1.3rem;
	}
	.banner_frame h3 {
		font-size: 0.9rem;
	}
	.banner_frame {			/*---バナー位置調整-----*/
        height: 140px;
        line-height: 1;
    }
	.content_yasai01 img {
		height: 200px;	
	}
	.content_text {
        max-width: 400px;
        font-size: 0.8rem;
    }
	.content_text li {
		letter-spacing: 0;
		padding: 0 5vw;
	}
	.content_yasai02 dl img {
		height: 200px;
	}
	.content_yasai02 dl {
		margin: 3rem 0 ;
	}
	.text_fast {
		letter-spacing: 0.3rem;
		margin-bottom: 0.7rem;
	}
	.text_second {
		font-size: 0.9rem;
	}
	/* ======     オンラインフレーム　①～③共通枠    ===== */
	.shop_frame {
		max-width: 380px;
		margin: 3rem auto;	
	}
	.osfront_text p{
		text-align: center;
		width: 100%;
		padding: 0;
	}
	.online_banner a {
		top: 120%;
	}
}

@media screen and (max-width: 360px) {
	header {
		padding: 0 1%;
	}
	.toggle-btn {
		right: 10px;
	}
}

