@charset "utf-8";
/*お品書き*/
.menubox {
  width: 100%;
  background-image: url(../img/menu.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 3em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0.5em;
}
.menubox_intro {
  position: relative;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  color: #42210B;
  font-size: 3.3em;
  letter-spacing: 0.3em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.menubox_intro img {
  position: absolute;
  left: 0;
  top: 0;
}
.menubox_intro_t {
  color: #42210B;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.35em;
  font-weight: 400;
}
.menubox_content {
  margin-top: 1em;
 /* margin-bottom: 2em;*/
    display: flex;
    justify-content: space-between
}
.top-3 {
  margin-bottom: -0.8em;
}
.menubox_content_items {
  width: 47%;
}
.menubox_content h1 {
  position: relative;
  padding: 0.8em 0;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  color: #42210B;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.menubox_content h1::before, .menubox_content h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.menubox_content h1::before {
  top: 0;
  border-top: 2px solid #42210B;
  border-bottom: 1px solid #42210B;
}
.menubox_content h1::after {
  bottom: 0;
  border-top: 1px solid #42210B;
  border-bottom: 2px solid #42210B;
}
.menubox_content_figure {
  position: relative;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.menubox_content_figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.menubox_content_figure_t {
  position: absolute;
  width: 100%;
  color: white;
  text-align: right;
  z-index: 1;
  background-color: rgba(181, 150, 100, 0.7);
  padding: 0.7em;
  bottom: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.menubox_content table {
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 2em;
}
.menubox_content table th {
  text-align: left;
  color: #42210B;
  font-weight: 300;
  padding: 0.5em 0;
  line-height: 1.6em;
}
.menubox_content table td {
  text-align: right;
  color: #D81C16;
  font-weight: 400;
  line-height: 1.4em;
  padding-bottom: 0.7em;
}
.menubox_content table tr {
  border-bottom: 2px dotted #42210B;
}
.menubox_content ul {
  list-style: none;
  margin-left: 20px;
}
.menubox_content li {
  line-height: 1.4em;
  list-style: none;
  margin-top: 10px;
  font-weight: 300;
  width: 100%;
}
.repletion {
  text-align: right;
  color: #42210B;
  font-size: 0.9em;
  margin-top: -1.2em;
  margin-bottom: 2em;
  letter-spacing: 0em;
  font-weight: 400;
}
.menubox_content_li_s {
  font-size: 0.8em;
  font-weight: 600;
  margin-right: 5px;
}
.menubox_content_li_s2 {
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0;
  font-family: source-han-serif-japanese, serif;
}

.menubox_com {
  margin-top: 1em;
  color: #42210B;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.menubox_com2 {
  /*margin-top: 1em;*/
  margin-bottom: 2em;
  color: #42210B;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.menubox_content_img{
   width: 100%;
    margin-bottom: 1em;
    display: block;
}
.menubox_content_img img{
   width: 100%;
   height: auto;
   display: block;
    
}
@media screen and (max-width:1024px) {
  .menubox_intro {
    font-size: 2.6em;
    letter-spacing: 0.2em;
    padding-bottom: 0.7em;
  }
  .menubox_intro img {
    width: 33%;
    height: auto;
  }
  .menubox_content table {
    width: 100%;
    font-size: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width:768px) {
  .menubox_content {
    margin-top: 2em;
    flex-wrap: wrap;
      display: block
  }
  .menubox_content_items {
    width: 100%;
  }
 
}
@media screen and (max-width:480px) {
  .menubox {
    padding: 2em 0 1em 0;
  }
  .menubox_content {
    margin-top: 1em;
  }
  .menubox_intro {
    font-size: 2em;
  }
  .menubox_intro img {
    width: 30%;
  }
}
@media screen and (max-width:380px) {
  .menubox {
    padding: 1.5em 0;
  }
  .menubox_intro {
    font-size: 1.6em;
    padding-bottom: 1em;
  }
  .menubox_intro img {
    display: none;
  }
  .menubox_intro_t {
    color: #42210B;
    font-size: 0.5em;
  }
  .menubox_content h1 {
    padding: 0.8em 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  .menubox_content table {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 1.5em;
  }
  .menubox_content table th {
    font-weight: 600;
  }
  .menubox_content table td {
    font-weight: 600;
    width: 60px;
  }
  .menubox_content_s {
    font-size: 0.8em;
    font-weight: 400;
  }
  .menubox_content_figure_t {
    padding: 0.5em;
    font-size: 0.9em;
  }
  .menubox_content li {
    line-height: 1.5em;
    margin-top: 5px;
    font-weight: 600;
  }
  .menubox_content table td {
    width: 100px;
  }
  .menubox_com {
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
  .menubox_com2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}