@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff00;
  max-width: 1200px;
  margin: auto;
}

img {
  max-width: 100%;
}

.header-inner {
  max-width: 1200px;
  height: 20px;
  /* margin-left: 0;
  margin-right: -1%; */
  /* position: fixed;
  top: 55px;
  z-index: 10; */
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  display: block;
  position: fixed;
  width: 170px;
  top: 10px;
  left: 5%;
  /* margin-top: 110px; */
  z-index: 10;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}

.header-site-menu ul {
  display: flex;
  padding-bottom: 5px;
  /* padding-top: 10px; */
  position: fixed;
  top: 25px;
  right: 5%;
  z-index: 10;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}

.header-site-menu ul li {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  padding: 15px 20px;
  filter: drop-shadow(0 0 3px #fff);
  text-shadow: 0px 0px 5px #fcfcfc;
}

.header-site-menu ul li a {
  font-family: sans-serif;
  font-weight: normal;
  padding: 8px 15px;
}

.header-site-menu ul li a:hover {
  background-image: url(../images/textura04.png);
  transform: scale(1.3,1.3)
}



.footer {
  color: #000000;
  background-image: url(../images/footerwaku.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10px;
  /* padding-bottom: 15px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 240px; */
}

.footer-site-menu ul{
  display: flex;
  /* padding-bottom: 5px;
  padding-top: 40px; */
  margin-top: 40px;
  /* position: fixed;
  top: 25px;
  right: 5%;
  z-index: 10;
  filter: drop-shadow(0 0 5px #fff); */
}

.footer-site-menu ul li {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 18px;
  filter: drop-shadow(0 0 3px #fff);
}

.footer-site-menu ul li a {
  font-family: sans-serif;
  font-weight: normal;
}

.footer-logo {
  display: block;
  padding-top: 10px;
}


.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 16px;
}




.instalogo {
  height: 90px;
  width: 90px;
  position: fixed;
  left: 5%;
  bottom: 3%;
  background-image: url(../images/onigiriinstalogo.png);
  background-repeat: no-repeat;
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  filter: drop-shadow(0 0 4px #fff); 
}


html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 44px;
  width: 44px;
  position: fixed;
  right: 5%;
  bottom: 3%;
  background-image: url(../images/pagetopback02.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  filter: drop-shadow(0 0 3px #ffffff80);

}
.pagetopback{
  height: 10px;
  width: 10px;
  /* border-top: 3px solid #000;
  border-right: 3px solid #000; */
  /* transform: translateY(20%) rotate(-45deg); */
}



.responcivemenuimage,.responcivemenuname{
  display: none;
}



@media (max-width: 799px) {

  .site-menu ul{
    display: block;
    text-align: center;
    margin-top: 5%;
    /* display: none; */
  }

  .site-menu ul li{
    margin-top: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    z-index: 1100;
  }

  /*.site-menu li a{
    display: block;
    width: 100%;
    height: 86px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
    font-weight: 400;
  } */


  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff00;
    /* height: 20px; */
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px #fff);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    /* padding-left: 20px;
    padding-right: 20px; */
    height: 100%;
    position: relative;
    background-color: #ffffff00;
    margin-top: 0;
  }

  .header-tsuyaya {
    /* width: 100px; */
    margin-right: 1%;
  }

  .header-logo {
    width: 65px;
    /* margin: 2%; */
    /* margin-left: 0.5%; */
    left: 1%;
    z-index: 10010;
  }


  /*ハンバーガーナビ*/
  .humberger{
    /* position: fixed;
    top: -100%;
    right: 0%;
    width: 100%; */
    height: 0;
    /* background-image: url(../images/responcivewaku.png); */
    /* z-index: 1000; */
    /* display: none; */
  }

  .toggle-menu-button {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/navhumberger.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    position: fixed;
    top: 0;
    right: 1%;
    margin-top: 4%;
    z-index: 10000;
  }


  .header-site-menu{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #000000;
    /* background-color: #7474743b; */
    background-image: url(../images/responcivewaku.png);
    /* padding-bottom: 20%; */
    /* padding-top: 20%; */
    height: calc(100vh);
    display: none;
    /* pointer-events: none; */
  }

  .header-site-menu.is-show {
    display: block;
    border-bottom-right-radius: 2px;
    outline: none;
    animation: fadeIn 1.3s;
    /* position: absolute;
    top: 100%;
    left: 0;
    width: 100%; */
    /* color: #ffffff;
    background-color: #747474d0; */
    /* padding-top: 3%;
    padding-bottom: 8%;
    display: none; */
  }



  .toggle-menu-button.is-show{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/batubuttom.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-bottom-right-radius: 2px;
    outline: none;
    animation: fadeIn 1.3s;
  }

  @keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }


  .responcivemenuname{
    display: block;
    position: absolute;
    bottom: 2%;
    right: 0%;
    width: 50%;
    z-index: 1;
    filter: drop-shadow(0 0 3px #fff);
  }

  .responcivemenuimage{
    display: block;
    position: relative;
    left: 20%;
    top: 50%;  
    transform: translate(-50%, -50%);  
    width: 70%;
    filter: opacity(0.8);
  }




  .instalogo {
    height: 60px;
    width: 60px;
    position: fixed;
    left: 5%;
    bottom: 1.5%;
    background-image: url(../images/onigiriinstalogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    filter: drop-shadow(0 0 4px #fff); 
  }




  .main {
    padding-top: 50px;
  }

  .footer-logo {
    margin-top: 10px;
  }

  .copyright {
    margin-top: 35px;
  }

  .footer-site-menu{
    display: none;
  }
}


@media (max-width: 425px) {

  .site-menu ul{
    display: block;
    text-align: center;
    margin-top: 20%;
    /* display: none; */
  }
}