@charset "utf-8";
/*初期化CSS*/
*{
   margin: 0;
   padding: 0;
}
body{
   font-family:  YuMincho, "Yu Mincho", serif," メイリオ ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
   " ＭＳ Ｐゴシック ", "MS PGothic";
   font-size: 18px;
   line-height: 1.5;
   overflow-x: hidden;
   color: #333;
   margin: 0 auto;
}
h1, h2, h3{
   font-size: 100%;
}
li{
   list-style-type: none; 
}
a{
   text-decoration: none;
}
img{
   display: block;
   border: none;
}
#splash{
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 99999;
   background-color: #cededb;
   text-align: center;
}
#splashLogo{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#splashLogo img{
   width: 600px;
}
.fadeUpTrigger{
   opacity: 0;
}
.fadeUp{
   animation-name: fadeUpAnime;
   animation-duration: 1s;
   animation-fill-mode: forwards;
}
@keyframes fadeUpAnime{
   from{
      opacity: 0;
      transform: translateY(100px);
   }
   to{
      opacity: 1;
      transform: translateY(0);
   }
}

@media screen and (min-width: 1050px) {
   /* ヘッダーCSS */
   .headerTop {
      position: relative;
      width: 100%;
      height:90vh;
      box-sizing: border-box;
      overflow: hidden;
   }
   #background img{
      width:calc(100% - 200px);
      height: 90vh;
      object-fit: cover;
      position:absolute;
      left: 150px;
      right: 50px;
   }
   #logo{
      top: 35px;
      left: 3%;
      position: absolute;
      z-index: 1000;
   }
   #gnavisp{
      display: none;
   }
   #navigation{
      position: absolute;
      right: 5%;
      z-index: 1000;
   }
   #navigation ul{
      margin-top: 90px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      width: 620px;
    }
   #navigation a{
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 25px;
      text-shadow: #080b26 0 3px 5px;
      position: relative;
   }
   #reservation{
      padding: 0px 10px;
      border: solid  2px #fff;
      border-radius: 10px;
      transition: .3s;
   }  
   #navigation li:nth-child(-n+4) a::after{
      content: '';
      /*絶対配置で線の位置を決める*/
      position: absolute;
      bottom: 0;
      left: 0;
      /*線の形状*/
      width: 100%;
      height: 2px;
      background:#ffffff;
      /*アニメーションの指定*/
      transition: all .3s;
      transform: scale(0, 1);/*X方向0、Y方向1*/
      transform-origin: center top;/*上部中央基点*/
   }
   #navigation li:nth-child(-n+4) a:hover::after{
      transform: scale(1, 1);/*X方向にスケール拡大*/
   }
   #reservation:hover{
      text-decoration: none;
      text-shadow: none;
      color: #080b26;
      background-color: rgb(255, 255, 255, .5 );
   }
   h1{
      position: absolute;
      top: 40%;
      left:15%;
      font-size: 60px;
      color: #fff;
      text-shadow: #080b26 0 5px 7px;
      letter-spacing: 5.5px;
      line-height: 65px;
      z-index: 100;
   }
   header p{
      position: absolute;
      top: 65%;
      left: 15%;
      font-size: 29px;
      font-weight: bold;
      color: #fff;
      text-shadow: #080b26 0 3px 5px;
      letter-spacing: 5.5px;
      z-index: 100;
   }
   .scrolldown1{
       /*描画位置※位置は適宜調整してください*/
      position:absolute;
      left:50%;
      bottom:-10px;
       /*全体の高さ*/
      height:50px;
      z-index: 100;
  }
  /*Scrollテキストの描写*/
  .scrolldown1 span{
       /*描画位置*/
      position: absolute;
      left:-32px;
      top: -15px;
       /*テキストの形状*/
      color: #080b26;
      text-shadow: #eee 0 3px 5px;
      font-size: 0.8rem;
      letter-spacing: 0.05em;
  }
  /* 線の描写 */
  .scrolldown1::after{
      content: "";
       /*描画位置*/
      position: absolute;
      top: 0;
       /*線の形状*/
      width: 1px;
      height: 30px;
      background: #080b26;
       /*線の動き1.4秒かけて動く。永遠にループ*/
      animation: pathmove 1.4s ease-in-out infinite;
      opacity:0;
  }
  
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove{
      0%{
         height:0;
         top:0;
         opacity: 0;
      }
      30%{
         height:30px;
         opacity: 1;
      }
      100%{
         height:0;
         top:50px;
         opacity: 0;
      }
  }
  /* Concept */
   .heading{
      text-align: center;
      padding-top:90px;
      font-size: 60px;
      letter-spacing: 5.5px;
      font-weight: 500;
   }
   #concept{
      width: 1100px;
      /* overflow: hidden; */
      margin: 0 auto;
   }
   #concept h3{
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 70px;
   }
   #concept p{
      text-align: center;
      font-size: 20px;
      letter-spacing: 3px;
      line-height: 55px;
   }
   #conceptPasta{
      position: absolute;
      top: calc(90vh + 170px);
      left:calc(50% - 550px);
   }
   #conceptPizza{
      position: absolute;
      top: calc(90vh + 365px);
      left: calc(50% - 650px);
   }
   #conceptSea{
      position: absolute;
      top: calc(90vh + 200px);
      left: calc(50% + 250px);
   }
   #conceptWine{
      position: absolute;
      top: calc(90vh + 420px);
      left: calc(50% + 300px);
   }
   /* Menu */
   #menu{
      width: 1100px;
      /* overflow: hidden; */
      margin: 0 auto;
   }
   #menuContainar{
      display: grid;
      padding: 30px;
      grid-template-columns: 30% 30% 30%;
      grid-template-rows:328px 328px;
      row-gap: 30px;
      column-gap: 30px;
      justify-content: space-between;
   }
   .menuItem{
      background: #cededb;
   }
   .menuItem img{
      position: relative;
      width: 90%;
      top: 25px;
      left:5%;
   }
   .menuItem p{
      position: relative;
      top: 32px;
      width: 90%;
      left:5%;
   }
   .more_btn{
      position: relative;
   }
   .circle{
      position:absolute;
      top:20px;
      right:150px;
   }
   .more p{
      font-size: 28px;
      letter-spacing: 4px;
      position:absolute;
      right:80px;
      top:45px;
      color: #333;
   }
   .arrow{
      position:absolute;
      right:40px;
      top: 55px;
      transition:0.3s all;
   }
   .more_btn:hover .arrow{
      right:30px;
      transition:0.3s all;
   }
   /* News */
   #news{
      width: 1100px;
      margin: 0 auto;
   }
   #news .heading{
      margin-top:50px;
   }
   #newsContainar{
      display: grid;
      padding: 30px;
      grid-template-columns: 30% 30% 30%;
      grid-template-rows:328px;
      row-gap: 30px;
      column-gap: 30px;
      justify-content: space-between;
   }
   .newsItem{
      background: #f2e9e4;
      border: #f2e9e4 solid 2px;
      transition:0.3s all;
   }
   .newsItem:hover{
      background: #fdfaf9;
      transition:0.3s all;
   }
   .newsItem img{
      position: relative;
      width: 90%;
      top: 25px;
      left:5%;
   }
   .newsItem p{
      position: relative;
      top: 32px;
      width: 90%;
      left:5%;
      color: #333;
   }
   .newsDay{
      font-size: 15px;
   }
   /* Shop Info */
   #shopInfo{
      margin-bottom: 100px;
      width: 1100px;
      margin: 0 auto 60px;
   }
   #shopInfo .heading{
      margin-top:50px;
   }
   #mapAndInfo{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
   }
   #map{
    margin-right: 30px;
   }
   #reserve{
      text-align: center;
      margin: 30px auto 0;
      width:200px;
      height: 40px;
      padding-top: 10px;
      border: solid  2px #c98f1f;
      border-radius: 10px;
      transition:0.3s all;
      font-size: 20px;
      background-color: #c98f1f;
   }
   #reserve a{
      color: #fcf9f4;
      font-weight: bold;
   }
   #reserve:hover{
      opacity: .7;
      color: #fcf9f4;
      transform:scale(1.1,1.1);
      transition:0.3s all;
   }
   /* Footer */
   #footer{
      width: 100%;
      background-color: #2d515c;
   }
   #footerlogo{
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      transition:0.3s all;
   }
   #footerlogo img{
      padding-top: 30px;
      padding-bottom: 30px;
   }
   #footerlogo:hover{
      transform:scale(1.05,1.05);
      transition:0.3s all;
   }
   #sns{
      display: flex;
      justify-content: center;
   }
   #sns a{
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 30px;
      transition:0.3s all;
   }
   #sns a:hover{
      transform:scale(1.1,1.1);
      transition:0.3s all;
   }
   #copyright{
      text-align: center;
      color: #fff;
      font-size: 15px;
      padding-bottom: 30px;
   }
   /* 予約ページ */
   .headOtherPage{
      background-color: #2d515c;
      height: 200px;
   }
   .headOtherPage #logo{
      top: 28px;
   }
   #heading_reserve h1{
      font-size: 60px;
      text-align: center;
      color: #080b26;
      position: unset;
      text-shadow: none;
      letter-spacing: 10px;
      padding-top: 60px;
   }
   #heading_reserve h2{
      font-size: 30px;
      text-align: center;
      color: #080b26;
      letter-spacing: 5px;
      padding-top: 15px;
   }
   #heading_reserve p{
      text-align: center;
      color: #ff0000;
      letter-spacing: 5px;
      padding-top: 15px;
      padding-bottom: 60px;
   }
   #form{
      background-color: #cededb;
      padding: 30px calc(50% - 310px);
   }
   #form .required{
      color: #ff0000;
   }
   #form dl dt{
      width: 200px;
      padding: 10px 10px 10px 0;
      float: left;
      clear: both;
   }
   #form dl dd{
      padding: 10px 0;
   }
   #form .name{
      width: 400px;
      height: 25px;
   }
   #form .date{
      width: 400px;
      height: 25px;
   }
   #form .hour{
      width: 50px;
      height: 25px;
   }
   #form .minute{
      width: 50px;
      height: 25px;
   }
   #form .number{
      width: 50px;
      height: 25px;
   }
   #form .tel{
      width: 400px;
      height: 25px;
   }
   #form .email{
      width: 400px;
      height: 25px;
   }
   #form .message{
      width: 400px;
      height: 100px;
   }
   #form .submit{
      background-color: #c98f1f;
      color: #fff;
      font-size: 20px;
      width: 200px;
      display: block;
      text-align: center;
      line-height: 50px;
      border-radius: 10px;
      border: #c98f1f solid 1px;
      transition:0.3s all;
      margin: 30px auto;
      font-family: YuMincho, "Yu Mincho";
      font-weight: bold;
   }
   #form .submit:hover{
      cursor: pointer;
      opacity: .8;
      transform: scale(1.1,1.1);
      transition:0.3s all;
   }
   input,textarea{
      padding: 3px 2px;
      border-radius: 5px;
   }
}