@charset "UTF-8";
#pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0;
  text-align: center;
  background: #900; }

ul.note > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: .5em; }
  ul.note > li:first-child {
    marginp-top: 0; }
  ul.note > li::before {
    content: "・";
    font-family: monospace; }

.nav {
  display: flex;
  justify-content: center;
  margin: 15px auto 0; }
  .nav li {
    width: 25%; }
    .nav li:first-child a {
      border-radius: 20px 0px 0px 20px; }
    .nav li:last-child a {
      border-radius: 0 20px 20px 0;
      border-right: solid 1px #fff; }
  .nav a {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: .8em .5em 1.2em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff; }
    .nav a::after {
      position: absolute;
      bottom: 8px;
      left: 0;
      right: 0;
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      margin: auto;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .nav a:hover {
      background: #fff;
      color: #AB0010; }
      .nav a:hover::after {
        border-top: 1px solid #AB0010;
        border-right: 1px solid #AB0010; }
  @media screen and (max-width: 767px) {
    .nav li {
      width: 33%; } }

section {
  background: #F8F3EC; }

header .inner,
footer .inner,
section .inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
  overflow: hidden;
  *zoom: 1; }
  @media screen and (max-width: 767px) {
    header .inner,
    footer .inner,
    section .inner {
      padding: 0 20px; } }

header {
  background: #AB0010;
  color: #fff;
  text-align: center; }
  header .inner {
    padding: 20px 0; }

.headline {
  text-align: center; }
  .headline .ttl {
    font-family: "Hiragino Mincho ProN",YuMincho, serif;
    font-size: 32px;
    letter-spacing: .1em;
    font-weight: normal;
    margin: 1.5em 0 .5em 0; }
    .headline .ttl span.red {
      color: #AB0010; }
  .headline .context {
    margin: 1em 0;
    font-family: "Hiragino Mincho ProN",YuMincho, serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal; }

.menus {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto; }
  .menus.col3 li {
    width: 310px; }
  .menus.col4 li {
    width: 226px; }
  .menus li {
    margin-bottom: 25px; }
  .menus .photo {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: .8em; }
    .menus .photo img {
      width: 100%; }
    .menus .photo .badge-limited {
      position: absolute;
      display: block;
      bottom: 0;
      right: 0;
      color: #fff;
      padding: 4px;
      width: 60px; }
      .menus .photo .badge-limited img {
        width: 100%; }
  .menus .overview dt {
    font-weight: bold; }
  .menus .overview dd {
    padding: .5em 0; }
  .menus .overview dd.price {
    font-weight: bold;
    font-size: 15px; }
    .menus .overview dd.price span {
      font-size: 12px; }
  .menus .overview dd.detail {
    border-top: dotted 1px #c7c7c7;
    font-size: 13px; }

@media screen and (max-width: 767px) {
  .menus.col3 li {
    width: 48%; }
  .menus.col4 li {
    width: 48%; } }

@media screen and (max-width: 480px) {
  .menus.col3 li {
    width: 100%; }
  .menus.col4 li {
    width: 48%; } }

/** mv */
.mv ul {
  display: flex; }

.mv li {
  width: 50%;
  height: inherit; }

.mv img {
  width: 100%; }

.mv2 {
  box-sizing: border-box;
  display: block;
  width: 50%;
  margin: auto; }
  .mv2 img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .mv2 {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }

/** 団体メニュー */
#dantai {
  /** padding-top: 50px; */ }

/** 牛 */
/** 特選弁当 */
#bento {
  background: #EAD2B2 url("../i/bg-ptn01.png"); }
  #bento .overview dt,
  #bento .overview dd {
    text-align: center; }
  @media screen and (max-width: 480px) {
    #bento .menus.col3 li {
      width: 48%; }
    #bento .menus.col4 li {
      width: 48%; } }

footer {
  background: #900;
  color: #fff;
  padding-bottom: 50px; }
  footer #notes {
    background: #AB0010;
    padding-bottom: 20px; }
    footer #notes dl {
      margin: 1.5em 0; }
      footer #notes dl dt {
        box-sizing: border-box;
        width: 6em;
        padding: .5em 1em;
        float: left;
        background: #fff;
        color: #AB0010;
        text-align: center;
        border-radius: 4px; }
      footer #notes dl dd {
        box-sizing: border-box;
        margin-left: 7em; }
    @media screen and (max-width: 767px) {
      footer #notes dl dt,
      footer #notes dl dd {
        float: none;
        width: 100%;
        margin: auto; }
      footer #notes dl dd {
        margin: 1em 0; } }
  footer #inquiry {
    margin-top: .5em;
    line-height: 1.5;
    text-align: center;
    background: #900; }
    footer #inquiry .ttl {
      width: 320px;
      margin: auto; }
      footer #inquiry .ttl img {
        width: 100%; }
    footer #inquiry .copyright {
      margin-top: 1.5em;
      font-size: 13px; }
