@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
handball-area
------------------------------------------------- */
.handball-area {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
.handball-area .handball-sidebar {
  width: 250px;
  flex-shrink: 0;
}
.handball-area .handball-sidebar a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.handball-area .handball-sidebar a:hover {
  opacity: 0.6;
}
.handball-area .handball-sidebar h4 {
  color: #759d20;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.handball-area .handball-sidebar .list {
  background-color: #f1f5e8;
}
.handball-area .handball-sidebar .newpost {
  margin-bottom: 60px;
}
.handball-area .handball-sidebar .newpost .list {
  padding: 15px 10px;
}
.handball-area .handball-sidebar .newpost .block + .block {
  margin-top: 15px;
}
.handball-area .handball-sidebar .newpost .block a {
  color: #555;
  font-weight: bold;
}
.handball-area .handball-sidebar .newpost .block .title {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.handball-area .handball-sidebar .newpost .block time {
  font-size: 14px;
}
.handball-area .handball-sidebar .archives .list {
  padding: 25px 20px;
}
.handball-area .handball-sidebar .archives li {
  font-size: 16px;
}
.handball-area .handball-sidebar .archives li + li {
  margin-top: 5px;
}
.handball-area .handball-sidebar .archives li a {
  font-weight: bold;
  color: #759d20;
}
.handball-area .handball-detail,
.handball-area .handball-newslist {
  flex-grow: 1;
}
.handball-area .handball-newslist a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.handball-area .handball-newslist a:hover {
  opacity: 0.6;
}
.handball-area .handball-newslist .block + .block {
  margin-top: 70px;
}
.handball-area .handball-newslist .block a {
  color: #000;
}
.handball-area .handball-newslist .block .title {
  margin-bottom: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 26px;
  font-weight: 900;
}
.handball-area .handball-newslist .block .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.handball-area .handball-newslist .block .title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #759d20;
}
.handball-area .handball-newslist .block time {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.handball-area .handball-newslist .block .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.handball-area .handball-newslist .block .blockcontents {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.handball-area .handball-newslist .block .image {
  width: 240px;
  flex-shrink: 0;
}
.handball-area .handball-newslist .block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.handball-area .handball-newslist .block .txtbox {
  flex-grow: 1;
}
.handball-area .handball-detail .date {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.handball-area .handball-detail .imgbox {
  margin-bottom: 20px;
}
.handball-area .handball-detail .imgbox img {
  width: 100%;
  height: auto;
}
.handball-area .handball-detail .txtbox, .handball-area .handball-detail .txtset, .handball-area .handball-detail .calloutset .text {
  font-size: 15px;
  line-height: 2;
}
.handball-area .handball-detail .detail-blocks {
  margin-top: 20px;
}
.handball-area .handball-detail .detail-blocks > div {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .handball-area {
    flex-direction: column;
    align-items: center;
    gap: 70px 0;
  }
  .handball-area .handball-detail,
  .handball-area .handball-newslist {
    width: 100%;
  }
  .handball-area .handball-sidebar {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
    width: 100%;
    max-width: 520px;
  }
  .handball-area .handball-sidebar .newpost,
  .handball-area .handball-sidebar .archives {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .handball-area {
    margin-top: 50px;
  }
  .handball-area .handball-sidebar {
    gap: 50px 0;
    max-width: 340px;
  }
  .handball-area .handball-sidebar .newpost,
  .handball-area .handball-sidebar .archives {
    width: 100%;
  }
  .handball-area .handball-newslist a {
    transition: all 0.5s ease-out;
    text-decoration: none;
  }
  .handball-area .handball-newslist a:hover {
    opacity: 0.6;
  }
  .handball-area .handball-newslist .block + .block {
    margin-top: 35px;
  }
  .handball-area .handball-newslist .block a {
    color: #000;
  }
  .handball-area .handball-newslist .block .title {
    margin-bottom: 15px;
    height: 30px;
    gap: 15px;
    font-size: 17px;
  }
  .handball-area .handball-newslist .block .title:before {
    width: 3px;
  }
  .handball-area .handball-newslist .block time {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .handball-area .handball-newslist .block .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .handball-area .handball-newslist .block .image {
    width: 130px;
  }
  .handball-area .handball-detail .date {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .handball-area .handball-detail .txtbox, .handball-area .handball-detail .txtset, .handball-area .handball-detail .calloutset .text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle h2 {
  height: auto;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 145px;
}
@media (max-width: 999px) {
  #pagetitle h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #pagetitle h2 {
    height: auto;
    min-height: 100px;
    font-size: 22px;
  }
}

/* ----------------------------------------------
ページネーション(pagination_wrapper)
------------------------------------------------- */
.pagination {
  margin-top: 70px;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers li {
  padding: 5px;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  font-size: 18px;
}
.pagination .page-numbers li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: solid 1px #759d20;
  background-color: #fff;
  color: #759d20;
  font-weight: bold;
}
.pagination .page-numbers li a:hover {
  opacity: 0.6;
}
.pagination .page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.pagination .page-numbers li span.current {
  font-weight: bold;
  color: #fff;
  background-color: #759d20;
}
@media (max-width: 767px) {
  .pagination .page-numbers li {
    padding: 3px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
ページ送り（一覧ボタンあり）
------------------------------------------------- */
.prev_next {
  margin-top: 70px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.prev_next > div {
  flex-shrink: 0;
  width: 30%;
  height: 50px;
}
.prev_next .archivebtn {
  width: 32%;
}
.prev_next .archivebtn a {
  background-color: #759d20;
  color: #fff;
}
.prev_next a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.prev_next a:hover {
  opacity: 0.6;
}
.prev_next .prev a,
.prev_next .next a {
  background-color: #fff;
  color: #759d20;
  border: solid 1px #759d20;
}
.prev_next .arrow {
  display: none;
}
.prev_next .prev_arrow {
  display: none;
}/*# sourceMappingURL=handball.css.map */