/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}
/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}
/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}
/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}
/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}
/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}
/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
html {
  overflow: auto;
  font-size: 16px;
  line-height: 1.8;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  background-color: #f9f2d5;
  background-image: url('../img/common--bg.png');
  background-position: center 200px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    background-position: center 0;
  }
}
p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1.4;
}
ul,
ol {
  color: #333333;
  font-size: 16px;
  padding: 0 0 0 3em;
  margin: 2em 0 3em 0;
}
@media (max-width: 768px) {
  ul,
  ol {
    font-size: 16px;
  }
}
ul li,
ol li {
  line-height: 1.5;
  margin-bottom: 0.7em;
}
ul li ul,
ol li ul {
  list-style-type: circle;
  padding-left: 3em;
  margin: 0.8em 0;
}
ul {
  list-style-type: disc;
}
ul li ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
a {
  color: #5691bf;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 300;
}
a:link {
  color: #5691bf;
  text-decoration: none;
}
a:visited {
  color: #5691bf;
  text-decoration: none;
}
a:hover {
  color: #417dab;
  text-decoration: none;
}
a:active {
  color: #417dab;
  text-decoration: none;
}
strong {
  font-weight: 900;
  font-size: 1em;
  color: #333333;
}
em {
  font-weight: 700;
  font-size: 1em;
  color: #333333;
  font-style: italic;
}
small {
  font-size: 0.7em;
  color: #333333;
  font-weight: 200;
}
form {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
table {
  border-collapse: collapse;
  font-size: 1rem;
  color: #333333;
}
table th,
table td {
  padding: 1em;
}
@media (max-width: 768px) {
  table th,
  table td {
    padding: 1em 0.5em;
    font-size: 0.9em;
  }
}
table th {
  font-weight: 500;
}
table td {
  font-weight: 200;
}
@media (max-width: 768px) {
  table td {
    padding-left: 1em;
  }
}
iframe {
  margin: 0;
  margin-bottom: 10px !important;
}
address {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.container {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 640px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
.container-100 {
  zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container-100:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-100:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-640 {
  zoom: 1;
  max-width: none;
  min-width: 0;
  width: 640px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-640:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-640:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-640:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-640:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-640 {
    max-width: none;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}
.container-1000 {
  zoom: 1;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.container-1000:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container-1000:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .container-1000 {
    width: 100%;
  }
}
.mataza-h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  background-image: url(../img/common--h-mark.png);
  background-position: 0 5px;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 40px;
  line-height: 1;
}
.mataza-h2 small {
  color: #F70000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .mataza-h2 small {
    font-size: 12px;
  }
}
* + .mataza-h2 {
  margin-top: 40px;
}
.mataza-h3 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #C40000;
  font-size: 22px;
  margin: 30px 0 20px 0;
}
.center-block {
  display: block;
  width: auto;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.page-contents {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  padding: 30px;
}
.sns-btns {
  width: 350px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .sns-btns {
    width: 100%;
  }
}
.header {
  background: #000;
}
.navbar {
  width: 100%;
  background: #FEFE00;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .navbar .navbar-title {
    display: none;
  }
  .navbar ul {
    width: 620px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
  }
  .navbar ul li {
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 0;
  }
  .navbar ul li:after {
    content: "　|　";
  }
  .navbar ul li:last-child:after {
    content: none;
  }
  .navbar ul li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
  }
  .navbar ul li a:link {
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:hover {
    color: #5691bf;
    text-decoration: none;
  }
  .navbar ul li a:active {
    color: #5691bf;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .navbar {
    cursor: pointer;
    position: relative;
  }
  .navbar .navbar-trigger,
  .navbar .navbar-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .navbar .navbar-trigger {
    position: relative;
    width: 32px;
    height: 26px;
    top: 10px;
    left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .navbar .navbar-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 3px;
  }
  .navbar .navbar-trigger span:nth-of-type(1) {
    top: 0;
  }
  .navbar .navbar-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .navbar .navbar-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .navbar .navbar-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .navbar .navbar-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .navbar .navbar-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .navbar .navbar-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  .navbar .navbar-title {
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 18px;
    color: #000;
    top: 15px;
    left: 66px;
  }
  .navbar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
  }
  .navbar ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
  }
  .navbar ul li:hover {
    background: #e9ea00;
  }
  .navbar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:link {
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:visited {
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:hover {
    color: #000000;
    text-decoration: none;
  }
  .navbar ul li a:active {
    color: #000000;
    text-decoration: none;
  }
}
.home-top-img {
  position: relative;
}
.home-top-img__text {
  margin-top: -200px;
  margin-bottom: 100px;
}
.home-top-img__text img {
  width: 495px;
  height: auto;
}
.home-top-img__text p {
  display: none;
}
@media (max-width: 768px) {
  .home-top-img__text {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E8C877;
    border: solid 5px #000;
    padding: 10px;
  }
  .home-top-img__text img {
    display: none;
  }
  .home-top-img__text p {
    display: block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0;
  }
}
.home-menu-img {
  display: block;
  width: 200px;
  height: 186px;
  margin-right: 20px;
  float: left;
}
.home-menu-img:nth-of-type(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home-menu-img {
    width: 48%;
    height: auto;
  }
  .home-menu-img:nth-of-type(1) {
    float: left;
    margin: 0 0 20px 0;
  }
  .home-menu-img:nth-of-type(2) {
    float: right;
    margin: 0 0 20px 0;
  }
  .home-menu-img:nth-of-type(3) {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 413px) {
  .home-menu-img {
    width: 200px;
    height: 186px;
  }
  .home-menu-img:nth-of-type(1) {
    float: none;
    margin: 0 auto 20px auto;
  }
  .home-menu-img:nth-of-type(2) {
    float: none;
    margin: 0 auto 20px auto;
  }
  .home-menu-img:nth-of-type(3) {
    margin: 0 auto 20px auto;
  }
}
.facebook-box {
  width: 47%;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .facebook-box {
    float: none;
    width: 500px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 500px) {
  .facebook-box {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.twitter-box {
  width: 47%;
  float: right;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .twitter-box {
    float: none;
    width: 500px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 500px) {
  .twitter-box {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.shop-info-list {
  list-style-type: disc;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.google-map {
  width: 100%;
}
.order-item {
  zoom: 1;
  margin-bottom: 40px;
}
.order-item:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.order-item:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.order-item .order-item__left {
  float: left;
  width: 47%;
}
.order-item .order-item__left p {
  font-size: 90%;
  text-align: right;
}

@media (max-width: 768px) {
  .order-item .order-item__left {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .order-item .order-item__left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
}
.order-item .order-item__right {
  float: right;
  width: 47%;
}
.order-item .order-item__right {
  font-size: 110%!important;
}
.order-item .order-item__right h3 {
  margin-bottom: 0.75em;
}
.order-item .order-item__right p {
  margin-bottom: 0.5em;
}

.order-item .order-item__right .price {
  font-size: 110%;
  font-weight: bold;
  color: #e30000;
}

.order-item .order-item__right .set,
.order-item .order-item__right .ship {
  font-size: 80%;
}

.order-item .order-item__right select {
  border: solid 1px #ccc;
  padding: 0.3em;
  background-color: #fff;
  margin-bottom: 0.75em;
  margin-right: 0.5em;
}
.order-item .order-item__right input[type='submit'] {
  font-size: 120%;
  letter-spacing: 0.1em;
  width: auto!important;
  margin-top: 0.5em;
  color: #ffffff;
  border: solid 1px #ccc;
  border-bottom: 3px solid #008014;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  padding: 0.5em 1.5em;
  background-color: #23AC38;
  cursor: pointer;
}

.order-item .order-item__right input[type='submit']:hover {
  position: relative;
  top: 0.2em;
}

.btnLink {
  font-size: 120%;
  letter-spacing: 0.1em;
  width: auto!important;
  color: #ffffff;
  border: solid 1px #ccc;
  border-bottom: 3px solid #008014;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  padding: 0.5em 1.5em;
  background-color: #23AC38;
  cursor: pointer;
}

.btnLink:hover {
  position: relative;
  top: 0.2em;
}

a.btnLink {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
a.btnLink:link {
  color: #ffffff;
  text-decoration: none;
}

a.btnLink:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a.btnLink:active {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .order-item .order-item__right {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
  .order-item .order-item__right form div {
    text-align: center;
  }
  .order-item .order-item__right > div input[type='text'] {
    width: 4em!important;
    margin-right: 0.5em;
  }

}

/*youtube貼り付け用*/
.movieBox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.menu-title {
  width: 664px;
  height: 138px;
  margin: -30px 0 30px -30px;
}
.menu-title img {
  display: block;
  width: 664px;
  height: 138px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .menu-title {
    width: 110%;
    height: auto;
    margin: -20px 0 20px -10px;
  }
  .menu-title img {
    width: 100%;
    height: auto;
  }
}
.menu-items {
  zoom: 1;
}
.menu-items:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-items:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-items .menu-item-top {
  zoom: 1;
  margin-bottom: 20px;
}
.menu-items .menu-item-top:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-items .menu-item-top:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-items .menu-item-top .menu-item-top__left {
  float: left;
  width: 48%;
}
@media (max-width: 768px) {
  .menu-items .menu-item-top .menu-item-top__left {
    float: none;
    width: 100%;
  }
  .menu-items .menu-item-top .menu-item-top__left img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
}
.menu-items .menu-item-top .menu-item-top__right {
  float: right;
  width: 48%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .menu-items .menu-item-top .menu-item-top__right {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.menu-items .menu-item-name {
  font-weight: bold;
  font-size: 22px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .menu-items .menu-item-name {
    font-size: 16px;
  }
}
.menu-items .menu-item-price {
  font-weight: bold;
  font-size: 18px;
  color: #F70000;
  line-height: 1;
  margin: 0 0 15px 0;
}
.menu-items .menu-item-price small {
  color: #F70000;
  font-size: 14px;
  font-weight: bold;
}
.menu-items .menu-item {
  width: 47%;
  margin-bottom: 20px;
}
.menu-items .menu-item:nth-child(even) {
  float: left;
}
.menu-items .menu-item:nth-child(odd) {
  float: right;
}
@media (max-width: 768px) {
  .menu-items .menu-item {
    min-height: 245px;
  }
}
.menu-items .menu-item .menu-item-name,
.menu-items .menu-item .menu-item-price {
  text-align: center;
}
.menu-item-list {
  zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 40px 0 20px 0;
}
.menu-item-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-item-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-item-list li {
  zoom: 1;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 7px;
}
.menu-item-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.menu-item-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .menu-item-list li {
    font-size: 16px;
  }
}
.menu-item-list li span {
  float: right;
  color: #F70000;
  font-size: 16px;
  font-weight: bold;
  padding-left: 2em;
}
.menu-item-list .menu-item-list__drink-left {
  float: left;
}
@media (max-width: 768px) {
  .menu-item-list .menu-item-list__drink-left {
    float: none;
  }
}
.menu-item-list .menu-item-list__drink-right {
  float: right;
}
@media (max-width: 768px) {
  .menu-item-list .menu-item-list__drink-right {
    float: none;
  }
}
.footer {
  padding-bottom: 60px;
}
.btn-recruitment {
  width: 288px;
  height: 51px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.footer-menu {
  list-style-type: none;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:after {
  content: "　|　";
}
.footer-menu li:last-child:after {
  content: none;
}
@media (max-width: 768px) {
  .footer-menu li {
    display: list-item;
  }
  .footer-menu li:after {
    content: none;
  }
}
.footer-menu li a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-menu li a:link {
  color: #000000;
  text-decoration: none;
}
.footer-menu li a:visited {
  color: #000000;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #5691bf;
  text-decoration: none;
}
.footer-menu li a:active {
  color: #5691bf;
  text-decoration: none;
}
.copyright {
  text-align: center;
  margin: 0;
  line-height: 0;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w140 {
  width: 140px;
}
.w140 {
  width: 140px;
}
.w160 {
  width: 160px;
}
.w180 {
  width: 180px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w240 {
  width: 240px;
}
.w260 {
  width: 260px;
}
.w280 {
  width: 280px;
}
.w300 {
  width: 300px;
}
.w320 {
  width: 320px;
}
.w340 {
  width: 340px;
}
.w360 {
  width: 360px;
}
.w380 {
  width: 380px;
}
.w400 {
  width: 400px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h60 {
  height: 60px;
}
.h70 {
  height: 70px;
}
.h80 {
  height: 80px;
}
.h90 {
  height: 90px;
}
.h100 {
  height: 100px;
}
.h120 {
  height: 120px;
}
.h140 {
  height: 140px;
}
.h160 {
  height: 160px;
}
.h180 {
  height: 180px;
}
.h200 {
  height: 200px;
}
.h220 {
  height: 220px;
}
.h240 {
  height: 240px;
}
.h260 {
  height: 260px;
}
.h280 {
  height: 280px;
}
.h300 {
  height: 300px;
}
.h320 {
  height: 320px;
}
.h340 {
  height: 340px;
}
.h360 {
  height: 360px;
}
.h380 {
  height: 380px;
}
.h400 {
  height: 400px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt140 {
  margin-top: 140px;
}
.mt160 {
  margin-top: 160px;
}
.mt180 {
  margin-top: 180px;
}
.mt200 {
  margin-top: 200px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb140 {
  margin-bottom: 140px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}
.mb200 {
  margin-bottom: 200px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}
.cb {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
img.img-100 {
  width: 100%;
  height: auto;
}
img.img-max100 {
  max-width: 100%;
  height: auto;
}
img.img-left {
  width: 45%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
.bg-lightgray {
  background: #f0f0f0;
}
.c-white {
  color: #fff;
}
.c-blue {
  color: #0095e0;
}
.c-green {
  color: #4d9c43;
}
.c-pink {
  color: #ee4f8a;
}
.translucent-90 {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=80);
}
.translucent-80 {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.translucent-70 {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=80);
}
.hover-translucent {
  transition: all 0.3s;
}
.hover-translucent:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.basicTbl {
  font-size: 100%;
}
.basicTbl th {
  width: 25%;
  background: #C40000;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: left;
}
.basicTbl td {
  width: 75%;
  border: solid 1px #ccc;
  background: #ffffff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .basicTbl {
    width: 100%;
  }
  .basicTbl th,
  .basicTbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}