@charset "UTF-8";
/* ======================================================================
 * マップ フロアリスト
====================================================================== */
.ff-en {
  font-family: "Righteous", serif;
}

.c-slide-block .splide .pagination .splide__slide span {
  font-family: "Righteous", serif;
}

.c-slide-block .splide .pagination .splide__slide.is-active span::after {
  border-bottom: 2px solid #901537;
}

/* セクション見出し */
.c-section-title > span.main {
  font-size: 2.7rem;
  font-weight: 600;
}

.p-floor-head-container .floor-title .main {
  color: #901537;
}

.c-grid-button.-column-3-small ul {
  gap: 1.5rem 1.2rem;
  padding: 0 4.3rem;
}

.c-button-simple {
  padding: 0.8rem 0.5rem;
  font-size: 1.6rem;
}
.c-button-simple.-current, .c-button-simple:hover {
  color: #fff;
  background-color: #901537;
}

/* ------------------------------------------------------------
  * 全体マップのリスト
------------------------------------------------------------ */
.c-list-floor li a {
  min-height: 55px;
  padding-left: 0;
}
.c-list-floor li a::after {
  background-color: #e9d0d7;
}
.c-list-floor li a:hover::after {
  background-color: #d2a1af;
}
.c-list-floor li.has-others .others {
  background-color: #fcf7f8;
}
.c-list-floor .label .name {
  font-size: 1rem;
}
.c-list-floor .label .name.-filling {
  letter-spacing: -0.03em;
}
.c-list-floor .label .floor {
  flex: 0 0 auto;
  width: 4.8rem;
  font-size: 1.9rem;
  font-weight: 600;
  color: #901537;
  text-align: center;
  letter-spacing: 0.06em;
}
.c-list-floor .icons {
  margin-right: 1rem;
}
.c-list-floor .icons .icon {
  max-width: 1.4rem;
}