@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-size: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Reggae One', sans-serif;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

body{
    background-image: url(./img/back-ground.jpg);
}

header{
    background-image: url(./img/top.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 97% ;
    width: 100%;
    height: auto;
    margin-top:1.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav{
    background-color: #ffffff99;
    border: 0.3vw solid black;
    width: 94%;
    height: fit-content;
    margin-top: 1.5%;
    white-space: nowrap;
}

nav ul{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 1.8vw; 
    list-style: none;
    letter-spacing: 30%;
    padding-bottom: 0.3%;
}
  
nav li::after {
    content: "|";
    margin-left: 1.8vw; 
  }
  
nav li:last-child::after {
    content: "";
  }

nav ul li{
    font-size: 2.2vw;
    white-space: nowrap;
}

.hamburger {
    display: none;
    width: 6vw;
    height: 4vw;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    z-index: 1002;
  }
  
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 14%;
    background: #000;
    transition: 0.4s;
  }
  
  .hamburger span:nth-child(1) { top: 0; }
  .hamburger span:nth-child(2) { top: 45%; }
  .hamburger span:nth-child(3) { bottom: 0; }
  

h1{
    border: 0.3vw solid #ffffff;
    width: 94%;
    aspect-ratio: 16/6.55;
    position: relative;
    margin-bottom: 1%;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16/6.55;
}

.logo img{
    width: 74%;
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.9));
    padding-bottom: 5%;
}

.catch-copy1{
    position: absolute;
    font-size: 2.5vw;
    z-index: 3;
    margin-left: 1%;
}

.catch-copy1-futi{
    position: absolute;
    font-size: 2.5vw;
    color: white;
    z-index: 2;
    -webkit-text-stroke: 0.3vw white;
    margin-left: 1%;
}

.place{
    position: absolute;
    font-size: 2vw;
    color: white;
    z-index: 3;
    right: 3%;
    top: 8%;
    rotate: 10deg;
}

.place-futi{
    position: absolute;
    font-size: 2vw;
    color: black;
    z-index: 2;
    -webkit-text-stroke: 0.4vw black;
    right: 3%;
    top: 8%;
    rotate: 10deg;
}

.namba{
    font-size: 4vw;
}

.minute{
    font-size: 8vw;
    background: linear-gradient(to bottom, #ffd900 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.place-futi .minute{
    -webkit-text-stroke: 0.5vw red;
}

.catch-copy2{
    position: absolute;
    font-size: 2.5vw;
    z-index: 3;
    bottom: 2%;
    right: 1%;
}

.catch-copy2-futi{
    position: absolute;
    font-size: 2.5vw;
    color: white;
    z-index: 2;
    -webkit-text-stroke: 0.3vw white;
    bottom: 2%;
    right: 1%;
}

.time{
    position: absolute;
    font-size: 2.5vw;
    z-index: 3;
    bottom: 1.5%;
    right: 71.5%;
}

.time-futi{
    position: absolute;
    font-size: 2.5vw;
    color: white;
    z-index: 2;
    -webkit-text-stroke: 0.3vw white;
    bottom: 1.5%;
    right:71.5% ;
}

.lo{
    position: absolute;
    font-size: 1.5vw;
    z-index: 3;
    bottom: 1.5%;
    right: 59.5%;
}

.lo-futi{
    position: absolute;
    font-size: 1.5vw;
    color: white;
    z-index: 2;
    -webkit-text-stroke: 0.2vw white;
    bottom: 1.5%;
    right: 59.5%;
}

.reserve{
    width: 20%;
    position: absolute;
    bottom: 13%;
    left: -1.8%;
}

.instagram{
    width: 9%;
    position: absolute;
    bottom: 12%;
    left: 17.5%;
}

main{
    width: 100%;
    position: relative;
}

.beer{
    width: 7%;
    position: absolute;
    top: 17%;
    right: 10%;
    rotate: 20deg;
}

.information{
    width: 97%;
    height: auto;
    display: grid;
    grid-template-columns: 3.42fr 2fr ; 
    gap: 0.75%; 
    padding: 0 0.75%;
    border: 0.3vw solid black;
    margin: 0 1.5%;
}

.information img{
    width: 100%;
    object-fit: cover;
    margin: 0.75vw 0;
}

.main{
    margin: 0 1.5%;
    border: 0.2vw solid black;
    border-bottom: 0.3vw solid black;
    border-top: none;
    display: grid;
  grid-template-columns: 7% 1fr 7%;
  gap: 0;
}

.left-menu img{
    width: 100%;
}

.left-menu img:nth-child(9){
    display: none;
} 

.left-menu img:nth-child(10){
    display: none;
}

.left-menu img:nth-child(11){
    display: none;
}

.left-menu img:nth-child(12){
    display: none;
}

.left-menu img:nth-child(13){
    display: none;
}

.left-menu img:nth-child(14){
    display: none;
}

.right-menu img{
    width: 100%;
}

.center{
    position: relative;
}

.concept{
    font-size: 1.5vw;
    text-align: center;
    margin-top: 3%;
}

.tennmei{
    font-size: 3.6vw;
}

.red{
    color: red;
}

.kuwasiku{
    display: none;
}

.tenntyo{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4%;
    margin: 3% 5% 0;
}

.tenntyo img{
    width: 100%;
}

.tenntyo p{
    font-size: 1.7vw;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    padding-top: 2%;
}

.nannboyanenn{
    font-size: 2.3vw;
    font-weight: 600;
}

span{
    font-weight: 600;
}

.name{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 600;
    font-size: 2.2vw;
    margin-left: 8.5%;
    position: absolute;
    top: 37.5%;
}

h3{
    font-size: 2.5vw;
    margin-top: 5%;
    text-align: center;
}

.gati-menu{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.gati-menu img{
    width: 28%;
}

.gati-menu-title{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.gati-menu-title p{
    font-size: 1.6vw;
    padding-left: 2%;
    text-decoration: underline;
}

h4{
    font-size: 3.6vw;
    text-align: center;
    margin-top: 7%;
}

.news{
    font-size: 1.6vw;
    text-align: center;
    margin: 2% 0 3%;
}

.news span{
    font-size: 2.4vw;
}

footer{
    width: 97%;
    border: 0.3vw solid black;
    margin: 0 1.5%;
    border-top: none;
    padding-top: 1%;
    position: relative;
}

.message{
    background-image: url(./img/footer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 97%;
    height: 14vw;
    margin: 0 1.5%;
    font-size: 2.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 1vw #ffffff;
}

.footer{
    text-align: center;
    font-size: 2vw;
    margin: 1.2% auto;
}

.company-logo{
    text-align: center;
    font-size: 1.5vw;
}

footer .instagram{
    bottom: 2.8%;
    left: 0;
}

footer .beer{
    top:65%;
}

@media (max-width: 768px){

    .hamburger {
          display: block;
          position: fixed;      
          top: 4vw;            
          right: 5vw;          
          z-index: 1003; 
    }

        h1{
            margin-top: 1%;
        }

        nav{
            margin-top: 0;
        }
      
        .sp-nav {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          background: #fff;
          opacity: 0.9;
          transform: translateY(-110%);
          transition: 0.4s;
          z-index: 1001;
          padding: 5% 0;
        }
      
        .sp-nav ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 5vw;
        }

        .sp-nav ul li{
            font-size: 4vw;
        }

        nav li::after{
            content: none;
        }
      
        .overlay {
          position: fixed;
          inset: 0;
          background: rgba(0,0,0,0.5);
          opacity: 0;
          pointer-events: none;
          transition: 0.4s;
          z-index: 1000;
        }
      
        .sp-nav.is-open {
          transform: translateY(0);
        }
      
        .overlay.is-open {
          opacity: 1;
          pointer-events: auto;
        }
      
        .hamburger.is-open span:nth-child(1) {
          transform: rotate(45deg);
          top: 40%;
        }
      
        .hamburger.is-open span:nth-child(2) {
          opacity: 0;
        }
      
        .hamburger.is-open span:nth-child(3) {
          transform: rotate(-45deg);
          bottom: 40%;
        }
      

      .catch-copy1{
          font-size: 18px;
      }

      .catch-copy1-futi{
        font-size: 18px;
      }

      .catch-copy2{
        font-size: 18px;
        bottom: 0%;
      }

      .catch-copy2-futi{
        font-size: 18px;
        bottom: 0%;
      }
      
      .time{
          font-size: 16px;
          bottom: 20%;
          right: 1.5%;
      }

      .time-futi{
        font-size: 16px;
        bottom: 20%;
        right: 1.5%;
      }

      .lo{
          font-size: 12px;
          bottom: 13%;
          right: 1.5%;
      }

      .lo-futi{
        font-size: 12px;
        bottom: 13%;
          right: 1.5%;
    }

    .reserve{
        width: 27%;
        bottom: 14%;
    }

    .instagram{
        width: 12%;
        left: 23.8%;
        bottom: 12.5%;
    }

    .main{
        grid-template-columns: 9% 1fr 0;
    }

    .concept{
        margin: 3% 8%;
    }

    h2{
        font-size: 15px;
    }

    .tennmei{
        font-size: 18px;
    }

    .kaigyo{
        display: none;
    }

    .beer{
        display: none;
    }

    .hihyouji{
        display: none;
    }

    .tenntyo{
        grid-template-columns: 2fr 5fr;
    }

    .tenntyo p{
        font-size: 14px;
    }

    .nannboyanenn{
        font-size: 17px;
    }

    .kuwasiku{
        display: block;
        text-decoration: underline;
        font-size: 12px;
    }

    .name{
        display: none;
    }

    h3{
        font-size: 18px;
    }

    h3 .tennmei{
        font-size: 22px;
    }

    .gati-menu-title p{
        font-size: 12px;
    }

    h4{
        font-size: 24px;
    }

    .news span{
        font-size: 18px;
    }

    .news{
        font-size: 14px;
        margin: 2% 5% 3%;
    }

    .left-menu img:nth-child(7){
        display: none;
    }

    .left-menu img:nth-child(8){
        display: none;
    }

    .message{
        font-size: 3.4vw;
        line-height: 1.1;
        letter-spacing: -0.1em;
    }

    .footer{
        font-size: 3.3vw;
        margin-bottom: 7%;
    }

    .company-logo{
        font-size: 2.8vw;
    }

    }

    @media (max-width: 718px){
        .left-menu img:nth-child(7){
            display: block;
        }
    }

    @media (max-width: 600px){
        .left-menu img:nth-child(8){
            display: block;
        }
    }

    @media (max-width: 512px){
        .left-menu img:nth-child(9){
            display: block;
        }
    }

    @media (max-width: 480px){
        .left-menu img:nth-child(10){
            display: block;
        }
    }

    @media (max-width: 436px){
        .left-menu img:nth-child(11){
            display: block;
        }
    }

    @media (max-width: 408px){
        .left-menu img:nth-child(12){
            display: block;
        }
    }

    @media (max-width: 388px){
        .left-menu img:nth-child(13){
            display: block;
        }
    }

    @media (max-width: 366px){
        .left-menu img:nth-child(14){
            display: block;
        }
    }