@charset "UTF-8";
.footer__nav {
  flex-wrap: wrap;
}
.oc_page .page-title {
  padding: 62px 0 61px;
}
.oc_page .page-title__heading {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .oc_page .page-title {
    padding: 34px 0 28px;
  }
}
.oc-intro__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.oc-intro__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f5f3;
}
@media (max-width: 768px) {
  .oc-intro__inner {
    padding: 0;
  }
}
.oc-intro__content-image img {
  width: 100%;
}
.oc-intro__tagline-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .oc-intro__tagline-img {
    height: 20px;
    align-self: center;
    margin-bottom: 15px;
    margin-left: 4px;
  }
}
.oc-intro__line {
  display: block;
  width: 100%;
  max-width: 572px;
  height: 3px;
  border-top: 3px dotted rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.oc-intro__title {
  position: relative;
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 2px;
}
.oc-intro__title .space {
  margin: 0 16px;
}
.oc-intro__title::before {
  content: "";
  position: absolute;
  top: -3px;
  left: calc(50% + 9px);
  transform: translateX(-50%);
  width: calc(100% + 5px);
  height: 3px;
  background-color: #fff;
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .oc-intro__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .oc-intro__title {
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-left: 12px;
    text-align: center;
    transform: translateX(-5px);
  }
  .oc-intro__title::before {
    top: -4px;
    left: 50%;
    width: 100%;
    height: 2px;
  }
  .oc-intro__title .space {
    margin: 0 11px;
  }
}
.oc-intro__subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .oc-intro__subtitle {
    margin: 13px 0 3px 136px;
  }
}
.oc-intro__subtitle-text {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 1.25rem;
  color: #fff;
}
.oc-intro__subtitle-text::before, .oc-intro__subtitle-text::after {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 14px;
}
.oc-intro__subtitle-text::after {
  margin-right: auto;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .oc-intro__subtitle-text {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
  .oc-intro__subtitle-text::before, .oc-intro__subtitle-text::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .oc-intro__sep {
    display: none;
  }
}
.oc-intro__desc {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .oc-intro__desc {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-left: 136px;
    padding-right: 20px;
    text-align: left;
  }
}
.oc-intro__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
}
.oc-intro__image-wrap {
  overflow: hidden;
}
.oc-intro__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .oc-intro__image {
    min-width: 125px;
  }
}
.oc-intro__sp-br {
  display: none;
}
@media (max-width: 768px) {
  .oc-intro__sp-br {
    display: inline;
  }
}
.oc-fair__heading, .oc-visit__heading, .oc-events__heading, .oc-schedule__heading {
  text-align: center;
  margin-bottom: 32px;
}
.oc-fair__heading-main, .oc-visit__heading-main, .oc-events__heading-main, .oc-schedule__heading-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
}
.oc-fair__heading-dot, .oc-visit__heading-dot, .oc-events__heading-dot, .oc-schedule__heading-dot {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #a32b4b;
  border-radius: 50%;
  flex-shrink: 0;
}
.oc-events__heading-text, .oc-schedule__heading-text {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #a32b4b;
  line-height: 1.2;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 19px;
}
.oc-events__heading-text::before, .oc-events__heading-text::after, .oc-schedule__heading-text::before, .oc-schedule__heading-text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DAD5C2;
  border-radius: 50px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .oc-events__heading-text, .oc-schedule__heading-text {
    gap: 9px;
    font-size: 30px;
  }
  .oc-events__heading-text::before, .oc-events__heading-text::after, .oc-schedule__heading-text::before, .oc-schedule__heading-text::after {
    width: 10px;
    height: 10px;
  }
}
.oc-fair__heading-sub, .oc-events__heading-sub, .oc-schedule__heading-sub {
  font-size: 1rem;
  color: #333;
  font-weight: 700;
}
@media (max-width: 768px) {
  .oc-fair__heading-sub, .oc-events__heading-sub, .oc-schedule__heading-sub {
    font-size: 12px;
    line-height: 1;
  }
}
.oc-divider {
  border: none;
  height: 10px;
  background-color: #F5F4F0;
  margin: 0;
}
.oc-schedule {
  padding: 69px 0 80px;
  scroll-margin-top: 110px;
}
.oc-schedule__inner {
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .oc-schedule__inner {
    padding: 0 20px;
  }
}
.oc-schedule__legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 18px;
  font-size: 0.8125rem;
  color: #333;
}
@media (max-width: 768px) {
  .oc-schedule__legend {
    flex-wrap: wrap;
  }
}
.oc-schedule__legend-item {
  display: flex;
  align-items: center;
  gap: 1px;
}
.oc-schedule__legend-item img {
  max-width: 20px;
  transform: translateY(-1px);
}
.oc-schedule__legend-item svg {
  flex-shrink: 0;
}
.oc-schedule__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px 20px;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .oc-schedule__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .oc-schedule__grid {
    gap: 11px;
    margin-bottom: 28px;
  }
}
.oc-schedule__card {
  background-color: #F5F4F0;
  padding: 17px 24px 19px;
}
@media (max-width: 768px) {
  .oc-schedule__card {
    padding: 11px 15px 13px;
    min-height: 150px;
  }
}
.oc-schedule__card.finished {
  opacity: 0.5;
}
.oc-schedule__card.finished .oc-schedule__card-info .oc-schedule__card-link {
  pointer-events: none;
  color: inherit;
}
.oc-schedule__date {
  display: flex;
  align-items: baseline;
  gap: 0;
}
.oc-schedule__date-num {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #a32b4b;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
.oc-schedule__date-num .light {
  font-weight: 300;
}
@media (max-width: 768px) {
  .oc-schedule__date-num {
    font-size: 34px;
  }
}
.oc-schedule__date-day {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #a32b4b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transform: translate(9px, -7px);
}
@media (max-width: 768px) {
  .oc-schedule__date-day {
    align-items: flex-start;
    width: 22px;
    height: 22px;
    font-size: 0.875rem;
    transform: translate(6px, -6px);
  }
}
.oc-schedule__card-line {
  border: none;
  border-top: 1px solid #ccc;
  margin: 3px 0 10px;
}
@media (max-width: 768px) {
  .oc-schedule__card-line {
    margin: 2px 0 9px;
  }
}
.oc-schedule__card-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 768px) {
  .oc-schedule__card-info {
    gap: 4px;
  }
}
.oc-schedule__card-time, .oc-schedule__card-pdf, .oc-schedule__card-reserve {
  font-family: "Roboto";
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #333;
}
.oc-schedule__card-time img, .oc-schedule__card-pdf img, .oc-schedule__card-reserve img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .oc-schedule__card-time, .oc-schedule__card-pdf, .oc-schedule__card-reserve {
    font-size: 14px;
    gap: 6px;
  }
  .oc-schedule__card-time img, .oc-schedule__card-pdf img, .oc-schedule__card-reserve img {
    width: 17px;
    height: 17px;
    transform: translateY(-1px);
  }
}
.oc-schedule__card-pdf, .oc-schedule__card-reserve {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
}
.oc-schedule__card-pdf img, .oc-schedule__card-reserve img {
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .oc-schedule__card-pdf, .oc-schedule__card-reserve {
    font-size: 12px;
  }
}
.oc-schedule__card-link {
  font-size: 15px;
  color: #03c;
  transition: color 0.2s ease;
}
.oc-schedule__card-link:hover {
  color: #a32b4b;
  opacity: 1;
}
@media (max-width: 768px) {
  .oc-schedule__card-link {
    font-size: 12px;
  }
}
.oc-schedule__bus-note {
  font-size: 16px;
  color: #333;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .oc-schedule__bus-note {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.55;
  }
}
.oc-schedule__bus-link {
  color: #03c;
  transition: color 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.oc-schedule__bus-link:hover {
  color: #a32b4b;
  opacity: 1;
}
.oc-schedule__reserve-info {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  border: 2px solid #DAD5C2;
  padding: 34px 30px 28px 54px;
}
@media (max-width: 1024px) {
  .oc-schedule__reserve-info {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .oc-schedule__reserve-info {
    gap: 25px;
    padding: 18px 20px 25px;
  }
}
.oc-schedule__reserve-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 13px;
  margin-top: 4px;
}
.oc-schedule__reserve-icon svg {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .oc-schedule__reserve-icon {
    flex-direction: row;
    gap: 8px;
    width: 100%;
    margin: 0;
    margin-left: 36px;
  }
  .oc-schedule__reserve-icon img {
    width: 56px;
    height: 56px;
  }
  .oc-schedule__reserve-icon .oc-schedule__reserve-icon-text {
    font-size: 18px;
    margin-top: 4px;
  }
  .oc-schedule__reserve-icon .oc-schedule__reserve-icon-text br {
    display: none;
  }
}
.oc-schedule__reserve-icon-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
.oc-schedule__reserve-divider {
  display: block;
  width: 1px;
  align-self: stretch;
  border-left: 1px dashed #CCCCCC;
}
@media (max-width: 1024px) {
  .oc-schedule__reserve-divider {
    width: 100%;
    height: 1px;
    border-left: none;
    border-top: 1px dashed #e0e0e0;
  }
}
.oc-schedule__reserve-text {
  border-left: 1px dashed #CCCCCC;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.87;
  color: #333;
}
.oc-schedule__reserve-text strong {
  font-weight: bold;
  color: #e50111;
  text-decoration: none;
  text-decoration-color: #e50111;
  text-underline-offset: 3px;
}
@media (max-width: 1024px) {
  .oc-schedule__reserve-text {
    position: relative;
    border: none;
    padding-right: 10px;
    padding-left: 18px;
  }
  .oc-schedule__reserve-text::before {
    content: "";
    position: absolute;
    width: calc(100% - 37px);
    border-top: 1px dashed #CCCCCC;
    top: -17px;
    left: 18px;
  }
}
@media (max-width: 768px) {
  .oc-schedule__reserve-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .oc-schedule {
    padding: 36px 0 56px;
    scroll-margin-top: 80px;
  }
}
.oc-events {
  padding: 69px 0 100px;
  scroll-margin-top: 110px;
}
.oc-events__inner {
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .oc-events__inner {
    padding: 0 35px;
  }
}
@media (max-width: 768px) {
  .oc-events__heading {
    margin-bottom: 30px;
  }
}
.oc-events__list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .oc-events__list {
    gap: 26px;
  }
}
.oc-events__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: none;
  padding: 34px 0 0px 36px;
  margin-bottom: 37px;
}
.oc-events__item:first-child {
  margin-bottom: 28px;
}
.oc-events__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .oc-events__item {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .oc-events__item {
    flex-direction: column;
    gap: 18px;
    margin: 0;
    border: none;
    padding: 27px 0 0px 0;
  }
  .oc-events__item:first-child {
    margin: 0;
  }
}
.oc-events__item-image-wrap {
  flex-shrink: 0;
  width: 300px;
  overflow: hidden;
  margin-top: 4px;
}
.oc-events__item-image-wrap::before, .oc-events__item-image-wrap::after {
  content: "";
  position: absolute;
  background-image: radial-gradient(#9F2E3F 15%, transparent 35%);
  background-size: 9px 9px;
  background-position: bottom;
}
.oc-events__item-image-wrap::before {
  width: 8px;
  height: 160px;
  top: 1px;
  left: -2px;
  background-repeat: repeat-y;
}
.oc-events__item-image-wrap::after {
  width: 240px;
  height: 8px;
  top: 0px;
  left: -1px;
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .oc-events__item-image-wrap {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .oc-events__item-image-wrap {
    width: 100%;
    padding: 0 40px;
  }
  .oc-events__item-image-wrap::before {
    width: 200px;
    height: 120px;
    top: -1px;
    left: 8px;
    border-left: 2px dotted #9F2E3F;
    border-top: 2px dotted #9F2E3F;
    background: none;
  }
  .oc-events__item-image-wrap::after {
    background: none;
  }
}
.oc-events__item-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .oc-events__item-image {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .oc-events__item-image {
    height: auto;
    aspect-ratio: 1.6666666667;
  }
}
.oc-events__item-body {
  flex: 1;
}
.oc-events__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .oc-events__item-title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.65;
  }
}
.oc-events__item-text {
  font-size: 1rem;
  line-height: 1.85;
  color: #333;
}
@media (max-width: 768px) {
  .oc-events__item-text {
    font-size: 15px;
    line-height: 1.86;
  }
}
.oc-events__item-note {
  font-size: 0.875rem;
  color: #5f6369;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .oc-events__item-note {
    display: flex;
    gap: 2px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 9px;
  }
  .oc-events__item-note .wrap {
    display: inline-block;
  }
}
.oc-events__point {
  border: 2px solid #DAD5C2;
  border-radius: 0;
  padding: 16px 10px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 768px) {
  .oc-events__point {
    margin: 37px -15px 0;
    padding: 16px 30px 14px;
    font-size: 15px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .oc-events {
    padding: 36px 0 64px;
    scroll-margin-top: 80px;
  }
}
.oc-visit {
  background-color: #f7f5f3;
  padding: 61px 0 80px;
  scroll-margin-top: 110px;
}
.oc-visit__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .oc-visit__inner {
    padding: 0 22px 0 23px;
  }
}
.oc-visit__heading {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .oc-visit__heading {
    margin-bottom: 25px;
  }
}
.oc-visit__heading-text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #a32b4b;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.oc-visit__heading-text::before, .oc-visit__heading-text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DAD5C2;
  border-radius: 50px;
  flex-shrink: 0;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .oc-visit__heading-text {
    gap: 9px;
    font-size: 22px;
    transform: translateX(1px);
  }
  .oc-visit__heading-text::before, .oc-visit__heading-text::after {
    width: 10px;
    height: 10px;
    transform: translateY(0px);
  }
}
.oc-visit__heading-sub {
  font-size: 1.1875rem;
  color: #333;
  font-weight: bold;
  margin-top: 4px;
}
.oc-visit__heading-sub span {
  display: inline-block;
}
.oc-visit__heading-sub .oc-visit__heading-sub-en {
  font-family: "Roboto", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
  transform: translateX(-2px);
}
@media (max-width: 768px) {
  .oc-visit__heading-sub {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }
  .oc-visit__heading-sub .oc-visit__heading-sub-en {
    font-size: 13px;
  }
}
.oc-visit__text {
  font-size: 1rem;
  line-height: 1.87;
  color: #333;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .oc-visit__text {
    text-align: center;
  }
  .oc-visit__text br {
    display: none;
  }
  .oc-visit__text .sp_wrap {
    display: block;
  }
}
@media (max-width: 768px) {
  .oc-visit__text {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.oc-visit__image-wrap {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .oc-visit__image-wrap {
    padding: 0 18px 0 17px;
  }
}
.oc-visit__image {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .oc-visit {
    padding: 38px 0 64px;
    scroll-margin-top: 80px;
  }
}
.oc-fair {
  padding: 61px 0 74px;
  scroll-margin-top: 110px;
}
.oc-fair__inner {
  max-width: 1052px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .oc-fair__inner {
    padding: 0 20px;
  }
}
.oc-fair__heading {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .oc-fair__heading {
    margin-bottom: 27px;
  }
}
.oc-fair__heading-text {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #a32b4b;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.oc-fair__heading-text::before, .oc-fair__heading-text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DAD5C2;
  border-radius: 50px;
  flex-shrink: 0;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .oc-fair__heading-text {
    gap: 9px;
    font-size: 22px;
    transform: translateX(1px);
  }
  .oc-fair__heading-text::before, .oc-fair__heading-text::after {
    width: 10px;
    height: 10px;
    transform: translateY(0px);
  }
}
.oc-fair__heading-sub {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .oc-fair__heading-sub {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }
}
.oc-fair__desc {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .oc-fair__desc {
    padding: 0 30px;
    font-size: 15px;
    line-height: 1.87;
    margin-bottom: 12px;
  }
}
.oc-fair__table-wrap {
  margin-bottom: 14px;
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .oc-fair__table-wrap {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .oc-fair__table-wrap {
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-bottom: 15px;
  }
}
.oc-fair__table {
  width: 100%;
  border-collapse: collapse;
}
.oc-fair__table thead th {
  position: relative;
}
.oc-fair__table thead th::before, .oc-fair__table thead th::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  left: -4px;
  height: 1px;
  background-color: #ccc;
}
.oc-fair__table thead th::before {
  top: -1px;
}
.oc-fair__table thead th::after {
  bottom: -1px;
}
.oc-fair__table th, .oc-fair__table td {
  padding: 8px 20px;
  text-align: left;
  font-size: 1rem;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.oc-fair__table th {
  background-color: #f5f4f0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 10px;
  font-weight: bold;
}
.oc-fair__table th + th {
  border-left: 4px solid rgba(218, 213, 194, 0.5);
}
.oc-fair__table th img {
  display: inline-block;
  transform: translate(-4px, 6px);
}
.oc-fair__table th svg {
  vertical-align: middle;
  margin-right: 4px;
}
.oc-fair__table th.date {
  width: 241px;
}
.oc-fair__table th.time {
  width: 244px;
}
.oc-fair__table th.venue {
  width: 484px;
}
.oc-fair__table td {
  position: relative;
  vertical-align: middle;
  padding: 6px 20px;
}
.oc-fair__table td + td {
  border-left: 4px solid rgba(218, 213, 194, 0.5);
}
.oc-fair__table td.venue {
  padding: 7px 16px 6px;
}
.oc-fair__table td + td::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 5px;
  left: -4px;
  height: 1px;
  background-color: #ccc;
}
@media (max-width: 1024px) {
  .oc-fair__table {
    min-width: 600px;
  }
}
@media (max-width: 768px) {
  .oc-fair__table {
    min-width: 972px;
    border-top: 1px solid #ccc;
  }
}
.oc-fair__note {
  font-size: 0.875rem;
  color: #333;
}
.oc-fair__note .wrap {
  display: inline-block;
}
@media (max-width: 768px) {
  .oc-fair__note {
    display: flex;
    gap: 2px;
    font-size: 13px;
    line-height: 1.55;
  }
}
@media (max-width: 768px) {
  .oc-fair {
    padding: 30px 0px 51px;
    scroll-margin-top: 80px;
  }
}
.oc-cta {
  padding: 80px 0 100px;
}
.oc-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
.oc-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 640px;
  max-width: 100%;
  height: 100px;
  background-color: #e50111;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  opacity: 1;
  transition: background-color 0.2s ease;
}
.oc-cta__btn img {
  transform: translateX(-8px);
}
.oc-cta__btn:hover {
  background-color: #ed4c57;
  opacity: 1;
}
@media (max-width: 768px) {
  .oc-cta__btn {
    gap: 24px;
    width: 100%;
    height: 64px;
    font-size: 18px;
  }
  .oc-cta__btn img {
    max-width: 24px;
    transform: translateX(7px);
  }
  .oc-cta__btn svg {
    width: 28px;
    height: 28px;
  }
}
.oc-cta__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.oc-cta__text {
  line-height: 1;
  transform: translateX(-3px);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .oc-cta {
    padding: 80px 0 40px;
    scroll-margin-top: 80px;
  }
}
/* add */
@media (max-width: 768px) {
  .department__notice {
    margin: 1rem 6% 0;
  }
  .department__notice .ninkashinsei {
    font-size: 0.95rem;
  }
}
/*# sourceMappingURL=./open_campus.css.map */