@charset "UTF-8";
section#lead_area .img-box {
  height: 25vw;
  margin-bottom: 0;
}
section#lead_area .anker-box {
  display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .img-box {
    height: 52vw;
  }
}
section#lead_area .img-box img {
  display: none;
}

section#lead_area .img-box::before {
  content: none;
}

/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0 13.0208333333vw;
}
section#single01 .box {
  background: #ffffff;
  padding: 10.4166666667vw 7.8125vw;
  box-sizing: border-box;
}
section#single01 .txt-d {
  color: #000000;
  margin-bottom: 0.5vw;
}
section#single01 .txt-h2 {
  width: 100%;
  color: #000000;
  padding-bottom: 1.05vw;
  margin-bottom: 2.6041666667vw;
  box-sizing: border-box;
  border-bottom: solid 1px #544C42;
}
section#single01 .textarea {
  margin-bottom: 10.4166666667vw;
  color: #000000;
  font-size: 1.1458333333vw;
}
section#single01 .textarea p {
  font-size: 1.1458333333vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #000000;
}
section#single01 .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
  border-top: solid 1px #ffffff;
}
section#single01 .pagination .txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #544C42;
  background: #ffffff;
  color: #544C42;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.6458333333vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0;
  gap: 0.8vw;
  transition: 1s;
  padding: 0 2.6041666667vw;
  box-sizing: border-box;
}
section#single01 .pagination .txt-a .icon {
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  border-radius: 2.3958333333vw;
  background: #544C42;
  border: solid 1px #544C42;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#single01 .pagination .txt-a .icon svg {
  display: flex;
  width: 0.78125vw;
  height: 0.78125vw;
}
section#single01 .pagination .txt-a .icon svg path {
  transition: 1s;
  fill: #ffffff;
}
section#single01 .pagination .txt-a.prev, section#single01 .pagination .txt-a.next {
  width: 10.2604166667vw;
  justify-content: flex-start;
}
section#single01 .pagination .txt-a.prev {
  justify-content: flex-end;
}
section#single01 .pagination .txt-a.prev .icon {
  right: initial;
  left: 1.0416666667vw;
}
section#single01 .pagination .txt-a.prev .icon svg {
  transform: rotate(180deg);
}
section#single01 .pagination .txt-a:hover {
  background: #544C42;
  color: #ffffff;
}
section#single01 .pagination .txt-a:hover .icon {
  border-color: #ffffff;
}
section#single01 .pagination .page-link {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #544C42;
  background: #544C42;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 10.2604166667vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0;
  gap: 0.8vw;
  transition: 1s;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
section#single01 .pagination .page-link .icon {
  width: 2.3958333333vw;
  height: 2.3958333333vw;
  border-radius: 2.3958333333vw;
  background: #544C42;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#single01 .pagination .page-link .icon svg {
  display: flex;
  width: 0.78125vw;
  height: 0.78125vw;
}
section#single01 .pagination .page-link .icon svg path {
  transition: 1s;
  fill: #ffffff;
}
section#single01 .pagination .page-link.prev {
  justify-content: flex-end;
}
section#single01 .pagination .page-link.prev .icon {
  left: 1.0416666667vw;
  right: initial;
}
section#single01 .pagination .page-link.prev .icon svg {
  transform: rotate(180deg);
}
section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
  background: #544C42;
  border-color: #544C42;
}
section#single01 .wpcf7-response-output {
  color: #000000;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
  section#single01 .box {
    width: 98%;
    margin: 0 auto;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  section#single01 .textarea {
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .textarea p img {
    width: initial;
    height: initial;
  }
  section#single01 .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    padding-top: 50px;
  }
  section#single01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 60px;
    padding: 0 20px;
  }
  section#single01 .pagination .txt-a .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 20px;
  }
  section#single01 .pagination .txt-a .icon svg {
    width: 12px;
    height: 12px;
  }
  section#single01 .pagination .txt-a.prev, section#single01 .pagination .txt-a.next {
    width: 48%;
    max-width: 120px;
    justify-content: flex-start;
  }
  section#single01 .pagination .txt-a.prev {
    order: 1;
    justify-content: flex-end;
  }
  section#single01 .pagination .txt-a.prev .icon {
    right: initial;
    left: 20px;
  }
  section#single01 .pagination .txt-a.next {
    order: 2;
  }
  section#single01 .pagination .page-link {
    width: 48%;
    height: 50px;
    max-width: 120px;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
  section#single01 .pagination .page-link .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 20px;
  }
  section#single01 .pagination .page-link .icon svg {
    width: 12px;
    height: 12px;
  }
  section#single01 .pagination .page-link.prev {
    order: 1;
    justify-content: flex-end;
  }
  section#single01 .pagination .page-link.prev .icon {
    right: initial;
    left: 20px;
  }
  section#single01 .pagination .page-link.next {
    order: 2;
  }
}
/*# sourceMappingURL=single.css.map */