@charset "utf-8";
/*header*/
header{
    background-image: url("../images/house/mainview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 40px;
}

header .copy_txt{
    clear: both;
    text-align: center;
    color: hsla(0,0%,100%,0.83);
    margin: -25px 0 35px 0;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}

/*house*/
.house{
    padding: 0 0 50px;
}
.house .title{
    background-image: url("../images/house/title.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 455px;
}
.house h2{
    text-align: center;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 0 0 40px;
}
.house h2 span{
    font-size: 0.6em;
}
.house p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
}

/*works*/
.works{
    padding: 50px 0 0;
    border-top: dotted 1px #c9c9c9;
    border-bottom: dotted 1px #c9c9c9;
}
.works h2{
    font-size: 2.1em;
    text-align: center;
    margin: 0 0 20px;
}
.works article{
    margin: 0 auto 50px;
}
.works h3{
    font-size: 1.5em;
    margin: 0 0 5px;
}
.works p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.works li{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    list-style: disc inside;
}
.works dt{
    position: relative;
}
.works dt span{
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
}
.works dd{
    display: inline-block;
}
.works dd:nth-of-type(2n){
    margin-right: 0;
}

/*flow*/
.flow{
    padding: 40px 0;
    margin: 0 auto;
}
.flow h2{
    font-size: 2.8em;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 20px;
}
.flow h2 span{
    font-size: 0.6em;
}
.flow article{
    float: left;
    background-image: url("../images/consultation02.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.flow article h3{
    color: #fff;
    text-shadow: 1px 1px 4px hsla(18,91%,9%,0.60);
}
.flow article p{
     line-height: 1.4;
}
.flow article p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

@media (min-width:641px){
    
    /*header*/
    header .copy_txt{
    font-size: 6em;
    }
    header .txt01,header .txt02{
        margin: 10px 0 145px 0;
    }
    header nav .top_hide{
        display: inline-block;
    }
    
    /*house*/
    .house h2{
    font-size: 2.8em;
    }
    .house .title{
    background-size: 100%;
    margin: 40px auto;
    }
    .house p{
        width: 740px;
    }
    
    /*works*/
    .works article{
        width: 1100px;
    }
    .works dt{
    float: left;
    margin: 0 25px 0 0;
    }
    .works dd{
        margin: 0 5px 15px 0;
    }
    .works li{
    float: left;
    margin: 0 20px 0 0;
    width: 30%;
    }
    
    /*flow*/
    .flow{
        width: 1100px;
        padding: 40px 0;
    }
    .flow article{
        width:272px;
        height: 272px;
        padding: 45px 5px 0;
        margin: 0 3px 25px 0;
    }
    .flow article h3{
        margin: 0 0 23px;
        font-size: 1.75em;
    }
    .flow article:nth-of-type(4n){
        margin-right: 0;
    }
    
}

@media (max-width:640px){
    
    /*header*/
    header .copy_txt{
        font-size: 4em;
    }
    header .txt02{
       margin: 5px 0 80px 5px;
    }
    
    /*house*/
    .house .title{
        margin: 40px auto 0;
    }
    .house h2{
        font-size: 2.6em;
    }
    .house p{
        padding: 0 20px;
    }
    
    /*works*/
    .works article{
        width: 640px;
        padding: 0 20px;
    }
    .works dl{
        margin: 50px auto 0;
    }
    .works dt{
        margin: 0 0 15px;
    }
    .works dd{
        width: 280px;
        margin: 0 30px 15px 0;
    }
    .works dt img,.works dd img{
        width: 100%;
    }
    
    /*flow*/
    .flow{
        padding: 40px 20px;
    }
    .flow article{
        width:295px;
        height: 295px;
        padding: 45px 30px 0;
        margin: 0 3px 15px 0;
    }
    .flow article h3{
        margin: 0 0 20px;
        font-size: 1.45em;
    }
    .flow article p br{
        display: none;
    }
    .flow article:nth-of-type(2n){
        margin-right: 0;
    }
    
}