@charset "utf-8";

/****** ヘッダー ********/
.header_logo_area .header_logo img {
	width: 400px;
}
.wideslide img {
	margin: 0 auto;
	text-align: center;
}
/* トップメニュー */
#top_menu {
	clear: both;
}
#top_menu ul {
	margin: 0 auto;
}
#top_menu li {
	display: inline-block;
	width: 33%;
}
.menu-nav > li {
	background-color: rgba(90,90,90,0.70);
	height: 30px;
	text-align: center;
	margin: 0.5em 0 0;
	position: relative;
}
.menu-nav ul {
	position: static;
	height: auto;
	width: auto;
	overflow: visible;
	z-index: 3;
	background: #fff;
}
.menu-nav > li > a {
	position: relative;
	height: 30px;
	padding: 0.3em 10px 0;
	display: block;
	font-weight: bold;
	color: #FFF;
	overflow: visible;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	-moz-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}
.menu-nav > li:hover {
	background-color: rgba(90,90,90,1.00);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents {
	padding-top: 10px;
}
/* トップスライダー */
.wideslide img {
	margin: 0 auto;
}
.slick-dots {
bottom: -25px;
}
/* サイドバー　カテゴリー*/
#category {
	background-color: #F8F8F8;
}
.category_title {
	padding-top: 0.5em;
	font-weight: bold;
}
#calendar {
	background-color: #F8F8F8;
}
.calendar_title {
	padding-top: 0.5em;
}
#calendar {
	background-color: #F8F8F8;
}
.calendar_title {
	padding-top: 0.5em;
}

/* サイドバー　バナー */
#side_banner {
	background-color: #F8F8F8;
	width: 100%;
	margin: 15px 0 10px;
}
#side_banner .banner_title {
	padding: 0.5em 0;
}
#side_banner li {
	margin-top: 0.5em;
}
#side_banner li img {
	width: 95%;
}
/* コンテンツ */
.item_comment {
	height: 3.5em;
}
.pickup_item {
	border: 1px solid #D9D9D9;
}
.pickup_item dt {
	padding: 0 0.5em;
	margin-bottom: 0.3em;
}
.pickup_item dd.item_comment {
	padding: 0 0.3em;
}
.item_photo{
	margin-bottom: 0.3em;
}
.more_link {
	border-top: 1px solid #D9D9D9;
	padding: 0.5em;
	text-align: center;
}
.item_price {
	padding: 0 0.5em;
}
/* 新着情報 */
.newslist {
    border-bottom: 1px solid #f8f8f8;
	height: 212px;
	overflow-y : auto;
}
.newslist dt {
	padding: 0.6em;
}
.newslist dd {
    margin: 0 0.8em 0.6em;
}
.news_contents {
	padding: 0;
}
#product,
#home_garden,
#cooking,
#farm,
#events {
	margin-top:-250px;
	padding-top:250px;
}

/* ----------
　　スマホ
 ----------- */
@media only screen and (max-width: 767px) {
	#product,
	#farm {
		margin-top:-180px;
		padding-top:180px;
	}
	#home_garden,
	#cooking,
	#events {
		margin-top:-130px;
		padding-top:130px;
	}
	#side_left #calendar {
		display: none;
	}
	.is-animation {
		height: 80px;
		transition: .3s;
	}
	#wrapper > #contents {
		margin-top: 5px;
	}
	.header_logo img {
		width: 150px;
	}
	.newslist {
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	.newslist dt {
		padding: 0.3em;
	}
	.newslist dd {
		margin: 0 0.4em 0.3em;
	}
	#header .menu-nav {
		font-size: 0.7em;
	}
	#header .menu-nav li {
		text-align: center;
		width: 32.5%;
	}
	#header #menu_cal {
		display: none !important;
	}
	#drawer > .menu-nav {
		display: none;
	}
	.calendar_title,
	#drawer .category_title {
		text-align: center;
	}
	.menu-nav > li {
		height: 16px;
		margin: 0.5em 0 0;
		padding-top: 0.2em;
		position: relative;
	}
	.menu-nav > li a {
		height: 16px;
		padding-top: 0;
	}
	.menu-cal a {
		text-decoration: none;
		display: block;
		height: 16px;
		line-height: 16px;
		padding: 0 10px;
		color: #525263;
		font-size: 1.6rem;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
	}
	.category-nav a {
		border-bottom: none;
	}
	#calendar table{
		margin: 0 auto;
	}
	#side_banner li {
		text-align: center;
	}
}

