@charset "utf-8";

.header {
  background-color: #ffd665;
  text-align: center;
  padding-bottom: 30px;
}
  
.title {
  height: 250px;
  background-color: #c1d0f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 13px;
}
.title h3 {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 18px;
}
.title-lead {
  height: 150px;
  background-color: #fcfbd0;
  margin-left: 150px;
  margin-right: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.title-lead p {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  line-height: 23px;
  margin: auto auto;
}

.blogsheet {
  display: flex;
  flex-direction: column;
  background-color: #f9fab8;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
.blog-pic {
  margin: 0 auto;
  padding-bottom: 20px;
  }
.blog-pic img {
  width: 400px;
  border-radius: 5%;
  overflow: hidden;
  }
.blog-pic p {
  font-size: 16px;
  line-height: 20px;
  width: 400px;
  padding-left: 20px;
}

.footer {
  margin-top: 10px;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.link-button:hover {
  background-color: #d8b500;
}

@media (max-width: 800px) {
  .header {
    height: 100px;
  }
  .main {
    margin-top: 50px;
    width: 470px;
  }
  .title {
    width: 470px;
    height: 270px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title h1 {
    width: 400px;
    font-size: 22px;
  }
  .title-lead {
    height: 150px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
  }
  .blogsheet {
    width: 470px;
    margin-left: 0;
  }
  .blog-pic img {
    width: 300px;
    border-radius: 5%;
    overflow: hidden;
  }
  .blog-pic p {
    width: 300px;
  }
  .footer {
    width: 470px;
  }
}
