/*　「Simplicity2」用　Contact Form 7のテーブル化レスポンシブ調整　*/
.table-res-form {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
table.table-res-form,table.table-res-form td,table.table-res-form th{
    border-collapse: collapse;
    border: 1px #ccc solid;
    font-size: 20px;
}
.table-res-form th {
    
}
.table-res-form th.empty {
    background:none;
}

.table-res-form tr:first-child {
    border-top: none;
}
.table-res-form th, .table-res-form td {
    padding: 1em;
        border: none;
}
.table-res-form th {
    width: 35%;
    font-weight: bold;
}
.table-res-form th.center{
    text-align: center;
}

.table-res-form .requied {
    font-size: 0.6em;
    color: #FFF;
    display: inline-block;
    padding: 0.2em 0.5em;
    background: #00a84d;
    margin-bottom: 8px;
    margin-right: 0.5rem;
}
h4{
font-weight: bold;
margin-top: 30px;
margin-bottom: 50px;
letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
        .table-res-form tr:last-child {
            border-top: none;
}
        .table-res-form input[type="submit"]{
            margin-top:-1em;
}
}
.table-res-form input[type="text"],input[type="tel"], input[type="email"], textarea {
    border: 1px #666 solid;
    padding: 1%;
    margin-bottom: 0.5em;
    width: 96%;
}

.table-res-form .post_num input[type="text"]{
    width: 20%;
}

.table-res-form input[type="text"]:focus, textarea:focus {
    background: #e5f9e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.table-res-form input[type="submit"] {
    border: 1px #666 solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #00a84d;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.table-res-form input[type="submit"]:hover {
    opacity: 0.8;
    box-shadow: none;
}


.table-res-form p.chushaku{
    font-size: 14px;
}


