#kv .kv-wrap {
  z-index: 1;
  height:100vh;
}

#kv .kv-pic {
  width: 100%;
  height: 100vh;
  background-image: url(./img/hotspring-kv.jpg);
  background-position: center;
  background-size: cover;
}

#kv h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 2;
}

#kv .circle {
  display: block;
  width: 400px;
  height: 400px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 2;
}


.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}



#intro .lead {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

#intro .lead h1 {
  line-height: 1.5;
}

#intro .lead p {
  padding-top: 20px;
}


#onsen {
  width: 100%;
}

.sec-wrap {
  width: 90%;
  margin: 0 0 0 auto;
  padding-bottom: 100px;
}

#chikurin.sec-wrap {
  margin: 0 auto 0 0;
}

.sec-wrap .sec-top {
  display: flex;
  width: 100%;
}

#chikurin.sec-wrap .sec-top {
  flex-direction: row-reverse;
}


.sec-wrap .sec-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
}

.sec-wrap .sec-title h1 {
  letter-spacing: .8rem;
  padding-top: 20px;
}

.sec-wrap .sec-title h1 span {
  display: inline-block;
  width: 2px;
  height: 150px;
  background-color: #656565;
  margin-top: 20px;
}

.sec-wrap .sec-top .sp-icon {
  display: none;
}

.sec-wrap .sec-top .sp-text {
  display: none;
}

#showa.sec-wrap .sec-title h1 span {
  display: none;
}

#showa.sec-wrap .sec-top .slider-wrap {
  width: 93%;
}

#showa.sec-wrap .sec-top .slider-wrap .s-slider-for,
#showa.sec-wrap .sec-top .slider-wrap .s-slider-nav {
  width: 100%;
}

.s-slider-for .slick-prev:hover,
.s-slider-for .slick-next:hover {
  border-color: #656565;
}

.sec-wrap .sec-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 7%;
  padding-right: 3%;
}

#chikurin.sec-wrap .sec-bottom {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 7%;
}

#showa.sec-wrap .sec-bottom {
  display: block;
}

.sec-wrap .sec-bottom .sec-text {
  width: 53%;
}

#showa.sec-wrap .sec-bottom .sec-text {
  width: 100%;
}

.sec-wrap .sec-bottom .sec-text h2 {
  line-height: normal;
}

.sec-wrap .sec-bottom .sec-text p {
  padding-top: 10px;
}

.sec-wrap .sec-bottom .sec-pic {
  width: 45%;
}


.effect {
  border: 1px solid #656565;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto 50px;
  width: 50%;
  max-width: 500px;
}

.effect .e-content  {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #656565;
  padding: 0 10px;
}




@media all and (max-width:970px) {

  .sec-wrap .sec-title h1 span {
    height: 100px;
  }

  .sec-wrap .sec-bottom .sec-text {
    width: 60%;
  }

  .sec-wrap .sec-bottom .sec-pic {
    width: 38%;
  }

}


@media all and (max-width:767px) {

  #kv .kv-pic {
    background-image: url(./img/hotspring-kv-sp.jpg);
  }

  #kv .circle {
    width: 300px;
    height: 300px;
  }


  .wrapper {
    width: 100%;
  }

  #intro .lead {
    padding: 50px 0;
  }

  .sec-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #dairoten,
  #showa {
    background-color: #F9F9F9;
  }

  .sec-wrap br{
    display: none;
  }

  .sec-wrap .sec-top {
    display: block;
  }

  #showa.sec-wrap .sec-top .slider-wrap {
    width: 100%;
  }

  .sec-wrap .sec-title {
    -ms-writing-mode: tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }

  .sec-wrap .sec-title h1 {
    text-align: center;
    padding: 0;
  }

  .sec-wrap .sec-title h1 span {
    display: none;
  }

  .sec-wrap .sec-top .sp-icon {
    display: block;
    width: 20px;
    margin: 0 auto;
    padding-top: 5px;
  }

  .sec-wrap .sec-top .sp-text {
    display: block;
    text-align: center;
    line-height: normal;
    padding-top: 10px;
  }

  .sec-wrap .sec-top .flipLeftTrigger {
    padding-top: 15px;
  }

  .sec-wrap .sec-bottom {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .sec-wrap .sec-bottom h2 {
    display: none;
  }

  #chikurin.sec-wrap .sec-bottom {
      display: block;
      padding: 0;
    }


  .sec-wrap .sec-bottom .sec-pic {
    display: none;
  }

  .sec-wrap .sec-bottom .sec-text {
    width: 100%;
    line-height: 1.8;
  }

  .sec-wrap .sec-bottom .sec-text .sub {
    text-align: center;
    font-size: 1.8rem;
    color: rgb(154, 68, 73);
    padding-top: 15px;
  }

  .sec-wrap .sec-bottom .sec-text .text {
    padding-top: 15px;
  }


  .effect {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 60%;
  }

  .effect .e-content {
    flex-direction: column;
    padding-top: 10px;
  }

}

@media all and (max-width:520px) {

  #intro .lead p {
    padding-top: 15px;
  }

  .effect {
    padding: 15px 30px;
    width: 75%;
  }
}
