@charset "UTF-8";
/*******************************

お問い合わせ Css

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

/*-----------------------------
お問い合わせ
-----------------------------*/
p.txt {
    margin-bottom: 50px;
    text-align: center;
}

.tel-wrap {
    border-radius: 5px;
    border: 1px solid #000;
}

.tel-wrap dt {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 110%;
    letter-spacing: .1em;
    background: #000;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.tel-wrap dd {
    padding: 15px 3%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.tel-wrap .tn {
    font-size: 200%;
    padding-right: 20px;
}

.tel-wrap .tn span {
    font-size: 130%;
}

.tel-wrap .tt {
    font-size: 90%;
    line-height: 1.2;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    p.txt {
        margin-bottom: 40px;
        text-align: left;
    }
}

/*******************************
フォーム
 *******************************/
.formWrap {
    width: 100%;
    margin: 100px auto;
    text-align: left;
}

.formWrap dl {
    margin-bottom: 40px;
}

.formWrap dt {
    margin-bottom: 10px;
}

.formWrap dt span {
    display: inline-block;
    color: #353535;
    border: 1px solid #353535;
    border-radius: 3px;
    font-size: 80%;
    padding: 3px 5px 2px;
    margin-left: 10px;
    line-height: 1;
}

.formWrap p {
    font-size: 90%;
    text-align: center;
    margin: 50px 0;
}

.formWrap p a {
    color: #cfab2e;
    text-decoration: underline;
}

.formWrap p a:hover {
    text-decoration: none;
}

/*テキストエリア*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    color: #333;
    width: 100%;
    border: none;
    font-size: 100%;
    padding: 1em;
    border-radius: 4px;
    background: #f7f8f8;
}

dl.name input[type="text"],
dl.furigana input[type="text"],
dl.tel input[type="tel"],
dl.fax input[type="tel"] {
    max-width: 500px;
}

/*戻って編集ボタン*/
input[type="button"] {
    -webkit-appearance: none;
    font-size: 130%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%!important;
    padding: 30px 0;
    margin: 0 auto 20px auto;
    text-align: center;
    border: none;
    border-radius: 5px!important;
    background: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #ebebeb;
    color: #000;
}

/*送信ボタン*/
input[type="submit"] {
    -webkit-appearance: none;
    font-size: 130%!important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%!important;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-radius: 5px!important;
    background: #000;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

input[type="submit"]:hover {
    background: #ebebeb;
    color: #000;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .formWrap {
        margin: 50px auto;
    }
    .formWrap p {
        text-align: left;
    }
}
