@charset "UTF-8";
#detail h3 {
  border-bottom: 2px solid #ccc;
  width: 100%;
  font-size: 2.4rem;
  padding: 5px;
}
#detail .item {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  background-color: white;
}
@media (max-width: 480px) {
  #detail .item {
    display: block;
  }
}
#detail .item .item-left {
  width: 40%;
}
@media (max-width: 480px) {
  #detail .item .item-left {
    width: 90%;
    margin: auto;
  }
}
#detail .item .item-left .img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
#detail .item .item-left .img img {
  width: 100%;
}
#detail .item .item-left .img img[src*="item80.jpg"],
#detail .item .item-left .img img[src*="item143.jpg"],
#detail .item .item-left .img img[src*="item144.jpg"],
#detail .item .item-left .img img[src*="item145.jpg"],
#detail .item .item-left .img img[src*="item146.jpg"],
#detail .item .item-left .img img[src*="item147.jpg"],
#detail .item .item-left .img img[src*="item148.jpg"],
#detail .item .item-left .img img[src*="item149.jpg"],
#detail .item .item-left .img img[src*="item150.jpg"],
#detail .item .item-left .img img[src*="item151.jpg"] {
  aspect-ratio: 18/11;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}
#detail .item .item-left .img .spicy-label {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url("/img/spicy.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
#detail .item .item-right {
  width: 55%;
  padding-left: 5%;
}
@media (max-width: 480px) {
  #detail .item .item-right {
    width: 90%;
    margin: auto;
  }
}
#detail .item .item-right ul.sauce {
  display: flex;
  margin: 10px 0 0 0;
}
#detail .item .item-right ul.sauce li {
  margin-right: 10px;
  border-radius: 15px;
  color: white;
  padding: 5px;
}
#detail .item .item-right .description {
  margin: 10px 0 0 0;
  font-size: 1.8rem;
}
#detail .item .item-right ul.ingredient {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: rgb(238, 236, 225);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
#detail .item .item-right ul.ingredient li {
  margin-right: 5px;
  font-size: 1.4rem;
}
#detail .item .item-right ul.ingredient li::after {
  content: "、";
}
#detail .item .item-right ul.ingredient li:last-child::after {
  content: none;
}
#detail .item .item-right ul.cost {
  width: 100%;
  text-align: right;
  margin: 10px 0 0 0;
}
#detail .item .item-right ul.cost li {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px;
}
#detail .item .item-right ul.cost li span.tax {
  font-size: 2rem;
}
#detail .item .item-right ul.cost li span.size {
  font-size: 1.6rem;
  background-color: rgb(238, 29, 35);
  margin-right: 10px;
  color: white;
  padding: 3px 5px 1px 5px;
  border-radius: 5px;
}
#detail .item .item-right ul.cost li.campaign {
  width: 100%;
  text-align: center;
  text-align: right;
  line-height: 1;
  vertical-align: top;
  background-color: rgba(255, 255, 0, 0.267);
  padding: 5px;
  font-size: 1.6rem;
}
#detail .item .item-right ul.cost li.campaign span.campaign-price {
  font-size: 3rem;
  color: rgb(238, 29, 35);
}
#detail .item .item-right ul.cost li.campaign span.size {
  font-size: 2rem;
  padding: 2px 4px;
}
#detail .item .item-right ul.cost li.campaign span.tax {
  font-size: 2rem;
}
#detail .item .item-right ul.cost li.campaign .campaign-display {
  color: rgb(238, 29, 35);
}
#detail ul.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#detail ul.shop li {
  padding: 10px;
  margin: 5px;
  line-height: 1.5;
  border-bottom: 1px solid rgb(196, 196, 196);
  background: white;
  display: flex;
}
#detail ul.shop li .logo {
  width: 40px;
  vertical-align: middle;
  margin: 5px;
}
#detail ul.shop li .name {
  font-size: 1.8rem;
  width: 80px;
}
#detail ul.shop li .tel {
  font-size: 1.8rem;
  font-weight: bold;
}
#detail ul.shop li i {
  margin-right: 5px;
  color: green;
  margin-left: 10px;
}
#detail ul.shop li a.link {
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 400ms 0s ease;
  color: white;
  vertical-align: middle;
  background-color: rgb(100, 100, 100);
  margin-left: 10px;
}
#detail ul.shop li a.link:hover {
  background-color: rgb(184, 184, 184);
}/*# sourceMappingURL=detail.css.map */