@charset "UTF-8";


/*******************************

mediaCss

*******************************/

.page #hero {
    border-top-color: #ee8763;
    padding-bottom: 30px;
    background: #f8ecc7;
    border-bottom: none;
}

section {
    margin-bottom: 80px;
}

/*-----------------------------
お問い合せ誘導バナー
-------------------------------*/

article .box_contact {
    margin-bottom: 100px;
}

article .box_contact ul li:last-child {
    border-left: dotted 2px #000;
    padding-bottom: 0px!important;
}

article .box_contact ul li:last-child:after {
    content: url(../images/illust.png);
    display: block;
    margin-top: 40px;
}


article .box_contact ul li .fax {
    font-size: 46px;
    color: #d90b39;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1;
    background-size: 12%;
    padding-left: 45px;
    position: relative;
    margin: 10px 0;
}

article .box_contact ul li .fax:before {
    content: "";
    display: block;
    background-image: url(../images/ico_fax.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    background-color: #d90b39;
    background-size: 26px auto;
    background-position: center;
    border-radius: 50%;
}


@media screen and (max-width: 767px) {

    article .box_contact {
        margin-bottom: 50px;
    }

    article .box_contact ul li .fax {
        font-size: 36px;
        padding-left: 46px;
        display: inline-block;
        margin-top: 16px;
    }

}

/*-----------------------------
table
-------------------------------*/

.contactTable {
    width: 100%;
    margin-top: 100px;
}

.contactTable tr {
    border-bottom: 2px dotted #f2dd9b;
}

.contactTable th {
    width: 230px;
    color: #e97d57;
    padding: 15px 0 0 0;
    font-weight: bold;
}

.contactTable td .txt {
    border-left: 2px dotted #f2dd9b;
    margin: 10px 0;
    padding: 5px 0;
    padding-left: 25px;
}

.contactTable td .txt .wrap {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 20px 0 0 0;
}

.contactTable dl {
    border: 3px solid #e97d57;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
}

.contactTable dl dt {
    background: #e97d57;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}

.contactTable dl dd {
    width: 100%;
    overflow: hidden;
    padding: 10px 40px;
}

.innerTable {}

.innerTable tr {
    border-bottom: none;
}

.innerTable th {
    width: 190px;
    padding: 10px 0;
}

.innerTable td {
    width: 290px;
    padding: 10px 0;
}

dl.consent {
    border: 3px solid #e97d57;
    border-radius: 15px;
    overflow: hidden;
    margin: 70px 0 50px 0;
    padding: 0;
}

dl.consent dt {
    padding: 30px;
    font-weight: normal;
}

dl.consent dd {
    background: #e97d57;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 15px 0 5px 0;
    margin: 0;
}

@media screen and (max-width: 767px) {

    .contactTable {
        width: 100%;
        display: block;
        margin-top: 50px;
    }

    .contactTable tbody {
        display: block;
        width: 100%;
    }
    .contactTable tr {
        display: block;
        width: 100%;
    }

    .contactTable th {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .contactTable td {
        display: block;
        width: 100%;
    }

    .contactTable td .txt {
        width: 100%;
        border-left: none;
        margin: 0 0 20px 0;
        padding: 0;
        padding-left: 0;
    }


    .contactTable dl {
        width: 100%;
    }
    .contactTable dl dt {
        width: 100%;
        padding: 10px 5%;
        text-align: left;
    }
    .contactTable dl dd {
        width: 100%;
        padding: 10px 5%;
    }

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

    .innerTable th {
        display: block;
        width: 100%;
        padding: 10px 0 5px 0;
    }
    .innerTable td {
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
    }

    dl.consent {
        width: 100%;
        margin: 50px 0 30px 0;
    }
    dl.consent dt {
        width: 100%;
        padding: 20px 5%;
    }

    dl.consent dd {
        width: 100%;
    }

}


/*-----------------------------
フォーム
-------------------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: #f8ecc7;
    border: none;
    padding: 0.3em 0.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 50%;
}

.innerTable input[type="text"],
.innerTable input[type="tel"] {
    width: 100%;
}

textarea {
    width: 100%;
}

select {
    width: 50%;
    height: 40px;
    padding: 0;
}

.innerTable select {
    width: 100%;
}

input[type="checkbox"] {
    margin-right: 10px;
}
.submit{
    margin-top: 20px;
    text-align: center;
}
input[type="submit"] {
    font-size: 22px!important;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100% !important;
    max-width: 355px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    background: #e97d57;
    border-radius: 15px;
}
input[type="button"] {
    font-size: 22px!important;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100% !important;
    max-width: 355px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    background: #555555;
    border-radius: 15px;
}

input[type="submit"]:hover {
    background: #555555;
}

.required{
    border-radius: 3px;
    background-color: #FF0000;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    margin-left: 5px;

}

@media screen and (max-width: 767px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 100%;
    }

    select {
        width: 100%;
    }


}
