﻿/***** PC用トップページ用CSS *****/
@media screen and (min-width: 769px){ /* パソコン用 */
/***** 動画エリア *****/
	.tp-mov-container {
		width:100%;
		margin:0px auto;
		padding:0px;
	}
	.tp-mov-container video { width:100%; height:auto; }

/***** お知らせエリア *****/
	.tp-news-container { background:#227a28; font-size:90%; margin-top:-7px; }
	.tp-news-container table { width:100%; max-width:960px; margin:0px auto; }
	.tp-news-container table th { padding:0px 10px; line-height:2.1em; color:#e9e9e9; }
	.tp-news-container table td { text-align:left; color:#fff; line-height:2.1em; }
	.tp-news-container table td a { color:#fff; text-decoration:none; }
	.tp-news-container table td a:hover { color:#154a00; }
	
/***** ファームについて *****/
	.tp-farm-container {
		background-image:url('../imgs/bk/bk-tp_001.png');
		background-attachment:fixed;
		background-size:cover;
		padding:90px 0px;
	}
	.tp-farm-container table { width:100%; max-width:1024px; margin:0px auto; padding:0px; }
	.tp-farm-container table td { width:50%; padding:0px; text-align:center; }
	.tp-farm-txtbox { width:100%; margin:0px auto; padding:22px; text-align:left; font-weight:bold; text-shadow:1px 1px 1px #fff; line-height:2.3em; }

/***** バナーエリア *****/
	.tp-banner-container { width:100%; max-width:1024px; margin:0px auto; padding:40px 0px; }
	.tp-banner-bottom { padding-bottom:40px; }

/***** ギャラリー *****/
	.tp-gallery-container {
		background-image:url('../imgs/bk/bk-topgallery_001.png');
		background-attachment:fixed;
		background-position:center center;
		background-size:cover;
		padding:50px 0px;
	}
	.tp-gallery-container table { width:100%; margin:0px auto; }
	.tp-gallery-area { width:100%; max-width:1024px; margin:0px auto; padding:0px; text-align:center; }
}