@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

* {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

body {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:hover, a:active, a:visited {
  color: #cccccc;
}

header {
  position: relative;
  margin: auto;
  max-width: 1290px;
  font-family: 'Noto Sans';
  overflow: hidden;
}

header img {
  position: relative;
  margin: auto;
  max-width: 100%;
  min-width: 660px;
}

header .title, header .contact {
  text-decoration: none;
  color: #dad8b5;
  background-color: rgba(102, 150, 69, 0.9);
}

header .title {
  display: block;
  position: absolute;
  top: 13.5%;
  width: 412px;
  height: 90px;
  text-align: right;
}

header .title h1, header .title p {
  position: relative;
  line-height: 1em;
  font-weight: bolder;
}

header .title h1 {
  margin-right: 15px;
  top: 5px;
  font-size: 49px;
  letter-spacing: 0.3px;
}

header .title p {
  margin-right: 24px;
  top: 6px;
  font-size: 19px;
  letter-spacing: 1.15px;
}

header .contact {
  position: absolute;
  bottom: 4px;
  right: 165px;
  width: 170px;
  height: 140px;
  text-align: center;
  font-size: 10px;
  color: #dad8b5;
}

header .contact h3 {
  margin-top: 15px;
}

header .contact p {
  margin-top: 1px;
  font-size: 11px;
}

@media ( max-width :480px ) {
  header .title {
    top: 7%;
    width: 270px;
    height: 67px;
  }
  header .title h1 {
    margin-right: 10px;
    font-size: 36px;
  }
  header .title p {
    margin-right: 17px;
    font-size: 13.5px;
  }
  header .contact h3, header .contact p {
    font-size: 10px;
  }
  header .contact {
    right: 20px;
    width: 140px;
    height: 107px;
  }
  header .contact h3 {
    margin-top: 5px;
    font-size: 11px;
  }
}

article p {
  text-align: center;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

footer ul li {
  list-style: none;
  font-size: 10px;
  display: inline-block;
}

footer ul li:not(:last-child ):after {
  content: ' | ';
}