@charset "utf-8";

.contact-form .section-head {
    padding: 25px 0 100px;
    margin: 0 !important;
}

.contact .section-head .p-head {
    margin: 0 0 80px;
}

.contact .section-head .p-head a {
    display: block;
    background-color: #e28182;
    font-size: 14px;
    max-width: 170px;
    text-align: center;
    width: 100%;
    padding: 7.5px 15px;
    color: #fff;
    margin-left: auto;
    text-decoration: none;
}

.contact .section-head .p-head a:hover {
    background-color: #e26769;
}

.contact .section-head P {
    margin: 20px auto 0;
    text-align: center;
}

.contact .section-body table {
    border-spacing: 0 30px;
    border-collapse: separate;
    border-left: none;
    border-top: none;
    max-width: 835px;
    width: 100%;
    margin: 0 auto 40px;
}

.contact .section-body table tbody th,
.contact .section-body table tbody td {
    border-bottom: none;
    border-right: none;
    padding: 0;
}

.contact .section-body table tbody th {
    background-color: inherit;
    font-weight: 600;
    vertical-align: top;
    padding: 5.75px 25px 0 0;
    width: 225px;
}

.contact .section-body table tbody th label {
    line-height: 1;
}

.contact .section-body table tbody td {
    background-color: inherit;
    vertical-align: top;
}
.contact .section-foot {
    padding:40px 0 0;
}
.contact .caution{
    padding:20px 25px;
    background-color: #fffae5;
    font-size:85%;
    font-weight: 600;
    letter-spacing: 0;
    border:1px solid #FF0000;
}
.contact .caution.error{
    margin:0 auto 40px;
}

#page_sln_edit_card .contact .section-body table tbody td .row:after,
#page_sln_edit_card .contact .section-body table tbody td .row:before,
#card_no_error {
    display: none;
}

#page_sln_edit_card .contact .section-body table tbody td .row .col-sm-3 {
    width: 50%;
}


.ec-label,
.ec-borderedDefs dt label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
}

.ec-required {
    display: inline-block;
    margin-left: 15px;
    vertical-align: 2px;
    color: #FFFFFF;
    background: #FF0000;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 1;
    float: right;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input,
.ec-select,
.ec-inlineBtn--cancel,
.ec-inlineBtn--action,
.ec-blockBtn--cancel,
.form-control,
textarea.form-control,
.ec-blockBtn,
#card_CardExpMonth,
#card_CardExpYear,
#card_PayType,
.ec-inlineBtn,
.shipping.form-select {
    margin-bottom: 0px;
    font-size: inherit;
}

.contact .section-body table tbody td .ec-zipInput input,
.contact .section-body table tbody td .ec-select,
.contact .section-body table tbody td .ec-input {
    margin: 0 0 15px;
}

.contact .section-body table tbody td .ec-halfInput,
.contact .section-body table tbody td .ec-zipInput,
.contact .section-body table tbody td .ec-zipInputHelp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.contact .section-body table tbody td .ec-zipInput span {
    display: inline-block;
    padding: 0 5px 0 3px;
    margin-left: 5px;
    line-height: 1;
    margin-top: -15px;
}

.contact .section-body table tbody td .ec-zipInputHelp {
    margin: -15px 0 0 15px;
}

.contact .section-body table tbody td .ec-zipInputHelp .ec-zipInputHelp__icon {
    display: inline-block;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    background: #525263;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
    top: 0px;
}

.contact .section-body table tbody td .ec-zipInputHelp .ec-zipInputHelp__icon img {
    width: 0.75em;
    height: 0.75em;
    position: relative;
    left: 5px;
    top: 5px;
}

.contact .section-body table tbody td .ec-zipInputHelp span {
    margin-top: 0;
    font-size: 1.3rem;
}

.contact .section-body table tbody td .ec-halfInput input[type="text"] {
    width: 48.5%;
    margin: 0 3% 0 0;
}

.contact .section-body table tbody td .ec-halfInput input[type="text"]:last-child {
    margin: 0;
}

.contact .section-body table tbody td .ec-input:last-child {
    margin: 0;
}

.contact .section-body .btnBox .ec-blockBtn--action {
    font-size: 1.6rem;
    max-width: 480px;
    font-weight: 500;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: bold;
    opacity: 1;
}

.contact .section-body .btnBox .ec-blockBtn--action:disabled {
    opacity: 0.5 !important;
}

.contact .section-body .btnBox .ec-blockBtn--action svg {
    width: 25px;
    height: auto;
    margin: 0 15px 0 0;
}

.contact .article-area .article-head h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 auto 40px;
    text-align: center;
}

.contact-form table thead th {
    text-align: center;
}

.contact-form table tfoot th {
    text-align: right;
}

.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}

.contact-form input[type="text"].middle {
    width: 50%;
}

,
.contact-form select {
    /*width: 100px;*/
}

.contact-form input[type="number"] {
    width: 100px;
}


.contact-form input[type="tel"].zipnum1 {
    width: 70px
}

.contact-form input[type="tel"].zipnum2 {
    width: 100px
}


.contact-form input#zip,
.contact-form select#bouquet {
    width: 100%;
}

.contact-form select.sendTime,
.contact-form select#sendTime1 {
    width: 100% !important;
}

.contact-form textarea {
    height: 150px;
}

.contact-form .flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.contact-form table tbody td ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.contact-form table tbody td ul li {
    margin: 0 15px 5px 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.contact-form table tbody td p {
    letter-spacing: 0;
}

.contact-form table tbody td ul li:last-child {
    margin: 0;
    width: 100%;
}

.contact-form table tbody th span.primary {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
}

.contact-form table.sendingHozuki,
.contact-form table.sending {
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.9);
    border: 0.5px solid #eea6a9;
}

.contact-form .btnBox ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.contact-form .btnBox ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 47.5%;
    margin: 0 5% 0 0;
}

.contact-form .btnBox ul li:last-child {
    margin: 0;
}

.contact-form .btnBox ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    ;
    justify-content: center;
}

.contact-form .btnBox .sub {
    padding: 25px 0 0;
}

.contact-form .btnBox .sub ul {
    flex-direction: column;
    justify-content: center;
}

.contact-form .btnBox .sub ul li {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 500;
}

.contact-form .btnBox .sub ul li:last-child {
    margin: 0;
}

.contact-form .btnBox .sub ul li a {
    border-bottom: none !important;
    padding: 0px 0 0 25px;
    position: relative;
    display: inline-block;
}

.contact-form .btnBox .sub ul li a:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    margin-top: -3px;
}

.contact-form .btnBox .sub ul li a:hover {
    font-weight: 600;
}


.other_page .section-body .btn-box button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #525263;
    border-color: #525263;
    width: 100%;
    font-size: inherit !important;
    border-radius: 4px;
    height: 56px;
    line-height: inherit !important;
}

.other_page .section-body .btn-box button.ec-blockBtn--action {
    background-color: #DE5D50;
    border-color: #DE5D50;
}

.other_page .section-body .btn-box input[type="submit"],
.other_page .section-foot .btn-box a {
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.875rem;
    border-radius: 1.42857142;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #DE5D50;
    border-color: #DE5D50;
    display: block;
    width: 100%;
    height: auto;
    line-height: inherit;
    padding: 10px 16px;
    font-size: inherit !important;
}


.mypage .contact-form .ec-blockBtn--cancel {
    border-radius: 4px;
    padding: 10px 16px;
    height: 56px;
    line-height: inherit;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
    border-radius: 4px;
}

.contact .btnBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0 0;
}

.contact .mw_wp_form_confirm .btnBox input[type="submit"] {
    margin: 0 4%;
    width: 42%;
}


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1590px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {
    .contact .section-body table {
        margin: 0 auto 30px;
    }

    .contact .article-area .article-head h3 {
        font-size: 2.2rem;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 835px) {
    .contact .section-body table {
        margin: 0 0 25px;
    }

    .contact .article-area .article-head h3 {
        font-size: 2rem;

    }
}

@media screen and (max-width: 750px) {

    .contact-form table.sendingHozuki,
    .contact-form table.sending {
        padding: 10px 10px 0;
        background: rgba(255, 255, 255, 0.9);
        border: 0.5px solid #eea6a9;
    }

    .contact .article-area .article-head h3 {
        font-size: 1.8rem;
        margin: 0 auto 25px;
    }

    #page_sln_edit_card .contact .section-body table tbody td .row .col-sm-6 {
        margin: 0 0 15px;
        width: 100%;
    }

    #page_sln_edit_card .contact .section-body table tbody td .row .col-sm-3 {
        width: 100%;
    }

    .other_page .section-body .btn-box button {
        height: 46px;
        padding: 9px 5px;
    }

    .mypage .contact-form .ec-blockBtn--cancel,
    .ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
        padding: 5px;
        height: 46px;
        line-height: 2.2;
    }
}

@media screen and (max-width: 640px) {
    .contact .section-body table {
        border-top: 0.5px solid #CCCCCC;
        border-spacing: 0;

    }

    .contact .section-body table tbody th {
        display: block;
        background-color: #fcefed;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 5px 15px;
        width: 100%;
    }

    .contact .section-body table tbody td {
        display: block;
        background-color: #ffffff;
        border-bottom: 0.5px solid #CCCCCC;
        vertical-align: middle;
        padding: 15px;
        width: 100%;
    }

    .contact .section-body table tbody td .ec-zipInput,
    .contact .section-body table tbody td .ec-zipInput input {}

    .contact .section-body table tbody td .ec-select,
    .contact .section-body table tbody td .ec-select select,
    .contact .section-body table tbody td .ec-input,
    .contact .section-body table tbody td .ec-telInput input {
        width: 100%;
        display: block;
        max-width: inherit;
    }


    .contact-form table.sendingHozuki th,
    .contact-form table.sending th {
        background: #ea7f85 !important;
        color: #FFFFFF;
    }
}

@media screen and (max-width: 480px) {

    .cart_page .btn-box ul,
    .other_page .btn-box ul {
        flex-direction: column;
    }

    .cart_page .btn-box ul li,
    .other_page .btn-box ul li {
        margin: 0 0 15px;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {}