@charset "UTF-8";

html{
   scroll-behavior: smooth;
font-family: 'Zen Kaku Gothic New', sans-serif;

}

body{
  position: relative;
  z-index: 50;
}

header{
  font-family: 'Lato', sans-serif;

  width: 92%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  margin-top: 1%;
  margin-left: 1%;
}

ul{
  display: flex;
  text-align: center;
  margin: 0;
}

li{
  list-style: none;
  margin-left: 4%;
}

.navmenu a{
  font-family: 'Lato', sans-serif;

  font-size: 5vw;
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 2px;
  background-color: rgba(10, 133, 8, .5);
  padding: 5px 10px 8px 10px;
}

.logo img{
  width: 40%;
}

.tophero img{
  width: 100%;
  margin-top: 25%;
}


.shopname{
  width: 100%;
  background-color:rgba(255, 0, 0, 0.5);
  box-shadow:0px 0px 30px 40px rgba(255, 255, 255, .6) inset;
}



.snswrapper{
  display: flex;
  width: 98%;
  margin: 0 auto;
  padding: 8% 0;
  border-radius: 50%;
  margin: 10% 0 5% 0;

}

.snswrapper img{
 opacity: .8;
 width: 8vw;
}

.snswrapper a{
  margin: 0 auto;
  padding: 2% 0;
}

.title {
  text-align: center;
  padding: 0 5%;
}

.title h2{
  font-family: 'Lato', sans-serif;

  font-size: 7vw;
  color: #555;
}

.title h3{
  font-family: 'Lato', sans-serif;

  color: #555;
  font-size: 5vw;
}

.title p{

  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  margin-bottom: 4%;
}

.title img{
  width: 60vw;
margin-bottom: 0%;
margin-top: 0%;
 transform: rotate( 0deg );
 border-radius: 10px;

}



.comentsmall{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 2vw;
  color: #777;
}

.comentsmall02{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.8vw;
  color: #777;
}

.pricebord{
  width: 90%;
  padding: 0 2%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom:solid
  rgba(0, 0, 0, 0.5) 1px;
}
.pricebord p{
  font-size: 4vw;
  padding-top: 10%;
}


.pagename{
  width: 100%;
  text-align: center;
  margin-bottom: -5%;
}
.pagename img{
  width: 15%;
  margin-top: 5%;
}


.price p{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 4vw;
  padding-top: 20%;
}


.tax{
  width: 98%;
  text-align: right;
  font-size: 10px;
  color: #666;
}

.foodimage {
  display: flex;
  justify-content: center;
  gap:1%;
  margin-bottom: 10%;
}

.foodimage img{
  width: 32%;
  border-radius: 5px;
}


.infotop{
  width: 100%;
  height: 69vw;
  background-image: url(images/info01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.infotop h2{

  position: absolute;
  font-size: 8vw;
  color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  transform: translate(52%,200%);
}

.atemptimage{
  width: 100%;
}

.atemptimage img{
  width: 60%;
  margin-left: 20%;
  border-radius: 10px;
}

.atempt{
  width: 98%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 1px;
  border: 2px rgba(10, 133, 8, .5) solid;

}

.atempt p{
font-size: 14px;
padding: 2%;
}


.atempt02{
  width: 98%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
  border-radius: 1px;
  border: 2px rgba(10, 133, 8, .5) solid;

}

.atempt02 p{
font-size: 14px;
padding: 2%;
}



iframe{
  margin-left: 1%;
}


.topbuttonwrapper{
  width: 100%;
}

.topbuttonwrapper a{
  position: fixed;
  bottom: 3%;
  right: 3%;


  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #888;
  color: #fff;
  font-size: 6vw;
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  z-index: 100;
}

.all{
  margin-top: -20%;
}


.footerwrapper{


  margin-top: 5%;
  padding: 3% 0 5% 0;
  background-color: #333;
  color: #fff;
  text-align:center;
}

.footerwrapper h1{
  font-family: 'Lato', sans-serif;

  color: #fff;
  font-size: 6vw;
}

.footerwrapper p{
  font-family: 'Zen Kaku Gothic New', sans-serif;

  color: #fff;
  font-size: 1.5vw;
}

.footernav a{
  font-family: 'Lato', sans-serif;

  font-size: 4vw;
}


.footertel{
color: #fff;
}


.sitenav{
  width: 100%;
}

.sitenav-ul{
  display: flex;
margin-left: -4.5%;
}

.sitenav-li{
  width: 25%;
  background-color: #fff;
  margin: 0 auto;
  border: 1.5px rgba(10, 133, 8, .5) solid;
  border-radius: 5px;
  list-style: none;
  text-align: center;
  padding: 1%;
}

.sitenav a{
  display: block;
  font-size: 2.5vw;
  color:#111;
  text-decoration: none;
}


.calendar{
  margin-bottom: 10%;
  text-align: center;

}



/*------- slide ----------*/

.hero-slide__img {
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 50vw;
  object-fit: cover;
  opacity: 0;
  width: 100%;
  margin-top: -3%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 3s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 6s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translateX(-10%);
  }
}


.hearcatalogimage {
  display: flex;
  justify-content: center;
  gap:1%;
  margin-bottom: 10%;
}

.hearcatalogimage img{
  width: 32%;
}



.snswrapper2{
  width: 100%;
  display: flex;
  margin-bottom: 5%;
  margin-top: -5%;
  justify-content:center;
  background-color: rgba(55, 192, 196, 0.8);

}

.snswrapper2 img{
  width: 40px;
  margin: 3% 10%;
}

.hotpepper2{
  background-color: rgba(217, 72, 72, 1);
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin:5% 5%;
  padding: 1% 5%;
}

.reservetel{
  background-color:#333;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin:5% 5%;
  padding: 1% 5%;
}


.hero {
  height: 90vw;
  overflow: hidden;
  position: relative;
}

.hero__inner {
  margin: 0 auto;
  width: 1100px;
}

/* ------ hero title ------- */
.hero__title h2{
  font-size: 8vw;
  color: rgba(255, 255, 255, 0.8);
  left: 0;
  position: absolute;
  right: 0;
  top:0;
  transform: translate(6%,160%);
  width: 100%;
  padding:1%;
}

.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -10%;
  width: 110%;
}


/*-------- slide end--------------*/











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

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

  html{
     scroll-behavior: smooth;
  font-family: 'Zen Kaku Gothic New', sans-serif;
width: 80%;
margin: 0 auto;
  }

  body{
    position: relative;
    z-index: 50;
  }

  header{
    font-family: 'Lato', sans-serif;

    width: 74%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    margin-top: 1%;
    margin-left: 1%;
  }

  ul{
    display: flex;
    text-align: center;
    margin: 0;
  }

  li{
    list-style: none;
    margin-left: 4%;
  }

  .navmenu a{
    font-family: 'Lato', sans-serif;

    font-size: 3vw;
    text-decoration: none;
    color: #fff;
    display: block;
    border-radius: 2px;
    background-color: rgba(10, 133, 8, .5);
    padding: 5px 10px 8px 10px;
  }

  .logo img{
    width: 30%;
  }

  .tophero img{
    width: 100%;
    margin-top: 10%;
  }


  .shopname{
    width: 100%;
    background-color:rgba(255, 0, 0, 0.5);
    box-shadow:0px 0px 30px 40px rgba(255, 255, 255, .6) inset;
  }



  .snswrapper{
    display: flex;
    width: 98%;
    margin: 0 auto;
    padding: 8% 0;
    border-radius: 50%;
    margin: 10% 0 5% 0;

  }

  .snswrapper img{
   opacity: .8;
   width: 5vw;
  }

  .snswrapper a{
    margin: 0 auto;
    padding: 2% 0;
  }

  .title {
    text-align: center;
    padding: 0 5%;
  }

  .title h2{
    font-family: 'Lato', sans-serif;

    font-size: 5vw;
    color: #555;
  }

  .title h3{
    font-family: 'Lato', sans-serif;

    color: #555;
    font-size: 4vw;
  }

  .title p{

    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    margin-bottom: 4%;
  }

  .title img{
    width: 60vw;
  margin-bottom: 0%;
  margin-top: 0%;
   transform: rotate( 0deg );
   border-radius: 10px;

  }



  .comentsmall{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2vw;
    color: #777;
  }

  .comentsmall02{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.8vw;
    color: #777;
  }

  .pricebord{
    width: 90%;
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom:solid
    rgba(0, 0, 0, 0.5) 1px;
  }
  .pricebord p{
    font-size: 2vw;
    padding-top: 10%;
  }


  .pagename{
    width: 100%;
    text-align: center;
    margin-bottom: -5%;
  }
  .pagename img{
    width: 15%;
    margin-top: 5%;
  }


  .price p{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2vw;
    padding-top: 20%;
  }


  .tax{
    width: 98%;
    text-align: right;
    font-size: 10px;
    color: #666;
  }

  .foodimage {
    display: flex;
    justify-content: center;
    gap:1%;
    margin-bottom: 10%;
  }

  .foodimage img{
    width: 32%;
    border-radius: 5px;
  }


  .infotop{
    width: 100%;
    height: 54vw;
    background-image: url(images/info01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .infotop h2{

    position: absolute;
    font-size: 4vw;
    color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    transform: translate(120%,330%);
  }

  .atemptimage{
    width: 100%;
  }

  .atemptimage img{
    width: 60%;
    margin-left: 20%;
    border-radius: 10px;
  }

  .atempt{
    width: 98%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 1px;
    border: 2px rgba(10, 133, 8, .5) solid;

  }

  .atempt p{
  font-size: 14px;
  padding: 2%;
  }


  .atempt02{
    width: 98%;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    border-radius: 1px;
    border: 2px rgba(10, 133, 8, .5) solid;

  }

  .atempt02 p{
  font-size: 14px;
  padding: 2%;
  }



  iframe{
    margin-left: 1%;
  }


  .topbuttonwrapper{
    width: 100%;
  }

  .topbuttonwrapper a{
    position: fixed;
    bottom: 3%;
    right: 3%;


    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #888;
    color: #fff;
    font-size: 6vw;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    z-index: 100;
  }

  .all{
    margin-top: -20%;
  }


  .footerwrapper{


    margin-top: 5%;
    padding: 3% 0 5% 0;
    background-color: #333;
    color: #fff;
    text-align:center;
  }

  .footerwrapper h1{
    font-family: 'Lato', sans-serif;

    color: #fff;
    font-size: 3vw;
  }

  .footerwrapper p{
    font-family: 'Zen Kaku Gothic New', sans-serif;

    color: #fff;
    font-size: 1.5vw;
  }

  .footernav a{
    font-family: 'Lato', sans-serif;

    font-size: 2vw;
  }


  .footertel{
  color: #fff;
  }


  .sitenav{
    width: 100%;
  }

  .sitenav-ul{
    display: flex;
  margin-left: -4.5%;
  }

  .sitenav-li{
    width: 25%;
    background-color: #fff;
    margin: 0 auto;
    border: 1.5px rgba(10, 133, 8, .5) solid;
    border-radius: 5px;
    list-style: none;
    text-align: center;
    padding: 1%;
  }




  .sitenav a{
    display: block;
    font-size: 2vw;
    color:#111;
    text-decoration: none;
  }


  .calendar{
    margin-bottom: 10%;
  }



  /*------- slide ----------*/

  .hero-slide__img {
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-name: slideAnime;
    animation-timing-function: ease;
    display: block;
    min-height: 50vw;
    object-fit: cover;
    opacity: 0;
    width: 100%;
    margin-top: -3%;
  }

  .hero-slide__item:nth-of-type(1) .hero-slide__img {
    animation-delay: 0s;
  }

  .hero-slide__item:nth-of-type(2) .hero-slide__img {
    animation-delay: 3s;
  }

  .hero-slide__item:nth-of-type(3) .hero-slide__img {
    animation-delay: 6s;
  }

  @keyframes slideAnime {
    0% {
      opacity: 0;
    }

    16% {
      opacity: 1;
    }

    33% {
      opacity: 1;
    }

    49% {
      opacity: 0;
    }

    100% {
      opacity: 0;
      transform: translateX(-10%);
    }
  }


  .hearcatalogimage {
    display: flex;
    justify-content: center;
    gap:1%;
    margin-bottom: 10%;
  }

  .hearcatalogimage img{
    width: 32%;
  }



  .snswrapper2{
    width: 100%;
    display: flex;
    margin-bottom: 5%;
    margin-top: -5%;
    justify-content:center;
    background-color: rgba(55, 192, 196, 0.8);

  }

  .snswrapper2 img{
    width: 40px;
    margin: 3% 10%;
  }

  .hotpepper2{
    background-color: rgba(217, 72, 72, 1);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin:5% 5%;
    padding: 1% 5%;
  }

  .reservetel{
    background-color:#333;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin:5% 5%;
    padding: 1% 5%;
  }


  .hero {
    height: 90vw;
    overflow: hidden;
    position: relative;
  }

  .hero__inner {
    margin: 0 auto;
    width: 1100px;
  }

  /* ------ hero title ------- */
  .hero__title h2{
    font-size: 4vw;
    color: rgba(255, 255, 255, 0.8);
    left: 0;
    position: absolute;
    right: 0;
    top:0;
    transform: translate(25%,250%);
    width: 100%;
    padding:1%;
  }

  .hero-slide__item {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: -10%;
    width: 110%;
  }


  /*-------- slide end--------------*/
