@charset "utf-8";
/* CSS Document */
#body2 {
  font-family: '源ノ角ゴシック Code JP EL', '源ノ角ゴシック Code JP N';
  width: 950px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
/*スライド*/
.slide {
  width: 950px;
  height: 1000px;
  margin: auto;
  padding: auto;
  position: relative;
  background: url("../img/kakeziku.jpg");
  text-align: center;
}
.slide img {
  width: 790px;
  text-align: center;
  position: absolute;
  left: 80px;
  right: 0;
}
/*画像だよ*/
.imag0 {
  width: 950px;
  height: 1000px;
  margin: auto;
  box-shadow: 0 0 15px #313233;
}
.wrap0 {
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  padding: 600px 0;
}
.bg01 {
  position: absolute;
  left: 380px;
  top: 10px;
  margin-top: 250px;
  z-index: 10;
  width: 100%;
  height: 900px;
  transition: top 1.5s ease-out;
  background: url("../img/ha1.png") repeat-y center top;
  background-size: 400px;
}
.bg02 {
  position: absolute;
  right: 380px;
  bottom: 10px;
  margin-top: 150px;
  z-index: 10;
  width: 100%;
  height: 900px;
  transition: top 1.5s ease-out;
  background: url("../img/ha2.png") repeat-y center top;
  background-size: 400px;
}
@media screen and (max-width:480px) {
  /*画面幅が480pxまでの時*/
  body2 {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
  .slide {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  .slide img {
    float: left;
  }
}
/*@media screen and (min-width:781px) {
  /*画面幅が781px以上の時*/ /*
}*/