@charset "utf-8";

.innerWrap{
    margin: 0 ;
    padding: 20px 20px 0;
}
header .innerWrap {
    height: px;
    position: relative;
}
header nav {
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    padding: 13px;
}
header nav ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
header nav ul li {
    color: #ffffff;
    margin-left: 30px;
}

.logo {
    width: 150px;
    position: relative;
    bottom: 30px;
    left: 15px;
}

h1 {
    margin-top: 20px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration:underline 3px;
    text-underline-offset: 8px;

}


.Rsystem {
    border: 2px solid #000;
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
    height: 780px
}

h2 {
    margin-top: 70px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.tabaA {
    width: 200px;
    position: absolute;
    top: 583px;
    right: 0;
    left: 190px;
    margin: 0 auto;
}
.tabaB {
    width: 200px;
    position: absolute;
    top: 895px;
    right: 0;
    left: 190px;
    margin: 0 auto;
}


.hiniti {
    width: 250px;
    position: relative;
    bottom: 80px;
}
.time {
    width: 100px;
    position: relative;
    bottom: 30px;
}
.hiruyoru {
    display: flex;
}
.ryoukinS p {
    font-size: 22px;
    font-weight: bold;
    color: #6c6b6b;
}
.tyuyaR {
    position: relative;
    bottom: 180px;
    left: 45px;
}
.Ryokin {
    display: flex;
}
.sennihyaku {
    position: absolute;
    bottom: 840px;
    right: 70px;
}
.sennihyaku p {
    color: rgb(255, 202, 87);
}
.sengohyaku {
    position: absolute;
    bottom: 225px;
    right: 70px
}

.sengohyaku p {
    color: rgb(255, 202, 87);
}
.syuku {
        width: 250px;
        position: relative;
        bottom: 320px;
        left: 40px;
}
.timeB {
    width: 100px;
    position: relative;
    top: 30px;
}
.RyokinB {
    display: flex;
    position: relative;
    bottom: 300px;
}
.Rall {
    position: relative;
    bottom: 30px;
}
.timePA {
    position: relative;
    top: 10px;
}
.timePB {
    position: relative;
    top: 70px
}




.drinkMenu{
border: 0.5px solid #000;
margin-top: 100px;
margin-left: 100px;
margin-right: 100px;
height: 710px;
background-image: url(../img/drink.jpg);
background-size: contain;

}

.drinkMenuB{
    border: 0.5px solid #000;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    height: 650px;
    background-color: rgba(255,255,255,0.8);
    }

    .drinkMenu h1 {
        margin-top:  50px;
    }

.allMenu {
    display: flex;
}

.noAlchol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.allMenu h2 {
    margin-bottom: 50px;
    text-decoration:underline 2px;
    text-underline-offset: 8px;
}



.noAlchol dt {
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: center;
  }
  
  .noAlchol dd {
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
  }





footer {
    margin-top: 130px;
}

.footerImg {
    background: url(../img/footerimg.png) no-repeat right center/cover;
    height: 200px;
    position: relative;
}
.navFooter{
    margin: 0 ;
    padding: 20px 20px 0;
}
.navFooter ul li{
    color: #ffffff;
    margin-left: 30px;
}
.navFooter ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
.footerTenmei {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-top: 40px;
    margin-left: 30px;
}
.footerP {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 30px;
}
.footerC {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.otoiawase {
    width: 200px;
    position: absolute;
    bottom: 32px;
    left: 65%;
}
.snsLogo {
    width: 30px;
    margin-left: 10px;
}
.SNS {
    position: absolute;
    bottom: 10px;
    left: 70%;
}


html {
    scroll-behavior: smooth;
}