@charset "UTF-8";

/* ========================================
    body
========================================= */
body{
  color: #082b48;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5;
  background-image: url(../img/24831554_s.png);
}

img{
  width: 100%;
  height: auto;
}
a{
  text-decoration: none;
  color: #082b48;
}

a:hover{
  opacity: 0.7;
}

.container{
  width: 90%;
  max-width: 980px;
  margin:0 auto;
}

.clear:after{
  content: "";
  clear: both;
  display: block
}



/* ========================================
    header
========================================= */
header{
  padding: 20px 0;
}

.header-title{
  font-size: 40px;
  font-weight: bold;
}

.header-left{
  float: left;
}

.header-right{
  float: right;
}
.nav-list{
  list-style: none;
 
}

.nav-list-item{
  float: left;
  margin-left: 40px;
}

.nav-list-item a{
  line-height: 75px;
  font-size: 20px
  
}

/* ========================================
    top
========================================= */
.top{
  text-align: center;
  padding: 80px 0;
  box-shadow: 0 2px 7px rgba(83,78,61,0.3);
  background-color: #fff;
}

.top-main{
  font-weight: bold;
  font-size: 50px;
  margin: 20px 0;
}
/* ========================================
    section共通
========================================= */
.section{
  padding: 60px 0;
}

h2{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}


/* ========================================
    about
========================================= */
.about-left{
  height: auto;
  width: 40%;
  margin: auto;
}

.about-right{
  width: 40%;
  height: auto;
  margin: auto;
}

.about-me-name{
  font-weight: bold;
  font-size: 25px;
  margin: 10px 0;
  text-align: center;
}

/* ========================================
    service
========================================= */
.wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-left{
  width: 250px;
  margin: auto;
}

.service-title{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.service-content{
  margin-top: 20px;
}

.service-right{
  width: 250px;
  height: auto;
  margin: auto;
}
/* ========================================
    works
========================================= */
/* ========================================
    contact
========================================= */
.twitter{
  width: 300px;
  height: auto;
  margin: auto;
  margin-bottom: 20px;

}


.username{
  width: 300px;
  text-align: center;
  margin: auto;
}

.username a{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/* ========================================
      footer
  ========================================= */

footer{
  padding: 20px;
}

.copyright{
  font-size: 12px;
  text-align: center;
}

/* ========================================
    スマホ用
========================================= */
@media only screen and (max-width:767px) {
  .clear::after{
       content: none;
  }
  /* ========================================
    header
========================================= */
  .header-title{
    font-size: 30px;
    text-align: center;
  }
  .header-left{
    float: none;
  }
  .header-right{
    float: none;
  }

  .nav-list{
    display: flex;
    justify-content: space-between;
  }

  .nav-list-item{
    float: none;
    margin: 0px;
  }
  .nav-list-item a{
    font-size: 15px;
    line-height: 45px;
  }

    /* ========================================
      top
  ========================================= */
  .top{
    padding: 60px 0;

  }
  .top-main{
    font-size: 40px;
    margin: 10px 0;
  }

  .top-sub{
    font-size: 14px;
  }

  /* ========================================
      section共通
  ========================================= */
  .section{
    padding: 30px 0;
  }
  h2{
    font-size: 30px;
  }

  /* ========================================
      about
  ========================================= */
  .about-left{
    width: 65%;
    height: auto;
  }

  .about-right{
    width: 100%;
  }

  .about-me-content{
    font-size: 18px;
  }

  /* ========================================
      service
  ========================================= */
  .service-right{
    margin-top: 18px;
  }
  .service-content{
    font-size: 18px;
  }

  /* ========================================
      works
  ========================================= */

  /* ========================================
      contact
  ========================================= */

  /* ========================================
      footer
  ========================================= */
  .copyright{
    display: inline-block;
    text-align: center;
  }


}