/* $pc_container_width_sm: 800px; */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.estheti_content .estheti_h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #7a5b37;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
  margin-top: 45px;
}

.estheti_content .estheti_h2_kazari {
  display: block;
  width: calc(100% - 140px);
  height: 32px;
  position: relative;
  top: -9px;
  background: url(/treatment/beauty/img/beauty_h2_sen.png) center center/contain;
  margin-left: 70px;
  margin-right: 70px;
}

.estheti_content .estheti_h2_kazari::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  width: 70px;
  height: 32px;
  background: url(/treatment/beauty/img/beauty_h2_skazari_left.png) center center/cover;
}

.estheti_content .estheti_h2_kazari::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
  width: 70px;
  height: 32px;
  background: url(/treatment/beauty/img/beauty_h2_skazari_right.png) center center/cover;
}

@media screen and (max-width: 999px) {
  .estheti_content .estheti_h2 {
    font-size: 27px;
  }
}

.estheti_content .estheti_h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #819a0b;
  margin-bottom: 20px;
}

.estheti_content .estheti_h4 span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.estheti_content .estheti_h4 span::before {
  content: "";
  display: block;
  width: 60px;
  height: 37px;
  background: url(/treatment/beauty/img/beauty_h3.png) no-repeat center center/cover;
  margin-right: 15px;
}

.estheti_content .estheti_h4 span::after {
  content: "";
  display: block;
  width: 60px;
  height: 37px;
  background: url(/treatment/beauty/img/beauty_h3.png) no-repeat center center/cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 15px;
}

@media screen and (max-width: 999px) {
  .estheti_content .estheti_h4 {
    font-size: 20px;
  }
}

.estheti_content .estheti_h5 {
  width: 362px;
  margin: 115px auto 45px;
}

@media screen and (max-width: 999px) {
  .estheti_content .estheti_h5 {
    width: 100%;
    max-width: 300px;
    margin: 80px auto 30px;
  }
}

@media screen and (min-width: 1000px), print {
  .estheti_content .beauty_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .estheti_content .beauty_ul li {
    width: 50%;
  }
}

@media screen and (min-width: 1000px), print {
  .estheti_content .table th {
    width: 50%;
  }
  .estheti_content .table td {
    width: 50%;
  }
}
/*# sourceMappingURL=beauty.css.map */