@charset "UTF-8";
.html,
.body {
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
}

.w1200 {
  padding: 0 0.3rem;
}

.only-pc {
  display: none !important;
}

.only-m {
  display: block;
  width: 100%;
}

.indexNavMain {
  position: absolute;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  z-index: 999;
}
.indexNavMain .topNav {
  display: none;
}
.indexNavMain .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
  text-transform: uppercase !important;
}

#leftMenu a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

.goTop {
  position: fixed;
  bottom: 0.1rem;
  right: 0.1rem;
  width: 0.4rem;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.goTop img {
  display: block;
  width: 100%;
}

.bannerMain {
  position: relative;
}
.bannerMain .banner-m {
  display: block;
  width: 100%;
  height: auto;
}
.bannerMain .logo {
  position: absolute;
  top: 0.05rem;
  left: 0.3rem;
  width: 1rem;
}
.bannerMain .txt {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
}
.bannerMain .txt h2, .bannerMain .txt p {
  display: none;
}
.bannerMain .txt .btn {
  display: block;
  width: 2rem;
  height: 0.54rem;
  margin: 0 auto;
  background-color: #b7855d;
  font: normal 0.26rem/0.54rem "YuGothM";
  color: #fff;
  text-align: center;
}

.part01 ul {
  padding: 0.5rem 0.3rem;
}
.part01 ul li .img {
  width: 100%;
  position: relative;
}
.part01 ul li .img .imgbox img {
  width: 100%;
}
.part01 ul li .img .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: #f0ebe8;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: center;
  color: #51342a;
  font: normal 0.2rem/0.3rem "游明朝";
}
.part01 ul li .img .tag span {
  display: block;
  margin-top: 0.2rem;
}
.part01 ul li .img .tag strong {
  display: block;
  font-size: 0.3rem;
}
.part01 ul li .txt {
  width: 100%;
}
.part01 ul li .txt h3 {
  position: relative;
  padding-top: 0.4rem;
  color: #51342a;
  font: normal 0.32rem/0.5rem "游明朝";
  text-align: center;
}
.part01 ul li .txt h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.45rem;
  height: 0.28rem;
  margin-left: -0.22rem;
  background: url(../images/beauty-icon01.png) no-repeat center center;
  background-size: 100% auto;
}
.part01 ul li .txt p {
  padding: 0.3rem 0;
  color: #b7855d;
  font: normal 0.26rem/0.5rem "YuGothM";
  box-sizing: border-box;
}
.part01 ul li .txt .more {
  text-align: right;
}
.part01 ul li .txt .more img {
  margin-left: 0.1rem;
  height: 0.12rem;
}
.part01 ul li:nth-child(2) {
  margin: 0.4rem 0;
  padding: 0.4rem 0;
  background-image: linear-gradient(90deg, #f0ebe8 0, #f0ebe8 71.35%, #fff 71.35%);
}
.part01 ul li:nth-child(2) .img .tag {
  left: 0;
  right: initial;
}
.part01 ul li:nth-child(2) .txt .more {
  text-align: left;
}

.part02 {
  background: url(../images/beauty-bg05.png) no-repeat center top;
  background-size: auto 100%;
}
.part02 h2 {
  position: relative;
  font: normal 0.52rem/1.5rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part02 ul {
  padding: 0 0.3rem 0.3rem;
}
.part02 ul li {
  position: relative;
  padding-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.part02 ul li h3 {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 0.1rem;
  background-color: #fff;
  font: normal 0.32rem/0.6rem "NotoSansJP";
  text-align: center;
  color: #75564b;
  z-index: 2;
}
.part02 ul li .img {
  position: relative;
}
.part02 ul li .img img {
  display: block;
  width: 100%;
}
.part02 ul li .txt {
  margin-top: 0.3rem;
}
.part02 ul li .txt p {
  color: #b7855d;
  font: normal 0.28rem/0.52rem "NotoSansJP";
  text-align: justify;
}

.part03 {
  padding: 0.5rem 0;
}
.part03 .titleBox {
  text-align: center;
}
.part03 .titleBox h2 {
  font: normal 0.52rem/0.8rem "NOTOSERIFJP-BOLD";
  color: #51342a;
}
.part03 .titleBox p {
  color: #b7855d;
  font: normal 0.28rem/0.52rem "游明朝";
}
.part03 ul {
  padding-top: 0.3rem;
}
.part03 ul li {
  margin-bottom: 0.4rem;
}
.part03 ul li .img {
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.part03 ul li .img img {
  display: block;
  width: 100%;
}
.part03 ul li .txt h3 {
  margin-bottom: 0.2rem;
  color: #51342a;
  font: bold 0.32rem/0.6rem "游明朝";
  text-align: center;
}
.part03 ul li .txt p {
  color: #75564b;
  font: normal 0.28rem/0.52rem "NotoSansJP";
  text-align: justify;
}
.part03 ul li .btn {
  display: block;
  width: 100%;
  height: 0.64rem;
  margin-top: 0.3rem;
  background-color: #b7855d;
  font: normal 0.28rem/0.64rem "NotoSansJP";
  color: #fff;
  text-align: center;
}
.part03 ul li .btn img {
  display: inline-block;
  margin-left: 0.15rem;
  vertical-align: middle;
  line-height: 0.64rem;
}

.part04 {
  padding: 0 0 0.5rem;
  background: #f0ebe8 url(../images/beauty-bg01.png) no-repeat center top;
  background-size: 100% auto;
}
.part04 h2 {
  font: normal 0.52rem/1.6rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part04 ul li {
  margin-bottom: 0.4rem;
}
.part04 ul li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.part04 ul li .img img {
  display: block;
  width: 100%;
}
.part04 ul li .txt {
  padding-left: 2.4rem;
}
.part04 ul li .txt strong {
  color: #b7855d;
  font: normal 0.32rem/0.6rem "LucidaBright";
}
.part04 ul li .txt h3 {
  color: #51342a;
  font: normal 0.32rem/0.6rem "游明朝";
}
.part04 ul li .txt p {
  color: #51342a;
  font: normal 0.26rem/0.5rem "NotoSansJP";
}

.part05 {
  padding: 0.4rem 0;
  background-color: #b7855d;
}
.part05 .pull_left {
  width: 70%;
}
.part05 h2 {
  padding-bottom: 0.3rem;
  color: #eee1d7;
  font: bold 0.32rem/0.6rem "游明朝";
}
.part05 .btn {
  display: block;
  width: 2.5rem;
  height: 0.54rem;
  color: #b7855d;
  background-color: #fff;
  font: normal 0.26rem/0.54rem "YuGothM";
  text-align: center;
}
.part05 img {
  float: right;
  width: 30%;
}

.part06 {
  padding-bottom: 0.6rem;
  background: #fff url(../images/beauty-bg04.png) no-repeat center top;
  background-size: 3.4rem auto;
}
.part06 h2 {
  margin-bottom: 0.5rem;
  font: normal 0.52rem/1.6rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part06 ul li {
  position: relative;
  float: left;
  width: 49%;
  margin: 0 0 1px 0.5%;
  overflow: hidden;
}
.part06 ul li img {
  display: block;
  width: 100%;
}
.part06 ul li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(132, 60, 3, 0.5);
  color: #fff;
  font: normal 0.2rem/0.4rem "YuGothM";
  text-align: center;
}
.part06 ul li:nth-child(5) {
  display: none;
}
.part06 ul li:last-child p {
  letter-spacing: -1px;
}
.part06 .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin: 0.3rem auto;
  color: #fff;
  background-color: #51342a;
  font: normal 0.28rem/0.6rem "Yu Gothic UI";
  text-align: center;
}
.part06 .bg {
  display: none;
}

.part07 {
  position: relative;
  background-color: #f2eeec;
}
.part07 .topImg {
  position: relative;
}
.part07 .topImg img {
  display: block;
  width: 100%;
}
.part07 .topImg .tit {
  position: absolute;
  left: 5%;
  top: 45%;
  width: 90%;
  padding: 0.3rem 0.15rem;
  transform: translateY(-45%);
  border: 1px solid #b7855d;
  background-color: rgba(132, 60, 3, 0.5);
  box-sizing: border-box;
}
.part07 .topImg h2 {
  font: normal 0.36rem/0.6rem "YuGothM";
  color: #fff;
}
.part07 .topImg span {
  display: inline-block;
  padding: 0 0.05rem;
  color: #fff;
  font: normal 0.24rem/0.4rem "NotoSansJP";
}
.part07 ul {
  padding-top: 0.3rem;
}
.part07 ul li {
  margin-bottom: 0.6rem;
}
.part07 ul li .img {
  position: relative;
}
.part07 ul li .img img {
  display: block;
  width: 100%;
}
.part07 ul li .img h3 {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: -0.1rem;
  background-color: #fff;
  border: 1px solid #eee1d7;
  font: normal 0.32rem/0.6rem "NotoSansJP";
  text-align: center;
  color: #51342a;
}
.part07 ul li .txt {
  margin-top: 0.2rem;
  overflow: hidden;
}
.part07 ul li .txt p {
  color: #75564b;
  font: normal 0.28rem/0.52rem "NotoSansJP";
  text-align: justify;
}

.part08 {
  background: #fff url(../images/beauty-bg04.png) no-repeat center top;
  background-size: 3.4rem auto;
}
.part08 h2 {
  font: normal 0.52rem/1.6rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part08 > div {
  padding: 0.5rem 0.3rem;
}
.part08 .left img {
  display: block;
  width: 100%;
}
.part08 .right h3 {
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  color: #51342a;
  font: normal 0.32rem/0.6rem "游明朝";
  text-align: center;
}
.part08 .right h3 span {
  display: block;
  font-size: 0.4rem;
}
.part08 .right h3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 45px;
  height: 28px;
  margin-left: -22px;
  background: url(../images/beauty-icon01.png) no-repeat center center;
}
.part08 .right .txt {
  margin-bottom: 0.5rem;
}
.part08 .right .txt p {
  color: #75564b;
  font: normal 0.28rem/0.52rem "YuGothM";
}
.part08 .right ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.part08 .right ul li img {
  display: block;
  width: 100%;
}
.part08 .right ul li p {
  padding-top: 0.1rem;
  height: 1.2rem;
  color: #75564b;
  font: normal 0.28rem/0.4rem "YuGothM";
}
.part08 .right ul li:nth-child(2n) {
  margin-right: 0;
}

.part09 img {
  display: block;
  width: 100%;
}

.part10 {
  padding-bottom: 1rem;
  background: #f5f1ed url(../images/beauty-bg02.png) no-repeat center top;
  background-size: 100% auto;
}
.part10 h2 {
  padding-top: 11.8%;
  padding-bottom: 8%;
}
.part10 h2 img {
  display: block;
  margin: 0 auto;
}
.part10 .wraper {
  background-color: #f5f1ed;
}
.part10 .txt {
  padding-top: 0.4rem;
  position: relative;
}
.part10 .txt > p {
  position: relative;
  color: #75564b;
  font: normal 0.26rem/0.52rem "YuGothM";
  text-align: justify;
}
.part10 .txt > p strong {
  display: block;
  padding: 0.1rem;
  color: #978177;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.5);
}
.part10 .txt > p span {
  display: block;
  padding: 0.1rem;
  color: #51342a;
  background-color: #f7f0e9;
}
.part10 .txt .rightBox {
  margin-top: 0.2rem;
  padding: 0.1rem 0;
  font: normal 0.26rem/0.52rem "YuGothM";
}
.part10 .txt .rightBox p {
  padding: 0.1rem 0 0.1rem 0.1rem;
  border: 1px solid #9f8b83;
  color: #978177;
  text-align: left;
  letter-spacing: -0.02;
}
.part10 .txt .rightBox span {
  font-size: 0.26rem;
  color: #9f8b83;
  line-height: 0.6rem;
}
.part10 .btn p {
  padding: 0.3rem 0;
  color: #9f8b83;
  font: normal 0.28rem/0.52rem "YuGothM";
}
.part10 .btn a {
  display: block;
  width: 100%;
  height: 0.8rem;
  margin: 0 auto;
  background-color: #b7855d;
  font: normal 0.28rem/0.8rem "YuGothM";
  color: #fff;
  text-align: center;
}
.part10 .btn a img {
  display: inline-block;
  width: 0.32rem;
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
  vertical-align: middle;
  line-height: 0.8rem;
}

.part11 h2 {
  position: relative;
  font: normal 0.52rem/2rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part11 ul li {
  margin-bottom: 0.4rem;
}
.part11 ul li .img {
  position: relative;
  width: 50%;
  margin: 0 auto 0.3rem;
}
.part11 ul li .img img {
  display: block;
  width: 100%;
}
.part11 ul li h3 {
  background-color: #f2eeec;
  font: normal 0.32rem/0.72rem "NOTOSERIFJP-BOLD";
  text-align: center;
  color: #51342a;
}
.part11 ul li p {
  margin-top: 0.3rem;
  color: #75564b;
  font: normal 0.26rem/0.52rem "NotoSansJP";
  text-align: justify;
}

.part12 {
  position: relative;
  line-height: 0;
}
.part12 a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 0.8rem;
  margin-left: -1.5rem;
  margin-top: -0.4rem;
  border: 1px solid #b18d73;
  box-sizing: border-box;
  font: normal 0.32rem/0.8rem "YuGothM";
  color: #fff;
  text-align: center;
  background-color: rgba(132, 60, 3, 0.3);
}

.part13 {
  padding-bottom: 0.6rem;
  background: url(../images/beauty-bg06.png) no-repeat center top;
}
.part13 h2 {
  position: relative;
  font: normal 0.52rem/1.6rem "NOTOSERIFJP-BOLD";
  color: #51342a;
  text-align: center;
}
.part13 ul li {
  padding-bottom: 0.2rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #ebe1d7;
}
.part13 ul li .img {
  position: relative;
  width: 100%;
  margin: 0 auto 0.3rem;
}
.part13 ul li .img img {
  display: block;
  width: 100%;
}
.part13 ul li p {
  color: #75564b;
  padding: 0 5px;
  font: normal 0.28rem/0.52rem "NotoSansJP";
  text-align: justify;
}
.part13 ul li p span {
  display: block;
  width: 2rem;
  margin-left: -5px;
  background-color: #ebe1d7;
  padding-left: 5px;
}
.part13 .main02 {
  padding-bottom: 0.6rem;
}
.part13 .main02 .img {
  width: 100%;
}
.part13 .main02 .img img {
  display: block;
  width: 100%;
}
.part13 .main02 .txt {
  padding-top: 0.4rem;
}
.part13 .main02 .txt h3 {
  position: relative;
  margin-bottom: 0.3rem;
  color: #93613a;
  font: normal 0.36rem/0.6rem "YuGothM";
  text-align: center;
}
.part13 .main02 .txt h3 span {
  position: relative;
  z-index: 2;
}
.part13 .main02 .txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background: #fad0af;
  z-index: 1;
}
.part13 .main02 .txt p {
  font: normal 0.28rem/0.52rem "YuGothM";
  text-align: center;
  color: #c8a48a;
}
.part13 .main02 .txt::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 45px;
  height: 28px;
  margin-left: -22px;
  background: url(../images/beauty-icon01.png) no-repeat;
}

.subBannerMain {
  position: relative;
  height: 4rem;
  background: url(../images/beauty-bg05.png) no-repeat left top;
}
.subBannerMain .logo {
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
  width: 1rem;
}
.subBannerMain .txt {
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 100%;
  text-align: center;
}
.subBannerMain .txt h2 {
  font: normal 0.48rem/0.6rem "游明朝";
  color: #b7855d;
}
.subBannerMain .txt p {
  font: normal 0.28rem/0.6rem "游明朝";
  color: #c56d27;
}

.subPriceList {
  padding: 0.6rem 0.3rem;
}
.subPriceList table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.subPriceList table tr {
  font: normal 0.28rem/0.4rem "YuGothM";
  color: #111;
  text-align: center;
}
.subPriceList table td, .subPriceList table th {
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding: 0.1rem 0;
  font: normal 0.28rem/0.4rem "YuGothM";
  color: #111;
}
.subPriceList table td:nth-child(1), .subPriceList table th:nth-child(1) {
  width: 80%;
}
.subPriceList table td:nth-child(2), .subPriceList table th:nth-child(2) {
  width: 20%;
}
.subPriceList table th {
  background-color: #fef6c7;
  font-weight: bold;
}/*# sourceMappingURL=beauty-phone.css.map */