@charset "UTF-8";
/* CSS Document */

.sp {
    display: none;
}
/*ロゴヘッダー*/
header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.logo {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 100px;
}

.brand {
    position: absolute;
    right: 50px;
    width: 118px;
    height: auto;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.brand ul li {
    display: inline-block;
    vertical-align: middle;
}

/*タイトル*/
.kv {
    max-width: 100%;
    height: auto;
}

/*共通*/
body {
    font-family: "Noto Sans JP", sans-serif;
    /*    max-width: 768px;*/
    width: 100%;
    margin: 0 auto;
    background-size: contain;
    font-size: 16px;
    color: #40210f;
    letter-spacing: 0.07em;
    font-weight: 400;
    background-size: auto auto;
    /* background-color: #F9F6EA;
    background-image: repeating-linear-gradient(115deg, #ffffff1a, #ffffff1a 15px, #FAF4DB 15px, #FAF4DB 30px); */
    background: url(../img/bg.png);
    background-color: #f9f6ea;
}

img {
    width: 100%;
}

a {
    display: block;
    width: 100%;
    height: 100%;
}

.red {
    color: #cc312d;
    font-weight: 700;
}

button {
    display: block;
}

section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper {
    max-width: 930px;
    width: 86.67%;
    margin: 0 auto;
    position: inherit;
}

.bottom_btn_box {
    margin: 50px auto auto auto;
    max-width: 930px;
    width: 86.67%;
    overflow: hidden;
}

.btn_box {
    margin-top: 50px;
    /*    padding-top: 50px;*/
    /*    border-top: 1px dashed #939393;*/
}

/*
.btn_box div:nth-child(2){
    margin-top: 30px;
}
*/

.btn_box .btn_comment {
    margin-bottom: 20px;
}

.logout_btn {
    display: block;
    color: #40210f;
    font-size: 14px;
    position: relative;
    margin: 0 auto 30px auto;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 0;
    font-weight: 900;
}

.send_btn {
    background: #e5147f;
    max-width: 400px;
    width: 100%;
    height: 70px;
    line-height: 0;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 10px 0 #af1061;
    font-weight: 600;
    border: 3px solid #af1061;
}

.send_btn:hover,
.return_btn_g:hover {
    top: 10px;
    box-shadow: none;
}

.send_btn::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.return_btn {
    border: 3px solid #5d452b;
    background: #fff;
    max-width: 400px;
    width: 89.3%;
    height: 62px;
    line-height: 58px;
    border-radius: 42px;
    font-size: 18px;
    position: relative;
    letter-spacing: 0;
    margin: auto auto 50px auto;
    text-align: center;
    font-weight: 600;
    color: #5d452b;
}

.return_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow_g.png);
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.logout_btn:hover,
.return_btn:hover {
    opacity: 0.7;
}

.return_btn_g {
    background: #a8a8a8;
    max-width: 400px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0;
    margin: 30px auto auto auto;
    /*    margin: 0 auto;*/
    text-align: center;
    box-shadow: 0 10px 0 #707070;
    border: 3px solid #707070;
}

.return_btn_g::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/arrow.png);
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

footer {
    color: #5d452b;
    text-align: center;
    padding: 5px 0;
    background: #fff;
}

footer p {
    font-weight: normal;
    font-size: 10px;
    word-break: break-all;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 1em;
}

/* day */
#day .daybox {
    display: flex;
    justify-content: center;
    background: #e5147f;
    padding: 10px 0;
    margin-bottom: 30px;
}

#day .daybox .period {
    color: #e5147f;
    background: #fff;
    border: 1px solid #e5147f;
    border-radius: 50px;
    padding: 10px 25px;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}

#day .daybox .closing_day p {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

#day .daybox .closing_day p .text_big {
    font-size: 36px;
}

/*エラー*/

.error {
    max-width: 630px;
    width: 100%;
    background: #ffdede;
    margin: auto auto 30px auto;
    padding: 16px;
    color: #e71e1e;
    border: 1px solid #e71e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
    border-radius: 15px;
}

.error ul:first-child {
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.error ul:last-child li {
    line-height: 1.5;
}

.error ul:last-child li:first-child {
    font-weight: 500;
    font-size: 15px;
}

/*フォーム*/

.box {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0 60px 0;
    text-align: center;
    border-radius: 10px;
}

.inner {
    width: 89.033%;
    margin: 0 auto;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    padding: 15px 0;
    letter-spacing: 0.12em;
    background: #6a3906;
    border-radius: 45px;
    font-weight: 600;
    color: #fff;
}

.text {
    text-align: center;
    line-height: 1.6;
}

.flow_title {
    font-size: 22px;
    display: inline-block;
    width: auto;
    margin: auto auto 10px auto;
    font-weight: 600;
}

.text_min {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
}

.asterisk {
    font-size: 15px;
    /*    font-weight: 500;*/
    text-indent: -1em;
    /*    margin-left: 1em;*/
    line-height: 1.5;
    word-break: break-all;

    max-width: 590px;
    margin: 0 auto;
    /*    padding-left: 1em;*/
}

.asterisk::before,
.asterisk_min::before {
    content: "※";
}

.asterisk_min {
    font-size: 12px;
    margin-top: 10px;
}

.upload {
    margin-top: 30px;
    margin-bottom: 25px;
}

.upload_btn {
    background: #e5147f;
    max-width: 400px;
    width: 100%;
    height: 70px;
    line-height: 65px;
    color: #fff;
    border-radius: 45px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0em;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 10px 0 #af1061;
    cursor: pointer;
    font-weight: 600;
    border: 3px solid #af1061;
}

.upload_btn:hover {
    top: 10px;
    box-shadow: none;
}

.file_btn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.custom_file_input {
    display: none;
}

label img {
    pointer-events: none;
}

#preview {
    max-width: 550px;
    width: 100%;
    margin: auto auto 10px auto;
}

.preview_item {
    display: inline-block;
    width: 253px;
    height: auto;
    background: #ebebeb;
    text-align: center;
    padding: 15px 5px;
    overflow: hidden;
    margin: auto auto 20px auto;
    vertical-align: top;
    position: relative;
}

.preview_item:nth-child(2) {
    margin-left: 20px;
}

.preview_item:nth-child(4) {
    margin-left: 20px;
}

.preview_item img {
    width: 70%;
}

.upload_disable_btn {
    pointer-events: none !important;
    background: #d0d0d0;
    box-shadow: none;
    border: 3px solid #b5b5b5;
}

.upload_disable_btn:hover {
    top: 0;
    box-shadow: none;
}

.delete_btn {
    background: #a8a8a8;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    line-height: 0;
    padding: 15px 5px;
    height: 30px;
    text-align: center;

    position: absolute;
    top: 0;
    right: 0;
}

.delete_btn:hover {
    opacity: 0.7;
}

#message {
    color: #cc312d;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.input_box {
    margin: 40px auto auto auto;
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px dashed #939393;
}

.form {
    /*    margin-bottom: 20px;*/
    max-width: 600px;
    width: 100%;
    margin: auto auto 20px auto;
}

.form:last-child {
    margin-bottom: 0;
}

.form p {
    width: 26.5%;
    display: inline-block;
    /*    margin-right: 2%;*/
    /*    font-weight: 600;*/
    vertical-align: middle;
}

.textarea {
    background: #fff;
    width: 72%;
    /*    height: 45px;*/
    height: auto;
    padding: 12px 0.5em;
    border: 1px solid #40210f;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;
    color: #40210f;
}

input.textarea::placeholder {
    opacity: 0.5;
}

.form_mail {
    vertical-align: middle;
    align-content: center;
    cursor: not-allowed;
    margin-bottom: 0 !important;
    display: inline-block !important;
    vertical-align: middle;
    align-content: center;
    cursor: not-allowed;
    align-items: center;
    align-self: center;
    justify-content: center;
    word-break: break-all;
}

.selectWrap_box {
    width: 72%;
    display: inline-block;
}

.asterisk_box {
    width: 72%;
    display: inline-block;
    color: #f00c19;
}

.asterisk_box .asterisk {
    font-size: 12px;
    display: block;
}

.asterisk_box .asterisk:first-child {
    font-size: 15px;
}

.selectWrap_box div:first-child {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
}

.selectWrap {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 29.17%;
}

.selectWrap div {
    display: inline-block;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 45px;
    padding: 0 0.5em;
    border: 0px;
    background: #fff;
    border: 1px solid #40210f;
    /*    font-weight: 600;*/
    border-radius: 5px;
}

.selectWrap::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #40210f;
    border-bottom: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}

select::-ms-expand {
    display: none;
}

/*確認画面*/

.confirm {
    width: 100%;
    text-align: left;
    margin: 40px auto 20px auto;
    height: auto;
    /*    max-width: 600px;*/
    width: 100%;
}

.confirm_box {
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.confirm_box:first-child {
    margin-top: 40px;
}

.confirm_box:nth-child(n + 2) {
    display: flex;
    flex-wrap: wrap;
}

.confirm_box:nth-child(n + 2) li:first-child {
    max-width: 160px;
    width: 27%;
}

.confirm_box:nth-child(n + 2) li:nth-child(2) {
    width: 73%;
    word-break: break-all;
}

.confirm_box:nth-child(3) li:last-child span {
    display: block;
}

.confirm_box:nth-child(3) li:last-child span:last-child {
    margin-top: 10px;
}

.confirm ul.confirm_box li span > span.option {
    display: inline-block;
    width: 38%;
}

.confirm .confirm_img_receipt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
}

.confirm .confirm_img_receipt li {
    background: #ebebeb;
    /*    width: 226px;*/
    width: 23.43%;
    padding: 10px 5px;
}

.confirm .confirm_img_receipt li:nth-child(2) {
    margin: 0 2%;
}

.confirm .confirm_img_receipt li:nth-child(4) {
    margin-left: 2%;
}

.confirm .confirm_box:nth-child(4) li:nth-child(3) {
    margin-top: 10px;
}

.confirm .confirm_box:nth-child(4) li:nth-child(3),
.confirm .confirm_box:nth-child(4) li:nth-child(4) {
    font-size: 12px;
}

/*お問い合わせ*/
.contact {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 30px auto auto auto;
    padding: 0 0 20px 0;
    text-align: center;
    background: #f2e9ce;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #622121;
    overflow: hidden;
}

.contact li:first-child {
    font-size: 22px;
    background: #622121;
    color: #fff;
    padding: 15px 1em;
    line-height: 1.6;
    margin: auto auto 10px auto;
    font-weight: 600;
}

.contact li:nth-child(2) {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.contact li:nth-child(3) {
    font-size: 35px;
    font-weight: 700;
    margin: 10px 0 15px;
    letter-spacing: 0.07em;
}

.contact li:last-child {
    line-height: 1.6;
}

.contact li:last-child small {
    font-size: 12px;
    display: block;
}

#loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-box {
    background: #fff;
    padding: 24px 32px;
    border-radius: 8px;
    text-align: center;
    min-width: 200px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #e60012;
    border-radius: 50%;
    margin: 0 auto 12px;
    animation: spin 1s linear infinite;
}

.loading-text {
    font-weight: bold;
}

.loading-progress {
    margin-top: 6px;
    color: #666;
    font-size: 14px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
    .sp {
        display: inherit;
    }
    .pc {
        display: none;
    }
    /*ロゴヘッダー*/
    header {
        height: 45px;
    }

    .logo {
        max-width: 100px;
        width: 45px;
    }

    .brand {
        right: 20px;
        width: 62px;
    }

    /*タイトル*/
    .kv {
    }

    /*共通*/
    body {
        font-size: 14px;
        /*        letter-spacing: 0.01em;*/
    }

    .bottom_btn_box {
        margin: 40px auto auto auto;
    }

    .btn_box {
        margin-top: 30px;
        /*        padding-top: 30px;*/
    }

    .btn_box .btn_comment {
        margin: auto auto 15px auto;
        line-height: 1.5;
    }

    .send_btn {
        height: 50px;
        line-height: 45px;
        font-size: 15px;
        box-shadow: 0 7px 0 #921d25;
    }

    .send_btn:hover {
        top: 0;
        box-shadow: 0 7px 0 #921d25;
    }
    .return_btn_g:hover {
        top: 0;
        box-shadow: 0 7px 0 #707070;
    }

    .logout_btn:hover,
    .return_btn:hover {
        opacity: 1;
    }

    .send_btn::after {
        content: "";
        width: 20px;
        height: 20px;
        /*        right: 10px;*/
        /*        top: 32%;*/
    }

    .logout_btn {
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .logout_btn a {
        display: inline;
    }

    .return_btn {
        height: 50px;
        line-height: 45px;
        font-size: 15px;
        margin: auto auto 40px auto;
    }

    .return_btn::after {
        content: "";
        width: 15px;
        height: 15px;
    }

    .btn_box div:nth-child(2) {
        margin-top: 20px;
    }

    .return_btn_g {
        height: 50px;
        line-height: 45px;
        font-size: 15px;
        box-shadow: 0 7px 0 #707070;
    }

    .return_btn_g::after {
        content: "";
        width: 20px;
        height: 20px;
    }

    footer {
        /*        padding: 5px 0;*/
    }

    footer p {
        letter-spacing: -0.02em;
    }

    /* day */
    #day .daybox {
        flex-direction: column;
        align-items: center;
    }

    #day .daybox .period {
        font-size: 14px;
        padding: 5px 20px;
    }

    #day .daybox .closing_day p {
        font-size: 20px;
    }

    #day .daybox .closing_day p .text_big {
        font-size: 29px;
    }

    /*エラー*/

    .error {
        width: 100%;
        margin: auto auto 20px auto;
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 10px;
    }

    .error ul:first-child {
        max-width: 28px;
        margin-right: 7px;
    }

    .error ul:last-child li:first-child {
        font-size: 14px;
    }

    /*フォーム*/

    .box {
        padding: 30px 0 40px 0;
        border-radius: 10px;
    }

    .inner {
        width: 89.235%;
    }

    .title {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 10px 0;
    }

    .text {
    }

    .flow_title {
        font-size: 18px;
        margin: auto auto 10px auto;
    }

    .text_min {
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    .asterisk {
        font-size: 12px;
        text-align: left;
        width: 96%;
    }

    .asterisk_min {
        font-size: 12px;
        margin-top: 10px;
        text-align: left;
        text-indent: -1em;
        margin-left: 1em;
    }

    .upload {
        margin-top: 20px;
    }

    .upload_btn {
        height: 50px;
        line-height: 45px;
        font-size: 15px;
        box-shadow: 0 7px 0 #900008;
    }

    .upload_btn:hover {
        top: 0;
        box-shadow: 0 7px 0 #900008;
    }

    .preview_item {
        width: 100%;
        padding: 15px 5px;
        margin: auto auto 10px auto;
    }

    .preview_item:nth-child(2),
    .preview_item:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }

    .upload_disable_btn {
        box-shadow: none;
        margin-top: 10px;
    }

    .upload_disable_btn:hover {
        top: 0;
        box-shadow: none;
    }

    .delete_btn {
        font-size: 20px;
        padding: 13px 4px;
        height: 27px;
    }

    .delete_btn:hover {
        opacity: 1;
    }

    #message {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .input_box {
        /*        margin: 40px auto auto auto;*/
        padding-bottom: 30px;
    }

    .form {
        margin: auto auto 20px auto;
    }

    .form:nth-child(2) {
        margin-bottom: 10px;
    }

    .form p {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .textarea {
        background: #fff;
        width: 100%;
        /*        height: 40px;*/
        display: block;
    }

    .selectWrap_box {
        width: 100%;
        display: block;
    }

    .asterisk_box {
        width: 100%;
        display: block;
    }

    .asterisk_box .asterisk:first-child {
        font-size: 14px;
    }

    /*
    .selectWrap_box div:first-child{
        width: 100%;
    }
    
*/
    .selectWrap_box div:first-child {
        max-width: none;
        width: 42%;
    }

    .selectWrap {
        position: relative;
        display: inline-block;
        background: #fff;
        width: 43.45%;
    }

    .select {
        height: 40px;
    }

    /*確認画面*/
    .confirm {
        margin: 20px auto auto auto;
        height: auto;
    }

    .confirm_box:first-child {
        margin-top: 0;
    }

    .confirm_box:nth-child(n + 2) {
        display: block;
    }

    .confirm_box:nth-child(n + 2) li:first-child {
        width: 100%;
        margin-bottom: 8px;
    }

    .confirm_box:nth-child(n + 2) li:nth-child(2) {
        width: 100%;
    }

    .confirm_box:nth-child(3) li:last-child span {
        display: block;
    }

    .confirm ul.confirm_box li span > span.option {
        width: 42%;
    }

    .confirm .confirm_img_receipt {
        display: block;
    }

    .confirm .confirm_img_receipt li {
        width: 100%;
        padding: 15px 5px;
    }

    .confirm .confirm_img_receipt li:nth-child(2) {
        margin: 10px 0;
    }

    .confirm .confirm_img_receipt li:nth-child(4) {
        margin: 10px 0 0 0;
    }

    .confirm_box:nth-child(3) li:last-child span:last-child {
        margin-top: 5px;
    }

    /*お問い合わせ*/
    .contact {
        margin: 20px auto auto auto;
        border-radius: 10px;
        padding: 0 0 15px 0;
    }

    .contact li:first-child {
        font-size: 14px;
        margin: auto auto 10px auto;
        line-height: 1.3;
    }

    .contact li:nth-child(n + 2) {
        width: 94%;
        margin: 0 auto;
    }

    .contact li:nth-child(2) {
        font-size: 14px;
    }

    .contact li:nth-child(3) {
        font-size: 23px;
        margin: 5px auto 10px;
    }

    .contact li:last-child {
        line-height: 1.6;
        letter-spacing: 0;
        font-size: 12px;
    }

    .contact li:last-child small {
        font-size: 12px;
        display: block;
    }
}

@media screen and (max-width: 372px) {
    .point_box .point_title {
        font-size: 3.6vw;
    }
}

@media screen and (max-width: 350px) {
    .return_btn::after,
    .return_btn_g::after,
    .send_btn::after {
        display: none;
    }
    .return_btn {
        letter-spacing: -0.02em;
    }
    .upload_btn {
        font-size: 5vw;
    }
}

@media screen and (max-width: 334px) {
    .selectWrap_box div:first-child {
        width: 100%;
        margin-bottom: 5px;
    }
    .selectWrap {
        width: 100%;
    }
}

@media screen and (max-width: 280px) {
    .return_btn,
    .return_btn_g,
    .send_btn {
        font-size: 5vw;
    }
}

/* ===== 3本セット（袋詰め）表示調整 ===== */
.selectWrap_box div.three_set_label {
    line-height: 1.35;
}

/* 確認画面：3本セット行は独立行にして3行ラベルを表示 */
.confirm ul.confirm_box li span.confirm_three_set {
    display: block;
    margin-top: 6px;
}

.confirm ul.confirm_box li span.confirm_three_set > span.option {
    line-height: 1.35;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .selectWrap_box div.three_set_label {
        font-size: 13px;
    }
}
