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

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  display: block;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	position: relative;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*----------共通----------*/

#header #seo_txt {
	background: #e7231e;
	color: #fff;
	font-size: 12px;
	padding: 6px 0;
}

#header h1 {
	float: left;
	margin: 30px 0;
}

#header #toggle {
	display: none;
}

#header #navi ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#header #navi ul li {
	float: left;
	padding: 5px 19.75px;
	font-size: 18px;
	list-style: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 0 -1px;
}

#header #navi ul li#here {
	background: #f00;
}

#header #navi ul li#here a {
	color: #fff;
}

#header #navi ul li:first-child {
	margin: 0 0 0 0;
}

#header #navi ul li:last-child {
	float: right;
}

#header #navi ul li a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #000;
	display: block;
	text-decoration: none;
}

#header #navi ul li a:hover {
	color: #f00;
}

#footer {
	background: #560200;
	padding: 30px 0 0;
	color: #fff;
	margin: 50px 0 0;
}

#footer #info {
	margin: 20px 0;
	overflow: hidden;
}

#footer #info ul {
	float: left;
	margin: 0 0 0 80px;
}

#footer #info ul li {
	line-height: 2em;
}

#footer #info #footer_navi ul li {
	line-height: 2.85em;
}

#footer #info #footer_navi ul li a {
	text-decoration: none;
	color: #fff;
}


#footer #copy {
	text-align: center;
	padding: 5px;
}

/*---------------online付け足し----------------*/

#online{
	width: 190px;
	height: 68px;
	float: right
}

.online_title{
	font-size:18px;
	font-weight: 900;
	width: 190px;
	padding-top: 12px;
	padding-bottom: 4px;
	text-align: center;
	
}
.online_button{
	font-size:18px;
	font-weight: 900;
	color: white;
	display:block;
	width:190px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:center;
	
	background:#e7231e;
	text-decoration: none;
	border-radius: 5px;
}

.online_button:hover{
	background:#560200;
}

/*---------------ここまでonline付け足し----------------*/



/*----------共通ここまで----------*/

/*----------top内共通----------*/

#top #main_img {
	width: 100%;
	height: 500px;
	background: #999;
	clear: both;
}

#top .bannar {
	margin: 30px 0 0;
}

#top .contents h2 {
	border-bottom: 2px solid #e7231e;
	margin: 40px 0;
	padding: 0 0 5px 0;
}

#top .btn a {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #222;
	border-radius: 5px;
	margin: 50px 0;
	padding: 20px 0;
	width: 300px;
	color: #000;
	text-decoration: none;
}

/*----------top内共通ここまで----------*/

/*----------top----------*/

#top #main {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 0 30px 0;
}

#top #main img {
	float: left;
	width: 70%;
	box-sizing: border-box;
}

#top #main .main_txt {
	background: #620000;
	float: right;
	width: 30%;
	height: 410px;
	box-sizing: border-box;
	color: #fff;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#top #main .main_txt #txt {
	margin: 70px 0 0 40px;
	font-size: 16px;
	line-height: 1.8em;
}

#top #main .main_txt h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 40px 0 0 40px;
}

#top #main .main_txt h2 span {
	border-bottom: 2px solid #fff;
	padding: 0 0 40px 0;
}

#top #main .main_txt .btn a {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #fff;
	margin: 70px 0 0;
	padding: 15px 0;
	width: 180px;
	color: #fff;
	text-align: center;
}

#top .contents01 {
	background: #fff8e5;
}

#top .contents01 h2 {
	background: url(../../img/icon01.png) no-repeat 270px -2px;
}

#top .contents01 ul {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

#top .contents01 ul li {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

#top .contents01 ul li img {
	width: 100%;
}

#top .contents02 ul {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

#top .contents02 ul li {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

#top .contents02 ul li img {
	margin: 0 0 20px 0;
}

#top .contents03 {
	background: #fff8e5;
	padding: 1px 0 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#top .contents03 ul {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	border-bottom: 1px dashed #F00;
	padding: 0 0 40px 0;
}

#top .contents03 ul li {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 10px;
}

#top .contents03 ul li h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
	color: #900;
}

#top .contents03 ul li img {
	width: 100%;
	height: 200px;
}

#top .contents03 .right {
	width: 50%;
	float: right;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

#top .contents03 .right h3 {
	font-size: 18px;
}

#top .contents03 .right p#aria {
	font-size: 16px;
	margin: 30px 0;
}

#top .contents03 .left {
	width: 50%;
	float: left;
}

#top .contents03 .left #gmap {
	width: 100%;
	height: 300px;
}

#top .contents04 ul {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

#top .contents04 ul li {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
}

#top .contents04 ul li p {
	font-size: 20px;
	color: #fff;
	background: #000;
	text-align: center;
	margin: -6px 0 0;
	padding: 5px 0;
	width: 100%;
}

#top .contents04 ul li img {
	width: 100%;
	height: 220px;
}

/*----------topここまで----------*/

/*----------- レイアウト ----------*/

.content_width {
	width: 1000px;
	margin: 0 auto;
}

/*----------- レイアウトここまで ----------*/

.this_page {
	border-bottom: solid 3px #d82a21;
}

/*------------取り扱い-----------*/

#products #subhead{
    overflow: hidden;
    margin: 50px 0 20px 0;
}
#products #title{
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 25px;
}
#products .under_line{
    border-bottom: solid 1px #d82a21;
    padding-top: 15px;
}
#products #text{
    float: left;
}
#products .right{
    float: right;
}
#products #first_content{
    overflow: hidden;
}
#products .fc_r{
    float: left;
    margin-right: 45px;
}
#products .content{
    margin-top: 35px;
    overflow: hidden;
}
#products .content h3{
    font-size: 28px;
    border-bottom: solid 1px #d82a21;
    padding-bottom: 5px;
}
#products .meet{
    overflow: hidden;
    margin: 35px 0;
}
#products .stamp{
    float: left;
}
#products .text01{
	float: right;
	margin: 3px 0 0 30px;
	font-size: 14px;
	width: 750px;

}
#products .text01 h3{
	margin: 0 0 20px 0;
	color: #BA1F15;
	font-weight:bold;
}

#products .text01 h3:first-child{
	color: #00008D;
}
#products .content h4{
    width: 496px;
    font-size: 18px;
    border-bottom: solid 1px #d82a21;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#products .content_left{
    float: left;
    width: 496px;
    margin-bottom: 20px;
}
#products .content_left h5,
#products .etc h5{
    margin-bottom: 5px;
    font-weight: bold
}
#products .etc{
    overflow: hidden;
    float: left;
}
#products .blok{
	width: 148px;
    float: left;
	margin-right: 15px;
}
#products .blok_r{
	width: 148px;
	float: left;
}
#products .contet_chicken{
    overflow: hidden;
    margin-bottom: 20px;
}
#products .contet_chicken h4{
    width: 1000px;
}
#products .blok_chicken{
    float: left;
    margin-right: 15px;
}
#products .region{
    clear: both;
    border-left: solid 5px #d82a21;
    padding-left: 30px;
    margin-bottom: 30px;
}
#products .region h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#products .region ul{
    overflow: hidden;
    margin: 10px 0;
}
#products .region ul li{
    display: inline-block;
    background-color: #f3d3d3;
    padding: 5px 10px;
    margin-right: 5px;
}
#products .under_line01 {
	padding-bottom: 0;
}
/*------------取り扱いここまで-----------*/


/*----------- 卸売 ----------*/

#orosiuri .content_width h3{
	font-size: 28px;
}
#orosiuri .content_width h4{
	font-size: 28px;
}
#orosiuri .content_width p{
	font-size: 14px;
	padding: 30px 0 0;
}
#orosiuri .orositop{
	/*font-family: serif;*/
	/*font-weight: bold;*/
}
#orosiuri .orositop h3{
	border-bottom: solid 2px #d82a21;
	margin: 40px 0px 0px 3px;
}
#orosiuri .text{
	overflow: hidden
}
#orosiuri .text p{
	width:590px;
	float:left;
	margin: 25px 0px 0px 0px;
}
#orosiuri .text img{
	float: right;
	margin: 25px 0px 0px 0px;
}
#orosiuri .contact{
	text-align: center;
	margin-top:35px;
}

#orosiuri .kodawari {
	margin: 0 0 200px 0;
}

#orosiuri .kodawari h3{
	border-bottom: solid 2px #d82a21;
	margin: 40px 0px 0px 3px;
}
#orosiuri .ltem1{
	width: 964px;
	border-left: solid 8px #d82a21;
	margin-top: 28px;
	padding-left: 28px;
	overflow:hidden;
}
#orosiuri .ltem2{
	width: 964px;
	border-left: solid 8px #d82a21;
	margin-top: 70px;
	padding-left: 28px;
	overflow:hidden;
}
#orosiuri .ltem3{
	width: 964px;
	border-left: solid 8px #d82a21;
	margin-top: 70px;
	padding-left: 28px;
	overflow:hidden;
}
#orosiuri .ltem4{
	width: 964px;
	border-left: solid 8px #d82a21;
	margin-top: 70px;
	padding-left: 28px;
	overflow:hidden;
}
#orosiuri .ltem5{
	width: 964px;
	border-left: solid 8px #d82a21;
	margin-top: 70px;
	padding-left: 28px;
	overflow:hidden;
}
#orosiuri .ltem1 img{
	float: right;
	width: 300px;
}
#orosiuri .ltem2 img{
	float: right;
	width: 300px;
}
#orosiuri .ltem3 img{
	float: right;
	width: 300px;
}
#orosiuri .ltem4 img{
	float: right;
}
#orosiuri .ltem5 img{
	float: right;
	width: 300px;
}
#orosiuri .ltemtext{
	float: left;
	width:580px;
}
#orosiuri .ltemtext p{
	margin-top: 25px;
}
#orosiuri .serif{
	/*font-family: serif;*/
	/*font-weight: bold;*/
	letter-spacing: -1px;
}
.st_text {
	color: #f00;
	font-weight: bold;
}

/*----------- 卸売ここまで ----------*/

/*----------- ギフト・景品などのご案内 ----------*/

#products #subhead{
    overflow: hidden;
    margin: 50px 0 20px 0;
}
#products .title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
	border-bottom:solid 1px #d82a21;
}
#products #text{
    float: left;
}
#products .right{
    float: right;
}

#products #first_content{
    overflow: hidden;
}
#products .fc_r{
	width: 312px;
    float: left;
    margin-right: 30px;
	text-align:center;
}
#products .right{
	width: 312px;
	text-align:center;
}

#products .content{
    margin-top: 35px;
    overflow: hidden;
}
#products .content h3{
    font-size: 28px;
    border-bottom: solid 1px #d82a21;
    padding-bottom: 5px;
}

#products #title_1{
	overflow:hidden;
	padding-bottom:60px;
}

#products #title_2{
	overflow:hidden;
	padding-bottom:60px;
}

/*----------- ギフト・景品などのご案内ここまで ----------*/

/*-----------会社概要------------*/

#company p {
	font-size: 12px;
}


#company h2 {
	margin-bottom: 60px;
}

#company h3 {
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 28px;
	border-bottom: solid 2px #d82a21;
}

#company h4 {
	font-size: 26px;
	border-bottom: solid 1px #d82a21;
	float: left;
	margin-top: 42px;
	margin-bottom: 15px;
}

#company h4#last {
	float: right;
}


#company .shatyo {
	padding-bottom: 20px;
	border-bottom: solid 1px #d82a21;
}

#company .shatyo {
	padding-bottom: 20px;
	border-bottom: solid 1px #d82a21;
}

#company #shatyo_p {
	/*margin-top: 45px;*/
	font-size: 14px;
}

#company #shatyo_right, #shatyo_right > p {
	text-align: right;
	font-size: 14px;
}

#company #shatyo_right > p {
	margin-top: 28px;
}

#company table {
	border-collapse: collapse;
}


#company #table01 {
	float: left;
	width: 500px;
}

#company #table01 > tbody > tr,#table02 > tbody > tr {
	display: block;
	padding: 18px 0;
	border-bottom: solid 1px #f9dbd9;
}

#company #table01 > tbody > tr > th,#table02 > tbody > tr > th {
	width: 192px;
	text-align: left;
}

#company .img_right {
	float: right;
}

#company #table02 {
	clear: both;
	margin: 0 0 100px 0;
}

#company #comment {
	width: 100%;
	box-sizing: border-box;
}

#company h4 {
	float: none;
	margin-top: 0;
}

#company .right {
	float: right;
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}

#company #gmap {
	width: 460px;
	height: 430px;
	float: right;
}

/*-----------会社概要ここまで-------------*/

/*----------- お問い合わせ ----------*/

#contact .contact {
	margin: 40px 0 100px;
}

#contact .contact h2 {
	font-size: 20px;
	text-align: center;
}

#contact .contact #telfax {
	margin: 40px 0;
}

#contact .contact #telfax h3 {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0 0 10px 0;
}

#contact .contact #telfax p {
	font-size: 24px;
	color: #666;
	text-align: center;
	padding:10px 0;
}

#form{
	text-align: center;
}

#form h3{
	font-size: 21px;
	font-weight: bold;
}

#privacy h3{
	border-left: solid 5px #F00;
	padding-left: 20px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
#privacy h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#privacy ol li{
	list-style-type: decimal-leading-zero;
	line-height: 1.8em;
	margin-left: 2em;
}

/*----------- お問い合わせここまで ----------*/
