@charset "utf-8";

/*
ホーム
/
*/


/* トップのみ背景変更*/
body{
	/*
	background-image:url(../img/bg_body_top.jpg);
	background-repeat:repeat-x;
	*/
}

@media print {
	body {
		zoom: 0.8 !important;
	}
}

/*
***********************************************************************************************
ヘッダーのテキスト
***********************************************************************************************
*/

#slogan {
}

	.viewmode-mobile #slogan {
		display: block;
	}



/*
***********************************************************************************************
ヘッダー
***********************************************************************************************
*/

	.viewmode-mobile #header {
		padding: 0px 0px 0px 0px;
	}

	.viewmode-mobile #header-inner {
		padding: 0px 0;
		position: absolute;
		top: 70px;
		width: 100%;
	}

		.viewmode-mobile.header_fixed #header-inner {
			padding: 0px 0;
			position: static;
		}


/*
***********************************************************************************************
ロゴ
***********************************************************************************************
*/

.viewmode-mobile #logo a img {
	filter: drop-shadow(0px 0px 2px rgba(255,255,255,1))
		drop-shadow(0px 0px 2px rgba(255,255,255,1))
		drop-shadow(0px 0px 2px rgba(255,255,255,1))
		drop-shadow(0px 0px 2px rgba(255,255,255,1))
		drop-shadow(0px 0px 2px rgba(255,255,255,1));
}

.viewmode-mobile #logo a img:first-child {
	display: inline;
}


/*
***********************************************************************************************
JSで追加したドロワー展開用のトグルボタン
***********************************************************************************************
*/

.toggle-button {
	top: 59px;
}

	.header_fixed .toggle-button {
		top: 7px;
	}


/*
***********************************************************************************************
本文のコンテナ
***********************************************************************************************
*/

#wrapper {
	min-width: 990px;
	width: auto;
}

	.viewmode-mobile #wrapper {
		min-width: 0;
	}

#container {
	background-image: none;
	padding: 0 0 0 0px;
	position: relative;
	max-width: 1200px;
}

	.viewmode-mobile #container {

	}

/*
***********************************************************************************************
左カラム
***********************************************************************************************
*/

#leftcolumn {
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0;
}

	.viewmode-mobile #leftcolumn {
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}

/*
***********************************************************************************************
中央カラム
***********************************************************************************************
*/

#centercolumn{
	margin: 0px auto;
}


/*
***********************************************************************************************
アイキャッチ画像
***********************************************************************************************
*/

.wrapper_eyecatch {
}

	/* 背景のグラデーション */
	.wrapper_eyecatch::after {
	}

.eyecatch {
	max-width: none;
	min-height: 0;
	position: relative;
}

	/* アイキャッチの背景 */
	.eyecatch .bg_eyecatch {
		display: none;
		height: 520px;
	}


/*
***********************************************************************************************
ホームのカルーセル（OwlCarousel2版）
***********************************************************************************************
*/

	#slider_sp .item {
		display: block;
	}

		#slider_sp .item img {
		}

.owl-theme .owl-nav {
	margin: -25px auto 0 auto;
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-theme .owl-nav [class*=owl-]{
	margin: 0;
}

	.owl-theme .owl-nav [class*=owl-]:hover{
		background: transparent;
		opacity: 0.7;
	}

/* 「前へ」＆「次へ」 */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;

	border-radius: 0;
}

	.owl-carousel .owl-nav button.owl-next:focus,
	.owl-carousel .owl-nav button.owl-prev:focus{
		outline: 0;
	}

	.owl-carousel .owl-nav button.owl-next::before,
	.owl-carousel .owl-nav button.owl-prev::before{
		/*
		background:#98D4CF;
		*/
		color: #fff;
		content: "\f054";	/* fa-chevron-right */
		font-family: FontAwesome;
		display: inline-block;
		font-size: 22px;
		letter-spacing:0;
		line-height: 30px;
		text-align:center;
		width: 30px;
		height: 30px;

		/*
		border-radius:100%;
		*/
		text-shadow: 0px 0px 10px rgba(0,0,0,0.5),
		0px 0px 10px rgba(0,0,0,0.5),
		0px 0px 10px rgba(0,0,0,0.5),
		0px 0px 10px rgba(0,0,0,0.5);
	}

	.owl-carousel .owl-nav button.owl-prev::before{
		content:"\f053"	/* fa-chevron-left */;
	}

	.owl-carousel .owl-nav button.owl-next:hover::before,
	.owl-carousel .owl-nav button.owl-prev:hover::before{
		/*
		background:#98D4CF;
		opacity:0.7;
		*/
	}

	.ie .owl-carousel .owl-nav button.owl-next::before,
	.ie .owl-carousel .owl-nav button.owl-prev::before{

	}

.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

	.owl-carousel .owl-nav button.owl-next span,
	.owl-carousel .owl-nav button.owl-prev span {
		display: none;
	}


/* ページャー */
.owl-theme .owl-dots {
	bottom: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		margin: 0 8px;
		vertical-align: top;

		border-radius: 100%;

	}

		.owl-theme .owl-dots .owl-dot span {
			background: transparent;
			border: 1px solid #fff;
			display: block;
			height: 12px;
			width: 12px;

			border-radius: 100%;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.5),
			0px 0px 5px rgba(0,0,0,0.5),
			0px 0px 5px rgba(0,0,0,0.5),
			0px 0px 5px rgba(0,0,0,0.5);
		}

			.owl-theme .owl-dots .owl-dot.active span,
			.owl-theme .owl-dots .owl-dot:hover span {
				background-color: #fff;
			}

			.owl-theme .owl-dots .owl-dot.active {
				/*
				background-color: #fff;
				*/
			}


/*
***********************************************************************************************
パンくずリスト
***********************************************************************************************
*/

#breadcrumb {
	display: none;
}


/*
***********************************************************************************************
ホームのコンテンツ
***********************************************************************************************
*/

#centercolumn {
	background-color: #fff;
	/*
	margin-top: 30px;
	padding-bottom: 15px;
	*/
	height: 100%;
	min-height: 0;
	padding: 0 0 0 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

	.viewmode-mobile #centercolumn {
		margin-left: 0px;
		position: static;
		padding: 25px 10px;

		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	/* 元気なミツバチお届けします */
	#centercolumn h1 {
		border: 0px solid #fff;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 33px;
		font-weight: 600;
		letter-spacing: 0.01em;
		margin: 0px 0px 0 20px;
		padding: 0;
	}

		.viewmode-mobile #centercolumn h1 {
			font-size: 22px;
			margin: 0px 0 10px 0;
			text-align: center;
		}

		#centercolumn h1::before {
			content: none;
		}

	/* 西洋ミツバチは… */
	#centercolumn p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding-top: 1em;
	}

		.viewmode-mobile #centercolumn p {
			font-size: 13px;
			padding: 0;
		}

			.viewmode-mobile #centercolumn p br {
				display: none;
			}

/*
***********************************************************************************************
右カラム
***********************************************************************************************
*/

#rightcolumn {
	display: none;
}

/*
***********************************************************************************************
新着情報
***********************************************************************************************
*/

.block-news {
	margin-top: 0px;
}

	.viewmode-mobile .block-news {

	}


/*
***********************************************************************************************
フッター
***********************************************************************************************
*/

#footer {

}
