.reserve-section-with-bg[data-v-bf6a0bb5] {
  overflow: hidden;
  background-color: var(--fill-bg-grey);
  --title-color: var(--text-bk-primary);
  --desc-color: var(--text-bk-subheading);
}
.reserve-section-with-bg.dark[data-v-bf6a0bb5] {
  background-color: #fff;
}
.reserve-section-with-bg.dark .flex-content-wrap[data-v-bf6a0bb5] {
  background-color: var(--fill-bg-black);
  --title-color: var(--text-wh-primary);
  --desc-color: var(--text-wh-subheading);
}
.reserve-section-with-bg.light[data-v-bf6a0bb5] {
  background-color: var(--fill-bg-grey);
}
.reserve-section-with-bg.light .flex-content-wrap[data-v-bf6a0bb5] {
  background-color: #fff;
}
.reserve-section-with-bg.grey[data-v-bf6a0bb5] {
  background-color: #fff;
}
.reserve-section-with-bg.grey .flex-content-wrap[data-v-bf6a0bb5] {
  background-color: var(--fill-bg-grey);
}
.reserve-section-with-bg .flex-content-wrap[data-v-bf6a0bb5] {
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
}
@media screen and (min-width: 1024px) {
.reserve-section-with-bg .flex-content-wrap[data-v-bf6a0bb5] {
    width: clamp(0px, 91.1111111111vw, 1312px);
    margin: 0 auto;
    align-items: center;
    gap: clamp(0px, 17.4305555556vw, 251px);
    padding: clamp(0px, 3.0555555556vw, 44px) clamp(0px, 3.2305555556vw, 46.52px) clamp(0px, 3.8194444444vw, 55px) clamp(0px, 2.8472222222vw, 41px);
}
}
@media screen and (max-width: 1023.98px) {
.reserve-section-with-bg .flex-content-wrap[data-v-bf6a0bb5] {
    gap: 24px;
    margin: 0 var(--gutter);
    flex-direction: column-reverse;
    padding: 40px 20px 24px;
}
}
.reserve-section-with-bg .flex-content-wrap .text-wrap[data-v-bf6a0bb5] {
  display: grid;
  justify-items: start;
  gap: clamp(16px, 1.6666666667vw, 24px);
}
.reserve-section-with-bg .flex-content-wrap .text-wrap .title[data-v-bf6a0bb5]:empty,
.reserve-section-with-bg .flex-content-wrap .text-wrap .desc[data-v-bf6a0bb5]:empty {
  display: none;
}
.reserve-section-with-bg .flex-content-wrap .text-wrap .title[data-v-bf6a0bb5] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
  white-space: pre-wrap;
}
.reserve-section-with-bg .flex-content-wrap .text-wrap .desc[data-v-bf6a0bb5] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--desc-color);
  white-space: pre-wrap;
  line-height: 2;
}
.reserve-section-with-bg .flex-content-wrap .text-wrap .button-base[data-v-bf6a0bb5] {
  margin-top: clamp(16px, 1.1111111111vw, 16px);
}
@media screen and (min-width: 1024px) {
.reserve-section-with-bg .flex-content-wrap .text-wrap[data-v-bf6a0bb5] {
    flex: 1 1 516px;
}
}
@media screen and (max-width: 1023.98px) {
.reserve-section-with-bg .flex-content-wrap .text-wrap[data-v-bf6a0bb5] {
    order: 2;
}
}
.reserve-section-with-bg .flex-content-wrap .media-wrap[data-v-bf6a0bb5] {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
.reserve-section-with-bg .flex-content-wrap .media-wrap[data-v-bf6a0bb5] {
    flex: none;
    width: clamp(0px, 34.0972222222vw, 491px);
}
}
@media screen and (max-width: 1023.98px) {
.reserve-section-with-bg .flex-content-wrap .media-wrap[data-v-bf6a0bb5] {
    order: 1;
}
}