@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@font-face {
  font-family: "Lacoste";
  src: url("../../assets/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("../../assets/fonts/Lacoste-Bold.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Heavy";
  src: url("../../assets/fonts/Lacoste-Heavy.woff") format("woff");
}

/**
 * イージングプロパティ
 * https://github.com/dmnsgn/sass-easing
 */
@font-face {
  font-family: "Lacoste";
  src: url("/static/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Black";
  src: url("/static/fonts/Lacoste-Black.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("/static/fonts/Lacoste-Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

#reserve {
  --base-font: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font: "Lacoste", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font-bold: "Lacoste Bold", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --lacoste-font-black: "Lacoste Black", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  --color-green: #105A33;
  background: #ffffff;
  color: #292929;
  font-family: var(--base-font);
  line-height: 1;
  overflow: hidden;
}

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

#reserve article, #reserve aside, #reserve details, #reserve figcaption, #reserve figure,
#reserve footer, #reserve header, #reserve hgroup, #reserve menu, #reserve nav, #reserve section {
  display: block;
}

#reserve ol, #reserve ul {
  list-style: none;
}

#reserve blockquote, #reserve q {
  quotes: none;
}

#reserve blockquote:before, #reserve blockquote:after,
#reserve q:before, #reserve q:after {
  content: '';
  content: none;
}

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

@media screen and (min-width: 768px) {
  #reserve {
    font-size: calc(clamp(0px, calc(16 / 1100 * 100vw), calc(16 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve {
    font-size: calc(clamp(0px, calc(28 / 750 * 100vw), calc(28 / 750 * 100vw)) * 1);
  }
}

#reserve * {
  box-sizing: border-box;
}

#reserve a {
  color: inherit;
  text-decoration: none;
}

#reserve img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#reserve picture {
  display: block;
}

@media screen and (max-width: 767px) {
  #reserve .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  #reserve .sp {
    display: none !important;
  }
}

#reserve .lacoste-font-black {
  font-family: var(--lacoste-font-black);
  font-weight: normal;
}

#reserve .keyvisual {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #reserve .keyvisual {
    width: calc(clamp(0px, calc(1000 / 1100 * 100vw), calc(1000 / 1100 * 1100 * 1px)) * 1);
    padding-top: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
  }
}

#reserve .top {
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #reserve .top {
    width: calc(clamp(0px, calc(1000 / 1100 * 100vw), calc(1000 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1) 0;
  }
}

@media screen and (max-width: 767px) {
  #reserve .top {
    padding: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1) calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1) calc(clamp(0px, calc(120 / 750 * 100vw), calc(120 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-copy {
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-copy {
    font-size: calc(clamp(0px, calc(38 / 1100 * 100vw), calc(38 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-copy {
    font-size: calc(clamp(0px, calc(54 / 750 * 100vw), calc(54 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .top .top-copy > .en {
    font-size: calc(clamp(0px, calc(44 / 1100 * 100vw), calc(44 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-copy > .en {
    font-size: calc(clamp(0px, calc(58 / 750 * 100vw), calc(58 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-lead {
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-lead {
    font-size: calc(clamp(0px, calc(24 / 1100 * 100vw), calc(24 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-lead {
    font-size: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 1100 * 1px)) * 1);
  }
}

#reserve .top .top-support {
  text-align: left;
  background-color: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support {
    margin-top: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(750 / 1100 * 100vw), calc(750 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1) calc(clamp(0px, calc(100 / 1100 * 100vw), calc(100 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support {
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
    padding: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1) calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-support::after {
  content: "";
  display: block;
  background: url("../images/bg_lacoste.png") no-repeat center/cover;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support::after {
    width: calc(clamp(0px, calc(160 / 1100 * 100vw), calc(160 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(90 / 1100 * 100vw), calc(90 / 1100 * 1100 * 1px)) * 1);
    bottom: calc(clamp(0px, calc(5 / 1100 * 100vw), calc(5 / 1100 * 1100 * 1px)) * -1);
    right: calc(clamp(0px, calc(9 / 1100 * 100vw), calc(9 / 1100 * 1100 * 1px)) * -1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support::after {
    width: calc(clamp(0px, calc(264 / 750 * 100vw), calc(264 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(147 / 750 * 100vw), calc(147 / 750 * 100vw)) * 1);
    bottom: calc(clamp(0px, calc(7 / 750 * 100vw), calc(7 / 750 * 100vw)) * -1);
    right: calc(clamp(0px, calc(12 / 750 * 100vw), calc(12 / 750 * 100vw)) * -1);
  }
}

#reserve .top .top-support .support-list {
  border-bottom: 1px solid #E2E1E1;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support .support-list {
    padding-bottom: calc(clamp(0px, calc(27 / 1100 * 100vw), calc(27 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support .support-list {
    padding-bottom: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
  }
}

#reserve .top .top-support .support-item {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support .support-item {
    padding-left: calc(clamp(0px, calc(19 / 1100 * 100vw), calc(19 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support .support-item {
    padding-left: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-support .support-item::before {
  content: "";
  display: block;
  background-color: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support .support-item::before {
    width: calc(clamp(0px, calc(9 / 1100 * 100vw), calc(9 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(9 / 1100 * 100vw), calc(9 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support .support-item::before {
    width: calc(clamp(0px, calc(19 / 750 * 100vw), calc(19 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(19 / 750 * 100vw), calc(19 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support .support-item:not(:first-child) {
    margin-top: calc(clamp(0px, calc(15 / 750 * 100vw), calc(15 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .top .top-support .support-txt {
    padding-top: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-support .support-txt {
    padding-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-present {
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-present {
    margin-top: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-present {
    margin-top: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
  }
}

#reserve .top .top-present > .en {
  color: var(--color-green);
}

@media screen and (min-width: 768px) {
  #reserve .top .top-present > .en {
    font-size: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-present > .en {
    font-size: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

#reserve .top .top-present .nomal {
  font-weight: 300;
}

#reserve .top .top-schedule {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .top .top-schedule {
    margin-left: auto;
    margin-right: auto;
    border: 4px solid var(--color-green);
    font-size: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(750 / 1100 * 100vw), calc(750 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(36 / 1100 * 100vw), calc(36 / 1100 * 1100 * 1px)) * 1) 0;
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-schedule {
    border: 2px solid var(--color-green);
    margin-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
    padding: calc(clamp(0px, calc(42 / 750 * 100vw), calc(42 / 750 * 100vw)) * 1) 0;
  }
}

#reserve .top .top-schedule .date {
  display: block;
  color: var(--color-green);
}

@media screen and (min-width: 768px) {
  #reserve .top .top-schedule .date {
    margin-top: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-schedule .date {
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .top .top-schedule .en {
    font-size: calc(clamp(0px, calc(24 / 1100 * 100vw), calc(24 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-schedule .en {
    font-size: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .top .top-schedule .week {
    font-size: calc(clamp(0px, calc(18 / 1100 * 100vw), calc(18 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .top .top-schedule .week {
    font-size: calc(clamp(0px, calc(21 / 750 * 100vw), calc(21 / 750 * 100vw)) * 1);
  }
}

#reserve .step {
  background-color: #F8F8F8;
}

@media screen and (min-width: 768px) {
  #reserve .step {
    padding: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1) 0;
  }
}

@media screen and (max-width: 767px) {
  #reserve .step {
    padding: calc(clamp(0px, calc(108 / 750 * 100vw), calc(108 / 750 * 100vw)) * 1) 0 calc(clamp(0px, calc(136 / 750 * 100vw), calc(136 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-inner {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-inner {
    width: calc(clamp(0px, calc(1000 / 1100 * 100vw), calc(1000 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-inner {
    padding: 0 calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-howto {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-howto {
    padding: calc(clamp(0px, calc(36 / 1100 * 100vw), calc(36 / 1100 * 1100 * 1px)) * 1) calc(clamp(0px, calc(125 / 1100 * 100vw), calc(125 / 1100 * 1100 * 1px)) * 1) calc(clamp(0px, calc(55 / 1100 * 100vw), calc(55 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-howto {
    padding: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1) calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1) calc(clamp(0px, calc(68 / 750 * 100vw), calc(68 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-copy {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-copy {
    font-size: calc(clamp(0px, calc(28 / 1100 * 100vw), calc(28 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-copy {
    font-size: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .step .step-copy > .en {
    font-size: calc(clamp(0px, calc(44 / 1100 * 100vw), calc(44 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-copy > .en {
    font-size: calc(clamp(0px, calc(66 / 750 * 100vw), calc(66 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-wrap {
    gap: calc(clamp(0px, calc(126 / 1100 * 100vw), calc(126 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(37 / 1100 * 100vw), calc(37 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-wrap {
    gap: calc(clamp(0px, calc(56 / 750 * 100vw), calc(56 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(65 / 750 * 100vw), calc(65 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-wrap:nth-of-type(2) {
    gap: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-wrap:nth-of-type(2) .step-item:not(:first-child)::after {
    left: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * -1);
  }
}

#reserve .step .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#reserve .step .step-item:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #reserve .step .step-item:not(:first-child)::after {
    top: 50%;
    background: url("../images/step_arrow.png") no-repeat center/cover;
    width: calc(clamp(0px, calc(66 / 1100 * 100vw), calc(66 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(16 / 1100 * 100vw), calc(16 / 1100 * 1100 * 1px)) * 1);
    left: calc(clamp(0px, calc(99 / 1100 * 100vw), calc(99 / 1100 * 1100 * 1px)) * -1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-item:not(:first-child)::after {
    top: 45%;
    background: url("../images/step_arrow.sp.png") no-repeat center/cover;
    width: calc(clamp(0px, calc(18 / 750 * 100vw), calc(18 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(22 / 750 * 100vw), calc(22 / 750 * 100vw)) * 1);
    left: calc(clamp(0px, calc(38 / 750 * 100vw), calc(38 / 750 * 100vw)) * -1);
  }
}

#reserve .step .step-item > .number {
  color: var(--color-green);
}

@media screen and (min-width: 768px) {
  #reserve .step .step-item > .number {
    font-size: calc(clamp(0px, calc(37 / 1100 * 100vw), calc(37 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-item > .number {
    font-size: calc(clamp(0px, calc(52 / 750 * 100vw), calc(52 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .step .step-item > .number .small {
    font-size: calc(clamp(0px, calc(22 / 1100 * 100vw), calc(22 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-item > .number .small {
    font-size: calc(clamp(0px, calc(26 / 750 * 100vw), calc(26 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .step .step-item > .icon {
    margin-top: calc(clamp(0px, calc(10 / 1100 * 100vw), calc(10 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(114 / 1100 * 100vw), calc(114 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-item > .icon {
    margin-top: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(165 / 750 * 100vw), calc(165 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-item > .txt {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-item > .txt {
    margin-top: calc(clamp(0px, calc(23 / 1100 * 100vw), calc(23 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-item > .txt {
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(26 / 750 * 100vw), calc(26 / 750 * 100vw)) * 1);
    text-align: center;
    line-height: 1.5;
  }
}

#reserve .step .step-present {
  border-top: 1px solid #E2E1E1;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-present {
    font-size: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(65 / 1100 * 100vw), calc(65 / 1100 * 1100 * 1px)) * 1);
    padding-top: calc(clamp(0px, calc(37 / 1100 * 100vw), calc(37 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-present {
    font-size: calc(clamp(0px, calc(28 / 750 * 100vw), calc(28 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(78 / 750 * 100vw), calc(78 / 750 * 100vw)) * 1);
    padding-top: calc(clamp(0px, calc(65 / 750 * 100vw), calc(65 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .step .step-present > .en {
    font-size: calc(clamp(0px, calc(26 / 1100 * 100vw), calc(26 / 1100 * 1100 * 1px)) * 1);
  }
}

#reserve .step .step-present > .en > .green {
  color: var(--color-green);
}

@media screen and (min-width: 768px) {
  #reserve .step .step-present > .en > .green > .number {
    font-size: calc(clamp(0px, calc(44 / 1100 * 100vw), calc(44 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-present > .en > .green > .number {
    font-size: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

#reserve .step .step-note {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  #reserve .step .step-note {
    margin-top: calc(clamp(0px, calc(50 / 1100 * 100vw), calc(50 / 1100 * 1100 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(14 / 1100 * 100vw), calc(14 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-note {
    margin-top: calc(clamp(0px, calc(40 / 750 * 100vw), calc(40 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(26 / 750 * 100vw), calc(26 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .step .step-note + .step-note {
    margin-top: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .step .step-note + .step-note {
    margin-top: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #reserve .reserve {
    width: calc(clamp(0px, calc(1000 / 1100 * 100vw), calc(1000 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1) 0 calc(clamp(0px, calc(120 / 1100 * 100vw), calc(120 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve {
    padding: calc(clamp(0px, calc(120 / 750 * 100vw), calc(120 / 750 * 100vw)) * 1) calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-copy {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-copy {
    font-size: calc(clamp(0px, calc(28 / 1100 * 100vw), calc(28 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-copy {
    line-height: 1.2;
    font-size: calc(clamp(0px, calc(48 / 750 * 100vw), calc(48 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-copy .en {
    font-size: calc(clamp(0px, calc(44 / 1100 * 100vw), calc(44 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-copy .en {
    font-size: calc(clamp(0px, calc(58 / 750 * 100vw), calc(58 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-copy .copy-icon {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-copy .copy-icon {
    width: calc(clamp(0px, calc(94 / 1100 * 100vw), calc(94 / 1100 * 1100 * 1px)) * 1);
    margin-bottom: calc(clamp(0px, calc(10 / 1100 * 100vw), calc(10 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-copy .copy-icon {
    width: calc(clamp(0px, calc(135 / 750 * 100vw), calc(135 / 750 * 100vw)) * 1);
    margin-bottom: calc(clamp(0px, calc(7 / 750 * 100vw), calc(7 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .area-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .area-list {
    gap: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(57 / 1100 * 100vw), calc(57 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .area-list {
    gap: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1) calc(clamp(0px, calc(15 / 750 * 100vw), calc(15 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(60 / 750 * 100vw), calc(60 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .area-list .area-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--color-green);
  border: 1px solid #E2E1E1;
  background-color: #F8F8F8;
  cursor: pointer;
  text-align: center;
  line-height: 1.6vw;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .area-list .area-item {
    width: calc(clamp(0px, calc(150 / 1100 * 100vw), calc(125 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .area-list .area-item {
    font-size: calc(clamp(0px, calc(24 / 750 * 100vw), calc(24 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(220 / 750 * 100vw), calc(220 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(86 / 750 * 100vw), calc(86 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .area-list .area-item.active {
  background-color: var(--color-green);
  color: #fff;
}

#reserve .reserve .area-list .area-item.none {
  pointer-events: none;
  background-color: #D5D5D5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details {
    margin-top: calc(clamp(0px, calc(105 / 1100 * 100vw), calc(105 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details {
    margin-top: calc(clamp(0px, calc(90 / 750 * 100vw), calc(90 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .area {
  font-weight: bold;
  color: var(--color-green);
  border-bottom: 1px solid var(--color-green);
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .area {
    padding-bottom: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(32 / 1100 * 100vw), calc(32 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .area {
    padding-bottom: calc(clamp(0px, calc(53 / 750 * 100vw), calc(53 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(48 / 750 * 100vw), calc(48 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-wrap {
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-wrap {
    padding-top: calc(clamp(0px, calc(45 / 1100 * 100vw), calc(45 / 1100 * 1100 * 1px)) * 1);
    padding-bottom: calc(clamp(0px, calc(80 / 1100 * 100vw), calc(80 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-wrap {
    padding-top: calc(clamp(0px, calc(66 / 750 * 100vw), calc(66 / 750 * 100vw)) * 1);
    padding-bottom: calc(clamp(0px, calc(100 / 750 * 100vw), calc(100 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .prefectures {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .prefectures {
    font-size: calc(clamp(0px, calc(28 / 1100 * 100vw), calc(28 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .prefectures {
    font-size: calc(clamp(0px, calc(36 / 750 * 100vw), calc(36 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
    gap: calc(clamp(0px, calc(60 / 1100 * 100vw), calc(60 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-list {
    margin-top: calc(clamp(0px, calc(58 / 750 * 100vw), calc(58 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item {
    padding-left: calc(clamp(0px, calc(25 / 1100 * 100vw), calc(25 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item {
    padding-left: calc(clamp(0px, calc(37 / 750 * 100vw), calc(37 / 750 * 100vw)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item:not(:first-child) {
    margin-top: calc(clamp(0px, calc(120 / 750 * 100vw), calc(120 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-name {
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-name {
    font-size: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-name {
    font-size: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
    line-height: 1.4;
  }
}

#reserve .reserve .reserve-details .details-item .shop-name::before {
  content: "";
  display: block;
  background: url("../images/icon_name.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-name::before {
    width: calc(clamp(0px, calc(19 / 1100 * 100vw), calc(19 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(26 / 1100 * 100vw), calc(26 / 1100 * 1100 * 1px)) * 1);
    left: calc(clamp(0px, calc(26 / 1100 * 100vw), calc(26 / 1100 * 1100 * 1px)) * -1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-name::before {
    width: calc(clamp(0px, calc(31 / 750 * 100vw), calc(31 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(42 / 750 * 100vw), calc(42 / 750 * 100vw)) * 1);
    left: calc(clamp(0px, calc(38 / 750 * 100vw), calc(38 / 750 * 100vw)) * -1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-access {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-access {
    margin-top: calc(clamp(0px, calc(28 / 1100 * 100vw), calc(28 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-access {
    margin-top: calc(clamp(0px, calc(28 / 750 * 100vw), calc(28 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-access > span {
  display: block;
}

#reserve .reserve .reserve-details .details-item .shop-access .number::before {
  content: "〒";
}

#reserve .reserve .reserve-details .details-item .shop-access .shop-time::before {
  content: "営業時間：";
}

#reserve .reserve .reserve-details .details-item .shop-call,
#reserve .reserve .reserve-details .details-item .shop-link {
  border: 2px solid #E2E1E1;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-call,
  #reserve .reserve .reserve-details .details-item .shop-link {
    gap: calc(clamp(0px, calc(8 / 1100 * 100vw), calc(8 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(10 / 1100 * 100vw), calc(10 / 1100 * 1100 * 1px)) * 1) calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
    margin-top: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-call,
  #reserve .reserve .reserve-details .details-item .shop-link {
    gap: calc(clamp(0px, calc(13 / 750 * 100vw), calc(13 / 750 * 100vw)) * 1);
    padding: calc(clamp(0px, calc(20 / 750 * 100vw), calc(20 / 750 * 100vw)) * 1) calc(clamp(0px, calc(36 / 750 * 100vw), calc(36 / 750 * 100vw)) * 1);
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-call::before,
#reserve .reserve .reserve-details .details-item .shop-link::before {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-call::before,
  #reserve .reserve .reserve-details .details-item .shop-link::before {
    width: calc(clamp(0px, calc(24 / 1100 * 100vw), calc(24 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(24 / 1100 * 100vw), calc(24 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-call::before,
  #reserve .reserve .reserve-details .details-item .shop-link::before {
    width: calc(clamp(0px, calc(44 / 750 * 100vw), calc(44 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(44 / 750 * 100vw), calc(44 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-call::before {
  background: url("../images/icon_call.svg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-link {
    margin-left: calc(clamp(0px, calc(15 / 1100 * 100vw), calc(15 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-link {
    margin-left: calc(clamp(0px, calc(10 / 750 * 100vw), calc(10 / 750 * 100vw)) * 1);
  }
}

#reserve .reserve .reserve-details .details-item .shop-link::before {
  background: url("../images/icon_access.svg") no-repeat center/cover;
}

#reserve .reserve .reserve-details .details-item .shop-reserve {
  background-color: var(--color-green);
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #reserve .reserve .reserve-details .details-item .shop-reserve {
    margin-top: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
    width: calc(clamp(0px, calc(170 / 1100 * 100vw), calc(170 / 1100 * 1100 * 1px)) * 1);
    height: calc(clamp(0px, calc(48 / 1100 * 100vw), calc(48 / 1100 * 1100 * 1px)) * 1);
    font-size: calc(clamp(0px, calc(14 / 1100 * 100vw), calc(14 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .reserve .reserve-details .details-item .shop-reserve {
    margin-top: calc(clamp(0px, calc(50 / 750 * 100vw), calc(50 / 750 * 100vw)) * 1);
    width: calc(clamp(0px, calc(630 / 750 * 100vw), calc(630 / 750 * 100vw)) * 1);
    height: calc(clamp(0px, calc(88 / 750 * 100vw), calc(88 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(26 / 750 * 100vw), calc(26 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .contact {
    margin-top: calc(clamp(0px, calc(43 / 1100 * 100vw), calc(43 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .contact {
    line-height: 1.8;
    margin-top: calc(clamp(0px, calc(90 / 750 * 100vw), calc(90 / 750 * 100vw)) * 1);
  }
}

#reserve .contact .contact-details {
  line-height: 1.7;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #reserve .contact .contact-details {
    margin-top: calc(clamp(0px, calc(30 / 1100 * 100vw), calc(30 / 1100 * 1100 * 1px)) * 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(clamp(0px, calc(850 / 1100 * 100vw), calc(850 / 1100 * 1100 * 1px)) * 1);
    gap: calc(clamp(0px, calc(40 / 1100 * 100vw), calc(40 / 1100 * 1100 * 1px)) * 1);
    padding: calc(clamp(0px, calc(35 / 1100 * 100vw), calc(35 / 1100 * 1100 * 1px)) * 1) 0;
  }
}

@media screen and (max-width: 767px) {
  #reserve .contact .contact-details {
    margin-top: calc(clamp(0px, calc(70 / 750 * 100vw), calc(70 / 750 * 100vw)) * 1);
    padding: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
  }
}

#reserve .contact .contact-details .en {
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  #reserve .contact .contact-details .en {
    font-size: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * 1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .contact .contact-details .en {
    margin-bottom: calc(clamp(0px, calc(30 / 750 * 100vw), calc(30 / 750 * 100vw)) * 1);
    font-size: calc(clamp(0px, calc(32 / 750 * 100vw), calc(32 / 750 * 100vw)) * 1);
  }
}

@media screen and (min-width: 768px) {
  #reserve .contact .contact-details .en::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(clamp(0px, calc(72 / 1100 * 100vw), calc(72 / 1100 * 1100 * 1px)) * 1);
    background-color: #E2E1E1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(clamp(0px, calc(20 / 1100 * 100vw), calc(20 / 1100 * 1100 * 1px)) * -1);
  }
}

@media screen and (max-width: 767px) {
  #reserve .contact .contact-access {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #reserve .contact .contact-access .time {
    flex-shrink: 0;
  }
}

#reserve .top-schedule .annotation {
    font-size: 12px;
    font-weight: normal;
    color: red;
    margin: 0 10% 0;
    display: block;
    line-height: 18px;
}
@media screen and (min-width: 768px) {
#reserve .top-schedule .annotation {
      margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #reserve .top-schedule .annotation {
        margin-bottom: 20px;
    }
}
#reserve .top-schedule .store {
    padding: 20px;
    background: #f8f8f8;
}
@media screen and (min-width: 768px) {
#reserve .top-schedule .store {
    margin: auto 30px;
}
}
@media screen and (max-width: 767px) {
  #reserve .top-schedule .store {
      margin: auto 4%;
  }
}
#reserve .top-schedule .store-title {
    margin-bottom: 15px;
}
#reserve .top-schedule .store-list {
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
  #reserve .top-schedule .store-list {
    text-align: left;
  }
}
#reserve .reserve .annotation {
  font-size: 12px;
  color: red;
  display: block;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #reserve .reserve .annotation {
    line-height: 1.5;
  }
}
/*# sourceMappingURL=common.css.map */
