* {
  margin: 0;
  padding: 0;
  color: #f6f6f6;
  font-family: Inter;
}

.step-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}

.step-title-svg {
  padding-left: 5px;
}

.step-catch-copy {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  color: #c2ba6d;
}

.stepDescription {
  font-family: 'Renner*', sans-serif;
}

.step-catch-copy_Border {
  padding-top: 60px;
  border-top: rgb(93, 93, 93) 1px solid;
}

.floorContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 32px;
  margin-bottom: 20px;
  margin-left: 32px;
}

.pageTitle {
  font-size: 28px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: white 1px solid;
}

.floorText {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.floorMapImg {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* ハンバーガーボタン */
.hamburgerBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 23px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  border: #000000 0px solid;
  border-radius: 5px;
  background-color: #000000;
}

.hamburgerBorder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 49px;
  height: 49px;
  border: white 2px solid;
  border-radius: 5px;
  background-color: #000000;
}

.hamburgerLine {
  display: block;
  border-bottom: 1px solid white;
  width: 34px;
}

/* メニュー */
.floorMenu {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
}

.is-active {
  display: block;
}

.floorLinkList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.nowFloorDirection {
  list-style: disc;
}

.nowFloorDirection::marker {
  font-size: 24px;
}

.floorLink {
  color: #f6f6f6;
  font-size: 24px;
  text-decoration: none;
}

/* 閉じるボタン */
.closeBtn {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 27px;
  margin-bottom: 78px;
}

.closeButtonImg {
  width: 26px;
  height: 26px;
}

/* ヘッダー（style.cssがあること前提です。） */
.James_Header {
  justify-content: space-between;
}

.spMenu {
  display: flex;
  justify-content: right;
  align-items: center;
}

.langButtonLabel,
.langButtonListItem {
  font-family: 'Renner*', sans-serif;
}

.headerLangNone {
  display: none;
}

.headerLangNone_instaMargin {
  margin-right: 32px;
}
