@charset "UTF-8";


@media (max-width: 767px) {
    #sec01 .btn_tel {
        margin-bottom: 1rem;
    }

    #sec01 .btn_tel a {
        font-size: 12px;
    }
}

@media (min-width: 768px) {

    #sec01 .btn_tel,
    #sec01 .btn_line,
    #sec01 .btn_mail {
        height: 100%;
    }

    #sec01 .btn_tel a,
    #sec01 .btn_line a,
    #sec01 .btn_mail a {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .shop_wrap {
        text-align: center;
    }

    .shop_wrap .row.center {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .btn-area {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }
}

.btn {
    min-width: 210px;
    padding: 15px;
    line-height: 1;
    text-align: center;
    transition: .5s ease all;
    border-radius: 5px;
    position: relative;
}

.btn-danger {
    background-color: #dc9ec0;
    border-color: #dc9ec0;
}

.row.contact {
    padding-bottom: 6rem;
}

.contact dl dt label {
    display: block;
    position: relative;
    margin-bottom: 0;
}

.contact dl dt label::after {
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.contact dl dt {
    min-width: 240px;
}

.contact .btn-area input {
    margin: 0 10px;
}

.contact .btn-area input {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .contact .btn-area input {
        margin: 0 10px;
    }
}

select, select option, textarea, input::placeholder, .form-control {
    font-weight: 300 !important;
}

div.wpcf7-mail-sent-ok {
    background: #533c2d;
}

.input-lg {
    border-radius: 2px;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.help-block {
    margin: 5px 0 0;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
    font-size: .8em !important;
    color: #fff !important;
    background: #533c2d;
    padding: .25em;
    border-radius: 2px;
    position: absolute;
    top: -29px;
    left: 0;
}

span.wpcf7-not-valid-tip br {
    display: none;
}

span.wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25%;
    margin-left: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #533c2d transparent transparent transparent;
}

div.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    background: #533c2d;
    padding: 15px;
    margin: 0 0 30px !important;
    border: 1px solid #533c2d;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    background: #533c2d;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
}

div.wpcf7-response-output {
    padding: 15px !important;
    border: 2px solid #533c2d !important;
}

.wpcf7 [class^="w-length"] {
    width: 100%;
}

@media (min-width: 768px) {
    .w-length-90 {
        width: 90px;
    }

    .w-length-120 {
        width: 120px;
    }

    .w-length-150 {
        width: 150px;
    }

    .w-length-180 {
        width: 180px;
    }

    .w-length-210 {
        width: 210px;
    }

    .w-length-240 {
        width: 240px;
    }

    .w-length-270 {
        width: 270px;
    }

    .w-length-300 {
        width: 300px;
    }

    .w-length-330 {
        width: 330px;
    }

    .w-length-360 {
        width: 360px;
    }

    .w-length-390 {
        width: 390px;
    }

    .w-length-420 {
        width: 420px;
    }

    .w-length-450 {
        width: 450px;
    }

    .w-length-480 {
        width: 480px;
    }

    .w-length-100per {
        width: 100%;
    }
}

.contact dl dt label {
    padding-right: 45px;
    margin-bottom: 0;
}

.contact dl.req dt label::after {
    color: #fff;
    content: "必須";
    background: #402615;
}

.contact dl.any dt label::after {
    color: #402615;
    content: "任意";
    background: #dedede;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
    font-size: .8em !important;
    color: #fff !important;
    background: #402615;
    padding: .25em;
    border-radius: 2px;
    position: absolute;
    top: -29px;
    left: 0;
}

span.wpcf7-not-valid-tip br {
    display: none;
}

span.wpcf7-not-valid-tip:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25%;
    margin-left: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #402615 transparent transparent transparent;
}

div.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
    background: #402615;
    padding: 15px;
    margin: 0 0 30px !important;
    border: 1px solid #402615;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
    background: #402615;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
}

div.wpcf7-response-output {
    padding: 15px !important;
    border: 2px solid #402615 !important;
}

dl dd label {
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin: -4px 0.2rem 0 .2rem;
}

input[type=radio] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    background: #f9f9f9;
    border-radius: 20px;
    cursor: pointer;
}

input[type="radio"]:checked {
    background: #402615;
    border-color: #003b70;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {}

.mwform-tel-field input {
    text-align: center;
}

@media (max-width: 767px) {
    .mwform-tel-field input {
        width: 30% !important;
    }
}

input::placeholder {
    color: #898989 !important;
    font-weight: 400 !important;
}

.table-dl dl {
    display: table;
    max-width: 100%;
}

.table-dl dl dt {
    display: table-cell;
    vertical-align: middle;
}

.table-dl dl dd {
    display: table-cell;
    vertical-align: middle;
}

.table-base dl {
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.table-base dl dt {
    font-weight: normal;
    width: 25%;
    min-width: 240px;
    padding: 1.5em;
    position: relative;
}

.table-base dl dd {
    padding: 1.5em;
    margin-bottom: 0;
    position: relative;
}

.table-base dl dd .button {
    margin-top: 1em;
}

.table-base dl dd dl {
    margin: 0;
}

.table-base dl dd dl dt {
    display: block;
    background: none;
    width: 100%;
    padding: 0;
    border: none;
}

.table-base dl dd dl dd {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}

.table-base dl dd dl dd:before {
    display: none;
}

.table-base dl:last-child dd dl dt, .table-base dl:last-child dd dl dd {
    border: none;
}

.table-base dl dd dl:last-child dt, .table-base dl dd dl:last-child dd {
    border: none;
}

@media (max-width:767px) {
    .table-base dl dd:before {
        display: none;
    }
}


.table-base dl dt, .table-base dl dd {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
    color: #000;
    background-color: #f6f6f6;
    width: 100%;
}

.table-base dl dd {
    color: #565656;
    border-left: 1px solid #e6e6e6;
}

.table-mini dl dt, .table-mini dl dd {
    padding: 10px;
}

@media (max-width: 575px) {
    .table-base dl:first-child dt {
        border-top: 1px solid #e6e6e6;
    }

    .table-base dl dd {
        border-left: none;
    }

    .table-base dl, .table-base dl dt, .table-base dl dd {
        display: block;
    }
}

@media (min-width: 576px) {
    .table-base dl:first-child dt, .table-base dl:first-child dd {
        border-top: 1px solid #e6e6e6;
    }

    .table-base dl dt {
        width: 210px;
        border-right: none;
    }

    .table-base dl dd {}
}

@media (min-width: 768px) {
    .table-base dl dt, .table-base dl dd {
        font-size: 1rem;
    }
}
