@charset "UTF-8";

#head {
  background: #4c5868;
}
.head-box {
  width: 1600px;
  margin: 0 auto;
  padding: 20px 10px;
}
.scroll-detail {
  position: relative;
  width: 1600px;
  margin: 0 auto 100px auto;
  padding: 0 2%;
}
.back-facilities-fix {
  background-image: url(../images/concept/back-facilities.jpg);
  position: fixed; top: 0; left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.main-concept {
  margin-bottom: 40px;
  padding-top: 100px;
}
.wave {
  margin-bottom: 40px;
}
.concept-text {
  margin-bottom: 200px;
  line-height: 3em;
}
.image-onsen-box {
  position: relative;
  width: 50%;
}
.onsen-pic img {
  width: 320px;
  margin-top: 100px;
}
.onsen-text {
  width: 90px;
  position: absolute; top: 160px; left: 300px;
}
.image-view-box {
  position: relative;
  width: 50%;
}
.view-pic {
  text-align: right;
}
.view-pic img {
  width: 360px;
  margin-top: 40px;
}
.view-text {
  width: 90px;
  position: absolute; top: 0; right: 340px;
}
.image-cuisine-box {
  position: relative;
  width: 50%;
  margin: 0 auto 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.cuisine-pic img {
  width: 100%;
  max-width: 560px;
}
.cuisine-text {
  width: 90px;
  position: absolute; bottom: 0; right: 40px;
}
.info-box {
  width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0 2%;
}
.map {
  width: 50%;
  text-align: right;
}
.map img {
  width: 100%;
  max-width: 500px;
}


@media screen and (max-width:1600px) {
  .head-box {
    width: 100%;
  }
  .scroll-detail {
    width: 100%;
  }
}


@media screen and (max-width:1200px) {
  .info-box {
    width: 100%;
  }
}


@media screen and (max-width:1023px) { /* Tablet */
}


@media screen and (max-width:959px) { /* SP */
  .image-onsen-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .onsen-pic img {
    width: 86%;
  }
  .onsen-text {
    position: absolute; top: 160px; right: 0; left: auto;
    text-align: right;
  }
  .image-view-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .view-text {
    position: absolute; top: 0; right: auto; left: 0;
  }
  .image-cuisine-box {
    width: 100%;
  }
  .cuisine-pic {
    text-align: left;
  }
  .cuisine-pic img {
    width: 100%;
  }
  .cuisine-text {
    position: absolute; bottom: 0; right: 0;
  }
  .map {
    width: 100%;
  }
}
