@charset "utf-8";

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

*{
  margin: 0;
  padding: 0 ;
  /* box-sizing: border-box; */
  font-family: "Kaisei Opti", serif;

}





.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-bottom: 20px;
 
 
  width: 100%;
  height: 350px;
  background-image:url("../images/index/img-haikei4.jpg");
  
}
.title h1 {
  margin-top: 200px;
  font-size: 70px;
  
  
 
}
 .p1{
  margin-top: 10px;
  font-size: 40px;
 } 

 .site-menu ul{
  margin-top: 90px;
  margin-right: 50px;
} 



table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

table tr{
  border-bottom: solid 2px rgb(230, 220, 220);
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #e3edee;
  color: rgb(16, 15, 15);
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #f5eded;
  padding: 10px 0;
}

.fingerfood h3{
  line-height: 60px;
  font-size: 40px;
  margin-left: 150px;
  margin-top: 50px;
}

.fingerfood2{
  border-top: 2px solid #000;
  border-bottom : 2px solid #000;
  width: 90%;
  font-size: 25px;
  line-height: 60px;
  margin-left: 65px;
  margin-top: 50px;
  
}





  

.seika{
  display: flex;
  border-top: 2px solid #000;
  border-bottom : 2px solid #000;
  width: 90%;
  font-size: 25px;
  line-height: 60px;
  margin-left: 65px;
  margin-top: 50px;
  
}

.seika img{
  width: 300px;
  height: 200px;
  border-radius:20px ;
}

.betto{
  border-top: 2px solid #000;
  border-bottom : 2px solid #000;
  width: 90%;
  font-size: 25px;
  line-height: 60px;
  margin-left: 65px;
  margin-top: 50px;
}

.drink{
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-bottom: 20px;
 
 margin-top: 20px;
  width: 100%;
  height: 200px;
  background-image:url("../images/index/img-haikei4.jpg");
}

.drink2{
  display: flex;
  border-top: 2px solid #000;
  border-bottom : 2px solid #000;
  width: 90%;
  font-size: 25px;
  line-height: 60px;
  margin-left: 65px;
  margin-top: 50px;
}
.drink h2 {
  margin-top: 60px;
  font-size: 70px;
  
  
 
}
 .p1{
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
} 

.drink p{
  font-size: 35px;
  font-weight: 600;
}



.drink2 img{
  text-align: center;
padding: 20px;
  width: 300px;
  height: 400px;
  border-radius:70px ;
margin-left: 100px;
  
}

.drink-2-1{
  display: block;
}

.mokuteru{
  text-align: center;
margin-left: 100px;
}

.title2{
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-bottom: 20px;
 
 margin-top: 20px;
  width: 100%;
  height: 200px;
  background-image:url("../images/index/img-haikei4.jpg"); 
}

.title2 h2 {
  margin-top: 60px;
  font-size: 70px;
}
 .p1{
  margin-top: 10px;
  font-size: 40px;
} 


.title3{
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding-bottom: 20px;
 
 margin-top: 200px;
  width: 100%;
  height: 300px;
  background-image:url("../images/index/img-haikei4.jpg"); 
}

.title3 h2 {
  margin-top: 180px;
  font-size: 70px;
  }
 .p3{
  margin-top: 10px;
  font-size: 40px;
} 

.title3 p{
  margin-top: 10px;

}

.button003 a {
  background: #e8cde6;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  
  margin: 0 auto;
  max-width: 350px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
 
  font-size: 30px;
  margin-top: 30px;
}
.button003 a:hover {
  background: #e9acd6;
  color: #FFF;
}
.button003 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
  border-color: #FFF;
}

.f-grid ul{
  width: 100px;
  max-width: 100%;
  margin-top: 75px;
  margin-left:100px;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3,350px);
  column-gap: 150px;
  row-gap: 100px;

}
 
 
 .f-grid dt{

  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  width: 400px;
 }

 .f-grid dd{

  margin-top: 10px;
  font-size: 15px;
font-weight: bold;
  line-height: 25px;
  width: 400px;
 }

 .kkk-k{
  border-radius: 10px;
  width: 400px;
  height: 350px;
  object-fit: cover;
  margin-top: 30px;
}















.sub{
  display:flex;
  margin-top: 20px;
  /* max-width: 100%; */
  width: 750px;
  height: 430px;
} 

.flex {
  display: flex; 
  margin-top: 50px;
  margin-left: 50px;
}
.flex .image { 
  width: 600px; 
  margin-left: 100px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.right{
  margin-left:45px ;
  
  

  
  
  }
  
.right2 a:hover {
  transform: scale(1.5);
}

.right2 a {
  display: block;
  transition-duration: 0.2s;
} 

.price{

  margin-left: 20px;
  max-width: 100%;
 
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}


section{
  display: block;
  justify-content: center;
  align-items: center;
  
}
 



.orignal{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Kaisei Opti", serif;
  background-image:url("../images/index/img-haikei8.jpg");
  margin-top: 50px;
  height: 170px;
  }

.orignal h2{
  font-family: "Kaisei Opti", serif;
  margin-top: 30px;

  font-size: 70px;
  font-weight: bold;
  text-shadow: 1px 1px 10px #ebe7e4;
  }

  .orignal p{
    font-weight: bold;
    font-size: 60px;
    
  }
  .imgimg{
    margin-left: 100px;
    width: 1500px;
    border-radius: 20px;
  }



  .top-ttl{
    color: rgb(159, 137, 55);
    margin-top: 50px;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  .textanimation{
    line-height: 50px;
    font-size: 40px;
    
    
    
    font-family:"Times New Roman", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
  }
  @keyframes showTextFromBottom{
  0%{
  transform: translateY( 100% );
  
  }
  100%{
  transform: translateY( 0px );
  }
  }
  .textanimation span{
  animation: showText 3s backwards;
  display: inline-block;
  }
  .textanimation > span{
  overflow: hidden;
  }
  .textanimation > span > span{
  animation: showTextFromBottom 0.5s backwards;
  }




/* body part2 */



.text{
 
  display: table-cell;
  vertical-align: middle;
 text-align: center;
    font-weight: bold;
    
  font-size: 30px;
  width: 1700px;
  line-height: 70px;
   height: 800px;
   
  background-position: center center;
  background-size: cover;
  /* background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%); */
  background-repeat: no-repeat;
  
 
}





/* ロール部分 */








.corecyon{
  display: flex;
  margin-top: 50px;
}


  .corecyon-menu{
  display: block;
  margin-left: 150px;
}

.corecyon-menu h3{
  font-size: 40px;
  font-weight: bold;
  margin-left: 200px;
  background-image: linear-gradient(rgb(194, 217, 227), rgba(220, 240, 220, 0.3));

} 

.corecyon p{
  font-weight: bold;
  font-size: 20px;
}

.corecyon-m{
  margin-top: -11px;
  font-size: 20px;
  line-height: 40px;
  width: 900px;
  padding: 50px;

}


 /* スクロール */


 .main_imgBox {
  height: 500px;
  overflow: hidden;
  position: relative; 
  margin-top: 50px;
}



.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite; 
}

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s; }

  .main_img:nth-of-type(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_img:nth-of-type(5) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s; }

  

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

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


  







  
@media screen and (max-width:700px){
  
  .title{
    height: 150px;

  }
  
  .title h1{
    font-size: 40px;
    margin-top: 60px;
    

  }
.title p{
font-size: 20px;

}

.main_imgBox{
 margin-top: 10px;
}

.top-ttl{
  width: 400px;
  line-height: 15px;
}

.textanimation{
  font-size: 15px;
  line-height: 15px;
}
 
.fingerfood{
  width: 400px;
}

.fingerfood2{
  font-size: 15px;
  line-height: 30px;
  margin-left: 30px;
}

.table {
  
  width: 400px;

  height: 110px;
}

.table tr{
  height: 50px;
}
.table th {
  font-size: 15px;
}

.table td{
  font-size: 15px;
}

.seika{
  display: block;
  font-size: 15px;
  line-height: 30px;
  margin-left: 30px;
}

.betto{
  margin-left: 30px;
}
.seika img{
  width: 350px;
}

.drink{
  height: 100px;
}

.drink h2{
  font-size: 40px;
  margin-top: 20px;
}

.drink p{
  font-size: 20px;
}
.drink2{
 display: block;
  font-size: 15px;
  line-height: 30px; 
  margin-left: 20px;
}

.mokuteru{
  display: none;
}


.title2{
  height: 150px;
}

.title2 h2{
  font-size: 30px;
}

.title2 p{
  font-size: 20px;
}



.title3{
  height: 150px;
}

.title3 h2{
  font-size: 30px;
}

.title3 p{
  font-size: 20px;
}
.drink-2-1{

 display: none;
}





.f-grid ul{
  display: block;
  margin-left: -0px;
 
}

.kkk-k{
  width: 350px;
  margin-left: 20px;
}

.f-grid dt{
   width: 350px;
  margin-left: 20px;
font-size: 15px;
}

.f-grid dd{
 width: 350px;
  margin-left: 20px;
font-size: 10px;
}
}