@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&display=swap");
/*
#colors

@colorBase #8c527e
@colorSub #f00
@colorFont #666
*/
/*
#colors

@colorFb #3a5a98
@colorTw #1da1f2
@colorLine #00b900
@colorFe #2bb24c
@colorHatena #00a4de
*/
.p-schedule {
  width: 100%;
  box-sizing: border-box;
}
.p-schedule * {
  box-sizing: border-box;
}
.p-schedule p {
  margin: 0;
}
.p-schedule_head {
  margin: 0;
  padding: 12px 0 7px;
  width: 100%;
  background-color: #000;
  border-radius: 10px 10px 0 0;
}
.p-schedule_month {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  list-style: none;
}
.p-schedule_month-button {
  flex: 0 0 auto;
  margin: 0 5px;
  color: #808080;
  cursor: pointer;
  transition: 0.3s ease;
}
.p-schedule_month-button span {
  padding-right: 2px;
  font-size: 28px;
  line-height: 1;
}
.p-schedule_month-button small {
  font-size: 12px;
  line-height: 1;
}
.p-schedule_month-button.current, .p-schedule_month-button:hover {
  color: #fcee21;
}
.p-schedule_container {
  position: relative;
  background-color: #333333;
}
.p-schedule_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.p-schedule_loader.show {
  opacity: 1;
}
.p-schedule_list {
  transition: 0.3s ease;
}
.p-schedule_list.fade {
  opacity: 0;
}
.p-schedule_item {
  display: block;
  margin: 0;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-schedule_item:hover {
  opacity: 0.6;
  color: #fff;
}
.p-schedule_item:nth-child(2n) {
  background-color: #4d4d4d;
}
.p-schedule_item .head {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.p-schedule_item .head p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-schedule_item .head .genre {
  margin-left: 8px;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 4px;
}
.p-schedule_item .title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}
.p-schedule_item .guest {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}
.p-schedule_item .other {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  color: #b3b3b3;
}
.p-schedule_empty {
  padding: 100px 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-schedule_head {
    padding: 15px 0 10px;
    border-radius: 15px 15px 0 0;
  }
  .p-schedule_month-button {
    margin: 0 10px;
  }
  .p-schedule_month-button span {
    padding-right: 3px;
    font-size: 34px;
  }
  .p-schedule_month-button small {
    font-size: 14px;
  }
  .p-schedule_month-button.current {
    color: #fcee21;
  }
  .p-schedule_item {
    padding: 15px 7%;
  }
  .p-schedule_item .head p {
    font-size: 13px;
  }
  .p-schedule_item .head .genre {
    padding: 4px 8px;
    font-size: 11px;
  }
  .p-schedule_item .title {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .p-schedule_item .guest {
    margin: 0 0 3px;
    font-size: 12px;
  }
  .p-schedule_item .other {
    font-size: 12px;
  }
}
/*
Theme Name: hello-elementor-child
Version: 1
Template: hello-elementor
*/