body {
  color: #fff;
  background-color:rgba(0, 0, 0, 0.897);
  opacity: 0.9;
  font-family: serif;
}

/* -----------------------------------------------------------top------------------------------------------------------------- */
.menu-boxbackground {
  width: 100%;
  height: 1000px;
  background: url("./img/menu-top.webp");
  background-size: cover;
  background-attachment: fixed;
}

.container_anim {
  height: 600px;
}

.menu-title {
  margin: 50px 60px 20px 0;
  writing-mode: vertical-rl;
  font-size: 35px;
  position: absolute;
  top: 30%;
  left: 51%;
  transform: translate(-50%);
  letter-spacing: 5px;
}

.food-message {
  text-shadow: 3px 3px 5px #808080;
}

.breadcrumb-002 {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 1em;
}

.breadcrumb-002 li {
  display: flex;
  align-items: center;
}

.breadcrumb-002 li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M11.7%207.5%204%2013.8v6.8c0%20.4.3.7.7.7h4.7c.4%200%20.7-.3.7-.7v-4c0-.4.3-.7.7-.7h2.7c.4%200%20.7.3.7.7v4c0%20.4.3.7.7.7h4.7c.4%200%20.7-.3.7-.7v-6.8l-7.7-6.3h-.9zm12.1%204.4L20.3%209V3.2c0-.3-.2-.5-.5-.5h-2.3c-.3%200-.5.2-.5.5v2.9L13.3%203c-.7-.6-1.8-.6-2.5%200L.2%2011.8c-.2.2-.3.5-.1.7l1.1%201.3c.2.2.5.2.7.1l9.8-8.1h.6l9.8%208.1c.2.2.5.1.7-.1l1.1-1.3c.2-.2.1-.5-.1-.6z%22%20style%3D%22fill%3A%23ffffff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}

.breadcrumb-002 li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  color: #ffffff;
  content: '/';
}

.breadcrumb-002 a {
  color: #fff;
  text-decoration: none;
}

.food-text span {
  letter-spacing: 2px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}

.food-text span {
  letter-spacing: 2px;
  text-shadow:  2px  2px 10px #777 ,
  -2px  2px 10px #777 ,
   2px -2px 10px #777 ,
  -2px -2px 10px #777;

}

.food-message {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
/* ----------------------------------------------------------------料理------------------------------------------------------------ */
.heading-001 {
  padding: .0em .7em;
  margin-bottom: 8px;
  border-left: 3px solid #fcfcfc;
  text-align: left;
  color: #fff;
  font-weight: 100;
  height: auto;
}

#grid {
  width: 50%;
  text-align: center;
  margin: 100px auto;
  font-size: x-large;
} 

.grid {
  display: grid;
  gap: 20px;
  grid-template-columns:repeat(2,1fr);
  margin:6% auto 50px;
}

.grid2 {
  margin:6% auto 50px;
}

.griditem {
  font-size: 15px;
}

.griditem2 img {
  width: 50%;
}


.griditem2 {
  display: flex;
  font-size: 15px;
}

.griditem2 p {
  width:50%;
  padding: 150px 30px;
  font-size: 20px;
  letter-spacing: 2px;
}

.griditem img {
  width: 100%;
}

.list {
  width: 100%;
  padding-bottom: 50px;
}

.table,th {
  width: 88%;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
}

.table,td {
  width: 12%;
  font-size: 20px;
  font-weight: 100;
  text-align: right;
}

/* ----------------------------------------------------------------------reservation--------------------------------------------------------- */
#reservation {
  width: 100%;
  height: 300px;
  background:#fff;
  color: #333;
}

.reservation {
  padding: 50px 0px;
  text-align: center;
}

.btn-reservation {
  width: 400px;
  margin: 0 auto;
}

.button-049 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto;
  padding: .9em 2em;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 3px #c8a937;
  background-color: #c8a937;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-049::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.footer__list a {
  color: #333;
}

/* ---------------------------------------------------------------mobile-------------------------------------------------------------------------- */
@media (max-width: 500px) {
  .image{
    height: 900px;
  }

  .menu-boxbackground {
    width: 100%;
    height: 1000px;
    background: url("./img/menu-topmobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: none;
  }

  .food-text span {
    font-size: 19px;
  }

  .food-message {
    font-size: 15px;
    text-shadow:  2px  2px 10px #777 ,
    -2px  2px 10px #777 ,
     2px -2px 10px #777 ,
    -2px -2px 10px #777;
  }

  #grid {
    width: 90%;
  } 

  .grid {
    grid-template-columns:repeat(2,1fr);
  }
  
  .griditem {
    font-size: 15px;
  }
  
  .griditem2 img {
    width: 100%;
  }
  
  .griditem2 {
    display: block;
    font-size: 15px;
  }
  
  .griditem2 p {
    width:100%;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  

  .table,th {
    width: 80%;
    font-size: 15px;
  }
  
  .table,td {
    width: 20%;
    font-size: 15px;
  }

  .list {
    font-size: 16px;
  }

  .button-049 {
    width: 250px;
  }

  .btn-reservation {
    width: 250px;
    margin: 0 auto;
  }
  
  

}