@charset "utf-8";

.title {
  height: 300px;
  background-image: url(./images/activity-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.title h1 {
  padding-top: 70px;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: white;
  text-shadow: 3px 3px 5px #000000;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.header-logo:hover {
  border-width: 2px;
  border-color: #1302fc;
}
.header-site-menu {
  font-family: ＭＳ Ｐ明朝;
  font-weight: bold;
}
.link-button:hover {
  color: #1302fc;
  font-family: ＭＳ Ｐゴシック;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.activity img {
  width: 450px;
}

.activity-text {
  max-width: 800px;
  margin-top: 30px;
  margin-left: 100px;
}

.activity-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.activity-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
  margin-left: 30px;
}


.footer {
  margin-top: 100px;
}

@media (max-width: 800px) {
  .title h1 {
    font-size: 30px;
    padding-top: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: white;
    text-shadow: 3px 3px 5px #000000;
  }
  .activity-text {
    max-width: 450px;
    margin-left: 15px;
  }
  .footer {
    margin-top: 50px;
  }

}
