@charset "utf-8";
body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  font-size: 62.5%;
  line-height: 1.5;
  background-color: #FFFFFF;
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  margin-top: 15px;
}
img {
  vertical-align: bottom;
}
a {
    padding-right: 10px;
    padding-left: 10px;
    background-color: rgba(255, 159, 159, 0.15);
    color: #000000;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}
a:hover {
    background-color: rgba(210, 93, 255, 0.25);
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 20px;
}
#container {
  margin: 0 auto;
  text-align: left;
  padding-top: 13px;
}
.white {
  color: #FFF;
  text-align: center;
}
h2, h3 {
  margin-left: 10px;
  font-size: 20px;
}
p {
  margin: 0 10px 0 10px;
}
header, section, article {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  margin-bottom: 20px;
}
table {
  width: 100%;
}
table th {
  width: 20%;
  vertical-align: top;
  text-align: center;
}
ul {
  padding-bottom: 20px;
  padding-left: 5%;
}
header h1 {
  padding-left: 11px;
  padding-top: 12px;
}
article h2 {
  padding-top: 20px;
}
.intro {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  padding-bottom: 10px;
}
body {
  font-size: 14px;
}
#container {
  width: 95%;
}
table td, table th {
  padding-left: 2px;
  padding-bottom: 15px;
}
table th h2 {
  font-size: 14px;
  font-weight: normal;
}
body {
  background-image: url(pic/fuji_sp.jpg);
}
h1 img {
  max-width: 40%;
  height: auto;
}
/*#################### 560px以上 ####################*/
@media screen and (min-width: 560px) {
  h1 img {
    max-width: 30%;
    height: auto;
  }
  #container {
    width: 540px;
  }
  body {
    background-image: url(pic/fuji_new.jpg);
  }
ul {
  padding-left: 10%;
}
}
/*#################### 960px以上 ####################*/
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
  .screensize1 {
    display: none;
  }
  #container {
    width: 600px;
  }
  table td, table th {
    padding-left: 5px;
    padding-bottom: 23px;
  }
  table th h2 {
    font-size: 16px;
    font-weight: normal;
  }
ul {
  padding-left: 15%;
}
}