@charset "utf-8";


img {
  border:none;
  display:block;
}
ul{
  list-style-type:none;
  padding-left:0;
  margin:0;
}
h1,h2,h3{
  margin:0;
}

body {
 
  margin: 0;
  color: #000000;
  background-color: #ffffff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

li a{
  text-decoration: none;
}

  

/* box-shadow */
#contentsMenu li,#sub li {
  box-shadow:rgba(0, 0, 0, 0.2)  0.5rem 0.5rem 0.5rem;
  -webkit-box-shadow:rgba(0, 0, 0, 0.2)  0.5rem 0.5rem 0.5rem;
  -moz-box-shadow:rgba(0, 0, 0, 0.2)  0.5rem 0.5rem 0.5rem;
}




/*   ↓これで指定可能

.sp {
  display: none;
} */




/* ここからヘッダー↓ */

@media print, screen and (min-width:768px){
  /* 768px以上(pc)に適用されるCSS  */


header {
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  z-index: 1000;
  }
#logo {
float: left;
margin-top: 10px;
margin-left: 10px;
}
#gNavi{
width: 675px;
float: right;
display: flex;
}
#gNavi li {
padding: 20px 30px 5px;
height: 40px;
background-color: transparent;
font-size: 18px;
text-align: center;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
border-bottom: 2.5px solid transparent;
}
#gNavi li:nth-child(1){
  margin-left: 5px;
}
#gNavi li:nth-child(4){
  border: 3px solid #fff;
  border-radius: 100px;
  padding-bottom: 0px;
  padding-top: 15px;
  height: 37px;
  margin-top: 7px
}

#gNavi li:hover:nth-child(4) {
  background-color:  #ffffff7a;
  border-bottom: 3px solid   #fff;
  }


#gNavi li a{
transition: all .3s ease 0s;
display: block;
height: 100%;
width: 100%;
color: #fff;
}







#gNavi li:hover {
border-bottom: 2.5px solid #fff;
}
#gNavi li:hover a{
color: rgb(230, 255, 142);
}

#gNavi li ul li a{
color: #fff;
}

#gNavi li ul li:hover {
  border-bottom: 2.5px solid transparent;
  }
#gNavi li ul li:hover {
background-color: #ffffff7a;
width: 140px;
margin-left: 2px;
text-align: left;
 }

.ddmenu ul {
display: none;   
margin: 0px;  
padding: 0px;    
position: absolute;
}

.ddmenu ul li {
clear: both;
}


.ddmenu li:hover ul {
display: block;
background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
background-size:400%;
animation: textAnime 20s infinite;
width:204px;
margin-top:7px;
margin-left:-30px;
}


}





/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */



  header img {
    display: block;
    width: 100%;
    height: auto;
  } 


  #logo {
    width: 9.5rem;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
   
    }
    



header {
  position: fixed;
  width: 100%;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  z-index: 100;
  }

  header li {
    list-style-type: none;
  }
  header a {
    text-decoration: none;
    color: #333;
  }

  

  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 20px;
    height: 25px;
  }
  #nav-toggle>div {
    position: relative;
    width: 30px;
  }

  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 20px;
  }



  

  .open #nav-toggle span {
    background: #333;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }




#gNavi{
  background: #f9f9f9ed;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}


#gNavi ul {
  opacity: 0;
  transform: translateY(-200px);
  transition: all .8s ease;
  list-style: none;
}



#gNavi a{
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 7px 0;
  transition: color .6s ease;
}


#gNavi a:hover {
  color: #666;
}





  /* open */
  .open {
    overflow: hidden;
  }

  .open #gNavi {
    visibility: visible;
    opacity: 1;
  }

  .open #gNavi ul {
    opacity: 1;
    transform: translateY(0);
  }


  #gNavi :nth-child(1)  li {
    display: block;
    text-decoration: none;
    transition: ease all .3s;
    line-height: 100%;
    text-align: center;
    background:  #3dfabb;
    background: -moz-linear-gradient(right, #00c2cc 0%,#3dfabb 100%);
    background: -webkit-linear-gradient(right, #00c2cc 0%, #3dfabb 100%);
    background: linear-gradient(to right, #00c2cc 0%, #3dfabb );
    color: #fff;
    padding: 10px 30px;
  }


}






/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */


/* ここまでヘッダー↑ */


/* ここから スライド ヘッダーボックス↓  */



#fixed-header {
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: -10%;  
  font-size: 1em;
  text-align: center;
  background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
  background-size:400%;
  animation: textAnime 20s infinite;
  box-sizing: border-box;
  transition: 3.5s; /* アニメーションタイミング */
  z-index: 900;
  opacity: 0;
}
#fixed-header.is-show {
  top: 0;
  opacity: 1;
}


#fixed-header li a{
  transition: all .3s ease 0s;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
}

.ddmenu2 ul {
  display: none;   
  margin: 0px;  
  padding: 0px;    
  position: absolute;
 
  
  }
  
  .ddmenu2 ul li {
    clear: both;
      }

  .ddmenu2 li:hover ul {
    display: block;
    background: -webkit-linear-gradient( 60deg,#00c2cc,#3dfabb);
    background-size:400%;
    animation: textAnime 20s infinite;
    width:204px;
    margin-top:7px;
    margin-left:-30px;
    
  }

  


/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以以下(sp)に適用されるCSS  */

  #fixed-header {display: none;
    
    }
    
    
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

 /* ここまでスライドヘッダーボックス↑  */





  main {
    clear:both;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -50px;
    }





/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */
  
  main {
    clear:both;
    overflow:hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -25px;
    }
    
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */




/* ここからオープニングモーション↓ */

#loadingLogo {
  width: 500px;
  opacity: 0;
}
#loadingLogo img {
  width: 100%;
  height: auto;
}
#loadingWrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Loading Animation */
.showLoadingLogo {
  transition: opacity 1.5s;
  opacity: 1 !important;
}
.hideLoadingWrap {
  transition: opacity 1.25s;
  opacity: 0 !important;
}
.showTopText {
  transition: opacity 1.5s 1.0s;
  opacity: 1 !important;

}


/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */
#loadingLogo img {
  width: 70%;
  height: auto;
  margin:auto;
  padding-right: 4%;
  padding-bottom: 40%;

}

}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */



h1 {
    /* letter-spacing: 0.35em; */
    margin-top: -72px;
   
    }


  main #topPhoto {
    background-position-y :0px;
  }

  #scroll {
    height: 60vh;
  }
    
  #topPhoto {
    background-image: url("../../images/mainPhoto.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 615px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 250px;
  }


  
/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media print, screen and (max-width:768px){
  /* 768px以下(sp)に適用されるCSS  */

  h1 {
    margin-top: -72px;
     }

     h1 span {
     font-family: "Hiragino Kaku Gothic Pro";
       }
  

  main #topPhoto {
    background-position-y :0px;
  }

  #scroll {
    height: 60vh;
  }
    
  #topPhoto {
    background-image: url("../../images/mainPhoto.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 440px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 225px;
  }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */










  /* 文字グラデーションアニメ*/
@keyframes textAnime{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


  /* h1要素　オープニングモーション */

@media screen and (min-width: 768px) {
    #topPhoto span {
        font-size: 60px;
        line-height: 1.75;
        background: -webkit-linear-gradient( 60deg,#12d6df,#3dfa66);
        background-size:400%;
        -webkit-background-clip: text;
        animation: textAnime 25s infinite;


    }
    #topTextBig {
        font-size: 0.4em !important;
        }
}




/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
    #topPhoto span {
        font-size: 8vw;
        padding-bottom: 10px;     
        background: -webkit-linear-gradient( 60deg,#12d6df,#3dfa66);
        background-size:400%;
        -webkit-background-clip: text;
        animation: textAnime 25s infinite;
       

    }
    #topTextBig {
        font-size: 0.4em !important;
    }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */



#topText {
  opacity: 0;
  -webkit-text-fill-color: transparent;
 
}


/* h1要素オープニングモーション↑ */








/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:20px;
left:95%;
z-index: 14;
}


/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .scrolldown2 span{
  display: none;
  }

}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */



/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:-5px;
bottom:5px;
  /*テキストの形状*/
color: #eee;
font-size: 2em;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 2.0s ease-in-out infinite,
  cirlemovehide 2.0s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{bottom:90px;}
   100%{bottom:-0px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:2px;
height: 100px;
background:#eee;
}



 /*スライドコンテンツ*/



            .wrapperx{
              margin-top: -1px;
              position: relative;
              width:100%;
              height:1px;
              z-index: 12;
              
            }

            .wrapperx img{
              margin-top: 30px;
              width: 20vw;
              height:auto;
              border-radius: 15px;
              }


             .item14,.item15,.item16,.item17 {
              float: left;
              width:24%;
              height:1px;
             
             border:none;
             vertical-align: bottom;/*画像の下にできる余白を削除*/}
           
             
             .item14{
              margin-left: 4%;

             }
              
             #r1,#r2,#r3,#r4{
             position: absolute; 
             background-size: cover;
             background-repeat: no-repeat;
             

            }
             
            #r1 { animation: slide5 20s infinite;
            }
            #r2{ animation: slide6 20s infinite;
            }
            #r3{ animation: slide7 20s infinite;
            }

            #r4{ animation: slide8 20s infinite;
            }
           
            @keyframes slide5 { 0% {opacity: 1; transform: scale(1.0);} 20% {opacity: 1;} 30% {opacity: 1;} 40% {opacity: 0; transform: scale(1.0);} 90% {opacity: 0} 100% {opacity: 1; transform: scale(1.0);}
            }
            @keyframes slide6 { 0% {opacity: 0;} 30% {opacity: 0; transform: scale(1.0);} 40% {opacity: 1;} 50% {opacity: 1;} 60% {opacity: 0; transform: scale(1.0);} 100% {opacity: 0;}
            }
            @keyframes slide7 { 0% {opacity: 0;} 50% {opacity: 0; transform: scale(1.0);} 60% {opacity: 1;} 70% {opacity: 1;} 90% {opacity: 0; transform: scale(1.0);} 100% {opacity: 0;}
            }
            @keyframes slide8 { 0% {opacity: 0;} 70% {opacity: 0; transform: scale(1.0);} 80% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0; transform: scale(1.0);}
            }
           
            









            /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

            @media screen and (max-width: 768px) {
             
            
            .item14, .item15, .item16 ,.item17{ 
              position: absolute; 
              top:0;
              left:0;
              margin-top: 0px;
              background-size: cover;
              background-repeat: no-repeat;
            }


            
            .item14{
              margin-left: 0%;

             }
         
            .item16{
             clear:both;
             width:50%;
             height: auto;
             } 
             .item14,.item15,.item17{
             width:50%;
              height: auto;
              } 
      

              
             .wrapperx img{
              width: 10rem;
              height:auto;
              }

             .item14 img{
              margin-top: 10px;
              right:3vw;
             }


             
             .item15 img{
              margin-top: 10px;
              left: 53vw;
            
              
              }


              
             .item16 img{
              margin-top: 137.5px;
              right:3vw;
              }


              
              .item17 img{
                margin-top: 137.5px;
                left: 53vw;
               
              }


              
             }

        /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */




.wrapperx p {
  
  text-align: center;
  font-size: 1.1vw;
  font-family:sans-serif;
  font-weight:bold;
  line-height: 200%;
  color:  #ffffff;
  letter-spacing: 0.25em;
   position: absolute;
   transform: translateX(-50%);
   z-index: 10;
   opacity: 0;
   animation: fadeIn 3s linear;
   animation-delay:  1.5s;
   animation-fill-mode: both;
   padding-left: 0.4em;
   margin-top: 50px;
   /* background: #ffffffd3; */
   border: 2px solid  #ffffffd3;
   border-radius: 10px;
   }



/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .wrapperx  p {
  font-size:10px;
  letter-spacing: 0.1em;
   padding-left: 0.6em;
   padding-right: 0.4em;
   border: 2px solid #ffffffc4;
  }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */





.item14 p {
  left: 9.7%;
   }

/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .item14  p {
    margin-top: 57.5px;
    width: 85px;
    left: 50%;
    
    }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

.item15 p {
   left: 31.6%;
   }

/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .item15  p {
    margin-top: 57.5px;
    width: 60px;
    left: 150%;
   
  }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

.item16 p {
   left: 55.7%;
  }

/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .item16  p {
    width: 60px;
    margin-top: 187.5px;
               left: 50%;
   }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

.item17 p {
   left: 79.8%;
   }

/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
  .item17  p {
    width: 60px;
    margin-top: 187.5px;
    
    left: 150%;
   
   }
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */












.slide1{ 
  z-index: 11;
    position: relative;
     width: 100%; 
     height: 350px;
     overflow: hidden;
     margin: 0 auto;
     
}


/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
 
 
  .slide1{ 
  position: relative;
  width: 100%; 
  height: 267.5px;
  overflow: hidden;
  margin: 0 auto;

  
  }
  


  
  .slide1 img {
  border:none;
  display:block;
  width:48rem;
  height: 40rem;
}
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */

  



.item10, .item11, .item12 ,.item13{ 
  position: absolute; 
  top:0;
  left:0;
  margin-top: -500px;
  height: 1500px;
  background-size: cover;
  background-repeat: no-repeat;
}
.item10{ animation: slide1 30s infinite;
}
.item11{ animation: slide2 30s infinite;
}
.item12{ animation: slide3 30s infinite;
}
.item13{ animation: slide4 30s infinite;
}
@keyframes slide1 { 0% {opacity: 1; transform: scale(1.0);} 20% {opacity: 1;} 30% {opacity: 1;} 40% {opacity: 0; transform: scale(1.1);} 90% {opacity: 0} 100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide2 { 0% {opacity: 0;} 30% {opacity: 0; transform: scale(1.0);} 40% {opacity: 1;} 50% {opacity: 1;} 60% {opacity: 0; transform: scale(1.1);} 100% {opacity: 0;}
}
@keyframes slide3 { 0% {opacity: 0;} 50% {opacity: 0; transform: scale(1.0);} 60% {opacity: 1;} 70% {opacity: 1;} 90% {opacity: 0; transform: scale(1.1);} 100% {opacity: 0;}
}
@keyframes slide4 { 0% {opacity: 0;} 70% {opacity: 0; transform: scale(1.0);} 80% {opacity: 1;} 90% {opacity: 1;} 100% {opacity: 0; transform: scale(1.1);}
}



/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
 
 

.item10, .item11, .item12 ,.item13{ 
  position: absolute; 
  top:0;
  left:0;
  margin-top: -250px;
  background-size: cover;
  background-repeat: no-repeat;
}



}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */



.slide1::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  }


  .slide1 p {
    text-align: center;
    font-size: 1.9em;
    font-family:sans-serif;
    font-weight:bold;
    line-height: 200%;
    color:#ffffff93;
    letter-spacing: 0.35em;
     position: absolute;
     top: 25%;
     left: 50%;
     transform: translateX(-50%);
     z-index: 10;
     opacity: 0;
     animation: fadeIn 3s linear;
     animation-delay:  3.5s;
     animation-fill-mode: both;
     padding-left: 0.4em;
     border: 2px solid #ffffff93;
     border-radius: 10px;
     
    }
  

/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
 
 

  .slide1 p {
    text-align: center;
    font-size: 2.3em;
    font-family:sans-serif;
    font-weight:bold;
    line-height: 200%;
    color:#ffffff93;
    letter-spacing: 0.1em;
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translateX(-50%);
     z-index: 10;
     opacity: 0;
     animation: fadeIn 3s linear;
     animation-delay:  3.5s;
     animation-fill-mode: both;
     padding-left: 0.6em;
     padding-right: 0.4em;
     border: 2px solid #ffffff93;
     border-radius: 10px;
     
    }

  
}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */




@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}





#weather {
  width: 90%;
  margin-top:50px;
  margin-bottom:25px;
  margin-left:auto;
  margin-right:auto;
  display: flex;
 }

#weather a {
  text-decoration: none;
  
}


#calendar {
  width:1200px;
  color: #000;
  
  
  }

  #weatherproperty {
    background-color: #f1f8f76b;
    margin-top: 65px;
    margin-left: 72px;
    height: 362px;
    
  }

#weatherImage{
  width: 400px;
  margin-top: 25px;
  margin-bottom: -30px;
  margin-left: 25px;
  
}
#weatherBody {
  width: 400px;
  height:150px;
  margin-top:  20px;
  margin-left: 40px;
  color: #000;
  font-size: 18px;
   
  }



  



/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
 


  #weather {
    width: 100%;
    margin-top:25px;
    margin-bottom:0px;
     margin-left:auto;
    margin-right:auto;
    
    
   }
  
  #weather a {
    text-decoration: none;
    
  }
  
  
  #calendar {
    width:90%;

    color: #000;
    margin-left: auto;
    margin-right: auto;
   
    }


  
    #weatherproperty {
      display: none;
    }

  }
  /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */
  







#sub li {
  width: 350px;
  }
#sub li:nth-child(1) {
  width: 350px;
  float: left;
  background-color: #f5fffc6c;
}
#sub li:nth-child(2) {
  margin-left: 50px;
  float: left;
}
#sub li:nth-child(3) {
  clear: both; 
  width: 750px;
  height:430px;
  padding-top:20px;
  margin-bottom: 50px;
}












/* ここからCSSスライダー↓ */






#slide {
  clear: both;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  }
 

.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 450px;
  
}

.slide_css {
  display: flex;
  -webkit-animation: slide 30s infinite linear 1s both;
  animation: slide 30s infinite linear 1s both;
}

@-webkit-keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.slider:hover .slide_css {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.item {
  transition: all 0.2s;
  margin-right: 20px;
}

.item:hover {
  transform: translateY(-20px);
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 1;
  cursor: pointer;
}








/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {





  #slide {
    clear: both;
    width: 90%;
    
    margin-left: auto;
    margin-right: auto;
    }

    
  #slide  img{
    width: 50vw;
    height: auto;
    }
   
   
  
  .wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 62.5vw;
    
  }
  
  .slide_css {
    display: flex;
    -webkit-animation: slide 30s infinite linear 1s both;
    animation: slide 30s infinite linear 1s both;
  }
  
  @-webkit-keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  
  .slider:hover .slide_css {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  .item {
    transition: all 0.2s;
    margin-right: 10px;
  }
  
  .item:hover {
    transform: translateY(-20px);
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 #333;
    opacity: 1;
    cursor: pointer;
  }
  





}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */





/* ここまでCSSスライダー↑ */



/* ここからpolicy↓ */
    
#policy {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  
  }


  #policy h2 {
    text-align: center;
    font-size: 2em;
    line-height: 200%;
    color: #000;
    letter-spacing: 0.35em;
    margin-top: 15px;
    margin-bottom: 15px;
    }


    #policy h2 span {
      display: block;
      font-size: 0.6em;
      line-height: 100%;
      letter-spacing: 0.3em;
    }
/*   

    #policy h2::after {
    content: "";
    display: block;
    background-color: #a2a500;
    width: 100%;
    height: 3px;
    margin: auto;
    }

 */


      
    
    table{
            border-collapse: collapse;
       
      }
      
      table tr{
      border-bottom:1px solid #a2a500;
      width: 100%;
    }
    
    tr,td{
      padding:20px 25px 10px 5px;
      font-weight: normal;
      font-size: 1em;
      text-align: left;
    
    }


    



  td a{
    text-decoration: none;
    
  }

  
  td a:visited{
    text-decoration: none;
    color: #000;
  }
  



    
    
           
    #left_td
    {
     width:200px;
     padding-left: 25px;
        }


        #center_td
    {
      width:150px;
      padding-right: 125px;
      }

      
      #center_td p
      {
        color: #fff;
        background-color: #11b37d;
        text-align: center;
        line-height: 25px;
        font-weight: bold;
        font-size: 0.9em;
        }
   
 

 
    
    #right_td
    {
      width:2000px;
      font-weight: bold;
    }
        
    
    
    

/* ここまでpolicy↑ */




/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {
 
   

#policy {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  }

  #policy h2 {
    text-align: center;
    font-size: 1em;
    line-height: 200%;
    color: #000;
    letter-spacing: 0.35em;
    margin-top: 15px;
    margin-bottom: 15px;
    }

    #policy h2 span {
      display: block;
      font-size: 0.6em;
      line-height: 100%;
      letter-spacing: 0.3em;
    }
   
    table{
            border-collapse: collapse;
         }
      
    table tr{
      border-bottom:1px solid #a2a500;
      width: 100%;
    }
    
    tr,td{
      padding:5px 15px 0px 0px;
      font-weight: normal;
      font-size: 0.75em;
      text-align: left;
        }

    td a{
    text-decoration: none;
     }
  
  td a:visited{
    text-decoration: none;
    color: #000;
  }
    
    #left_td
    {
     width:10%;
     padding-left: 5px;
        }

      #center_td
      {
      width:50px;
      padding-right: 25px;
      }
      
      #center_td p
      {
        color: #fff;
        background-color: #11b37d;
        text-align: center;
        line-height: 18.5px;
        font-weight: bold;
        font-size: 0.9em;
        width: 75px;
        }
        
    #right_td
    {
      width: 70%;
      font-weight: bold;
    }
       

}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */









/* ここからpolicy2↓ */
    
#policy2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  
  }


  #policy2 h2 {
    text-align: center;
    font-size: 2em;
    line-height: 200%;
    color: #000;
    letter-spacing: 0.35em;
    margin-bottom: 40px;
    
    }


    #policy2 h2 span {
      display: block;
      font-size: 0.6em;
      line-height: 100%;
      margin-right: 1em;
      letter-spacing: 0.3em;

    }
/*   

    #policy2 h2::after {
    content: "";
    display: block;
    background-color: #a2a500;
    width: 100%;
    height: 3px;
    margin: auto;
    } */






/* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */
@media screen and (max-width: 768px) {




/* ここからpolicy2↓ */
    
#policy2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  margin-bottom: 20px;
  }

  #policy2 h2 {
    text-align: center;
    font-size: 1em;
    line-height: 200%;
    color: #000;
    letter-spacing: 0.35em;
    margin-bottom: 15px;
        }


    #policy2 h2 span {
      display: block;
      font-size: 0.6em;
      line-height: 100%;
      margin-right: 1em;
      letter-spacing: 0.3em;
    }

    
    #policy2 iframe {
      height: 250px;
      margin-top: 5px;
          }

}
/* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */


/* ここまでpolicy2↑ */







footer {
  clear: both;
  
 

}
#footerInner {
  overflow: hidden;
  width: 100%;
  
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  transform: rotateX(180deg);
  
}
#copyright {
  font-size: 14px;
  padding-left: 25px;
  color: #fff;
  float: left;
  }





 /* ↓ ↓ ↓ ↓ ↓ ↓ SP　↓ ↓ ↓ ↓ ↓ ↓ ↓ */

 @media screen and (max-width: 768px) {
  #copyright {
    font-size: 8px;
    padding-left: 10px;
    color: #fff;
    float: left;
    }
  
  



  }
  /* ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ SP ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑  */




  

/* ここから波フッター　id名整合しながら変更していく↓ */

.footer1 {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
  transform: rotateX(180deg);
}


.inner-footer1 {
  height:50px;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:1px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 14s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 26s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }

}


/* ここまで波フッター↑ */


