html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.floor-search {
  width: fit-content;
  margin: 0 auto;
}

.floor-search__row {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}

.floor-search__row+.floor-search__row {
  margin-top: 2rem;
}

.floor-search__label {
  flex: 0 0 16rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  width: 180px;
}

.floor-search__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
}

.floor-search__group--floor {
  gap: 1.6rem;
}

.floor-search__group--category {
  gap: 1.6rem;
  display: flex;
  /* flex-wrap: nowrap; */
  width: calc(100% - 180px);
  gap: 20px;
  box-sizing: border-box;
}

.floor-search__button {
  appearance: none;
  border: 0.1rem solid #222;
  color: black;
  box-shadow: 0 0.2rem 0 0 #222;
  border-radius: 1rem;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.floor-search__button:hover,
.floor-search__button:focus,
.floor-search__button.is-active {
  background: #b8ea40;
}

.floor-search__button.is-active::after {
  opacity: 0;
}

.floor-search__button--floor {
  width: 8.3rem;
  height: 6.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-family: Zen Maru Gothic;
}

.floor-search__button--current {
  /* background: #b8ea40; */
}

.floor-search__button--category {
  min-width: 25rem;
  height: 7.2rem;
  padding: 0 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}

.floor-search__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.floor-search__icon img {
  display: block;
  width: auto;
  height: 5rem;
}

.floor-search__text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
  font-family: Zen Maru Gothic;
}

/* map */

.floor-map {
  padding: 8rem 2rem 0;
  position: relative;
  z-index: 2;
}

.floor-map__inner {
  position: relative;
  max-width: 120rem;
  width: 100%;
  height: 61.5rem;
  margin: 0 auto;
  background: #EFE9DA;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-map__plan {
  width: 100%;
  max-width: 46.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-7rem);
}

.floor-map__plan img {
  display: block;
  width: 100%;
  max-width: 46.2rem;
  max-height: 55rem;
  height: auto;
}

.floor-map__plan {
  position: relative;
  width: 100%;
  max-width: 46.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-7rem);
}

.floor-map__plan img {
  display: block;
  width: 100%;
  max-width: 46.2rem;
  max-height: 55rem;
  height: auto;
}

.floor-map__hotspot {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  z-index: 5;
}

.floor-map__hotspot:hover {
  background: rgba(255, 255, 255, 0.12);
}

.floor-map__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -120%);
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 20;
}

.floor-map__tooltip.is-show {
  opacity: 1;
  visibility: visible;
}

.floor-map__hotspot--1011 {
  left: 2%;
  top: 34%;
  width: 44.4%;
  height: 40.8%;
  z-index: 1;
}

.floor-map__hotspot--1012 {
  left: 22%;
  top: 71.5%;
  width: 9%;
  height: 3.2%;
}

.floor-map__hotspot--1013 {
  left: 9.4%;
  top: 71.8%;
  width: 12.5%;
  height: 2.8%;
}

.floor-map__hotspot--1021 {
  left: 46.2%;
  top: 1.5%;
  width: 52.2%;
  height: 32.2%;
}

.floor-map__hotspot--1031 {
  left: 75%;
  top: 34.2%;
  width: 23%;
  height: 12%;
}

.floor-map__hotspot--1032 {
  left: 75%;
  top: 45.8%;
  width: 23.2%;
  height: 25%;
}

.floor-map__hotspot--1034 {
  left: 51.2%;
  top: 39%;
  width: 21.5%;
  height: 7%;
}

.floor-map__hotspot--1035 {
  left: 51.2%;
  top: 46.2%;
  width: 21.5%;
  height: 7.5%;
}

.floor-map__hotspot--1036 {
  left: 61.3%;
  top: 56%;
  width: 11.5%;
  height: 9%;
}

.floor-map__hotspot--1037 {
  left: 51.3%;
  top: 56%;
  width: 9.7%;
  height: 7.3%;
}

.floor-map__hotspot--1038 {
  left: 51.2%;
  top: 63.2%;
  width: 10%;
  height: 6.3%;
}

.floor-map__hotspot--1039 {
  left: 34%;
  top: 34%;
  width: 12.2%;
  height: 4.2%;
}

.floor-map__hotspot--1040 {
  left: 34%;
  top: 38.2%;
  width: 12.2%;
  height: 4.2%;
}

.floor-map__hotspot--1041 {
  left: 66%;
  top: 74.4%;
  width: 10.8%;
  height: 7.5%;
}

.floor-map__hotspot--1042 {
  left: 80.6%;
  top: 84.8%;
  width: 10.2%;
  height: 7.8%;
}

.floor-map__hotspot--1043 {
  left: 70%;
  top: 84.8%;
  width: 10.2%;
  height: 7.8%;
}

.floor-map__hotspot--1044 {
  left: 59.6%;
  top: 84.8%;
  width: 10.2%;
  height: 7.8%;
}

.floor-map__legend {
  position: absolute;
  top: 5.2rem;
  right: 4.2rem;
  width: 32.4rem;
  padding: 2.2rem 2.2rem;
  background: #ffffff;
  border: 0.1rem solid #7b756d;
  border-radius: 2rem;
  box-sizing: border-box;
}

.floor-map__legend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  row-gap: 1.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.floor-map__legend-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5b5650;
}

.floor-map__legend-icon {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-map__legend-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.floor-map__legend-text {
  display: block;
  line-height: 1.4;
  white-space: nowrap;
}



.floor-map__cat {
  position: absolute;
  right: 5.5rem;
  bottom: -3rem;
  width: 12rem;
}

.floor-map__cat img {
  display: block;
  width: 100%;
  height: auto;
}

/* data-tooltip */
.balloon {
  position: absolute;
  display: none;
  width: auto;
  padding: 8px 12px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
  pointer-events: auto;
}

.balloon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #111;
}

.map-tooltip :nth-child(7),
.map-tooltip :nth-child(15),
.map-tooltip :nth-child(16) {
  color: #a29872;
}




/* shop card */

.shop-news {
  padding: 4rem 2rem 0;
}

.shop-news__inner {
  max-width: 1076px;
  margin: 0 auto;
}

.shop-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.4rem;
}

.shop-news-card {
  min-width: 0;
  background: #fbf6e8;
  border-radius: 1rem;
}

.shop-news-card__link {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 34.8rem;
  /* max-height: 33.8rem; */
  padding: 2.4rem;
  /* background: #fbf6e8; */
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  /* border-radius: 1rem; */
}

.shop-news-card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.shop-news-card__floor {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 2.4rem;
  padding: 0 0.4rem;
  border: 0.1rem solid #3E3A39;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #3E3A39;
  box-sizing: border-box;
}

.shop-news-card__category {
  display: block;
  min-width: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #3E3A39;
  margin-left: 0.5rem;
}

.shop-news-card__image {
  margin: 0;
  /* aspect-ratio: 3 / 2; */
  aspect-ratio: 1 / 1;
  border-radius: 1.2rem;
  overflow: hidden;
}

.shop-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-news-card__body {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  min-width: 0;
}

.shop-news-card__dots {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.shop-news-card__dots span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #4d4740;
}

.shop-news-card__name {
  min-width: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #3E3A39;
  font-weight: bold;
}

.shop-news-card__link:hover .shop-news-card__name {
  text-decoration: underline;
}

/* tree z-index */
.l-footer-under {
  position: relative;
}

.l-footer-under__tree {
  z-index: 1;
}

.l-footer-under__tree-img {
  display: block;
}

.shop-news {
  position: relative;
  z-index: 2;
}

.l-footer {
  position: relative;
  z-index: 2;
}

.floor-map__title {
  display: none;
}



/* 画面が小さくなると白の箱が下に移動する */
@media screen and (max-width: 1300px) {
  .floor-map__inner {
    height: auto;
    min-height: 61.5rem;
    padding: 4rem 4rem 30rem;
    /* margin-top: 2rem; */
  }

  .floor-map__plan {
    transform: translateX(0);
    margin: 0 auto;
  }

  .floor-map__legend {
    top: auto;
    right: 50%;
    bottom: 4rem;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 768px) {
  .floorguide-sp-mv {
    position: relative;
    margin-bottom: calc(40 / 390 * 100vw);
  }

  .floorguide-sp-mv__breadcrumb {
    display: flex;
    align-items: center;
    gap: calc(8 / 390 * 100vw);
    padding: calc(14 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.4;
    color: #3E3A39;
  }

  .floorguide-sp-mv__breadcrumb a {
    color: inherit;
    text-decoration: underline;
  }

  .floorguide-sp-mv__breadcrumb span {
    position: relative;
    padding-left: calc(14 / 390 * 100vw);
  }

  .floorguide-sp-mv__breadcrumb span::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .floorguide-sp-mv__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .floorguide-sp-mv__title {
    position: relative;
    z-index: 2;
    width: calc(250 / 390 * 100vw);
    font-size: calc(32 / 390 * 100vw);
    margin: calc(-55 / 390 * 100vw) auto 0;
    padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw) calc(18 / 390 * 100vw);
    background: #F4F0E5;
    border-radius: calc(24 / 390 * 100vw) calc(24 / 390 * 100vw) 0 0;
    text-align: center;
  }

  .floorguide-sp-mv__title-main {
    margin: 0;
    font-size: calc(36 / 390 * 100vw);
    line-height: 1;
    font-weight: 500;
    color: #54C13D;
  }

  .floorguide-sp-mv__title-sub {
    margin: calc(10 / 390 * 100vw) 0 0;
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.2;
    font-weight: 700;
    color: #3E3A39;
  }

  .floor-search {
    width: calc(320 / 390 * 100vw);
    margin: 0 auto;
  }

  .floor-search__row {
    display: block;
  }

  .floor-search__row+.floor-search__row {
    margin-top: calc(32 / 390 * 100vw);
  }

  .floor-search__label {
    display: block;
    margin: 0 0 calc(18 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    line-height: 1.4;
    font-weight: 700;
  }

  .floor-search__group--floor {
    display: flex;
    gap: calc(20 / 390 * 100vw);
  }

  .floor-search__group--category {
    display: flex;
    flex-direction: column;
    gap: calc(18 / 390 * 100vw);
    width: auto;
  }

  .floor-search__button {
    border: calc(1 / 390 * 100vw) solid #222;
    box-shadow: 0 calc(4 / 390 * 100vw) 0 0 #222;
    border-radius: calc(8 / 390 * 100vw);
    color: black
  }

  .floor-search__button--floor {
    width: calc(71 / 390 * 100vw);
    height: calc(66 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    line-height: 1;
  }

  .floor-search__button--category {
    width: 100%;
    min-width: 0;
    height: calc(62 / 390 * 100vw);
    padding: 0 calc(22 / 390 * 100vw);
    justify-content: flex-start;
    gap: calc(16 / 390 * 100vw);
  }

  .floor-search__icon img {
    width: auto;
    height: calc(34 / 390 * 100vw);
  }

  .floor-search__text {
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.4;
    white-space: nowrap;
  }

  .floor-map {
    padding: calc(70 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  }

  .floor-map__inner {
    position: relative;
    width: 100%;
    min-height: calc(620 / 390 * 100vw);
    margin: 0 auto;
    padding: calc(24 / 390 * 100vw) calc(14 / 390 * 100vw) calc(36 / 390 * 100vw);
    background: #e9e4d8;
    border-radius: calc(24 / 390 * 100vw);
    overflow: visible;
    display: block;
    box-sizing: border-box;
  }

  .floor-map__scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .floor-map__scroll::-webkit-scrollbar {
    display: none;
  }

  .floor-map__scroll {
    scrollbar-width: none;
  }

  .floor-map__plan {
    position: relative;
    width: max-content;
    min-width: 460px;
    margin: 0;
    transform: none;
    display: block;
  }

  .floor-map__plan img {
    display: block;
    width: 460px;
    max-width: none;
    height: auto;
  }

  .floor-map__hotspot:hover {
    background: transparent;
  }

  .floor-map__tooltip {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
  }

  .floor-map__legend {
    position: static;
    transform: none;
    width: calc(300 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) auto 0;
    margin-bottom: calc(20 / 390 * 100vw);
    padding: calc(21 / 390 * 100vw) calc(21 / 390 * 100vw);
    background: #ffffff;
    border: calc(1 / 390 * 100vw) solid #7b756d;
    border-radius: calc(18 / 390 * 100vw);
    box-sizing: border-box;
    z-index: auto;
  }

  .floor-map__legend-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(12 / 390 * 100vw);
    row-gap: calc(14 / 390 * 100vw);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .floor-map__legend-item {
    display: flex;
    align-items: center;
    gap: calc(8 / 390 * 100vw);
    min-width: 0;
    font-size: calc(12 / 390 * 100vw);
    font-weight: 700;
    color: #5b5650;
  }

  .floor-map__legend-icon {
    flex: 0 0 auto;
    width: calc(20 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
  }

  .floor-map__legend-icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  .floor-map__legend-text {
    line-height: 1.4;
    white-space: nowrap;
  }

  .floor-map__cat {
    position: absolute;
    right: calc(12 / 390 * 100vw);
    bottom: calc(-32 / 390 * 100vw);
    width: calc(70 / 390 * 100vw);
    z-index: 3;
  }

  .floor-map__cat img {
    display: block;
    width: calc(63 / 390 * 100vw);
    height: auto;
  }

  .shop-news {
    padding: calc(32 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
    padding-top: calc(50 / 390 * 100vw);
  }

  .shop-news__inner {
    max-width: 100%;
  }

  .shop-news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(16 / 390 * 100vw) calc(12 / 390 * 100vw);
  }

  .shop-news-card {
    min-width: 0;
    border-radius: calc(10 / 390 * 100vw);
  }

  .shop-news-card__link {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 390 * 100vw);
    max-width: none;
    max-height: none;
    padding: calc(12 / 390 * 100vw);
    /* border-radius: calc(10 / 390 * 100vw); */
  }

  .shop-news-card__head {
    display: flex;
    align-items: center;
    gap: calc(6 / 390 * 100vw);
    min-width: 0;
  }

  .shop-news-card__floor {
    flex: 0 0 auto;
    min-width: calc(28 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
    padding: 0 calc(4 / 390 * 100vw);
    border-width: calc(1 / 390 * 100vw);
    border-radius: calc(3 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
    line-height: 1;
  }

  .shop-news-card__category {
    min-width: 0;
    margin-left: 0;
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-news-card__image {
    margin: 0;
    border-radius: calc(10 / 390 * 100vw);
    overflow: hidden;
    /* aspect-ratio: 3 / 2; */
  }

  .shop-news-card__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .shop-news-card__body {
    display: flex;
    align-items: flex-start;
    gap: calc(4 / 390 * 100vw);
    min-width: 0;
  }

  .shop-news-card__dots {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: calc(2 / 390 * 100vw);
    padding-top: calc(3 / 390 * 100vw);
  }

  .shop-news-card__dots span {
    width: calc(6 / 390 * 100vw);
    height: calc(6 / 390 * 100vw);
  }

  .shop-news-card__name {
    min-width: 0;
    margin: 0;
    font-size: calc(16 / 390 * 100vw);
    /* word-break: keep-all; */
    /* overflow-wrap: break-word; */
    letter-spacing: normal;
    text-align: left;
  }

}

@media screen and (max-width: 768px) {
  .balloon {
    display: none;
    position: absolute;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: calc(6 / 390 * 100vw) calc(10 / 390 * 100vw) calc(5 / 390 * 100vw);
    background: #111;
    color: #fff;
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: 1.15;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: visible;
  }

  .balloon .sp {
    display: none;
  }

  .balloon::before {
    content: "";
    position: absolute;
    top: calc(-8 / 390 * 100vw);
    left: calc(18 / 390 * 100vw);
    width: 0;
    height: 0;
    border-left: calc(8 / 390 * 100vw) solid transparent;
    border-right: calc(8 / 390 * 100vw) solid transparent;
    border-bottom: calc(8 / 390 * 100vw) solid #111;
  }

  .balloon a {
    color: white;
  }
}