@import url("https://use.typekit.net/rsb5vqi.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
}

h2,
.h2-like {
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 15px;
  font-weight: 700;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

.p-small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 12px;
}

.p-18 {
  font-size: 12px;
}

.p-20 {
  font-size: 16px;
}

.p-32 {
  font-size: 20px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 60px;
  }

  h2,
.h2-like {
    font-size: 42px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 15px;
  }

  p,
.p-like {
    font-size: 12px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 12px;
  }

  .p-18 {
    font-size: 14px;
  }

  .p-20 {
    font-size: 18px;
  }

  .p-32 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 80px;
  }

  h2,
.h2-like {
    font-size: 60px;
  }

  h3,
.h3-like {
    font-size: 32px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 14px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-18 {
    font-size: 16px;
  }

  .p-20 {
    font-size: 18px;
  }

  .p-32 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 100px;
  }

  h2,
.h2-like {
    font-size: 80px;
  }

  h3,
.h3-like {
    font-size: 42px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 15px;
  }

  ul li, ol li {
    font-size: 15px;
  }

  .p-small {
    font-size: 12px;
  }

  .p-18 {
    font-size: 18px;
  }

  .p-20 {
    font-size: 20px;
  }

  .p-32 {
    font-size: 32px;
  }
}
.event-main {
  padding: clamp(240px, 40vw, 500px) 0 clamp(140px, 24vw, 280px) 0;
}
.event-main .blogcard-area {
  scroll-margin-top: clamp(120px, 20vw, 250px);
}

.pagination {
  margin-top: clamp(40px, 8vw, 80px);
}

.single-event-main {
  padding: clamp(240px, 40vw, 500px) 0 clamp(140px, 24vw, 280px) 0;
}
.single-event-main h2 {
  margin-bottom: clamp(36px, 7.2vw, 72px);
}
.single-event-main section {
  margin-bottom: clamp(100px, 24vw, 280px);
}
.single-event-main .event-breadcrumbs {
  align-items: flex-start;
  margin-bottom: clamp(60px, 10vw, 120px);
}
.single-event-main .event-breadcrumbs h3,
.single-event-main .event-breadcrumbs .h3-like {
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
.single-event-main .event-breadcrumbs .spacer {
  display: block;
  width: clamp(24px, 5.2vw, 52px);
  height: 2px;
  background-color: #666666;
  margin: 26px clamp(12px, 2vw, 20px);
}
@media screen and (max-width: 1200px) {
  .single-event-main .event-breadcrumbs .spacer {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .single-event-main .event-breadcrumbs .spacer {
    margin-top: 13px;
  }
}
.single-event-main .outline-card {
  justify-content: space-between;
  align-items: flex-start;
}
.single-event-main .outline-card .outline {
  width: 440px;
  max-width: 45%;
  padding-bottom: 20px;
}
.single-event-main .outline-card .outline h3 {
  margin-bottom: 1.5em;
}
.single-event-main .outline-card .outline .event-time {
  width: 100%;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.single-event-main .outline-card .outline .event-time h4 {
  font-size: 36px;
}
.single-event-main .outline-card .outline .event-time p {
  font-size: 26px;
}
.single-event-main .outline-card .outline .event-time .start-col {
  width: 50%;
}
.single-event-main .outline-card .outline .event-time .end-col {
  width: 50%;
  box-sizing: border-box;
  padding-left: 12%;
  background: url(../img/common/event-arrow.svg) left center no-repeat;
  background-size: auto 100%;
}
.single-event-main .outline-card .outline .event-description {
  width: 100%;
  text-align: justify;
}
.single-event-main .outline-card .event-img {
  width: 600px;
  max-width: 50%;
  margin-right: 1px;
}
@media screen and (max-width: 1400px) {
  .single-event-main .outline-card .outline .event-time h4 {
    font-size: 28px;
  }
  .single-event-main .outline-card .outline .event-time p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .single-event-main .outline-card {
    flex-direction: column;
  }
  .single-event-main .outline-card .outline {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .single-event-main .outline-card .outline .event-time h4 {
    font-size: 26px;
  }
  .single-event-main .outline-card .outline .event-time p {
    font-size: 14px;
  }
  .single-event-main .outline-card .event-img {
    max-width: 100%;
    margin: 0 auto clamp(40px, 6vw, 60px) auto;
  }
}
@media screen and (max-width: 500px) {
  .single-event-main .outline-card .outline .event-time h4 {
    font-size: 22px;
  }
  .single-event-main .outline-card .outline .event-time p {
    font-size: 12px;
  }
  .single-event-main .outline-card .outline .event-time .start {
    width: 45%;
  }
  .single-event-main .outline-card .outline .event-time .end-col {
    width: 55%;
    padding-left: 10%;
  }
}
.single-event-main .access-card h4.event-place {
  font-size: 26px;
  margin-bottom: 0.4em;
}
.single-event-main .access-card p.event-address {
  margin-bottom: 3em;
}
.single-event-main .access-card .gmap-container {
  width: 100%;
}
.single-event-main .access-card .gmap-container iframe {
  width: 100% !important;
  min-height: clamp(300px, 50vw, 730px) !important;
  filter: grayscale(100%);
}
@media screen and (max-width: 800px) {
  .single-event-main .access-card h4.event-place {
    font-size: 16px;
  }
  .single-event-main .access-card p.event-address {
    margin-bottom: 2em;
  }
}
.single-event-main .venue-card {
  margin-bottom: 0;
}
.single-event-main .venue-card .venue-map-container {
  width: 100%;
}
.single-event-main .venue-card .venue-map-container img {
  object-fit: contain;
}
.single-event-main .venue-card .pdf-link {
  margin-top: clamp(32px, 5vw, 50px);
  line-height: 200%;
  border-bottom: 4px solid #000000;
  padding-right: 2em;
  background: url(../img/common/download-arrow.svg) right center no-repeat;
  background-size: 0.5em;
  width: fit-content;
}
.single-event-main .venue-card .pdf-link:hover {
  opacity: 0.6;
}

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