@charset "utf-8";

.service-under__section--title-en {
  margin-bottom: 106px;
}
.service-under__section:last-of-type {
  margin-bottom: 261px;
}
.service-under__section--inner-text {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .service-under__section--title-en {
    margin-bottom: 38px;
  }
  .service-under__section--inner-title--ja {
    margin-bottom: 16px;
  }
  .service-under__section--inner-text {
    margin-bottom: 35px;
  }
}

/* *********************** アコーディオン *********************** */
.details {
  max-width: 1137px;
  margin: 0 auto;
}
.details:last-of-type {
  border-bottom: 1px solid #11b91e;
}
.summary {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #11b91e;
  border-top: 1px solid #11b91e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
/* デフォルトの三角形アイコンを非表示にする */
summary::-webkit-details-marker {
  display: none;
}
.summary__circle {
  transition: transform 1s ease;
}
/* アクティブの時のスタイル */
details[open] .summary__circle {
  transform: rotate(90deg);
}
details[open] .summary__circle .circle-outline circle {
  fill: #63f26e;
  stroke: #fff;
}
details[open] .summary__circle .arrow {
  stroke: #fff;
}
.accordion__container {
  display: flex;
  color: #11b91e;
}
.accordion__img {
  margin-bottom: 20px;
}
.coming-soon {
  letter-spacing: 0.2em;
  font-size: 20px;
}
.shop {
  width: 178px;
  height: 72px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 72px;
  border: 1px solid #11b91e;
  margin-bottom: 45px;
  margin-right: 36px;
}
.shop2 {
  width: 250px;
  font-size: clamp(
    0.938rem,
    0.733rem + 0.43vw,
    1.25rem
  ); /* 1920vw:20px 760vw:15px */
}
.shop:hover {
  color: #fff;
  background-color: #63f26e;
  border: none;
}

@media (max-width: 767px) {
  .summary {
    font-size: 14px;
    padding: 22px 0;
  }
  .summary__circle {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .accordion__container {
    justify-content: space-around;
    gap: 20px;
  }
  .shop {
    max-width: 134px;
    width: 100%;
    height: 54px;
    font-size: 14px;
    line-height: 54px;
    margin-bottom: 52px;
    margin-right: 0;
  }
  .shop2 {
    width: 186px;
    font-size: 12px;
  }
  .shop3 {
    width: 120px;
  }
}
