.l-main {
  margin-bottom: 10px;
  overflow: hidden;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.l-reserve__mv {
  width: 100vw;
  height: auto;
}

.p-reserve_mv-img {
  height: auto;
  width: 100%;
}
.p-reserve_mv-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-reserve_mv-img {
    padding-top: 80px;
  }
}

.l-reserve__inner {
  margin: 0 auto;
  padding-inline: 35px;
}
@media screen and (min-width: 768px) {
  .l-reserve__inner {
    max-width: 1070px;
    margin-inline: auto;
  }
}

.l-reserve__banner {
  padding-block: 22px;
}
@media screen and (min-width: 768px) {
  .l-reserve__banner {
    padding-block: 57px;
  }
}

.l-reserve__banner .u-mw-775 {
  max-width: 782px;
}

.l-reserve__banner-inner {
  max-width: 668px;
  margin-inline: auto;
}

.p-reserve__card {
  border: 2px solid #02113a;
  background: #fff;
}

.p-reserve__card-head {
  background: #02143a;
  padding: 10px 11px;
}
@media screen and (min-width: 768px) {
  .p-reserve__card-head {
    padding: 10px 25px;
  }
}

.p-reserve__card-ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-reserve__card-ttl {
    font-size: 18px;
  }
}

.p-reserve__card-body {
  padding: 18px 17px;
}
@media screen and (min-width: 768px) {
  .p-reserve__card-body {
    padding: 18px 26px;
  }
}

.p-reserve__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-reserve__card-list {
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .u_grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-reserve__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-reserve__card-text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
}
@media screen and (min-width: 768px) {
  .p-reserve__card-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.l-reserve {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-reserve {
    margin-bottom: 70px;
  }
}

.p-reserve-bg {
  position: absolute;
  width: 300vw;
  height: 144px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -26px;
  left: -100%;
  z-index: -1;
  background: #f4f7ff;
}
@media screen and (min-width: 768px) {
  .p-reserve-bg {
    top: -189px;
    height: 329px;
  }
}

.p-reserve__ttl {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-reserve__ttl {
    margin-top: 32px;
  }
}

.p-reserve__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 47px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 150%; /* 48px */
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-reserve__head {
    gap: 60px;
    margin-bottom: 32px;
  }
}

.p-reserve__lead {
  color: #000;
  font-size: 18px;
}

.p-reserve__header {
  color: #02143a;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .p-reserve__header {
    font-size: 48px;
  }
}

.l-reserve__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.p-reserve-subhead {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .p-reserve-subhead {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

@media screen and (min-width: 768px) {
  .p-reserve-subhead--slash {
    font-size: 18px;
    letter-spacing: -2px;
  }
}

.p-reserve-subhead--small {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.6px;
}

.p-reserve__subtext {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142%; /* 21px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .p-reserve__subtext {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.p-reserve__shop-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  background: #02143a;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-ttl {
    padding: 15px 30px;
    margin-bottom: 64px;
  }
}

.l-reserve__shop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .l-reserve__shop-wrapper {
    gap: 64px;
  }
}
.l-reserve__shop-wrapper:nth-of-type(1) {
  margin-bottom: 84px;
}
@media screen and (min-width: 768px) {
  .l-reserve__shop-wrapper:nth-of-type(1) {
    margin-bottom: 162px;
  }
}

.p-reserve__shop-place {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-place {
    font-size: 18px;
    text-align: start;
  }
}

.p-reserve__shop-date {
  display: grid;
  font-size: 12px;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-date {
    font-size: 14px;
    grid-template-columns: 150px 1fr;
  }
}

.p-reserve__shop-label {
  color: #000;
  font-weight: 700;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-label {
    padding: 8.4px;
  }
}

.p-reserve__shop-notes {
  color: #000;
  font-weight: 400;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-notes {
    padding: 8px 20px;
  }
}

.p-reserve__shop-notes--lh110 {
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-notes--lh110 {
    letter-spacing: 0.1px;
  }
}

.l-reserve__shop-item-container {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-reserve__shop-item-container {
    grid-template-columns: minmax(auto, 350px) 1fr;
  }
}

@media screen and (min-width: 768px) {
  .l-reserve__shop-info {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.p-reserve__shop-place {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-place {
    margin-bottom: 20px;
  }
}

.p-reserve__shop-table {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .p-reserve__shop-table {
    margin-bottom: 26px;
  }
}

.p-reserve__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.4px;
}
@media screen and (min-width: 768px) {
  .p-reserve__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-reserve__btn {
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  padding: 5px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 26px;
  text-decoration: none;
  width: min(100%, 500px);
  border: #000 solid 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-reserve__btn:hover {
  background-color: #02143a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-reserve__btn {
    padding: 3px 40px;
    min-width: 155px;
    width: auto;
  }
}

.p-reserve__btn--blue {
  color: #fff;
  background: #02143a;
}
.p-reserve__btn--blue:hover {
  background-color: #fff;
  color: #02143a;
}

.p-reserve__footer {
  border-top: 1px solid #d9d7d7;
}

@media screen and (min-width: 768px) {
  .p-reverse__footer-inner {
    padding-inline: 35px;
    max-width: 1070px;
    margin-inline: auto;
  }
}

.p-reserve__footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 10px;
  padding: 6px 11px 17px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-reserve__footer-container {
    font-size: 14px;
    padding: 9px 0 56px 0;
  }
}

.p-reserve__footer-link {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-reserve__footer-link {
    letter-spacing: 0.7px;
  }
}
.p-reserve__footer-link:hover {
  color: inherit;
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

