body {
	margin: 0;
}
  .box {
    width: 906px;
    height: 678px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
  }

.img_box1{
  animation: img_box_9955 1s linear infinite;
  transform-origin: 50% 50%;
  width: 200px;
}

.img_box2{
  animation: img_box_9955 1.5s linear infinite;
  transform-origin: 50% 50%;
  width: 200px;
}

.img_box3{
  animation: img_box_9955 2s linear infinite;
  transform-origin: 50% 50%;
  width: 200px;
}

.img_01 img {
    width: 243px;
    position: absolute;
    left: 0px;
    top: 207px;
  z-index: 4;
}

.img_02 img {
width: 219px;
    position: absolute;
    left: 145px;
    top: 149px;
  z-index: 1;
}

.img_03 img {
width: 194px;
    position: absolute;
    left: 285px;
    top: 179px;
  z-index: 2;
}

.eng {
	position: absolute;
	left: 200px;
	top: 30px;
  z-index: 100;
}

.eng img {
  width: 110px;
}

.eng img:hover {
  opacity: 0.7;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.happy {
  position: absolute;
  right: -25px;
  top:17px;
  height: 300px;
  overflow: hidden;
}

.happy img {
  width: 180px;
}


.happy img {
  transition: 0.5s;
  /*拡大されるスピードを設定します*/
}
 
.happy img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  /*拡大される比率を設定します*/
}

.tour img {
 width: 241px;
    position: absolute;
    right: 0;
    top: 210px;
}

.nav1 {
  transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
  position: absolute;
  left: 0px;
  bottom: -20px;
  z-index: 10;
}

.nav1 img {
  width: 211px;


transition: all 0.5s;
}
.nav1 img:hover {
transform: translate(0px,-20px);
}

.nav2 {
    transform: rotate(10deg);
-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
    position: absolute;
    left: 155px;
    bottom: -40px;
  z-index: 4;
}



.nav2 img {
width: 191px;
  
  transition: all 0.5s;
}

.nav2 img:hover {
transform: translate(0px,-20px);
}

.nav3 {
  transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
    position: absolute;
    left: 372px;
    bottom: -30px;
    z-index: 12;
}
.nav3 img {
width: 181px;
  
  transition: all 0.5s;
}

.nav3 img:hover {
transform: translate(0px,-20px);
}

.nav4 {
      transform: rotate(10deg);
-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
    position: absolute;
    left: 510px;
    bottom: -30px;
    z-index: 13;
}

.nav4 img {
    width: 191px;

  transition: all 0.5s;
}
.nav4 img:hover {
transform: translate(0px,-20px);
}

.nav5 {
    transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
 position: absolute;
  left: 700px;
    bottom: -20px;
  z-index: 4;
}

.nav5 img {
  width: 151px;
 
  transition: all 0.5s;
}

.nav5 img:hover {
transform: translate(0px,-20px);
}

.contact {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 20;
}

.contact img {
  width: 110px;
}

.contact img:hover {
  opacity: 0.7;
}

.nakama {
  position: absolute;
  right: 140px;
  bottom: 30px;
  z-index: 20;
}

.nakama img {
  width: 110px;
}

.nakama img:hover {
  opacity: 0.7;
}

a.sound {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
 cursor: pointer;
    z-index: 111;
}

a.sound {
  background: url(../img_new/main/speaker.gif) no-repeat top right;
  padding-right: 30px;
  background-size: 20px;
}



#target {
    text-align: center;
    font-size: 2em;
    color: #028760;
    font-weight: bold;
}
#btn_center {
    text-align: center;
}

#hyouji {
position: absolute;
    bottom: 120px;
    left: 70px;
    z-index: 111;
    width: 60px;
}

  .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px; 
   border: 5px solid #278ef7; 
    background-color:#278ef7;

}


.menu {
  position: absolute;
  z-index: 1111;
top: 100px;
    left: 10px;
}

.menu ul li{
  list-style: none;
}


.menu ul li.m02 {
position: relative;
    top: -12px;
    left: 19px;
}
.menu ul li.m03 {
position: relative;
top: -23px;
    left: 5px;
  }
.menu .m04 {
  position: relative;
  left: 50px;
}

.slider {
      height: 621px;

}

.bx-loading {
        background-color: #000;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    left: 0px !important;
    z-index: 1111;
}

.bx-controls-auto-item {
  padding: 25px 15px;
  position: relative;
  top: 15px;
}