@charset "UTF-8";
/* ======================================================================
 * マップ フロアリスト
====================================================================== */
/* セクション見出し */
.c-section-title > span.sub {
  line-height: 1.13;
}

.c-section-title-simple > span.main {
  line-height: 1.13;
}
.c-section-title-simple > span.-large-font {
  line-height: 1;
}

.c-grid-button li a {
  gap: 0.3rem;
  min-height: 3.9rem;
}
.c-grid-button li a[target=_blank] {
  padding-inline: 0;
}
.c-grid-button li a[target=_blank]::after {
  display: inline-block;
  width: 1.4rem;
  height: 1rem;
  content: "";
  background: currentcolor;
  -webkit-mask: url("../../../../img/shopsearch/floor/icon-blank.svg") 100% 50%/contain no-repeat;
  mask: url("../../../../img/shopsearch/floor/icon-blank.svg") 100% 50%/contain no-repeat;
}

.c-button-simple.-large-font {
  font-weight: 400;
  /* letter-spacing: 0.12em; */
  padding-inline: inherit;
}

/* ------------------------------------------------------------
  * 全体マップのリスト
------------------------------------------------------------ */
.p-floor-head-container .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #01a5e4;
}

.c-list-floor li a {
  min-height: 45px;
}
.c-list-floor li a[target=_blank]::after {
  width: 1.6rem;
  height: 1.2rem;
  background: url("../../../../img/shopsearch/floor/icon-blank.svg") 50% 50%/contain no-repeat;
  border: none;
  border-radius: 0;
}
.c-list-floor li .label .name {
  letter-spacing: 0.06em;
}
.c-list-floor li .label .-name-7f {
  letter-spacing: 0;
}

.c-notes-list {
  letter-spacing: 0.03rem;
}

.c-footer .footer-address-block .content-box .logo img {
  width: 13.3rem;
}