.fixtureAmountInput {
    text-align: center;
}

.fixtureAmountInput .fixtureAmount {
    text-align: center;
    width: 50px;
}

#confirmButton {
    width: 200px;
    height: 50px;
    cursor: pointer;
    background-color: #CE140B;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

[v-cloak] {
    display: none;
    /* text-indent: -9999px; */
}

#error {
    display: none;
}

#email_empty {
    display: none;
}

#email_invalid {
    display: none;
}

#maxuseguests_empty {
    display: none;
}

#company_name_empty {
    display: none;
}

#company_name_kana_empty {
    display: none;
}

#post_number_empty {
    display: none;
}

#addr_empty {
    display: none;
}

#post_number_invalid {
    display: none;
}

#phone_number_invalid {
    display: none;
}

#theday_phone_number_invalid {
    display: none;
}

#reserve_name_empty {
    display: none;
}

#reserve_name_kana_empty {
    display: none;
}

#theday_name_empty {
    display: none;
}

#theday_name_kana_empty {
    display: none;
}

#max_useguests_input_empty {
    display: none;
}

.err {
    color: red;
}

.help_text {
    color: gray;
/*     margin-left: 20px; */
}

#max_useguests_input {
    width: 50px;
}

#question {
    display: table-cell;
    vertical-align: top;
}

[data-id="data0"] {
    margin-top: 10px;
}

_:-ms-lang(x), #max_useguests_input {
    width: 40px;
}

_:-ms-lang(x), .inputform > dl > dd table tr td {
    vertical-align: middle;
}

.input {
    text-align: center;
    width: 50px;
}

.table_head {
    text-align: center;
}

.bento_input {
    text-align: center;
}

.drink_input {
    text-align: center;
}

.eat_and_drink_input {
    text-align: center;
}

.fixture_input {
    text-align: center;
}

.fixtureSelectBox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.center {
    text-align: left;
}

#unit_price {
    width: 70px;
}

.title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #020202;
    font-weight: bold;
    font-size: 30px;
}

#eatAndDrinkTitle {
    width: 1000px;
    display: table-cell;
    border-collapse: separate;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 70px;
    text-align: left;
    margin-bottom: 30px;
    /*background-color: red;*/
    border-top: 4px double #00BFFF;
    border-bottom: 4px double #00BFFF;
}

.titleWrapper {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bentoPictureWrapper {
    /*background-color: aqua;*/
/*
    height: 200px;
    width: 960px;
*/
    margin-bottom: 50px;
}

.bentoPictureWrapper ::after {
  content: "";
  display: block;
  clear: both;
}

.bentoPictureFrame {
    display: inline-block;
    height: 170px;
    width: 210px;
    /*background-color: red;*/
    float: left;
    border: 2px solid #00BFFF;
    margin: 13px 53px;
    text-align: center
}

.bentoCaption {
    width: inherit;
    height: 50px;
    /*background-color: red;*/
    margin-top: 10px;
    text-align: center;
}

.bentoInfo {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.cateringUnitPrice {
    margin-right: 5px;
}

.cateringPersonCount {
    margin-right: 5px;
}

.bringingAmount {
    width: 30px;
    height: 36px;
    margin-left: 10px;
    text-align: center;
}

option {
    text-align: center;
}

.normal {
    display: none;
}

.sub {
    display: none;
}

.eat_and_drink_name {
    text-align: left;
}

#bento-pic-1 {
    margin-top: 7px;
    max-width: 106px;
}


#bento-pic-2 {
    margin-top: 7px;
    max-width: 106px;
}

#bento-pic-3 {
    margin-top: 17px;
    margin-bottom: 5px;
    max-width: 106px;
}

@media only screen and (max-width: 768px) {
    #bento-pic-1 {
        max-width: 153px;
    }

    #bento-pic-2 {
        max-width: 153px;
    }

    #bento-pic-3 {
        max-width: 153px;
        margin-bottom: 13px;
    }
}