@charset "utf-8";
/* CSS Document */

/*==============================
共通部分
==============================*/
header{
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
}

header > h2{
  position: relative;
  display: inline-block;
  top: 150px;
  bottom: 0;
  left: 20px;
  margin: auto;
  padding: 20px 50px;
  color: #fff;
  background-color: rgba(89,111,127,.8);
}

@media screen and (max-width: 600px){  
  header{
    height: 200px;
  }

  header > h2{
    top: 70px;
    font-size: 26px;
    letter-spacing: 4px;
    padding: 10px 20px;
  }
}
/*==============================
メイン
==============================*/

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){  
}

@media screen and (max-width: 414px){
}