@charset "utf-8";

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover, .pagetop:hover .pagetop__arrow {
      border-color: #fd4444;
  }
}
h2.anchor {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}

.title {
  height: 280px;
  background-color: #facce5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.title h1 {
  padding-top: 20px;
  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;
}
.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;
}

.menu {
  padding-top: 20px;
  font-size: 20px;
  line-height: 28px;
}
.link-title:hover {
  color: #1302fc;
  font-weight: bold;
}

.content {
  height: 60px;
  background-color: #a0fd6a;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 80px;
  padding-top: 20px;
}
.content-cover {
  height: auto;
  background: linear-gradient(to bottom, #a0fd6a 0%,#ebf7dc 100%);
  padding-bottom: 50px;
}
.content-item {
  display: flex;
  justify-content: start;
  width: 1100px;
  height: auto;
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 40px;
  line-height: 23px;
}
.link-kobetsu:hover {
  color: #1302fc;
  font-weight: bold;
}
.link-toiawase:hover {
  color: #1302fc;
  font-weight: bold;
}

.footer {
  margin-top: 15px;
}

@media (max-width: 800px) {
  h2.anchor {
      padding-top: 90px;
      margin-top: -90px;
  }
  .content {
    height: 60px;
    padding-left: 10px;
  }
  .content-item {
    display: block;
    margin-left: 0px;
    padding-left: 10px;
    font-size: 15px;
    width: 470px;
  }
  .content-item p {
    padding-left: 30px;
  }

}