@charset "UTF-8";
/* CSS Document */
/*menu page topにあるimage画像の部分*/
h2 {
  color: #666;
  margin-bottom: 10px;
}
h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}
.page-image {
  background-image: url("../images/menu/sp-menu-top.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 75px auto 0;
  padding: 50px 0;
}
.epi-title {
  margin-bottom: 25px;
  padding-top: 50px;
}
.border-bottom {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #666;
  margin: 0 auto 50px;
}
/*SHR光脱毛・ブラジリアンワックスの特長*/
.merit img {
  margin: 0 auto 50px;
}
.shr-wrapper {
  box-sizing: border-box;
  padding: 0 20px;
}
.wax-wrapper {
  box-sizing: border-box;
  padding: 0 20px;
}
/*SHR光脱毛・ブラジリアンワックスのイメージ画像*/
.epi-image {
  margin-bottom: 25px;
}
/*光とワックスの詳しい説明文*/
.epi-text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 50px;
}
.about-epi {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}
.shr-table-image img {
  margin: 0 auto 50px;
}
/*ブラジリアンワックスはこんな方におすすめ*/
.for-wax {
  margin-bottom: 50px;
  font-family: "Noto Serif CJK JP";
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.wax-check {
  position: relative;
  text-align: left;
}
.wax-checkbox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10%;
  height: 20px;
  background-image: url("../images/menu/checkbox.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.wax-check__text {
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
/*ダブル脱毛*/
.new-catch-wrapper {
  position: relative;
}
.new-catch::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  width: 50%;
  height: 72px;
  background-image: url("../images/top/sp-new-catch.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.w-epi-title {
  margin-bottom: 15px;
  padding-top: 100px;
}
.vio-title {
  font-size: 2rem;
}
.shr-wax {
  margin-bottom: 50px;
}
.shr-image img {
  margin: 0 auto 10px;
}
.wax-image img {
  margin: 0 auto 10px;
}
.about-w-epi {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.marker {
  background: linear-gradient(transparent 60%, #d6e6f2 0%);
}
.price-wrapper {
  margin: 0 0 100px;
}
/*料金表タイトル*/
.price-title {
  margin-bottom: 15px;
  font-size: 2.8rem;
}
.price-ja {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.other-price-ja {
  margin-bottom: 60px;
}
.campaign {
  color: #7490af;
  font-weight: bold;
}
.campaign1 {
  position: relative;
}
.campaign1::after {
  position: absolute;
  content: "キャンペーン中！";
  color: #7490af;
  font-weight: bold;
  top: 14px;
  left: 20%;
}
/*SHR光脱毛の料金表 PC版*/
@media screen and (min-width: 1001px) {
  .table-shr {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
  }
  .table-shr tr {
    background-color: #fff;
  }
  tbody tr:nth-of-type(odd) {
    background-color: #f7fcfe;
  }
  /* thead tr{
            background-color: #fff;
          } */
  .table-shr th,
  .table-shr td {
    padding: 35px;
  }
  .table-shr thead th {
    padding: 35px;
    text-align: right;
  }
  .table-shr thead tr {
    background-color: #fff;
  }
  .table-shr tbody th {
    text-align: left;
  }
  .price {
    text-align: right;
  }
  .campaign1::after {
    position: absolute;
    content: "キャンペーン中！";
    color: #7490af;
    font-weight: bold;
    top: 12px;
    left: 25%;
  }
}
/*SHR光脱毛の料金表 SP版*/
@media screen and (max-width: 1000px) {
  .table-shr {
    border: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .table-shr th {
    background-color: #fff;
    display: block;
    font-size: 1.4rem;
  }
  .table-shr thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-shr tr {
    display: block;
    margin-bottom: 25px;
  }
  .table-shr tr:last-of-type {
    margin-bottom: 0;
  }
  .table-shr td {
    display: block;
    text-align: right;
    position: relative;
    padding: 15px;
    border-right: none;
  }
  .table-shr td:nth-of-type(odd) {
    background-color: #f7fcfe;
  }
  .table-shr td:nth-of-type(even) {
    background-color: #fff;
  }
  .table-shr td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
  }
  .table-shr td:last-of-type {
    border-bottom: 0;
  }
  .table-shr tbody th {
    padding: 15px;
    text-align: center;
  }
  .table-shr tr:nth-of-type(even) {
    background-color: #fff;
  }
}
/*ブラジリアンワックスとその他のメニューの料金表*/
.table-wax-other {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}
.th-wax-other,
.td-wax-other {
  padding: 15px;
  text-align: left;
}
.td-wax-other {
  text-align: right;
}
.tr-wax-other:nth-of-type(odd) {
  background-color: #f7fcfe;
}
.wax-parts {
  line-height: 1.5;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
}
/*価格は税別などの注意書きの部分*/
.link-news {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: left;
}
.price-list-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
}
/*脱毛施術部位のイラスト*/
.parts-wrapper {
  position: relative;
}
.s-parts,
.m-parts {
  display: block;
  margin-bottom: 15px;
}
.l-parts {
  display: block;
  margin-bottom: 50px;
}
.s-parts::after {
  position: absolute;
  content: "";
  left: 55px;
  width: 40px;
  height: 15px;
  background-color: #9db1c7;
  border-radius: 5px;
  display: inline-block;
}
.m-parts::after {
  position: absolute;
  content: "";
  top: 28px;
  left: 55px;
  width: 40px;
  height: 15px;
  background-color: #d4f4f9;
  border-radius: 5px;
  display: inline-block;
}
.l-parts::after {
  position: absolute;
  content: "";
  top: 56px;
  left: 55px;
  width: 40px;
  height: 15px;
  background-color: #d6e6f2;
  border-radius: 5px;
  display: inline-block;
}
/*正面・背面・顔・vio*/
.parts-illust {
  margin: 0 auto 25px;
}
.parts-illust:nth-of-type(3) {
  width: 50%;
}
.message-wrapper {
  position: relative;
  background-color: #f7fcfe;
  margin-bottom: 40px;
  padding: 32px 0;
}
.solid::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7490af;
}
.solid::after {
  position: absolute;
  content: "";
  background-color: #7490af;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.to-customer {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.message-inner {
  max-width: 814px;
  margin: 0 auto;
}
.message-inner {
  padding: 0 20px;
  margin: 0 auto;
}
.message {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.8;
}
.message:last-of-type {
  margin-bottom: 0;
}
/* 同意書 */
.consent {
  max-width: 768px;
  margin: 0 auto;
}
.consent a {
  background: url(../images/common/consent-banner.jpg) no-repeat center/ cover;
  text-align: center;
  width: 80%;
  margin: 0 auto 200px;
  display: block;
  padding: 15px;
}
.consent p {
  background-color: rgba(247, 252, 254, 0.86);
  padding: 40px 0;
}
/*眉の美容室・フェイシャルエステ*/
.other-image {
  background-image: url("../images/menu/sp-other-image.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 42px 0;
  margin-bottom: 50px;
  line-height: 1;
}
.other-title {
  margin-bottom: 25px;
}
.other-subtitle {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.other-text {
  margin-bottom: 25px;
  line-height: 1.8;
  text-align: left;
}
.before-after {
  background-color: #f7fcfe;
  padding: 40px 20px 50px;
  margin-bottom: 25px;
}
.before-after__title {
  margin-bottom: 10px;
  color: #7490af;
  font-size: 1.8rem;
}
.eyeblow-before {
  margin-bottom: 25px;
}
.facial-image > img {
  margin: 0 auto 25px;
}
.process {
  margin-bottom: 100px;
  line-height: 1.8;
}
/* --------------------------------------------------
  pc版
-------------------------------------------------- */
@media screen and (min-width: 641px) {
  /* 料金表タイトル*/
  .price-title {
    margin-bottom: 30px;
    font-size: 4.6rem;
  }
  .price-ja {
    margin-bottom: 100px;
    font-size: 1.8rem;
  }
  .price-wrapper {
    padding: 0 9%;
  }
  .price-wrapper:last-of-type {
    margin-bottom: 190px;
  }
  .price-list-wrapper:first-of-type {
    margin-bottom: 50px;
  }
  .price-list-wrapper {
    max-width: 1140px;
    margin: 0 20px 30px;
  }
  .price-list-wrapper:last-of-type {
    margin-bottom: 30px;
  }
  .price-list-text-wrapper > a > .price-list-text {
    display: block;
    margin: 0 20px 20px;
    font-size: 1.2rem;
    text-align: right;
  }
  .link-news {
    margin: 0 20px 10px;
    font-size: 1.2rem;
    text-align: right;
  }
  .price-list-text {
    margin: 0 20px 8px;
    font-size: 1.2rem;
    text-align: right;
  }
  .price-list-text:last-of-type {
    margin-bottom: 0;
  }
  .wax-parts {
    padding-left: 34px;
  }
  /*ブラジリアンワックスとその他の料金表PC版*/
  @media screen and (min-width: 1001px) {
    .th-wax-other,
    .td-wax-other {
      padding: 35px;
    }
  }
  h3 {
    font-size: 4.6rem;
  }
  .page-image {
    background-image: url("../images/menu/menu-top.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    margin-top: 95px;
  }
  .epi-title {
    margin-bottom: 50px;
    padding-top: 100px;
  }
  .border-bottom {
    width: 30px;
    margin: 0 auto 100px;
  }
  /*SHR光脱毛・ブラジリアンワックスの特長*/
  .merit {
    margin-bottom: 100px;
  }
  .merit-wrapper {
    padding: 0 9%;
  }
  .shr-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 100px;
    padding: 0;
  }
  .shr-image {
    margin-right: 30px;
  }
  .wax-wrapper {
    display: flex;
    margin-bottom: 100px;
    padding: 0;
  }
  .shr-table-image {
    margin-bottom: 100px;
    padding: 0 9%;
  }
  .epi-text {
    width: 70%;
    margin: 80px 68px 0;
    line-height: 2.5;
  }
  /*SHR光脱毛・ブラジリアンワックスのイメージ画像*/
  .epi-image {
    display: block;
    margin-bottom: 0;
  }
  .epi-image:nth-of-type(3) {
    margin-right: 30px;
  }
  .epi-image-wax {
    flex-direction: row;
  }
  .for-wax {
    margin-bottom: 100px;
    font-size: 3.2rem;
  }
  .wax-check {
    margin-left: 20%;
  }
  .wax-checkbox::before {
    width: 30%;
    height: 25px;
  }
  .wax-check__text {
    margin-bottom: 65px;
    padding-left: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .new-catch::before {
    top: 80px;
    left: 18%;
    width: 30%;
    height: 140px;
    background-image: url("../images/top/new-catch.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .w-epi-title {
    margin-bottom: 30px;
    padding-top: 200px;
  }
  .vio-title {
    font-size: 3.2rem;
  }
  .shr-wax {
    margin-bottom: 100px;
    font-size: 1.8rem;
  }
  /*SHR光脱毛とブラジリアンワックスの画像の横並び*/
  .flex {
    display: flex;
  }
  .about-w-epi {
    margin-bottom: 50px;
    font-size: 2.7rem;
    line-height: 2;
  }
  .w-epi__text {
    margin: 0 auto 200px;
  }
  .parts-illust {
    margin-bottom: 50px;
    padding: 0 9%;
  }
  .other-inner {
    padding: 0 9%;
  }
  .other-image {
    padding: 84px 0;
    margin-bottom: 100px;
    line-height: 1;
  }
  .other-subtitle {
    margin-bottom: 50px;
    font-size: 2.7rem;
  }
  .other-text {
    margin: 0 160px 50px;
  }
  .other-text:last-of-type {
    margin-bottom: 100px;
  }
  .before-after {
    display: flex;
    padding-bottom: 80px;
    margin-bottom: 100px;
  }
  .before-after__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .before-after-img {
    margin-right: 30px;
  }
  .message-wrapper {
    margin-bottom: 40px;
    padding: 90px 0;
  }
  .to-customer {
    margin-bottom: 60px;
    font-size: 2.7rem;
  }
  .message-inner {
    max-width: 814px;
    margin: 0 auto;
  }
  .message {
    margin-bottom: 20px;
  }
  .consent a {
    padding: 24px;
  }
  .process-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
  }
  .process {
    margin-right: 140px;
  }
  .facial-image {
    display: block;
    width: 50%;
  }
  .facial-image:first-of-type {
    width: 0;
    margin-bottom: 0;
  }
}
