.event-archive {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .event-archive {
    padding-top: 0;
  }
}

.event-archive__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
}
@media (max-width: 767px) {
  .event-archive__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2rem;
  }
}

.event-archive__image {
  background-color: #fff;
  height: auto;
}
.event-archive__image img {
  height: 100%;
}

.event-archive__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event-archive__title {
    font-size: 1.4rem;
  }
}

.event-archive__info {
  margin-top: 1rem;
  gap: 1.2rem;
  display: flex;
  align-items: center;
}

.event-archive__date {
  background-color: #1D2A55;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event-archive__date {
    font-size: 1.3rem;
    padding: 0.1rem 0.8rem;
  }
}

.event-archive__location {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event-archive__location {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.pagination {
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 3rem;
  color: #1D2A55;
  font-weight: bold;
}
.pagination .page-numbers li {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .pagination .page-numbers li {
    font-size: 1.6rem;
  }
}

.event-single__status {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .event-single__status {
    padding-top: 4rem;
  }
}
.event-single__status p {
  width: 11rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D2A55;
  color: #fff;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}

.event-single__title {
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .event-single__title {
    font-size: 2.4rem;
  }
}

.event-single__description {
  text-align: center;
  font-size: 2rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .event-single__description {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.event-single__image-wrapper {
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.event-single__image-wrapper img {
  width: auto;
}

.event-single__content {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 10rem;
}

.about__link {
  width: 50rem;
}
@media (max-width: 767px) {
  .about__link {
    width: 100%;
  }
}

.common__btn span:nth-of-type(1) {
  width: 40rem;
}
@media (max-width: 767px) {
  .common__btn span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}

.event-single__info {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.event-single__info-title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-single__info-title {
    font-size: 1.8rem;
    text-align: left;
  }
}

.event-single__info-list {
  margin-top: 4rem;
}

.event-single__info-item {
  display: flex;
  border-bottom: 1px solid #1D2A55;
}
@media (max-width: 767px) {
  .event-single__info-item {
    flex-direction: column;
  }
}
.event-single__info-item:nth-of-type(1) {
  border-top: 1px solid #1D2A55;
}

.event-single__info-label {
  width: 30%;
  background: #f6f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-right: 1px solid #1D2A55;
}
@media (max-width: 767px) {
  .event-single__info-label {
    width: 100%;
    font-size: 1.4rem;
    border: 1px solid #1D2A55;
  }
}

.event-single__info-value {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 70%;
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .event-single__info-value {
    font-size: 1.4rem;
    width: 100%;
    border-left: 1px solid #1D2A55;
    border-right: 1px solid #1D2A55;
  }
}

.event-single__content-inner {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.event-single__content-inner img {
  width: 100%;
}

.event-single__content-wrapper {
  margin-top: 6rem;
}

.back {
  padding: 5px;
  background-image: url(../img/stripe.gif);
  background-repeat: repeat;
  background-size: auto;
}

.event-single__content-inner {
  padding: 5rem 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.event-single__content-inner img {
  margin-left: auto;
  margin-right: auto;
}

.event-single__concerns {
  margin-top: 6rem;
}

.event-single__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .event-single__lead {
    font-size: 1.6rem;
  }
}

.event-single__sublead {
  font-size: 1.8rem;
  line-height: 1.8;
  border-left: 2px solid #1D2A55;
  border-right: 2px solid #1D2A55;
  border-bottom: 2px solid #1D2A55;
  padding: 3rem;
}
@media (max-width: 767px) {
  .event-single__sublead {
    font-size: 1.6rem;
    padding: 2rem;
  }
}

.event-single__concerns-title {
  font-weight: bold;
  margin-top: 2rem;
  padding: 1rem 0;
  border: 2px solid #1D2A55;
  font-size: 2.2rem;
  text-align: center;
  color: #1D2A55;
}
@media (max-width: 767px) {
  .event-single__concerns-title {
    font-size: 1.8rem;
  }
}

.event-single__note {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 4rem;
}

.event-single__brand-note {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

.event-single__building-feature {
  margin-top: 10rem;
}

.event-single__section-title {
  font-size: 2.4rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1D2A55;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #1D2A55;
}
@media (max-width: 767px) {
  .event-single__section-title {
    font-size: 2rem;
    padding-left: 0;
  }
}

.event-single__building-desc {
  font-size: 1.6rem;
  line-height: 1.8;
}

.event-single__wb-method, .event-single__modelhouse {
  margin-top: 8rem;
}

.event-single__modelhouse-subtitle {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 5rem;
}

.event-single__modelhouse-feature {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}
.event-single__modelhouse-feature:nth-of-type(n+2) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .event-single__modelhouse-feature {
    flex-direction: column;
  }
}

.event-single__modelhouse-image {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .event-single__modelhouse-image {
    width: 100%;
  }
}

.event-single__modelhouse-title {
  font-size: 2rem;
  font-weight: bold;
}

.event-single__modelhouse-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.event-single__case-studies {
  margin-top: 10rem;
}

.event-single__case-title {
  font-weight: bold;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .event-single__case-title {
    font-size: 2rem;
  }
}

.event-single__case-list {
  margin-top: 3rem;
}

.event-single__case-item:nth-of-type(n+2) {
  margin-top: 3rem;
}

.event-single__case-company {
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background-color: #1D2A55;
  font-weight: bold;
}

.event-single__case-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1rem;
}

.event-single__speakers {
  margin-top: 10rem;
}

.event-single__speaker-group-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  background-color: #1D2A55;
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .event-single__speaker-group-title {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.event-single__speaker {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .event-single__speaker {
    flex-direction: column;
  }
}

.event-single__speaker-image {
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .event-single__speaker-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-single__speaker-name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .event-single__speaker-name {
    font-size: 1.8rem;
  }
}

.event-single__speaker-desc {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.event-single__speaker-group {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .event-single__speaker-group {
    margin-top: 5rem;
  }
}

.event-single__speaker-note, .event-single__speaker-extra {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 3rem;
}

.event-single__summary {
  margin-top: 10rem;
}

.event-single__web-list {
  font-size: 1.8rem;
  line-height: 2;
  padding: 2rem 5rem;
  border-left: 2px solid #1D2A55;
  border-right: 2px solid #1D2A55;
  border-bottom: 2px solid #1D2A55;
}
@media (max-width: 767px) {
  .event-single__web-list {
    font-size: 1.6rem;
    padding: 2rem;
  }
}

.event-single__web-section {
  margin-top: 10rem;
}

.event-single__management-list, .event-single__wb-desc, .event-single__building-desc {
  line-height: 1.8;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .event-single__management-list, .event-single__wb-desc, .event-single__building-desc {
    font-size: 1.6rem;
  }
}

.event-single__caution {
  margin-top: 1rem;
}

.event-single__eyecatch-wrapper {
  margin-top: 6rem;
}

.event-single__eyecatch img {
  height: auto;
}

.event-archive__category {
  margin-top: 0.4rem;
  text-align: left;
}
.event-archive__category span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #1A1A1A;
  border-radius: 1.4rem;
  padding: 0.2rem 1rem;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event-archive__category span {
    font-size: 1.2rem;
  }
}

.event-single__management-section {
  margin-top: 10rem;
}

.single-event .event-archive__category {
  text-align: center;
}

.contact-steps::after {
  bottom: 4.7rem !important;
}

.event-featured {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .event-featured {
    flex-direction: column;
    margin-top: 5rem;
  }
}

.event-featured__image {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .event-featured__image {
    width: 100%;
  }
}
.event-featured__image img {
  height: auto;
}

.event-featured__body {
  width: 48%;
}
@media (max-width: 767px) {
  .event-featured__body {
    width: 100%;
  }
}

.event-featured__title {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-featured__title {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}

.event-featured__category {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .event-featured__category {
    margin-top: 1rem;
  }
}
.event-featured__category span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #1A1A1A;
  border-radius: 1.4rem;
  padding: 0.2rem 1rem;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .event-featured__category span {
    font-size: 1.2rem;
  }
}

.event-featured__detail-list {
  margin-top: 3rem;
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .event-featured__detail-list {
    margin-top: 1.5rem;
  }
}

.event-featured__detail-label {
  background-color: #1D2A55;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.event-featured__detail-value {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.event-archive__content {
  position: relative;
}

@media (max-width: 767px) {
  .post-type-archive-event .event-archive__info {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .event__status {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
  }
}

.event__notice--tour .event__notice-text {
  text-align: center;
}

/* 受付終了イベントのスタイル */
.event-expired {
  cursor: pointer;
}

.event-expired .event-archive__image,
.event-expired .event-featured__image {
  position: relative;
}

/* 黒いフィルター */
.event-expired .event-archive__image::before,
.event-expired .event-featured__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* 「受付終了しました」テキスト */
.event-expired .event-archive__image::after,
.event-expired .event-featured__image::after {
  content: "受付終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  animation: none;
}
@media (max-width: 767px) {
  .event-expired .event-archive__image::after,
  .event-expired .event-featured__image::after {
    font-size: 1.6rem;
  }
}

/* 既存のspan要素を非表示 */
.event-expired .event__status,
.event-expired .event__status--expired {
  display: none !important;
}/*# sourceMappingURL=event.css.map */