@charset "utf-8";

/* ################################################################################################ */
/* ## 共通スタイル ################################################################################ */
/* ################################################################################################ */


/*
************************************************************************
 デリバリーランチ
************************************************************************
*/
#header.delivery {
    /*background-color: rgba(239, 181, 62, 0.35);*/
    background-color: #fff;
}
#header.delivery #navi a {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
}
#header.delivery #navi li {
    margin-right: 30px;
}
#header.delivery #navi li.delivery-form {
    background-color: #EFB53E;
    padding: 0.4em 0.8em;

}
#header.delivery #navi li.delivery-form a {
    color: #fff;
    font-weight: bold;
}
.contents.contents-delivery {
    max-width: 1000px;
    padding: 0 20px;
}
#delivery .brand-block {
    padding-top: 50px;
}

.delivery-block {
    padding-top: 100px;
    background-color:#F5EFEB;
}

.delivery-mv {
    height: 800px;
    background-image: url(../_img/page/delivery/bg-mv.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.delivery-mv .copy {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.delivery-mv .copy img {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.bg-delivery {
    padding: 4em 0;
    background-image: url(../_img/page/delivery/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.delivery-tit {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: bold;
}
.delivery-tit-02 {
    text-align: center;
    background-color: #f4e7cf;
    border-radius: 9999px;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}
.delivery-tit-02.bento-rei {
    position: absolute;
    top: -3.5em;
    left: 0;
    max-height: 1000px;
    width: 100%;
    margin: 0;
}
.delivery-tit .text {
    display: inline-block;
    padding: 0 1em;
    background-color: #F5EFEB;
}
.delivery-tit::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    background-color: #EFB53E;
    width: 100%;
    height: 2px;
}



.delivery-example {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0em -1em 2em -1em;
}
.delivery-example .example-item {
    width: calc(25% - 2em);
    margin: 1em;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}

.example-name {
    padding: 0.5em 0;
    background-color: #fff;
}


.delivery-feature {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0em -0.5em 2em -0.5em;
}
.delivery-feature .feature-item {
    width: calc(16.6666% - 1em);
    margin: 0 0.5em;
    text-align: center;
    font-size: 1em;
}
.delivery-feature .feature-item .tit {
    background-color: #EFB53E;
    color: #fff;
    font-weight: bold;
    border-radius: 9999px;
    padding: 0.5em 2em;
    line-height: 1;
    margin-bottom: 1em;
}
.delivery-feature .feature-item .text {
    background-color: #EFB53E;
    color: #fff;
    line-height: 1.75;
    padding: 0.5em 0;
}



.delivery-flow {
    margin-bottom: 4em;
}
.delivery-flow .flow-list {
    display: flex;
    margin: 0 -0.5em;
}
.delivery-flow .flow-list .flow-item {
    width:30%;
    margin: 0 0.5em;

}
.delivery-flow .flow-list .flow-step {
    border: 3px solid #53140E;
    padding: 1em;
    background-color: #fff;
    min-height: 18em;
}

.delivery-flow .flow-list .flow-item.schedule {
    border: none;
    width:calc(33.33333% - 1em);
    margin: 0 0.5em;
    padding: 0;
    background-color: transparent;
}
.schedule .schedule-tit {
    height: 30px;
    padding: 0em 0.5em;
    background-color: #53140E;
    color: #fff;
    font-weight: bold;
}
.schedule .schedule-tit::after {
    content: "";
    display: block;
    background-color: #53140E;

    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;

    border-style: solid;
    border-color: #F5EFEB #F5EFEB #F5EFEB #53140E;
    border-width: 15px 15px 15px 15px;
}
.schedule:last-child .schedule-tit::after {
    display: none;
}
.schedule .time {
    font-size: 1.6em;
}
.schedule.schedule-start .time {
    text-align: left;
}
.schedule.schedule-mid .time {
    text-align: center;
}
.schedule.schedule-end .time {
    text-align: right;
}
.schedule .time .fa-clock {
    padding-right: 0.2em;
}
.schedule .time .wave {
    padding: 0 0.5em;
}
.schedule .time .start,
.schedule .time .end {
    color: #53140E;
    font-weight: bold;
}

.delivery-flow .flow-list .flow-item.flow-item-arrow {
    width: 5%;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.flow-item-arrow .fas.fa-chevron-right {
    color: #53140E;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.flow-item .tit {
    margin-bottom: 1em;
}
.flow-item .step {
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    background-color: #EFB53E;
    text-align: center;
    float: left;
}
.flow-item .step .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4;
    transform: translate(-50%,-50%);
}
.flow-item .tit .text {
    position: absolute;
    top: 50%;
    left: 100px;
    font-weight: bold;
    font-size: 1.2em;
    transform: translateY(-50%);
}

.flow-item .description {
    line-height: 1.75;
}

.delivery-pattern {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0em -1em 2em -1em;
}
.delivery-pattern .pattern-item {
    width:calc(50% - 2em);
    margin: 1em 1em;
    padding: 2em;
    border: 10px solid #EFB53E;
    background-color: #fff;
    text-align: center;
}
.pattern-name {
    font-size: 1.2em;
    font-weight: bold;
}
.pattern-item .tit {
    color: #EFB53E;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.pattern-item .text {
}
.emphasis {
    color: #EFB53E;
    font-size: 2em;
    font-weight: bold;
}


.delivery-faq {
    line-height: 1.4;
    margin-bottom: 3em;
}




.delivery-faq .faq-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1em;
}
.delivery-faq .faq-list .faq-item {
    width:calc(33.3333% - 2em);
    margin: 2em 1em;
    border: 3px solid #53140E;
    background-color: #fff;
}
.faq-item .question {
    background-color: #53140E;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
}

.faq-item .question:before {
    content: "Q.";
    display: inline;
    font-weight: bold;
}
.faq-item .answer {
    padding: 1em;
}

.faq-item .answer:before {
    content: "A.";
    display: inline;
    font-weight: bold;
}

.delivery-plan {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 3em -1em;
}
.delivery-plan .circle {
    position: absolute;
    background-color: #EFB53E;
    border-radius: 9999px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 1.4em;
    width: 100px;
    height: 100px;

    top: -1em;
    right: -1em;
}
.delivery-plan .circle span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.delivery-plan .plan-name {
    display: inline-block;
    font-size: 1.8em;
    background-color: #EFB53E;
    color: #fff;
    font-weight: bold;
    padding: 0.2em 2em;
    line-height: 1;
    margin-bottom: 1em;
}
.plan-item {
    width: calc(50% - 2em);
    margin: 0 1em;
    border: 2px solid #707070;
    border-radius: 0.5em;
    padding: 3em 0;
    background-color: #fff;
    text-align: center;
    color: #000;
}
.plan-item .title {
    font-weight: bold;
    font-size: 1.4em;
    color: #000;
    text-align: center;
    margin: 0 auto 1em auto;
}
.plan-item .description {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.2em;
    text-align: center;
}
.plan-item .description .note {
    font-size: 0.8em;
}

.price {
    line-height: 1;
    margin-bottom: 2em;
}
.price .number {
    font-size: 4em;
    margin-right: 0.1em;
}
.price .yen {
    font-size: 2em;
    margin-right: 0.2em;
}
.price .slash {
    font-size: 2em;
    line-height: 1;
    margin-right: 0.2em;
}
.price .eat {
    font-size: 2em;
}
.price .volume {
    margin-top: 0.5em;
    font-size: 1.2em;
}

.marker {
    line-height: 1.7;
    background: linear-gradient(transparent 65%, #EFB53E 65%);
}

.plan-item .text {
    padding: 0 3em;
}
.plan-item .list {
    text-align: left;
}
.plan-item .list li {
    list-style: none;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.fas.fa-check {
    margin-right: 0.2em;
    color: #EFB53E;
}

.delivery-plan .note {
    text-align: left;
    list-style: none;
    margin-top: 2em;
}
.delivery-plan .note li {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}


.button.button-delivery {
    display: block;
    margin: 0 auto;
    width: 500px;
    background-color: #53140E;
    margin-bottom: 4em;
    border: none;

    border-radius: 1.5em;
    box-shadow: 0 6px #A8625C;
    top: 0;
    transition: .2s box-shadow,.2s top,.4s;
}
.button.button-delivery:hover {
    background-color: #A8625C;
    box-shadow: 0 6px #53140E;
    transition: .2s box-shadow,.2s top,.4s;
}




.button.button-delivery a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
}
.button.button-delivery a:hover {
    text-decoration: none;
}
.button.button-delivery.button-delivery-faq {
    background-color: #EFB53E;
    box-shadow: 0 6px #F8D68F;

}
.button.button-delivery.button-delivery-faq:hover {
    background-color: #F8D68F;
    box-shadow: 0 6px #EFB53E;
    transition: .2s box-shadow,.2s top,.4s;
}


.delivery-form .form_plan {
    width: 30px;
    float: none;
}
.delivery-form textarea {
    width: 100%;
}



.form-privacy {
    text-align: center;
}
.policy-check input {
    margin: 2em 0;
    width: 40px;
    float: none;
}
.required {
    font-size: 0.6em;
    color: #B20000;
    font-weight: bold;
}
.btnSubmit:disabled {
    opacity: 0.5;
}
a.link-text {
    color: #EFB53E;
    font-weight: bold;
    text-decoration: underline;
}
a.link-text:hover {
    text-decoration: none;
}
form input.button {
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width:1050px) {
    .contents.contents-delivery {
        max-width: 800px;
    }

}
@media screen and (max-width:640px) {
    #delivery .brand-block {
        padding-top: 7.8125vw;
    }
    .bg-delivery {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .delivery-mv {
        height: 350px;
    }
    .delivery-mv .copy img {
        width: 95vw;
    }
    .delivery-tit {
        font-size: 1.2em;
    }
    .delivery-tit-02 {
        font-size: 1.2em;
        line-height: 1.5;
    }
    .delivery-tit-02 .sub{
        font-size: 0.8em;
    }
    .contents.contents-delivery.contents-delivery-white {
        padding-top: 2em;
        background-color: #fff;
    }
    .contents.contents-delivery.contents-delivery-white .delivery-tit .text {
        background-color: #fff;
    }
    .delivery-plan {
        flex-wrap: wrap;
        margin-bottom: 0em;
    }
    .delivery-faq {
        margin-bottom: 2em;
    }
    .plan-item {
        width: 100%;
    }
    .delivery-faq .faq-list .faq-item {
        width: 100%;
    }
    .delivery-example {
        margin: 0 -0.5em;
    }
    .delivery-example .example-item {
        width: calc(50% - 1em);
        margin: 1em 0.5em;
        font-size: 0.8em;
    }

    .delivery-feature .feature-item {
        width: calc(50% - 1em);
        margin: 1em 0.5em;
    }
    .delivery-flow .flow-list {
        flex-wrap: wrap;
    }
    .delivery-flow .flow-list .flow-item.schedule {
        width: 100%;
        margin-bottom: 2em;
    }
    .delivery-flow .flow-list .flow-item {

    }
    .pattern-name {
        font-size: 1.2em;
    }
    .delivery-pattern .pattern-item {
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        border-width: 5px;
    }
    .pattern-item .tit {
        font-size: 1.2em;
    }
    .pattern-item .text {
        font-size: 1em;
    }
    .button.button-delivery {
        width: 90vw;
        margin-bottom: 2em;
    }
    .button.button-delivery a {
        font-size: 1.2em;
    }
    .plan-item {
        margin-bottom: 2em;
    }
    .delivery-plan .plan-name {
        font-size: 1.4em;
        padding: 0.2em 1em;
    }
    .plan-item .text {
        padding: 0 1.5em;
    }
    .delivery-faq .faq-list .faq-item {
        margin: 1em;
    }
    .faq-item .question {
        padding: 0.5em;
        font-size: 1em;
        min-height: auto;
    }
    .faq-item .answer {
        font-size: 1em;
    }
    .delivery-tit-02.bento-rei {
        position: relative;
        top: auto;
        left: 0;
        max-height: 1000px;
        width: 100%;
        margin: 0;
    }
    .price .number {
        font-size: 3em;
    }
    .plan-item .list li {
        padding-left: 0.7em;
        text-indent: -0.7em;
    }
    .delivery-plan .circle {
        width: 20vw;
        height: 20vw;
        font-size: 1em;
    }
    .delivery-flow .flow-list .flow-step {
        min-height: auto;
    }
    .label-radio {
        width: 100%;
        display: block;
    }
}