/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
    *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
html {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

body {
  min-width: 1200px;
  letter-spacing: 0.07em;
  line-height: 1.8;
  color: #1e2c53; }

/* ------- header --------------------- */
header {
  position: relative;
  width: 100%;
  height: 220px;
  background: #1e2c53; }
  header h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 132px;
    height: 162px;
    margin: auto; }

/* ------- header end --------------------- */
/* ------- nav --------------------- */
nav {
  position: relative;
  width: 100%;
  margin: 3px auto 0;
  background: url("../img/nav/bg_nav.png?v2") center top no-repeat; }
  nav ul {
    position: relative;
    width: 854px;
    margin: 0 auto;
    padding: 0;
    background: url("../img/nav/bg_btn_on_v4.png") center top no-repeat; }
    nav ul:after {
      content: "";
      display: block;
      clear: both; }
    nav ul li {
      float: left;
      list-style: none; }

.nav-line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url("../img/nav/nav_pattern_wh.png") repeat-x;
}


/* ------- nav end --------------------- */
/* ------- contents --------------------- */
#ssw {
  position: relative;
  width: 100%;
  height: 581px;
  padding-bottom: 0;
  *zoom: 1; }
  #ssw:after {
    content: "";
    display: block;
    clear: both; }
  #ssw p {
    margin: 0; }
  #ssw .mv1 {
    position: relative;
    width: 100%;
    height: 581px;
    margin: 0 auto;
    background: #1e2c53; }
    #ssw .mv1 p {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 532px;
      height: 426px;
      margin: auto; }
  #ssw .mv2 {
    width: 100%;
    height: 581px;
    margin: 0 auto; }
    #ssw .mv2 p.logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 532px;
      height: 426px;
      margin: auto;
      z-index: 10000; }
    #ssw .mv2 .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-width: 1200px;
      height: 581px;
      margin: 0;
      text-align: center;
      z-index: 1; }
      #ssw .mv2 .bg img {
        width: 100%; }

.sliderContent {
  width: 100%;
  height: 581px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .sliderContent li {
    list-style: none; }
  .sliderContent .item {
    background: transparent; }

.sliderBullets {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 50;
  margin-left: -55px; }
  .sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 6px;
    width: 10px;
    height: 10px; }
  .sliderBullets .active {
    background-position: 0 -10px; }

.sliderContent a {
  outline: none; }

section.top_lead {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  section.top_lead h1 {
    margin: 1em 0; }
  section.top_lead .title {
    margin: 1.4em 0; }
  section.top_lead .txt {
    line-height: 2; }

.top_contents_wrap {
  *zoom: 1;
  width: 942px;
  margin: 24px auto 0; }
  .top_contents_wrap:after {
    content: "";
    display: block;
    clear: both; }
  .top_contents_wrap .top_left_area {
    float: left; }
  .top_contents_wrap .top_right_area {
    float: right; }
    .top_contents_wrap .top_right_area .btn_delivery {
      margin: 0 0 0 0;
      background: url("../img/btn_delivery_o.png") no-repeat; }
      .top_contents_wrap .top_right_area .btn_delivery a {
        display: block; }
    .top_contents_wrap .top_right_area .btn_enkai {
      margin: 18px 0 0 0;
      background: url("../img/btn_enkai_o.png") no-repeat; }
      .top_contents_wrap .top_right_area .btn_enkai a {
        display: block; }
  .top_contents_wrap .news {
    position: relative;
    width: 448px;
    height: 175px;
    margin-bottom: 18px;
    border: 5px solid #1e2c53;
    background: url("../img/bg_news.png") repeat-x 0 0; }
    .top_contents_wrap .news h1 {
      position: absolute;
      top: 0;
      left: 29px;
      margin: 0;
      padding: 0; }
    .top_contents_wrap .news dl {
      padding: 66px 18px 60px 94px;
      line-height: 1.5;
      font-size: 93%; }
      .top_contents_wrap .news dl dt {
        font-weight: bold; }
      .top_contents_wrap .news dl dd {
        margin: 0 0 24px 0; }
        .top_contents_wrap .news dl dd:last-child {
          margin-bottom: 0; }
  .top_contents_wrap .stand {
    width: 448px;
    height: 345px;
    border: 5px solid #1e2c53;
    background: url("../img/bg_stand.png") no-repeat right 240px; }
    .top_contents_wrap .stand h1 {
      margin: 0;
      padding: 0; }
    .top_contents_wrap .stand p {
      margin: 24px;
      line-height: 1.7;
      font-size: 93%; }
    .top_contents_wrap .stand dl {
      margin-top: 150px;
      padding: 24px;
      line-height: 1.6;
      font-size: 85%; }
      .top_contents_wrap .stand dl dt {
        margin-left: -0.6em; }
      .top_contents_wrap .stand dl dd {
        margin: 0;
        padding: 0; }

section.second_lead {
  width: 1080px;
  margin: 18px auto 60px; }
  section.second_lead h1 {
    margin: 24px auto;
    text-align: center; }
  section.second_lead p {
    margin: 0;
    text-align: center; }
    section.second_lead p.copy {
      padding: 48px 0 0; }

section.second_lead_d {
  width: 1080px;
  margin: 18px auto 36px; }
  section.second_lead_d h1 {
    margin: 24px auto;
    text-align: center; }
  section.second_lead_d p {
    margin: 0;
    text-align: center; }
    section.second_lead_d p.copy {
      padding: 48px 0 0; }
  section.second_lead_d ul {
    *zoom: 1;
    width: 848px;
    margin: 24px auto 0;
    padding: 0; }
    section.second_lead_d ul:after {
      content: "";
      display: block;
      clear: both; }
    section.second_lead_d ul li {
      float: left;
      padding: 0 12px;
      list-style: none; }
      section.second_lead_d ul li a {
        display: block; }
        section.second_lead_d ul li a:hover {
          opacity: 0.6; }

section.shop_menu {
  width: 940px;
  margin: 0 auto 60px; }
  section.shop_menu h1 {
    margin: 24px 0;
    text-align: center; }
  section.shop_menu p {
    margin: 0;
    text-align: center; }
    section.shop_menu p.copy {
      padding: 48px 0 0; }
    section.shop_menu p.ex {
      padding-right: 27px;
      text-align: right; }

section.lunch_menu,
section.menu_list {
  *zoom: 1;
  width: 868px;
  margin: 0 auto 84px; }
  section.lunch_menu:after,
  section.menu_list:after {
    content: "";
    display: block;
    clear: both; }
  section.lunch_menu h1,
  section.menu_list h1 {
    text-align: center; }
  section.lunch_menu h2,
  section.menu_list h2 {
    margin: 0;
    padding: 3px 9px;
    background: #1e2c53;
    color: #fff;
    font-size: 100%; }
  section.lunch_menu p,
  section.menu_list p {
    margin: 0 0 15px;
    font-size: 100%;
    line-height: 1.4; }
    section.lunch_menu p.txt,
    section.menu_list p.txt {
      padding: 6px 0; }
  section.lunch_menu .menu_wrap_l,
  section.menu_list .menu_wrap_l {
    float: left;
    width: 416px; }
  section.lunch_menu .menu_wrap_r,
  section.menu_list .menu_wrap_r {
    float: right;
    width: 416px; }
  section.lunch_menu .menu,
  section.menu_list .menu {
    width: 100%;
    margin-bottom: 15px; }
    section.lunch_menu .menu tr,
    section.menu_list .menu tr {
      border-bottom: 1px solid; }
      section.lunch_menu .menu tr:last-child,
      section.menu_list .menu tr:last-child {
        border-bottom: none; }
    section.lunch_menu .menu th,
    section.menu_list .menu th {
      width: 75%;
      padding: 9px 0;
      font-weight: bold;
      line-height: 1.4;
      text-align: left;
      vertical-align: top; }
      section.lunch_menu .menu th span,
      section.menu_list .menu th span {
        font-weight: normal; }
    section.lunch_menu .menu td,
    section.menu_list .menu td {
      width: 25%;
      padding: 12px 0 5px;
      font-weight: bold;
      line-height: 1;
      text-align: right;
      vertical-align: top; }
      section.lunch_menu .menu td.vb,
      section.menu_list .menu td.vb {
        vertical-align: bottom; }
      section.lunch_menu .menu td.ex,
      section.menu_list .menu td.ex {
        font-weight: normal; }

      /* 税 */
      section.lunch_menu .menu td .tax,
      section.lunch_menu .menu2 td .tax,
      section.lunch_menu .menu3 td .tax,
      section.menu_list .menu td .tax,
      section.menu_list .menu2 td .tax,
      section.menu_list .menu3 td .tax {
        display: inline-block;
        margin-bottom: 7px;
        font-size: 0.7em;
        font-weight: bold;
      }
      strike .tax { text-decoration: line-through; }

      /* 表の比率6:4 */
      section.lunch_menu .menu.custom6-4 th,
      section.lunch_menu .menu2.custom6-4 th,
      section.lunch_menu .menu3.custom6-4 th,
      section.menu_list .menu.custom6-4 th,
      section.menu_list .menu2.custom6-4 th,
      section.menu_list .menu3.custom6-4 th { width: 60%; }
      section.lunch_menu .menu.custom6-4 td,
      section.lunch_menu .menu2.custom6-4 td,
      section.lunch_menu .menu3.custom6-4 td,
      section.menu_list .menu.custom6-4 td,
      section.menu_list .menu2.custom6-4 td,
      section.menu_list .menu3.custom6-4 td { width: 40%; }

      /* 表の比率5:5 */
      section.lunch_menu .menu.custom5-5 th,
      section.lunch_menu .menu2.custom5-5 th,
      section.lunch_menu .menu3.custom5-5 th,
      section.menu_list .menu.custom5-5 th,
      section.menu_list .menu2.custom5-5 th,
      section.menu_list .menu3.custom5-5 th { width: 50%; }
      section.lunch_menu .menu.custom5-5 td,
      section.lunch_menu .menu2.custom5-5 td,
      section.lunch_menu .menu3.custom5-5 td,
      section.menu_list .menu.custom5-5 td,
      section.menu_list .menu2.custom5-5 td,
      section.menu_list .menu3.custom5-5 td { width: 50%; }

  section.lunch_menu .menu2, section.lunch_menu .menu3,
  section.menu_list .menu2,
  section.menu_list .menu3 {
    width: 100%;
    margin-bottom: 15px; }
    section.lunch_menu .menu2 tr, section.lunch_menu .menu3 tr,
    section.menu_list .menu2 tr,
    section.menu_list .menu3 tr {
      border-bottom: 1px solid; }
      section.lunch_menu .menu2 tr:last-child, section.lunch_menu .menu3 tr:last-child,
      section.menu_list .menu2 tr:last-child,
      section.menu_list .menu3 tr:last-child {
        border-bottom: none; }
    section.lunch_menu .menu2 th, section.lunch_menu .menu3 th,
    section.menu_list .menu2 th,
    section.menu_list .menu3 th {
      width: 65%;
      padding: 9px 0;
      font-weight: bold;
      line-height: 1.4;
      text-align: left;
      vertical-align: top; }
      section.lunch_menu .menu2 th span, section.lunch_menu .menu3 th span,
      section.menu_list .menu2 th span,
      section.menu_list .menu3 th span {
        font-weight: normal; }
    section.lunch_menu .menu2 td, section.lunch_menu .menu3 td,
    section.menu_list .menu2 td,
    section.menu_list .menu3 td {
      width: 35%;
      padding: 12px 0 5px;
      font-weight: bold;
      line-height: 1;
      text-align: right;
      vertical-align: top; }
      section.lunch_menu .menu2 td span, section.lunch_menu .menu3 td span,
      section.menu_list .menu2 td span,
      section.menu_list .menu3 td span {
        font-weight: normal; }
      section.lunch_menu .menu2 td.vb, section.lunch_menu .menu3 td.vb,
      section.menu_list .menu2 td.vb,
      section.menu_list .menu3 td.vb {
        vertical-align: bottom; }
  section.lunch_menu .menu3 td,
  section.menu_list .menu3 td {
    vertical-align: bottom; }

section.enkai_menu {
  width: 868px;
  margin: 0 auto 84px; }
  section.enkai_menu header {
    width: 868px;
    height: auto;
    margin: 0 auto;
    background: none;
    text-align: center; }
    section.enkai_menu header h1 {
      position: static;
      width: auto;
      height: auto; }
  section.enkai_menu .attention {
    margin: 0 0 0.2em 0;
    font-size: 85%; }
  section.enkai_menu .enkai_item {
    *zoom: 1;
    padding: 24px 0;
    border-bottom: 1px solid; }
    section.enkai_menu .enkai_item:after {
      content: "";
      display: block;
      clear: both; }
    section.enkai_menu .enkai_item:first-child {
      padding-top: 0; }
    section.enkai_menu .enkai_item:last-child {
      border-bottom: none; }
    section.enkai_menu .enkai_item .left_wrap {
      float: left;
      width: 416px; }
      section.enkai_menu .enkai_item .left_wrap p {
        margin: 0; }
    section.enkai_menu .enkai_item .right_wrap {
      float: right;
      width: 410px; }
      section.enkai_menu .enkai_item .right_wrap h2 {
        margin: 0; }
        section.enkai_menu .enkai_item .right_wrap h2 span {
          font-size: 77%; }
      section.enkai_menu .enkai_item .right_wrap p {
        position: relative;
        display: inline-block;
        margin: 0.3em 0;
        padding: 1px 72px 1px 15px;
        border: 1px solid;
        background: #1e2c53;
        color: #fff; }
        section.enkai_menu .enkai_item .right_wrap p span {
          position: absolute;
          top: 0;
          right: 0;
          display: inline-block;
          padding: 0 6px;
          background: #FFF;
          color: #1e2c53;
          border: 1px solid; }
      section.enkai_menu .enkai_item .right_wrap ul {
        margin: 0;
        padding: 6px 0 0 24px;
        line-height: 1.5; }
  section.enkai_menu .enkai_info_wrap {
    *zoom: 1;
    margin: 24px 0; }
    section.enkai_menu .enkai_info_wrap:after {
      content: "";
      display: block;
      clear: both; }
    section.enkai_menu .enkai_info_wrap .left_wrap {
      float: left;
      width: 416px; }
      section.enkai_menu .enkai_info_wrap .left_wrap p {
        margin: 0; }
    section.enkai_menu .enkai_info_wrap .right_wrap {
      float: right;
      width: 410px; }
      section.enkai_menu .enkai_info_wrap .right_wrap p {
        margin: 0; }

section.drink_menu {
  *zoom: 1;
  width: 868px;
  margin: 0 auto 84px; }
  section.drink_menu:after {
    content: "";
    display: block;
    clear: both; }
  section.drink_menu h1 {
    margin: 0;
    text-align: center; }
  section.drink_menu p {
    text-align: center; }
  section.drink_menu div h2 {
    padding: 6px 12px;
    font-size: 93%;
    color: #fff;
    background: #1e2c53; }
  section.drink_menu .left_wrap {
    *zoom: 1;
    float: left;
    width: 573px; }
    section.drink_menu .left_wrap:after {
      content: "";
      display: block;
      clear: both; }
    section.drink_menu .left_wrap ul {
      position: relative;
      float: left;
      width: 250px;
      margin: 0 30px 0 0;
      padding: 0 15px;
      border-right: 1px solid #1e2c53; }
      section.drink_menu .left_wrap ul:last-child {
        margin-right: 0;
        padding: 0;
        border-right: none; }
      section.drink_menu .left_wrap ul li {
        margin: 0;
        padding: 0;
        font-size: 85%;
        line-height: 1.6; }
        section.drink_menu .left_wrap ul li.drinkimg1, section.drink_menu .left_wrap ul li.drinkimg2 {
          position: absolute;
          right: 0;
          list-style: none; }
        section.drink_menu .left_wrap ul li.drinkimg1 {
          top: -30px; }
        section.drink_menu .left_wrap ul li.drinkimg2 {
          top: -24px; }
        section.drink_menu .left_wrap ul li span {
          font-weight: bold; }
        section.drink_menu .left_wrap ul li small {
          font-size: 85%;
          letter-spacing: 0.01em; }
  section.drink_menu .right_wrap {
    float: right;
    width: 279px; }
    section.drink_menu .right_wrap ul {
      margin: 0;
      padding: 0 15px; }
      section.drink_menu .right_wrap ul li {
        margin: 0;
        padding: 0;
        font-size: 85%;
        line-height: 1.6; }

.second_contents_wrap {
  *zoom: 1;
  width: 868px;
  margin: 0 auto; }
  .second_contents_wrap:after {
    content: "";
    display: block;
    clear: both; }
  .second_contents_wrap .logo {
    margin: 0 0 36px;
    text-align: center; }
  .second_contents_wrap .left_wrap {
    float: left;
    width: 394px;
    margin: 0;
    padding: 0; }
    .second_contents_wrap .left_wrap li {
      margin-bottom: 24px;
      list-style: none; }
  .second_contents_wrap .right_wrap {
    float: left;
    width: 434px;
    padding-left: 36px; }
    .second_contents_wrap .right_wrap .txt {
      margin: 0 0 24px 0; }
    .second_contents_wrap .right_wrap .info {
      padding: 18px;
      border: 1px solid #1e2c53;
      border-bottom: none; }
      .second_contents_wrap .right_wrap .info ul {
        margin: 0;
        padding: 0;
        line-height: 1.6; }
        .second_contents_wrap .right_wrap .info ul li {
          list-style: none; }
      .second_contents_wrap .right_wrap .info p {
        margin: 0;
        padding: 0; }
    .second_contents_wrap .right_wrap .attention {
      margin: 0 0 0.2em 0;
      font-size: 85%;
      line-height: 1.4; }
    .second_contents_wrap .right_wrap dl {
      *zoom: 1;
      width: 434px;
      margin: 0;
      border-bottom: 1px solid #1e2c53; }
      .second_contents_wrap .right_wrap dl:after {
        content: "";
        display: block;
        clear: both; }
      .second_contents_wrap .right_wrap dl a {
        color: #1e2c53; }
        .second_contents_wrap .right_wrap dl a:hover {
          text-decoration: none; }
      .second_contents_wrap .right_wrap dl dt {
        float: left;
        width: 80px;
        color: #FFF;
        text-align: center;
        background: #1e2c53;
        border: 1px solid #1e2c53;
        border-top: 1px solid #fff;
        border-bottom: none; }
        .second_contents_wrap .right_wrap dl dt:first-child {
          border-top: 1px solid #1e2c53; }
      .second_contents_wrap .right_wrap dl dd {
        float: left;
        width: 320px;
        margin: 0;
        padding: 0 15px;
        border: 1px solid #1e2c53;
        border-bottom: none;
        letter-spacing: 0.03em; }
        .second_contents_wrap .right_wrap dl dd#last {
          border-top: 1px solid #fff; }

#btn_side {
  position: fixed;
/*   top: 366px; */
  top: 231px;
  right: 0; }
  #btn_side ul {
    *zoom: 1;
    width: 76px;
    margin: 0;
    padding: 0; }
    #btn_side ul:after {
      content: "";
      display: block;
      clear: both; }
    #btn_side ul li {
      float: left;
      margin: 0 0 1px;
      padding: 0 0 0 1px;
      list-style: none; }
      #btn_side ul li a {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 37px;
        height: 154px;
        background: url("../img/btn_side.png") no-repeat; }
      #btn_side ul li.btn_side1 a {
        background-position: 0 0; }
        #btn_side ul li.btn_side1 a:hover {
          background-position: 0 -174px; }
      #btn_side ul li.btn_side2 a {
        background-position: -41px 0; }
        #btn_side ul li.btn_side2 a:hover {
          background-position: -41px -174px; }
      #btn_side ul li.btn_side3 a {
        background-position: -82px 0; }
        #btn_side ul li.btn_side3 a:hover {
          background-position: -82px -174px; }
      #btn_side ul li.btn_side4 a {
        background-position: -122px 0; }
        #btn_side ul li.btn_side4 a:hover {
          background-position: -122px -174px; }
  #btn_side p {
    margin: 0; }

/* ------- contents end --------------------- */
/* ------- sidebar --------------------- */
/* ------- sidebar end --------------------- */
/* ------- footer --------------------- */
footer .footer_info {
  *zoom: 1;
  width: 942px;
  margin: 0 auto 60px;
  background: url("../img/map_footer.png") no-repeat right center; }
  footer .footer_info:after {
    content: "";
    display: block;
    clear: both; }
  footer .footer_info .logo {
    float: left;
    margin: 0; }
  footer .footer_info .footer_wrap {
    float: left;
    padding-left: 15px; }
    footer .footer_info .footer_wrap p {
      margin: 0; }
    footer .footer_info .footer_wrap .access {
      padding: 24px 0;
      line-height: 1.7; }
    footer .footer_info .footer_wrap .btn {
      background: url("../img/btn_footer.png"); }
    footer .footer_info .footer_wrap .btn.v2 {
      background: url("../img/btn_footer_v2.png"); 
    }
      footer .footer_info .footer_wrap .btn a {
        display: block; }
footer .copyright {
  width: 100%;
  color: #fff;
  background: #1e2c53;
  text-align: center; }
  footer .copyright p {
    margin: 0;
    padding: 24px 0;
    font-size: 70%; }
footer .pagetop {
  width: 75px;
  height: 121px;
  margin: 60px auto 24px; }
  footer .pagetop a {
    display: block; }
    footer .pagetop a:hover {
      opacity: 0.6; }

/* ------- footer end --------------------- */
/* ------- other style --------------------- */
/* ------- other style end --------------------- */


/* ==================================================================
▼20161104 追加
================================================================== */
/* サブメニュー
   ----------------------------------------------------------------- */
.menu-sub {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  border: 1px #1e2c53 dotted;
  border-bottom: none;
}

.menu-sub-ttl {
  padding: 10px;
  text-align: left;
  border-bottom: 1px #1e2c53 dotted;
}

.menu-sub-price {
  padding: 10px;
  text-align: right;
  border-bottom: 1px #1e2c53 dotted;
}

.menu-sub-tax { font-size: 11px;}

/* ==================================================================
▼20171122 追加
================================================================== */
/* 宴会ページ
   ----------------------------------------------------------------- */
section.enkai_menu .enkai_item .right_wrap .icon {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #1e2c53;
  height: 30px;
}

section.enkai_menu .enkai_item .right_wrap .icon_name {
  position: inherit;
  padding:1px 15px 1px 15px;
  display: table-cell;
  background: #1e2c53;
  color: #fff;
  border: none;
}

section.enkai_menu .enkai_item .right_wrap .icon_price {
  position: inherit;
  padding:1px 15px 1px 15px;
  display: table-cell;
  background: #fff;
  color: #1e2c53;
  box-sizing: border-box;
}










