html{
  font-size: 62.5% !important;
  -webkit-tap-highlight-color: initial;
}
body, .global-footer,
.global-footer p.top{
  font-size: 1.4rem !important;
}
th{
  font-size: 1.3rem;
  font-weight: bold !important;
}
td{
  font-size: 1.3rem;
}
#top_index{
  overflow: hidden;
}

/* HOME拠点情報 */
.shopInfo h2{
  padding: 10px !important;
  background-image: none !important;
  background-color: #1a1a1a;
  line-height: 1.0 !important;
  height: auto !important;
}

/* ヘッダ領域 */
.logo{
  height: initial !important;
  width: initial !important;
}
.global-header button{
  color: #a0a0a0;
}
.right{
  margin: 10px 10px auto auto !important;
  line-height: 1.0 !important;
}

/* アコーディオンメニュー */
#accordion{
  background-size: 100% 100% !important;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5) !important;
}
#accordion > li{
  border: none !important;
}
#accordion li a{
  padding: 1.5rem 20px !important;
  border-top: none !important;
  border-bottom: 1px solid #cccccc !important;
  text-shadow: none !important;
}
#accordion > li a:before{
  text-shadow: none !important;
}
#accordion > li:first-child > a{
  border-bottom: none !important;
  color: #ffffff !important;
}

/* 目次 */
#toc_title{
  display: flex;
  align-items: center;
}
#toc_title:before,
#toc_title:after{
  border-top: 1px solid #cccccc;
  content: "";
  flex-grow: 1;
}
#toc_title:before{
  margin-right: 0.5rem;
}
#toc_title:after{
  margin-left: 0.5rem;
}
#toc ol, #toc ol li{
  margin: 5px 0 5px 15px;
  padding: 0;
}

/* 大メニュー */
.menuArea h2{
  margin: 0 !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border: none !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 1.5rem;
}
p#menu{
  padding: 0 0 0 15px !important;
}

/* 中メニュー */
.menuArea h3{
  margin: 0 0 5px 0 !important;
  padding: 0 0 0 15px !important;
  height: 40px;
  line-height: 40px !important;
  background: #f2f2ee;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}

/* 箇条書き */
.menu_dai_comment ul,
.menu_tyuu_comment ul,
#shop_description ul{
  margin: 10px 0 10px 20px !important;
}
.menu_dai_comment li,
.menu_tyuu_comment li,
#shop_description li{
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}

/* bxslider */
.bx-wrapper{
  margin: initial !important;
}
.bx-viewport{
  left: initial !important;
  border: initial !important;
  box-shadow: initial !important;
}
.menu_dai_comment ul#bxslider,
#shop_description ul#bxslider{
  margin: initial !important;
}

/* Workaround for Bootstrap */
/* http://stackoverflow.com/questions/21943108/bootstrap-3-img-responsive-images-are-not-responsive-inside-fieldset-in-firefox */
.img-responsive{
  width: 100%;
}