#content {
    margin-top: 2%;
    margin-bottom: 2%;
    display: none;
}

#shop-info {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.shop-element {
    display: flex;
    justify-content: center;
}

.shop-icon {
    height: 80px;
}

#shop_name {
    font-size: 2em;
}

#shop_sub_name {
    font-size: 1.5em;
}

#sub_title {
    font-size: 1.5em;
    margin: 5px 3px;
}

#time_picker th, #time_picker td {
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*text-align: center;*/
}

#time_picker > thead > tr > th,
#time_picker > thead > tr > td,
#time_picker > tbody > tr > th,
#time_picker > tbody > tr > td {
    border-bottom: none;
    border-top: none;
    width: 14%;
    text-align: center;
    padding: 0;
}

.time {
    margin: 2px;
    padding: 3px 0;
}

/*接頭辞「v-」がついているものはjs側で使用*/
.v-selected {
    border: solid 1px #ffbf7f;
    background-color: #ffffd6;
}

.v-disabled {
    opacity: 0.5;
}

.v-hide {
    display: none;
}
