/*- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*-
 *
 * Yakiniku Matuda LESS v2013.01.24
 * http://www.yakiniku.jp.net
 *
 * Copyright 2013 Willhearts Co., Ltd.
 * http://www.w-hearts.jp/
 *
 *- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*- -*/

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
/* change colours to suit your needs */

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
@media print {
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
[class*="span"].hide {
  display: none;
}
[class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
p {
  /*margin: 0 0 @baseLineHeight / 2;*/
  margin: 0;
}
.lead {
  /*margin-bottom: @baseLineHeight;*/
  font-size: 21.06px;
  font-weight: 200;
  line-height: 31.59px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: (@baseLineHeight / 2) 0;*/
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 49.5px;
}
h2 {
  font-size: 40.5px;
}
h3 {
  font-size: 31.5px;
}
h4 {
  font-size: 22.5px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15.3px;
}
h1 small {
  font-size: 31.5px;
}
h2 small {
  font-size: 22.5px;
}
h3 small {
  font-size: 18px;
}
h4 small {
  font-size: 18px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: nomal;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  /*width: @horizontalComponentOffset - 20;*/
  width: auto;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
a {
  color: #0088cc;
}
a:hover {
  color: #005580;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.headnavi {
  overflow: visible;
  /*margin-bottom: @baseLineHeight * 2;*/
  min-height: 110px;
  background: url("../img/h_menu_bg.png") no-repeat center bottom;
  border-top: solid 5px #ed3535;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  background-color: white;
  height: 100px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.headnavi .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}
.headnavi .nav.pull-right {
  float: right;
  margin-right: 0;
}
.headnavi .nav > li {
  float: left;
}
.headnavi .nav > li > a {
  float: none;
  padding: 37.5px 15px 37.5px;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-top: 115px;
  background: url("../img/body_background.jpg");
}
.headnavi h1 {
  width: 190px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("../img/logo.png") no-repeat;
}
.headnavi h1 > a {
  width: 190px;
  height: 80px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.headnavi p,
.headnavi a {
  margin-bottom: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.headnavi .span3 ~ .span3 > .visible-desktop > p {
  width: 220px;
  height: 100px;
  background: url("../img/h_tel.png") no-repeat center;
}
.headnavi .nav li > a.m01 {
  width: 100px;
  height: 25px;
  background: url("../img/h_menu_00_kodawari.gif") no-repeat center;
}
.headnavi .nav li > a.m02 {
  width: 85px;
  height: 25px;
  background: url("../img/h_menu_01_osinagaki.gif") no-repeat center;
}
.headnavi .nav li > a.m03 {
  width: 150px;
  height: 25px;
  background: url("../img/h_menu_02_shopinfo.gif") no-repeat center;
}
.article {
  background-color: white;
  padding-top: 20px;
}
.article [class*="span"].inner {
  margin-bottom: 20px;
}
.article [class*="span"].inner:first-child.inner {
  margin-left: 40px;
}
.span12.inner {
  width: 900px;
}
.span11.inner {
  width: 840px;
}
.span10.inner {
  width: 760px;
}
.span9.inner {
  width: 680px;
}
.span8.inner {
  width: 600px;
}
.span7.inner {
  width: 520px;
}
.span6.inner {
  width: 440px;
}
.span5.inner {
  width: 360px;
}
.span4.inner {
  width: 280px;
}
.span3.inner {
  width: 200px;
}
.span2.inner {
  width: 120px;
}
.span1.inner {
  width: 40px;
}
.section {
  padding-top: 50px;
}
.section .container > h2 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#masthead {
  margin-top: 30px;
}
#kodawari .container > h2 {
  width: 220px;
  height: 60px;
  background: url("../img/s_h2_00_kodawari.gif") no-repeat center;
}
#kodawari .article {
  background: white url("../img/img_text_bg.jpg") no-repeat right top;
}
#kodawari .span8 .img-text img {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
#kodawari .span8 .img-text span {
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  *zoom: 1;
  *display: inline;
}
#kodawari .span12 .img-text img {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  *display: inline;
}
#kodawari .span12 .img-text span {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  *zoom: 1;
  *display: inline;
}
#kodawari .img {
  margin: 20px;
}
#kodawari .lead,
#ozakibeef .lead {
  font-size: 16.2px;
}
#kodawari h3,
#ozakibeef h3 {
  margin-left: 50px;
  font-size: 21.06px;
  line-height: 84.24px;
}
#ozakibeef .container > h2 {
  width: 300px;
  height: 60px;
  background: url("../img/s_h2_011_ozakibeef.gif") no-repeat center;
}
#ozakibeef .profile {
  padding: 0.8em;
  margin-top: 1em;
  font-size: 10.98px;
  line-height: 21.96px;
  background: #e6e6e6;
}
#menu .container > h2 {
  width: 220px;
  height: 60px;
  background: url("../img/s_h2_01_osinagaki.gif") no-repeat center;
}
#menu ul.yakiniku li {
  border-bottom: 1px solid #ad0f0f;
}
#menu ul.yakiniku > li:first-child {
  border-bottom: none;
  background: #f2d4d2 url("../img/menu_title_yakiniku.gif") repeat-x left top;
  height: 40px;
  padding-top: 4px;
}
#menu ul.yakiniku a:hover {
  background-color: #fbf0f0;
}
#menu ul.drink > li:first-child {
  border-bottom: none;
  background: #c0d5eb url("../img/menu_title_drink.gif") repeat-x left top;
  height: 40px;
  padding-top: 4px;
}
#menu ul.drink a:hover {
  background-color: #dde8f4;
}
.menu li > * {
  background-image: url("../img/menu_li_yakiniku.png");
  background-repeat: no-repeat;
  height: 40px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.menu h3 {
  margin-bottom: 20px;
}
.menu h3 > * {
  background-image: url("../img/menu_li_yakiniku.png");
  background-repeat: no-repeat;
  height: 40px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.menu14 {
  background-position: left -520px;
}
.menu13 {
  background-position: left -480px;
}
.menu12 {
  background-position: left -440px;
}
.menu11 {
  background-position: left -400px;
}
.menu10 {
  background-position: left -360px;
}
.menu9 {
  background-position: left -320px;
}
.menu8 {
  background-position: left -280px;
}
.menu7 {
  background-position: left -240px;
}
.menu6 {
  background-position: left -200px;
}
.menu5 {
  background-position: left -160px;
}
.menu4 {
  background-position: left -120px;
}
.menu3 {
  background-position: left -80px;
}
.menu2 {
  background-position: left -40px;
}
.menu1 {
  background-position: left 0px;
}
#menu div.yakiniku h3 {
  background: #fbf0f0 url("../img/menu_title_yakiniku.gif") repeat-x left top;
  height: 40px;
  padding-top: 4px;
}
#menu div.yakiniku h4 {
  margin-bottom: 13.333333333px;
  background: #fbf0f0;
  font-size: 16.2px;
  font-weight: normal;
  line-height: 24px;
}
#menu div.yakiniku dt,
#menu div.yakiniku dd {
  border-bottom: 1px solid #ad0f0f;
}
#menu div.yakiniku dt {
  width: 320px;
  text-align: left;
  /*text-indent: 1em;*/
  padding-left: 1em;
  margin-right: -1em;
  margin-bottom: 20px;
}
#menu div.yakiniku dd {
  margin-left: 0;
  width: 140px;
  text-align: right;
  margin-bottom: 20px;
  float: right;
}
#menu div.yakiniku p {
  text-indent: 1em;
  margin-bottom: 20px;
}
#menu .orderimg {
  width: 182px;
  margin-bottom: 20px;
}
#menu div.drink h3 {
  background: #dde8f4 url("../img/menu_title_drink.gif") repeat-x left top;
  height: 40px;
  padding-top: 4px;
}
#menu div.drink dt,
#menu div.drink dd {
  border-bottom: 1px solid #4c65a1;
}
#menu div.drink dt {
  width: 220px;
  text-align: left;
  /*text-indent: 1em;*/
  padding-left: 1em;
  margin-right: -1em;
  margin-bottom: 20px;
}
#menu div.drink dt.bt {
  width: 220px;
  text-align: left;
  /*text-indent: 1em;*/
  padding-left: 1em;
  margin-right: -1em;
  border-bottom: none;
  margin-bottom: 0;
}
#menu div.drink dd {
  margin-left: 0;
  width: 80px;
  text-align: right;
  margin-bottom: 20px;
  float: right;
}
#menu div.drink p {
  text-indent: 1em;
  margin-bottom: 10px;
  background-color: #dde8f4;
  line-height: 26px;
  height: 25px;
}
#store .container > h2 {
  width: 220px;
  height: 60px;
  background: url("../img/s_h2_02_shopinfo.gif") no-repeat center;
}
#store h3 {
  width: 360px;
  height: 130px;
  background: url("../img/matuda_logo.gif") no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#store dl dt {
  color: #ed3535;
  border-bottom: 1px solid #ed3535;
  margin: 10px 0;
  padding-left: 10px;
  line-height: 27px;
}
#store dl dd {
  margin-bottom: 20px;
}
#store dl dd strong {
  font-size: 22.5px;
}
.closed {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.closed caption {
  text-align: left;
}
.closed th {
  background: #ffeeee;
}
.closed tr > * {
  padding: 0.4em 1em;
  border-bottom: 1px solid #cccccc;
  text-align: right;
}
.closed tr > th {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.footer p {
  width: 100%;
  min-width: 940px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: white;
  background-image: url("../img/footer_background.jpg");
}
.fadein {
  position: relative;
  height: 500px;
  width: 900px;
}
.fadein img {
  position: absolute;
  left: 0;
  top: 0;
}
.calendar {
  border-collapse: collapse;
  width: 280px;
  margin-left: 20px;
}
.calendar td,
.calendar th {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  vertical-align: center;
  font-weight: normal;
}
.calendar > tbody th {
  background: #f3f4f4;
}
.calendar > tbody tr > * {
  border: 1px solid #cccccc;
}
.today {
  background: #eeffff;
}
.holiday {
  background: #ffcccc;
}
.sun {
  color: #dd0000;
}
.sat {
  color: #0000dd;
}
.hanrei {
  margin: 5px auto 0 20px;
}
.hanrei > span {
  display: inline-block;
  border: 1px solid #cccccc;
  background: #ffcccc;
  width: 1em;
  margin-right: 0.5em;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-phone p {
    margin-top: 40px;
  }
}
