@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.event_single {
  width: 100%;
  max-width: 100%;
}
.event_single__mainimg {
  width: 100%;
  margin: 0 auto 60px;
}
.event_single__details {
  background: #ffffff;
  margin: 0 auto 100px;
}
.event_single__category {
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 0 0 0px;
  z-index: 99;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  padding: 0 10px;
  background: #000;
  margin-right: 5px;
  display: inline-block;
}
.event_single__online {
  font-weight: 700;
  display: block;
  line-height: 1.8;
  margin: 0 0 0px;
  z-index: 99;
  font-size: 1rem;
  line-height: 2;
  color: #000;
  border: #000 solid 1px;
  padding: 0 10px;
  background: #fff;
  margin-right: 5px;
  display: inline-block;
}
.event_single__posttitle {
  border-bottom: #000 solid 2px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.event_single__posttitle .posttitle-icon {
  margin-right: 10px;
}
.event_single__posttitle .posttitle-icon img {
  height: 23px;
  width: 22px;
  vertical-align: middle;
}
.event_single__posttitle--tx {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.event_single__reservation {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}
.event_single__info {
  letter-spacing: 0.08em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .event_single__info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_single__info > p {
  width: 50%;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  border-bottom: #8aafc2 dotted 1px;
}
@media screen and (max-width: 768px) {
  .event_single__info > p {
    width: 100%;
  }
}
.event_single__info--date .title {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  width: 60px;
}
.event_single__info--date .day {
  font-size: 1.4rem;
  line-height: 1.8;
  display: inline-block;
}
.event_single__info--time .title {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  width: 60px;
}
.event_single__info--time .time {
  font-size: 1.4rem;
  line-height: 1.8;
  display: inline-block;
}
.event_single__info--place {
  flex-basis: 100%;
}
.event_single__info--place .title {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  width: 60px;
}
.event_single__info--place .place {
  font-size: 1.4rem;
  line-height: 1.8;
  display: inline-block;
}
.event_single__text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 10px 3px;
}
.event_single__map {
  width: 100%;
  height: 280px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.event_single__content {
  margin: 0 auto 100px;
}
.event_single__content--title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .event_single__content--title {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .event_single__content--title {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.event_single__content--title::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-right: 2em;
}
.event_single__content--title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  display: block;
  margin-left: 2em;
}
.event_single__postarea {
  margin: 20px 0;
  font-size: 1.4rem;
  line-height: 2;
}
.event_single__postarea .headline2 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.event_single__postarea .f-textNormal {
  margin-top: 40px;
}
.event_single__schedule {
  margin-bottom: 50px;
}
.event_single__schedule--wrap {
  border: #8aafc2 solid 1px;
  background: #fff;
}
.event_single__schedule--title {
  position: relative;
  text-align: center;
  margin-top: -20px;
  display: inline-block;
  background: #fff;
  padding: 0 1.5em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.event_single__schedule--title .schedule-icon {
  display: block;
  margin-bottom: 10px;
}
.event_single__schedule--title .schedule-icon img {
  width: 24px;
  height: 27px;
}
.event_single__schedule--inner {
  max-width: 960px;
  margin: 80px 60px 60px;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .event_single__schedule--inner {
    margin: 60px 40px 40px;
  }
}
@media screen and (max-width: 640px) {
  .event_single__schedule--inner {
    margin: 60px 20px 20px;
  }
}
.event_single__schedule--inner table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .event_single__schedule--inner table {
    min-width: 800px;
  }
}
.event_single__schedule--inner tr .day {
  border-right: #8aafc2 solid 1px;
  font-weight: bold;
}
.event_single__schedule--inner tr .time {
  border-right: #8aafc2 solid 1px;
}
.event_single__schedule--inner tr .place {
  border-right: #8aafc2 solid 1px;
}
.event_single__schedule--inner thead {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: #8aafc2 solid 2px;
  border-top: #8aafc2 solid 2px;
  color: #8aafc2;
}
.event_single__schedule--inner thead th {
  width: 33.3333333333%;
  padding: 20px 8px;
}
@media screen and (max-width: 768px) {
  .event_single__schedule--inner thead th {
    padding: 15px 8px;
  }
}
.event_single__schedule--inner tbody {
  font-size: 1.2rem;
  line-height: 1.4;
}
.event_single__schedule--inner tbody td {
  padding: 20px 8px;
  border-bottom: #8aafc2 solid 1px;
}
@media screen and (max-width: 768px) {
  .event_single__schedule--inner tbody td {
    padding: 15px 8px;
  }
}
.event_single__entry {
  width: 100%;
  position: relative;
  background: #d9e5e7;
  margin: 30px 0 100px;
  padding-block: 100px;
}
.event_single__entry .recent_posts {
  padding: 60px auto;
}
.event_single__entry .recent_posts__title .f-textNormal::after {
  background: #d9e5e7;
}
.event_single__entry::before {
  content: "";
  position: absolute;
  background: linear-gradient(30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%), linear-gradient(-30deg, #d9e5e7 50%, rgba(255, 255, 255, 0) 52%);
  width: 100%;
  background-size: 16px 10px;
  height: 10px;
  top: -10px;
}

.NoScheduleForm .noForm {
  display: none;
}

.scheduleForm .schedule {
  display: none;
}

/*# sourceMappingURL=event-single.css.map */
