span{
    text-align:center;
    margin:1em;
    white-space: nowrap;
}
.mem_space{
    justify-content:center;
}
.n_mem{
    text-shadow:2px 2px 1px #ed551b;
    font-size:1.2rem;
}
.m_mem{
    text-shadow:2px 2px 1px #0aa4da;
    font-size:1.2rem;
}
.o_mem{
    text-shadow:1px 1px 1px gray;
    font-size:1.2rem;
}

.ticket_space{
    display:flex;
    margin:0 auto;
    background:red;
}
.price{
    text-align:left;
}
.mizu_info{
     background:linear-gradient(
     10deg,
     white 5%,
     blue 5%,
     blue 10%,
     white 10%);
}
