@charset "UTF-8";
.kyoto_event {
    font-family: serif;
}
.kyoto_event .center {
text-align: center;
}
.kyoto_event .mb20 {
    margin-bottom: 20px;
}

.kyoto_event ul{
       padding: 0;
    list-style: none;
}
.kyoto_event .mv {
  position: relative;
}

.kyoto_event .mv h2 {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 800px) {
  .kyoto_event .mv h2 {
    width: 70%;
  }
}

.kyoto_event .mv .slick-dots {
  bottom: 0;
}

.kyoto_event .mv .slick-dots li button:before {
  content: "●";
  color: white;
  font-size: 12px;
}

@media all and (max-width: 800px) {
  .kyoto_event .mv .slick-dots li button:before {
    font-size: 10px;
  }
}

.kyoto_event .mv .slick-dots li.slick-active button:before {
  color: white;
}

.kyoto_event .mv picture {
  position: relative;
}

.kyoto_event .mv picture p {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  font-size: 12px;
}

@media all and (max-width: 800px) {
  .kyoto_event .mv picture p {
    font-size: 10px;
  }
}

.kyoto_event .section {
  margin: 120px 0;
}

@media all and (max-width: 800px) {
  .kyoto_event .section {
    margin: 80px 0;
  }
}

.kyoto_event .section-middle {
  margin: 80px 0;
}

@media all and (max-width: 800px) {
  .kyoto_event .section-middle {
    margin: 40px 0;
  }
}

.kyoto_event .section-bg {
  padding: 80px 0;
  background: black;
  color: white;
}

@media all and (max-width: 800px) {
  .kyoto_event .section-bg {
    padding: 40px 0;
  }
}

.kyoto_event .section-bg h3 {
  color: white !important;
}

.kyoto_event .section-contents {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.kyoto_event .section h3 {
  color: #333;
  font-size: 28px;
}

@media all and (max-width: 800px) {
  .kyoto_event .section h3 {
    font-size: 22px;
  }
}

.kyoto_event .section h3.center {
  text-align: center;
}

.kyoto_event .section p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .kyoto_event .section p {
    font-size: 14px;
  }
}

.kyoto_event .section p:nth-last-child(1) {
  margin-bottom: 0;
}

.kyoto_event .section p small {
  font-size: 80%;
}

.kyoto_event .section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media all and (max-width: 800px) {
  .kyoto_event .section .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.kyoto_event .section .btn a {
  background: #C7A956;
  display: inline-block;
  padding: 10px 50px;
  color: white;
  text-decoration: none;
}
.kyoto_event .section .btn.nolink a {
  pointer-events: none;
    background: gray;
}




