@charset "utf-8";


/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	width: 100%;
	height: 100%;
}
body {
	color: #fff;		/*全体の文字色*/
	background: #000;	/*全体の背景色*/
	background: #660099;	/*全体の背景色*/
	/*background: url(../images/back_illu6.jpg);*/
	margin: 0px;
	padding: 0px;
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	-webkit-text-size-adjust:100%;	/*スマホサイトで端末を横にしても文字サイズを拡大させない方法*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #ffe400;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

header{
	background:#fff;
	position: fixed;
	width:100%;
}
/*ロゴ画像が配置されているヘッダーブロック
---------------------------------------------------------------------------*/
/*ロゴ画像の設定*/
header h1 {
	position: absolute;
	left: 20px;	/*画面に対して左から50pxの場所に配置*/
	top: 60px;	/*画面に対して上から60pxの場所に配置*/
	top: 0px;	/*画面に対して上から60pxの場所に配置*/
	/*background: #fff;*/
	padding:1%;
	font-family:"HG丸ゴシックM-PRO","メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	color:#f6fafb;
	color:green;
}

.top_title{
	font-size:50%;
}

header h1 a {
	color:#f6fafb;
	color:green;
}
.head_info{
	float:right;
	margin-right:5%;
	margin-top:1%;
	/*margin-top:2%;*/
	font-size:110%;
	color:#ff0000;
	color:#000;
	line-height:120%;
	/*margin-bottom:2%;*/
	
}
/*左側のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体への設定*/
nav#menubar {
	position: fixed;	/*画面がスクロールしても移動させない為の設定。スクロールと共に移動させるならこの１行削除。*/
	padding-top: 180px;	/*ロゴ画像のスペース分の余白を取る。下のcontentsのpaddingの180pxと数字を合わせると上部が揃う。*/
	padding-top: 140px;	/*ロゴ画像のスペース分の余白を取る。下のcontentsのpaddingの180pxと数字を合わせると上部が揃う。*/
	width: 200px;		/*幅*/
}
/*メニュー１個ごとの設定*/
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	padding: 15px 30px;	/*各メニュー内の上下、左右にとる余白*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	width: 95%;			/*メニューブロックに対して実際に表示させる幅。下のマウスオン時に100%にして動きを出す。*/
	margin-bottom: 20px;	/*メニュー同士の余白*/
	-webkit-box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.2);	/*影の設定。左から、右、下、ぼかす幅、距離。rgbaでの色設定は左3つの数字がカラーコードで最後の小数点が透明度*/
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.2);			/*同上*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	opacity: 0.8;	/*メニューの透明度が80%という設定*/
}
/*マウスオン時*/
nav#menubar ul li a:hover {
	text-align: right;	/*文字を右寄せする設定*/
	width: 100%;		/*上で95%だった幅をここで100%にさせて動きを出す。*/
	opacity: 1;			/*メニューの透明度を100%にする設定*/
	-webkit-box-shadow: none;	/*影をなくす設定*/
	box-shadow: none;			/*同上*/
}
nav#menubar ul li a:hover::after {
	content: "　→";	/*マウスオン時の文字の後に(after)に「　→」を自動入力させる設定。※補足：後でなく前に入れたい場合は「before」と記載。*/
}
nav#menubar img{
	margin-left:3%;
}
.left_addr{
	margin-left:5%;
	color:#000;
	width:250px;
}
.red{
	color:#ff0000;
	font-weight:bold;
	font-size:110%;
}
/*各ページの背景設定
---------------------------------------------------------------------------*/
/*HOMEページ*/
#page1 {
	/*background: #9100bb url(../images/img1.png) no-repeat right top fixed;*/	/*古いブラウザ向け。背景色と背景画像のみ指定。*/
	/*background: linear-gradient(#c5dcf7 95%, #f6fafb 100%);*/ /*右のカラーコードはグラデーションの設定。*/
	background: linear-gradient(#cc99ff 95%, #ffddff 100%); /*右のカラーコードはグラデーションの設定。*/
	/*background: url(../images/top_img.png) no-repeat right top fixed, linear-gradient(#c5dcf7 95%, #f6fafb 100%);*/ /*背景画像の読み込み、リピートせず右上に配置、スクロールさせない。右のカラーコードはグラデーションの設定。*/
	/*background: url(../images/img1.png) no-repeat right top fixed, linear-gradient(#9100bb 95%, #609100 100%);*/ /*背景画像の読み込み、リピートせず右上に配置、スクロールさせない。右のカラーコードはグラデーションの設定。*/
}
/*ご案内COMPANYページ*/
#page2 {
	background: #609100 url(../images/img1.png) no-repeat right top fixed;
	/*background: url(../images/img1.png) no-repeat right top fixed, linear-gradient(#609100 95%, #00c5e9 100%);*/
	background:linear-gradient(#ffddff 95%, #9acd32 100%);
}
/*生産者からSERVICEページ*/
#page3 {
	/*
	background: #00c5e9 url(../images/img1.png) no-repeat right top fixed;
	background: url(../images/img1.png) no-repeat right top fixed, linear-gradient(#00c5e9 95%, #999 100%);
	*/
	background:linear-gradient(#9acd32 95%, #c5dcf7 100%);
}
/*お問い合わせCONTACTページ*/
#page4 {
	/*background: #999 url(../images/img2.png) no-repeat right top fixed;*/
	background: #999;
	background:linear-gradient(#ffffaa 95%, #00c5e9 100%);
	background:linear-gradient(#c5dcf7 95%, #c5dcf7 100%);
}

/*各ページのコンテンツ設定
---------------------------------------------------------------------------*/
.contents {
	min-height: 100%;	/*コンテンツの内容が少なくても画面の高さ100%で表示させる設定*/
	padding: 180px 30px 100px 280px;	/*上、右、下、左への余白*/
	padding: 140px 30px 100px 280px;	/*上、右、下、左への余白*/
	/*text-shadow: rgba(0,0,0,0.5) 1px 1px 3px;*/	/*文字の影。色、右へ、左へ、ぼかし幅の設定。*/
}
/*HOME以外のページの設定*/
#page2.contents,
#page3.contents,
#page4.contents {
	padding-top: 70px;	/*上の設定で180pxになっていたcontents上部への余白を70pxにする設定*/
	padding-top: 140px;	/*上の設定で180pxになっていたcontents上部への余白を70pxにする設定*/
}
#page2 .contents{
	padding-bottom:150px;
}
#page3 .contents{
	padding-bottom:50px;
}
/*h2タグ設定*/
.contents h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 24px;		/*文字サイズ*/
	line-height: 1;			/*行間*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする設定。太字のままがいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
	background: rgba(0,0,0,0.2);	/*背景色。rgbaでの設定で左3つがrgbでの色(0,0,0は黒色です)で最後の小数点が透明度。*/
	border: 1px solid #fff;	/*枠線（※古いブラウザ用）の幅、線種、色*/
	border: 1px solid rgba(255,255,255,0.3);	/*枠線の幅、線種、rgbでの色(255,255,255は白色です)で最後の小数点が透明度。*/
	padding: 15px 20px;	/*上下、左右への余白*/
}
h2.page1_h2{
	/*background: rgba(170,40,255,1.0);*/	/*背景色。rgbaでの設定で左3つがrgbでの色(0,0,0は黒色です)で最後の小数点が透明度。*/
	background: #660099;	/*背景色。rgbaでの設定で左3つがrgbでの色(0,0,0は黒色です)で最後の小数点が透明度。*/
}
h2.page2_h2{
		background: #ff367f;
}
h2.page3_h2{
		background: #669900;
}
h2.page4_h2{
		background: #333399;
}
/*h3タグ設定*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 24px;		/*文字サイズ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準にする設定。太字のままがいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
	color: #fff;	/*文字色*/
}
/*h3タグの１文字目への設定*/
.contents h3::first-letter {
	border-left: 3px solid #ffe400;	/*左側への線の幅、線種、色*/
	padding-left: 15px;				/*線と文字の間の余白*/
}
/*段落タグ設定*/
.contents p {
	padding: 7px 20px 14px;	/*上、左右、下への余白*/
}
.contents p + p {
	padding-top: 0px;
}
.contents h2 + p,
.contents h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}
.main_msg{
	background:#fff;
	font-size:110%;
	color:#000;
	padding:2%;
	
}
.main_msg img{
	padding-left:15%;
	max-width:70%;
}
.tel{
	-webkit-tap-highlight-color:rgba(255,0,0,0.40);
	color:#ff0000;
	font-weight:bold;
	/*color:#000;*/
}
/*SERVICEページの各ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
	padding: 15px;		/*ボックス内の余白*/
	overflow: hidden;	/*飛び出る要素を消す設定。これがないと右下に入れる帯が飛び出る。*/
	color: #333;		/*文字色*/
	background: #fff;	/*背景色（※古いブラウザ向け）*/
	background: rgba(255,255,255,0.85);	/*背景色。rgbでの色(255,255,255は白色です)で最後の小数点が透明度。*/
	text-shadow: none;	/*文字の影をなくす設定。残すとぼやけて見づらいので。*/
	/*position: relative;*/	/*右下の帯を絶対配置させる為に必要なスタイルです*/
}
/*マウスオン時のボックス*/
.list a:hover {
	background: #fff;	/*背景色*/
	color: #333;	/*文字色*/
}
/*ボックス内の段落タグ設定*/
.list p {
	padding: 0px;
}
/*ボックス内のcolor1スタイル設定*/
.list .color1 {
	color: #ff0000;	/*文字色*/
}
/*ボックス内の写真設定*/
.list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 30%;		/*写真の幅*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 1%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
	color: #000;		/*文字色*/
}
/*ボックス内のh4タグの１文字目への設定*/
.list h4::first-letter {
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
/*h4タグ直下に画像がある場合の段落タグ設定*/
.list h4 + figure ~ p {
	margin-left: 34%;	/*左側の写真幅とのバランスをとって設定*/
}
/*h4タグ直下に画像がある場合のtableタグ設定*/
.list h4 + figure ~ table {
	margin-left: 34%;	/*左側の写真幅とのバランスをとって設定*/
	width: 65%;			/*テーブル幅*/
}

/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
.list table {
	font-size: 12px;	/*文字サイズ*/
	width: 100%;		/*テーブル幅*/
	margin-bottom: 5px;
}
.list table,
.list table td,
.list table th{
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
.list table td,
.list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
.list table th{
	width: 18%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #eee;	/*背景色*/
}
/*白い説明用ブロック*/
.list table td {
	width: 30%;	/*幅*/
}

#page2 p{
	color:#000;
}
/*ご案内*/
ul.guide{
	color:#000;
	font-size:14px;
	margin-left:5%;
	margin-bottom:5%;
}
ul.guide li ul.detail li{
	float:left;
	width:30%;
	border:1px solid #ccc;
	text-align:center;
	margin-right:1%;
	padding:1%;
	line-height:1.3em;
	background:#fff;
}
.guide li.title{
	font-size:110%;
	border-left:10px solid green;
	border-bottom:1px solid green;
	width:50%;
	padding-left:1%;
}
.margin_top5{
	padding-top:3%;
}
.price{
	font-size:130%;
	color:#ff0000;
	text-align:center;
}
/*生産者から*/
#about{
	background:#fff;
}
#about img.orner,
#about p{
	float:left;
	width:20%;
	margin-left:1%;
}
#about p{
	width:70%;
	display:block;
	background:#ffffe6;
	color:#000;
	line-height:1.5em;
	margin-bottom:2%;
}
#about ul.about_img li{
	float:left;
	width:30%;
	margin-left:2%;
	padding-left:0%;
}
#about ul.about_img li img{
	width:90%;
}
/*アクセスとお問い合わせ*/
#page4 ul{
	margin-left:5%;
	color:#000;
}
#page4 img{
	float:right;
	width:40%;
	margin-right:5%;
	margin-bottom:3%;
	min_width:100%;
}
.map{
	margin-left:5%;
	width:90%;
}
/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	width: 100%;
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	font-size: 12px;	/*文字サイズ*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 90px;	/*ブロックの高さ*/
	padding-left: 20px;
	color:#000;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 180px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #e5e5e5;	/*背景色（古いブラウザ向け）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	color: #333;	/*文字色*/
	text-shadow: none;
}

/*SERVICEページの各ボックス内の右下で使っている斜めの帯
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
.option2 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}

/*ページの上部へ（↑）ボタン
---------------------------------------------------------------------------*/
.pagetop a {
	font-size: 20px;
	display: block;
	background: #333;
	background: rgba(255,255,255,0.5);
	color: #FFF;
	float: right;
	text-decoration: none;
	line-height: 1;
	padding: 20px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pagetop a:hover {
	background: #fff;
	color: #333;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #333;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #ffe400;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){
	body{
		font-size:14px;
	}
	/*ロゴ画像が配置されているヘッダーブロック
	---------------------------------------------------------------------------*/
	/*ロゴ画像の設定*/
	header h1 {
		width: 80%;
	}
	header h1 img{
		width: 60%;
	}
	header .head_info{
		margin-top:4%;
		font-size:1.0em;
	}

	/*左側のメインメニュー
	---------------------------------------------------------------------------*/
	/*メニューブロック全体への設定*/
	nav#menubar {
		padding-top: 120px;
		width: 120px;
	}
	/*メニュー１個ごとの設定*/
	nav#menubar ul li a {
		margin-bottom: 10px;	/*メニュー同士の余白*/
		-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);	/*影の設定。左から、右、下、ぼかす幅、距離。rgbaでの色設定は左3つの数字がカラーコードで最後の小数点が透明度*/
		box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.2);			/*同上*/
		padding: 10px;
	}
	.left_addr{
		width:110%;
	}

	/*各ページのコンテンツ設定
	---------------------------------------------------------------------------*/
	.contents {
		min-height: 60%;
		padding: 120px 10px 30px 155px;
	}
	#page2.contents,
	#page3.contents,
	#page4.contents {
		padding-top: 120px;
	}
	#page3.contents{
		min-height: 70%;
		padding-bottom: 10px;
	}
	#page4.contents {
		min-height: 86%;
		padding-top: 120px;
	}

	/*h2タグ設定*/
	.contents h2 {
		margin-bottom: 10px;
		font-size: 20px;		/*文字サイズ*/
	}
	/*top*/
	.main_msg{
		font-size:100%;
	}

	/*ご案内*/
	.guide li.title{
		width:50%;
		font-size:100%;
		font-weight:bold;
	}
	ul.guide li ul.detail li{
		width:29%;
	}
	
	.list h4 + figure ~ table {
		margin-left: 36%;	/*左側の写真幅とのバランスをとって設定*/
		width: 64%;			/*テーブル幅*/
	}
	
	.list figure img {
		width:30%;
	}
	.list table {
		margin-left: 34%;	/*左側の写真幅とのバランスをとって設定*/
		width: 60%;			/*テーブル幅*/
	}

	/*アクセスと問い合わせ*/
	.map{
		margin-left:5%;
		width:85%;
	}


	/*テーブル１
	---------------------------------------------------------------------------*/
	/*テーブル内の左側*/
	.ta1 th {
		width: 100px;	/*幅*/
	}

}

/*ここからスマートフォン用（770px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 770px){
	.guide li.title{
		width:60%;
		font-size:100%;
		font-weight:bold;
	}
}



/*ここからスマートフォン用（640px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 640px){

	/*各ページのコンテンツ設定
	---------------------------------------------------------------------------*/
	.contents {
		min-height: 100%;
		padding: 120px 10px 30px 155px;
	}
	/*ご案内*/
	.guide li.title{
		width:60%;
	}
	.list figure img {
		float: none;
		width:60%;
		margin-left:5%;
	}
	/*h4タグ直下に画像がある場合の段落タグ設定*/
	.list h4 + figure ~ p {
		margin-left: 5%;	/*左側の写真幅とのバランスをとって設定*/
	}
	/*h4タグ直下に画像がある場合のtableタグ設定*/
	.list h4 + figure ~ table {
		margin-left: 5%;	/*左側の写真幅とのバランスをとって設定*/
		width: 90%;			/*テーブル幅*/
	}
	/*生産者から*/
	#about img.orner,
	#about p{
		width:90%;
		float:none;
	}
	#about img.orner{
		margin-top:2%;
		margin-left:30%;
		width:40%;
	}
	/*アクセスとお問い合わせ*/
	#page4 ul{
		margin-left:5%;
		color:#000;
	}
	#page4 img{
		float:none;
		width:60%;
		margin-left:1%;
		min_width:100%;
	}
	.map{
		margin-left:5%;
		width:90%;
	}


}

/*ここからスマートフォン用（570px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 570px){
	nav#menubar {
		padding-top: 100px;
	}
	/*メニュー１個ごとの設定*/
	nav#menubar ul li a {
		padding: 5px 10px;	/*各メニュー内の上下、左右にとる余白*/
	}
	h2#newinfo_hdr,
	h2.page1_h2,
	h2.page2_h2,
	h2.page3_h2,
	h2.page4_h2{
		font-size:100%;
	}
	.contents {
		/*min-height: 60%;*/
		padding: 100px 10px 30px 155px;
	}
	#page2.contents,
	#page3.contents,
	#page4.contents {
		padding-top: 100px;
	}
}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 14px;
}

/*ロゴ画像が配置されているヘッダーブロック
---------------------------------------------------------------------------*/
header{
	height:150px;
	height:180px;
	position: static;
	
	margin-top:0px;
	padding-top:1%;
	
}

/*ロゴ画像の設定*/
header h1 {
	width: 70%;
	position: absolute;
	left: 16%;
	top: 2%;
}
.head_info{
	float:none;
	margin-top:18%;
	margin-left:30%;
	margin-left:15%;
}
/*左側のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体への設定*/
nav#menubar {
	padding-top: 10px;
	position: absolute;
	width: 100%;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li a {
	width: 45%;
	float:left;
	margin: 0 auto 3px;
	margin-left:3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
/*マウスオン時*/
nav#menubar ul li a:hover {
	text-align: center;
	width: 45%;
}
nav#menubar ul li a:hover::after {
	content: normal;
}

nav#menubar .left_addr,
nav#menubar img{
	display:none;
}

/*各ページの背景設定
---------------------------------------------------------------------------*/
/*HOMEページ*/
#page1 {
	/*background: url(../images/img1.png) no-repeat right top/100% auto fixed, linear-gradient(#9100bb 95%, #609100 100%);*/
}
/*ご案内COMPANYページ*/
#page2 {
	/*background: url(../images/img1.png) no-repeat right top/100% auto fixed, linear-gradient(#609100 95%, #00c5e9 100%);*/
}
/*生産者からSERVICEページ*/
#page3 {
	/*background: url(../images/img1.png) no-repeat right top/100% auto fixed, linear-gradient(#00c5e9 95%, #999 100%);*/
}
/*アクセスCONTACTページ*/
#page4 {
	/*background: #999 url(../images/img2.png) no-repeat right top/50% auto fixed;*/
}

/*各ページのコンテンツ設定
---------------------------------------------------------------------------*/
.contents {
	padding: 350px 10px 100px 10px;	/*上、右、下、左への余白*/
	padding: 100px 10px 100px 10px;	/*上、右、下、左への余白*/
}
#page2.contents,
#page3.contents,
#page4.contents{
	padding-top:20px;
}
/*h2タグ設定*/
.contents h2 {
	font-size: 100%;
	padding: 10px;
}
/*h3タグ設定*/
.contents h3 {
	font-size: 100%;
}
/*段落タグ設定*/
.contents p {
	padding: 7px 5px 14px;
}

#about ul.about_img li{
	float:none;
	width:60%;
	margin-left:20%;
}

/*SERVICEページの各ボックス
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
.list figure img {
	float: none;
	margin-right: 0;
	width: 92%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*h4タグ直下に画像がある場合の段落タグ設定*/
.list h4 + figure ~ p {
	margin-left: 0;
}
/*h4タグ直下に画像がある場合のtableタグ設定*/
.list h4 + figure ~ table {
	margin-left: 0;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, rgba(0,0,0,0.2);	/*マイナスアイコンと背景色*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, rgba(0,0,0,0.2);		/*プラスアイコンと背景色*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
	padding-left: 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*３本バーのメニューアイコン設定*/
#menubar_hdr {
	display: inline;
	position: fixed;
	top: 0px;
	right: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
}

/*ご案内*/
	.guide li.title{
		width:70%;
	}

	ul.guide li ul.detail li{
		width:45%;
		margin-top:1%;
	}

/*生産者から*/
#about p{
	float:none;
	margin-top:2%;
	margin-left:4%;
}

/*アクセス*/
#page4 img{
	margin-left:10%;
	width:80%;
}

}

/*ここからスマートフォン用（360px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 360px){
	/*ロゴ画像の設定*/
	header{
		height:190px;
	}
	header h1 {
		width: 85%;
		left: 5%;
		top: 1%;
	}
	.head_info{
		margin-top:23%;
		margin-left:10%;
	}
	
	/*ご案内*/
	.guide li.title{
		width:80%;
	}
	
	#page2 table{
		border:none;
		margin-left:5%;
	}
	/*
	#page2 table tr{
		display: block;
	}
	#page2 table tr th,
	#page2 table tr td{
		display: block;
		border-bottom:none;
		width:90%;
	}
	*/
	#page2 table tr td.bottom_border{
		border-bottom:1px solid #ccc;
	}
}

