@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
main:not(:last-child) {
  margin-bottom: 100px;
}
main .sec {
  position: relative;
}
main .sec h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #visual {
  width: 100%;
  padding: 200px 0 0 0;
  position: relative;
}
main #visual:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #9C7B4E;
}
main #visual .title {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #pp {
  width: 100%;
}
main #pp:not(:last-child) {
  margin-bottom: 100px;
}
main #pp .inner {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #pp .inner > p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #pp .inner > p:not(:last-child) {
  margin-bottom: 40px;
}
main #pp .inner dl {
  width: 100%;
}
main #pp .inner dl:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #999;
}
main #pp .inner dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #pp .inner dl dt:not(:last-child) {
  margin-bottom: 20px;
}
main #pp .inner dl dd p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #pp .inner dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
main #pp .inner dl dd ul:not(:last-child) {
  margin-bottom: 10px;
}
main #pp .inner dl dd ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #pp .inner dl dd ul li::before {
  content: "・";
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  display: inline-block;
}
main #pp .inner dl dd ul li span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #visual {
    padding: 100px 0 0 0;
  }
  main #visual .title {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #pp {
    width: 100%;
  }
  main #pp:not(:last-child) {
    margin-bottom: 50px;
  }
  main #pp .inner {
    width: calc(100% - 30px);
  }
  main #pp .inner > p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #pp .inner > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main #pp .inner dl {
    width: 100%;
  }
  main #pp .inner dl:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style_pp.css.map */
