@charset"UTF-8";


#reservation{
	position: absolute;
	top: 1%;
	width: 1200px;
	z-index: 100;
	min-width: 1090px;
}

#rsv_btn{
	width: 400px;
	margin-left: auto;
}

.rsv_btn_link{
	text-decoration: none;
}

.rsv_btn_frame {
	width: 360px;
	height: 62px;
	margin: 3px 0 0 0;
	border: hidden;
	border-radius: 15px;
	/* other browser */
	background: #FFFF99;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #FFFF99),
		color-stop(1.00, #CCCC00)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#FFFF99 0%,
		#CCCC00 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #303030;
	cursor: pointer;
	position:relative;
}
.rsv_btn_text{
	font-weight:bold;
	font-size: 24px;
	position:absolute;
	top:13px;
	/*left:95px;*/
	left:85px;
}
.rsv_btn_icon img{
	width:42px;
}
.rsv_btn_icon2 img{
	width:42px;
}
.rsv_btn_icon{
	position:absolute;
	top:6px;
	left:32px;
}
.rsv_btn_icon2{
	position:absolute;
	top:10px;
	left:55px;
}

#mainImg{
	line-height: 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 1200px;
	height: 500px;
	margin: auto;
/*	min-width: 960px;
	min-height: 489px;*/
}

/*globalnav*/

#globalnav{
	line-height: 0;
	z-index: 101;
	overflow: hidden;
	position: absolute;

	top: 100px;

	border-radius: 10px;
	width: 100%;
}

#globalnav_position{
	line-height: 0;
	border-radius: 10px;
	position: relative;
	z-index: 20;
	text-align: center;
	margin: auto;
	width: 1200px;

	/* left: 67%; */;
}

#g_wrap{
	width: 300px;

	padding: 5px 15px 15px;

	background-color: rgba(0,0,0,0.1);
	border-radius: 14px;

	padding: 5px 15px 15px;
	margin-right: 25px;
	margin-left: auto;

}

.cg_col{
	background-color:#ffffff;
}

#globalnav .list1{
	z-index:2000;
	height:100%;
	margin:0.5em 0;
	width:100%;
}

#globalnav .list1:hover{
	width: 100%;
	box-sizing: border-box;
	margin: 0.5em 0;
	position: relative;
}
#globalnav .list1:hover:before{
	content:"";
	border: 3px solid #2B802B;
	width: 0%;
	position: absolute;
	height: 70%;
	top: 12%;
	left: 4%;
}

#globalnav .line_link{
	width:50%;
	display:inline-block;
	height:100%;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	box-sizing:border-box;
}

#globalnav .line_link:first-child{
	border-right:3px solid #A19393;
	border-left:3px solid #A19393;
}

#globalnav .line_link:hover:before{
	content:"";
	border: 3px solid #2B802B;
	position: absolute;
	margin: 2% 2%;
	height: 70%;
}

.line_link:nth-last-child(2){
	border-right: 3px solid #A3C0B1;
}

.line_link:nth-last-child(1){
	border-left: 3px solid #A3C0B1;
}

/*logo*/

#logo_position{
	width: 26%;
	top: 18%;
	position: absolute;
	left: 10%;
	z-index: 200;;
    /* height: 100%; */

}

#logo_berry_wrapper{
	margin: auto;
	width: 30%;
}

#logo{
	display:block;
	top:0%;
	left:0%;
	bottom:0%;
	right:0%;
}

#logo2{
	position: absolute;
	top: -12%;
	width: 30%;
}


#news_area{
	padding: 0.3em 1em;
}

#whatnew_txt{
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0.5em 0;
}

#rsv_cntct{
	font-size: 0.8em;
	text-align: right;
}

.changeImg{
	display: block;
	width: 100%;
	position: absolute;
	z-index: 0;
}

.slideposition1{
	left:0%;
	z-index:100;
	opacity:1;
}

.slideposition2{
	left:100%;
	z-index:100;
	opacity:1;
}
/* 			天気予報			 */

#weather_space table{
	margin:auto;
}

#weather_space td{
	border:1px solid #CDBCBC;
	text-align:center;
	width: 150px;
	padding:0.5em 0;
	font-size:1.3em;
}
#weather_space td.temperature{
	text-align:left;
	padding-left:3.0em;
}

.time_price_column {
	padding-bottom: 16px;
}
/* 			農園について 			*/

#aboutFarm {
padding-bottom: 3%;
}

#farm_contents{
	width:1200px;
	margin:auto;
	height:auto;
}

.rightcolumn{
	width: 760px;
	font-size: 1em;
}

.leftcolumn{
	max-width: 31%;
	min-width: 430px;
	font-size: 1em;
}

/*写真エリア*/
#info_photoarea{
	width: 1200px;
	height: 360px;
  margin: auto;
	overflow: auto;
}
#info_photoarea li{
	z-index: 100;
	line-height: 0;
	vertical-align: top;
	float: left;
	margin-right: 12px;
}

#info_photo1{
	box-shadow: 2px 2px 4px #474747;
}

#info_photo2{
	height:	 346px;
	box-shadow: 2px 2px 4px #474747;
}

#photoarea{
	top: 10px;
	position: relative;
	height: 745px;
}
#photoarea ul{
	width: 85%;
}
#photoarea li{
	z-index: 100;
	line-height: 0;
	display: inline-block;
}

#photo1{
	width: 100%;
	-webkit-box-shadow: 2px 1px 1px #474747;
	-moz-box-shadow: 2px 2px 4px #474747;
	-ie-box-shadow: 2px 2px 4px #474747;
	-o-box-shadow: 2px 2px 4px #474747;
	box-shadow: 2px 2px 4px #474747;
}

#photo2{
	width: 100%;
	-webkit-box-shadow: 2px 1px 1px #474747;
	-moz-box-shadow: 2px 2px 4px #474747;
	-ie-box-shadow: 2px 2px 4px #474747;
	-o-box-shadow: 2px 2px 4px #474747;
	box-shadow: 2px 2px 4px #474747;
}

#photo3{
	width: 100%;
	-webkit-box-shadow: 2px 1px 1px #474747;
	-moz-box-shadow: 2px 2px 4px #474747;
	-ie-box-shadow: 2px 2px 4px #474747;
	-o-box-shadow: 2px 2px 4px #474747;
	box-shadow: 2px 2px 4px #474747;
}

/*tel*/

#reserve_tel{
	font-size: 1.0em;
	color: #131313;
}

/**/
.rightcolumn h3{
	font-size: 0.8em;
	color: #1a5222bb;
	line-height: 1.8em;
	font-weight: 900;
}

.rightcolumn h4{
	font-size: 0.8em;
	line-height: 1.1em;
	color: #27388e;
}

.rightcolumn p{
	line-height: 1.3em;
	font-size: 0.7em;
	color: #333333;
}

.column_block{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 1% 0;
}


#time_price {
padding-bottom: 3%;
}

.table_wrap{
	min-width:650px;
	max-width:710px;
}

.time_table{
	border: 1px solid #000;
	text-align:center;
	width:300px;
}
.time_table td{
	border: 1px solid #BAB5B5;
	vertical-align: middle;
	font-size: 0.8em;
}

.how_reserve_table,
.tpc_table {
	border: 1px solid #000;
	text-align:center;
	width:700px;
}

.tpc_table th{
	border: 1px solid #BAB5B5;
	font-size: 0.8em;
	padding: 0.15em;
	width: 10em;
	background-color: #EEFAEA;
	text-align: left;
}

.how_reserve_table th{
	border: 1px solid #BAB5B5;
	font-size: 0.8em;
	padding: 0.15em;
	width: 10em;
	background-color: #EEFAEA;
	text-align: center;
}

.how_reserve_table td,
.tpc_table td{
	border: 1px solid #BAB5B5;
	vertical-align: middle;
	font-size: 0.7em;
}

.tpc_table td .money{
	text-align:right;
	width:100px;
	margin:0 auto;
}

.bus_table_wrap{
	padding:0.5em 0 1em 1em;
}
.bus_table{
	border: 1px solid #000;
	text-align:left;
	width:340px;
}

.bus_table th{
	border: 1px solid #BAB5B5;
	font-size: 0.9em;
	padding: 0.2em;
	width: 10em;
	background-color: #EEFAEA;
	text-align:left;
}

.bus_table td{
	border: 1px solid #BAB5B5;
	vertical-align: middle;
	padding: 0.2em 0 0.2em 1.5em;
	font-size: 0.8em;
}

.attention {
	 font-size: 0.7em!important;
	 color: rgb(0, 48, 37)!important;
	 line-height: 1em!important;
	 font-weight: bold;
}

/*地図の画像*/

.imgSmall{
	width:100%;
}
/*地図上の位置を知らせるdiv*/
.mapArea{
	position:relative;
}
.mapPointer{
	position:absolute;
}
.parkingImgWrap{
	width: 1009px;
	display: inline-block;
	vertical-align: top;
}

.mapNumber0{
	/*バス亭*/
	width: 230px;
	height: 168px;
	/*border: 1px solid #000;*/
	top: 1286px;
	left: 99px;
}
.mapNumber1{
	/*四季彩館*/
	width: 200px;
	height: 174px;
	/*border: 1px solid #000;*/
	top: 1169px;
	left: 916px;
}
.mapNumber2{
	/*中区*/
	width: 170px;
	height: 153px;
	/*border: 1px solid #000;*/
	top: 891px;
	left: 42px;
}
.mapNumber3{
	/*國雲寺*/
	width: 170px;
	height: 152px;
	/*border: 1px solid #000;*/
	top: 694px;
	left: 42px;
}
.mapNumber4{
	/*小さな池*/
	width: 170px;
	height: 150px;
	/*border: 1px solid #000;*/
	top: 524px;
	left: 42px;
}
.mapNumber5{
	/*正面*/
	width: 170px;
	height: 152px;
	/*border: 1px solid #000;*/
	top: 348px;
	left: 42px;
}
.mapNumber6{
	/*森田*/
	width: 186px;
	height: 207px;
	/*border: 1px solid #000;*/
	top: 267px;
	left: 916px;
}
.mapNumber7{
	/*流れ橋*/
	width: 183px;
	height: 276px;
	/*border: 1px solid #000;*/
	top: 648px;
	left: 918px;
}
.mapNumber8{
	/*八幡屋*/
	width: 184px;
	height: 170px;
	/*border: 1px solid #000;*/
	top: 974px;
	left: 918px;
}
.mapNumber9{
	/*事務所正面*/
	width: 170px;
	height: 205px;
	/*border: 1px solid #000;*/
	top: 104px;
	left: 42px;
}

.ad{
  margin-top:12px;
  margin-bottom:12px;
}
.ad h4{
	font-weight:bold;
	font-size:1.2em!important;
  color:#000;
}

.header_wrap {
    width: 1200px;
    margin: auto;
    height: auto;
		border: #a7d59a solid 2px;
		border-width: 0 0 4px 8px;
}

p.web-reserve a:link,
p.web-reserve a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 70%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 20px;
	margin: 40px auto;
	border-radius: 5px;
	background: #94cf00;
	background: -webkit-gradient(linear, left top, left bottom, from(#94cf00), to(#02710f));
	background: -moz-linear-gradient(top, #94cf00, #02710f);
}
p.web-reserve a:hover{
	background: #cfb700;
	background: -webkit-gradient(linear, left top, left bottom, from(#cfb700), to(#cc3e00));
	background: -moz-linear-gradient(top,#cfb700,  #cc3e00);
}

.fa_inline {
	display: inline;
}
