#omoide__bg02 {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1501px) {
  .faq__a {
    font-size: 2rem;
  }
}

#omoide__deco04 {
  width: 260px;
  top: 860px;
}

@media (max-width: 1500px) {
  #omoide__deco04 {
    width: 200px;
    top: 700px;
  }
}

@media (max-width: 1300px) {
  #omoide__deco04 {
    width: 18vw;
    top: 55vw;
  }
}

@media (max-width: 834px) {
  .intr__cont p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .intr__cont p {
    text-align: center;
  }
}

.about__bnr img {
  border-radius: 60px;
}

@media (max-width: 640px) {
  .about__bnr img {
    border-radius: 40px;
  }
}

@media (min-width: 641px) {
  .shop-list li {
    padding-top: 70px;
  }

  .shop-list li .shop-ttl {
    top: 0;
  }
}

.brand-flex {
  align-items: center;
}

.brand-flex-ttl .mycy-logo {
  width: 202px;
}

@media (max-width: 834px) {
  .brand-flex-ttl .mycy-logo {
    width: 170px;
  }
}

@media (max-width: 834px) {
  .greeting-flex .img-bl img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.moti-ttl .marker {
  z-index: 1;
}

/*-----追加20250403--------------------------------*/

.top-kobe-salon__ttl {
  color: #161515;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 25px;
  display: inline;
  background: radial-gradient(circle, black 1px, transparent 2px) repeat-x;
  background-size: 9px 3px;
  background-position: bottom;
  padding-bottom: 5px;
}
.top-kobe-salon__ttl span {
  color: #e84888;
  font-size: 2.4rem;
  margin-left: 4px;
}
.top-kobe-salon .shop-list {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
  width: 70%;
}

.top-kobe-salon {
  border-radius: 44px;
  background-color: #fce2df;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 53px 30px 62px;
  margin-inline: 100px;
}
@media (max-width: 1200px) {
  .top-kobe-salon {
    margin-inline: 50px;
  }
}
@media (max-width: 834px) {
  .top-kobe-salon {
    margin-inline: 25px;
  }
}

@media (max-width: 834px) {
  .top-kobe-salon .shop-list {
    display: grid;
    gap: 100px;
    padding: 0;
    grid-template-columns: 1fr;
    width: 400px;
    max-width: 90%;
    margin: 40px auto 0px;
  }
}
@media (max-width: 640px) {
  .top-kobe-salon .shop-list {
    gap: 75px;
  }
}

.shop-list li .shop-ttl.--iiro {
  width: 100px;
}
@media (max-width: 640px) {
  .shop-list li .shop-ttl.--iiro {
    width: 65px;
  }
}
