/* about_shop */

.about-shop__main--container,
.about-shop__main--container-with-no-separator {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4rem;
  box-sizing: border-box;
  padding: 4rem 0 4rem 0;
  margin: 0 max(1.6rem, calc(50% - 64rem)) 0 max(1.6rem, calc(50% - 64rem));
  background-image: linear-gradient(to right, #9394a1 0.2rem, #fff 0.2rem);
  background-repeat: repeat-x;
  background-position: 2.1rem calc(100% - 0.75rem);
  background-size: 0.4rem 0.15rem;
}

.about-shop__main--container::before {
  content: "";
  position: absolute;
  width: 2.174rem;
  height: 1.174rem;
  background-image: url("/assets/images/circle-and-rect.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.174rem 1.174rem;
  top: calc(100% - 1.374rem);
  left: 0;
}

.about-shop__main--container::after {
  content: "";
  position: absolute;
  width: 2.174rem;
  height: 1.174rem;
  background-image: url("/assets/images/circle-and-rect.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.174rem 1.174rem;
  top: calc(100% - 1.374rem);
  right: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .about-shop__main--container,
  .about-shop__main--container-with-no-separator {
    flex-direction: column;
    gap: unset;
    padding: 4rem 0 1.68rem 0;
  }
}

.about-shop__main--container section {
  order: 0;
}

.about-shop__main--container aside {
  order: 1;
}

.about-shop__main--p-shop-name {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  align-items: center;
  color: #606283;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__main--p-shop-name {
    font-size: 1.2rem;
  }
}

.about-shop__top--section {
  width: calc(100% - 32rem);
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--section {
    width: 100%;
  }
}

.about-shop__top--h1 {
  height: 6.3rem;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 150%;
  letter-spacing: 0.44rem;
  font-family: "Shippori Mincho", serif;
  color: #0c090d;
  margin: 0 0 0.85rem 0;
  padding: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .about-shop__top--h1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .about-shop__top--h1 {
    font-size: 1.8rem;
    height: 2.8rem;
  }
}

.about-shop__top--img-cocktail {
  width: 5.4rem;
  height: 5.4rem;
  padding: 0.45rem 0;
  margin-right: 0.82rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--img-cocktail {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0.4rem 0.8rem 0.4rem 0;
    padding: 0;
  }
}

.about-shop__top--img-map {
  width: 1.747rem;
  height: 2.235rem;
  padding: 0.2rem 0.4rem;
  margin-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--img-map {
    width: 1.075rem;
    height: 1.375rem;
    margin: 0.6rem 0.4rem 0 0;
    padding: 0;
  }
}

.about-shop__top--address {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  height: 2.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--address {
    font-size: 1.2rem;
    line-height: 180%;
    margin-bottom: 2.4rem;
  }
}

.about-shop__top--nav {
  margin-top: 4rem;
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--nav {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.about-shop__top--nav-blog-sns {
  margin-top: 4.05rem;
  margin-bottom: 2.4rem;
}

.about-shop__top--ul {
  display: flex;
  overflow-x: scroll;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-shop__top--ul {
    margin-left: -1.6rem;
    width: calc(100% + 1.6rem);
  }
}

.about-shop__top--ul::-webkit-scrollbar {
  display: none;
}

.about-shop__top--li {
  width: 10.667rem;
  min-width: 10.667rem;
  height: 6rem;
  box-sizing: border-box;
  border-bottom: solid 0.2rem #d3d4db;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--li {
    min-width: 6.4rem;
    width: max(calc(100% / 9), 6.4rem);
  }
}

.about-shop__top--a {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  color: #606283;
  align-items: center;
}

.about-shop__top--a::before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: -2.8rem;
  left: calc(50% - 1.4rem);
}

.about-shop__top--ul li:nth-of-type(1) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/home-gray.png");
}

.about-shop__top--ul li:nth-of-type(2) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/diamond-gray.png");
}

.about-shop__top--ul li:nth-of-type(3) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/coupon-gray.png");
}

.about-shop__top--ul li:nth-of-type(4) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/calendar-gray.png");
}

.about-shop__top--ul li:nth-of-type(5) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/kuchikomi-gray.png");
}

.about-shop__top--ul li:nth-of-type(6) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/blog-gray.png");
}

.about-shop__top--ul li:nth-of-type(7) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/news-gray.png");
}

.about-shop__top--ul li:nth-of-type(8) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/event-gray.png");
}

.about-shop__top--ul li:nth-of-type(9) .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/recruit-gray.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(1)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/home-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(2)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/diamond-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(3)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/coupon-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(4)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/calendar-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(5)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/kuchikomi-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(6)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/blog-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(7)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/news-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(8)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/event-pink.png");
}

.about-shop__top--ul
  .about-shop__top--li-selected:nth-of-type(9)
  .about-shop__top--a::before {
  background-image: url("/assets/images/navigation/recruit-pink.png");
}

.about-shop__top--li.about-shop__top--li-selected {
  position: relative;
  border-bottom: solid 0.2rem #e43b68;
}

.about-shop__top--li.about-shop__top--li-selected::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.3rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(127, 128, 137, 0.3);
}

.about-shop__top--li.about-shop__top--li-selected .about-shop__top--a {
  color: #e43b68;
}

.about-shop__blog-sns--h2 {
  height: 4.8rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
  color: #0c090d;
  margin: 0;
  padding-left: 5.6rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5.2rem 5.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__blog-sns--h2 {
    height: 2.4rem;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-left: 2.8rem;
    background-size: 2.4rem 2.4rem;
  }
}

.about-shop__shop-information--section {
  padding-right: 25.6rem;
  padding-bottom: 7rem;
  background-image: url("/assets/images/separate-line.webp"),
    url("/assets/images/separate-star.webp");
  background-repeat: repeat-x, no-repeat;
  background-position:
    0 calc(100% - 2.4rem),
    calc(50% - 1rem) calc(100% - 1.4rem);
  background-size:
    33.9rem 0.2rem,
    2rem 2rem;
}

@media screen and (max-width: 991px) {
  .about-shop__shop-information--section {
    padding-right: 0;
    padding-bottom: 5.4rem;
  }
}
