#restaurant section#main-visual {
  background-image: url("../img/restaurant/img_restaurant_top_pc.jpg");
}
@media screen and (width <= 768px) {
  #restaurant section#main-visual {
    background-image: url("../img/restaurant/img_restaurant_top_sp.jpg");
  }
}
#restaurant section#read {
  position: relative;
  margin: 60px 0 0;
}
#restaurant section#read::before {
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 600px;
  content: "";
  background-image: url("../img/restaurant/img_restaurant_triangle.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (width <= 768px) {
  #restaurant section#read::before {
    top: -30px;
    width: 450px;
    height: 290px;
    background-image: url("../img/restaurant/img_restaurant_triangle_sp.png");
  }
}
@media screen and (width <= 768px) {
  #restaurant section#read {
    margin: 30px 0% 0;
  }
}
#restaurant section#read .inner-1020 .image-wrapper {
  position: relative;
}
#restaurant section#read .inner-1020 .image-wrapper::before {
  position: absolute;
  right: -10px;
  width: 180px;
  height: 60px;
  content: "";
  background-image: url("../img/restaurant/icon_new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #restaurant section#read .inner-1020 .image-wrapper::before {
    width: 100px;
    height: 30px;
  }
}
#restaurant section#read .inner-1020 h2 {
  position: relative;
  margin: 80px 0 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#restaurant section#read .inner-1020 h2::before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90px;
  height: 90px;
  content: "";
  background-image: url("../img/restaurant/icon_restaurant_cup.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #restaurant section#read .inner-1020 h2::before {
    top: 0;
    left: 5%;
    width: 60px;
    height: 60px;
  }
}
#restaurant section#read .inner-1020 h2::after {
  position: absolute;
  top: 140px;
  right: 5%;
  width: 90px;
  height: 90px;
  content: "";
  background-image: url("../img/restaurant/icon_restaurant_burger.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #restaurant section#read .inner-1020 h2::after {
    top: 250px;
    right: 5%;
    width: 60px;
    height: 60px;
  }
}
@media screen and (width <= 768px) {
  #restaurant section#read .inner-1020 h2 {
    margin: 30px 0 0;
    font-size: 15px;
  }
}
#restaurant section#read .inner-1020 p.description {
  margin: 60px 0 0;
  line-height: 2;
  text-align: center;
}
@media screen and (width <= 768px) {
  #restaurant section#read .inner-1020 p.description {
    margin: 30px 0 0;
  }
}
#restaurant section#read .time-table {
  padding: 60px 50px;
  margin: 80px 0 0;
  background-color: var(--color-orange);
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table {
    padding: 40px 0 60px;
  }
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table h3 {
    font-size: 15px;
  }
}
#restaurant section#read .time-table h4 {
  margin: 20px 0 0;
  color: #dc4f03;
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table h4 {
    margin: 10px 0 0;
    font-size: 13px;
  }
}
#restaurant section#read .time-table ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table ul {
    gap: 8px;
    margin: 10px 0 0;
  }
}
#restaurant section#read .time-table ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#restaurant section#read .time-table ul li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 60px;
  content: "";
  background-image: url("../img/common/img_arrow_label_or_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table ul li::before {
    left: 36%;
    width: 60px;
    height: 35px;
    background-image: url("../img/common/img_arrow_label_or_sp.svg");
  }
}
#restaurant section#read .time-table ul li p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  white-space: nowrap;
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table ul li p {
    height: 35px;
    padding: 0 0 0 10px;
    font-size: 13px;
  }
}
#restaurant section#read .time-table ul li p.left {
  width: 49%;
  background-color: #eead8a;
  border-right: none;
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table ul li p.left {
    width: 35%;
  }
}
#restaurant section#read .time-table ul li p.right {
  justify-content: center;
  width: 51%;
  background-color: var(--color-white);
  border-left: none;
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table ul li p.right {
    width: 65%;
  }
}
#restaurant section#read .time-table p.note {
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table p.note {
    margin: 10px 0 0;
  }
}
#restaurant section#read .time-table .btn-wrapper {
  margin: 40px 0 0;
}
#restaurant section#read .time-table .btn-wrapper a.btn-push {
  width: 232px;
  height: 74px;
  margin: 0 auto;
  background-color: #dc4f03;
  box-shadow: 10px 10px 0 0 #fff6b3, 10px 10px 0 1px var(--color-black);
}
@media screen and (width <= 768px) {
  #restaurant section#read .time-table .btn-wrapper a.btn-push {
    width: 170px;
    height: 60px;
  }
}
#restaurant section#read .time-table .btn-wrapper a.btn-push p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white);
}
#restaurant section#read .time-table .btn-wrapper a.btn-push p span {
  margin: 0 0 0 10px;
  font-size: 12px;
}
#restaurant section#restaurant-menu {
  padding: 80px 50px;
  margin: 90px 0 0;
  background-color: var(--color-arrow-blue);
}
@media screen and (width <= 768px) {
  #restaurant section#restaurant-menu {
    padding: 50px 5%;
    margin: 30px 0 0;
  }
}
#restaurant section#restaurant-menu .inner-1020 {
  padding: 60px 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  #restaurant section#restaurant-menu .inner-1020 {
    padding: 40px 5%;
  }
}
#restaurant section#restaurant-menu .inner-1020 ul.menu-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  margin: 30px 0 0;
}
#restaurant section#restaurant-menu .inner-1020 ul.menu-list li {
  width: 31%;
}
@media screen and (width <= 768px) {
  #restaurant section#restaurant-menu .inner-1020 ul.menu-list li {
    width: 48%;
  }
}
#restaurant section#restaurant-menu .inner-1020 ul.menu-list li p.menu-name {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 500;
}
#restaurant section#restaurant-menu .inner-1020 ul.menu-list li p.menu-price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin: 40px 0 0;
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(50% - 3px);
}
@media screen and (width <= 768px) {
  #restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list {
    width: 100%;
  }
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list li {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list li p {
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (width <= 768px) {
  #restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list li p {
    padding: 10px;
  }
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list li p.price-name {
  width: 60%;
  background-color: var(--color-blue);
  border: 1px solid var(--color-black);
}
#restaurant section#restaurant-menu .inner-1020 .price-list-wrapper ul.price-list li p.price-price {
  width: 40%;
  text-align: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
}
#restaurant section#payment {
  padding: 80px 50px;
  background-color: #f4f4f4;
}
@media screen and (width <= 768px) {
  #restaurant section#payment {
    padding: 50px 5%;
  }
}
#restaurant section#payment .inner-1020 {
  position: relative;
  padding: 60px 50px 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 {
    padding: 40px 5% 0;
  }
}
#restaurant section#payment .inner-1020::before {
  position: absolute;
  top: -15%;
  right: -1%;
  z-index: 2;
  width: 222px;
  height: 155px;
  content: "";
  background-image: url("../img/restaurant/img_cloud.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020::before {
    top: -8%;
    right: 2%;
    width: 110px;
    height: 75px;
  }
}
#restaurant section#payment .inner-1020 .icon-title {
  margin: 0 0 30px;
}
#restaurant section#payment .inner-1020 .payment-item {
  padding: 0 0 30px;
  margin: 0 0 30px;
  text-align: left;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 .payment-item {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
#restaurant section#payment .inner-1020 .payment-item:last-child {
  margin: 0;
  border-bottom: none;
}
#restaurant section#payment .inner-1020 .payment-item.card img {
  max-width: 684px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 .payment-item.card img {
    max-width: 340px;
  }
}
#restaurant section#payment .inner-1020 .payment-item.digital img {
  max-width: 340px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 .payment-item.digital img {
    max-width: 170px;
  }
}
#restaurant section#payment .inner-1020 .payment-item.ic img {
  max-width: 820px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 .payment-item.ic img {
    max-width: 200px;
  }
}
#restaurant section#payment .inner-1020 .payment-item.qr img {
  max-width: 640px;
  margin: 20px 0 0;
}
@media screen and (width <= 768px) {
  #restaurant section#payment .inner-1020 .payment-item.qr img {
    max-width: 320px;
  }
}
