@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width: 980px;
	margin: 10px auto 0 auto;
}

nav {
	width:100%;
}

#contents {
	width: 980px;
	margin: 10px auto;
}

#main {
	float: right;
	width: 72.5%;
}

#store {
	width:100%;
}

#store h2 {
	margin-bottom: 0.5em;
	padding-left: 70px;
	font-size: xx-large;
	color: #008062;
	border-left: none;
	background-image: url(../store/images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}

#sub {
	float: left;
	width: 25.5%;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#e78f00;
}

h1 {
	color:#f19500;;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #000;
	border-left: 5px solid #008062;
}

h3 {
	margin-bottom: 0.5em;
	padding: 2px 5px;
	color: #008062;
	font-size: 16px;
	border-bottom: 1px solid #008062;
}

h3 img {
	vertical-align:middle;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom: 0.25em;
	padding: 2px;
	color: #000;
	font-size: 16px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: #f1f1f1;
	margin-left: 8px;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

a:hover img{
filter:alpha(opacity=80);
opacity:0.8;
}


em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
	margin-left: 2em;
}
ol li {
	list-style: decimal;





	margin-left: 0.px;
	margin-left: 2.5em;
}
li {
	margin-left:2em;
}
dl {
	width:100%;
}
dt {
	float:left;
}
dd {
	margin-left:100px;
}

#recruit dl{
    border-bottom: 1px solid #ccc;
}
#recruitdl dt{
	width: 120px;
	border-top: 1px solid #ccc;
	border-left: 8px solid #ccc;
	margin: 0 0 16px 0;
	padding: 4px;
	float: left;
	clear: left;
}
#recruitdl dd{
    margin: 5px 0 16px 120px;
    padding: 0;
    padding: 5px 5px 5px 20px;
    border-top: 1px solid #ccc;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	/* [disabled]border:1px solid #ddd; */
}
th {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #ddd;*/
	border:none;
}
td {
	padding: 4px;
	text-align: center;
	/*border: 1px solid #ddd;*/
	border:none;
	vertical-align: middle;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position: absolute;
	top: 50px;
	right: 0;
	vertical-align: top;
}
.contact a {
	display: block;
	padding: 5px 10px 5px 29px;
	color: #fff;
	background: #f19500;
	border-radius: 4px;
	text-decoration: none;
	background: #008062 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color: #fff;
	background: #00a681 url(../images/mail.png) 10px 50% no-repeat;
}

.sns {
	position: absolute;
	top: 16px;
	right: 0px;
	vertical-align: top;
}
.sns a {
	display: block;
	padding: 5px 10px 5px 29px;
	color: #fff;
	background: #f19500;
	border-radius: 4px;
	text-decoration: none;
	background: #008062 url(../images/mail.png) 10px 50% no-repeat;
}
.sns a:hover {
	color: #fff;
	background: #008062 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom: 10px;
	padding: 0;
	background: #008062;
	overflow: hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #ddd;
}

/*================================================
 *  パンくずリスト
 ================================================*/
#topicPath {
	margin-bottom:10px;
	font-size:11px;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
#subbnr {
	width:100%;
}
#subbnr img {
	width:100%;
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow: hidden;
	text-align: center;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #008062;
	border-bottom: 1px solid #008062;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	background-color: #000;
	color: #fff;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	/* [disabled]background: #f19500; */
}
.totop img:hover {
	/* [disabled]background:#e78f00; */
}

/*================================================
 *  box設定
 ================================================*/
.boxL {
	float: left;
	width: 49.5%;
	margin-top: 16px;
}
.boxL img {
	margin: 2px 4px 2px 0;
	float: left;
}

.boxR {
	float: right;
	width: 49.5%;
	margin-top: 16px;
}
.boxR img {
	margin:2px 0 2px 0;
	width:100%;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.pr01 {
	font-size:large;
	color:#F00;
}

#main .faq dl {
	width: 500px;
}
#main .faq dt {
	font-size: 16px;
	font-weight: bold;
	float: left;
	clear: left;
}
#main .faq dd {
	float: left;
	width: 700px;
	margin-left: 8px;
}
.photo {
	overflow: hidden;
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgC {
	float:none;
	width:100%;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}
.imgR2 {
	float:right;
	margin:0 0 0.5em 0.5em;
}
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}
.greeting {
	font-size: large;
}
hr.hr1 {
  height: 2px;
  margin-bottom:32px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #eee, #ff8000, #eee);
  background-image: -moz-linear-gradient(left, #eee, #ff8000, #eee);
  background-image: -ms-linear-gradient(left, #eee, #ff8000, #eee);
  background-image: -o-linear-gradient(left, #eee, #ff8000, #eee);
}
.imgalign01 {
	vertical-align:middle;
}
.border{
	border:#ccc solid 1px;
}
.l_m {
	margin: 5px 0;
}
.clear {
	clear:both;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display: inline;
	width: 32.302%;
	float: left;
	margin-right: 0.515%;
	margin-left: 0.515%;
}

.topNaviCon {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 2px;
	text-decoration: none;
	color: #000;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #008062;
	border: none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

/*================================================
 *  4カラムピックアップ
 ================================================*/
.topNaviColumn4 {
	display: inline;
	width: 24.4%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5px;
}

.topNaviCon4 {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1px;
	text-decoration: none;
	color: #000;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}
.topNaviCon4:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon4 h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #008062;
	border: none;
}
.topNaviCon4:hover h2 {
	color: #f19500;
}
.topNaviCon4 p {
	margin: 4px;
}

.topNaviPhoto4 img {
	width:100%;
}

/*================================================
 *  テーブルデザイン
 ================================================*/
/*ta1*/
.ta1 {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
.ta1 th,
.ta1 td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}
.ta1 th {
	background-color: #eee;
	text-align: left;
}

section table	{ width: 100%; }
section th, section td	{ padding: 10px; border: 1px solid #ddd; }
section th	{ background: #f4f4f4; }

/*form*/
.form th	{ width: 30%; text-align: left; }
.form td { text-align:left; }

@media only screen and (max-width:480px){
    .form {
		margin-left:-4px;
		float:none;
	}
    .form th {
		width:100%;
		display:block;
		border-top:none;
		background-color:#FC6;
	}
    .form td {
		width: 100%;
		display: block;
		border-top: none;
    }
	.form tr:first-child th	{ border-top: 1px solid #ddd; }
}

/*================================================
 *  こだわり食材
 ================================================*/
.kodawariColumn4 {
	display: block;
	width: 24.4%;
	float: left;
	margin-right: 0.5%;
	margin-left: 0.5px;
}

.kodawariCon4 {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1px;
	text-decoration: none;
	color: #000;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}
.kodawariCon4:hover {
	color: #000;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f19500;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
}
.kodawariCon4 h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #008062;
	border: none;
}
.kodawariCon4:hover h2 {
	color: #f19500;
}
.kodawariNaviCon4 p {
	margin: 4px;
}

.kodawariPhoto4 img {
	width:100%;
}
.kodawari {
	width: 710px;
	margin-left: 0px;
	margin-bottom: 16px;
	text-align: justify;
	text-justify: distribute;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 16px;
}

/* 回り込み解除 ここから */
.kodawari {
	⁄zoom:1;
}

.kodawari:after {
	content:'';
	display:block;
	clear:both;
}
/* 回り込み解除 ここまで */

.kodawari h4 {
	margin: 4px 4px 1em 4px;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #008062;
	color: #fff;
}
.kodawari h4:before {
	display:none;
}
.kodawari p {
	overflow:hidden;
	/zoom:1;
	margin:1em 10px;
}

.kodawari img {
	margin: 4px 4px 0 4px;
	width: 96%;
}

.kodawariInner {
	display: inline; /* for IE6 */
	width: 226px;
	float: left;
	margin-left: 8px;
	border: 1px solid #ccc;
}
.kodawaribox_l {
	width: 48%;
	float: left;
	border: #eee solid 1px;
	padding: 4px;
	border-radius: 4px;
}
.kodawaribox_l h3 {
	font-size: 1.2em;
	border-bottom: none;
}
.kodawaribox_l h3 a {
	font-size: 1em;
	border-bottom: none;
	text-decoration: none;
}
.kodawaribox_l h3 a:hover {
	font-size: 1em;
	border-bottom: none;
	text-decoration:underline;
}
.kodawaribox_l p {
	font-size:0.9em;
}
.kodawaribox_l img {
	width: 60%;
	float: left;
}
.kodawaribox_r {
	width: 48%;
	float: right;
	border: #eee solid 1px;
	padding: 4px;
	border-radius: 4px;
}
.kodawaribox_r h3 {
	font-size: 1.2em;
	border-bottom: none;
}
.kodawaribox_r h3 a {
	font-size: 1em;
	border-bottom: none;
	text-decoration:none;
}
.kodawaribox_r h3 a:hover {
	font-size: 1em;
	border-bottom: none;
	text-decoration:underline;
}
.kodawaribox_r p {
	font-size:0.9em;
}
.kodawaribox_r img {
	width: 60%;
	float: left;
}
/*こだわり　ここまで*/
/*================================================
 *  会社概要
 ================================================*/
/*** レスポンシブテーブルデザイン ***/
.basicinfo{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.basicinfo th{
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 22%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #f5f4fe;
}
 
.basicinfo td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.company {
	width: 710px;
	margin-left: 0px;
	margin-bottom: 16px;
	text-align: justify;
	text-justify: distribute;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 16px;
}

/* 回り込み解除 ここから */
.company {
	⁄zoom:1;
}

.company:after {
	content:'';
	display:block;
	clear:both;
}
/* 回り込み解除 ここまで */

.company h4 {
	margin: 4px 4px 1em 4px;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #008062;
	color: #fff;
}
.company h4:before {
	display:none;
}
.company p {
	overflow:hidden;
	/zoom:1;
	margin:1em 10px;
}

.company img {
	margin: 4px 4px 0 4px;
	width: 96%;
}

.companyInner {
	display: inline; /* for IE6 */
	width: 226px;
	float: left;
	margin-left: 8px;
	border: 1px solid #ccc;
}
/*会社概要　ここまで*/
@media screen and (max-width: 400px) {
.ta1 {
	border: none;
}
.ta1 thead {
	display: none;
}
.ta1 tr {
	border-top: 1px solid #999;
	display: block;
	margin-bottom: 20px;
}
.ta1 td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	display: block;
	padding: 10px;
	text-align: right;
}
.ta1 td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
}
}

/*店舗情報用*/
.store {
	width:100%;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 
.store th {
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 20%;
	overflow: hidden;
	color: #13131e;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
	background-color: #FFF4EA;
}
 
.store td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #e0dccc;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 
@media (max-width: 400px){
.store th {
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
}
.store td {
	display: list-item;
	width: 100%;
	border-top: none !important;
}
}
 

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		top:0;
		margin:10px 0;
	}
	
	.sns {
		position:relative;
		float:left;
		top:0;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}
	
	#main .faq dl {
		width: 100%;
	}
	#main .faq dt {
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		float: left;
		clear: left;
		width: 100%;
	}
	#main .faq dd {
		float: left;
		width: 100%;
		margin-left: 8px;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	
	.imgL {
		float:none;
		display:block;
		width:1006;
		margin:0 auto;
	}

	.imgR {
		float:none;
		display:block;
		width:100%;
		margin:0 auto;
}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	
	.topNaviColumn4 {
		display: inline;
		width: 48.8%;
		float: left;
		margin-right:1.030%;
		margin-top:4px;
	}
	
	/* box */
	.boxL {
		width:100%;
		float:none;
	}
	.boxL img {
		width:100%;
	}
	.boxR {
		width:100%;
		float:none;
	}
	.boxR img {
		width:100%;
	}
	
	.nosp {
		display:none;
	}
	.imgL {
		float:none;
		width:100%;
	}

/*================================================
 *  こだわり食材
 ================================================*/
.kodawari {
	width: 100%;
	margin-left: 0px;
	/*margin-bottom: 4px;*/
	text-align: justify;
	text-justify: distribute;
	font-size: 13px;
	line-height: 1.4;
	/*margin-top: 16px;*/
}

/* 回り込み解除 ここから */
.kodawari {
   ⁄zoom:1;
}

.kodawari:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.kodawari h4 {
	margin: 4px 4px 1em 4px;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #F90;
}
.kodawari h4:before {
	display:none;
}
.kodawari p {
   overflow:hidden;
   /zoom:1;
   margin:1em 10px;
}

.kodawari img {
	margin: 4px 4px 0 4px;
	width:98%;
}

.kodawariInner {
	display: inline; /* for IE6 */
	width: 98%;
	float: left;
	margin:8px 0;
	border: 1px solid #ccc;
}
.kodawariColumn4 {
	display:block;
	float:none;
	width:100%;
	margin-right:1.030%;
	margin-top:4px;
}
.kodawariPhoto4 img {
	float:left;
	width:30%;
}
.kodawaribox_l {
	display:block;
	width:98%;
	float:none;
	margin-bottom:1%;
}
.kodawaribox_r {
	display:block;
	width:98%;
	float:none;
}
/*================================================
 *  会社概要
 ================================================*/
.basicinfo th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.basicinfo td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}

.company {
	width: 100%;
	margin-left: 0px;
	/*margin-bottom: 4px;*/
	text-align: justify;
	text-justify: distribute;
	font-size: 13px;
	line-height: 1.4;
	/*margin-top: 16px;*/
}

/* 回り込み解除 ここから */
.company {
   ⁄zoom:1;
}

.company:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.company h4 {
	margin: 4px 4px 0.5em 4px;
	padding: 4px 8px 4px 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #F90;
}
.company h4:before {
	display:none;
}
.company p {
   overflow:hidden;
   /zoom:1;
   margin:0.6em 10px;
}

.company img {
	margin: 4px 4px 0 4px;
	float:left;
	width:55%;
}

.companyInner {
	display:block;
	width: 100%;
	float: none;
	margin:8px 0;
	border: 1px solid #ccc;
}
}

/*デバイス切替*/
/*PCの場合*/
.pc	{
	display:block!important;
}
.sp	{
	display:none!important;
}
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
	.pc	{
		display:none!important;
	}
	.sp {
		display:block!important;
	}
}