@charset "utf-8";

body{
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',monospace,sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*ナビゲーション*/
.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    width:160px;
    margin:0;
    padding:0;
}

#top-head .logo img{
    width:160px;
    margin:0;
    padding:0;
    border:0;
}

#global-nav dl {
    list-style: none;
    position: absolute;
    right: 0;
    padding:0;
    bottom: 25px;
    font-size: 14px;
}
#global-nav dl dt {
    float: left;
}

#global-nav dl dt a:hover{
	text-decoration:underline;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 100px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav dl dt a {
    color: #333;
}

.txt{
	font-size:12px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 25px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #898989;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*ナビゲーションここまで*/

#store{
    display:block;
    width:200px;
    height:300px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
}
#store ul li{
    background:#f2f2f2;
    width:200px;
    height:300px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
}


#info{
	width:95%;
	margin:0 auto;
}
#info span{
	padding:5px 0 5px 0;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	font-size:18px;
	display:block;
	text-align:center;
	color:#ff0000;
}


#main_contents{
	height:100%;
	width:95%;
	margin:0 auto;
	padding-bottom:90px;
	padding-top:40px;
}

/*メインリンク*/

#main_contents #main_links{
	float:left;
	width:100%;
	margin:40px 0 0 0;
	padding:0;
}

#main_contents #main_links li{
list-style:none;
margin-bottom:15px;
}

#main_contents #main_links li.link_dot{
border-bottom:dotted 1.5px #e1e1e1;
width:80%;
margin:0 auto 15px auto;
}

#main_contents #main_links img{
	width:90%;
	display:block;
	margin:0 auto;
}




/*メインリンク*/


/*お知らせ*/

#topics{
	width:95%;
	margin:120px auto 0 auto;
}

#topics span{
	font-weight:bold;
	font-size:12px;
	color:#100964;
	margin:0 10px 0 0;
}

#topics p{
	border-bottom:1px solid #e1e1e1;
	font-size:16px;
	color:#222222;
}

#topics ul{
	margin:0;
	padding:0;
}

#topics li{
	color:#222222;
	list-style:none;
}

#topics li a{
	color:#222222;
}

#topics li .day{
	width:90px;
}




/*お知らせ*/


/*メディア*/
#media{
	width:100%;
	margin-top:80px;
	font-size:15px;
}

#media h2{
	position:relative;
}

#media h2 img{
	width:100%;
}

#media h2 span{
	padding:2px 10px 2px 10px;
	position:absolute;
	top:2px;
	right:5px;
	background:#9299c4;
	border-radius:5px;
}
#media h2 span a{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}

#media #media_01{
	width:250px;
	margin:0 auto;
}
#media #media_01 img{
	margin:0 10px;
}


/*メディア*/

#oshirase{
	width:100%;
	margin-top:80px;
	font-size:15px;
}

#oshirase h2{
	position:relative;
}

#oshirase h2 img{
	width:100%;
}

#oshirase h2 span{
	padding:2px 10px 2px 10px;
	position:absolute;
	top:2px;
	right:5px;
	background:#9299c4;
	border-radius:5px;
}
#oshirase h2 span a{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}


#oshirase ul{
	clear:both;
	height:300px;
	font-size:14px;
	color:#222;
	padding:0;
	overflow:auto;
}
#oshirase ul li{
	list-style:none;
}

#oshirase .date{
	margin-bottom:4px;
	padding-left:16px;
	color:#977051;
	font-size:12px;
}
#oshirase dl.content_columns{
	margin:0 0 25px 12px;
}

#oshirase dl.content_columns dd{
	margin:0;
	padding:5px 0 0 10px;
}

#oshirase dl.content_columns dd a{
	color:#977051;
	text-decoration:none;
}
#oshirase .things{
	margin:0 0 25px 12px;
}
#oshirase .things a{
	color:#222;
	text-decoration:none;
}






#map_canvas{
	float:left;
	width:70%;
	height:200px;
	z-index:0;
	margin-bottom:20px;
}


.blank{
	width:10px;
	height:60px;
	margin:0 auto;
}

.pc_site{
	color:#222222;
	text-align:center;
	width:100%;
}


.clearall{
	clear:both;
}

/*トップへ戻るボタン*/
#page-top {
	margin:15px auto 15px auto;
	padding:0;
}

#page-top img{
	margin:0 auto;
	display:block;
}

#page-top a:hover {
    text-decoration: none;
    opacity:0.5;
}
/*トップへ戻るボタンここまで*/

#map_canvas{
	width:100%;
}

#map{
	display:none;
}

#map_txt{
	padding:10px 0 0 20px;
}


footer{
	color:#222222;
	background-color:#f9f7ed;
	padding:0px 0 20px 0px;
	text-align:left;
	width:100%;
}

footer p{
	font-size:14px;
}

footer p a{
	color:#222222;
}

footer img{
	margin:0 auto;
}

footer p .footer_blank{
	width:100%;
	height:10px;
}

.txt_l{
	font-size:18px;
}



.copyright{
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
}


    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 15px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }

    #top-head .logo img{
	margin:0;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -480px;
        background: #fff;
	opacity:0.93;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav dl {
        list-style: none;
        position: static;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav dl dt {
	border-bottom:1px solid #e1e1e1;
        float: none;
        position: static;
    }
    #top-head #global-nav dl dt a,
    #top-head.fixed #global-nav dl dt a {
        width: 100%;
        color: #333333;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
.clearall{
	clear:both;
}

#main_contents #topics{
	text-align:left;
	font-size:14px;
	width:95%;
}

#global-nav dt{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    }

#global-nav dt img{
	margin-top:20px;
	width:100%;
}


#global-nav dd{
    padding:0;
    margin:0;
    background:#f2f2f2;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    display:none;
}


/*農業・自社農園ここから*/

.main_pic{
	padding-top:80px;
}
.main_pic img{
	width:100%;
}

#ag_main{
	width:95%;
	margin:30px auto 0 auto;
}

#ag_main .ag_pic img{
	width:100%;
}

#ag_main #nouen{
	color:#222222;
	margin:20px 0 40px 0;
}

#ag_main #nouen img{
	width:40%;
	padding-left:5px;
}

#ag_main #why{
	color:#222222;
	margin:20px 0 40px 0;
}

#ag_main #why img{
	width:40%;
	padding-left:5px;
}

#ag_main #jp_rose{
	color:#222222;
	margin:20px 0 40px 0;
}

#ag_main #jp_rose img{
	width:40%;
	padding-right:5px;
}

#ag_main #jp_rose a{
	color:#f6498a;
	font-weight:bold;
}

/*会社概要ここから*/

#com_main{
	font-size:14px;
	color:#222222;
	width:95%;
	margin:30px auto 0 auto;
}

#com_main .name{
	color:#222222;
	font-size:16px;
        margin-bottom:20px;
}

#com_main a{
	color:#222222;
}


/*研究・開発ここから*/

#shop_main{
	width:95%;
	margin:30px auto 0 auto;
}

#shop_main .shop_pic img{
	width:100%;
}

#shop_main .shop_text_01{
	color:#222222;
	margin:20px 0 40px 0;
}
#shop_main .shop_text_01 a{
	color:#222222;
}

#shop_main .shop_text_01 .boeder_ten{
	border:1px dotted #e1e1e1;
}

#shop_main .shop_text_05{
	color:#222222;
	margin:20px 0 40px 0;
        height:170px;
}
#shop_main .shop_text_05 a{
	color:#222222;
}

#shop_main .shop_text_05 .boeder_ten{
	border:1px dotted #e1e1e1;
}



#shop_main .shop_text_05_01{
	color:#222222;
	margin:20px 0 40px 0;
        height:200px;
}
#shop_main .shop_text_05_01 a{
	color:#222222;
}

#shop_main .shop_text_05_01 .boeder_ten{
	border:1px dotted #e1e1e1;
}


#shop_main #drawing{
	width:100%;
}
#shop_main #drawing img{
	width:100%;
}

/*エッセンチアについて*/

#shop_main #drawing_essentia{
	width:100%;
}

#shop_main #drawing_essentia img{
	width:100%;
}
#shop_main #drawing_essentia_2{
	width:100%;
}

#shop_main #drawing_essentia_2 img{
	width:100%;
}


#info_main{
	width:95%;
	margin:30px auto 0 auto;
}

#info_main h1{
	font-size:22px;
	color:#222222;
}

#info_main .info_text{
	color:#222222;
}

#info_main a{
	color:#222222;
}


#info_main .info_top{
	margin-top:40px;
}




@media screen and (max-height: 430px) {
	#global-nav dl{
	float:left;
	width:100%;
}	
	#global-nav dl dt{
	border:none;
	float:left;
	width:50%;
	text-indent: -1em;
}

	#global-nav dd{
	float:left;
	width:50%;
	margin:0;
	background:#f2f2f2;
	height:50px;
	text-align:center;
	display:none;
}




	/*#global-nav dl dt a:before{content:' ・';}*/
}