@charset "UTF-8";
.tel_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  margin-top: 30px;
  background-color: #412404;
  color: #fff;
  text-align: center;
  padding: 22px 40px;
}
.tel_box p {
  font-size: 18px;
}
.tel_box p a {
  font-size: 24px;
  color: #fff;
}

.menu_box {
  font-size: 18px;
}
.menu_box ul.menu_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.menu_box ul.menu_list li {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_box ul.menu_list li span {
  display: block;
}
.menu_box ul.menu_list li span.m_name::before {
  content: "・";
}
.menu_box p.menu_other {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .tel_box {
    width: 300px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
    padding: 22px 5px;
  }
  .tel_box p {
    font-size: 16px;
  }
  .tel_box p a {
    font-size: 22px;
  }
  .menu_box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  .menu_box ul.menu_list {
    margin-top: 30px;
    display: block;
  }
  .menu_box ul.menu_list li {
    width: auto;
  }
  .menu_box ul.menu_list li + li {
    margin-top: 8px;
  }
  .menu_box p.menu_other {
    margin-top: 30px;
  }
}/*# sourceMappingURL=restaurant.css.map */