.reservation .reservation-wrapper {
  width: 72%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 768px) {
  .reservation .reservation-wrapper section:nth-child(n+3) {
    display: block;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper {
    width: 94%;
  }
  .reservation .reservation-wrapper section:nth-child(n+2) {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .small-text {
    font-size: 85%;
  }
}
.reservation .reservation-wrapper .title-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .title-container {
    text-align: left;
  }
}
.reservation .reservation-wrapper .title-container .title {
  display: inline-block;
  font-size: 145%;
  font-weight: bold;
  height: 100%;
  border-left: 5px solid #af1f24;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .title-container .title {
    font-size: 100%;
    text-align: left;
  }
}
.reservation .reservation-wrapper .title-container .title-note {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .title-container .title-note {
    margin: 15px 0;
    font-size: 90%;
  }
}
.reservation .reservation-wrapper p {
  font-size: 110%;
  line-height: 142%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper p {
    margin-bottom: 5%;
    font-size: 100%;
    line-height: 130%;
  }
}
.reservation .reservation-wrapper .content-title {
  justify-content: center;
  margin: 2% 0;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .content-title {
    margin: 6% 0 2%;
  }
}
.reservation .reservation-wrapper ul {
  margin: 4% 0 6% 3%;
}
.reservation .reservation-wrapper ul li {
  line-height: 130%;
  list-style: disc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper ul li {
    line-height: 130%;
    margin-bottom: 5%;
  }
}
.reservation .reservation-wrapper .information {
  margin: 0 auto 8%;
  max-width: 1000px;
  line-height: 142%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .information {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .information > ul {
    padding-left: 1%;
  }
}
.reservation .reservation-wrapper .information li {
  margin-bottom: 4px;
  line-height: 142%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .information li::marker {
    font-size: 80%;
  }
}
.reservation .reservation-wrapper .information .note {
  text-align: left;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.reservation .reservation-wrapper .information .note p {
  margin: 2% 0 5%;
  padding: 4% 3%;
  font-size: 95%;
  line-height: 142%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .information .note p {
    padding: 8% 6%;
    line-height: 130%;
  }
}
.reservation .reservation-wrapper .wrapper-flex {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex {
    flex-direction: column;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box {
  max-width: 100%;
  width: 50%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box {
    width: 100%;
    margin-bottom: 7%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box .box-title {
  padding: 3% 7%;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box .box-title {
    padding: 6% 7%;
    font-size: 90%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box .bg-black {
  background-color: #0c0204;
  color: #ffffff;
}
.reservation .reservation-wrapper .wrapper-flex .content-box ul {
  padding: 5% 8%;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box ul {
    padding: 5% 10%;
    font-size: 90%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box ul li {
  list-style: disc;
  line-height: 150%;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box ul li {
    line-height: 130%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box .border {
  border: 1px solid #0c0204;
  width: auto;
  display: inline-block;
  padding: 5px;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box .border {
    font-size: 90%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box .schedule-wrapper {
  margin: 7%;
}
.reservation .reservation-wrapper .wrapper-flex .content-box .schedule-wrapper p {
  font-size: 110%;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .content-box .schedule-wrapper p {
    font-size: 100%;
    line-height: 130%;
  }
}
.reservation .reservation-wrapper .wrapper-flex .content-box .schedule-wrapper .font-bold {
  font-weight: bold;
}
.reservation .reservation-wrapper .wrapper-flex .bg-gray {
  background-color: #f3f3f3;
}
.reservation .reservation-wrapper .wrapper-flex .border-box {
  border: 1px solid #0c0204;
}
.reservation .reservation-wrapper .wrapper-flex .first-lottery {
  position: relative;
}
.reservation .reservation-wrapper .wrapper-flex .first-lottery::after {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid black;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .wrapper-flex .first-lottery::after {
    top: 100%;
    left: 45%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid black;
  }
}
.reservation .reservation-wrapper .wrapper-flex .border-underline {
  border-bottom: 1px solid #0c0204;
}
.reservation .reservation-wrapper .image-wrapper {
  margin: 5% auto;
  width: 70%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .image-wrapper {
    width: 100%;
  }
}
.reservation .reservation-wrapper .image-wrapper img {
  width: 100%;
}
.reservation .reservation-wrapper .schedule-information {
  margin: 3% 0;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .reservation .reservation-wrapper .schedule-information {
    margin: 7% 0;
    font-size: 85%;
    line-height: 128%;
  }
}
.reservation .collaboration {
  margin: 50px 0;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reservation .collaboration {
    margin: 50px 0 0px;
  }
}
.reservation .collaboration .collaboration-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation .collaboration .collaboration-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list {
    margin-bottom: 30px;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one {
  padding-left: 0;
}
.reservation .collaboration .collaboration-list .collaboration-list-one .collaboration-detail-area {
  width: 72%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .collaboration-detail-area {
    width: 100%;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list {
  margin: 20px 0;
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list {
  padding: 10px 0;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-conatiner {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-conatiner {
    width: 100%;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one {
  width: 100% !important;
  padding-left: 18%;
}
@media screen and (min-width: 768px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one {
    width: 48%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one {
    height: 170px;
  }
}
@media screen and (min-width: 768px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one .detail {
    padding: 20px 5% 16px 15%;
  }
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one .detail {
    width: 100%;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-one h3 {
  width: 100%;
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-reserve-btn,
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-detail-btn {
  display: block;
  margin: auto;
  background-color: #af1f24;
  color: #ffffff;
  padding: 12px 20px 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 98%;
  border-radius: 10px;
  margin: 2% auto 5%;
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-reserve-btn,
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-detail-btn {
    width: 98%;
    font-size: 95%;
    margin: 2% auto 8%;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-reserve-btn .reserve-arrow-img,
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-detail-btn .reserve-arrow-img {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 10%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-reserve-btn .reserve-arrow-img,
  .reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-detail-btn .reserve-arrow-img {
    width: 16%;
  }
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .list .shop-detail-btn {
  background-color: #ffffff;
  color: #0c0204;
  border: 1px solid;
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .reservation-shop-btn-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reservation .collaboration .collaboration-list .collaboration-list-one .shop-list .reservation-shop-btn-list a {
  width: 49%;
}