@charset "UTF-8";
#container {
  padding-top: 146px;
}
@media screen and (max-width: 1200px) {
  #container {
    padding-top: 12.4vw;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 13vw;
  }
}
#container .wrap01 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #container .wrap01 {
    max-width: none;
    width: 78.1vw;
  }
}
@media screen and (max-width: 768px) {
  #container .wrap01 {
    width: 100%;
  }
}

#mv {
  background-color: #DBC6E0;
}
#mv h1 {
  text-align: center;
}

#refa {
  background-color: #eeeeef;
}
#refa .img01 {
  text-align: center;
  background-color: #fff;
}
#refa .img02 {
  text-align: center;
}

#japandi {
  background-color: #dbe690;
}
#japandi .img01 {
  text-align: center;
}

#natural {
  background-color: #c5e3cf;
}
#natural .img01 {
  text-align: center;
}

#access {
  background-color: #90e6b3;
}
#access .img01 {
  text-align: center;
}

#spec {
  background-color: #ecd4e6;
}
#spec .img01 {
  text-align: center;
}

#bottom {
  background-color: #FFF;
}
#bottom .img01 {
  text-align: center;
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate,
.animate2,
.animate3,
.animate4 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive,
.animate4.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(10px);
}/*# sourceMappingURL=style_mansion_joshi.css.map */