/* 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;
}

@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--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-shop-event {
  margin-top: 4.05rem;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .about-shop__top--nav-shop-event {
    margin-top: 0;
  }
}

.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__common--h2,
.about-shop__common--h2-birthday,
.about-shop__common--h2-shop-event {
  height: 5.2rem;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.08rem;
  color: #0c090d;
  font-family: "Tenor Sans", serif;
  box-sizing: border-box;
  margin: 0 0 1.6rem 0;
  padding: 0.1rem 0 0.1rem 5.6rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5.2rem 5.2rem;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h2 {
    height: 4rem;
    font-size: 2.2rem;
    padding: 0.35rem 0 0.35rem 4.4rem;
    background-size: 4rem 4rem;
    margin: 0 0 0.8rem 0;
  }
}

.about-shop__common--h2 span,
.about-shop__common--h2-birthday span,
.about-shop__common--h2-shop-event span {
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  background-clip: text;
  color: transparent;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-left: 1.2rem;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 767px) {
  .about-shop__common--h2 span,
  .about-shop__common--h2-birthday span,
  .about-shop__common--h2-shop-event span {
    font-size: 1.2rem;
  }
}

.about-shop__common--separator {
  width: 2rem;
  height: 2.2rem;
  object-fit: contain;
  box-sizing: content-box;
  padding: 2.5rem calc(50% - 1rem) 2.5rem calc(50% - 1rem);
  background-image: url("/assets/images/separate-line.webp");
  background-repeat: repeat-x;
  background-position: 0 calc(50% - 0.09rem);
}

@media screen and (max-width: 767px) {
  .about-shop__common--separator {
    padding: 1.7rem calc(50% - 1rem) 1.7rem calc(50% - 1rem);
  }
}

.about-shop__common--aside {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.about-shop__job-information--h2-small {
  height: 5.2rem;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
  color: #0c090d;
  font-family: "Noto Sans JP", serif;
  box-sizing: border-box;
  margin: 0 0 1.6rem 0;
  padding: 0.1rem 0 0.1rem 5.6rem;
  background-image: url("/assets/images/shining-diamond.webp");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 5.2rem 5.2rem;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--h2-small {
    height: 3.2rem;
    font-size: 2rem;
    padding: 0.1rem 0 0.1rem 3.6rem;
    background-size: 3.2rem 3.2rem;
  }
}

.about-shop__job-information--h2-margin-12 {
  margin: 0 0 1.2rem 0;
}

.about-shop__job-information--h2-margin-24 {
  margin: 0 0 2.4rem 0;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--h2-margin-24 {
    margin: 0 0 1.6rem 0;
  }
}

.about-shop__job-information--p-large-pink {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  color: #e43b68;
  margin: 0 0 4rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--p-large-pink {
    font-size: 1.8rem;
    margin: 0 0 2.4rem 0;
  }
}

.about-shop__job-information--img-banner {
  width: 100%;
  height: fit-content;
  margin: 0 0 4rem 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--img-banner {
    margin: 0 0 2.8rem 0;
  }
}

.about-shop__job-information--container-job-apply {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 5.6rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 35.8rem;
  background-image:
        /** line */
    linear-gradient(to right, #dbdbdb, #dbdbdb),
    linear-gradient(to right, #dbdbdb, #dbdbdb),
    linear-gradient(to bottom, #dbdbdb, #dbdbdb),
    linear-gradient(to bottom, #dbdbdb, #dbdbdb),
    /** 四隅 */ url("/assets/images/job-apply-bg-top-left.webp"),
    url("/assets/images/job-apply-bg-top-right.webp"),
    url("/assets/images/job-apply-bg-bottom-left.webp"),
    url("/assets/images/job-apply-bg-bottom-right.webp"),
    /** 背景 */ url("/assets/images/job-apply-bg.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat, repeat;
  background-position:
        /** line */
    0.8rem 0.8rem,
    0.8rem calc(100% - 0.8rem),
    0.8rem 0.8rem,
    calc(100% - 0.8rem) calc(100% - 0.8rem),
    /** 四隅 */ 1.6rem 1.6rem,
    calc(100% - 1.6rem) 1.6rem,
    1.6rem calc(100% - 1.6rem),
    calc(100% - 1.6rem) calc(100% - 1.6rem),
    /** 背景 */ 0 0;
  background-size:
        /** line */
    calc(100% - 1.6rem) 0.1rem,
    calc(100% - 1.6rem) 0.1rem,
    0.1rem calc(100% - 1.6rem),
    0.1rem calc(100% - 1.6rem),
    /** 四隅 */ 5.8rem 5.8rem,
    5.8rem 5.8rem,
    5.8rem 5.8rem,
    5.8rem 5.8rem,
    /** 背景 */ contain;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--container-job-apply {
    min-height: 35.8rem;
    height: fit-content;
    padding: 3.2rem 1.2rem;
    background-position:
            /** line */
      0.4rem 0.4rem,
      0.4rem calc(100% - 0.4rem),
      0.4rem 0.4rem,
      calc(100% - 0.4rem) calc(100% - 0.4rem),
      /** 四隅 */ 0.8rem 0.8rem,
      calc(100% - 0.8rem) 0.8rem,
      0.8rem calc(100% - 0.8rem),
      calc(100% - 0.8rem) calc(100% - 0.8rem),
      /** bg */ 0 0;
    background-size:
            /** line */
      calc(100% - 0.8rem) 0.1rem,
      calc(100% - 0.8rem) 0.1rem,
      0.1rem calc(100% - 0.8rem),
      0.1rem calc(100% - 0.8rem),
      /** 四隅 */ 4rem 4rem,
      4rem 4rem,
      4rem 4rem,
      4rem 4rem,
      /** bg */ contain;
  }
}

.about-shop__job-information--p-job-apply {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--p-job-apply {
    font-size: 1.4rem;
  }
}

.about-shop__job-information--strong-job-apply {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  display: block;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--strong-job-apply {
    font-size: 2.4rem;
  }
}

.about-shop__job-information--container-job-apply-2th {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--container-job-apply-2th {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}

.about-shop__job-information--p-job-apply-phone-number {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #e43b68;
  box-sizing: border-box;
  padding: 0 1.65rem 0 5.25rem;
  margin: 1.15rem 0 0 0;
  width: 35.3rem;
  height: 6.5rem;
  background-image: url("/assets/images/phone.webp");
  background-repeat: no-repeat;
  background-position: 2.45rem 1.75rem;
  background-size: 1.6rem 2.667rem;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--p-job-apply-phone-number {
    text-align: center;
    margin: 0 0 0 50%;
    font-size: 2.4rem;
    height: 4.3rem;
    width: 21.8rem;
    min-width: 21.8rem;
    padding: 0 0 0 2.8rem;
    transform: translateX(-50%);
    background-position: 0.6rem 1rem;
    background-size: 1.2rem 2rem;
  }
}

.about-shop__job-information--p-job-apply-note {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 1.15rem 0;
  width: 35.3rem;
  height: 4.4rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--p-job-apply-note {
    font-size: 1.1rem;
    width: 100%;
    height: fit-content;
    margin: 0;
  }
}

.about-shop__job-information--a-job-apply-mail,
.about-shop__job-information--a-job-apply-line {
  position: relative;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  width: 28rem;
  height: 6rem;
  box-sizing: border-box;
  border: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.05rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .about-shop__job-information--a-job-apply-mail,
  .about-shop__job-information--a-job-apply-line {
    width: 24rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }
}

.about-shop__job-information--a-job-apply-mail {
  margin-bottom: 1.2rem;
}

.about-shop__job-information--a-job-apply-mail::before,
.about-shop__job-information--a-job-apply-mail::after,
.about-shop__job-information--a-job-apply-line::before,
.about-shop__job-information--a-job-apply-line::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2.4rem;
  height: 1.1rem;
  width: 0.18rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.about-shop__job-information--a-job-apply-mail::before,
.about-shop__job-information--a-job-apply-line::before {
  transform: translateY(-0.35rem) rotate(-45deg);
}

.about-shop__job-information--a-job-apply-mail::after,
.about-shop__job-information--a-job-apply-line::after {
  transform: translateY(0.35rem) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--a-job-apply-mail::before,
  .about-shop__job-information--a-job-apply-mail::after,
  .about-shop__job-information--a-job-apply-line::before,
  .about-shop__job-information--a-job-apply-line::after {
    top: calc(50% - 0.36rem);
    height: 0.92rem;
    width: 0.16rem;
  }

  .about-shop__job-information--a-job-apply-mail::before,
  .about-shop__job-information--a-job-apply-line::before {
    transform: translateY(-0.28rem) rotate(-45deg);
  }

  .about-shop__job-information--a-job-apply-mail::after,
  .about-shop__job-information--a-job-apply-line::after {
    transform: translateY(0.28rem) rotate(45deg);
  }
}

.about-shop__job-information--img-job-apply-mail {
  width: 2.8rem;
  height: 2.8rem;
  box-sizing: border-box;
  padding: 0.438rem 0.175rem 0.437rem 0.175rem;
  margin: 1.6rem 0.8rem 1.6rem 5.95rem;
  background-size: 2.45rem 1.925rem;
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--img-job-apply-mail {
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.2rem 0.8rem 1.2rem 4.8rem;
    padding: 0.376rem 0.15rem;
  }
}

.about-shop__job-information--img-job-apply-line {
  width: 2.8rem;
  height: 2.8rem;
  box-sizing: border-box;
  padding: 0;
  margin: 1.6rem 0.8rem 1.6rem 6.65rem;
  background-size: 2.8rem 2.8rem;
  background-size: 2.45rem 1.925rem;
  background-position: 0 0;
}

@media screen and (max-width: 767px) {
  .about-shop__job-information--img-job-apply-line {
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.2rem 0.8rem 1.2rem 5.4rem;
    background-size: 2.4rem 2.4rem;
  }
}

.about-shop__job-information--container-job-apply-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--container-job-apply-info {
    display: flex;
    flex-direction: column;
    grid-template: unset;
  }
}

.about-shop__job-information--p-middle-pink {
  width: 100%;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  color: #e43b68;
  margin: 0 0 1.6rem 0;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--p-middle-pink {
    width: 100%;
    font-size: 1.6rem;
  }
}

.about-shop__job-information--p-hidable-paragraph {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: #0c090d;
  box-sizing: border-box;
  padding: 0 0 0 0;
  margin: 0 0 3.6rem 0;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--p-hidable-paragraph {
    font-size: 1.2rem;
    margin: 0 0 2rem 0;
  }
}

.about-shop__job-information--button-show-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.2rem 6rem;
  background-color: #e43b68;
  width: 100%;
  max-width: 31.7rem;
  height: 5.1rem;
  border: none;
  border-radius: 10rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.about-shop__job-information--button-show-more::before,
.about-shop__job-information--button-show-more::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2.6rem;
  height: 1.1rem;
  width: 0.18rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.about-shop__job-information--button-show-more::before {
  transform: translateX(-0.35rem) rotate(135deg);
}

.about-shop__job-information--button-show-more::after {
  transform: translateX(0.35rem) rotate(45deg);
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--button-show-more {
    width: 24rem;
    height: 4.5rem;
    font-size: 1.4rem;
  }

  .about-shop__job-information--button-show-more::before,
  .about-shop__job-information--button-show-more::after {
    height: 0.92rem;
    width: 0.16rem;
  }

  .about-shop__job-information--button-show-more::before {
    transform: translate(-0.28rem, 0.16rem) rotate(135deg);
  }

  .about-shop__job-information--button-show-more::after {
    transform: translate(0.28rem, 0.16rem) rotate(45deg);
  }
}

.about-shop__job-information--table {
  width: 100%;
  border: solid 0.1rem #d3d4db;
  border-radius: 0.8rem;
}

.about-shop__job-information--tbody {
  border-radius: 0.8rem;
}

.about-shop__job-information--tr {
  width: 100%;
}

.about-shop__job-information--th {
  width: 10rem;
  min-width: 10rem;
  box-sizing: border-box;
  padding: 1.2rem 1.6rem;
  background-color: #f3f5fb;
  color: #0c090d;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
  border-right: solid 0.1rem #d3d4db;
  border-bottom: solid 0.1rem #d3d4db;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--th {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

.about-shop__job-information--td {
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 1.6rem;
  background-color: #fff;
  border-bottom: solid 0.1rem #d3d4db;
  color: #0c090d;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 991px) {
  .about-shop__job-information--td {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

.about-shop__job-information--tbody
  .about-shop__job-information--tr:nth-of-type(1)
  .about-shop__job-information--th {
  border-top-left-radius: 0.8rem;
}

.about-shop__job-information--tbody
  .about-shop__job-information--tr:nth-of-type(1)
  .about-shop__job-information--td {
  border-top-right-radius: 0.8rem;
}

.about-shop__job-information--tbody
  .about-shop__job-information--tr:nth-last-of-type(1)
  .about-shop__job-information--th {
  border-bottom-left-radius: 0.8rem;
  border-bottom: none;
}

.about-shop__job-information--tbody
  .about-shop__job-information--tr:nth-last-of-type(1)
  .about-shop__job-information--td {
  border-bottom-right-radius: 0.8rem;
  border-bottom: none;
}

.about-shop__job-information--a-googlemap {
  display: block;
  height: 2.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.16rem;
  letter-spacing: 0.05rem;
  color: #e43b68;
  padding-left: 2rem;
  background-image: url("/assets/images/map.webp");
  background-repeat: no-repeat;
  background-size: 1.075rem 1.375rem;
  background-position: 0.262rem 0.412rem;
  margin: 0.8rem 0 0 0;
}
