@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-onsen-fix {
  background-image: url(../images/onsen/back-onsen.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;
}
.onsen-image-box {
  margin-bottom: 100px;
}
.image-content {
  margin-bottom: 40px;
}
.image {
  width: 60%;
}
.image img {
  width: 100%;
}
.info-text {
  width: 30%;
}
.image-s {
  position: relative;
  width: 28%;
  margin: 0 40px 40px 0;
}
.image-s img {
  width: 100%;
}
.caption {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 24px;
  text-shadow: 1px 1px 3px #000;
}
.caption span {
  text-combine-upright: all;
  -ms-text-combine-horizontal: all;
}
.onsen-info-box {
  padding: 100px 0 40px 0;
  background: url(../images/back-blue.jpg) left bottom repeat-x, url(../images/back-white.jpg) left top repeat;
}
.onsen-info-content {
  width: 1600px;
  margin: 0 auto 100px auto;
  padding: 0 2%;
}


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


@media screen and (max-width:1200px) {
}


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


@media screen and (max-width:959px) { /* SP */
  .bx-controls { display: none; }
  .image { width: 100%; }
  .info-text { width: 100%; }
  .image-s { width: 48%; margin: 0 2% 20px 0; }
  .caption { font-size: 18px; }
}
