@charset "UTF-8";

/* 全体の背景,書体 */
body{
    background-image: url("../top_img/kabe02.jpg");
    background-attachment: fixed;
    font-family: "Sawarabi Gothic";
}

/* 全体の書体 */


h2 {
    font-size: 15px;
    line-height: 1.2;
}

h3 {
    font-size: 15px;
    line-height: 0.5;
}

h4 {
    font-size: 17px;
    line-height: 0;
}

b {
    font-size: 17px;
    line-height: 1.5;
}



/* コンテナ */
.container {
    max-width: 920px;
    margin: auto;
}

/* カラム */
.wrapper{
    width: 920px;
    overflow: auto;
}

.header{
    width: 920px;
    height: 80px;
    overflow: auto;
    background-image: url("../top_img/title_kabe01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}



.main-conten{
    
    float: left;
    width: 350px;
    height: 230px;
    background-image: url("../sekei_img/img_01.jpg");
    background-size: 350px auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.sidebar{
    float: left;
    width: 570px;
    height: 230px;
    background-image: url("../sekei_img/kabe06.jpg");
    background-size: 570px auto;
    background-position: top center;
    background-repeat: no-repeat;
}


/* タイトル */
.box1-1{
    width: 345px;
    position: relative;
    top: 31px;
    left: 290px;
    font-size: 14px;
    color: white;
}


a.btn{
    position:relative;
    top: -10px;
    left: 820px
}

/*--本文--*/
.box2-1{
    width: 220px;
    position: relative;
    top: 5px;
    left: 150px;
    font-size: 14px;
    color: yellow;
}

.box2-2{
    width: 400px;
    position: relative;
    top: 10px;
    left: 80px;
    font-size: 14px;
    color: white;
}

/*--設計　建築主ー--*/
.box3-1 {
    display: flex;
}


.box3-3{
    text-align: center;
}

/*--フッターー--*/
.footer{
    text-align: center;
    font-size: 12px;
}


/* メニュー */
#global_navi ul{
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

/* 背景 */
.haikei{
    background: white;
    position: relative;
    top: -5px;
}


