@charset "UTF-8";

body {
    background-color: #3a3c3c;
    text-align: center;
}

.header{
    display: block;
    width: 100%;
    padding-right: 0px;
}

.girlsrule{
    list-style: none;
     width: 100vw;
    text-align: center;
    margin: -height: vw 0 15vw;

}
.girlsrule li{
    float: left;
    border-right: 2px dashed #ffffff;    
    }

.girlsrule li:last-child{
    border-right: none;
}



.girlsrule li a{
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    
}

.girlsrule li a strong{font-size:17px;
    font-family: 'honokamaru';
    
}

strong{
    font-size: 2vw;
}

.tab{
    font-family: 'honokamaru';
    display: block;
}
#wrapper {
    z-index: 0;
    width:100%;
    overflow: hidden;
    
}

hr {
    height: 1px;
    border: none;
    border-top: 1px #ffffff;
    box-shadow: 0px 1px 10px #FFFFFF;
}

.booth {
    display: block;
}

.midasiphoto {
    margin-left: 0;

}

.bun {
    margin-top: 0;

}

.menu{
clear: both;
}


.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 0;
   
    display: inline-block;
    width: 20%;
    text-align: center;
}

.menu li a {
    background: url(menu1.png) no-repeat left center;
    padding: 8% 10px 10px 30px;
    color: #FFF;
    font-family: 'honokamaru';
    width: 90%;
    margin: 10px 0px;

    text-decoration: none;
    border-bottom: none;
    font-size: 3vw;
    display: flex;
    text-shadow: 0px 0px 10px #FFFFFF;
    border-bottom: 4px solid #fff;
    

}

.menu li a:hover {
    background: url(menu2.png) no-repeat left center;
}



.back{
    width: 40%;
bottom : 0px;
right : 0px;
padding : 0px;
margin : 0px;
position : fixed;
z-index : 500;
}

