@charset "utf-8";

/*index*/
.main {
  text-align: center;
}

.title h1 {
  font-family: serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #919191;
  margin-top: 50px;
}

.title h4 {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
  color: rgb(0, 177, 35);
}

.title h2 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 22px;
}

.title p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 22px;
  margin-bottom: 30px;
}

.trainer-contents {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.trainer-item img {
  width: 400px;
  margin: 0;
}

.trainer-item h3 {
  font-size: 1em;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
  line-height: 2em;
  width: 90%;
  color: #6c3c30;
}

.trainer-item p {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 20px;
}

.tree img {
  width: 50%;
  margin: 0;
  margin-top: 30px;
}
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgb(0, 177, 35);
  opacity: 0.6;
}
@media (max-width: 800px) {
  .main {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trainer-contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .trainer-item h3 {
    font-size: 1em;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    line-height: 2em;
    width: 90%;
    color: #6c3c30;
  }
  .trainer-item p {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
