@charset "utf-8";
/* CSS Document */

#menu li:nth-child(2) a{color:#f15a24;}

/*-----------------------------------下層タイトル*/
#pagetitle2{width: 100%; background:url(images/title_bg.jpg) no-repeat; background-position:center center; background-size:cover; margin-bottom:50px; height:300px;}
#pagetitle2 h2{width:1000px; margin-left:auto; margin-right:auto;}
#pagetitle2 h2 img{width:100%; height:100%;}

/*-----------------------------------下層タイトル（生産者紹介）*/
#pagetitle2a{width: 100%; background:url(images/title_bg_producer.jpg) no-repeat; background-position:center center; background-size:cover; margin-bottom:50px; height:300px;}
#pagetitle2a h2{width:1000px; margin-left:auto; margin-right:auto;}
#pagetitle2a h2 img{width:100%; height:100%;}

/*-----------------------------------事業紹介*/
#hiryoubar{width: 100%; background:url(images/hiryou_bg.jpg) no-repeat; background-position:center center; background-size:cover; margin-bottom:40px; height:400px;}
#hiryoubar p{width:1000px; margin-left:auto; margin-right:auto;}
#hiryoubar p img{width:100%; height:100%;}

#seikabar{width: 100%; background:url(images/seika_bg.jpg) no-repeat; background-position:center center; background-size:cover; margin-bottom:40px; height:400px;}
#seikabar p{width:1000px; margin-left:auto; margin-right:auto;}
#seikabar p img{width:100%; height:100%;}

.tbl01{width:100%;}
.tbl01 th{vertical-align:top; padding:10px; width:150px; text-align:left; border-bottom:10px solid #fff; background: #f6edd8; font-weight: normal;}
.tbl01 td{padding:10px 10px 10px 20px;; text-align:left; border-bottom:10px solid #fff;}

.bnrarea{text-align: center;}

/*-----------------------------------生産者紹介*/
.proL{float: left; width: 400px;}
.proL img{margin-bottom: 5px;}
.proR{float: right; width: 550px;}
.naiyo{background: #f6edd8; padding: 10px; margin-bottom: 20px;}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

#pagetitle2{ background:none; margin-bottom: 20px; height:auto;}
#pagetitle2 h2{width:100%;}

#pagetitle2a{ background:none; margin-bottom: 20px; height:auto;}
#pagetitle2a h2{width:100%;}

#hiryoubar{ background:none; margin-bottom: 20px; height:auto;}
#hiryoubar p{width:100%;}

#seikabar{ background:none; margin-bottom: 20px; height:auto;}
#seikabar p{width:100%;}

.tbl01{width:98%; margin-left:auto; margin-right:auto;}
.tbl01 th{border-bottom:none; display:block; width: 100%; padding: 4px;}
.tbl01 td{display:block; width: 100%; padding: 4px;}

.bnrarea img{width: 280px;}

/*-----------------------------------生産者紹介*/
.proL{float: none; width: 100%; text-align: center; margin-bottom: 30px;}
.proL img{margin-bottom: 2px; width: 300px;}
.proR{float: none; width: 100%;}
.naiyo{background: #f6edd8; padding: 10px; margin-bottom: 20px;}

}