img {
  width: 100%;
}

#gallery {
  margin: 90px 0;
}

.sectionTitle {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #gallery {
    margin: 60px 0;
  }
  .sectionTitle {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #gallery {
    margin: 45px 0;
  }
  .sectionTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.sectionsubTitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .sectionsubTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sectionsubTitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.sectionTitle02 {
  margin-top: 90px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sectionTitle02 {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
.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;
}

h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: #00004e;
  margin-bottom: 48px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  ul {
    text-align: center;
  }
}
.flexslider {
  margin: 0 0 60px;
}

@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;
  }
}
.adNote {
  font-size: 14px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .adNote {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .adNote {
    margin-top: 0;
    font-size: 12px;
  }
  .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;
  }
}