/*メニューページ用*/

.hr_style2 {
    height: 3px;
    background: linear-gradient(to right, white, #222);
    border: none;
}

.card {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 2px 5px #ccc;*/
}
.card-img {
  border-radius: 0 0 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1;
}

.card_sub {
  width: 90%;
  background: #fff;
  border-radius: 0px;
}

div.food-menu-top{
  font-size: 14px;
}

div.food-menu {
   margin: 10px 0 0 10px;
   font-size: 14px;
}

ul.food-menu{
  list-style-type: none!important;/*ポチ消す*/
}

ul.food-menu li::before{
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:0.5em;
  height: 0.5em;
  background: rgb(175, 175, 175);
  border-radius: 50%;
  margin-right: 8px;
}

img.top-message
{
  max-width: 50%;
  height: auto;
  margin-right: 10px;
}

img.site-title
{
  max-height: 150px;
  margin-top: 10px;
}