#beauty {
  padding-top: 4rem;
  background: #fff;
}

#title {
  width: 100%;
  background-image: url("../img/beauty/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #003399;
  font-size: 3rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #title {
    height: 350px;
    padding-top: 100px;
    padding-left: 115px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #title {
    font-size: 2rem;
    padding: 20px;
    background-position: center;
  }
}

@media (min-width: 768px) {
  #menu {
    text-align: right;
    padding: 1rem;
    margin-bottom: 4rem;
  }
  #menu li {
    display: inline-block;
    padding-left: 1rem;
  }
  #menu li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  #menu a {
    border-bottom: 1px solid #99ccff;
    color: #003399;
    display: block;
    padding: 1rem;
    text-align: right;
    background: #eaf5f8;
  }
  #menu a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 768px) {
  .beauty_section {
    display: flex;
    margin: 0 50px 100px;
    gap: 50px;
  }
  .beauty_section .beauty_text {
    padding: 30px;
    background: #eaf5f8;
    border-radius: 10px;
    width: 45%;
  }
  .beauty_section .beauty_text {
    padding: 30px;
    background: #eaf5f8;
    border-radius: 10px;
    width: 45%;
  }
  .beauty_section .slide_area {
    width: 55%;
  }
  .beauty_section p {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .beauty_section {
    background: #eaf5f8;
    margin: 15px;
    padding: 15px;
  }
  .beauty_section p {
    margin-bottom: 1rem;
  }
}
.beauty_section h1 {
  color: #003399;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.beauty_section .request_information {
  text-align: right;
}
.beauty_section .request_information a {
  text-decoration: none;
  padding: 12px;
  background-color: #a7e4f2;
  border-radius: 10px;
  color: #003399;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s, transform 0.2s;
}
@media (max-width: 768px) {
  .beauty_section .request_information a {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .beauty_section:nth-child(even) .beauty_text {
    background: #fff;
    border: 1px solid #99ccff;
  }
}
@media (max-width: 768px) {
  .beauty_section:nth-child(even) {
    background: #fff;
    border: 1px solid #99ccff;
  }
}

.beauty_image_single {
  border: 1px solid #99ccff;
  text-align: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .beauty_image_single {
    width: 55%;
    border-radius: 10px;
  }
}
.beauty_image_single img {
  cursor: pointer;
}

#faceband .beauty_text {
  width: 100%;
}

.mainSwiper {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .mainSwiper {
    height: auto;
    background: #fff;
  }
}

.mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.mainSwiper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mainSwiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #99ccff;
  cursor: pointer;
}/*# sourceMappingURL=beauty.css.map */