img {
  width: 100%;
}

#gallery {
  padding: 120px 0 90px;
  background-color: #423226;
  margin: 0;
}
@media screen and (max-width: 480px) {
  #gallery {
    padding: 70px 0 50px;
  }
}
#gallery {
  background-image: url(../images/concept/bg@2x.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top;
}

.flexArea {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .flexArea {
    flex-direction: column;
  }
}
.flexArea a {
  display: block;
  width: 100%;
  max-width: 550px;
}
.flexArea a:hover {
  filter: brightness(120%) saturate(160%);
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  ul {
    text-align: center;
  }
}
.flexslider {
  margin: 0 0 60px;
  border: unset !important;
  background: unset !important;
}

@media screen and (max-width: 768px) {
  .flexslider {
    margin: 0 0 30px;
  }
}
.flex-direction-nav a {
  width: 86px;
  height: 86px;
  top: 45%;
}

@media screen and (max-width: 480px) {
  .flex-direction-nav a {
    width: 66px;
    height: 66px;
    top: 47%;
  }
}
.flex-direction-nav a::before {
  content: "" !important;
  width: 86px;
  height: 86px;
}

@media screen and (max-width: 480px) {
  .flex-direction-nav a::before {
    width: 66px;
    height: 66px;
  }
}
.flex-prev {
  left: -15px;
}

.flex-prev::before {
  background-image: url(../images/gallery/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-next {
  right: -15px;
}

.flex-next::before {
  background-image: url(../images/gallery/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#model_room-carousel .flex-direction-nav a {
  top: 28%;
}

@media screen and (max-width: 480px) {
  #model_room-carousel .flex-direction-nav a {
    top: 35%;
  }
}
#model_room-carousel li {
  opacity: 0.4;
}

#model_room-carousel .flex-active-slide {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .img {
    margin-bottom: 20px;
  }
  .img02 {
    max-width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .flex-direction-nav a::before {
    width: 55px;
    height: 75px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: -10px;
  }
  .flex-direction-nav .flex-prev {
    left: -10px;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    right: -10px;
  }
  .flex-direction-nav .flex-next {
    right: -10px;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
  .sectionTitle {
    font-size: 2rem !important;
  }
}
.flex-direction-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .flex-direction-nav {
    display: unset;
  }
}