@charset "utf-8";

/*
Theme Name: theme
*/

/* ## l-wrapper */
.l-wrapper {
  padding-top: var(--c-header-height);
  padding-bottom: calc(var(--c-reservation-link-height) + 24px);
}

/* ## l-container */
.l-container {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0.0001px;
}

/* ## l-header */
.l-header {
  position: fixed;
  top: 0;
  z-index: 2;
}

/* ## l-footer */
.l-footer {
}

/* ステータスバー透過防止 */
.l-safari-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}

/* タブバー透過防止 */
.l-safari-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}
