@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------------------------------------

   Visual-wrap

--------------------------------------------------------------------------------------------- */
.Aqua-visual-wrap{
	width: 100%;
    position: relative;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
    background: #000;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;    
}

    .slide-image:nth-of-type(0) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }

    .slide-image:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .slide-image:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .slide-image:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .slide-image:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .slide-image:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }


@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.2);
                    z-index:9;
    }
    100% { opacity: 0 }
}

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

.slide {
  height: 75vh;
}
}

.centerBox{
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 10;
    width: 100%;
}
.centerBox h1{
    width: 700px;
    margin: 0 auto;
}
.centerBox h1 img{
    width: 100%;
    height: auto;
}

@media screen and (max-width:700px) {
    
.centerBox{
    top: 40%;
}
    
.centerBox h1{
    width: 90%;
}
}

@media screen and (max-width:500px) {
    
.centerBox{
    top: 42.5%;
}
}

/*News
-----------------------------------------------------------*/
.news-wrap{
    position: absolute;
    bottom: 0;/*-50px*/
    right: 0;
    z-index: 10;
    width: 700px;
    height: 125px;
    padding: 0 25px;
    border-radius: 25px 0 0 0;
}

.news-wrap .news-title{
	font-size: clamp(30px, 3vw, 36px);
}

.news-wrap .news-title,.news-wrap .day{
    float: left;
    line-height: 125px;
}

.news-wrap .day,.news-wrap .news-detail{
    margin-left: 25px;
}

.news-wrap .news-detail,.news-wrap .all-news a{
    text-decoration: underline;
}
.news-wrap .news-detail:hover,.news-wrap .all-news:hover{
    text-decoration: none;
}

.news-wrap .all-news{
    float: right;
    line-height: 125px;
}

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

.news-wrap{
    width: 92%;
    height: auto;
    bottom: -100px;
    right: 4%;
    padding: 20px 20px 30px 20px;
    border-radius: 0;
    border-radius: 15px;
}
    
.news-wrap .news-title{
    line-height: 1;
    margin-bottom: 15px;
}
    
.news-wrap .news-title,.news-wrap .day,.news-wrap .all-news{
    float: none;
    text-align: center;
    line-height: 1.5;
}
    
.news-wrap .day,.news-wrap .news-detail{
    margin-left: 0;
}
    
.news-wrap .all-news{
    margin-top: 25px;
    line-height: 1;
}
}



/* ---------------------------------------------------------------------------------------------

   大型アクアリウムが楽しめる・・・

--------------------------------------------------------------------------------------------- */
.img-wrap{/*夜はこれから*/
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.img-wrap .copy-img{
    width: 206px;
    height: auto;
    margin: 0 auto;
}

#space .darts{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    z-index: 5;
}
#space .darts img{
    width: 100%;
    height: auto;
    opacity: 0.25;
}

#space .text-jp{
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

#space .text-eg{
    color: #e9e4d4;
    text-align: center;
	font-family: 'Ibarra Real Nova', serif;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

.hyphen{/*共通*/
    padding: 25px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width:900px) {

#space .darts{
    width: 60%;
}
}



/* ---------------------------------------------------------------------------------------------

   Parallax_content,Front_content

--------------------------------------------------------------------------------------------- */
.parallax_content{
  min-height: 750px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  will-change: background-position;/*追加*/  
}

.parallax_content.img_bg_01{
	background-image: url(../images/img_bg_01.webp);
}

.parallax_content.img_bg_02{
	background-image: url(../images/img_bg_02.webp);
}

@media screen and (max-width: 850px){
	
  .parallax_content{
    height: 100%;
    min-height: 500px;
    background-image: none;
    background-attachment: scroll; 
  }
  .parallax::before{
    content: "";
    display: block;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-hieght: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
    
  .parallax_content.img_bg_01::before{
  background-image: url(../images/img_bg_01.webp);
  }
  .parallax_content.img_bg_02::before{
    background-image: url(../images/img_bg_02.webp);
  }
}


/* CAST,GRAVURE,GALLERY,SYSTEM,ABOUT 共通
-----------------------------------------------------------*/
.text-area{
	position: absolute;
	top: 0;/*50%*/
	width: 100%;
}

/*夜は、これから…*/
/*.parallax_title-jp{
	text-align: center;
	color: #e9e4d4;
	font-size: clamp(36px, 3vw, 60px);
	font-family: 'Brygada 1918', serif;
	text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
	font-weight: bold;
	line-height: 1.25;
    letter-spacing: 0.1em;
}*/

.parallax_title-jp img{
    width: auto;
    height: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 850px){

.parallax_title-jp img{
    height: 500px;
}
}

/* ---------------------------------------------------------------------------------------------

   龍魚が泳ぐ、静かなパワースポット

--------------------------------------------------------------------------------------------- */
#power-spot .text-jp{
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

#power-spot .text-eg{
    color: #e9e4d4;
    text-align: center;
	font-family: 'Ibarra Real Nova', serif;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

.drinks{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 75px auto 0 auto;
    position: relative;
    z-index: 10;
}
.drinks li{
    width: 32%;
}
.drinks li img{
    width: 100%;
    height: auto;
}

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

.drinks{
    width: 100%;
}
}



/* ---------------------------------------------------------------------------------------------

   RespectPeople, ElevateEverydayLife.

--------------------------------------------------------------------------------------------- */
#everyday-life .text-jp{
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

#everyday-life .text-eg{
    color: #e9e4d4;
    text-align: center;
	font-family: 'Ibarra Real Nova', serif;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}


/* ---------------------------------------------------------------------------------------------

   INFORMATION & ACCESS

--------------------------------------------------------------------------------------------- */
#info-access .text-jp{
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

#info-access .text-eg{
    color: #e9e4d4;
    text-align: center;
	font-family: 'Ibarra Real Nova', serif;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

.googleMap-link{
    width: 250px;
    margin: 25px auto;
    text-align: center;
    line-height: 2;
	font-size: clamp(16px, 3vw, 18px);
}
.googleMap-link a{
    display: block;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
	font-family: 'Ibarra Real Nova', serif;
}
.googleMap-link a:hover{
    background: #000;
}

.map-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map-wrap .exterior,.map-wrap .surrounding{
    width: 50%;
    height: auto;
}

.googleMap{
    margin-top: 25px;
    width: 100%;
    height: 500px;
}

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

.map-wrap .exterior,.map-wrap .surrounding{
    width: 100%;
}
    
.googleMap{
    height: 350px;
}
}

.transportation-access{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.transportation-access ul{
    width: 48%;
}
.transportation-access ul li{
    color: #fff;
    line-height: 2;
	font-size: clamp(14px, 3vw, 16px);
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

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

.transportation-access ul{
    width: 100%;
}
}










