@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
h1, h2, h3, h4, h5, h6 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
h1::before, h1::after, h2::before, h2::after, h3::before, h3::after, h4::before, h4::after, h5::before, h5::after, h6::before, h6::after {
  border: none;
}

body :is(.is-layout-flow, .is-layout-constrained) > :is(h1, h2, h3, h4, h5, h6) {
  margin-block-end: 0;
}

table, tr, td {
  border: none !important;
}

body .is-layout-flex {
  gap: 0;
}

.veu_adminEdit {
  display: none !important;
}

figure {
  margin-bottom: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .flex {
    flex-wrap: nowrap;
  }
}
.flex.nowrap {
  flex-wrap: nowrap;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block;
  }
  .pc-only.flex {
    display: flex;
  }
  .pc-only.inline {
    display: inline;
  }
}

.sp-only {
  display: block;
}
.sp-only.flex {
  display: flex;
}
.sp-only.inline {
  display: inline;
}
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 720px;
  }
}
@media screen and (min-width: 960px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1540px;
  }
}

span {
  display: inline-block;
}

.clear {
  clear: both;
}

.site-body {
  padding: 0;
}

.main-section {
  margin-bottom: 0;
}

.wp-block-image.alignleft {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.site-footer {
  border-top: none;
}

.border-pink {
  border: 1px solid #EB9567;
}

.font-pink {
  color: #EB9567;
}

@media screen and (max-width: 599px) {
  .sp-nobr br {
    display: none;
  }
}
/* ------------- change-screen ------------- */
body {
  animation: constant 1s ease 0s 1 normal;
  -webkit-animation: constant 1s ease 0s 1 normal;
}

@keyframes constant {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
fade-animation
===================================*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeUpTrigger {
  opacity: 0;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 2px;
}

.site-header--layout--nav-float .site-header-container {
  flex-direction: column;
  max-width: 100%;
  padding: 0;
}
.site-header--layout--nav-float .site-header-container .site-header-logo {
  text-align: center;
}
.site-header--layout--nav-float .site-header-container .site-header-logo img {
  max-height: 45px;
}
@media screen and (max-width: 599px) {
  .site-header--layout--nav-float .site-header-container .site-header-logo img {
    padding: 0 4rem;
  }
}
.site-header--layout--nav-float .site-header-container .global-nav--layout--float-right {
  justify-content: center;
  margin-right: auto;
  background-color: #dee6cc;
  border-top: 1px solid #373933;
  width: 100%;
  padding: 0 0 7px;
}
.site-header--layout--nav-float .site-header-container .global-nav--layout--float-right .global-nav-list {
  margin: auto;
}

.ltg-slide-text-set .mini-content-container-1 {
  width: 50%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 599px) {
  .ltg-slide-text-set .mini-content-container-1 {
    width: 80%;
    padding: 1rem;
  }
}
@media screen and (max-width: 380px) {
  .ltg-slide-text-set .mini-content-container-1 {
    width: 85%;
  }
}

.ltg-slide-text-title {
  text-align: center !important;
  padding: 1rem;
  background-color: white;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝";
  font-size: 26px;
  font-weight: bold;
  border: 1px solid black;
}
@media screen and (min-width: 1400px) {
  .ltg-slide-text-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .ltg-slide-text-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .ltg-slide-text-title {
    font-size: 16px;
  }
}
.ltg-slide-text-title p {
  font-size: 19px;
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .ltg-slide-text-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .ltg-slide-text-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .ltg-slide-text-title p {
    font-size: 14px;
  }
}
.ltg-slide-text-title span {
  background: linear-gradient(transparent 60%, #ffc0cb 60%);
  line-height: 80%;
}

.vk_posts.next-prev {
  display: none;
}

.w3eden {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .wp-block-table td {
    display: block;
  }
}
h2.main-title {
  padding: 1rem;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 599px) {
  h2.main-title {
    font-size: 18px;
  }
}

h2.sub-title {
  padding: 1rem;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  h2.sub-title {
    font-size: 18px;
  }
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.top-greetings-container {
  background-color: #dee6cc;
  padding: 4rem 0;
}
@media screen and (max-width: 599px) {
  .top-greetings-container {
    padding: 2rem 0;
  }
}
.top-greetings-container .wp-block-group {
  background-color: white;
  border: 2px solid black;
}
.top-greetings-container .wp-block-group p {
  padding: 0;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 599px) {
  .top-greetings-container .wp-block-group p {
    padding: 0.5rem;
    text-align: left;
  }
  .top-greetings-container .wp-block-group p br {
    display: none;
  }
}
.top-greetings-container .wp-block-group .top-greetings-left img {
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 599px) {
  .top-greetings-container .wp-block-group .top-greetings-left img {
    padding: 1rem;
  }
}
.top-greetings-container .wp-block-group .top-greetings-right img {
  padding: 1rem 3rem 0;
}
@media screen and (max-width: 599px) {
  .top-greetings-container .wp-block-group .top-greetings-right img {
    width: 240px !important;
    margin: 0 auto;
  }
}
.top-greetings-container .wp-block-group .top-greetings-right figcaption {
  text-align: left;
  font-size: 1rem;
  padding-left: 3rem;
}
@media screen and (max-width: 599px) {
  .top-greetings-container .wp-block-group .top-greetings-right figcaption {
    text-align: center;
    padding-left: 0;
  }
}

.top-news-container {
  padding: 4rem 0;
}
@media screen and (max-width: 599px) {
  .top-news-container {
    padding: 2rem 0;
  }
}
.top-news-container .wp-block-group {
  border: 2px solid black;
  padding: 0 2rem;
}

.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column-reverse;
}

.top-news-right {
  padding-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .top-news-right {
    padding-top: 1rem;
  }
}
.top-news-right .wp-block-button a {
  color: black;
  background-color: white;
  border: 2px solid black;
  border-radius: 0;
}

.top-contact-container {
  background-color: #F7F6EB;
  padding: 4rem 0 0;
}
@media screen and (max-width: 599px) {
  .top-contact-container {
    padding: 2rem 0;
  }
}
.top-contact-container .top-sns-title-before {
  text-align: center;
}
.top-contact-container h4.top-sns-title {
  font-size: 18px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-contact-container h4.top-sns-title {
    margin: 0 3rem;
  }
}
.top-contact-container h4.top-sns-title:before {
  position: absolute;
  left: -1rem;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-35deg);
}
.top-contact-container h4.top-sns-title:after {
  position: absolute;
  content: "";
  right: -1rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(35deg);
}
.top-contact-container .top-sns-text {
  width: 60%;
  margin: 2rem auto;
  background-color: white;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-contact-container .top-sns-text {
    width: 100%;
    padding: 1rem 2rem;
  }
}
.top-contact-container .top-sns-banners {
  margin-bottom: 0;
  padding-bottom: 2rem;
  width: 70%;
}
.top-contact-container .top-sns-banners img {
  padding: 1rem;
}

.top-contact-columns {
  gap: 1rem !important;
}

.top-contact-left,
.top-contact-center,
.top-contact-right {
  background-color: white;
  border: 2px solid black;
}
.top-contact-left h4,
.top-contact-center h4,
.top-contact-right h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  font-size: 18px;
  color: white;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  .top-contact-left h4,
  .top-contact-center h4,
  .top-contact-right h4 {
    font-size: 16px;
  }
}
.top-contact-left p,
.top-contact-center p,
.top-contact-right p {
  margin: 2rem;
  padding-top: 1rem;
}

.top-contact-left h4 {
  background: url(/wp-content/uploads/title-back-yellow.jpg);
  color: #333;
}

.top-contact-center h4 {
  background: url(/wp-content/uploads/title-back-blue.jpg);
}

.top-contact-right h4 {
  background: url(/wp-content/uploads/title-back-green.jpg);
}

.top-contact-text {
  min-height: 4rem;
}

.top-contact-privacy {
  margin-bottom: 2rem !important;
}

.top-pdf-form.wp-block-button,
.top-email-form.wp-block-button,
.top-iken-form.wp-block-button {
  border: 1px solid black;
  border-radius: 0;
  width: 300px;
}
.top-pdf-form.wp-block-button a,
.top-email-form.wp-block-button a,
.top-iken-form.wp-block-button a {
  color: black;
  width: 100%;
}

.top-pdf-form.wp-block-button .wp-block-button__link {
  background-color: #fafad2;
}

.top-email-form.wp-block-button .wp-block-button__link {
  background-color: #CCE0EA;
}

.top-iken-form.wp-block-button .wp-block-button__link {
  background-color: #DEE6CC;
}

.site-body-bottom,
.site-footer {
  background-color: #DEE6CC;
}
.site-body-bottom .widget,
.site-footer .widget {
  margin-bottom: 0 !important;
}

.footer-sns-box {
  width: 300px;
  margin: auto;
  flex-wrap: nowrap !important;
}
.footer-sns-box img {
  max-width: 50px;
}
.footer-sns-box .wp-block-column {
  justify-content: center;
  display: flex;
}

.page-header {
  background: url(/wp-content/uploads/sub-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18rem;
}
@media screen and (max-width: 599px) {
  .page-header {
    height: 12rem;
    background-position: center center;
  }
}
.page-header .page-header-title {
  display: none;
}

#breadcrumb {
  display: none;
}

.sub-container {
  padding: 4rem 0;
}
@media screen and (max-width: 599px) {
  .sub-container {
    padding: 2rem 0;
  }
}
.sub-container.background {
  background-color: #dee6cc;
}
.sub-container.background .sub-background-text {
  border: none;
  margin: 3rem;
}
@media screen and (max-width: 599px) {
  .sub-container.background .sub-background-text {
    margin: 1rem;
  }
}
.sub-container .wp-block-group {
  border: 2px solid black;
  padding: 0 2rem 2rem;
  background-color: white;
}
@media screen and (max-width: 599px) {
  .sub-container .wp-block-group {
    padding: 1rem 1rem 2rem;
  }
}
.sub-container .sub-background-box {
  box-shadow: 10px 10px 0 #99CC78;
  padding: 2rem 3rem 4rem;
}
@media screen and (max-width: 599px) {
  .sub-container .sub-background-box {
    padding: 2rem 1rem;
  }
}

.sub-progress-table {
  background-color: #F7F6EB !important;
  padding: 4rem 0 2rem !important;
}
.sub-progress-table h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 3rem 2rem !important;
  padding-left: 10px;
  border-left: 1rem solid #99CC78;
}
@media screen and (max-width: 599px) {
  .sub-progress-table h3 {
    font-size: 18px;
    margin: 0 1rem 2rem !important;
  }
}
.sub-progress-table a {
  text-decoration: underline;
}
.sub-progress-table table {
  border-top: 1px solid black !important;
}
.sub-progress-table table tr {
  border-bottom: 1px solid black !important;
}
.sub-progress-table table tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .sub-progress-table table tr td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.sub-progress-table table tr td:nth-child(1) {
  padding-left: 3rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .sub-progress-table table tr td:nth-child(1) {
    padding-left: 1rem;
    display: inline-block;
  }
}
.sub-progress-table table tr td:nth-child(2) {
  text-wrap: nowrap;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .sub-progress-table table tr td:nth-child(2) {
    display: inline-block;
  }
}
.sub-progress-table table tr td:nth-child(3) {
  padding-left: 2rem;
}
@media screen and (max-width: 599px) {
  .sub-progress-table table tr td:nth-child(3) {
    padding-left: 1rem;
  }
}
.sub-progress-table table tr td:nth-child(3) strong {
  color: #CC0033;
}

.sub-container.dues {
  background-color: #dee6cc;
  border-bottom: 2px solid black;
}

.sub-dues-request {
  margin: 3rem 0 0 !important;
  background: url(/wp-content/uploads/sub-dues-dot.png), url(/wp-content/uploads/sub-dues-dot.png), url(/wp-content/uploads/sub-dues-dot.png), url(/wp-content/uploads/sub-dues-dot.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
}
@media screen and (max-width: 599px) {
  .sub-dues-request {
    background-size: 18px;
  }
}
.sub-dues-request h2 {
  padding: 2rem 0;
}
.sub-dues-request p {
  padding: 0 2rem;
}
@media screen and (max-width: 599px) {
  .sub-dues-request p {
    padding: 0 1rem;
  }
}

.sub-dues-fee {
  border: 2px solid #CC0033 !important;
  background-color: #F7F6EB !important;
  padding: 1rem 1rem 2rem !important;
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 599px) {
  .sub-dues-fee {
    padding: 1rem 0 2rem !important;
  }
}
.sub-dues-fee h2 {
  color: #CC0033;
}
.sub-dues-fee strong {
  color: #CC0033;
}

.sub-dues-text {
  padding: 0 3rem 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .sub-dues-text {
    padding: 0 1rem 1rem;
  }
}

.sub-container .wp-block-group.sub-dues-request {
  padding: 1rem 2rem;
}

.sub-container .wp-block-group.dues-box {
  padding: 1em;
}

.dues-box ul {
  list-style: none;
}

.dues-box ul li {
  position: relative;
}

.dues-box ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-left: 2px solid red;
  border-bottom: 2px solid red;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.35rem;
  left: -1.5rem;
}

.sub-list-title {
  margin-top: 3rem !important;
  margin-bottom: 1rem !important;
  border-left: 1rem solid #99CC78;
  border-bottom: 2px solid #99CC78;
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
}

.sub-container.documents {
  background-color: #F7F6EB;
  border-bottom: 2px solid black;
}
.sub-container.documents li {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.sub-container.organization {
  background-color: #F7F6EB;
  border-bottom: 2px solid black;
}

.sub-organization-text {
  border: none !important;
  padding: 3rem !important;
}
@media screen and (max-width: 599px) {
  .sub-organization-text {
    padding: 2rem 1rem !important;
  }
}
.sub-organization-text strong {
  background: linear-gradient(transparent 60%, #ffc0cb 60%);
  line-height: 80%;
}

.sub-container.constitution {
  background-color: #dee6cc;
  border-bottom: 2px solid black;
}

.sub-constitution-text {
  padding: 2rem !important;
  border: none !important;
}
@media screen and (max-width: 599px) {
  .sub-constitution-text {
    padding: 2rem 1rem !important;
  }
}

.vk_post .vk_post_title {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .vk_post .vk_post_title {
    font-size: 18px;
  }
}

.vk_post.media {
  border-bottom: 2px solid black;
}

.vk_posts .vk_post.media:last-child {
  border-bottom: none;
}

.vk_post_btn {
  border-radius: 0;
  background-color: white;
  color: black;
  border: 2px solid black;
}
.vk_post_btn:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.post-list,
article.post {
  max-width: calc(var(--vk-width-container) - var(--vk-width-container-padding) * 2);
  margin-left: auto;
  margin-right: auto;
  border: 2px solid black;
  background-color: #F7F6EB;
}

article.post {
  margin-top: 1.5rem;
  padding: 1rem;
}
article.post .entry-body {
  padding: 1rem;
  background-color: white;
  border: 2px solid black;
}

.entry-header .entry-title {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 599px) {
  .entry-header .entry-title {
    font-size: 20px;
  }
}

.entry-meta i, .entry-meta .entry-meta-item-updated, .entry-meta .entry-meta-item-author {
  display: none;
}

.entry-footer {
  display: none;
}

/* 2025/02/17 会則メンテナンス用 */
.display-none {
  display: none;
}

.sub-container.constitution {
  border-bottom: none;
}

.sub-container.constitution.pt-0 {
  padding-top: 0;
}

.sub-container.organization {
  padding: 0;
}

.text-highlight {
  background: linear-gradient(transparent 70%, #ffc0cb 50%);
  line-height: 120%;
  display: inline-block;
}