@charset "UTF-8";
/* CSS Document */
#main-header {
  background-color: #FAF1E6;
}
main {
  background-image: url("../images/menu_bg-leaf.webp");
  background-color: #FAF1E6;
  background-position: top;
  background-size: contain;
  background-repeat: repeat-y;
  padding-bottom: 150px;
}
h2 {
  margin: 0 auto;
  padding-top: 150px;
}
h2::before {
  display: none;
}
h3 {
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 600;
  position: relative;
  border-left: solid 5px #064420;
  padding-left: 25px;
  letter-spacing: 0.03em;
}
.facial, .body, .epilation {
  width: 90%;
  margin: 90px auto 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 50px;
  max-width: 1100px;
}
@media(max-width:1024px) {
  main {
    padding-bottom: 90px;
  }
  h2 {
    padding-top: 100px;
  }
  .facial, .body, .epilation {
    margin: 50px auto 0;
    padding: 50px 20px;
  }
  h3 {
    padding-left: 10px;
  }
}
/*facial*/
.facial h4 {
  font-size: clamp(2.1rem, 2.5vw, 3rem);
  color: #064420;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 80px;
}
.standard::before {
  content: "Standard";
  position: absolute;
  font-size: clamp(6rem, 10.416vw, 12.5rem);
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: rgba(162, 178, 159, 0.2);
  letter-spacing: 0.1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.option::before {
  content: "Option";
  position: absolute;
  font-size: clamp(6rem, 10.416vw, 12.5rem);
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: rgba(162, 178, 159, 0.2);
  letter-spacing: 0.1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.standard-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
}
.standard-menu img {
  object-fit: contain;
  width: clamp(288px, 37.5vw, 450px);
  height: auto;
}
.standard-menu dl {
  width: 50%;
}
.standard-menu dt {
  font-size: clamp(1.6rem, 1.75vw, 2.1rem);
  font-weight: 600;
  border-bottom: solid 2px #A2B29F;
  margin-bottom: 25px;
  line-height: 1.8;
}
.standard-menu dt span {
  white-space: nowrap;
}
.standard-menu dd {
  font-size: 1.5rem;
}
.standard-menu dd p {
  font-size: clamp(1.3rem, 1.25vw, 1.5rem);
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.standard-menu dd p span {
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 2.833vw, 3.4rem);
  letter-spacing: 0.03em;
  color: #B82323;
  margin-left: 10px;
}
.option-description {
  margin-top: 60px;
  width: 70%;
}
.option_item-area {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.option-item {
  width: 230px;
  margin: 10px;
}
.option-item dt {
  color: #fff;
  background-color: #A2B29F;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.option-item dd {
  background-color: #FAF1E6;
}
.item-text1 {
  font-size: 1.5rem;
  height: 260px;
  text-align: left;
  padding: 0 10px;
}
.item-text2 {
  font-size: 1.3rem;
  justify-content: flex-end;
  height: 50px;
  display: flex;
  align-items: baseline;
  padding: 0 10px;
}
.item-text2 span {
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 2.166vw, 2.6rem);
  color: #B82323;
  margin-left: 10px;
}
.option-item dd img {
  margin: 0 auto 20px;
  display: block;
  width: 45%;
  padding-top: 20px;
  object-fit: contain;
}
.option-case_warap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 80px auto 0;
  border: solid 1px #D9D9D9;
  border-radius: 25px;
  max-width: 1000px;
  padding: 25px 30px;
}
.option-case_warap img {
  object-fit: contain;
  width: clamp(250px, 24.583vw, 295px);
  height: auto;
}
.option-case_warap dl {
  width: 55%;
  margin-left: 10px;
}
.option-case_warap dt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #A2B29F;
  padding: 5px 10px;
  letter-spacing: 0.03em;
}
.option-case_warap dt span {
  white-space: nowrap;
}
.option-case_warap dd {
  font-size: 1.5rem;
  margin-top: 8%;
}
.option-case_warap dd p {
  font-size: clamp(1.3rem, 1.25vw, 1.5rem);
  margin-top: 35px;
  text-align: right;
}
.option-case_warap dd p span {
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 2.333vw, 2.8rem);
  color: #B82323;
  letter-spacing: 0.03em;
  margin-left: 10px;
}
@media(max-width:1024px) {
  .facial h4 {
    margin-top: 50px;
  }
  .standard-menu {
    margin: 50px auto 0;
    flex-direction: column-reverse;
  }
  .standard-menu dl {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
  }
  .standard-menu dt {
    margin-bottom: 8px;
  }
  .standard-menu dd p {
    margin-top: 15px;
  }
  .option-description {
    width: 100%;
    margin-top: 20px;
  }
  .option_item-area {
    margin-top: 30px;
  }
  .option-case_warap {
    margin: 50px auto 0;
    flex-direction: column-reverse;
    padding: 20px 10px;
    width: 100%;
    max-width: 700px;
    row-gap: 20px;
  }
  .option-case_warap dl {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
  }
  .option-case_warap dd {
    margin-top: 3%;
  }
  .option-case_warap dd p {
    margin-top: 15px;
  }
}
@media(max-width:599px) {
  .option_item-area {
    justify-content: space-around;
    gap: 2%;
    max-width: 370px;
  }
  .option-item {
    width: 48%;
    margin: 10px auto;
  }
  .item-text1 {
    height: 290px;
    padding: 0 10px;
  }
  .option-item dt {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .option-item dd img {
    margin: 0 auto 10px;
    padding-top: 10px;
  }
  .item-text2 {
    padding: 0 5px;
    height: 40px;
  }
}
@media(max-width:370px) {
  .option-item {
    width: 80%;
  }
  .item-text1 {
    height: auto;
  }
}
/*body,epilation共通*/
.body dt, .epilation dt {
  font-size: clamp(1.6rem, 1.75vw, 2.1rem);
  font-weight: 600;
  border-bottom: solid 2px #A2B29F;
  margin-bottom: 25px;
  line-height: 1.8;
}
.body dd, .epilation dd {
  font-size: 1.5rem;
}
.body dd p, .epilation dd p {
  font-size: clamp(1.8rem, 2.166vw, 2.6rem);
  font-family: "Charis SIL", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #B82323;
  text-align: right;
  margin-top: 50px;
}
/*body*/
.body-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px auto 0;
}
.body-menu_text {
  width: 60%;
}
.body-menu img {
  object-fit: contain;
  width: clamp(296px, 24.416vw, 293px);
  height: auto;
}
@media(max-width:1024px) {
  .body dt, .epilation dt {
    margin-bottom: 10px;
    border-bottom: solid 1px #A2B29F;
  }
  .body dd p, .epilation dd p {
    margin-top: 20px;
  }
  .body-menu {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 15px;
  }
  .body-menu_text {
    width: 100%;
    max-width: 600px;
  }
}
/*epilation*/
.epilation-description {
  margin: 20px auto 60px;
}
.epilation h4 {
  font-size: clamp(1.7rem, 1.75vw, 2.1rem);
  font-weight: 600;
  background-color: #EBECE5;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.epilation h4::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #A2B29F;
  border-right: 3px solid #A2B29F;
  content: '';
  position: absolute;
  right: 4%;
  transition: transform .3s;
}
.epilation h4.open::after {
  transform: rotate(225deg);
}
.epilation dl {
  opacity: 0;
  height: 0;
  margin: 0 auto 20px;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
.epilation dl.open {
  opacity: 1;
  height: auto;
  margin: 0 auto 50px;
}
.epilation dt {
  margin: 30px 0 0;
}
.epilation dd {
  margin-top: 10px;
}
.epilation dd p {
  margin-top: 0;
}
@media(max-width:1024px) {
  .epilation-description {
    margin: 20px auto 30px;
  }
}