@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #1a1a1a;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  --s: 60px; /* control the size */
  --_g: #0000 83%, #ffe062 85% 99%, #0000 101%;
  background: radial-gradient(27% 29% at right, var(--_g)) calc(var(--s) / 2) var(--s), radial-gradient(27% 29% at left, var(--_g)) calc(var(--s) / -2) var(--s), radial-gradient(29% 27% at top, var(--_g)) 0 calc(var(--s) / 2), radial-gradient(29% 27% at bottom, var(--_g)) 0 calc(var(--s) / -2) #962d1f;
  background-size: calc(2 * var(--s)) calc(2 * var(--s));
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

.container {
  max-width: 375px;
  margin: 0 auto;
  background: #fff8dc;
  box-shadow: 0px 5px 15px 0px rgba(46, 14, 0, 0.3490196078);
}

.fv img {
  margin: 0 auto;
}
.fv p {
  color: #cb3b27;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 5% auto;
}
.fv_icn {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.menu {
  margin: 5% auto;
}
.menu_main {
  margin: 0 2%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.menu_main::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transform: rotate(45deg);
  animation: kirari 2s ease-in-out infinite;
}
@keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }
  76% {
    -webkit-transform: scale(4) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.menu__item {
  margin: 5% auto 0;
}
.menu__item h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  background-color: #cb3b27;
  margin: 0 20%;
  padding: 0.5em;
  border-radius: 100px 0px 100px 0px;
}
.menu__item .hl_head {
  background-color: #d1a647;
}
.menu__item p {
  text-align: center;
  font-size: 1.2rem;
  margin: 5% auto;
  font-weight: bold;
}
.menu__item__parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-bottom: 5%;
}

.item__detail {
  margin: 20% 10% 10%;
}

.bag__detail {
  position: relative;
  margin-bottom: 10%;
}
.bag__detail .btn {
  color: #cb3b27;
  background-color: #fff;
  text-align: center;
  border-radius: 100vh;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0 5%;
  padding: 0.5rem 2rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5%;
  z-index: 100;
}
.bag__detail .btn__green {
  color: #307a00;
}
.bag__detail .btn__rgreen {
  color: #649e3f;
}

.qa, .salon {
  margin: 0;
}
.qa h2, .salon h2 {
  background: linear-gradient(90deg, #c67700 0%, #fcff9e 100%);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
  padding: 5%;
  text-align: center;
}
.qa__box, .salon__info {
  list-style: none;
  max-width: 100%;
  padding: 5% 0;
  display: block;
  position: relative;
}

.question, .salon__name {
  background: #cb3b27;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  padding: 2rem;
  line-height: 1.5rem;
  text-align: left;
}
.question::before, .salon__name::before {
  position: absolute;
  content: "+";
  font-family: auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  right: 1rem;
}
.question.close::before, .close.salon__name::before {
  content: "-";
}

.answer {
  display: none;
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
  text-align: left;
}

/* FAQここまで */
/* サロン情報ここから */
.salon .add {
  display: none;
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
  text-align: left;
}
.salon .addiframe {
  max-width: 100%;
  height: auto;
}

footer {
  text-align: center;
  padding: 5% auto;
}
footer .ob_btn {
  color: #fff;
  background: linear-gradient(90deg, #c67700 0%, #fcff9e 100%);
  text-align: center;
  border-radius: 100vh;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin: 0 5%;
  padding: 0.5rem 2rem;
  margin: 5% auto 10%;
}/*# sourceMappingURL=style.css.map */