/*
Theme Name: 南三陸観光バス用テーマ
Description: 南三陸観光バス用テーマ
Author: Web Consultant WeBridge - Ryo Ohashi
version: 1.0
*/

@import url('css/style.css');

.wpcf7 p {
    display: inline;
}
.form {
    margin: 150px 0 0 0;
}
.form h2 {
    text-align: center;
    color: white;
    background-color: #9c8cb9;
    padding:15px;
}
.contact_f {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    width: 98%;
    margin: 10px auto 50px;
    padding: 50px 0 10px;
}
    .contact_f h3 {
        text-align: center;
        color: #c8873c;
    }
    .contact-note {
        text-align: center;
        line-height: 2em;
        margin: 0;
    }
    table.mailtable td {
        padding: 10px 0px;
    }
    table.mailtable th {
        width: 30%;
        padding: 10px 15px 10px 15px;
    }
    table.mailtable tr:nth-child(odd) {
        background-color: #eee;
    }
table.mailtable {
    width: 50%;
    border-collapse: collapse;
    margin: 0 auto 1em auto;
    border-bottom: #eee 1px solid;
    font-family: sans-serif;
    font-weight: 400;
}
.error{ color:red; }

.post_content td{ width:65% }
.post_content th{ width:35% }
.mini { width: 60px; padding: 10px; }
.nano { width: 40px; padding: 10px; }

.post_content td, .post_content th {
    border: none;
    padding: 10px 15px;
    line-height: 2.2;
    background: #f9f9f9;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

/* input {
    padding: 8px 8px;
    background-color: #ffebe1;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.select {
    padding: 8px 10px;
    background-color: #ffebe1;
    border: 1px solid #ccc;
} */
.area { 
    background-color: #ffebe1;
    border: 1px solid #ccc;
    padding: 10px 16px;
    width: 100%;
    box-sizing: border-box;
}
::placeholder {
    color: #ccc;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;   
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
    padding: 8px 8px;
}
/*input[type="text"],
input[type="email"],
input[type="tel"] {
    min-width: 85%;
}*/
input[type="number"] {
    margin: 5px 6px;
}
input[type="radio"] {
    transform:scale(1.5) ;
}
select {
    padding: 8px 8px;
    margin: 0 6px;
}
input[type="submit"] {
    display: block;
    width: 50%;
    padding: 8px 8px;
    margin: 1em auto;
    box-sizing: border-box;
    background-color: #35b1a6;
    color: white;
    border: #35b1a6 1px solid;
    box-shadow: none;
    font-family: sans-serif;
    font-weight: 500;
}
    input[type="submit"]:hover {
        border: #35b1a6 1px solid;
        color: #35b1a6;
        background-color: #fff;
        transition: 0.3s;
    }

.required::before {
    content: "＊";
    color: red;
    margin-right: 5px;
}
/*table.mailtable td.half-input input[type="number"],*/
table.mailtable td.half input[type="text"] {
    width: 15%;
}

.ml20 {margin-left: 20px;}

p.ctct {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    width: 98%;
    margin: 1em auto;
}

span.head {
    font-size: 24px;
    font-weight: bold;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

span.tel {
    font-size: 36px;
    color: #c8873c;
    font-weight: bold;
    line-height: 1.2;
}

.btn a {
    padding: 15px 45px;
    transition: 0.5s;
}
.btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}

@media only screen and (max-width: 767px){
p.ctct {
    border: none;
    background-color: #fff;
}
.post_content h3 {
    font-size: 110%;
}
.post_content td, .post_content th {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: left;
}
input {
    width: 100%;
    margin: 0 auto;
}
.area {
    width: 100%;
}
.radio {
    width: 10%;
}
span.head {
    font-size: 20px;
}
span.tel {
    font-size: 24px;
}

.contact {
    width: 100%;
    margin: inherit;
    padding: inherit;
    border: none;
    background-color: #fff;
}

span.head {
    font-size: 20px;
}
span.tel {
    font-size: 24px;
}
}