@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
.description-contents .table-data tr th {
  width: 30%;
  font-weight: 500;
}
.description-content-slider {
  position: relative;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .description-content-slider {
    margin-bottom: 3em;
  }
}
.description-content-slider .swiper-operation {
  position: relative;
  right: auto;
  bottom: auto;
  top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  .description-content-slider .swiper-operation {
    bottom: 1em;
    right: 0;
  }
}
.description-content-slider .swiper-operation .swiper-pagination {
  position: relative;
  width: auto;
  text-align: center;
  bottom: 0;
}
.description-content-slider .swiper-operation .stopbtn-block {
  position: relative;
  width: 4rem;
  top: 2px;
  left: -5px;
}
.description-content-slider .swiper-operation .stopbtn-block p .stopbtn02 {
  overflow: hidden;
  bottom: auto;
  transform: translateY(-50%);
}
.description-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .description-bnr-list {
    margin-top: 1em;
    display: block;
  }
}
.description-bnr-list li {
  width: 48.5%;
}
@media only screen and (max-width: 768px) {
  .description-bnr-list li {
    width: 100%;
    margin-bottom: 1em;
  }
}
.description-bnr-list li a p {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.8em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
}
@media only screen and (max-width: 768px) {
  .description-bnr-list li a p {
    font-size: 1.2rem;
    margin-top: 0.4em;
  }
}
.description-bnr-list li a p:after {
  content: "";
  background: url(../img/common/ico_arrow_square_b.svg) no-repeat center center/contain;
  width: 0.6em;
  height: 1.12em;
  display: inline-block;
}
@media only screen and (max-width: 1100px) {
  .description-bnr-list li a p:after {
    right: 1em;
  }
}
.description-club-blk {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .description-club-blk {
    display: block;
  }
}
.description-club-blk .description-club-slider {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .description-club-blk .description-club-slider {
    width: 100%;
  }
}
.description-club-txt {
  flex: 1;
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .description-club-txt {
    padding-left: 0;
    margin-top: 2em;
  }
}
.description-club-txt p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .description-club-txt .btn-block {
    text-align: center;
  }
}
.description-club-txt .btn-block p {
  margin-inline: 0;
}
.description-club-slider {
  position: relative;
  padding-bottom: 0em;
}
.description-club-slider .swiper-slide {
  aspect-ratio: 4/3;
}
.description-club-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description-club-slider .swiper-operation {
  position: relative;
  right: auto;
  bottom: auto;
  top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  .description-club-slider .swiper-operation {
    bottom: 1.5em;
    right: 0;
  }
}
.description-club-slider .swiper-operation .swiper-pagination {
  position: relative;
  width: auto;
  text-align: center;
  bottom: 0;
}
.description-club-slider .swiper-operation .stopbtn-block {
  position: relative;
  width: 4rem;
  top: 2px;
  left: -5px;
}
.description-club-slider .swiper-operation .stopbtn-block p .stopbtn02 {
  overflow: hidden;
  bottom: auto;
  transform: translateY(-50%);
}