@import url("https://fonts.googleapis.com/css2?family=WindSong&display=swap");
.eng-word {
  font-family: 'WindSong' !important;
}

body {
  background: #edd3c9;
}

p, li {
  text-align: justify !important;
}

.circle {
  border-radius: 50%;
}

.navbar .navbar-nav .nav-item.active a {
  color: #999182;
}

#index .item1 {
  background-image: url(../img/1108/1.jpg);
  background-position: center center;
}

@media screen and (max-width: 576px) {
  #index .item1 {
    background-position: 5% center;
  }
}

#index .item2 {
  background-image: url(../img/1108/2.jpg);
  background-position: center center;
}

@media screen and (max-width: 576px) {
  #index .item2 {
    background-position: 0% center;
  }
}

#index .item3 {
  background-image: url(../img/1108/3.jpg);
  background-position: center center;
}

@media screen and (max-width: 576px) {
  #index .item3 {
    background-position: 80% center;
  }
}

.ftco-intro img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.ftco-intro h3 {
  margin: 0;
}

.ftco-intro p {
  color: #665843;
  font-size: 18px;
}

.ftco-intro .icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

#about p {
  color: #857d70;
}

#about .img {
  padding-top: 12%;
  padding-left: 50%;
}

@media screen and (max-width: 768px) {
  #about .img {
    padding-top: 300px;
  }
}

#about h2 {
  color: #999182;
}

#about h3 {
  color: #665843;
  font-style: italic;
  font-size: 40px;
}

#about .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .links a {
  display: block;
  width: 25%;
  max-width: 120px;
}

#about .links a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #about h2::after {
    background: #665843;
  }
}

#services {
  background: #edd3c9;
}

#services h2 {
  color: #999182;
}

#services h3 {
  color: #665843;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  #services h3 {
    font-size: 20px;
  }
}

#services .heading {
  color: #665843;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-size: 20px;
}

#services .heading::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(100% + 4px), 0);
          transform: translate(calc(100% + 4px), 0);
  border: 8px solid transparent;
  border-top: 16px solid #665843;
}

#services .services-item {
  margin-bottom: 120px;
}

#services p {
  color: #857d70;
  width: 300px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#services p span {
  position: absolute;
  -webkit-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
}

#services .btn {
  color: #edd3c9;
  background: #857d70;
  border-radius: 24px;
}

#hair-remove h2 {
  color: #999182;
}

#hair-remove h3 {
  color: #665843;
  font-size: 40px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  #hair-remove h3 {
    font-size: 20px;
  }
}

#hair-remove p {
  color: #665843;
}

#hair-remove .btn {
  color: #edd3c9;
  background: #857d70;
  border-radius: 24px;
}

#order .heading-section {
  padding: 20px;
  background: #fff4f1;
}

#order h2 {
  color: #999182;
}

#order h2 span {
  color: #665843;
}

#order h4 {
  color: #665843;
}

#order p {
  color: #857d70;
}

#price h2 {
  color: #999182;
}

#price h3 {
  color: #665843;
  font-size: 40px;
}

#sale h2 {
  color: #999182;
}

#sale h3 {
  color: #665843;
  font-size: 40px;
}

#sale .menu-wrap .menu-img {
  height: 320px;
}

@media (max-width: 576px) {
  #sale .menu-wrap .menu-img {
    height: 400px;
  }
}

#praise {
  overflow: hidden;
}

#praise h2 {
  color: #999182;
}

#praise h3 {
  color: #665843;
  font-size: 40px;
}

#praise .slick a {
  padding: 0px 12px;
}

#address {
  padding-top: 120px;
}

#address h2 {
  color: #999182;
  font-size: 28px;
}

#address h2 span {
  color: #665843;
  font-size: 40px;
}

#address h3 {
  color: #665843;
}

#address h4 {
  color: #665843;
  font-size: 20px;
}

#address h4 a {
  font-weight: 400;
  color: #857d70;
  font-size: 30px;
}

#address p {
  color: #857d70;
  font-weight: bolder;
}

@media screen and (max-width: 576px) {
  #address p {
    font-size: 12px;
  }
}

#address .part1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  #address .part1 img {
    height: auto;
  }
}

#address .part1 .icon {
  width: 24px;
  height: 24px;
}

#address .part1 .map {
  height: 100%;
}

@media screen and (max-width: 576px) {
  #address .part1 h4 {
    font-size: 20px;
  }
}

#address .part2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  #address .part2 img {
    height: 150px;
  }
}

#address .part2 .icon {
  width: 24px;
  height: 24px;
}

#address .part2 .map {
  height: 100%;
}

@media screen and (max-width: 576px) {
  #address .part2 h4 {
    font-size: 20px;
  }
}

#contact h2 {
  color: #999182;
}

#contact h2 span {
  color: #665843;
  font-size: 40px;
}

#contact h4 {
  color: #665843;
  font-size: 20px;
}

#contact h4 a {
  font-weight: 400;
  color: #857d70;
  font-size: 30px;
}

#contact p {
  color: #857d70;
  font-weight: bolder;
}

@media screen and (max-width: 576px) {
  #contact p {
    font-size: 12px;
  }
}

#contact .icon {
  width: 60px;
  height: 60px;
}
/*# sourceMappingURL=hemusih.css.map */