@charset "utf-8";
/* CSS Document */

body{
    width:100%;
    background-color: #eae4d7;
}

#all {
    margin: 0 auto;
}
p,
td {
    color: #7e5e26;
    font-weight: 500;
}
.business__firstview {
    width: 100%;
    height: 100vh;
    position: relative;
}
.business__firstview>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.business__category {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    left: 5%;
    bottom: 30%;
    letter-spacing: .7rem;
}

.business__firstview-titlewrap{
    width: 100%;
    max-width: 700px;
    position: absolute;
    bottom: 20px;
    right: 3%;
}
.business__firstview-title{
    max-width: 700px;
}

.business__firstview-txtwrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.business__firstview-copy{
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 10px;
    right: 2.5%;
}
.business__firstview-copy p{
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.8rem;
}
.business_tell-p {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 300!important;
    line-height: 2.8rem;
}
.business__firstview-tel{
    max-width: 430px;
    margin-top: 1rem;
}


/*入力フォーム　CSS*/

.business__form-wrap{
    width: 100%;
    max-width: 600px;
    margin: 270px auto 0;
}

input{
    background-color: #eeede5;
    border: #74363a solid 1.5px;
    height: 25px;
}
select{
    width: 100%;
    height: 20px;
    padding-left: 20px;
    color:#7b5e26;
    background-color: #eeede5;
    border: #74363a solid 1.5px;
}

td{
    padding: 0.3rem 0;
}
.form--span01{
    padding-top: 4rem;
    width: 230px;
}
.form--span02{
    padding-top: 1.5rem;
}
.form--span03{
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.business__company-name{
    padding-bottom: 2rem;
}

textarea {
    resize: none;
    width:100%;
    height:200px;
    background-color: #eeede5;
    border: #74363a solid 1.5px;
}

.business__form-name input{
    width: 47.5%;
    margin-right: 10px;
}
.business__form-name input:nth-of-type(2){
    margin-right: 0;
}


.business__form-input01{
    width: 100%;
}

.tel{
    margin-right: 10px;
}
.tel:nth-of-type(1),
.tel:nth-of-type(2) {
    width: 24%;
}
.tel:nth-of-type(3){
    margin-right: 0;
    width: 46%;
}

.business__attention{
    vertical-align: top;
    font-weight: 300;
    font-size: 1.5rem;
}
.business__detail{
    vertical-align: top;
}
.business__detail>span {
    font-weight: 300;
    font-size: 1.5rem;
}

.business__form-btn--wrap{
    text-align: center;
    padding: 5rem 0 10rem;
}
.business__form-btn{
    width: 100px;
    height: 100px;
    letter-spacing: 0.5rem;
    color: #fff;
    border: none;
    background-color: #7e5e26;
    margin: 0 auto;
    cursor: pointer;
}


/*==================================================================*/

@media screen and ( max-width:1200px){
    .business__category {
        bottom: 35%;
    }
}
@media screen and ( max-width:920px){
    .business__category {
        bottom: 32%;
        left: 5%;
    }
    .business__firstview-titlewrap {
        right: 0;
        left: 5%;
    }
    .business__firstview-copy {
        right: 0%;
        left: 5%;
    }
}
@media screen and ( max-width:767px){
    .business__form-wrap{
        max-width: 500px;
    }
    td{
        width: 37%;
        /*width:25%*/
    }
    
    .tel:nth-of-type(3) {
        width: 48%;
    }
    
    .business__form-name input {
        width: 48.5%;
    }
}

@media screen and ( max-width:760px){
    .business__category {
        color: #fff;
        left: 3%;
        bottom: 3%;
        font-size: 1.3rem;
        letter-spacing: .3rem;
    }
    .business__firstview {
        height: 35vh;
    }
    .business__firstview>img {
        height: 35vh;
    }
    
    .business__form-wrap {
        margin: 100px auto 0;
    }
    
    .business__firstview-titlewrap {
        max-width: 230px;
        right: auto;
        left: 3%;
        bottom: 15%;
    }
    .business__firstview-copy {
        width: 95%;
        position: relative;
        margin: 0 auto;
        top: 20px;
        right: auto;
        left: 0;
    }
    .business__firstview-copy p{
        font-size: 1.4rem;
    }
    .business__firstview-tel {
        max-width: 300px;
        margin: 2rem auto 0;
    }
    
    .sp-name{
        letter-spacing: -0.2rem;
        font-size: 1.35rem;
    }
    .business__form-name input {
        width: 48%;
        margin-right: 0.3rem;
    }
    
    .tel:nth-of-type(1),
    .tel:nth-of-type(2) {
        width: 29.5%;
    }
    .tel:nth-of-type(3) {
        width: 38%;
    }
    .tel {
        margin-right: 2px;
    }

    .business__attention {
        font-size: 1.2rem;
    }
}

@media screen and ( max-width:420px){
    .business__form-wrap{
        padding: 0 20px;
        
    }
}