
@charset "UTF-8";

#modal_order {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    color: #313131;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 1.0s;
    display: none;
    opacity: 0;
}
#modal_order * {
    position: relative;
}
#order_box {
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    background: #ffffff;
    max-width: 800px;
    width: 90vw;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
#box_contents {
    max-height: 70vh;
    height: auto;
    overflow-y: scroll;
}
#order_list {
    display: inline-block;
    font-size: 3rem;
    border-bottom: 2px dotted;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
#order_box p {
    margin: 30px 0 0;
}
#menu_area li {
    list-style: none;
    font-size: 2rem;
    font-weight: bold;
}
#order_btn {
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 40px;
}
.menu_input, .menu_input + label {
    cursor: pointer;
}
#close,
#next,
#box2 input.submit,
#box2 a.ret {
    box-sizing: border-box;
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    border: 1px solid #ff0000;
    cursor: pointer;
    transition: all 0.5s;
    min-width: 250px;
    margin-top: 30px;
    padding: 15px 5px;
}
#box2 input.submit {
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 0 30px;
}
#close:hover,
#box2 a.ret:hover {
    background: #ffffff;
    color: #ff0000;
    border: 1px solid #ff0000;
}
#box2 a.ret {
    text-decoration: none;
    margin: 0 0 30px;
}
#next,
#box2 input.submit{
    background: #5e74e2;
    color: #ffffff;
    border: 1px solid #5e74e2;
}
#next:hover,
#box2 input.submit:hover {
    background: #ffffff;
    color: #5e74e2;
    border: 1px solid #5e74e2;
}
#box_close {
    position: absolute;
    z-index: 10000;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    opacity: 0;
}
br.sp {
    display: none;
}
#box1 {
    background: #ffffff;
    transition: all 0.5s;
    opacity: 1;
}
#box2 {
    transition: all 0.5s;
    display: none;
    opacity: 0;
}
#box2 .owlet-form {
    width: 90%;
    margin: 0 auto;
}
#box2 .owlet-form * {
    font-family: serif;
    font-weight: bold;
}
#box2 .owlet-form table {
    width: 100%;
}
#box2 textarea {
    pointer-events: none;
}
#box2 table tr {
    display: block;
    margin-bottom: 20px;
    text-align: left;
}
#box2 table tr th {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    background: none;
    color: #5e74e2;
    padding: 0;
}
#box2 table tr td {
    display: block;
    width: 100%;
    border-top: 1px solid #5e74e2;
    padding: 15px 20px;
}
#box2 table tr td input[type="text"] {
    min-height: 30px;
    border: 1px solid #dcdcdc;
}
#box2 input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
#box2 table tr span.require {
    color: #CE0000;
}
#box2 input.zip1[type="text"],
#box2 input.zip2[type="text"] {
    width: 90px;
    margin-bottom: 10px;
}
#box2 table tr td input.zip2addr {
    -webkit-appearance: none;
    margin-bottom: 10px;
    padding: 10px 13px 6px;
    box-sizing: border-box;
    display: inline-block;
    background: #5e74e2;
    color: #fff;
    border: none;
}
#box2 select {
    line-height: 1.2;
    border: 1px solid #dcdcdc;
    width: 180px;
}
#box2 select.prefectures,
#box2 select.city {
    font-weight: normal;
    margin: 0 5px 10px 0;
    padding: 10px;
}
#box2 .owlet-form .alert {
    color: #ff0000;
    margin: 0;
}
/* #box2 .clearfix.form_button input[value="送信"],
#box2 .clearfix.form_button .ret {
    display: none;
    opacity: 0;
} */
#modal_order .contents_btn01 a {
    min-width: 240px;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }
    #menu_area li {
        text-align: left;
    }
}
.widget_form {
    display: block;
}