@charset "UTF-8";
/*reset----------------------------------*/
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, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe {
	max-width: 100%;
	vertical-align: bottom;
}
/* 基本設定 ------------------------------------------------------------*/
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.centering {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.txt_center {
	text-align: center;
}
.image-right {
	display: block;
	float: right;
	margin-left: 20px;
}
a:link, a:visited {
	color: #3b3127;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	opacity: 0.7;
}
a img {
}
a:hover img {
	opacity: 0.7;
}
a.non-trans:hover img {
	opacity: 1;
}
html {
	background-color: #fcf2e4;
}
body.top-page {
	background-image:url(../img/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.br-sp {
	display: none;
}
/* ヘッダー ------------------------------------------------------------*/
[id="header"] {
	width: 880px;
	margin: 12px auto;
}
.header-left {
	width: 355px;
	float: left;
}
.header-right {
	width: 355px;
	float: right;
}
.header-right ul {
	text-align: right;
	margin-bottom: 10px;
}
.header-right ul li {
	display: inline-block;
}
.header-right ul li:first-child {
	margin-right: 10px;
}
.header-address {
	text-align: right;
	margin-top: 10px;
}
.gnav {
	background-image: url(../img/gnav-back.png);
	background-repeat: repeat-x;
	height: 42px;
	margin-bottom: 22px;
}
.gnav ul {
	width: 880px;
	display: table;
	margin: auto;
	padding: 9px 0;
}
.gnav ul li {
	display: table-cell;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #fff;
}
.gnav ul li a {
	color: #fff;
	display: block;
}
.gnav ul li a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.gnav ul li:first-child {
	border-left: none;
	width: 220px;
}
.main-content {
	width: 880px;
	margin: 30px auto 0;
}
.page-top {
	width: 880px;
	margin: auto;
	text-align: right;
}
.footer-nav {
	margin: 25px auto 15px;
}
.footer-nav ul {
	text-align: center;
	font-size: 90%;
}
.footer-nav ul li {
	display: inline;
}
.footer-nav ul li::before {
	content: "｜";
}
.footer-nav ul li:first-child::before {
	content: "";
}
.footer-back {
	background-image: url(../img/footer-back.png);
	height: 50px;
	background-repeat: repeat-x;
}
.footer-area {
	width: 880px;
	margin: 0 auto;
}
.footer-area h2 {
	width: 170px;
	float: left;
	padding: 5px 0;
}
.footer-area address {
    width: 250px;
    float: left;
    padding: 5px 0;
    font-size: 85%;
    color: #fcf2e4;
    margin: 5px 0 0 10px;
    line-height: 1.4;
}
.footer-area .copyright {
	float: right;
    text-align: right;
    color: #fcf2e4;
    height: 40px;
    padding: 15px 0 5px;
    line-height: 40px;
    font-size: 85%;
}

/* トップページ ------------------------------------------------------------*/
.main-content .top-main {
	margin: 15px;
}
.main-content h2.text-title {
    font-size: 36px;
	color: #4e4d4d;
	line-height: 1.2;
	margin-bottom: 20px;
}
.main-content h2.text-title span {
	text-transform: capitalize;
    display: block;
    font-size: 10px;
}
.main-content h3.text-title {
	font-size: 24px;
    margin: 50px 0 10px;
	color: #4e4d4d;
}
.main-content h3.text-title span {
	text-transform: capitalize;
    display: block;
    font-size: 10px;
}
.main-content .top-main .top-main-left {
	background-color: #fdf7eb;
	border: #c1bbaf 1px solid;
	width: 600px;
	float: left;
	padding: 20px;
}
.main-content .top-main .top-main-left h2 {
	margin-bottom: 20px;
}
.main-content .top-main .top-main-left .top-main-left-image {
	display: block;
	float: left;
	margin-right: 20px;
}
.main-content .top-main .top-main-right {
	background-color: #fdf7eb;
	border: #c1bbaf 1px solid;
	width: 235px;
	float: right;
	padding: 5px;
	height: 306px;
}
.main-content .top-main .top-main-right h2 {
	border-bottom: 3px solid #000;
	padding: 8px 0;
}
.main-content .top-main .top-main-right dl {
	padding: 10px;
	border-bottom: dashed 1px #c2bcb0;
}
.main-content .top-main .top-main-right dl:last-child {
	border-bottom: none;
}
.main-content .top-main .top-main-right dl dt {
	height: 42px;
	overflow: hidden;
}
.main-content .commodity {
	margin: 30px 15px;
}
.main-content .commodity h2 {
	padding-bottom: 8px;
	border-bottom: 3px solid #000;
}
.main-content .commodity ul {
	margin-top: 17px;
}
.main-content .commodity ul li {
	width: 266px;
	margin: 0 26px 26px 0;
	float: left;
	text-align: center;
}
.main-content .commodity ul li:nth-child(3n) {
	margin-right: 0;
}
.main-content .commodity ul li .commodity-image {
	border: #cbc5b8 1px solid;
	display: block;
	width: 266px;
	height: auto;
}
.main-content .commodity ul li .commodity-name::before {
	content: "【";
}
.main-content .commodity ul li .commodity-name::after {
	content: "】";
}
.main-content .commodity ul li .commodity-name {
	display: block;
	text-align: center;
}
.index-html {
	margin-top: 0;
}

/* 卸ページ ------------------------------------------------------------*/
.oroshi-top {
	margin-bottom: 40px;
}
.oroshi-top h2 {
	margin-bottom: 30px;
}
.oroshi-top p {
	width: 435px;
}
.orishi-list ul {
	margin: 26px 0;
}
.orishi-list ul li {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
}
.orishi-list ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.orishi-list ul li:nth-child(3n) {
	margin-right: 0;
}
.orishi-list ul li h4 {
	text-align: center;
	font-size: 110%;
	margin: 10px 0;
}
.orishi-list ul li h4::before {
	content: "【";
}
.orishi-list ul li h4::after {
	content: "】";
}
.wholesale-tel {
	text-align: center;
	margin-bottom: 30px;
}
/* こだわり ------------------------------------------------------------*/
.concept-top {
	margin-bottom: 40px;
}
.concept-top h2 {
	margin-bottom: 30px;
}
.concept-top p {
	width: 435px;
}
.concept-list h3 {
	margin: 20px 0;
}
.concept-list ul {
	margin: 26px 0;
}
.concept-list ul li {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
}
.concept-list ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.concept-list ul li:nth-child(3n) {
	margin-right: 0;
}

/* 商品一覧 ------------------------------------------------------------*/
.item-top {
	margin-bottom: 40px;
}
.item-top h2 {
	margin-bottom: 30px;
}
.item-top p {
	width: 435px;
}
.item-list h3 {
	margin: 10px 0;
}
.item-list dl {
	margin-bottom: 100px;
}
.item-list dl dd {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.item-list dl dd img {
	display: block;
	width: 280px;
	height: auto;
}
.item-list dl dt {
	float: left;
	width: 580px;
}
.item-list dl dt h4 {
	font-size: 110%;
	margin: 10px 0;
}
.item-list dl dt h4::before {
	content: "【";
}
.item-list dl dt h4::after {
	content: "】";
}

/* 会社概要 ------------------------------------------------------------*/
.main-content table {
	border-top: 1px solid #5a1400;
}
.main-content.company table {
    width: 500px;
	float: left;
}
.main-content table th {
	text-align: right;
	padding: 8px 0;
	border-bottom: 1px solid #5a1400;
	padding-right: 8px;
}
.main-content.company table th {
	width: 100px;
}
.main-content table td {
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #5a1400;
}
.company-map {
	float: right;
	width: 360px;
}
.company .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.company .timeline .timeline-date {
    width: 200px;
    float: left;
    padding-top: 15px;
}
.company .timeline .timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #5a1400 solid;
    padding: 15px 0 15px 30px;
}
.company .timeline .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFBAA6;
    position: absolute;
    left: 195px;
    top: 18px;
    border-radius: 100%;
}
.company-table {
	margin-top: 20px;
}

/* 採用情報 ------------------------------------------------------------*/
.recruit-title {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #5a1400;
}
table.recruit-table {
	width: 750px;
	margin: 0 auto 10px;
}
.regular-employee, .part-time, .entry-form {
	margin-bottom: 50px;
}
table.recruit-table th {
	width: 140px;
	padding-right: 12px;
}
table.recruit-table td {
	padding-left: 12px;
}
table.recruit-table td.required {
	padding-right: 12px;
	font-size: 80%;
}
table.recruit-table td.salary span {
	display: inline-block;
	width: 100px;
}
.text, textarea, .dropdawn {
    font-size: 14px;
    border: 1px solid #777;
    padding: 1px 5px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #eee, #fff );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
    zoom: 1;
}
textarea {
    width: 500px;
}
.form_buttan {
}
.submit {
    display: block;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-color: #5a1400;
    zoom: 1;
	margin: auto;
}
.ml1em {
	display: inline-block;
	margin-left: 1em;
}
.mr1em {
	display: inline-block;
	margin-right: 1em;
}

/* お問い合わせ ------------------------------------------------------------*/
.contact textarea {
	height: 120px;
}

/* プライバシーポリシー ------------------------------------------------------------*/
.privacy-policy dt {
	border-bottom: #5a1400 1px dashed;
	margin: 20px 0 5px;
}
.privacy-policy dd ol {
	margin: 1em 0;
}
.privacy-policy dd ol li {
	counter-increment : chapter;
	padding-left: 35px;
	text-indent: -35px;
}
.privacy-policy dd ol li:before {
	content: "(" counter(chapter) ")";
    width: 25px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.privacy-policy dd ol.other {
	margin: 0;
}
.privacy-policy dd ol.other li {
	margin-bottom: 1em;
}

/* サイトマップ ------------------------------------------------------------*/
.sitemap-list {
	margin-bottom: 40px;
}
.sitemap-list li {
	margin: 5px 0;
	float: left;
}
.sitemap-list li:first-child {
	float: none;
}
.sitemap-list li a {
	margin-left: 20px;
	display: block;
	width: 250px;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.sitemap-list li:first-child a{
	margin-left: 0;
	float: none;
}
.sitemap-list li a:hover {
	background-color: #eee;
	text-decoration: none;
}