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

/*------------------------------------------------------------
	まるいわぶどう園
------------------------------------------------------------*/
#guide1{
	clear:left;
	width:100%;
	height:561px;
}

#guide1 section{
	clear:left;
	margin:0 auto;
	width:1019px;
	height:561px;
	background:url(../guide/guide1_bg.png);
}

#guide1 h1 img{
	margin-top:85px;
	margin-left:190px;
	margin-bottom:30px;
}

#guide1 ul{
	margin-left:190px;
	font-size:14px;
	line-height:2em;
}

#guide1 .btn01 a{
    display:block;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:17px;
	width:300px;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#F3C33B;
    transition:all 0.2s ease 0s;
}

#guide1 .btn01 a:hover{
	color:#FFF;
    background:#DDA90D;
    transition:all 0.2s ease 0s;
}

/*------------------------------------------------------------
	イベントと加工品
------------------------------------------------------------*/
#guide2{
	clear:left;
	margin-bottom:100px;
	width:100%;
	height:1117px;
}

#guide2 section{
	clear:left;
	margin:0 auto;
	width:1100px;
	height:1117px;
	background:url(../guide/guide3_bg.png);
}

#guide2 h1 img{
	margin-top:40px;
	margin-left:80px;
	margin-bottom:40px;
}

#guide2 ul{
	margin-left:80px;
	font-size:14px;
	line-height:2em;
}

#guide2 .btn01 a{
    display:block;
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	padding-bottom:17px;
	width:300px;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#F3C33B;
    transition:all 0.2s ease 0s;
}

#guide2 .btn01 a:hover{
	color:#FFF;
    background:#DDA90D;
    transition:all 0.2s ease 0s;
}


/*------------------------------------------------------------
	img
------------------------------------------------------------*/
#img{
	clear:left;
	width:100%;
	height:auto;
}

#img section{
	clear:left;
	margin:0 auto;
	text-align:center;
	height:auto;
}
