@charset "UTF-8";
body{
    width: 100%;
    font-family: 'Ubuntu','Sawarabi Gothic',sans-serif;
    background-color:#ffcca3;
    line-height: 1.5rem;
}
.about p,.menu p{
  opacity: 0;
}
.main{
width: 100%;
margin-top: 10%;
}
.logo-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-img img{
  width: 20%;
}
.logo-title{
  z-index: 1;
 opacity: 0;
text-align: center;
}
.opacity{
  animation: fadein 1.5s forwards;
}
.logo{
   
    width: 100%;
    position: absolute;
    top: 50%;
    left:50%;
     transform: translate(
    -50%,-50%);
}
.ani1,.ani2,.ani3{
    opacity: 0;
    margin: 0 -3.5%;
}
.ani2{
    margin-bottom: 20%;
}
.poyon {
  opacity: 1;
    animation: poyon 1.5s linear 0s 1;
  }
  .main-content{
    text-align: center;
    margin-top: 30px;
  
  }
  .sub-title{
   font-size: 200%;
   font-family:"Arial Black",'Roboto',sans-serif;
   opacity: 0;
   margin-bottom: 30px;
  }
  .sub-content{
  margin: 80px 0;
  }
  .map{
    margin: 20px 0;
    opacity: 0;
    z-index: 1;
  }
  .access-info,.access-other{
    margin: 30px 0;
    opacity: 0;
  }
  .insta{
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 50px;
    margin-right: 50px;
    z-index: 2;
  }
  .insta img{
    width: 50px;
   
  }
  .display-area{
    width: 100%;
    margin-top: 50px;
    opacity: 0;
  }
  .img-list{
    width: 3100px;
    display: flex;
    align-items: flex-start;
  }
  .img-list img{
    width: 600px;
    margin: 0 10px;
  }
  .menu{
    text-align: center;
  }
  .line{
    background-image : linear-gradient(to right, #000, #000 10px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 16px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    margin:15px auto;
    padding-bottom: 1px;
    width: 50%;
    opacity: 0;
  }
  .menu-title{
    margin-bottom: 10px;
  }
  .menu-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    width: 100%;
    opacity: 0;
  }
  .menu-img{
    margin: 20px;
  }
  .menu-img img{
   max-width: 300px;
  }
  .menu-text{
    margin: 20px 0;
  }
  .menu-text p{
    margin: 10px 0;
  }
  .menu-text img{
    width: 40px;
    margin: 10px 0;
    opacity: 0;
  }
 
  
  @keyframes poyon {
    0%   { transform: scale(0.8, 1.4) translate(-100%, -200%); }
    10%  { transform: scale(0.8, 1.4) translate(0%, -20%); }
    20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
    30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
    40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
    50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
    60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  @keyframes fadein {
    100%{opacity: 1;}
  }
  @keyframes poyon2 {
    0%   { transform: scale(1.0, 1.0) translate(-332%, -200%); }
    32%   { transform: scale(1.0, 1.0) translate(-138%, -6%); }
    33%  { transform: scale(1.4, 0.6) translate(-132%, 0%); }
    50% { transform: scale(1.0, 1.0) translate(-82%, -50%); }
    66% { transform: scale(1.0, 1.0) translate(-35%, -3%); }
    67% { transform: scale(1.3, 1.7) translate(-32%, 0%); }
    75% { transform: scale(1.0, 1.0) translate(-20%, -12%); }
    83% { transform: scale(1.0, 1.0) translate(-9%, -1%); }
    84% { transform: scale(1.2, 0.8) translate(-8%, 0%); }
    88% { transform: scale(1.0, 1.0) translate(-5%, -3%); }
    91% { transform: scale(1.0, 1.0) translate(-3%, -1%); }
    92% { transform: scale(1.1, 0.9) translate(-2%, 0%); }
    94% { transform: scale(1.0, 1.0) translate(-1%, -1%); }
    97% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  @media screen and (max-width:1024px){
    .menu-img{
      margin: 10px;
    }
    .menu-img img{
     max-width: 200px;
    }
  }

  @media screen and (min-width:768px){
    .logo-img img{
      width: 14%;
    }
    .ani1,.ani2,.ani3{
      margin: 0 -2.7%;
  }
  .ani2{
      margin-bottom: 14%;
  }
  }
  @media screen and (max-width:767px){
    .main-content{
     margin: 0 10px;
     margin-top: 30px;
    }
    .map{
      height: 100%;
      width: 70%;
   }
   .insta{
    margin-top: 30px;
    margin-right: 20px;
  }
  .line{
    width: 60%;
  }
  .img-list{
    width: 2100px;
  }
   .img-list img{
    width: 400px;
  }
  .menu-img{
    margin: 5px;
  }
  .menu-img img{
   max-width: 100px;
  }
   
  }
  @media screen and (max-width:480px) {
    .logo-title img{
width: 50%;
    }
    .main{
      margin-top: 30%;
      }
      .map{
        height: 60%;
        width: 90%;
     }
     .line{
       width: 80%;
     }
     .img-list{
      width: 1350px;
    }
     .img-list img{
      width: 250px;
    }
     
  }