body {
  font-family: "Sacramento", cursive;
  background-image: url(../images/white_00114.jpg);
  background-attachment: fixed;
}

nav {
  text-align: center;
}
nav ul {
  margin: 2em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  nav ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
}
nav ul li {
  list-style: none;
  display: inline-block;
  width: 15%;
}
@media screen and (max-width: 767px) {
  nav ul li {
    width: auto;
    padding: 0 0.5em;
  }
}
nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  nav ul li a {
    font-size: 1.3em;
  }
}

.main {
  background-image: url(../images/snow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  width: 93%;
  margin: 0 auto;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .main {
    height: 400px;
  }
}

.moji {
  padding-top: 3em;
}
.moji .fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.moji .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.moji h2 {
  font-size: 4em;
  color: white;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .moji h2 {
    font-size: 2.5em;
    padding-top: 2em;
    padding-left: 1em;
  }
}
.moji p {
  font-size: 2em;
  font-family: "Zen Kurenaido", sans-serif;
  color: white;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .moji p {
    font-size: 1.2em;
    padding-left: 1em;
  }
}

.snowboard {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/snobo.JPG);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 50% 50%;
  height: 550px;
  width: 93%;
  margin: 0 auto;
  margin-top: 3em;
}
.snowboard .fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.snowboard .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .snowboard {
    margin-top: 2em;
    background-size: cover;
    height: 500px;
  }
}
.snowboard h2 {
  font-size: 4em;
  text-align: center;
  padding-top: 1em;
  color: white;
}
@media screen and (max-width: 767px) {
  .snowboard h2 {
    padding-top: 2em;
    font-size: 2.5em;
  }
}
.snowboard p {
  font-size: 2em;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .snowboard p {
    font-size: 1.2em;
  }
}

.tabi {
  background-image: url(../images/miyako.jpg);
  background-repeat: no-repeat;
  height: 550px;
  width: 93%;
  margin: 0 auto;
  background-size: 100%;
  background-position: 10% 80%;
  margin-top: 3em;
}
.tabi .fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.tabi .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tabi {
    margin-top: 2em;
    background-size: cover;
    height: 500px;
  }
}
.tabi h2 {
  font-size: 4em;
  text-align: right;
  padding-top: 1em;
  padding-right: 1em;
  color: white;
}
@media screen and (max-width: 767px) {
  .tabi h2 {
    font-size: 2.5em;
  }
}
.tabi p {
  font-size: 2em;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: right;
  padding-right: 1em;
  color: white;
}
@media screen and (max-width: 767px) {
  .tabi p {
    font-size: 1.2em;
  }
}

.farm {
  background-image: url(../images/noukayama.JPG);
  background-repeat: no-repeat;
  height: 550px;
  width: 93%;
  margin: 0 auto;
  background-size: 100%;
  background-position: 50% 90%;
  margin-top: 3em;
}
.farm .fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.farm .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .farm {
    background-size: cover;
    margin-top: 2em;
    height: 500px;
    background-position: 50% 70%;
  }
}
.farm h2 {
  font-size: 4em;
  padding-top: 1em;
  color: white;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .farm h2 {
    font-size: 2.5em;
  }
}
.farm p {
  font-size: 2em;
  font-family: "Zen Kurenaido", sans-serif;
  color: white;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .farm p {
    font-size: 1.2em;
  }
}

.alco {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/kanpai.jpg);
  background-repeat: no-repeat;
  height: 550px;
  width: 93%;
  margin: 0 auto;
  background-size: cover;
  background-position: 50% 36%;
  margin-top: 3em;
  margin-bottom: 4em;
}
.alco .fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1s;
  opacity: 0;
}
.alco .fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .alco {
    margin-top: 2em;
    height: 500px;
    background-size: cover;
    background-position: 70% 50%;
  }
}
.alco h2 {
  font-size: 4em;
  padding-top: 2.5em;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .alco h2 {
    font-size: 2.5em;
  }
}
.alco p {
  font-size: 2em;
  font-family: "Zen Kurenaido", sans-serif;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .alco p {
    font-size: 1.2em;
  }
}

.profile {
  background-color: white;
  text-align: center;
}
.profile h2 {
  font-family: "Sacramento", cursive;
  font-size: 4em;
  padding-top: 2em;
}
@media screen and (max-width: 767px) {
  .profile h2 {
    padding-top: 1em;
    font-size: 2em;
  }
}
.profile h3 {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2.5em;
  padding-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .profile h3 {
    font-size: 1.5em;
  }
}
.profile img {
  height: 300px;
  border-radius: 50%;
}
.profile p {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 1.5em;
  padding-bottom: 3em;
  padding-top: 2em;
  text-align: left;
  padding-left: 12em;
  padding-right: 12em;
}
@media screen and (max-width: 767px) {
  .profile p {
    font-size: 1em;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}

.footer p {
  text-align: center;
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}/*# sourceMappingURL=style.about.css.map */