@charset "UTF-8";
@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
.mv {
  margin-bottom: 3em;
}

.contentWrap {
  background-image: url(../img/back01.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 10em;
  padding: 2em 0 13em;
  position: relative;
}
.contentWrap .wrap .txt {
  margin-bottom: 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.contentWrap .wrap .img {
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.contentWrap.second {
  background-image: url(../img/back02.jpg);
}

.vrImgWrap {
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
}
.vrImgWrap .imgItem {
  width: 49%;
}

.contentsImg {
  margin-bottom: 2em;
}
.contentsImg video {
  width: 100%;
}

.start {
  padding: 1.5em;
  margin: 0 auto 3em;
}

.contentsImg {
  margin-bottom: 3em;
}
.contentsImg iframe {
  width: 100%;
  height: 250px;
}

.feature {
  background: linear-gradient(-45deg, #1c90fc 0%, #1b51f2 56%, #2e3192 100%);
}
.feature .intro {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2em;
}
.feature .border {
  border: #fff 1px solid;
  padding: 0.2em 1.5em;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.5em;
}

.featuresWrap {
  background-color: #fff;
  padding: 1.5em 1.5em 0.1em 1.5em;
}
.featuresWrap .mainTitle {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -2em auto 1.5em;
  width: 250px;
  color: #002fa5;
  padding: 0.2em;
  font-size: 1.3em;
  font-weight: bold;
}
.featuresWrap .mainTitle::before {
  transform: skewX(-45deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffff00;
}
.featuresWrap .featuresItem {
  margin-bottom: 8em;
  padding: 1.5em 0em 7em;
  background: linear-gradient(-45deg, #1c90fc 0%, #1b51f2 56%, #2e3192 100%);
}
.featuresWrap .featuresItem .subtitle {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -2.2em auto 0.5em;
  width: 120px;
  color: #002fa5;
  padding: 0.2em;
  font-size: 1.1em;
  font-weight: bold;
  padding-right: 1em;
}
.featuresWrap .featuresItem .subtitle span {
  font-size: 2.5em;
  position: absolute;
  bottom: -0.2em;
  font-family: "Poppins", sans-serif;
}
.featuresWrap .featuresItem .subtitle::before {
  transform: skewX(-25deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffff00;
}
.featuresWrap .featuresItem .txt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
}
.featuresWrap .featuresItem .img {
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.reserve .reservation {
  margin-bottom: 2em;
}
.reserve a.detail {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 1.5em;
  width: 300px;
  color: #FFF;
  display: block;
  padding: 0.8em;
  font-size: 1.3em;
  font-weight: bold;
}
.reserve a.detail::before {
  transform: skewX(-30deg);
  content: "";
  /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #1c90fc 0%, #1b51f2 56%, #2e3192 100%);
}
.reserve a.detail:hover {
  color: #ffff00;
}
.reserve .vrBanner {
  margin: 3em 1.5em 0;
}
.reserve .vrBanner a:hover {
  opacity: 0.7;
}

footer p {
  color: #FFF;
  width: 100%;
  background: linear-gradient(90deg, #1c90fc 0%, #1b51f2 56%, #2e3192 100%);
}

@media only screen and (min-width: 580px) {
  .mv {
    margin-bottom: 7em;
  }
  .contentWrap {
    padding: 7% 0;
    margin-bottom: 5.5em;
  }
  .contentWrap .wrap {
    width: 1000px;
    margin: 0 auto;
  }
  .contentWrap .wrap .txt {
    width: 50%;
    text-align: left;
  }
  .contentWrap .wrap .txt .title {
    margin-bottom: 0.5em;
  }
  .contentWrap .wrap .txt p {
    font-size: 1.2em;
  }
  .contentWrap .wrap .img {
    width: 35%;
    -webkit-transform: translateX(0%);
  }
  .contentWrap.second {
    margin-bottom: 3em;
  }
  .start {
    width: 50%;
  }
  .vrImgWrap {
    padding: 3.5em 0;
  }
  .contentsImg video {
    width: 750px;
    margin: 0 auto;
  }
  .contentsImg iframe {
    width: 750px;
    height: 400px;
  }
  .feature .featuresWrap {
    width: 950px;
    margin: 0 auto;
    padding: 3.5em 1.5em 0.1em 1.5em;
  }
  .feature .featuresWrap .mainTitle {
    margin: -3em auto 2em;
    font-size: 1.8em;
  }
  .feature .featuresWrap .featuresItem {
    padding: 0;
    height: 140px;
    position: relative;
    padding-top: 0.5em;
    padding-left: 1em;
    margin-bottom: 5em;
  }
  .feature .featuresWrap .featuresItem .subtitle {
    margin: -1.2em 0 0;
  }
  .feature .featuresWrap .featuresItem .wrap {
    width: 90%;
  }
  .feature .featuresWrap .featuresItem .wrap .txt {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .feature .featuresWrap .featuresItem .wrap .txt p {
    font-size: 1.5em;
    text-align: left;
  }
  .feature .featuresWrap .featuresItem .wrap .img {
    width: 40%;
    left: auto;
    right: 2em;
    -webkit-transform: translateX(0%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .reserve .inner .reservation {
    width: 55%;
    margin: 0 auto 5em;
  }
  .reserve .inner .vrBanner {
    width: 90%;
    margin: 3em auto 0;
    max-width: 1200px;
  }
}
.contact h2 {
  color: #003399;
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: bold;
}
.contact p.intro {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.contact .vrBanner {
  margin: 3em 1.5em 0;
}