@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);

:root {
    --theme-color: #DE5021;
    --link-color: #007bff;
    --btn-base--background-color: #007bff;
    --vacant-color: #00CC99;
}

* {
    box-sizing: border-box;
}


html,body{
    font-family: 'DIN Next Light', 'Noto Sans JP', sans-serif;
    font-size: 100%;
    width: 95%;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

main {
    margin-bottom: 2rem;
}

.error {
    color: red;
}

.required {
    color: red;
}

.hidden {
    display: none;
}

/* ロゴ */
.logo {
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}
.logo:hover {
    text-decoration: none;
    color: rgb(255, 168, 68);
}

.duplication {
    background-color: yellow;
}


.form-price{
    width:100px;
    display:inline;
}

.sales-event-title{
    width: 400px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.event-info-box {
    border: 1px solid var(--theme-color);
    padding: 1rem;
    width: fit-content;
}

[v-cloak] {
    display: none;
}

/* .login {
    display: flex;
} */

