body {
    color: #333333;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック','MS PGothic''MS UI Gothic','Helvetica','Arial',sans-serif;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    opacity: 0.6;
}
/* a:hoverの：まわりに空欄があるとNG*/

.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
    overflow: hidden;
}


/*============================
header
============================ */

header {
    padding: 20px 0;
}

.header-title {
    width: 36px;
    /* font-weight: bold; */
    /* font-size: 24px; */
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.header-nav {
    float: left;
}

.header-nav-item {
    float: left;
    padding-left: 54px;
}

.header-nav-item a {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

/*============================
top
============================ */

.top {
    background-image: url(../img/main_visual-uyuni.jpg);
    background-size: cover;
    padding: 150px;
}

.top-title {
    font-size: 54px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

.top-subtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* ================================
section common class
================================ */

.section {
    margin: 60px;
}

.section-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.section-subtitle{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

h2   {
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #7db4e6;/*左線*/
    border-bottom: solid 3px #d7d7d7;/*下線*/
  }

/*============================
about
============================ */
.about{
    margin-bottom: 20px;
}

.about-left {
    float: left;
    width: 48%;
}

.about-left img {
    border-radius: 20%;
}

.about-right {
    float: right;
    width: 48%;
}

.name {
    font-size: 20px;
    font-weight: 600;
}

/*============================
service
============================ */

.service-wrapper{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    /* border-radius: 99px; */
}

.service-item{
    width: 26%;
    font-size: 14px;
    text-align: center;
}

.service-item img {
    border-radius: 100%;
}

.service{
    background-color: #f5f5f5;
}

/*============================
work
============================ */

.work-wrapper{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;

}

.work-item{
    width: 26%;
    text-align: center;
    font-size: 14px;
}

.work-item span {
    color:blue;
}

/*============================
contact
============================ */

.contact{
    background-color: #f5f5f5;
}

.section-contact {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-wrapper{
    width: 300px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.contact-item{
    width: 18%;
    /* table-layout: 99px; */
    /* text-align: center; */
    /* font-size: 12px; */
}

.contact span {
    /* color:blue; */
}

/*============================
footer
============================ */

footer {
    padding: 20px;
    font-size: 14px;
    text-align: center;
    color: #f5f5f5;
    background-color: #333333;
}

/*=============================
スマホ用の表示
=============================*/
/* ipadが一般的に768pxの表示サイズ、PCは1200pxくらい */
@media only screen and (max-width:767px){

    .clear::after{
        content: none;
    }

/*=============================
 top
 =============================*/
 .top{
    padding: 120px 0;
}

.top-title{
    font-size: 32px;
}

.top-subtitle{
    font-size: 14px;
}   

/*=============================
header
=============================*/
    .header-left{
        /* float: none; */
    }

    .header-title{
        text-align: center;
        margin: auto;
    }

    .header-right{
        float: none;
    }

    .header-nav{
        display: flex;
        justify-content: space-between;
    }

    .header-nav-item{
        float: none;
        margin: 0;
    }


/*=============================
section common class
=============================*/

.section{
    padding: 80px 0;
    }

    .section-title{
    font-size: 24px;
    font-weight: bold;
    }

    .section p{
        font-size: 14px;
    }

/*=============================
about
=============================*/

.about-left{
    float: none;
    width: 100%;
    max-width: 351px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.about-right{
    float: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/*=============================
service
=============================*/
.service-wrapper{
    flex-wrap: wrap;
}
.service-item{
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 20px;
}


/*=============================
work
=============================*/
.work-wrapper{
    flex-wrap: wrap;
}
.work-item{
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*=============================
contact
=============================*/

input[type="email"]{
    width: 100%;
}


/*=============================
footer
=============================*/
.copyright{
    font-size: 10px;
    float: none;
    text-align: center;
}

}
