/**
 * ルシアンレース資料館 — レスポンシブ表示
 */

html.museum-responsive-active,
html.museum-responsive-active body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.museum-layout {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}

.museum-layout__inner {
  box-sizing: border-box;
  width: 754px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transform-origin: top center;
}

.museum-layout.is-scaled {
  display: flex;
  justify-content: center;
}

@media (max-width: 799px) {
  .museum-lang-switcher--header {
    top: 4px;
    right: 4px;
    padding: 3px 6px;
    gap: 4px;
  }

  .museum-lang-switcher--header a {
    min-width: 2.4em;
    padding: 4px 8px;
    font-size: 12px;
  }

  .museum-lang-switcher__label {
    display: none;
  }
}

.museum-lang-switcher--bar {
  max-width: 754px;
}
