@charset "UTF-8";
.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

/*==================================================================================================

==================================================================================================*/
.sub-main {
  background-image: url(../img/common/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 93.7042459736%;
  height: 12.1875em;
  position: relative;
  border-radius: 1.25em;
}
@media screen and (max-width: 640px) {
  .sub-main {
    width: 89.3333333333%;
  }
}
.sub-main__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: 0;
  left: -0.75em;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sub-main__ttl {
    bottom: 50%;
  }
}
.sub-main__ttl .main {
  background: #cd3b3b;
  color: #FFF;
  font-size: 2.875em;
  display: inline-block;
  padding: 0em 0.5em;
}
@media screen and (max-width: 640px) {
  .sub-main__ttl .main {
    font-size: 2em;
  }
}
.sub-main__ttl .sub {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 1.25em;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 640px) {
  .sub-main__ttl .sub {
    font-size: 1em;
  }
}

.bread-list {
  margin: 1em auto 0;
  width: 93.7042459736%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875em;
}
@media screen and (max-width: 640px) {
  .bread-list {
    width: 89.3333333333%;
  }
}
.bread-list li + li:before {
  content: ">";
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.bread-list li a {
  color: #cd3b3b;
  text-decoration: underline;
}
.bread-list li a:hover {
  text-decoration: none;
}

.sec {
  padding: 5em 20px;
}
@media screen and (max-width: 640px) {
  .sec {
    padding: 3em 20px;
  }
}
.sec.-ivo {
  background-color: #f0e8d9;
}
.sec__ttl {
  text-align: center;
  margin-bottom: 2em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec__ttl:not(:first-child) {
  margin-top: 3em;
}
.sec__ttl .main {
  font-size: 2.25em;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec__ttl .main {
    font-size: 2.1666666667em;
  }
}
.sec__ttl .sub {
  font-size: 1em;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec__ttl .sub {
    font-size: 1.1666666667em;
  }
}
.sec__ttl .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em 1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .sec__ttl .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.sec__ttl .data .catelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
.sec__ttl .data .cate {
  font-size: 0.8333333333em;
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0.25em 0.8em;
  letter-spacing: 0;
  background: #cd3b3b;
  color: #FFF;
}
.sec__ttl .data .cate.-name {
  background: none;
  border: 1px solid #cd3b3b;
  color: #cd3b3b;
}
.sec__ttl .red {
  color: #cd3b3b;
}
.sec__ttl .en {
  font-weight: 900;
}
.sec__txt {
  font-size: 1.125em;
  line-height: 2.2222222222;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .sec__txt {
    font-size: 1.3333333333em;
    line-height: 1.875;
    text-align: left;
  }
  .sec__txt br {
    display: none;
  }
}
.sec.-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2vw;
}
@media screen and (max-width: 640px) {
  .sec.-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec.-archive > * {
    max-width: none !important;
  }
}
.sec.-archive article {
  width: 100%;
  max-width: 770px;
}
.sec.-archive .news-list li {
  gap: 0.4em;
}
.sec.-archive .news-list li > * {
  margin: 0;
}
.sec.-archive .news-list li time {
  font-size: 0.8333333333em;
}
.sec.-archive .news-list li a {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}
.sec.-archive aside {
  background: #f0e8d9;
  padding: 20px;
  width: 100%;
  max-width: 260px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .sec.-archive aside {
    margin-top: 3em;
  }
}
.sec.-archive aside h3 {
  font-size: 1.1111111111em;
  color: #cd3b3b;
  font-weight: 600;
}
.sec.-archive aside h3:not(:first-of-type) {
  margin-top: 1em;
}
.sec.-archive aside a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.35em 0;
}
.sec.-archive aside a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #cd3b3b;
  border-right: 2px solid #cd3b3b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
}

.news-list {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.125em;
}
@media screen and (max-width: 640px) {
  .news-list {
    font-size: 1.3333333333em;
  }
}
.news-list.-info li {
  background: #FFF;
  border-radius: 0.5555555556em;
  border: none;
}
@media screen and (max-width: 768px) {
  .news-list.-info li {
    padding-left: 1.1111111111em;
  }
}
.news-list.-info li + li {
  margin-top: 0.5em;
}
.news-list.-info li:first-child {
  border-top: none;
}
.news-list li {
  border-bottom: 1px solid #CCC;
  padding: 1.1111111111em 2.7777777778em 1.1111111111em 1.1111111111em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-list li {
    padding-right: 2.5em;
    padding-left: 0;
  }
}
.news-list li:after {
  content: "★";
  color: #cd3b3b;
  position: absolute;
  top: 50%;
  right: 1.6666666667em;
  border-radius: 50em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .news-list li:after {
    right: 0.8333333333em;
  }
}
.news-list li:hover:after {
  -webkit-transform: translate(0, -50%) scale(1.5);
          transform: translate(0, -50%) scale(1.5);
}
.news-list li:first-child {
  border-top: 1px solid #CCC;
}
.news-list li .catelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  margin-right: 1em;
}
.news-list li .cate {
  font-size: 0.7222222222em;
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0.25em 0.8em;
  letter-spacing: 0;
  background: #cd3b3b;
  color: #FFF;
}
.news-list li .cate.-name {
  background: none;
  border: 1px solid #cd3b3b;
  color: #cd3b3b;
}
.news-list li time {
  display: block;
  margin-right: 0.4em;
  font-weight: 500;
}
.news-list li a {
  font-weight: 500;
}
.news-list li a:hover {
  color: #cd3b3b;
}
@media screen and (min-width: 769px) {
  .news-list li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 768px) {
  .news-list li a {
    width: 100%;
    margin-top: 0.5em;
  }
}

.no-news {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  border: 1px dotted #e3e3e3;
}

.news-more {
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .news-more {
    font-size: 1.5em;
  }
}
.news-more a {
  display: inline-block;
  color: #cd3b3b;
}
@media screen and (max-width: 640px) {
  .news-more a {
    border-radius: 50em;
    background: #f5f5f5;
    width: 90%;
    padding: 1em 0;
  }
}
.news-more a:before {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_bar.svg) no-repeat;
  background-size: 100% auto;
  width: 0.9em;
  height: 0.73em;
  margin-right: 0.5em;
}
@media screen and (max-width: 640px) {
  .news-more a:before {
    width: 0.8888888889em;
    height: 0.7222222222em;
  }
}
.news-more.--wt a {
  color: #FFF;
  border-color: #FFF;
}
.news-more.--wt img {
  width: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  vertical-align: middle;
}

.info-area {
  background: #FFF;
  border-radius: 1.25em;
  padding: 2em 20px;
  max-width: 960px;
  margin: 2em auto;
}
.info-area__dl {
  font-size: 1.125em;
  padding: 1em 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .info-area__dl {
    font-size: 1.3333333333em;
    padding: 1em 0em;
  }
}
.info-area__dl:first-child {
  border-top: none;
}
.info-area__dl dt {
  width: 8.8888888889em;
}
@media screen and (max-width: 640px) {
  .info-area__dl dt {
    width: 6.6666666667em;
  }
}
.info-area__dl dt:before {
  content: "";
  width: 0.8888888889em;
  height: 0.8888888889em;
  border-radius: 50em;
  border: 0.1666666667em solid #cd3b3b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-area__dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-area__note {
  text-align: right;
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.9375em;
}
@media screen and (max-width: 640px) {
  .info-area__note {
    font-size: 1.1666666667em;
  }
}

.club-list {
  max-width: 960px;
  margin: 0 auto;
}
.club-list__li {
  font-size: 1.125em;
}
@media screen and (min-width: 641px) {
  .club-list__li {
    padding: 1.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .club-list__li + li {
    border-top: 1px solid #CCC;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li {
    font-size: 1.3333333333em;
  }
  .club-list__li + li {
    margin-top: 1em;
  }
}
.club-list__li__ttl {
  background: #cd3b3b;
  color: #FFF;
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .club-list__li__ttl {
    text-align: center;
    border-radius: 0 50em 50em 0;
    width: 7.7777777778em;
    line-height: 2.4444444444em;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ttl {
    padding: 1em;
    position: relative;
  }
  .club-list__li__ttl:after {
    content: "";
    background: url(../img/common/arrow_d_wt.svg) no-repeat;
    background-size: 100% auto;
    width: 0.9375em;
    height: 0.9375em;
    position: absolute;
    right: 0.8333333333em;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0);
            transform: translate(0, -50%) rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .club-list__li__ttl.active:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 641px) {
  .club-list__li__ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5em;
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ul {
    display: none;
  }
}
.club-list__li__ul li {
  padding-left: 0.75em;
  position: relative;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .club-list__li__ul li {
    display: inline;
    margin-right: 1em;
  }
}
@media screen and (max-width: 640px) {
  .club-list__li__ul li {
    padding-left: 0.9em;
  }
  .club-list__li__ul li + li {
    border-top: 1px solid #CCC;
  }
  .club-list__li__ul li a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.club-list__li__ul li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #cd3b3b;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (max-width: 640px) {
  .club-list__li__ul li:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0.4166666667em;
    height: 0.4166666667em;
  }
}

.pdf-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.4em 2em;
  max-width: 960px;
  margin: 3em auto 0;
}
.pdf-list__li {
  width: calc(50% - 1em);
}
.pdf-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  padding: 1em;
  border: 1px solid #ccc;
  color: #cd3b3b;
  text-decoration: none;
  border-radius: 5px;
}
.pdf-list a:hover {
  background: #f5f5f5;
  border-color: #cd3b3b;
}
.pdf-list a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #cd3b3b;
  border-right: 2px solid #cd3b3b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3em;
}

.free-area {
  background: #ddd5c5;
  border-radius: 1.25em;
  padding: 2em 20px;
  max-width: 960px;
  margin: 2em auto;
  font-family: "Zen Maru Gothic", sans-serif;
  height: 20vh;
}

.single-area,
.page-area {
  max-width: 1000px;
  margin: 0 auto 5em;
}
.single-area__date,
.page-area__date {
  text-align: right;
  margin-bottom: 3em !important;
}
.single-area > *,
.page-area > * {
  font-family: "Noto Sans JP", sans-serif;
}
.single-area > *:not(:last-child),
.page-area > *:not(:last-child) {
  margin-bottom: 1em;
}
.single-area a,
.page-area a {
  color: #ff9c00;
  text-decoration: underline;
}
.single-area a:hover,
.page-area a:hover {
  text-decoration: none;
}
.single-area ul,
.page-area ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.single-area ol,
.page-area ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.single-area li + li,
.page-area li + li {
  margin-top: 0.5em;
}
.single-area h2, .single-area h3, .single-area h4, .single-area h5, .single-area h6,
.page-area h2,
.page-area h3,
.page-area h4,
.page-area h5,
.page-area h6 {
  font-weight: bold;
  margin-bottom: 1.5em !important;
}
.single-area h2:not(:first-child), .single-area h3:not(:first-child), .single-area h4:not(:first-child), .single-area h5:not(:first-child), .single-area h6:not(:first-child),
.page-area h2:not(:first-child),
.page-area h3:not(:first-child),
.page-area h4:not(:first-child),
.page-area h5:not(:first-child),
.page-area h6:not(:first-child) {
  margin-top: 3em;
}
.single-area h2,
.page-area h2 {
  font-size: 1.5em;
  background: #f2f2f2;
  border-left: 0.25em solid #ff9c00;
  padding: 0.75em 0.5em;
}
.single-area h3,
.page-area h3 {
  font-size: 1.25em;
  background: #ff9c00;
  color: #FFF;
  padding: 0.5em 0.75em;
}
.single-area h4,
.page-area h4 {
  font-size: 1.25em;
  border-bottom: 2px solid #ff9c00;
  padding: 0.5em 0;
}
.single-area h5,
.page-area h5 {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0.75em 0.5em;
}
.single-area h6,
.page-area h6 {
  font-size: 1em;
}

.page-area > *:not(:last-child) {
  margin-bottom: 1em;
}
.page-area h2, .page-area h3, .page-area h4, .page-area h5, .page-area h6 {
  margin-bottom: 1em !important;
}
.page-area h2:not(:first-child), .page-area h3:not(:first-child), .page-area h4:not(:first-child), .page-area h5:not(:first-child), .page-area h6:not(:first-child) {
  margin-top: 2em;
}

.wp-editor {
  max-width: 960px;
  margin: 3em auto 0;
  font-size: 1.125em;
  font-weight: 400;
}
.wp-editor > *:not(:first-child) {
  margin-top: 2em;
}
.wp-editor a:not(.wp-block-button__link) {
  text-decoration: underline;
  color: #cd3b3b;
}
.wp-editor a:not(.wp-block-button__link):hover {
  text-decoration: none;
}
.wp-editor p {
  line-height: 2;
}
.wp-editor p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F0C4C4));
  background: -webkit-linear-gradient(transparent 70%, #F0C4C4 30%);
  background: linear-gradient(transparent 70%, #F0C4C4 30%);
}
.wp-editor h2 {
  border-left: 3px solid #cd3b3b;
  padding-left: 0.8em;
  font-size: 1.2777777778em;
}
.wp-editor h3 {
  border-left: 2px solid #cd3b3b;
  padding: 0.5em 0.5em 0.5em 0.8em;
  background: #f5f5f5;
}
.wp-editor h4 {
  color: #cd3b3b;
}
.wp-editor .wp-block-table thead {
  border: 0px;
}
.wp-editor .wp-block-table th, .wp-editor .wp-block-table td {
  border-color: #ccc;
}
.wp-editor .wp-block-table th {
  font-size: 90%;
  background: rgba(0, 0, 0, 0.06);
}
.wp-editor .wp-block-separator {
  border-top: 1px solid;
  margin: 3em 0;
}
.wp-editor .wp-block-list {
  padding-left: 1.35em;
}
.wp-editor .wp-block-list > li:not(:first-child) {
  margin-top: 0.35em;
}
.wp-editor ul.wp-block-list {
  list-style: disc;
}
.wp-editor ol.wp-block-list {
  list-style: decimal;
}
.wp-editor .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cd3b3b;
}
.wp-editor .wp-block-button__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 2em;
}
.wp-editor .wp-block-button__link:hover {
  opacity: 0.65;
}
.wp-editor > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 600/450;
}
.wp-editor .wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4em;
}
.wp-pagenavi > * {
  display: block;
  border: 1px solid #e3e3e3;
  aspect-ratio: 1/1;
  padding: 0.6em;
  width: 3em;
  text-align: center;
}
.wp-pagenavi > *.current, .wp-pagenavi > *:hover {
  border-color: #cd3b3b;
  background: #cd3b3b;
  color: #fff;
}