
.logo{ 
    position: relative;
    left: 50px;
}


.request{
    margin: 0 auto;
    height: 200px;
    width: 100%;
    background-image: url(../img/リビング.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}


.request-title{
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    padding: 80px  0 50px 0 ;
    color: rgb(95, 68, 33);
    text-shadow: 0.8px 0.5px 1.5px  #31220e;
    letter-spacing: 10px;
    font-family:Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E",
    "ＭＳ Ｐ明朝","MS PMincho",serif; ;
}


.step{
    width: 60%;
    margin: 50px auto;
    padding: 100px  0 100px 100px ; 
    background-color: #fafafa;
    font-size: 1.2rem;
    box-shadow: rgb(0 0 0 /10%) 0px 0.9rem 4.9rem 0.2rem;
}

.step-title{
    font-size: 25px;
    padding-bottom: 25px;
    padding-top: 50px;
}

.step-box{
    display: flex;
}

.step-text{
    padding: 0 30px;
    margin-left: 50px;
    width: 50%;
}

.step-list{
    padding-top: 20px;
}

.step-list p{
    font-size: 15px;
}

.step-desc03{
    font-size: 16px;
    padding-left: 10px;
}

.down{
    display: block;
    color: #f1e2be;
    line-height: 1;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.3em solid currentColor;
    border-left:0 ;
    border-bottom: 0;
    border-radius: 2px;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-right: 30px;
}

.arrow-sponly{
    display: none;
}

.reserve{
    width: 50%;
    margin: 0 auto;
}

.btn,a.btn{
    color: #333;
    background-color: #f1e2be;
    display: block;
    text-align: center;
    padding: 30px 0 ;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 50px 0 ; 
}

.btn:hover,a.btn:hover{
    color: #fff;
    background:rgb(216, 216, 216) ;
    transition: 0.5s;
}


.contact-btn{
    background-color: #f1e2be;
    text-align: center;
    padding: 100px 0 ;
    display: block;
    box-shadow: 0px 2px 3px 0px #9E9E9E;
}

.contact-btn a{
    font-size: 1.5rem;
    
}



/* sp */


@media (max-width:599px){

    .pc-only{
        display: none;
    }

    .sp-only{
        display: block;
        padding-right: 10px;
    }

    header{
        width: 100%;
        height: 98px;
        position: static;
        top: 0;
        left: 0;
        z-index: 1;
        
    }
    .logo{
        left: 3px;
    }
    .logo-img{
        width: 150px;
        height: 70px;
        left: 0;
    }

    .request{
        height: 100px;
    }

    .request-title{
        padding: 30px 0 0 0;
        font-size: 40px;
        
    }

    .step{
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 0px 10px 0;
        text-align: center
        
    }

    .step-title{
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .step-list{
        padding: 30px 0  ;
    }

    .step-list p{
        font-size: 0.9rem;
        
    }

    .step-img{
        width: 80%;
        height: 75%;
    }

    .step-box{
        display: block;
        margin-bottom: 30px;
    }

    .step-text{
        width: 95%;
        margin: 0 ;
        text-align: left;
        padding: 10px 0px 0 30px;

    }
    .step-desc{
        font-size: 15.8px;
        padding: 5px;
        
    }

    .arrow{
        margin: 20px 0 0 0 ;
    }

    .down{
        margin: 0 auto;
        width: 1.2rem;
        height: 1.2rem;
    }

    .arrow-sponly{
        display: block;
    }

    .reserve{
        width: 80%;
    }

}