* {
  box-sizing: border-box;
}

.content-summary p {
	text-align: center;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumbs .breadcrumb-item:before {
  content: "＞";
  margin-right: 0.25em;
}
.breadcrumbs .breadcrumb-item:first-child:before {
  content: "";
}
.img img {
  max-width: 100%;
  height: auto;
}
.post-type-archive-event p.done,
.single-event p.done {
  font-size: 24px;
  font-weight: bold;
  color: #d81b1b;
  border: 1px solid #d81b1b;
  text-align: center;
  margin-bottom: 20px;
}
.post-type-archive-event .event-item,
.single-event .event-item {
  margin-bottom: 60px;
  position: relative;
  padding: 8px;
}
@media screen and (min-width: 480px) {
  .post-type-archive-event .event-item,
  .single-event .event-item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-event .event-item:before,
  .single-event .event-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: -30px;
    left: 0;
  }
  .post-type-archive-event .event-item:first-child:before,
  .single-event .event-item:first-child:before {
    display: none;
  }
}
.post-type-archive-event .event-item .event-title,
.single-event .event-item .event-title {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event .event-item .row,
  .single-event .event-item .row {
    display: flex;
    flex-flow: row wrap;
  }
  .post-type-archive-event .event-item .row .eyecatch,
  .single-event .event-item .row .eyecatch {
    width: 50%;
  }
  .post-type-archive-event .event-item .row .text,
  .single-event .event-item .row .text {
    margin-left: 24px;
    width: calc(50% - 24px);
  }
}
.post-type-archive-event .event-item .row .desc,
.single-event .event-item .row .desc {
  margin-bottom: 30px;
}
.post-type-archive-event .event-item .row .button-wrap,
.single-event .event-item .row .button-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-archive-event .event-item .row .button-wrap,
  .single-event .event-item .row .button-wrap {
    text-align: left;
  }
}
.post-type-archive-event .event-item .row .button-wrap .button,
.single-event .event-item .row .button-wrap .button {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
  border-radius: 4px;
}
.post-type-archive-event .event-item .row .button-wrap .button:hover,
.single-event .event-item .row .button-wrap .button:hover {
  background-color: #888;
}
.post-type-archive-event .event-item .row .button-wrap .button:before,
.single-event .event-item .row .button-wrap .button:before {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.post-type-archive-event .event-item .row .done,
.single-event .event-item .row .done {
  color: #d81b1b;
  border: 1px solid #d81b1b;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.post-type-archive-event .table2 th,
.single-event .table2 th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-event .table2 th,
  .single-event .table2 th,
  .post-type-archive-event .table2 td,
  .single-event .table2 td {
    display: block;
  }
  .post-type-archive-event .table2 th,
  .single-event .table2 th {
    width: 100%;
    text-align: left;
  }
}
.post-type-archive-event .cta-buttons .button-item,
.single-event .cta-buttons .button-item {
  text-align: center;
  margin-bottom: 15px;
}
.post-type-archive-event .cta-buttons .button-item .button,
.single-event .cta-buttons .button-item .button {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
  border-radius: 4px;
  min-width: 80%;
}
.post-type-archive-event .cta-buttons .button-item .button:before,
.single-event .cta-buttons .button-item .button:before {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.post-type-archive-event .cta-buttons .button-item .button:hover,
.single-event .cta-buttons .button-item .button:hover {
  background-color: #888;
}
