@charset "utf-8";

.title {
  height: 100px;
  background-color: #ccf893;
  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: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: white;
  text-shadow: 3px 3px 5px #000000;
}

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

.sect {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eafdea;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 100px;
  padding-right: 50px;
}
.sect-text {
  max-width: 500px;
  margin-top: 80px;
  margin-left: 50px;
  align-self: flex-start;
}
li {
  list-style-type: disc;
  line-height: 25px;
}
.sect img {
  width: 450px;
  margin: 30px 0;
  margin-left: 50px;
  margin-right: 0px;
  margin-bottom: 30px;
  border-radius: 5%;
  overflow: hidden;
}
.sect-text h2 {
  font-size: 20px;
}
.sect-text p {
  font-size: 17px;
  line-height: 28px;
  margin-top: 15px;
  margin-left: 0px;
}

.syosai-button {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  background-color: #eafdea;
}
.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 210px;
  line-height: 50px;
  border-radius: 25px;
}
.link-button:hover {
  background-color: #d8b500;
}

.footer {
  margin-top: 10px;
}

@media (max-width: 800px) {
  .sect {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sect img {
    width: 300px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
  .sect-text {
    max-width: 470px;
    margin-top: 5px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .syosai-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}
