/*==================================================
    インストラクター
==================================================*/
.commonWrap__contentArea.bg-black {
  background: #3e3e3e;
}

@media screen and (max-width: 767px) {
  .gridBox.column-1:has(.gridBox__swiper) {
    padding: 1vw 0px;
    margin: 0 -3vw;
  }

  .gridBox.column-1:has(.gridBox__swiper) .buttonMore__link.is-right {
    margin-top: 0;
  }
}

/*==================================================
    店舗紹介
==================================================*/
.storeSwiper {
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: 8rem;
  width: 100%;
}

.storeSwiper__title {
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1.5rem;
  text-align: center;
}

.storeSwiper__textarea {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2rem;
}

.storeSwiper__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.storeSwiper__tel {
  align-items: center;
  display: flex;
  font-size: 2.3rem;
  font-weight: 700;
  gap: 0.4rem;
}

.storeSwiper__access {
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 0.5rem;
  display: flex;
  font-size: 1.33rem;
  gap: 0.2rem;
  height: min-content;
  justify-content: center;
  padding: 0.4rem 0.4rem 0.2rem;
}

.storeSwiper__access:hover {
  background: #000;
  color: #fff;
}

.storeSwiper__access::before {
  background-image: url(../img/common/icon_map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 1.7rem;
  width: 1.2rem;
}

.storeSwiper__access:hover::before {
  background-image: url(../img/common/icon_map_hover.svg);
}

.storeSwiper__shoshinsha {
  color: var(--color-orange);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
}

.storeSwiper__shoshinshaText {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.storeSwiper .store-scrollbar {
  background: linear-gradient(to bottom, #c8c7c7, #e3e1e2);
  border: 0.1rem solid #c9c8c8;
  border-radius: 1rem;
  cursor: pointer;
  height: 1rem;
}

.store-scrollbar .swiper-scrollbar-drag {
  background: #e43105;
}

.swiper-slide {
  &:where(.storeSwiper &) {
    display: flex;
    flex-direction: column;
  }
}

.buttonMore {
  &:where(.storeSwiper &) {
    margin-top: auto;
  }
}

.buttonIcon {
  &:where(.storeSwiper &) {
    margin-inline: auto;
    margin-top: 1em;
    width: 13.9em;
    padding: 0.5em 0.3em;
    border-radius: 0.7em;
  }
}

.buttonIcon__icon {
  &:where(.storeSwiper &) {
    height: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .storeSwiper__tel img {
    width: auto;
  }

  .storeSwiper {
    padding-bottom: 10vw;
  }

  .buttonIcon {
    &:where(.storeSwiper &) {
      font-size: 1.4rem;
      width: fit-content;
      column-gap: 0.7em;
      padding-inline: 0.8em 5em;
      position: relative;
    }
  }
  .buttonIcon__arrow {
    &:where(.storeSwiper &) {
      position: absolute;
      right: 1em;
    }
  }
}

/*==================================================
    ダンスジャンル
==================================================*/
.inner:has(.buttonGenreWrap) {
  padding-bottom: 7rem;
}

.buttonMore__link.shoshinshaButton {
  max-width: 29.6rem;
}
