.club-visual-img {
  width: 100%;
}

.club-title {
  color: #181878;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 1px solid #BFBFBF;
}

.club-block {
  margin-bottom: 40px;
}

.club-block-title {
  color: #181878;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  border-left: solid 3px #181878;
  padding-left: 10px;
  margin-bottom: 25px;
}

.club-post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.club-post-item {
  flex: 0 0 calc(50% - 6px);
  background: #F5F5F5;
  display: block;
  padding: 10px 10px 15px 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.club-post-img {
  width: 100%;
  margin-bottom: 15px;
}

.club-post-data {
  position: relative;
  padding-right: 22px;
}
.club-post-data::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: solid 3px #181878;
  border-right: solid 3px #181878;
  transform: rotate(45deg);
  margin: auto;
}

.club-post-date {
  color: #333;
  font-size: 12px;
  line-height: 1.6;
}

.club-post-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.club-btn-area {
  display: flex;
  justify-content: center;
}

.club-btn-item {
  background: #181878;
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  padding: 15px 20px 15px 40px;
  text-decoration: none;
}
.club-btn-item.is-large {
  padding: 25px 40px 25px 60px;
}
.club-btn-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  margin-left: 15px;
}

.club-intro-img-item {
  width: 100%;
  margin-bottom: 25px;
}

.club-overview-content p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.club-overview-content table {
  width: 100%;
  margin-bottom: 25px;
}
.club-overview-content table td {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.club-overview-content img {
  max-width: 100%;
}
.club-overview-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.club-overview-content img.alignright {
  display: block;
  margin-left: auto;
}
.club-overview-content ul, .club-overview-content ol {
  margin-left: 20px;
}
.club-overview-content ul li, .club-overview-content ol li {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.club-message-content {
  background: #EDEDF4;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.club-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gallery-item {
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 10px;
  position: relative;
  flex: 0 0 calc(33% - 28px);
  cursor: pointer;
}
.gallery-item:nth-child(n+7) {
  display: none;
}
.is-show .gallery-item:nth-child(n+7) {
  display: block;
}
.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #181878;
  width: 31px;
  height: 31px;
}
.gallery-btn::before, .gallery-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 15px;
  height: 1px;
  margin: auto;
}
.gallery-btn::before {
  transform: rotate(90deg);
}

.club-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 30px 0;
  box-sizing: border-box;
  overflow: auto;
}

.club-gallery-modal-slide {
  position: relative;
}
.club-gallery-modal-slide .swiper-button-prev {
  width: 38px;
  height: 44px;
  background-color: #181878;
  left: -15px;
  top: 48%;
}
.club-gallery-modal-slide .swiper-button-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-135deg);
  margin: auto;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
}
.club-gallery-modal-slide .swiper-button-prev::after {
  content: none;
}
.club-gallery-modal-slide .swiper-button-next {
  width: 38px;
  height: 44px;
  background-color: #181878;
  right: -15px;
  top: 48%;
}
.club-gallery-modal-slide .swiper-button-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}
.club-gallery-modal-slide .swiper-button-next::after {
  content: none;
}

.club-gallery-modal-content {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  padding: 15px 15px 30px;
  overflow: hidden;
  margin: auto;
}

.club-gallery-modal-item img {
  width: 100%;
  height: auto;
}

.club-gallery-modal-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.club-gallery-modal-close-wrapper {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 10px;
  text-align: right;
}

.club-gallery-modal-close {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.club-gallery-modal-close::before, .club-gallery-modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.club-gallery-modal-close::before {
  transform: rotate(45deg);
}
.club-gallery-modal-close::after {
  transform: rotate(-45deg);
}

.club-gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.club-gallery-more-text {
  color: #29A3DA;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  padding-right: 24px;
  display: inline-block;
  justify-content: center;
  cursor: pointer;
}
.club-gallery-more-text::before, .club-gallery-more-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #29A3DA;
}
.club-gallery-more-text::after {
  transform: rotate(90deg);
}

.club-top {
  border-top: 1px solid #BFBFBF;
  text-align: center;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.club-top-link {
  color: #29A3DA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.club-top-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #29A3DA;
  border-right: solid 3px #29A3DA;
  transform: rotate(-135deg);
  margin-right: 5px;
}

.club-contact {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.club-header {
  height: 160px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.club-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(14, 14, 70, 0.7) 0%, rgba(14, 14, 70, 0.7) 100%);
}

.club-header-inner {
  display: flex;
  align-items: center;
  padding-left: 145px;
  height: 100%;
  position: relative;
}

.club-header-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.content-blog {
  max-width: 640px;
  margin: 0 auto;
}
.content-blog img.aligncenter {
  display: block;
  margin: 0 auto;
}
.content-blog img.alignright {
  display: block;
  margin-left: auto;
}

.pagetop {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: block;
  width: 65px;
  z-index: 100;
}
.pagetop img {
  width: 100%;
}

/*# sourceMappingURL=club-style.css.map */
