.main_image {
  margin-bottom: -5%;
}
.main_image img {
  position: relative;
  z-index: 2;
}

.back1 {
  background-size: 90%;
}

.back1::after {
  background-size: 100%;
  bottom: -5%;
}

@media screen and (max-width: 834px) {
  .back2 {
    padding-top: 160px;
  }
}
.back2::after {
  content: none;
}

@media screen and (max-width: 834px) {
  .back3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.back3::before {
  content: "";
  background-size: 100%;
  background-image: url(../images/home/wave3.png);
  background-repeat: no-repeat;
  background-position: top 0 center;
  display: block;
  width: 100%;
  height: 131px;
  position: absolute;
  top: -2.2vw;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.back3::after {
  content: "";
  background-size: 100%;
  background-image: url(../images/home/wave4.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  display: block;
  width: 100%;
  height: 131px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.back4::after {
  content: none;
}

.main_image img {
  display: block;
}

.title_03 h3 {
  font-size: 2.4rem;
  color: #ee9136;
}

#main .dinner-menu_01 {
  background-color: rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 {
    padding: 28px;
  }
}
#main .dinner-menu_01 .set-ttl {
  border-bottom: 1px dotted #ccc;
}
#main .dinner-menu_01 .set-ttl dl {
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 8px;
}
#main .dinner-menu_01 .set-ttl dt, #main .dinner-menu_01 .set-ttl dd {
  padding: 0 8px;
  background-color: transparent;
  border: none;
}
#main .dinner-menu_01 .set-ttl dt {
  font-size: 2rem;
}
#main .dinner-menu_01 .set-ttl dd {
  color: #ee9136;
}
#main .dinner-menu_01 .set {
  width: 100%;
  justify-content: center;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set {
    max-width: 640px;
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set {
    width: 100%;
  }
}
#main .dinner-menu_01 .set .box {
  width: calc((100% - 120px) / 6);
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set .box {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set .box {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}
#main .dinner-menu_01 .set .box:last-child, #main .dinner-menu_01 .set .box:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set .box:nth-child(3n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set .box:nth-child(2n) {
    margin-right: 0;
  }
}
#main .dinner-menu_01 .set .box .image {
  background-color: #ee9136;
  border-radius: 50%;
  width: 120px;
  padding-bottom: 120px;
  position: relative;
  margin: 0 auto 8px;
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set .box .image {
    width: 80px;
    padding-bottom: 80px;
  }
}
#main .dinner-menu_01 .set .box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set.set-4 {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set.set-4 .box {
    width: calc((100% - 72px) / 2);
  }
  #main .dinner-menu_01 .set.set-4 .box:nth-child(3n) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #main .dinner-menu_01 .set.set-4 .box:nth-child(3n) {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  #main .dinner-menu_01 .set.set-4 .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_01 .set.set-4 .box {
    width: calc((100% - 16px) / 2);
  }
}

span.price {
  color: #ee9136;
  padding: 8px 0 16px;
  display: inline-block;
}

.pan {
  letter-spacing: 0.01em;
}

#main .dinner-menu_02 dl {
  border-radius: 12px;
  margin-top: 12px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_02 dl {
    flex-direction: column;
  }
}
#main .dinner-menu_02 dl:first-child {
  margin-top: 0;
}
#main .dinner-menu_02 dl dt, #main .dinner-menu_02 dl dd {
  border: none;
  padding: 16px;
}
@media screen and (max-width: 834px) {
  #main .dinner-menu_02 dl dt, #main .dinner-menu_02 dl dd {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 640px) {
  #main .dinner-menu_02 dl dt, #main .dinner-menu_02 dl dd {
    width: 100%;
  }
}
#main .dinner-menu_02 dl dt {
  background-color: #ee9136;
  color: #fff;
  align-items: center;
}
#main .dinner-menu_02 dl dd {
  background-color: rgba(255, 255, 255, 0.64);
}

.dinner-menu_03 {
  margin-bottom: -8px;
}
.dinner-menu_03 .box {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 8px;
  border-radius: 4px;
}/*# sourceMappingURL=common_style_02.css.map */