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

/* ========================================
    リセット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: 30px;
	font-weight: bold;
	color: #5F5F5F;
}

/* スクロールバー　*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(77,76,76,0.5);
  border-radius: 5px;
}

/* ========================================
    ヘッダー
========================================= */
header {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid rgba(141,141,141,0.2);
	margin: 0 auto;
	position: fixed;
 	z-index: 999;
  	top: 0;
  	left: 0;
  	padding: 0px 210px 0px 200px;
  	background: rgba(255,255,255,0.8);
  	box-sizing: border-box;
	color: #2a2626;
}
header h1 {
	width: 400px;
	float: left;
	padding-top: 20px;
	
}
header h1 a img {
	position: absolute;
	margin-left: 10px;
	top:40px; 	
}
div#innsta_box img {
	position: absolute;
	left: 455px;
}
header h1 a img:hover {
	opacity:0.6;
	transition:0.3s;
	background-color: #888888;
	border-radius: 7px;
}

header a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}
.home_top a {
	color: #f17222;
	font-size: 19px;
}
header nav {
	float: right;	
	line-height:  40px;
	width: 880px;
	padding-top: 30px;	
}
header nav ul li {
	float: left;
	padding: 0px 15px;
	height: 40px;
	margin-top: 20px;	     /*セカンド枠も影響あり！*/	
}
header nav ul li a:hover {
	color: #f17222;
} 

/* ドロップダウン　基本　*/
.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;}

li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;      /* セカンド最終位置 */
    opacity: 1;
}

/* ドロップダウン　追加　*/
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;	
}

.menu__second-level li {
	width: 150px;
    border-bottom: 1px solid #111;	
}

.menu__second-level li a:hover {
    color: #f17222;
}

.menu__second-level li a {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
    z-index: 999;
}

/* 下矢印 */
.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);
}

/* ショップボタン s↓ */
.online_shop a {
	color: #fff;
	font-weight: 900;
	background-color: #F9914F;
	display: inline-block;
	border-radius: 5px;
	padding: 0 25px;
	line-height: 40px;
	position: absolute;
    right: -15px;
	bottom: 5px;
}
.online_shop a:hover {
	transition: 0.7s;
	color: #7C7C7C;
}

/* ショップボタン ↑*/


/* ===================
	メインイメージ
=====================*/

div#main_imagetop {
	width: 1920px;
	height: 450px;
	margin: 87px auto 0 ;
	position: relative;	
}
div#main_imagetop img {
	display: block;
	position: absolute;   /* 画像サイズ表示エリアに合せる */
}
div#main_imagetop h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 48px;
	line-height: 450px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 5px;
}


/* ========================================
    コンセプト
========================================= */
.banner_frame {       /* 3段共通枠 */
	width: 100%;
	height: 170px;	
	text-align: center;
	line-height: 85px;
	border-bottom: 1px solid rgba(141,141,141,0.3);
}

div#concept_main {      /* 上メイン枠大外 */
	width: 1910px;
	height: 503px;
	margin: 0 auto;
	border-bottom:  1px solid rgba(141,141,141,0.3);
	background-color: rgba(252,255,235,0.5);
}

/*=== 画像アニメーション開始 ========= */
.main {
	width: 890px;
	height: 451px;
	position: relative;
  	overflow: hidden;
	margin: 26px 33px;
	float: left;
}
.main img {
  	display    : block;
  	position   : absolute;                  
  	width      : inherit;
  	height     : inherit;
  	opacity    : 0;
  	animation  : slideAnime 24s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */

.main img:nth-of-type(1) { animation-delay: 0s }
.main img:nth-of-type(2) { animation-delay: 8s }
.main img:nth-of-type(3) { animation-delay: 16s }
 
 /*=== スライドのアニメーション ========================= */

@keyframes slideAnime{
   0% { opacity: 0 }
  25% { opacity: 1 }
  40% { opacity: 1 }
  60% { opacity: 0 }
 100% { opacity: 0 }
}

div#concept_top {
	float:left;
	padding: 41px 33px;
}

.list_fast {
	font-size: 32px;
	color: #5F5F5F;
	margin-bottom: 32px;
}
div#concept_top ul li {
	font-size: 20px;
	color: #5F5F5F;
	line-height: 1.5;
	padding-bottom: 20px;	
}
/* 上メインここまで。一緒に出来るの考える */

div#concept_bottom {      /* 上メイン枠大外 */
	width: 1910px;
	height: 503px;
	margin: 0 auto;
	border-bottom:  1px solid rgba(141,141,141,0.3);
	background-color: rgba(252,255,235,0.5);
}

div#concept_second {
	float:right;
}

div#concept_bottom ul li {
	font-size: 20px;
	color: #5F5F5F;
	line-height: 1.5;
	padding-bottom: 20px;
}
div#concept_bottom ul {
	float: left;
	width: 810px;
	margin: 26px 33px;	
	padding-top: 15px;
	padding-left: 60px;
}

/* ========================================
    農園MAP
========================================= */
div#farm_map_main {
	width: 100%;
	height: 900px;
}
div#farm_mapbox {
	width: 1910px;
	height: 700px;
	margin: 0 auto;
}
div#fomfarm_map {
	float: left;
	padding: 20px 10px;
}
div#fomfarm_calender {
	float: right;
	padding: 20px 10px;
}


/* ========================================
    代表
========================================= */

div#daihyo {
	width: 1400px;
	height: 600px;	
	margin: 0 auto;
	padding-bottom: 100px;
	background-color: rgba(252,255,235,0.5);
}
div#daihyo_message {
	width: 547px;
	height: 365px;
	padding: 80px 30px 0 120px;
	float: left;	
}
div#daihyo ul {
	width: auto;
	height: auto;
	float: left;
	margin-top: 80px;
	margin-left: 30px;	
}
div#daihyo ul li {
	color:  #5F5F5F;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 25px;
}
div#daihyo ul li span {
	font-size: 36px;
	font-family:"AR BERKLEY";
}

/* ========================================
    フッター
========================================= */

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

