@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, h4,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, h4, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム部品の初期化 */
input, button, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}

/* 画像のレスポンシブ化 */
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ユーザー選択の許可 */
*, *::before, *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step:first-child {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step + .reservation-step {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step + .reservation-step {
    margin-top: 10.6666666667vw;
  }
}
.supremeclass.reservation-index .reservation-step--no-image .reservation-step__main {
  display: block;
}
.supremeclass.reservation-index .reservation-step--no-image .reservation-step__body {
  width: 100%;
}
.supremeclass.reservation-index .reservation-step__main {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step__main {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__main {
    flex-direction: column;
  }
}
.supremeclass.reservation-index .reservation-step__body {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step__body {
    row-gap: 16px;
    width: 48.4375%;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__body {
    row-gap: 4.2666666667vw;
  }
}
.supremeclass.reservation-index .reservation-step__title {
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__title {
    font-size: 4.5333333333vw;
  }
}
.supremeclass.reservation-index .reservation-step__image {
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step__image {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-step__image {
    width: 48.4375%;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__image {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-step__image img {
    width: 100%;
  }
}
.supremeclass.reservation-index .reservation-guide {
  background-color: #E5D9CC;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 25px 25px 25px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 11.2vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__heading {
    text-align: center;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__item.reservation-guide__item + .reservation-guide__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide__item.reservation-guide__item + .reservation-guide__item {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__title {
    margin-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide__title {
    margin-bottom: 4.2666666667vw;
  }
}
.supremeclass.reservation-index .reservation-guide__buttons {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__buttons {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide__buttons {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .supremeclass.reservation-index .reservation-guide__buttons > ul {
    width: 100%;
  }
  .supremeclass.reservation-index .reservation-guide__buttons > ul > li {
    width: 100%;
  }
  .supremeclass.reservation-index .reservation-guide__buttons > ul > li > * {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__buttons li {
    width: 360px;
  }
}
.supremeclass.reservation-index .reservation-guide__links {
  display: flex;
  border-top: 1px solid #b8b2aa;
}
@media print, screen and (min-width: 751px) {
  .supremeclass.reservation-index .reservation-guide__links {
    width: 100%;
    max-width: 1080px;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass.reservation-index .reservation-guide__links {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 6.4vw;
    padding-top: 5.3333333333vw;
  }
}