@charset "UTF-8";

.wrap{
    width: 100vw;
}

.garuru{
    width: 100%;

}

.girlsrule{
    list-style: none;
     width: 88vw;
    text-align: center;
    padding-left: 7%;

}
.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:25px;
    font-family: 'honokamaru';
}


#headerwrapper{width:100%;}

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

#wrapper {
    
    width: 100%;
    overflow: hidden;
    
}

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

.booth {
    display: block;
}

#booth{
    padding-left: 8vw;
}

#hamani{
    padding-left: 20vw;
}

.midasiphoto {
    margin-left: 0;

}

.bun {
    margin-top: 0;

}

.menu {
    text-align: center;
}

#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{
bottom : 0px;
right : 0px;
padding : 0px;
margin : 0px;
position : fixed;
z-index : 500;
}
