@charset "utf-8";

header {
    background: url(../img/tennai1.jpeg) no-repeat right center/cover;
}
.innerWrap{
    margin: 0 ;
    padding: 20px 20px 0;
}
header .innerWrap {
    height: 720px;
    position: relative;
}

header nav {
    top: 0;
    left: 0;
    width: 100%;
}
header nav ul {
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
header nav ul li {
    color: #ffffff;
    margin-left: 30px;
}

.logo {
    width: 150px;
}


.maint {
    display: flex;
    position: relative;
}
.black {
    height: 200px;
    width: 900px;
    height: 250px;
    opacity: 0.7;
    margin: 0 auto;
    resizeimage img { width: 75%; };
}
.maintitle {
    position: absolute;
    top:26%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: bold;
    font-size: calc(40px + 0.5vw);
    white-space: nowrap;

}
.POWER {
    width: 50px;
}

.cafeA {
    background: url(../img/tennai2.png) no-repeat right center/cover;

}

h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 35px;
    font-weight: bold;

}
.cafeTitle {
    border-bottom: #787878 solid;
    width: 700px;
    margin: 0 auto;
}
.cafeNaiyo {
    text-align: center;
    font-size: 17px;
    font-weight: 550;
    margin-top: 30px;
    line-height: 35px
}

.Wi-Fi {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.POWER {
    width: 100px;
    margin-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.WifiPower {
    display: flex;
    justify-content: center;
    border-top: #787878 solid;
    border-bottom: #787878 solid;
    margin: 0 auto;
    margin-top: 30px;
    width: 630px;
}
.freeM {
    text-align: center;
    height:90px;
    line-height:90px;
    font-weight: 550;
}
.Cimg {
    width: 250px;
} 
.cafeImg {
    display: flex;
    margin: 30px auto;
    justify-content: center;
    padding-bottom: 30px;
}


.GameTitle {
    border-bottom: #787878 solid;
    width: 700px;
    margin: 0 auto;
}
.Gamep {
    font-size: 17px;
    font-weight: 550;
    text-align: center;
    margin: 30px auto;
}
.tennai3 {
    width: 600px;
}
.tennai3Img {
    text-align: center;
}
.GameImg {
    position: relative;
}

.omise {
    font-size: 30px;
    font-weight: 550;
    position: absolute;/*重ねたい子要素にabsolute*/
    top:40%;
    left: 40%;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #fff;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 0!important;/*文字が折り返される場合*/
}
.teiban {
    font-size: 15px;
    font-weight: 550;
    position: absolute;/*重ねたい子要素にabsolute*/
    top:58%;
    left: 38%;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #fff;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 0!important;/*文字が折り返される場合*/
}


.osiraseTitle {
    border-bottom: #787878 solid;

    margin: 0 auto;
}
.event {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.eventImg {
    width: 200px;
}
.event1 {
margin: 0 15px
}
.eventNaiyo{
    font-weight: 550;
    line-height: 25px;
}
.kuwasiku {
    font-size: 15px;
    position: relative;
    bottom: 25px;
    left: 90px;
}
.border {
    border-bottom: #787878 solid;
 
    margin: 0 auto;
    margin-top: 20px;
}
.tenpoTitle {
    border-bottom: #787878 solid;
    width: 700px;
    margin: 0 auto;
}
.tenpoImg {
    height: auto;
    margin: 0 30px;
    width: 280px;
    height: 280px;
}
.osiraseImg {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.tenpoP {
    display: inline-block;
    line-height: 30px;
    position: relative; 
    bottom: 90px;
    left: 20%;
}

.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;
}