/* -----------------------------------------------------------top------------------------------------------------------------- */
.course-boxbackground {
  width: 100%;
  height: 1000px;
  background: url("./img/course-top.webp");
  background-size: cover;
  background-attachment: fixed;
}

.menu-title {
  margin: 50px 60px 20px 0;
  writing-mode: vertical-rl;
  font-size: 35px;
  position: absolute;
  top: 30%;
  left: 51%;
  text-shadow: 1px 2px 3px #808080;
  transform: translate(-50%);
  letter-spacing: 5px;
}

.food-message {
  text-shadow: 3px 3px 5px #808080;
}

.heading-001 {
  margin-bottom: 30px;
  border-left:none;
  border-bottom: 1px solid #222;
}

.group {
  color: #222;
  background: #fff;
  border: 1px solid #fff;
  padding: 30px 40px;
  border-radius: 15px;
  margin-bottom: 80px;
}

.list {
  padding-bottom: 0px;
}

.heading-001 {
  color: #222;
  font-size: 25px;
}

#grid h3 {
  font-size: 25px;
  margin: 20px;
}

.table,th {
    width: 40%;
    text-align: left;
}
  
.table,td {
    width: 60%;
    text-align: left;
}

.btn-reservation {
  width: 400px;
  margin: 0 auto;
}

.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;
}



/* ---------------------------------------------------------------mobile-------------------------------------------------------------------------- */
@media (max-width: 500px) {
.course-boxbackground {
    width: 100%;
    height: 1000px;
    background: url("./img/course-topmobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: none;
}

.heading-001 {
    font-size: 18px;
    border-left: 2px solid #fff;
    margin-bottom: 10px;
}

.food-message {
  font-size: 15px;
  text-shadow:  2px  2px 10px #777 ,
  -2px  2px 10px #777 ,
   2px -2px 10px #777 ,
  -2px -2px 10px #777;
}

#grid h3 {
  font-size: 20px;
  margin: 15px;
}

.btn-reservation {
  width: 250px;
  margin: 0 auto;
}
}
