#konomu-schedule {
    margin-top: 74px;
}

.page-body {
    margin: 50px 75px;
}

.schedule-title {
    display: flex;
    align-items: center;
    height: 24rem;
    letter-spacing: 0.6rem;
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url(https://more.ship-liver.com/wp-content/uploads/2023/06/新アー写_1枚絵.jpg);
    background-size: cover;
    background-position: center;
    background-position-y: top;


}

.schedule-title__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120rem;
    margin: auto;
    padding: 0 5%;

}

.schedule-title__inner > span {
    display: inline-block;
    width: 100%;

    color: #074e78;

}

.schedule-title--en {
    font-size: 4.4rem;
    font-weight: bold;
    text-transform: uppercase;
}



.schedule-text h2,p {
    font-family: 'Tsukushi A Round Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    /* identical to box height, or 186% */

    /* idol/idol_Thema */
    color: #6E5F64;
}

.schedule-contents {
    width: 100%;
    background: ;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;

}

.main::before {

    position: absolute;
    z-index: 10;
    left: 0;
    height: 16px;
    top: 443px;
    width: 100%;
    content: "";
    display: block;
    background: url(/wp-content/themes/konome-music/images/com_wave_white_top.png) 0 0 repeat-x;
    background-size: auto 16px;
}


.schedule-content {
    background: #FFFFFF;

    margin-bottom: 20px;
}


@media screen and (min-width: 769px) {
  .page-schedule .main > .page-body {
    max-width: 1000px;
  }
}

.simcal-event-description a{
    color: #7EBBE6;
}

.simcal-align-right {
    display: none;
}

.page-body {
    margin: 0 auto 0;
}

.schedule-name {
    border-bottom: solid 2px #6E5F64;
}

.schedule-name h2{
    font-size: 40px;
    font-weight: inherit;
}

.schedule-text {
    padding-top: 10px;
}

.schedule-more {
    width: 850px;

    margin: 0 auto;
}

.schedule-group {
    width: 100%;
    height: auto;

}

.schedule-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* *****************************
 *
 * calendar
 *
 **************************** */
.calendar th,span {
    font-size: 16px;
}

.simcal-event-description span,p {
    font-size: 14px;
}

.calendar__item {
  display: none;
}

.calendar__item.active {
  display: block;
}

.calendar__switch {
  display: flex;
}

.calendar__switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 48%;
  font-size: 18px;
  background-color: #ccc;
  border-radius: 10rem;
  box-sizing: border-box;
  box-shadow: 0.1rem 0.1rem 1.4rem #ededed;
  cursor: pointer;
}

.calendar__switch-btn + .calendar__switch-btn {
  margin-left: 4%;
}

.calendar__switch-btn.active {
  color: #fff;
  background-color: #e688a1;
}

.calendar {
  margin-top: 4rem;
}

.calendar__add-btn > a {
  height: 4rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 3rem 0 0 auto;
  padding: 0.6rem 4.7rem 0.6rem 2rem;
  gap: 1rem;
  color: #333;
  position: relative;
}

.calendar__add-btn > a::before,
.calendar__add-btn > a::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 0.3rem;
  background-color: #1169ab;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.calendar__add-btn > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.calendar__add-btn > a > picture {
  width: 6rem;
}

#type-list {
  border: 0.1rem solid #fff;
  box-sizing: border-box;
}

#type-list .simcal-default-calendar-list .simcal-calendar-head .simcal-nav {
  padding: 1rem 0 !important;
  border: 0.1rem solid #ccc;
}

#type-list .simcal-default-calendar-list .simcal-calendar-head .simcal-nav:first-of-type, #type-list .simcal-default-calendar-list .simcal-calendar-head .simcal-nav:last-of-type {
  border-right: none;
  border-left: none;
}

#type-list .simcal-event {
  border-bottom: 0.1rem solid #ccc;
}

#type-list .simcal-event:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#type-list .simcal-event-details {
  display: block;
}

#type-list .simcal-event-details > div {
  display: none;
}

#type-list .simcal-event-details > p:last-of-type {
  display: none;
}

.simcal-default-calendar-grid .simcal-events > .simcal-event::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#type-calendar .simcal-event-details {
  display: none !important;
  width: 80%;
}

#type-calendar .simcal-event-details.is-show {
  display: block !important;
}

#type-calendar .simcal-default-calendar .simcal-tooltip-content {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3rem 0.2rem rgba(0, 0, 0, 0.6);
}

#type-calendar .simcal-default-calendar .simcal-tooltip-content > p:first-of-type {
  position: relative;
}

#type-calendar .simcal-default-calendar .simcal-tooltip-content > p:first-of-type::before,
#type-calendar .simcal-default-calendar .simcal-tooltip-content > p:first-of-type::after {
  content: '';
  display: inline-block;
  height: 0.3rem;
  width: 3rem;
  background-color: #333;
  position: absolute;
  top: calc(-100% - 1rem);
  right: -2rem;
}

#type-calendar .simcal-default-calendar .simcal-tooltip-content > p:first-of-type::before {
  transform: rotate(45deg);
}

#type-calendar .simcal-default-calendar .simcal-tooltip-content > p:first-of-type::after {
  transform: rotate(-45deg);
}

.simcal-calendar-head > tr:first-of-type th {
  border: 0.1rem solid #e5e5e5;
  padding: 0.6rem 0;
}

.simcal-calendar-head > tr:nth-of-type(2) th {
  border: 0.1rem solid #e5e5e5;
}

.simcal-events {
  display: block !important;
}

.simcal-event-title {
  display: block !important;
  word-break: break-all;
  cursor: pointer;
  font-size: 12px;
}

#type-list .simcal-event-title {
  padding-right: 2rem;
  position: relative;
}

#type-list .simcal-event-title::after {
  font-family: FontAwesome;
  font-style: 1.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#type-list .simcal-event-title.active::after {
  transform: rotate(180deg);
  transform-origin: 7px 5px;
}

.simcal-events-dots {
  display: none !important;
}

.simcal-day + .simcal-day {
  border: 0.1rem solid #e1e1e1;
  box-sizing: border-box;
}

.simcal-current-month {
  font-family: "Nunito";
}

.simcal-day-void-last, .simcal-day-void {
  background-color: #e1e1e1 !important;
  border: none !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
  background: #eee;
}

.simcal-calendar {
  background-color: #fff;
}

.simcal-day-label {
    border-bottom: 1px solid #e688a2 !important;
}

.simcal-day-label span {
    background-color: #e688a2 !important;
    color: #ffffff;
}

/* *****************************
 *
 * modal
 *
 **************************** */
.modal__container {
  width: 100%;
}

.modal__content p {
  line-height: 1.6;
}

.modal__content span {
  font-size: 20px;
}

.modal__content > p:first-of-type {
  font-size: 100%;
}

.modal__content > p:nth-of-type(2) {
  margin-top: 2rem;
}

.modal__content .simcal-event-description {
  margin-top: 3rem;
}

.modal__content .simcal-event-description > p {
  margin-top: 2rem;
  word-break: break-all;
}

.modal__content .simcal-event-description > p:first-of-type {
  margin-top: 0;
}

.modal__content > p:last-of-type {
  display: none;
}

@media (max-width: 600px) {

    .calendar {
        margin-top: 1rem;
    }

}

/* *****************************
 *
 * モーダル
 *
 **************************** */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.6s;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__container {
  height: 100%;
  padding: 6rem 5% 4rem;
  position: relative;
  box-sizing: border-box;
}

.modal__content {
  height: 100%;
  padding: 4rem 5%;
  background-color: #fff;
  overflow-y: scroll;
  box-sizing: border-box;
}

.modal__close-btn {
  position: absolute;
  top: 1rem;
  right: 4%;
}

.modal__close-btn-inner {
  position: relative;
  width: 4rem;
  height: 4rem;
}

.modal__close-btn-inner > span {
  display: inline-block;
  height: 0.2rem;
  width: 4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.modal__close-btn-inner > span:first-of-type {
  transform: translate(-50%) rotate(45deg);
}

.modal__close-btn-inner > span:last-of-type {
  transform: translate(-50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .modal__container {
    max-height: 70rem;
    max-width: 100rem;
  }
  .modal__content {
    display: flex;
  }
}

@media (min-width: 601px) {
    .modal.show {
        display: none;
    }
}

@media (max-width: 600px) {
    .qtip {
       display: none !important;
    }

    .calendar__switch-btn {
        height: 2.5rem;
        width: 50%;
        font-size: 15px;
    }

    .calender__change {
        max-width: 450px;
        margin: 0 auto;
    }
}

