body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #372f2b;
	background-color: #fff;
}
footer, header, nav {
	display: block;
}
a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}
a:link {
	color: #372f2b;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:active, a:hover {
	outline: 0;
}
a:visited {
	color: #999999;
}
h1, h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
small {
	font-size: 85%;
}
img {
	vertical-align: middle;
	border: 0;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.text-center {
	text-align: center;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.container {
	width: 960px;
	padding-right: 13px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -13px;
	margin-left: -12px;
}
.container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar-header:before, .navbar-header:after, .panel-body:before, .panel-body:after {
	display: table;
	content: " ";
}
.container:after, .row:after, .nav:after, .navbar-header:after, .panel-body:after {
	clear: both;
}
section {
	display: block;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.col-xs-8, .col-sm-8, .col-xs-16, .col-sm-16 {
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 13px;
}
.col-xs-8, .col-xs-16 {
	float: left;
}
.col-xs-16 {
	width: 100%;
}
.col-xs-8 {
	width: 50%;
}
.col-sm-8, .col-sm-16 {
	float: left;
}
.col-sm-16 {
	width: 100%;
}
.col-sm-8 {
	width: 50%;
}
.col-sm-4, .col-sm-12 {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 13px;
}
.col-sm-12 {
	width: 75%;
}
.col-sm-4 {
	width: 25%;
}
.collapse {
	display: none;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.cont-wrap + .cont-wrap {
	margin-top: 30px;
}
.cont-wrap:last-child {
	margin-bottom: 60px;
}
.cont-wrap + .cont-wrap {
	margin-top: 30px;
}
.cont-wrap:last-child {
	margin-bottom: 60px;
}
 @-ms-viewport {
 width: device-width;
}
.visible-xs-inline {
	display: none !important;
}
.img-responsive, .thumbnail > img {
	display: block;
	height: auto;
	max-width: 100%;
}
p {
	margin: 0 0 10px;
	line-height: 1.75em;
}
.small {
	font-size: 85%;
}
.pull-right {
	float: right !important;
}
.margin-top-sm {
	margin-top: 20px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .row:after {
	clear: both;
}
/************************　ヘッダー　********************************************************/
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.navbar-header {
	float: left;
}
.navbar-collapse {
	padding-right: 12px;
	padding-left: 12px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.container > .navbar-header {
	margin-right: -12px;
	margin-left: -12px;
}
.container > .navbar-header {
	margin-right: 0;
	margin-left: 0;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 12px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
.navbar-nav {
	margin: 7.5px -12px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " ";
}
.container:after, .row:after, .nav:after, .navbar-header:after, .navbar-collapse:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.va-middle {
	vertical-align: middle;
}
 .performance select::-ms-expand {
 display: none;
}
#header {
	height: 109px;
	background: url(../images/header-bg.png) repeat-x;
}
.navbar-brand {
	float: left;
	height: 40px;
	padding: 30px 0 40px;
}
.navbar-header {
	padding: 0;
	margin: 0;
}
.navbar-header img {
	width: 255px;
	height: 40px;
}
#navigation .container {
	padding: 0;
	margin: 0 auto;
}
.nav > li {
	padding-left: 0;
	margin-bottom: 1px;
	background-color: #7b736c;
}
.nav > li a:before {
	content: normal;
}
#header-search-brand {
	padding: 30px 0 40px;
}
#navigation-wrap {
	height: 58px;
	background: url(../images/gnav-bg-01.png) repeat-x top;
}
#navigation {
	font-size: 12px;
	font-weight: bold;
}
#navigation .container {
	padding: 0;
	background: url(../images/gnav-bg-02.jpg) repeat-x top;
}
#navigation ul {
	background: url(../images/gnav-separator.png) no-repeat right top;
}
#navigation ul li {
	width: 192px;
	text-align: center;
	background: url(../images/gnav-separator.png) no-repeat left top;
}
#navigation a:link, #navigation a:visited {
	color: #e7ddcb;
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
	color: #e7ddcb;
	border-bottom: 6px solid #662501;
}
.nav > li a:hover {
	background: none;
}
.nav > li a:link, .nav > li a:visited {
	color: #ffffff;
}
.nav > li:hover, .nav > li:active {
	background-color: #662501;
}
.navbar-nav {
	margin: 0;
}
/************************　フッター　********************************************************/
footer {
	position: relative;
	margin-top: 40px;
	font-size: 8px;
	line-height: 10px;
	color: #ffffff;
	text-align: center;
	background: url(../images/footer-bg-xs.png);
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer ul li + li:before {
	content: '| ';
}
#footer .list-inline > li {
	padding-right: 2px;
	padding-left: 2px;
}
#page-top {
	position: fixed;
	right: 0;
	bottom: 105px;
	width: 40px;
	height: 120px;
	background-color: #7b6154;
}
#footer {
	font-size: 8px;
	text-align: left;
	background: url(../images/footer-bg.png);
	background-color: none;
}
#footer small {
	font-size: 9px;
}
#footer .row {
	display: table-cell;
	width: 960px;
	padding: 37px 0;
	vertical-align: middle;
}
#footer-logo img {
	padding-top: 5px;
}
/************************　タ　ブ　*************************************************************/

.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: none;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
#info-tab-nav {
	margin-top: 30px;
}
#info-tab-nav > li {
	margin-right: 2px;
	background-color: #735D56;
	border-radius: 6px 6px 0 0;
}
#info-tab-nav > li:hover, #info-tab-nav > li.active {
	background-color: #512A1D;
}
#info-tab-nav.nav-tabs > li.active > a, #info-tab-nav.nav-tabs > li.active > a:hover, #info-tab-nav.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #512A1D;
	border: 1px solid #512A1D;
	border-bottom-color: transparent;
}
#info-tab-nav.nav-tabs > li > a {
	padding: 10px 40px;
	margin-right: 0;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 6px 6px 0 0;
}
#info-tab-nav.nav-tabs {
	border-bottom: 3px solid #642619;
}
#info-tab-nav > li a:before {
	content: normal;
}
#info-tab-nav.nav .open > a, #info-tab-nav.nav .open > a:hover {
	background-color: #A29596;
}
#info-tab-nav.nav .open > a:focus {
	background-color: #512A1D;
}
#info-tab-nav.nav .dropdown-menu {
	box-shadow: none;
}
#info-tab-nav.nav .dropdown-menu li a:link, #info-tab-nav.nav .dropdown-menu li a:visited {
	color: #000;
}
#info-tab-nav.nav .dropdown-menu > .active > a, #info-tab-nav.nav .dropdown-menu > .active > a:hover, #info-tab-nav.nav .dropdown-menu > .active > a:focus {
	background-color: #EBE8E8;
	background-image: none;
}
#info-tab-nav.nav > li > a:hover, #info-tab-nav.nav > li > a:focus {
	text-decoration: none;
	background: none;
}
#info-tab-nav.nav > li a:link, #info-tab-nav.nav > li a:visited {
	color: #ffffff;
}
/************************　メニュー　*************************************************************/

.main h2 {
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0 -12px 20px -13px;
	background-color: #5e4f44;
	padding: 30px 0 30px 20px;
}
.main h3 {
	padding: 12px 0 12px 20px;
	margin: 60px 0 20px 0;
	font-size: 16px;
	color: #5e4f44;
	background: #ffffff url(../images/h3-bg.png) repeat-y left;
	border: 1px solid #948d88;
}
.menu_detail h4 {
	padding: 12px 0 12px 5px;
	margin-top: 60px!important;
	font-size: 16px;
	font-weight: bold;
	color: #6F4C2C;
	background-color: #ffffff;
	border-top: 1px solid #948d88;
	border-bottom: 1px solid #948d88;
}
.menu_detail h5 {
	padding: 2px 90px 2px 10px;
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 16px!important;
	font-weight: bold;
	color: #6F4C2C;
	border-left: 10px solid #948d88;
}
.menu_detail h6 {
	padding: 0;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	color: #86510d;
	background: none;
}
h4:before, h5:before, h6:before {
	content: normal!important;
}
h2 + .cont-wrap > h3:first-child {
	margin-top: 0!important;
}
.menu_detail h3 + h4 {
	margin-top: 30px!important;
}
.menu_detail .visible-xs {
	display: none !important;
}
.margin-top-sm {
	margin-top: 15px;
}
.cont-wrap + .cont-wrap {
	margin-top: 60px;
}
.cont-wrap:last-child {
	margin-bottom: 90px;
}
p.menu-title-price {
	padding: 12px 8px;
	margin-top: -34px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	text-align: right;
	border-bottom: 1px solid #d1c7ba;
}
span.tax {
	font-size: 12px;
}
p.text-lines {
	margin: 20px 0;
}
.thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0;
}
.thumbnail .caption {
	text-align: left;
}
.thumbnail .price {
	margin: 10px 0!important;
}
.thumbnail h6 {
	font-size: 16px!important;
}
.thumbnail h6, .thumbnail .price {
	margin: 0 0 5px 0!important;
	font-weight: bold;
}
.thumbnail p {
	line-height: 1.25em;
}
.thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
/************************　表組み　*************************************************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > th, .table > tbody > tr > td {
	padding: 20px 20px 20px 0;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px dotted #acacac;
}
.table th, .table td {
	font-weight: normal;
}
.table-menu-01 th, .table-menu-01 td {
	display: table-cell;
}
.table-menu-02 th, .table-menu-02 td {
	display: table-cell;
}
.table-menu-02 th, .table-menu-02 td.price {
	font-weight: bold;
	white-space: nowrap;
}
.table-menu-02 th {
	width: 170px;
}
.table-menu-02 td.price {
	text-align: right;
}
/************************　ボタン　*************************************************************/

button {
	margin: 0;
	overflow: visible;
	font: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: none;
	cursor: pointer;
	background: none;
	border: none;
	-webkit-appearance: button;
	appearance: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.btn {
	display: inline-block;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.btn:focus, .btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	background-color: #dcd5cc;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a button {
	margin-right: 10px;
}
.btn-primary:hover, .btn-default:hover {
	color: #fff!important;
	background-color: #3a2820;
}
.btn-primary, .btn-default {
	color: #ffffff!important;
	text-shadow: none;
	background-color: #5f4b41;
	background-image: none;
}
/*******************　アレルゲン・主要原産地　**************************************************/

#information-col {
	padding: 30px;
	color: #ffffff;
	background-color: #8A7974;
}
#information-col ul {
	padding: 0;
	margin-bottom: 0;
	margin-left: 1em;
	font-size: 10px;
	text-indent: -1em;
	list-style: none;
}
#information-col .btn {
	width: 100%;
	margin-right: 0;
	font-weight: bold;
}
#information-col .btn {
	width: 315px;
}
span.icon-arrow-right {
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-bottom: 2px;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../images/icon-btn-right.png) no-repeat;
	background-size: cover;
}




/*160601 added*/
.heading-01 {
    font-size: 22px!important;
    color: #86510d!important;
    padding: 0!important;
    margin-top: 5px!important;
    margin-bottom: 15px!important;
    border: none!important;
    background: none!important;
}

.c5_wysiwyg {
    margin-bottom: 60px;
}
