/* kikuya-group Document */
/* ----------------------------------------- */
/* トップページ                                */
/* ----------------------------------------- */
#container {

}

header {
    width:100%;
    height:640px;
    background: none;
}
header h1 {

}
main article {
    background-color:inherit;
}
#img_feature {
	position: absolute;
	top: 216px;
	left: 462px;
}
#img_fruits {
	position: absolute;
	top: 380px;
	left: 25px;
}

#TopMenu {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 270px;
	height: auto;
    margin:0;
    padding:10px 0;
	z-index:1;
    background-color: rgba(255,255,255,0.7);
}
#TopMenu ul {
    margin:0 20px;
}
#TopMenu li {
	font-size:1.1em;
    float: inherit;
}
#TopMenu li a {
	display:block;
	width:auto;
	height:auto;
    margin:0 0 12px 0;
    background: none;
    color:#030;
}
#TopMenu .menu01 {
    display: none;
}
main article {

}

/* top Image */
#topImage {

}
.CenterLogo {
    margin:0;
    text-align: center;
}

/* イントロダクション */
#introduction {
	/*position:absolute;
	top: 380px;
	left: 400px;*/
	/*width:680px;*/
	height:auto;
	z-index: 10;
    margin:0 auto;
}
#introduction p {
	margin:0;
	padding:0;
	text-align:left;
    color: #000;
    font-size: 1.1em;
	line-height:1.75;
    text-shadow: 
        white 1px 1px 1px, white -1px -1px 1px,
        white -1px 1px 1px, white 1px -1px 1px,
        white 0px 1px 1px, white  0-1px 1px,
        white -1px 0 1px, white 1px 0 1px;
}
#introduction em {
	font-size:1.3em;
    font-style:normal;
    font-weight:bold;
	line-height:2.4em;
}

/* ----------------------------------------- */
/*  ニュース表示		                     */
/* ----------------------------------------- */

.whatsnew {
	margin:15px 0 0 0;
}

.accessmap img {
    max-width: 100%;
    height: auto;
}

#pickupNews {
	position:absolute;
	top: 125px;
	left: 30px;
	width:380px;
	height:80px;
	z-index: 10;
}
#pickupNews p {
	padding:12px 10px;
	text-align:center;
    color: #fff;
    font-size: 16px;
    background: #D03739;
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
    /*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    */
}
#pickupNews em {
	font-size:1.15em;
    font-style:normal;
    font-weight: bold;
	line-height:1.8em;
    color:#F8F9EB;
}
#pickupNews a {
    color:#F8F7E4;
}
#pickupNews a:hover {
    color:#FBEBEC;
}

/* TOPフルーツオブジェ アニメーション */
.f_a1, .f_a2, .f_a3, .f_a4, .f_a5, .f_a6, .f_a7 {
    position: absolute;
}
.f_a1 { top:14px; left:25px; z-index:5; animation:a1 1.5s ease-in 0s; }
.f_a2 { top:19px; left:110px; z-index:4;  animation:a2 1.5s ease-in 0.2s; }
.f_a3 { top:28px; left:172px; z-index:3;  animation:a3 1.5s ease-in 0.4s; }
.f_a4 { top:80px; left:23px; z-index:3;  animation:a4 1.5s ease-in 0.4s; }
.f_a5 { top:80px; left:68px; z-index:3;  animation:a5 1.5s ease-in 0.4s; }
.f_a6 { top:84px; left:151px; z-index:2;  animation:a6 1.5s ease-in 0.6s; }
.f_a7 { top:136px; left:94px; z-index:1;  animation:a7 1.5s ease-in 0.8s; }
.f_a1, .f_a2, .f_a3, .f_a4, .f_a5, .f_a6, .f_a7 {
    animation-fill-mode: forwards;
}
@keyframes a1 {
0% { width:1px; opacity:0; }
100% { width:88px; opacity:1; }
}
@keyframes a2 {
0% { width:1px; opacity:0; }
100% { width:84px; opacity:1; }
}
@keyframes a3 {
0% { width:1px; opacity:0; }
100% { width:88px; opacity:1; }
}
@keyframes a4 {
0% { width:1px; opacity:0; }
100% { width:103px; opacity:1; }
}
@keyframes a5 {
0% { width:1px; opacity:0; }
100% { width:85px; opacity:1; }
}
@keyframes a6 {
0% { width:1px; opacity:0; }
100% { width:82px; opacity:1; }
}
@keyframes a7 {
0% { width:1px; opacity:0; }
100% { width:104px; opacity:1; }
}