.loading_container {
  position: relative;
  background-color:rgba(134, 189, 87, 1.00);
  width : 1024px;
  height: 768px;
  display: block;
  z-index: 10;
}
.loading_animation {
  position: absolute;
  background-image: url("/honnavi/image/loading.gif");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 110px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
