@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Oswald);

@font-face {
  font-family: 'tabelicon';
  src:url('../fonts/tabelicon.eot?-6gb5sa');
  src:url('../fonts/tabelicon.eot?#iefix-6gb5sa') format('embedded-opentype'),
    url('../fonts/tabelicon.woff?-6gb5sa') format('woff'),
    url('../fonts/tabelicon.ttf?-6gb5sa') format('truetype'),
    url('../fonts/tabelicon.svg?-6gb5sa#tabelicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
  position: relative;
  /zoom: 1;
}
html {
    height: 100%;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts
------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 2;
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  /*text-align: justify;*/
}

@media print {
body {
  color: #000;
}
}

/* clearfix
------------------------------------------------------------*/
.clear,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.clearfix { /zoom: 1; } /* IE */




/* common
------------------------------------------------------------*/

p, ul, ol, dl {
  margin: 0 0 30px;
}
h1, h2, h3, h4, h5 {
  line-height: 1.6;
  margin: 0 0 30px;
  color: #000;
  letter-spacing: 0.1em;
}
li {
  margin: 0 0 0 20px;
  list-style: disc;
}
.hidden {
  display: none;
}
table {
  width: 100%;
  margin: 0 0 30px;
}
table p {
  text-align: left;
}
caption {
  font-weight: bold;
  text-align: left;
}
hr {
  display: none;
}
img {
  border: none;
  vertical-align: bottom;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  color: #B83F52;
}
sup {
  vertical-align: top;
  line-height: 1.8;
  font-size: x-small;
}
ins {
  color: #C00;
}
a,
a * {
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  color: #7D5A4F;
}
a:link {
  text-decoration: none;
}
a:visited {
}
a:hover,
a:hover * {
  color: #CC9E8A;
}
a:hover span {
  cursor: pointer;
}
/*a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}*/

button {
  cursor: pointer;
  transition: color 0.2s 0s ease, background-color 0.2s 0s ease;
  -webkit-transition: color  0.2s 0s ease, background-color 0.2s 0s ease;
  -moz-transition: color  0.2s 0s ease, background-color 0.2s 0s ease;
}
.italic {
  font-style: italic;
}
input[type="text"],
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F3F3F3;
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
  border: none;
  font-size: 14px;
  height: 40px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 input[type="text"] {
  height: 38px;
  border-top: 2px solid #E7E7E7;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EEE;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  vertical-align: middle;
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: none;
  margin: 10px 0;
}
.ie input[type="radio"] {
  background: #FFF;
}
input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  margin: -6px 0 0 -6px;
    content: '';
    width: 12px;
    height: 12px;
    background: #250304;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EEE;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: none;
  margin: 10px 0;
  box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ie8 input[type="checkbox"] {
  background: #FFF;
}
input[type="checkbox"]:checked:after {
  content: '';
  background: url(../images/icn_check.png) no-repeat 50% 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
}
select {
  background: #EEE;
  font-size: 14px;
  height: 40px;
  padding: 10px;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.ie8 select{
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 8px;
}
.safari select,
.chrome select {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 50px 10px 10px;
}
.safari label.select,
.chrome label.select {
  display: inline-block;
  position: relative;
}
.safari label.select:after,
.chrome label.select:after {
  content: '';
  display: block;
  background: url(../images/icn_arrow_down_s.png) no-repeat 50% 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  border-left: 1px solid #DDD;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F3F3F3;
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
  border: none;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 textarea {
  border-top: 2px solid #E7E7E7;
}




/* structure
------------------------------------------------------------*/
html {
  background: url(../images/bg_stripe.gif) 50% 0;
}
@media print {
html {
  background: none;
}
}
body {
  height: 100%;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#contents:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#pagetop {
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: table;
}
#pagetop a {
  background-color: #D9D9D9;
  background-color: rgba(153,153,153,0.50);
  display: table-cell;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  transition: background-color 0.2s 0s ease;
  -webkit-transition: background-color 0.2s 0s ease;
  -moz-transition: background-color 0.2s 0s ease;
  text-decoration: none;
}
#pagetop a:hover {
  background-color: rgba(153,153,153,0.80);
}
#pagetop a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e600";
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0;
}
#pagetop a span {
  display: none;
}

#wrap {
}
#loaderBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FBF6EC;
  z-index: 4;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: 167px;
  text-align: center;
  color: #fff;
  z-index: 5;
  background: url(../images/icn_loading.gif) no-repeat;
}

/* header
------------------------------------------------------------*/
header {
  width: calc(100% - 60px);
  padding: 12px 30px;
  margin: 0 auto;
  height: 70px;
  border-top: 3px solid #FFB300;
  position: relative;
  z-index: 5;
  background: #FFF;
  text-align: center;
}
header h1 {
  margin: 0;
}
header h1 img {
  max-width: 100%;
  height: auto;
}
header h1 a {
  text-decoration: none;
  display: inline-block;
}
header .tagline {
  line-height: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 160px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
header p.topBtn {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: -15px 0 0;
}
header p.topBtn a {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
}
header p.topBtn a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: '\e60e';
  display: inline-block;
  line-height: 28px;
  width: 28px;
  height: 28x;
  margin: 0 10px 0 0;
  /*background: url(../images/icn_arrow_yl_rf.png) no-repeat 0 50%;*/
  border: 1px solid #FFB300;
  border-radius: 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  color: #250000;
}
@media screen and (max-width: 1185px){
  header .tagline {
    margin-left: 155px;
    font-size: 11px;
  }
  #filterBox #allergenList {
    padding: 18px 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  header h1 img {
    width: 200px;
    padding: 0 0 10px;
  }
  header .tagline {
    height: 20px;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
  }
  header p.topBtn {
    left: 5%;
    margin: -15px 0 0;
  }
  header p.topBtn a span {
    display: none;
  }
}
@media print {
  header p.topBtn {
    display: none;
  }
}



/* footer
------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 40px auto 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.top footer {
  padding: 0 0 0 400px;
}
footer #footNav {
  text-align: center;
  margin: 0;
  font-size: 13px;
}
footer #footNav a {
  display: inline-block;
  margin: 0 20px;
  text-decoration: none;
}
footer #footNav a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e60a";
  display: inline-block;
  color: #250000;
  font-size: 10px;
  margin: 0 3px 0 0;
}
footer p.copyright {
  padding: 30px 0 100px;
  margin: 0;
  position: relative;
  text-align: center;
}
footer p.copyright img {
  margin: 0 0 5px;
}
footer p.copyright small {
  color: #9E7162;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .top footer {
    padding: 0;
  }
  .top footer p.copyright {
    padding: 0 10px 30px 30px;
  }
  .list footer p.copyright {
    padding: 0 10px 30px;
  }
}

@media print {
  .top footer {
    padding: 0;
  }
  footer #footNav,
  #pagetop {
    display: none;
  }
}


/* snsBtn
------------------------------------------------------------*/
.snsBtn {
  width: auto;
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 10;
}
.snsBtn li {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
  font-size: 0;
}
@media only screen and (max-width: 1024px) {
  .snsBtn {
  position: relative;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 0;
  background: #FBF6EC;
  top: 0;
  }
}
@media print {
  .snsBtn {
    display: none;
  }
}


/* filterBox
------------------------------------------------------------*/
#filterBox {
  position: absolute;
  top: 97px;
  left: 0;
  height: 100%;
  width: 400px;
  border-right: 1px solid #EEE5D2;
  background: #FBF6EC;
  z-index: 6;
}
@media print {
  #filterBox {
    display: none;
  }
}
#filterBox.fixed {
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  #filterBox {
    position: relative;
    height: auto;
    width: calc(100% - 1px);
    top: auto;
    margin: 0 auto;
    box-sizing: border-box;
    background: transparent;
    border: none;
  }
  .filterwrap {
    background: #FBF6EC;
    width: 100%;
    padding: 1px 0;
  }
  #filterBox.fixed {
    position: relative;
    top: auto;
  }
}

#filterBox .description {
  text-align: center;
  line-height: 1.6;
  padding: 22px 0;
  background: url(../images/bg_checkedline.gif) repeat-x 0 100%;
  margin: 0;
  letter-spacing: 0.15em;
  position: relative;
}
#filterBox .description:before,
#filterBox .description:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #DFCEC3 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin: 0 0 0 -10px;
  z-index: 5;
}
#filterBox .description:after {
  border-color: #FBF6EC transparent transparent transparent;
  bottom: -3px;
  z-index: 6;
}
#filterBox .description em {
  color: #F63;
  font-weight: bold;
}
#filterBox .note {
  background: #FBF6EC;
  color: #9D7163;
  letter-spacing: 0.1em;
  font-size: 12px;
  height: 20px;
  right: 26px;
  margin: -14px 0 0;
  float: right;
  position: relative;
  z-index: 2;
}
#filterBox #allergenList {
  width: 370px;
  margin: 0 auto;
  padding: 22px 0 12px;
  position: relative;
}
@media screen and (max-height: 730px){
  #filterBox .description {
    padding: 15px 0;
  }
  #filterBox #allergenList {
    padding: 18px 0 10px;
    width:  92%;
  }
}

#filterBox #allergenList:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 19px 0 19px;
  border-color: #FBF6EC transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -6px;
  margin: 0 0 0 -19px;
  z-index: 4;
}
.ie8 #filterBox #allergenList:before {
  display: none;
}
#filterBox #allergenList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#filterBox #allergenList li {
  float: left;
  width: 20%;
  height: 73px;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
#filterBox #allergenList li span {
  position: absolute;
  width: 98px;
  bottom: 1px;
  left: 50%;
  margin: 0 0 5px -49px;
  font-size: 10px;
  line-height: 1.4;
  color: #250101;
  transition: all 0.2s 0s ease;
  -webkit-transition: all  0.2s 0s ease;
  -moz-transition: all  0.2s 0s ease;
}
#filterBox #allergenList li a[data-allergen_id="5"] + span {
  width: 118px;
  margin: 0 -10px 5px -59px;
  transform: scale(0.8,1);
}
#filterBox #allergenList li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #FFF;
  box-shadow: 0 3px 0 #DAD2C7, 0 5px 0 rgba(0,0,0,0.05);
  border-radius: 6px;
  position: static;
  transition: all 0.2s 0s ease;
  -webkit-transition: all  0.2s 0s ease;
  -moz-transition: all  0.2s 0s ease;
}
#filterBox #allergenList li a img,
#filterBox #allergenList li a span {
  pointer-events: none;
}
/*#filterBox #allergenList li a:hover {
  background: #FFEDC1;
  box-shadow: 0 3px 0 #EBD398, 0 5px 0 rgba(0,0,0,0.05);
}
#filterBox #allergenList li a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/
#filterBox #allergenList li a:hover {
  background: #FFEDC1;
  box-shadow: 0 3px 0 #EBD398, 0 5px 0 rgba(0,0,0,0.05);
}
#filterBox #allergenList li a:active {
  box-shadow: 0 1px 0 #EBD398, 0 2px 0 rgba(0,0,0,0.05);
  margin: 2px 0 0;
}
/*#filterBox #allergenList li a:hover + span {
  color: #CC9E8A;
}*/
#filterBox #allergenList li a.selected + span {
  color: #F63;
}
#filterBox #allergenList li.reset {
  width: 60%;
}
#filterBox #allergenList li.reset a {
  width: 198px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-table;
}
#filterBox #allergenList li.reset a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0;
  color: #250000;
}
#filterBox #allergenList li.reset a span:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e609";
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #7D5A4F;
  transition: all 0.2s 0s ease;
  -webkit-transition: all  0.2s 0s ease;
  -moz-transition: all  0.2s 0s ease;
}
/*#filterBox #allergenList li.reset a:hover span,
#filterBox #allergenList li.reset a:hover span:before {
  color: #CC9E8A;
}*/
/* #filterBox #allergenList li.reset a:hover span:before {
} */
#filterBox #allergenList li a.selected {
  background: #F60;
  box-shadow: 0 3px 0 #D93600, 0 5px 0 rgba(0,0,0,0.05);
}
#filterBox #allergenList li a.selected:active {
  box-shadow: 0 1px 0 #D93600, 0 2px 0 rgba(0,0,0,0.05);
  margin: 2px 0 0;
}
#filterBox #allergenList li a.selected img {
  -webkit-filter: drop-shadow(3px 3px 0 rgba(217,54,0,0.5));
  filter: drop-shadow(3px 3px 0 rgba(217,54,0,0.5));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=3, OffY=3, Color='#EC4E19')";
}
#filterBox .list {
  background: url(../images/bg_checkedline.gif) repeat-x 0 0;
  padding: 20px 0 0;
  margin: 0;
}
#filterBox .list a {
  display: table;
  width: 346px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #FFB400;
  box-shadow: 0 3px 0 #EE8E08, 0 5px 0 rgba(0,0,0,0.05);
  border-radius: 6px;
  position: static;
  transition: all 0.2s 0s ease;
  -webkit-transition: all  0.2s 0s ease;
  -moz-transition: all  0.2s 0s ease;
  text-decoration: none;
}
#filterBox .list a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #250000;
  pointer-events: none;
}
/*#filterBox .list a:hover span {
  color: #7D5A4F;
}*/
#filterBox .list a:hover {
  background: #FECA4C;
  box-shadow: 0 3px 0 #F8B04C, 0 5px 0 rgba(0,0,0,0.05);
}
#filterBox .list a:active {
  box-shadow: 0 1px 0 #F8B04C, 0 2px 0 rgba(0,0,0,0.05);
  margin-top: 2px;
}
#filterBox .list a span:before {
  content: "\e601";
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 22px;
  vertical-align: middle;
  color: #FFF;
  display: inline-block;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 1024px) {
  #filterBox #allergenList {
    width: 98%;
    max-width: 900px;
  }
  #filterBox #allergenList li {
    width:  12.5%;
    margin-bottom: 10px;
  }
  #filterBox #allergenList li.reset {
    width: 25%;
  }
  #filterBox #allergenList li a[data-allergen_id="5"] + span,
  #filterBox #allergenList li span {
    font-size: 10px;
    margin-bottom: 3px;
  }
  #filterBox #allergenList li a:hover {
    background: #fff;
    box-shadow: 0 3px 0 #DAD2C7, 0 5px 0 rgba(0,0,0,0.05);
  }
  #filterBox #allergenList li a.selected,
  #filterBox #allergenList li a.selected:hover {
    background: #F60;
    box-shadow: 0 3px 0 #d93600, 0 5px 0 rgb(0 0 0 / 5%);
  }
  #filterBox .list {
    padding: 20px 0 40px;
    background: #FBF6EC;
  }
  #filterBox .list a {
    width: 85%;
    max-width: 380px;
  }
  #filterBox .list a:hover,
  #filterBox .list a:active {
    background: #FFB400;
    box-shadow: 0 3px 0 #EE8E08, 0 5px 0 rgba(0,0,0,0.05);
  }
}

@media only screen and (max-width: 720px) {
  #filterBox #allergenList {
    width: 98%;
    max-width: 400px;
    margin: auto;
  }
  #filterBox #allergenList li {
    width:  20%;
    margin-bottom: 10px;
  }
  #filterBox #allergenList li.reset {
    width: 100%;
  }
  #filterBox #allergenList li.reset a {
    width: 100%;
    max-width: 180px;
  }
}
@media only screen and (max-width: 400px) {
  #filterBox #allergenList {
  overflow: hidden;
  }
}

/* categoryIcon
------------------------------------------------------------*/

#categoryFilter li.kids a:before,
#contents #menuList .item .category.kids:before,
#contents #categoryNav .kids a:before,
#contents #kids h1,
#contents #kids h1:before {
  background: #C880BD;
  content: "\e602";
}
#categoryFilter li.hamburg a:before,
#contents #menuList .item .category.hamburg:before,
#contents #categoryNav .hamburg a:before,
#contents #hamburg h1,
#contents #hamburg h1:before {
  background: #A33324;
  content: "\e603";
}
#categoryFilter li.popular a:before,
#contents #menuList .item .category.popular:before,
#contents #categoryNav .popular a:before,
#contents #popular h1,
#contents #popular h1:before {
  background: #E5973C;
  content: "\e604";
}
#categoryFilter li.lunch a:before,
#contents #menuList .item .category.lunch:before,
#contents #categoryNav .lunch a:before,
#contents #lunch h1,
#contents #lunch h1:before {
  background: #DD6629;
  content: "\e605";
}
#categoryFilter li.morning a:before,
#contents #menuList .item .category.morning:before,
#contents #categoryNav .morning a:before,
#contents #morning h1,
#contents #morning h1:before {
  background: #0099CC;
  content: "\e606";
}
#categoryFilter li.dessert a:before,
#contents #menuList .item .category.dessert:before,
#contents #categoryNav .dessert a:before,
#contents #dessert h1,
#contents #dessert h1:before {
  background: #60AEA2;
  content: "\e607";
}
#categoryFilter li.drink a:before,
#contents #menuList .item .category.drink:before,
#contents #categoryNav .drink a:before,
#contents #drink h1,
#contents #drink h1:before {
  background: #6968BD;
  content: "\e608";
}
#categoryFilter li.fair a:before,
#contents #menuList .item .category.fair:before,
#contents #categoryNav .fair a:before,
#contents #fair h1,
#contents #fair h1:before {
  background: #E3BA4A;
  content: "\e60f";
}
#categoryFilter li.meat a:before,
#contents #menuList .item .category.meat:before,
#contents #categoryNav .meat a:before,
#contents #meat h1,
#contents #meat h1:before {
  background: #A25E24;
  content: "\e610";
}
#categoryFilter li.spaghetti a:before,
#contents #menuList .item .category.pasta:before,
#contents #categoryNav .spaghetti a:before,
#contents #spaghetti h1,
#contents #spaghetti h1:before {
  background: #C88080;
  content: "\e611";
}
#categoryFilter li.japanese a:before,
#contents #menuList .item .category.japanese:before,
#contents #categoryNav .japanese a:before,
#contents #japanese h1,
#contents #japanese h1:before {
  background: #6D78B4;
  content: "\e615";
}
#categoryFilter li.rice a:before,
#contents #menuList .item .category.rice:before,
#contents #categoryNav .rice a:before,
#contents #rice h1,
#contents #rice h1:before {
  background: #89BCE2;
  content: "\e612";
}
#categoryFilter li.salad a:before,
#contents #menuList .item .category.salad:before,
#contents #categoryNav .salad a:before,
#contents #salad h1,
#contents #salad h1:before {
  background: #B7CB65;
  content: "\e613";
}
#categoryFilter li.pizza a:before,
#contents #menuList .item .category.pizza:before,
#contents #categoryNav .pizza a:before,
#contents #pizza h1,
#contents #pizza h1:before {
  background: #F88484;
  content: "\e614";
}
#categoryFilter li.side a:before,
#contents #menuList .item .category.side:before,
#contents #categoryNav .side a:before,
#contents #side h1,
#contents #side h1:before {
  background: #70AC12;
  content: "\e616";
}


/* contents
------------------------------------------------------------*/
#contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.top #contents {
  width: calc(100% - 405px);
  padding: 100px 20px 0;
  margin: 0 0 0 400px;
  box-sizing: border-box;
}
#contents #menuList {
  padding: 65px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1248px) {
  #contents #menuList {
    padding: 105px 0 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top #contents {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  padding: 150px 0 0;
  }
  #contents #menuList {
    padding: 45px 0 0 0;
  }
  .list #contents {
    width: auto;
    padding: 0;
  }
}
@media print {
  .top #contents {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
  }
}
#searchCriteria {
  display: none;
  padding: 20px 0 0;
}
@media print {
  #searchCriteria {
    display: block;
  }
}
#searchCriteria dl {
  margin: 0;
}
#searchCriteria dt {
  font-weight: bold;
  display: list-item;
  list-style: square;
  list-style-position: outside;
  margin: 0 0 0 20px;
}
#searchCriteria dd {
  font-size: 17px;
}
#searchCriteria dd span,
#searchCriteria .description {
  color: #C00;
}
#searchCriteria .description {
  font-size: 12px;
}

#categoryFilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #FBF6EC;
  width: 100%;
  box-sizing: border-box;
}
#categoryFilter * {
  box-sizing: border-box;
}
@media print {
#categoryFilter {
  display: none;
}
}
#categoryFilter.fixed {
  position: fixed;
  top: 0;
  left: 400px;
  right: 0;
  width: auto;
}

#categoryFilter {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#categoryFilter ul {
  margin: 0;
  display: flex;
    flex-flow: row wrap;
  width: 100%;
}

#categoryFilter li {
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  height: 90px;
  width: calc(100% / 16);
}
#categoryFilter li.all {
  width: calc(100% / 16 * 2);
}
#categoryFilter li a,
#categoryFilter li a span,
#categoryFilter li a:before {
  box-sizing: border-box;
}
#categoryFilter li a {
  display: flex;
  flex-flow: row nowrap;
  padding: 50px 0 0 0;
  line-height: 1;
  width: 100%;
  height: 90px;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#categoryFilter li a span {
  font-size: 10px;
}
#categoryFilter li a span.nowrap {
  white-space: nowrap;
}
#categoryFilter li a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 5px;
  transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
#categoryFilter li.all a:before {
  content: 'すべて';
  display: block;
  width:80%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #7D5A4F;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 1px 2px #dad2c7, 0 2px 0 rgb(0 0 0 / 2%);
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 5px;
  transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
#categoryFilter li a:hover:before,
#categoryFilter li a.selected:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
#categoryFilter li a:hover:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#categoryFilter li.all a:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#categoryFilter li.all a:active:before {
  background: #FFEDC1;
}
#categoryFilter li a.selected:after {
  display: block;
  content: "";
  border: 1px solid #FFF;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
}
#categoryFilter li.all a.selected:after {
  display: none;
}
#categoryFilter li a:hover span {
  color: #7D5A4F;
}
#contents .indicator {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  transition: background 0.2s 0s ease;
  -webkit-transition: background 0.2s 0s ease;
  -moz-transition: background 0.2s 0s ease;
  position: absolute;
  height: 40px;
  z-index: 4;
  top: 110px;
  left: 30px;
}
#contents .indicator:after {
  content:'';
  display: block;
  transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
#contents .indicator .count {
  color: #F63;
  letter-spacing: 0.1em;
}
#contents .indicator.fixed {
  position: fixed;
  z-index: 4;
  top: 90px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0 430px;
  background: #FBF6EC;
}
.ie8 #contents .indicator.fixed {
  height: 50px;
}
#contents .indicator.fixed:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZjZlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY2ZWMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(251,246,236,1) 0%, rgba(251,246,236,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,246,236,1)), color-stop(100%,rgba(251,246,236,0)));
  background: -webkit-linear-gradient(top, rgba(251,246,236,1) 0%,rgba(251,246,236,0) 100%);
  background: linear-gradient(to bottom, rgba(251,246,236,1) 0%,rgba(251,246,236,0) 100%);
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
.ie8 #contents .indicator.fixed:after {
  display: none;
}
@media print {
  #contents .indicator,
  #contents .indicator.fixed {
    position: relative;
    height: auto;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .ie8 #contents .indicator.fixed {
    height: auto;
  }
  #contents .indicator.fixed:after {
    display: none;
  }
}

#contents .indicator .count span {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
}
.top #contents .update {
  position: absolute;
  top: 110px;
  right: 0;
  margin: 0 auto;
}
.top #contents .update.fixed {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 4;
  pointer-events: none;
}
#contents .update {
  margin: 30px auto 0;
  text-align: right;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
#contents .update .caution {
  font-size: 12px;
  color: #C00;
  margin: 0 0 5px 5px;
  order: 1;
}
#contents .update .date {
  font-size: 13px;
  color: #F63;
  border: 1px solid #F63;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 50px;
  letter-spacing: 0.15em;
  display: inline-block;
  margin: 0 0 5px 5px;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  order: 2;
}
@media only screen and (max-width: 1240px) {
  #categoryFilter li a span {
    font-size: 10px;
    letter-spacing: 0;
  }
  #categoryFilter li a span.sp_non {
    display: none;
  }
  #categoryFilter li {
    display: block;
    text-align: center;
    width: calc(100% / 8);
    height: auto;
    padding: 5px 0;
  }
  #categoryFilter li.all {
    width: calc(100% / 4);
  }
  #categoryFilter li a {
    display: flex;
    flex-flow: row nowrap;
    padding: 50px 0 0 0;
    line-height: 1;
    width: 100%;
    height: 55px;
    position: relative;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  #categoryFilter li a:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 22px;
    margin: 0 auto 5px;
    top: 5px;
  }
  #categoryFilter li.all a:before {
    height: 30px;
    line-height: 30px;
    top: 5px;
  }
  #categoryFilter li a.selected:after {
    width: 32px;
    height: 32px;
    top: 4px;
  }
  #contents .indicator {
    top: 140px;
    padding-left: 20px;
  }
  #contents .indicator.fixed {
    top: 130px;
  }
  .top #contents .update {
    top: 140px;
    right: 10px;
  }
  .top #contents .update.fixed {
    top: 140px;
  }
  #contents .update .caution {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  #contents .indicator,
  #contents .indicator.fixed {
    position: relative;
    height: auto;
    width: auto;
    padding: 10px 0 0 10px;
    top: auto;
    left: auto;
    background: transparent;
  }
  #contents .indicator.fixed:after {
    display: none;
  }
  .top #contents .update {
    position: relative;
    top: 0;
    right: 10px;
  }
  .top #contents .update.fixed {
    position: relative;
    top: 0;
    right: 10px;
    pointer-events: none;
  }
  #categoryFilter li.all a:hover:before,
  #categoryFilter li a:hover:before,
  #categoryFilter li.all a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@media print {
  .top #contents .update,
  .top #contents .update.fixed {
    position: relative;
    top: auto;
    right: auto;
  }
  .top #contents .update.fixed .date {
    padding: 2px 10px;
  }
}

#contents #menuList:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#contents #menuList .item {
  background: #FFF;
  width: 23%;
  min-width: 180px;
  max-width: 350px;
  position: relative;
  margin: 0 1% 2% 1%;
  box-shadow: 0 3px 1px rgba(0,0,0,0.05);
}
#contents #menuList .item a {
  background: #FFF;
  text-decoration: none;
  display: block;
  transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#contents #menuList .item:hover {
  z-index: 3;
}
#contents #menuList .item a:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
  box-shadow: 2px 5px 2px rgba(0,0,0,0.03), -2px 5px 2px rgba(0,0,0,0.03);
}
#contents #menuList .item p {
  margin: 0;
}
#contents #menuList .item .category {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}
.ie8 #contents #menuList .item .category {
  top: 0;
  right: 0;
  vertical-align: middle;
}
#contents #menuList .item .category:before {
  text-indent: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0;
}
.ie8 #contents #menuList .item .category:before {
  width: 36px;
  height: 36px;
  line-height: 36x;
  font-size: 30px;
}
#contents #menuList .item .category span {
  display: none;
}
#contents #menuList .item .image img {
  width: 100%;
  height: auto;
}
.ie8 #contents #menuList .item a:hover .image img,
.ie9 #contents #menuList .item a:hover .image img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#contents #menuList .item .menuName {
  display: table;
  position: relative;
}
#contents #menuList .item .menuName > span {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 5px 10px 5px 30px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 13px;
  color: #250000;
}
#contents #menuList .item a:hover .menuName >span {
  color: #CC9E8A;
}
#contents #menuList .item .menuName:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e60d";
  display: inline-block;
  color: #250000;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 12px;
  margin: -8px 0 0;
}
@media only screen and (max-width: 1248px) {
  #contents #menuList .item {
    width: 29%;
    margin: 0 2% 5%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #contents #menuList .item {
    width: 44%;
    margin: 0 3% 5%;
    min-width: 140px;
  }
}
@media only screen and (max-width: 368px) {
  #contents #menuList .item {
    width: 90%;
    margin: 0 5% 20px;
    min-width: 140px;
  }
}

#triFilter {
  position: fixed;
  height: 55px;
  width: 100%;
  padding-left: 400px;
  left: 0;
  bottom: 0;
  display: table;
  box-sizing: border-box;
  z-index: 5;
}
#triFilter p {
  display: table-cell;
  background: #503331;
  background: rgba(37,0,0,0.8);
  vertical-align: middle;
  color: #FFF;
  line-height: 1.6;
}
#triFilter .triMark {
  color: #D00000 !important;
}
#triFilter .filter {
  border-right: 1px solid #9D7163;
  border-right-color: rgba(255,255,255,0.50);
}
#triFilter .filter a {
  color: #FFF;
  display:block;
  height: 100%;
  line-height: 55px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 15px;
  margin-right: -1px;
}
#triFilter .filter a:hover {
  background: #9D7163;
  background: rgba(157,113,99, 0.8);
}
#triFilter .filter a.selected {
  background: #F60;
}
#triFilter .desc {
  font-size: 12px;
  padding: 5px 70px 5px 15px;
}
#contents .triMark {
  color: #D00000 !important;
}
@media print {
  #triFilter {
    display: none;
  }
  #contents #menuList .item a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    box-shadow: none;
  }
  #contents #menuList .item .menuName > span {
    color: #250000 !important;
  }
  .ie8 #contents #menuList .item a:hover .image img,
  .ie9 #contents #menuList .item a:hover .image img {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}
.searchbtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #triFilter {
    position: relative;
    height: 55px;
    width: 94%;
    max-width: 850px;
    margin: 0 auto 2rem;
    padding-left: 0;
    left: auto;
    bottom: auto;
  }
  #triFilter p {
    display: table-cell;
    background: transparent;
    vertical-align: middle;
    color: #250004;
    line-height: 1.6;
  }
  #triFilter .desc {
    padding: 0;
  }
  #triFilter .filter a {
    color: #FFF;
    display:block;
    height: 65px;
    width: 80px;
    line-height: 1.6;
    white-space: normal;
    padding: 15px 0 0 0;
    margin: 0  10px 0 0;
    border-radius: 9px;
    background: rgba(157,113,99, 0.8);
    box-shadow: 0 3px 0 #dad2c7, 0 5px 0 rgb(0 0 0 / 5%);
  }
  .searchbtn {
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 380px;
    margin: 0 auto 2rem;
    height: 65px;
    line-height: 65px;
    font-size: 17px;
    font-weight: bold;
    color: #503331;
    letter-spacing: 1rem;
    background: #FFB400;
    box-shadow: 0 5px 0 #ee8e08, 0 5px 0 rgb(0 0 0 / 5%);
    border-radius: 50px;
    position: static;
    text-decoration: none;
    text-align: center;
  }
  .searchbtn:hover {color: #503331;}
  .searchbtn::before {
    content: "";
    background: url(../images/icn_search.png) no-repeat center left;
    background-size: 24px;
    display: inline-block;
    width: 40px;
    height: 65px;
  }
  #contents #menuList .item a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 720px) {
  #triFilter {
    width: 85%;
    max-width: 380px;
  }
}

/* categoryNav
------------------------------------------------------------*/
#contents #categoryNav {
  background: #FAF5EA;
  padding: 0 500%;
  margin: 0 -500% -92px;
  border-bottom: 1px solid #EEE5D2;
  border-top: 1px solid #EEE5D2;
  position: relative;
  z-index: 10;
  /zoom: 1;
}
#contents #categoryNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #FFF;
  transition: background 0.6s 0s ease;
  -webkit-transition: background 0.6s 0s ease;
  -moz-transition: background 0.6s 0s ease;
  box-shadow: 0 3px 1px rgba(0,0,0,0.05);
}
#contents #categoryNav ul {
  margin: 0 auto;
  display: table;
  width: 1000px;
  table-layout: fixed;
  /zoom: 1;
}
.ie7 #contents #categoryNav ul {
  text-align: center;
}
#contents #categoryNav li {
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  height: 90px;
}
.ie7 #contents #categoryNav li {
  display: inline;
  height: auto;
  margin: 0 10px;
  /zoom: 1;
}
#contents #categoryNav li a,
#contents #categoryNav li a span,
#contents #categoryNav li a:before {
  box-sizing: border-box;
}
#contents #categoryNav li a {
  display: flex;
  flex-flow: row nowrap;
  padding: 55px 0 0 0;
  line-height: 1;
  width: 100%;
  height: 90px;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.ie7 #contents #categoryNav li a {
  line-height: 50px;
  height: 50px;
}
#contents #categoryNav li a span {
  font-size: 11px;
}
#contents #categoryNav li a span.small {
  font-size: 10px;
}
#contents #categoryNav li a span.nowrap {
  white-space: nowrap;
}
#contents #categoryNav li a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 5px;
  transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
#contents #categoryNav li a:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
#contents #categoryNav li a:hover:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
@media print {
  #contents #categoryNav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #categoryFilter li a.selected:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1024px) {
  #categoryFilter.fixed {
    left: 0;
    background: #fff;
    box-shadow: 0 3px 1px rgb(0 0 0 / 5%);
  }
  #categoryFilter ul {
    margin:  0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    position: relative;
  }
  #categoryFilter ul li .sp_non {
    display: none;
  }
  #categoryFilter li {
    display: block;
    text-align: center;
    width: calc(100% / 8);
    height: auto;
    padding: 5px 0;
  }
  #categoryFilter li.all {
    width: calc(100% / 4);
  }
  #categoryFilter li a {
    height: 50px;
    padding: 50px 0 10px;
  }
  #categoryFilter li a:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 22px;
    margin: 0 auto 5px;
    top: 5px;
  }
  #categoryFilter li a:hover span,
  #categoryFilter li a:hover * {
    color: #7D5A4F;
  }
  #categoryFilter li a:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  #categoryFilter li a span {
    font-size: 10px;
  }
  #contents #categoryNav {
    padding: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    overflow-x: auto;
  }
  #contents #categoryNav ul {
    margin:  0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    position: relative;
  }
  #contents #categoryNav ul li .sp_non {
    display: none;
  }
  #contents #categoryNav li {
    display: block;
    text-align: center;
    width: calc(100% / 7);
    height: auto;
    padding: 5px 0;
  }
  #contents #categoryNav li a {
    height: 50px;
    padding: 45px 0 10px;
  }
  #contents #categoryNav li a:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 22px;
    margin: 0 auto 5px;
    top: 5px;
  }
  #contents #categoryNav li a:hover span,
  #contents #categoryNav li a:hover * {
    color: #7D5A4F;
  }
  #contents #categoryNav li a:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  #contents #categoryNav li a span {
    font-size: 10px;
  }
}

.pc_non {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pc_non {
    display: inline-block;
  }
  #contents #listContainer .legend {
    font-size: 12px;
  }
}


/* notice
------------------------------------------------------------*/

#modalBg {
  background: #250202;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#notice {
  position: fixed;
  background: #FFF;
  padding: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  z-index: 101;
  transition: transform 0.2s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transition: -webkit-transform 0.2s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: -moz-transform 0.2s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  display: none;
}
#notice.go {
  display: block;
  -webkit-animation: fadeIn 1 0.6s;
  -moz-animation: fadeIn 1 0.6s;
  animation: fadeIn 1 0.6s;
}
@-webkit-keyframes fadeIn {
  0% {-webkit-transform:scale(0.8);opacity: 0;}
  40% {-webkit-transform:scale(1.05);opacity: 1;}
  100% {-webkit-transform:scale(1);opacity: 1;}
}
@-moz-keyframes fadeIn {
  0% {-moz-transform:scale(0.8);opacity: 0;}
  40% {-moz-transform:scale(1.05);opacity: 1;}
  100% {-moz-transform:scale(1);opacity: 1;}
}
@keyframes fadeIn {
  0% {transform:scale(0.8);opacity: 0;}
  40% {transform:scale(1.05);opacity: 1;}
  100% {transform:scale(1);opacity: 1;}
}
#notice.close {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}
#notice .title {
  text-align: center;
  margin: 0 0 20px;
}
#notice h1 {
  font-size: 19px;
  text-align: center;
  line-height: 1.8;
  color: #250000;
  display: inline;
}
#notice h1 img {
  vertical-align: baseline;
}
#notice .about {
  position: relative;
}
#notice .about ,
#notice .about dt {
  display: inline-block;
  margin: 0;
}
#notice .about dt {
  color: #F63;
  border: 1px solid #F63;
  border-radius: 30px;
  padding: 5px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
#notice .about dt:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e60d";
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
#notice .about dd {
  position: absolute;
  width: 240px;
  top: 20px;
  right: -10px;
  background: #FFF;
  color: #250000;
  display: none;
  z-index: 5;
  border: 1px solid #F63;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 1.8;
}
#notice .about dd:before,
#notice .about dd:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F63 transparent;
  position: absolute;
  top: -10px;
  right: 50px;
}
#notice .about dd:after {
  top: -9px;
  border-color: transparent transparent #FFF transparent;
}
@-webkit-keyframes hoverSpread {
  0% {-webkit-transform:scale(0.8);opacity: 0.4;top:20px;}
  40% {-webkit-transform:scale(1);opacity: 1;top:50px;}
  100% {-webkit-transform:scale(1);opacity: 1;top:40px;}
}
@-moz-keyframes hoverSpread {
  0% {-moz-transform:scale(0.8);opacity: 0.4;top:20px;}
  40% {-moz-transform:scale(1);opacity: 1;top:50px;}
  100% {-moz-transform:scale(1);opacity: 1;top:40px;}
}
@keyframes hoverSpread {
  0% {transform:scale(0.8);opacity: 0.4;top:20px;}
  40% {transform:scale(1);opacity: 1;top:50px;}
  100% {transform:scale(1);opacity: 1;top:40px;}
}
#notice .about dt:hover {
  background: #F63;
  color: #FFF;
}
#notice .about dt:hover + dd {
  display: block;
  -webkit-animation: hoverSpread 1 0.6s;
  -moz-animation: hoverSpread 1 0.6s;
  animation: hoverSpread 1 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  top: 40px;
  box-shadow: 2px 5px 2px rgba(0,0,0,0.03), -2px 5px 2px rgba(0,0,0,0.03);
}
#notice #attention {
  background: #FBF6EC url(../images/bg_checkedline.gif) repeat-x;
  padding: 24px 20px 10px;
}
#notice #attention .scope {
  position: relative;
  padding: 0 0 10px 9em;
  border-bottom: 1px solid #D8C6C1;
  margin-bottom: 10px;
}
#notice #attention .scope h1 {
  background: #9D7163;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 30px;
  height: 30px;
  padding: 0 5px 0 10px;
  margin: 0 20px 0 0;
  position: absolute;
  left: 0;
}
#notice #attention .scope h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 7px;
  border-color: transparent transparent transparent #9D7163;
  position: absolute;
  top: 0;
  right: -7px;
}
#notice #attention .scope p {
  line-height: 1.4;
  margin: 0 0 10px;
}
#notice #attention .scope p.note {
  font-size: 12px;
  color: #666;
}
#notice #attention .scope p.note em {
  font-weight: normal;
  color: #C00;
}
#notice #attention .scope p.note .shopList {
  font-size: 10px;
}
#notice #attention .scope_caution {
  margin: 20px 0;
  padding: 10px 4px;
  display: block;
  text-align: center;
  color: #C00;
  font-size: 18px;
  border: 2px solid #C00;
}
/* #notice #attention .caution {
} */
#notice #attention .caution h1,
#notice #attention .caution p {
  font-size: 12px !important;
  line-height: 1.5;
  color: #C00;
  margin: 0 0 10px;
}
#notice #attention .caution h1 {
  margin: 0 0 5px;
}
#notice .start {
  height: 100px;
  width: 100%;
  display: table;
  margin: 0;
  position: relative;
}
#notice .start a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #FFB400;
  color: #250004;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#notice .start a:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: '\e60a';
  display: inline-block;
  line-height: 28px;
  width: 28px;
  height: 28x;
  border: 1px solid #FFF;
  border-radius: 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  color: #250000;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -15px 0 0;
  letter-spacing: 0;
}
#notice .start a:hover {
  background: #FECA4C;
}
#notice .close_btn {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #FFB300;
  border-radius: 50%;
}
#notice .close_btn::before,
#notice .close_btn::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #250000;
  top: 13px;
  right: 0;
  left: 0;
  margin: auto;
}
#notice .close_btn::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#notice .close_btn::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  #notice {
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px;
    width: 86%;
    background: #fff;
  }
  #notice h1 {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  #notice h1 img {
    display: block;
    margin: 10px auto;
  }
  #notice h1 br {
    display: none;
  }
  #notice #attention {
    padding: 15px 5px;
  }
  #notice #attention .scope {
    padding: 40px 0 10px;
  }
  #notice #attention .scope h1 {
  top: 0;
  }
}


/* list
------------------------------------------------------------*/
.list #wrapper {
  overflow: hidden;
  height: auto;
}
#contents div.caution h2 {
  font-size: 14px;
  color: #C00;
  margin: 0 0 15px;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .list #contents div.caution h2 {
    width: 94%;
    margin: 0 auto 5px;
  }
  .list #contents div.caution p {
    padding: 5px;
    border: 1px dotted #D8C6C1;
    width: 92%;
    height: 120px;
    overflow-y: scroll;
    margin: 0 auto 2rem;
    background: rgba(255, 255, 255, .7);
  }
}
#contents #listContainer {
  padding-top: 110px;
}
@media print {
  #contents #listContainer {
    padding-top: 0;
  }
}
#contents #listContainer section {
  margin-top: -60px;
  padding-top: 140px;
  /zoom: 1;
}
#contents #listContainer h1 {
  color: #FFF;
  padding: 5px 10px;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin: 0;
}
#contents #listContainer h1:before {
  font-family: 'tabelicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 32px;
  vertical-align: middle;
  line-height: 32px;
  margin: 0 5px 0 0;
}
#contents #listContainer .legend {
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}
#contents #listContainer table {
  background: #FFF;
  border-top: 1px solid #D8C6C1;
  position: relative;
}
#contents #listContainer thead th {
  border-bottom: 2px solid;
}
#contents #listContainer th,
#contents #listContainer td {
  padding: 5px;
  font-weight: normal;
  line-height: 1.6;
  border: none;
  text-align: center;
  vertical-align: middle;
}
#contents #listContainer thead .allergen,
#contents #listContainer thead .name,
#contents #listContainer tbody .name {
  border-right: 3px double #D8C6C1;
  width: 250px;
}
#contents #listContainer thead .allergen {
  text-align: right;
  vertical-align: top;
}
#contents #listContainer thead .name {
  vertical-align: bottom;
}
#contents #listContainer .name {
  text-align: left;
}
#contents #listContainer tbody th {
  width: 250px;
  word-wrap: break-word;
}
#contents #listContainer tbody th,
#contents #listContainer tbody td {
  border-bottom: 1px solid #D8C6C1;
}
#contents #listContainer th.ingredient,
#contents #listContainer tbody td {
  width: 16px;
}
#contents #listContainer .ingredient {
  line-height: 1.1;
  width: 1em;
  word-break: break-all;
  vertical-align: top;
}
#contents #listContainer .ingredient span {
  display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  margin-left: -3px;
}
#contents #listContainer thead {
  transition: opacity 0.4s 0s ease;
  -webkit-transition: opacity 0.4s 0s ease;
  -moz-transition: opacity 0.4s 0s ease;
}
#contents #listContainer thead.clone {
  position: absolute;
  top: 1px;
  bottom: auto;
  width: 1000px;
  display: table;
  opacity: 0;
  -moz-opacity: 0;
}
.ie9 #contents #listContainer thead.clone {
  display: none;
}
#contents #listContainer thead.clone.fixed {
  position: fixed;
  top: 90px;
  bottom: auto;
  opacity: 1;
  -moz-opacity: 1;
}
.ie9 #contents #listContainer thead.clone.fixed {
  display: table;
}
@media only screen and (max-width: 1024px) {
  #contents #listContainer thead.clone,
  #contents #listContainer thead.clone.fixed {
    display: none;
  }
}
#contents #listContainer thead.clone.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  display: table;
  visibility: hidden;
}
#contents #listContainer thead th.ingredient {
  padding-top: 30px;
  position: relative;
}
#contents #listContainer thead th.ingredient img {
  width: 20px;
  height: auto;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}
#contents #listContainer #kids thead th,
#contents #listContainer #kids td.odd {
  background: #FBF6FA;
}
#contents #listContainer #kids thead th {
  border-bottom-color: #C880BD;
}
#contents #listContainer #kids thead th.even {
  background: #F7EDF5;
}
#contents #listContainer #hamburg thead th,
#contents #listContainer #hamburg td.odd {
  background: #FCF5F4;
}
#contents #listContainer #hamburg thead th {
  border-bottom-color: #A33324;
}
#contents #listContainer #hamburg thead th.even {
  background: #F9EBE9;
}
#contents #listContainer #popular thead th,
#contents #listContainer #popular td.odd {
  background: #FDF7F1;
}
#contents #listContainer #popular thead th {
  border-bottom-color: #E5973C;
}
#contents #listContainer #popular thead th.even {
  background: #FBEFE4;
}
#contents #listContainer #lunch thead th,
#contents #listContainer #lunch td.odd {
  background: #FCF4F0;
}
#contents #listContainer #lunch thead th {
  border-bottom-color: #DD6629;
}
#contents #listContainer #lunch thead th.even {
  background: #F9E9E2;
}
#contents #listContainer #morning thead th,
#contents #listContainer #morning td.odd {
  background: #F2F9FB;
}
#contents #listContainer #morning thead th {
  border-bottom-color: #0099CC;
}
#contents #listContainer #morning thead th.even {
  background: #E6F3F7;
}
#contents #listContainer #dessert thead th,
#contents #listContainer #dessert td.odd {
  background: #F3F9F8;
}
#contents #listContainer #dessert thead th {
  border-bottom-color: #60AEA2;
}
#contents #listContainer #dessert thead th.even {
  background: #E8F3F1;
}
#contents #listContainer #drink thead th,
#contents #listContainer #drink td.odd {
  background: #F4F4FA;
}
#contents #listContainer #drink thead th {
  border-bottom-color: #6968BD;
}
#contents #listContainer #drink thead th.even {
  background: #E9E9F5;
}
#contents #listContainer #fair thead th,
#contents #listContainer #fair td.odd {
  background: #FEFBF3;
}
#contents #listContainer #fair thead th {
  border-bottom-color: #E3BA4A;
}
#contents #listContainer #fair thead th.even {
  background: #FCF4DB;
}
#contents #listContainer #meat thead th,
#contents #listContainer #meat td.odd {
  background: #FAF7F3;
}
#contents #listContainer #meat thead th {
  border-bottom-color: #A25E24;
}
#contents #listContainer #meat thead th.even {
  background: #F1E7DE;
}
#contents #listContainer #spaghetti thead th,
#contents #listContainer #spaghetti td.odd {
  background: #FCF9F9;
}
#contents #listContainer #spaghetti thead th {
  border-bottom-color: #C88080;
}
#contents #listContainer #spaghetti thead th.even {
  background: #F7ECEC;
}
#contents #listContainer #japanese thead th,
#contents #listContainer #japanese td.odd {
  background: #F7F8FB;
}
#contents #listContainer #japanese thead th {
  border-bottom-color: #6D78B4;
}
#contents #listContainer #japanese thead th.even {
  background: #E9EBF4;
}
#contents #listContainer #rice thead th,
#contents #listContainer #rice td.odd {
  background: #F9FCFE;
}
#contents #listContainer #rice thead th {
  border-bottom-color: #89BCE2;
}
#contents #listContainer #rice thead th.even {
  background: #EDF5FB;
}
#contents #listContainer #salad thead th,
#contents #listContainer #salad td.odd {
  background: #FCFDF7;
}
#contents #listContainer #salad thead th {
  border-bottom-color: #B7CB65;
}
#contents #listContainer #salad thead th.even {
  background: #F4F7E8;
}
#contents #listContainer #pizza thead th,
#contents #listContainer #pizza td.odd {
  background: #FFF9F9;
}
#contents #listContainer #pizza thead th {
  border-bottom-color: #F88484;
}
#contents #listContainer #pizza thead th.even {
  background: #FEEDED;
}
#contents #listContainer #side thead th,
#contents #listContainer #side td.odd {
  background: #F8FBF2;
}
#contents #listContainer #side thead th {
  border-bottom-color: #70AC12;
}
#contents #listContainer #side thead th.even {
  background: #EAF3DB;
}
#contents #listContainer .allergen {
  position: relative;
}
#contents #listContainer thead .menu {
  position: absolute;
  bottom: 2px;
  left: 5px;
  display: inline-block;
  width: 100px;
  text-align: left;
}
#contents #listContainer tbody td.no_menu {
  padding: 24px;
}

@media print {
  #contents #listContainer h1,
  #contents #listContainer h1:before {
    background: transparent !important;
    padding: 0;
  }
  #contents #listContainer h1 {
    border-bottom: 4px solid;
  }
  #contents #listContainer #kids h1,
  #contents #listContainer #kids h1:before {
    color: #C880BD;
    border-bottom-color: #C880BD;
  }
  #contents #listContainer #hamburg h1,
  #contents #listContainer #hamburg h1:before {
    color: #A33324;
    border-bottom-color: #A33324;
  }
  #contents #listContainer #popular h1,
  #contents #listContainer #popular h1:before {
    color: #E5973C;
    border-bottom-color: #E5973C;
  }
  #contents #listContainer #lunch h1,
  #content #listContainers #lunch h1:before {
    color: #DD6629;
    border-bottom-color: #DD6629;
  }
  #contents #listContainer #morning h1,
  #contents #listContainer #morning h1:before {
    color: #0099CC;
    border-bottom-color: #0099CC;
  }
  #content #listContainers #dessert h1,
  #contents #listContainer #dessert h1:before {
    color: #60AEA2;
    border-bottom-color: #60AEA2;
  }
  #contents #listContainer #drink h1,
  #contents #listContainer #drink h1:before {
    color: #6968BD;
    border-bottom-color: #6968BD;
  }
  #contents #listContainer #fair h1,
  #contents #listContainer #fair h1:before {
    color: #E3BA4A;
    border-bottom-color: #E3BA4A;
  }
  #contents #listContainer #meat h1,
  #contents #listContainer #meat h1:before {
    color: #A25E24;
    border-bottom-color: #A25E24;
  }
  #contents #listContainer #spaghetti h1,
  #contents #listContainer #spaghetti h1:before {
    color: #C88080;
    border-bottom-color: #C88080;
  }
  #contents #listContainer #japanese h1,
  #contents #listContainer #japanese h1:before {
    color: #6D78B4;
    border-bottom-color: #6D78B4;
  }
  #contents #listContainer #rice h1,
  #contents #listContainer #rice h1:before {
    color: #89BCE2;
    border-bottom-color: #89BCE2;
  }
  #contents #listContainer #salad h1,
  #contents #listContainer #salad h1:before {
    color: #B7CB65;
    border-bottom-color: #B7CB65;
  }
  #contents #listContainer #pizza h1,
  #contents #listContainer #pizza h1:before {
    color: #F88484;
    border-bottom-color: #F88484;
  }
  #contents #listContainer #side h1,
  #contents #listContainer #side h1:before {
    color: #70AC12;
    border-bottom-color: #70AC12;
  }
  #contents #listContainer table {
    border-top: 1px solid #503331 !important;
    border-right: 1px solid #503331;
    border-left: 1px solid #503331;
    border-collapse: separate;
    border-spacing: 0;
  }
  #contents #listContainer thead {
    background: none !important;
    border: none;
    position: relative !important;
    display: table-header-group;
  }
  #contents #listContainer thead.clone {
    display: none !important;
    position: relative !important;
  }
  #contents #listContainer thead th {
    border-bottom: 1px solid #503331 !important;
  }
  #contents #listContainer thead th,
  #contents #listContainer tbody td {
    padding: 5px 0;
    border-bottom: 1px solid #503331 !important;
    border-left: 1px solid #503331 !important;
    background: none !important;
  }
  #contents #listContainer thead th.allergen + th,
  #contents #listContainer tbody th + td {
    border-left: none !important;
  }
  #contents #listContainer thead .allergen {
    border-left: none !important;
    border-bottom: none !important;
  }
  #contents #listContainer thead .name {
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid #503331 !important;
  }
  #contents #listContainer thead .allergen,
  #contents #listContainer thead .name,
  #contents #listContainer tbody .name {
    border-right: 3px double #503331 !important;
  }
  #contents #listContainer tbody .name {
    border-bottom: 1px solid #503331 !important;
  }
  #contents #listContainer th.ingredient,
  #contents #listContainer tbody td {
    width: 14px;
  }
  #contents #listContainer thead .allergen,
  #contents #listContainer thead .name,
  #contents #listContainer tbody .name {
    width: 180px;
  }
}

* {
    -webkit-overflow-scrolling : auto;}

@media only screen and (max-width: 1024px) {
  #contents #listContainer {
    padding: 0;
  }
  #contents #listContainer.fixed {
    padding-top: 130px;
  }
  #contents #listContainer h1 {
    width: 94%;
    margin: auto;
  }
  #contents #listContainer .legend {
    width: 94%;
    margin: auto;
  }

  #contents #listContainer .table_wrap {
    width: 90%;
    /* max-height: calc(100vh - 250px); */
    overflow-x: scroll;
    margin: 0 auto 20px;
    border-left: 1px solid #D8C6C1;
    border-right: 1px solid #D8C6C1;
    -webkit-overflow-scrolling : auto;
  }
  #contents #listContainer table {
    width: 1000px;
    font-size: 12px;
    margin: 0 auto;
    max-height: calc(100vh - 250x);
    -webkit-overflow-scrolling : auto;
  }
  #contents #listContainer thead th.ingredient {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #contents #listContainer thead .allergen {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100px;
    height: 50px;
  }
  #contents #listContainer tbody .name {
    border-right: 3px double #D8C6C1;
    width: 100px;
    background: #fff;
    word-wrap: normal;
    position: sticky;
    z-index: 2;
    left: 0;
  }
  #contents #listContainer thead .allergen::before,
  #contents #listContainer .ingredient::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  }
  #contents #listContainer thead .allergen::before,
  #contents #listContainer .ingredient::before {
    border: 1px solid #D8C6C1;
  }
  #contents #listContainer thead .allergen::before {
    border-right: 2px solid #D8C6C1;
  }
  #contents #listContainer .ingredient span {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #contents #listContainer tbody td.no_menu {
    text-align: left;
  }
}