@charset "UTF-8";

/* -------------------- Salon -------------------- */
.salon_top {
  width: 100%;
  height: 350px;
  background: url(../images/salon/salon_top.jpg) no-repeat center center / cover rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  margin: 110px 0;
  display: flex;
  align-items: center;
}

.salon_top-content {
  color: #fff;
}

.salon_top-title {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .salon_top {
    margin-top: 132px;
  }
}

/* -------------------- Treatment -------------------- */
.treatment {
  margin-bottom: 60px;
}

.treatment_title {
  text-align: center;
  margin-bottom: 80px;
}

.treatment_emphasis {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #84A495;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .treatment_emphasis {
    font-size: 1.7rem;
  }
}

/* -------------------- Recommend -------------------- */
.recommend {
  margin-bottom: 120px;
}

.recommend_content {
  border: 1px solid #504949;
  padding: 45px 0;
  margin-bottom: 96px;
}

.recommend_content-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 20px;
}

.recommend_desc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 820px;
  margin-left: 6%;
}

.recommend_desc li {
  width: calc((100% - 40px) / 3);
  min-width: 260px;
  position: relative;
  padding-left: 26px;
}

.recommend_desc li::before {
  content: url(../images/craft/check.svg);
  left: 0;
  position: absolute;
}

.recommend_desc .stretch {
  width: 400px;
  flex-grow: 2;
}

.effect {
  background: #F4F8F6;
  padding: 20px;
  position: relative;
}

.effect_title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.666;
  position: absolute;
  top: -15px;
}

.effect ul {
  margin-left: 6%;
}

.effect ul li {
  list-style: disc;
}

@media screen and (max-width: 935px) {
  .recommend_desc {
    margin-left: 15%;
  }
}

@media screen and (max-width: 768px) {
  .recommend_content {
    padding: 40px 20px;
  }

  .recommend_desc {
    margin-left: 6%;
  }
}

@media (max-width: 500px) {
  .recommend_desc {
    margin-left: 0;
  }
}

/* -------------------- Menu -------------------- */
.menu {
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #F5F3ED 20%, #F5F3ED 100%);
  padding-bottom: 100px;
  margin-bottom: 130px;
}

.menu_title {
  margin-bottom: 40px;
}

.item_swiper-table {
  margin-bottom: 56px;
}

.item_swiper-table.item-slider_content {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 66px;
}

.item-slider .swiper-wrapper {
  justify-content: space-between;
}

.item-slider .swiper-slide {
  width: calc((100% - 20px * 2) / 3);
}

.menu_item {
  background: #fff;
}

.menu_item-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.menu_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

.menu_item-title {
  font-weight: 500;
  line-height: 1.5;
}

.item_btn-prev,
.item_pagination,
.item_btn-next {
  display: none;
}

.tag_content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
  margin: 10px;
}

.tag_content.adjust {
  margin-bottom: 18px;
}

.tag {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 12px;
  background: #DEEBE5;
  border-radius: 12px;
}

.menu_price {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666;
}

.item_control {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 90px;
  margin: 0 auto;
}

.option {
  background: #fff;
  padding: 40px;
}

.option_title {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(80, 73, 73, 0.3);
  margin-bottom: 30px;
}

.option_list {
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.option_list li {
  list-style: disc;
}

@media screen and (max-width: 900px) {
  .menu {
    padding-bottom: 60px;
  }

  .item_btn-prev,
  .item_pagination,
  .item_btn-next {
    display: block;
  }

  .swiper-pagination-bullet {
    background-color: #84A495;
  }
}

/* -------------------- Course -------------------- */
.course {
  margin-bottom: 95px;
}

.title_content {
  text-align: center;
  margin-bottom: 64px;
}

.course_title {
  font-size: 2rem;
  line-height: 1.5;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 26px;
  display: inline-block;
}

.course_order {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px solid #B2D0C2;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

.course_order span {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  color: #84A495;
  padding-right: 20px;
}

.course_txt {
  margin-bottom: 75px;
}

.more {
  display: none;
}

@media screen and (max-width: 768px) {
  .course {
    margin-bottom: 85px;
  }

  .course_title {
    font-size: 1.8rem;
  }

  .course_order {
    font-size: 1.7rem;
  }

  .course_txt.last {
    margin-bottom: 0;
  }

  .hidden {
    height: 650px;
    overflow: hidden;
    position: relative;
  }

  .hidden.open {
    height: auto;
  }

  .hidden::before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 70%);
    position: absolute;
    bottom: 0;
  }

  .hidden.open::before {
    background: none;
  }

  .more {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: bottom .4s;
  }

  .more.open {
    display: none;
  }
}

/* -------------------- Rule -------------------- */
.rule {
  background: #F5F3ED;
  padding-top: 94px;
}

.rule_desc {
  background: #fff;
  padding: 60px 30px;
  position: relative;
  margin-bottom: 60px;
}

.rule_desc-title {
  font-size: 2rem;
  position: absolute;
  top: -20px;
}

.rule_desc ul {
  margin: 30px 6%;
}

.rule_desc ul li {
  list-style: disc;
}

.prohibited {
  margin-bottom: 60px;
}

.contact_title {
  font-weight: 500;
}

.contact_txt {
  padding-bottom: 80px;
}

/* -------------------- Announce -------------------- */
.announce {
  width: 100%;
  height: 290px;
  background: url(../images/salon/salon_prant.jpg) no-repeat center center / cover;
  margin-bottom: 120px;
  position: relative;
}

.announce_content {
  background: #84A495;
  color: #fff;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .announce {
    height: 354px;
  }
}