@charset "UTF-8";
/* 個別ページ
--------------------------- */
.event-single {
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  .event-single {
    padding: 50px 0 100px;
  }
}
.event-single__page-title {
  margin-bottom: 65px;
  text-align: center;
  font-size: 60px;
  line-height: 1.43;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .event-single__page-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.event-single__page-title > span {
  position: relative;
  bottom: 2px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .event-single__page-title > span {
    padding-left: 15px;
    font-size: 14px;
  }
}

.event-single-title {
  margin-bottom: 70px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .event-single-title {
    margin-bottom: 50px;
    font-size: 20px;
  }
}

.event_mainImg {
  position: relative;
  margin-bottom: 100px;
}
.event_mainImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}

.event_finish {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 300px;
  height: 80px;
  border: 3px solid #82263F;
  border-radius: 10px;
  background-color: #fff;
  color: #82263F;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3333333333);
  z-index: 3;
}

.event_info {
  margin-bottom: 100px;
}

.event_subTitle {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}

.event_info_content {
  margin-top: 60px;
}
.event_info_content dl {
  display: flex;
}
.event_info_content dl dt {
  position: relative;
  width: 180px;
  font-weight: 500;
  padding: 0 0 30px 20px;
}
.event_info_content dl dt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #1971AC;
}
.event_info_content dl dd {
  flex: 1;
}

.event_place {
  margin-bottom: 120px;
}

.event_reserve {
  margin-bottom: 120px;
}

.event_reserve_lead {
  margin-bottom: 60px;
  text-align: center;
}

.event_reserve_block_wrap {
  position: relative;
}

.event_reserve_finish_layer {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 3;
  width: calc(100% + 20px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.event_reserve_block {
  width: 100%;
}
.event_reserve_block tr {
  border-bottom: 1px solid #B1B1B1;
}
.event_reserve_block thead td {
  padding: 15px 0;
  text-align: center;
}
.event_reserve_block tbody td {
  width: 33.3%;
  padding: 25px 0;
  text-align: center;
  vertical-align: middle;
}
.event_reserve_block .event_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  border-radius: 10px;
  background-color: #82263F;
  color: #fff;
  line-height: 1;
}
.event_reserve_block .event_btn.is-disable {
  pointer-events: none;
  opacity: 0.5;
}

.event_map_wrap {
  margin-bottom: 160px;
}

.event_address {
  margin-bottom: 20px;
  text-align: center;
}

.event_map iframe {
  width: 100%;
  height: 500px;
}

/* 一覧ページ
--------------------------- */
.event-list {
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  .event-list {
    padding: 50px 0 100px;
  }
}
.event-list__page-title {
  margin-bottom: 65px;
  text-align: center;
  font-size: 60px;
  line-height: 1.43;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .event-list__page-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.event-list__page-title > span {
  position: relative;
  bottom: 2px;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .event-list__page-title > span {
    padding-left: 15px;
    font-size: 14px;
  }
}

.event-list-card {
  width: 100%;
  margin-bottom: 80px;
}
.event-list-card__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #F7F7F7;
}
.event-list-card__link:hover .event-list-card__img img {
  scale: 1.1;
}
.event-list-card__content {
  position: relative;
  width: 50%;
  padding: 50px 30px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .event-list-card__content {
    padding: 30px 20px;
  }
}
.event-list-card__content dl {
  display: flex;
}
.event-list-card__content dl dt {
  position: relative;
  width: 75px;
  font-weight: 500;
  padding: 0 0 20px 0px;
}
.event-list-card__content dl dd {
  flex: 1;
}
.event-list-card__content::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 50px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: skew(45deg);
}
.event-list-card__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
}
.event-list-card__img {
  width: 50%;
  overflow: hidden;
}
.event-list-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 6/4;
  transition: 0.3s ease;
}