@charset "utf-8";
/* レイアウトのためのCSS */
body {
    background-color:#ffffff;
    margin: 0 auto;
}

.contact-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.6em;
    margin: 5% auto!important;
    text-align: center;
}

.contact-bg {
    background: #e4eeef;
    padding: 100px 0;
    margin: 0 auto;
}
.purchase-bg {
    background: #000;
    padding: 50px 0;
    margin: 0 auto;
}
.catalogue-bg {
    background: #e4e5ef;
    padding: 100px 0;
    margin: 0 auto;
}

.contact-message {
    text-align: center;
    font-size: 1.6em;
    line-height: 2;
    margin-bottom: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.notosan {
    text-align: center;
    font-size: 1.4em;
    line-height: 2;
    margin-bottom: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.message-notice {
    color: #c10811;
    font-size: 14px;
}

.essential {
    background: #c10811;
    color: #fafafa;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    margin-left: 10px;
}

.contact-area {
    background: #fafafa;
    padding: 90px;
    margin: 100px auto;
    width: 1000px;
}
.contact-area .header_space{
    margin: 0 auto;
    text-align: center;
}
.contact-area .header_space img{
    width: 100%;
}

.contact-table {
    width: 100%;
}

.table-list {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 40px;
}
select{
    border: 1px solid #c4c4c4;
    padding: 1% 4%;
}
.table-list th {
    font-size: 13px;
    font-weight: bold;
    width: 250px;
    text-align: left;
}

.table-list-address {
    flex-wrap: wrap;
}

.table-list-address .input-area {
    margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 550px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 13px;
    width: calc(100% - 250px);
}
.table-list td.center_txt {
    font-size: 13px;
    width:39%;
    padding: 2% 0;
    margin: 0 auto;
    text-align: center;
    border: 1px solid#000;
}
.table-list td.center_txt_red {
    font-size: 13px;
    width: 100%;
    padding: 2% 0;
    color: #f00;
    text-align: center;
    border: 1px solid#f00;
}

input::placeholder {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: bold;
}

textarea {
    border: none;
    width: 550px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
}

textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-area .text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 100px;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #efd39c;
    cursor: pointer;
    border: 1px solid #efd39c;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}

.submit-button:hover {
    background: #f4b741;
    color: #000;
    border: 1px solid #f4b741;
}

.reset-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #dadada;
    cursor: pointer;
    border: 1px solid #dadada;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}

.reset-button:hover {
    background: #aeaeae;
    color: #000;
    border: 1px solid #aeaeae;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media(max-width:1200px) {
    .contact-area {
        width: 80%;
        padding: 60px;
    }
}

@media(max-width:1024px) {
    .contact-area {
        padding: 50px 15px;
    }

    .table-list th {
        width: 180px;
    }

    .table-list td {
        width: 100%;
    }

    .input-area {
        width: 500px;
        height: 40px;
    }

    textarea {
        width: 500px;
        height: 200px;
    }

    .contact-message {
        margin-bottom: 30px;
    }

    .contact-area .text {
        margin-bottom: 30px;
    }
}


@media(max-width:768px) {
    .purchase-bg {
        margin: 0 auto;
        padding: 20px 0;
        width: 100%;
    }

    .contact-area {
        margin: 50px auto;
        padding: 50px 10px;
    }
    .contact-title {
    font-size: 1.6em;
    margin: 5% auto!important;
    }

    .check-box label {
        width: 100%;
    }

    .input-area {
        width: 100%;
        height: 30px;
    }

    textarea {
        width: 100%;
        height: 200px;
    }

    select{
        width: 50%;
    }
    .table-list {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .table-list th {
        font-size: 12px;
        width: 200px;
        margin-bottom: 10px;
    }

    .table-list td {
        font-size: 12px;
    }

    .table-list td {
        width: 100%;
    }

    .contact-message {
        font-size: 13px;
    }

    .contact-area .text {
        font-size: 13px;
    }
    .pc { display: none !important; }
    .sp { display: block !important; }
}
