@charset "utf-8";

/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg.HeadMenu {
  background-image: url("/common/images/lower/menu/head_menu_bg.png");
}

@media screen and (max-width: 767px) {}

/***************************************************************************

  MENU

***************************************************************************/
.h2txt {
  margin-bottom: 70px;
}

.menuTi {
  position: relative;
}

.menuTi:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 60px;
  height: 2px;
  background-color: #000;
}

.salonMenuTiBg {
  max-width: 100%;
  height: 288px;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-image: url(/common/images/lower/menu/salonmemu_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.menuInfo {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 50px;
}

.menuLiWrap {
  max-width: 1028px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: .3s;
}

.menuLiWrap:after {
  content: '';
  display: block;
  height: 0;
  width: calc(96%/3);
}

.eyelashMenu {
  margin: 0 auto 0 auto;
  justify-content: center;
}

.eyelashMenu.menuLiWrap:after {
  display: none;
}

.menuLi {
  width: calc(96%/3);
  margin-bottom: 60px;
  border-top: solid 2px #000;
  padding: 46px 14px 76px 14px;
  position: relative;
  transition: .3s;
}

.eyelashMenu .menuLi {
  width: calc(96%/3);
  margin-right: 2%;
}

.eyelashMenu .menuLi:nth-child(2n) {
  margin-right: 0;
}

.menuLi:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  border-top: solid 2px #000;
}

.menuLi h3 {
  font-family: 'KhmerMN';
  font-size: 2.6rem;
  letter-spacing: .2rem;
  margin-bottom: 25px;
  position: relative;
}

.menuLi h3 i {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  position: absolute;
  top: 3.4rem;
  left: 0;
  letter-spacing: 0.055em;
  line-height: 1.5;
}

.eyelashMenu .menuLi h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: 16px;
}

.eyelashMenu .menuLi h3 em {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: .05em;
  display: block;
}

.menuLi h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  margin-left: 10px;
}

.menuLi .menuLiTxt {
  font-size: 1rem;
  margin-bottom: 10px;
}

.menuLi ul {
  font-size: 1.2rem;
}

.menuLi ul li {
  margin-bottom: 4px;
  position: relative;
}

.menuLi ul li span {
  position: absolute;
  right: 0;
}

.menuLi ul li small {
  line-height: 1.6;
  display: inline-block;
}

.menuLi ul li i {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.055em;
  padding: 5px 0 10px;
  line-height: 1.5;
}

.reserveWrap {
  max-width: 960px;
  margin: 0 auto 120px auto;
}

.reserveDl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  letter-spacing: .2rem;
}

.reserveDl dt {
  width: 40%;
  padding: 24px 0 24px 40px;
  border-bottom: solid 1px #000;
}

.reserveDl dd {
  width: 60%;
  padding: 24px 0;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 1028px) {
  .menuLiWrap {
    padding: 0 20px;
  }

  .eyelashMenu .menuLi {
    width: calc(96%/2);
    margin-right: 4%;
  }

  .menuLi {
    width: calc(96%/2);
  }
}

@media screen and (max-width: 767px) {
  .h2txt {
    margin-bottom: 30px;
  }

  .menuTi:after {
    width: 30px;
    height: 1px;
  }

  .salonMenuTiBg {
    height: 114px;
  }

  .menuInfo {
    margin-bottom: 20px;
  }

  .menuLiWrap {
    margin: 0 auto 50px auto;
    display: block;
    padding: 0 20px;
  }

  .eyelashMenu .menuLi {
    width: 100%;
    margin-right: 0;
  }

  .eyelashMenu .menuLi h3 em {
    display: inline-block;
    margin-left: 1em;
  }

  .menuLi {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 5px 26px 5px;
  }

  .menuLi:after {
    display: none;
  }

  .menuLi.menuLast:after {
    display: block;
    border-top: solid 2px #000;
  }

  .reserveWrap {
    margin-bottom: 60px;
    padding: 0 30px;
  }

  .reserveDl {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }

  .reserveDl dt {
    width: 35%;
    padding: 10px 0;
  }

  .reserveDl dd {
    width: 65%;
    padding: 10px 0;
  }
}
