.aestheticsArea {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-image: url(../img/bg01.jpg);
  background-repeat: repeat-y;
  color: #5B5B5A;
}
@media screen and (max-width: 767px) {
  .aestheticsArea {
    width: 100%;
    margin-bottom: 0;
  }
}
.aestheticsArea img.main {
  width: 100%;
  height: auto;
  display: block;
}
.aestheticsArea .box1 {
  margin-bottom: 5rem;
}
.aestheticsArea .box1 .fleft {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box1 .fleft {
    width: 100%;
    float: none;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .aestheticsArea .box1 .fleft h3 {
    padding-bottom: 5px;
    color: #272624;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
  }
}
.aestheticsArea .box1 .fleft img {
  width: 25px;
  height: auto;
  display: block;
  position: relative;
  top: 25px;
  left: 130px;
}
.aestheticsArea .box1 .fright {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box1 .fright {
    width: 100%;
    padding-left: 5px;
    padding-right: 30px;
  }
}
.aestheticsArea .box1 .bigaku {
  width: 640px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box1 .bigaku {
    width: 100%;
  }
}
.aestheticsArea .box1 .bigaku img {
  width: 250px;
  height: auto;
  display: block;
}
.aestheticsArea .box1 .bigaku h3 {
  padding-bottom: 5px;
  color: #272624;
  font-size: 1.2em;
  line-height: 1.5em;
}
.aestheticsArea .box1 .bigaku h3,
.aestheticsArea .box1 .bigaku p {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box1 .bigaku h3,
  .aestheticsArea .box1 .bigaku p {
    padding-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 {
    width: 100%;
    text-align: center;
  }
}
.aestheticsArea .box2 img.tittle {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 img.tittle {
    width: 92%;
  }
}
.aestheticsArea .box2 h3 {
  padding-bottom: 5px;
  color: #ff3579;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 h3 {
    width: 100%;
  }
}
.aestheticsArea .box2 h3,
.aestheticsArea .box2 p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 h3,
  .aestheticsArea .box2 p {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.aestheticsArea .box2 ul {
  padding-left: 60px;
  padding-bottom: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 ul {
    padding: 30px;
  }
}
.aestheticsArea .box2 ul li {
  float: left;
  list-style-type: none;
  width: 400px;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 ul li {
    width: 100%;
    float: none;
  }
}
.aestheticsArea .box2 ul li:nth-child(odd) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .aestheticsArea .box2 ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.aestheticsArea .box2 ul li img {
  width: 100%;
  height: auto;
  display: block;
}/*# sourceMappingURL=aesthetics.css.map */