@charset "utf-8";
#page1{
  position: relative;
}
.wrap_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -100;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfdf5+0,cfe8e8+77,fdfdf5+100 */
  background: rgb(253,253,245);
  background: -moz-linear-gradient(top,  rgba(253,253,245,1) 0%, rgba(207,232,232,1) 77%, rgba(253,253,245,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(253,253,245,1) 0%,rgba(207,232,232,1) 77%,rgba(253,253,245,1) 100%);
  background: linear-gradient(to bottom,  rgba(253,253,245,1) 0%,rgba(207,232,232,1) 77%,rgba(253,253,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf5', endColorstr='#fdfdf5',GradientType=0 );
}
.wrap {
  margin: 0 auto 0;
  max-width: 1080px;
  width: 85%;
}
.moon{
  margin-left: -100px;
  position: absolute;
  opacity: .6;
  max-width: 1080px;
  width: 80%;
  z-index: 0;
}
.gallery{
  padding-top: 80px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0;
}
.moonimg{
  width: 100%;
}
#page1{
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  text-align: center;
  }
  .wave{
    position: absolute;
    bottom: 0;
  }
.gallery_title img{
  margin-bottom: 30px;
  height: 36px;
}
.gallery_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img{
  padding: 15px;
  width: 27%;
}
.gallery_img img{
  width:100%;
  border: 3px solid #ffe7b5;
}
/* button */
.return_button{
	margin: 30px auto 5px;
	background: var(--key-color);
	width: 120px;
	text-align: center;
	border: 1px solid white;
	border-bottom: 2px solid #c48c13;
}
.return_button:hover {
	opacity: .8;
}
.return_button:active {
	margin-top: 32px;
	border-bottom: 0px solid #c48c13;
}
.return_button a{
  display: block;
	width: 100%;
	text-decoration: none;
}
.return_button p{
	color:white;
}
@media screen and (max-width: 768px) {
  #page1{
    padding-top: 80px;
  }
  .moon{
    width: 90%;
  }
  .img{
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .wrap{
    width: 100%;
  }
  .moon{
    width: 100%;
  }
  .gallery_img{
    justify-content: center;
  }
  .img{
    padding: 7.5px;
  }
}