/* /////////////////////////////
お問い合わせ
///////////////////////////// */
.contact{
    width: 90%;
    max-width: 980px;
    margin: -3% auto 0;
}
.contact .wrap-1{
    position: relative;
    text-align: center;
    padding: 0 0 5%;
}
.contact .wrap-1 img{
    width: 90%;
}
.contact .wrap-1 img.center{
    width: 10%;
}

.contact .wrap-1 p{
    font-size: 1.8rem;
    margin: 0 auto;
    font-weight: bold;
    font-family: "游ゴシック";
}

.contact .wrap-1 .tel{
    width: 30%;
    margin: 1% 3%;
    padding: 1% 0;
    display: inline-block;
}

.contact .wrap-1 .cepa .border{
    border-bottom: dashed 1px #aaa;
    margin: 0 0 4%;
}

.contact .wrap-1 .house{
    position: absolute;
    width: 15%;
    left: 0%;
    bottom: 0;
}

.contact .wrap-1 .tree{
    position: absolute;
    width: 15%;
    right: 0%;
    bottom: 0;
}

.form-group .box{
    width: 70%;
    border-collapse: collapse;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    font-family: "游ゴシック";
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
}

.form-group .box:first-of-type{
    border-top: solid 1px #aaa;
}

.form-group .name{
    letter-spacing: 1.2px;
    display: table-cell;
    font-size:1.6rem;
    font-weight: bold;
    color: #000;
    margin: 0;
    width: 30%;
    padding: 2% 1em;
    vertical-align: middle;
    line-height: 2.5;
    border-right: solid 1px #aaa;
}

.form-group .content{
    width: 70%;
    display: table-cell;
}

.form-group .content ul{
    margin-left: 5%;
    margin: 4% 5%;
    vertical-align: middle;
}

.form-group .content ul li{
    margin: 0 0 0 1%;
}

.form-group .name font{
    position: relative;
    width: 100%;
    display: inline-block;
}

.form-group .name span{
    position: absolute;
    background: #ff6c00ff;
    padding: 3px;
    line-height: 1.5;
    letter-spacing: 3px;
    right: 2%;
    top:10%;
    color: #fff;
    border-radius: 8px;
}

.form-control{
    margin: 3% 5% ;
    padding: 0 5%;
    line-height: 2.5;
    border:solid 1px #c8c8c8c8;
    border-radius: 10px
}

.form-2{
    width: 50%
}

.form-3{
    width: 60%
}

.form-4{
    width: 80%
}

.contact-btn{
    display: block;
    width: 30%;
    padding: 10px 0;
    border: solid 2px #E93400;
    cursor: pointer;
    margin: 3% auto;
    background-color: #E93400;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游ゴシック";
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #aaa;
}

.contact-btn:hover{
    background-color: #ffd2c5;
    color: #E93400;
    transition-duration: 0.2s;
    border: #ffd2c5;
}

.alert-success{
    font-size:18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: red;
    padding: 10px 0;
    margin-bottom: 1em
}

.alert-danger{
    font-size:18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: blue;
    padding: 10px 0;
    margin-bottom: 1em
}

/* ///////////////////////////////////////////////////////////////////
サンクスページ
/////////////////////////////////////////////////////////////////// */

.thanks{
    text-align: center;
    margin: 0 0 5%;
}

.thanks .sp{
    display: none;
}

.thanks div{
    font-size: 3rem;
    font-weight: bold;
    background-color: red;
    color: #fff;
    padding: 2% 0;
}
