@charset "utf-8";

.event-contents-box {
  display: flex;
  justify-content: center;
  gap: 2vw;
  padding: 7vh 5vw 35vh;
  margin: 0 auto;
  position: relative;
}
.category-show,
.category-feeding,
.category-touch {
  position: relative;
  z-index: 10;
}
.category-show-box,
.category-feeding-box,
.category-touch-box {
  position: relative;
  z-index: 10;
}

.schedule-sidebar {
  width: 350px;
  padding-right: 20px;
  flex-shrink: 0;
}

/* スケジュールの画面固定 */
.sticky-content {
  position: sticky;
  top: 50px;
  z-index: 200;
}

.category-box {
  width: 70vw;
}

.schedule-box {
  background-color: #423cc6;
  border-radius: 30px;
  padding: 20px 20px 40px;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.3);
}

.main-category-links {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.3);
}

.schedule-time-list li a,
.main-category-links li a {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  text-align: left;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 0.9rem;
  font-weight: 500;
}
.schedule-time-list li a:hover {
  transform: scale(1.05);
  filter: brightness(115%);
}
.main-category-links li a:hover {
  transform: scale(1.05);
  filter: brightness(115%);
}
.category-show-label {
  background-color: #4cb0ef;
}

.category-feeding-label {
  background-color: #e6dd48;
}
.category-touch-label {
  background-color: #fd657e;
}
.schedule-box h3 {
  margin-bottom: 10px;
  padding: 0 20px 10px;
  border-bottom: #fff 5px solid;
  text-align: left;
}
.h3-cg {
  height: 35px;
  width: 650px;
  text-shadow: none;
  text-align: left;
  vertical-align: center;
  line-height: 35px;
  margin: 0 auto 15px;
}

.h3-cg:before {
  display: inline-block;
  margin: 0 10px 0 8px;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 100%;
  background: #fff;
}
.main-category-links {
  padding: 40px 20px;
  margin-top: 30px;
}

.main-category-links li a {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-category-links li a::before {
  display: inline-block;
  margin: 0 10px 0 3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  background: #fff;
}

.event-contents-item h4 {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 30px;
  margin-bottom: 20px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
}
.event-contents-item {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.event-contents-item img {
  border-radius: 250px;
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}
.show-description-box {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px 30px;
}
.show-time-label {
  background-color: #4cb0ef;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 8px;
}
.feeding-time-label {
  background-color: #e6dd48;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 8px;
}
.touch-time-label {
  background-color: #fd657e;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 8px;
}
.show-description-box p {
  color: #000;
  padding: 10px 35px;
  font-size: 0.9rem;
}
.touch-time-h {
  color: #000;
  font-size: 0.8rem;
}
/* 背景 */
#category-show,
#category-feeding,
#category-touch {
  position: relative;
  padding-top: 1px;
}
#category-show::before,
#category-feeding::before,
#category-touch::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -35vh;
  left: -200vw;
  right: -200vw;
  z-index: 1;
}
#category-touch::before {
  bottom: -42vh;
}

#category-show::before {
  background-color: #58c1e4;
}

#category-feeding::before {
  background-color: #423cc6;
}

#category-touch::before {
  background-color: #2a95d1;
}

.section-nami1-edge,
.section-nami2-edge {
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 5;
}
.h3-cg,
.event-contents-item {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .event-contents-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    padding: 5vh 5vw 10vh;
    margin: 0 auto;
    position: relative;
  }
  .show-description-box p {
    color: #000;
    padding: 10px 10px;
    font-size: 0.85rem;
    line-height: 1.2;
  }

  .category-box {
    width: 100%;
    padding: 20px;
  }

  .schedule-time-list li a,
  .main-category-links li a {
    font-size: 0.85rem;
    font-weight: 500;
  }
  #category-touch::before {
    bottom: -18vh;
  }
  .schedule-sidebar {
    width: 100%;
    padding-right: 0px;
    flex-shrink: 0;
  }
  .schedule-box,
  .main-category-links {
    padding: 30px 30px;
  }
  .h3-cg {
    width: 100%;
  }
}
