/* --------------------------------------------- */
/* ローディング
/* --------------------------------------------- */

.loading2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

.loading_inner2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading_inner2 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 21px;
  line-height: 55px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.loading_move {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}

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

  .loading_inner2 h2 {
    font-size: 13px;
    line-height: 34px;
  }

}

/* --------------------------------------------- */
/* スライダー
/* --------------------------------------------- */

.slide {
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.slide-inner p {
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  width:1915px;
}

.slide-inner img {
  height:400px;
  width:549px;
}

.slide-inner img:nth-child(2){
  width:817px;
}

.copy {
  font-size: 21px;
  line-height: 55px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  right: 30%;
  visibility: hidden;
  opacity: 0;
}

.copy h2 {
  color: #fff;
  font-weight: bold;
}

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

  .copy {
    right: 22%;
}

}

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

  .slide {
      margin-top: 125px;
  }

  .copy {
    right: 14%;
}

}

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

  .slide-inner {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden;
  }

  .slide-inner {
      height: auto;
  }

  .slide-inner p {
    position: static;
    transform: translateX(0);
    width: 100%;
}

  .slide-inner img {
      display: none;
  }

  .slide-inner img:nth-child(2) {
      width: 100%;
      display: block;
      height: auto;
  }

  .copy {
    right: 5%;
}

}

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

  .copy h2 {
      font-size: 13px;
      line-height: 34px;
  }

}

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

  .slide {
      margin-top: 100px;
  }

  .copy h2 {
      font-size: 10px;
      line-height: 21px;
  }

}
/* --------------------------------------------- */
/* area01
/* --------------------------------------------- */

.area01 {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url("../images/area01_bg.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

.area01 h3 {
  font-size: 34px;
  margin-bottom: 34px;
  opacity: 0;
  visibility: hidden;
}

.area01 h2 {
  font-size: 55px;
  margin-bottom: 34px;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
}

.area01 p {
  font-size: 21px;
  line-height: 34px;
  opacity: 0;
  visibility: hidden;
}


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

  .area01 {
    padding-left: 5%;
    padding-right: 5%;
  }

}

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

  .area01 {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .area01 h3 {
    font-size: 21px;
    margin-bottom: 21px;
  }

  .area01 h2 {
    font-size: 31px;
    margin-bottom: 18px;
  }

  .area01 p {
    font-size: 13px;
    line-height: 34px;
  }

}

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

  .area01 h2 {
      font-size: 29px;
  }

}

/* --------------------------------------------- */
/* area02
/* --------------------------------------------- */

.area02_copy {
  margin-top: 55px;
  font-size: 34px;
  line-height: 55px;
  margin-bottom: 34px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.area02_copy h3 {
  font-weight: bold;
}

.area02_info {
  width: 1180px;
  display: flex;
  margin: auto;
  margin-bottom: 55px;
}

.area02_content {
  width: 30%;
  height: 200px;
  margin-left: 5%;
  position: relative;
  overflow: hidden;
  transition: .38;
  opacity: 0;
}

@keyframes anime {
  0% {
    transform: scale(1.1) translate(0,100px) skew(0deg,-5deg);
  }

  100% {
    transform: scale(1) translate(0,0) skew(0deg,0deg);
  }
}

.area02_content p{
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.area02_content:nth-of-type(1) {
  margin-left: 0;
}

.area02_info .bg01 {
  background-image: url("../images/facilities.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: .38s;
}

.area02_info .bg02 {
  background-image: url("../images/facilities02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: .38s;
}

.area02_info .bg03 {
  background-image: url("../images/facilities03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: .38s;
}

.area02_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(85,50,35,.38);
  z-index: 2;
  transition: .38s;
}

.area02_content:hover .area02_filter {
  transform: scale(.9);
  background: rgba(85,50,35,.8);
}

.area02_content:hover .bg01 , .area02_content:hover .bg02 , .area02_content:hover .bg03 {
  transform: scale(1.1);
}

.area02_copy_br {
  display: none;
}

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

  .area02_info {
      width: 1080px;
  }

}

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

  .area02_info {
      width: 800px;
  }

  .area02_content {
      height: 150px;
  }

  .area02_content p {
      font-size: 21px;
  }

  .area02_copy_br {
    display: block;
  }

}


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

  .area02_info {
      width: 90%;
  }

}

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

  .area02_copy {
    font-size: 21px;
    line-height: 34px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .area02_info {
      flex-direction: column;
  }

  .area02_info {
      flex-direction: column;
      width: 90%;
      margin: auto;
  }

  .area02_content {
    width: 100%;
    height: 300px;
    margin-left: 0;
    margin-bottom: 34px;
}

  .area02_content:last-of-type {
    margin-bottom: 55px;
  }


}

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

  .area02_copy {
    font-size: 21px;
    line-height: 34px;
    padding-left: 5%;
    padding-right: 5%;
  }

}

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

  .area02_content {
      height: 200px;
  }

}

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

  .area02_copy {
    font-size: 18px;
    line-height: 34px;
}

}
/* --------------------------------------------- */
/* area03
/* --------------------------------------------- */

.area03 {
  width: 100%;
  height: 255px;
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
}

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

  .area03 {
    height: 144px;
  }

}

/* --------------------------------------------- */
/* area04
/* --------------------------------------------- */

.area04 {
  visibility: hidden;
  opacity: 0;
}

.area04_copy h3 {
  font-size: 34px;
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

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

  .area04_copy h3 {
    font-size: 21px;
    line-height: 34px;
  }

}

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

  .area04_copy {
    width: 90%;
    margin: auto;
  }

}

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

  .area04_copy h3 {
    font-size: 15px;
  }

}

/* --------------------------------------------- */
/* area05
/* --------------------------------------------- */

.area05_map {
  width: 100%;
  height: 255px;
  transition: .38s;
  visibility: hidden;
  opacity: 0;
}

iframe {
  width: 100%;
  height: 100%;
}

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

  .area05_map {
    height: 144px;
  }

}
