body{
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
}

.container{
    width: 90%;
    max-width: 980px;
    margin:auto;
    text-align: center;
}

img{
    width: 100%;
    height: auto;

}

a{
    text-decoration: none;
    color: black ;
}

a:hover{
    opacity: 0.7;
}


.clear::after{
    content: "";
    clear: both;
    display: block;
}

/*====================================================
header
====================================================*/
    header{
    }

    header h1{
        font-size: 32px;
        font-weight: 900;
    }
    .header-left{
        float: left;
        padding: 10px;
    }

    .header-right{
        padding: 10px 0;
        float: right;
    }

    .nav-menu-item{
        float: left;
        padding: 15px;
    }

/*====================================================
top
====================================================*/
    .top{
        background-image: url(../img/photo-1561010533-8600b9995372.jpeg);
        background-size:100% ;
        height: 500px;
    }
    .top h1{
        font-size: 60px;
        font-weight: 900;
        padding: 100px 0 20px 0;
    }

    .top p{
        padding-bottom: 100px;
    }
/*====================================================
セクション共通
====================================================*/
    section{
        padding-top: 80px;
    }
    .section-title{
        font-weight: bold;
    }

    btn:hover{
        opacity: 0.7;
        cursor: pointer;
    }
/*====================================================
profile
====================================================*/
    .card{
        }

/*====================================================
service
====================================================*/
    .service{
        background-color: rgb(228, 245, 247);
    }

    .service h2{
        padding-bottom: 30px;
    }

    .service-item{
        border: 2px solid rgb(219, 241, 247);
    }

    .service-wrapper{
        display: flex;
        justify-content: space-between;
    }

    .service-item{
        width: 30%;
        padding: 10px;
        background-color: #fff;
    }
    
    .service-item img{
        height: 150px;
    }

    .service-section{
        padding-bottom: 80px;
    }

/*====================================================
contact
====================================================*/
    .contact{
       background-color: rgb(228, 245, 247);
    }

    .contact-left{
        margin: 20px;
    }

    .contact-right{
        margin: 20px;

    }

    .contact-image{
        width: 100px;
    }

    .contact-images{
        display: flex;
        justify-content:center;
    }

    .contact-section{
        padding-bottom: 80px;
    }

/*====================================================
footer
====================================================*/
    footer{
        background-color: #fff;
        margin: 10px;
        font-size: 10px;
    }
    footer p{
        margin-bottom: 0px;
    }

/*====================================================
スマホ用の表示
====================================================*/
@media only screen and (max-width:414px) {
    .clear::after {
        content: none;
    }

/*====================================================
header
====================================================*/
.header-left {
    float: none;
    text-align: center;
}

.header-right{
    padding: 0 0 50px 0;
    float: none;
    text-align: center;
    margin: 0 12px;
}

header h1 {
    margin: 0;
}

.nav-menu-item{
    padding: 5px;
    margin: 0 auto;
}
.header-nav {
    display: flex;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
}
.header-nav-item {
    float: none;
    margin: 0;
}

/*====================================================
top
====================================================*/
.top{
    background-image: url(../img/photo-1561010533-8600b9995372.jpeg);
    background-size:100% 400px;
    height: 400px;
    padding-top: 10px;
}

/*====================================================
/*service
/*====================================================*/

.service h3{
    font-size: 20px;
}


.service-wrapper{
    display: flex;
    /* flex-flow: column; */
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: center;
}

.service-item{
    width: 80%;
    padding: 10px;
    margin: 20px;
    background-color: #fff;
}

/*====================================================
/*work
/*====================================================*/
    .work.card{
        width: 340px;
    }

    .work.card-img-top{
        width: 340px;
    }

    .work.card-body{
        width: 340px;
    }

/*====================================================
/*contact
/*====================================================*/
    .contact p{
        font-size: 14px;
    }


}