@charset "UTF-8";
.salon-menu-page {
  background-color: var(--black);
  text-align: center;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

.menu-pc-only {
  display: block;
}

.menu-sp-only {
  display: none;
}

.menu-sp-only-2 {
  display: none;
}

.menu-pc-only-2 {
  display: block;
}

/* 見出し */
.menu-hero {
  color: var(--white);
  padding: 40px 50px;
}

/* メニューリスト */
.menu-list {
  padding-bottom: 30px;
}

.menu-item {
  display: flex;
  align-items: stretch;
  background: var(--white);
  margin: 0 auto 20px;
  width: 57vw;
  min-width: 850px;
  border: 1px solid var(--gold);
  overflow: hidden;
  padding: 30px;
  gap: 4%;
  /* 新規/リピーター区分と備考 */
  /* コース名・金額 */
  /* 「ご新規様」、「リピーター様」横並び */
  /* 「ご新規様／リピーター様」を横並び */
  /* メニュー・コースの備考 */
}
.menu-item .menu-item-img {
  width: 30%;
}
.menu-item .menu-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-item .menu-item-text {
  width: 66%;
  text-align: left;
}
.menu-item .menu-item-text h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.417rem + 0.17vw, 1.625rem);
  margin-bottom: 10px;
  display: block;
  background-color: var(--light-gold);
  padding: 10px 1rem;
  line-height: 1.2;
}
.menu-item .menu-item-text .menu-explain {
  margin-bottom: 0;
}
.menu-item .menu-target {
  display: flex;
  border-bottom: solid 1px var(--dark-gray);
  margin: 10px 0 5px;
  justify-content: space-between;
  align-items: center;
}
.menu-item .menu-target .menu-target-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.292rem + 0.17vw, 1.5rem);
}
.menu-item .course-item {
  display: flex;
  align-items: center;
}
.menu-item .course-item p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  margin-bottom: 5px;
}
.menu-item .course-item .course {
  font-size: 20px;
  width: 86px;
  padding-left: 16px;
  margin-bottom: 0;
}
.menu-item .course-item .price {
  font-size: clamp(1.5rem, 1.417rem + 0.17vw, 1.625rem);
  color: var(--text-red);
  flex: 1;
}
.menu-item .course-item .tax {
  font-size: clamp(1rem, 0.625rem + 0.63vw, 1.375rem);
  color: var(--text-red);
}
.menu-item .new-repeater-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.menu-item .new-repeater-container .new, .menu-item .new-repeater-container .repeater {
  width: 48%;
}
.menu-item .new-repeater-container .menu-price .course-item {
  width: 100%;
  border-bottom: solid 1px var(--dark-gray);
}
.menu-item .new-repeater .menu-price {
  display: flex;
  flex-wrap: wrap;
}
.menu-item .new-repeater .menu-price .course-item {
  width: 50%;
  border-bottom: solid 1px var(--dark-gray);
}
.menu-item .new-repeater .menu-price .course-item:nth-child(2n+1):last-child {
  width: 100%;
}
.menu-item .menu-remarks {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
  text-align: right;
  margin-bottom: 0;
}

/* スペシャルメニュー */
.special-menu {
  color: #fff;
  display: flex;
  gap: 4%;
  justify-content: center;
  margin: 0 auto 80px;
  width: 57vw;
  min-width: 850px;
}
.special-menu img {
  width: 50%;
}
.special-menu .special-menu-text {
  width: 50%;
  text-align: left;
}
.special-menu .special-menu-text a {
  margin-top: 20px;
}

/* 施術の流れ */
.flow {
  background-image: url(../../images/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 20px;
}
.flow .flow-steps {
  width: 57vw;
  min-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
}
.flow .flow-step-item {
  display: flex;
  gap: 4%;
}
.flow .flow-step-item img {
  width: 40%;
}
.flow .flow-step-item .flow-step-text {
  width: 56%;
  text-align: left;
}
.flow .flow-step-item .flow-step-text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gold);
}
.flow .flow-step-item:not(:first-child) {
  margin-top: 20px;
}
.flow .flow-step-item:not(:last-child) {
  border-bottom: solid 1px var(--gold);
}
.flow .flow-step-item:not(:last-child) img {
  margin-bottom: 25px;
}
.flow .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid var(--gold);
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .menu-hero {
    padding: 30px 50px;
  }
  .menu-item,
  .special-menu,
  .flow .flow-steps {
    min-width: 720px;
  }
  .menu-explain-2 {
    background-color: var(--light-gold);
    padding: 5px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-pc-only {
    display: none;
  }
  .menu-sp-only {
    display: block;
  }
  p {
    font-size: 16px;
    font-weight: 400;
  }
  /* 見出し */
  .menu-hero {
    padding: 40px 20px;
  }
  .menu-hero p {
    text-align: left;
  }
  /* メニューリスト */
  .menu-list {
    padding-bottom: 30px;
    padding: 0 20px 30px;
  }
  .menu-item {
    flex-direction: column;
    margin: 0 auto 20px;
    width: 100%;
    min-width: auto;
    padding: 20px;
    /* 新規/リピーター区分と備考 */
    /* コース名・金額 */
    /* 「ご新規様」、「リピーター様」*/
    /* 「ご新規様／リピーター様」*/
  }
  .menu-item .menu-item-img {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-item .menu-item-img img {
    width: 100%;
    aspect-ratio: 2.36/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu-item .menu-item-text {
    width: 100%;
    text-align: left;
    display: contents;
  }
  .menu-item .menu-item-text h2 {
    order: 1;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 4px;
  }
  .menu-item .menu-item-text .menu-explain {
    order: 3;
  }
  .menu-item .menu-item-text .menu-remarks {
    order: 4;
  }
  .menu-item .menu-target {
    flex-direction: column;
    text-align: center;
    margin: 20px 0 10px;
  }
  .menu-item .menu-target .menu-target-title {
    font-size: 18px;
  }
  .menu-item .course-item p {
    font-weight: 900;
    margin-bottom: 5px;
  }
  .menu-item .course-item .course {
    padding-left: 15%;
    width: 40%;
  }
  .menu-item .course-item .price {
    width: 60%;
  }
  .menu-item .course-item .tax {
    font-size: 16px;
  }
  .menu-item .new-repeater-container {
    order: 5;
    flex-direction: column;
  }
  .menu-item .new-repeater-container .new, .menu-item .new-repeater-container .repeater {
    width: 100%;
    justify-content: center;
  }
  .menu-item .new-repeater {
    order: 6;
  }
  .menu-item .new-repeater .menu-price {
    flex-direction: column;
  }
  .menu-item .new-repeater .menu-price .course-item {
    width: 100%;
  }
  /* スペシャルメニュー */
  .special-menu {
    padding: 0 20px 30px;
    flex-direction: column;
    margin: 30px auto;
    width: 100%;
    min-width: auto;
  }
  .special-menu img {
    order: 3;
    aspect-ratio: 2.5/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    width: 100%;
    margin-top: 10px;
  }
  .special-menu .special-menu-text {
    display: contents;
    width: 100%;
  }
  .special-menu .special-menu-text h2 {
    order: 1;
    text-align: center;
  }
  .special-menu .special-menu-text p {
    order: 2;
  }
  .special-menu .special-menu-text .btn {
    margin-top: 10px;
    text-align: center;
    order: 4;
  }
  /* 施術の流れ */
  .flow {
    padding: 60px 20px;
  }
  .flow .flow-steps {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .flow .flow-step-item {
    align-items: flex-start;
    gap: 2%;
  }
  .flow .flow-step-item img {
    width: 40%;
    aspect-ratio: 1/1.2;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .flow .flow-step-item .flow-step-text {
    width: 58%;
    text-align: left;
  }
  .flow .flow-step-item .flow-step-text h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .flow .flow-step-item .flow-step-text p {
    font-size: 14px;
    line-height: 1.25;
  }
  .flow .flow-step-item:not(:first-child) {
    margin-top: 10px;
  }
  .flow .flow-step-item:not(:last-child) {
    border-bottom: solid 1px var(--gold);
  }
  .flow .flow-step-item:not(:last-child) img {
    margin-bottom: 10px;
  }
  .flow .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid var(--gold);
    margin: 0 auto;
  }
}
@media screen and (max-width: 601px) {
  .menu-sp-only-2 {
    display: block;
  }
  .menu-pc-only-2 {
    display: none;
  }
}/*# sourceMappingURL=menu.css.map */