@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  background-color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

header {
  margin: 50px 0;
  text-align: center;
}

h1 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  margin: 0 0 2rem;
  font-size: 30px;
  font-size: 3.0rem;
  text-shadow: 1px 1px 0 #ffffff;
}

h2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  background-color: #F9EAC5;
  padding: 10px;
}


h1 img {
  width: 90%;
  height: auto;
}

nav {
  text-align: center;
}
nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #A1D45C;
}
nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
nav ul li a {
  color: #ffffff;
  line-height: 50px;
  display: block;
  text-decoration: none;
}
nav ul li a:hover {
  color: #2F9535;
}


section {
  width: 90%;
  margin: 0 auto;
  padding: 50px 20px 20px;
}

article p {
  margin: 1em 0;
}

article .btn {
  color: #333;
  border: 2px solid #F9EAC5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  letter-spacing: 5px;
  text-decoration: none;
  overflow: hidden;
}

article ul {
  margin-left: 2em;
}

#link {
  text-align: center;
}

#link img {
  margin: 0 10px;
}


footer {
  clear: both;
  color: #ffffff;
  background-color: #995D20;
  padding: 50px 20px 20px;
}
address {
  width: 90%;
  margin: 12px auto;
  padding: 6px;
  background: #fff;
  color: #995D20;
  font-style: normal;
  text-align: center;
}

#copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}