.elementor-1092 .elementor-element.elementor-element-97c6f52 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1092 .elementor-element.elementor-element-80e8ac9:not(.elementor-motion-effects-element-type-background), .elementor-1092 .elementor-element.elementor-element-80e8ac9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;background-image:url("https://www.j-p-p.net/wp-content/uploads/2025/01/名称未設定のデザイン-1.webp");background-repeat:no-repeat;background-size:cover;}.elementor-1092 .elementor-element.elementor-element-80e8ac9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1092 .elementor-element.elementor-element-80e8ac9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1092 .elementor-element.elementor-element-390d6ed > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1092 .elementor-element.elementor-element-d7b3cb0{width:100%;}}/* Start custom CSS for html, class: .elementor-element-390d6ed */@font-face {
    font-family: 'Muro';
    src: url('./wp-content/uploads/2025/01/Muro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajin';
    src: url('./wp-content/uploads/2025/01/TrajanPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.trajan{
    font-family: "Trajin"
}



.timetable-container {
        
        margin: 0;
        padding: 0;
        background: linear-gradient(to bottom, #1e1e1e, #333);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 255);
        padding: 20px;
    }

    .timetable-title {
      font-size: 2rem;
      color: #FFD700;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .day-section {
      margin-bottom: 30px;
      border: 2px double #FFD700;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
    }

    .day-title {
      font-size: 1.5rem;
      color: #e9bc66;
      margin-bottom: 15px;
      text-align: center;
      text-transform: uppercase;
    }

    .timetable {
      width: 100%;
      border-collapse: collapse;
      margin: 0 auto;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

    .timetable thead {
      background: linear-gradient(to right, #FFD700, #FFAA00);
    }

    .timetable th {
      padding: 10px;
      text-align: center;
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
    }

    .timetable td {
      padding: 10px;
      text-align: center;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      word-wrap: break-word;
    }

    .timetable tr:nth-child(even) td {
      background: rgba(255, 255, 255, 0.2);
    }

    .timetable tr:hover td {
      background: rgba(255, 215, 0, 0.3);
      transition: background 0.3s ease;
    }

    @media (max-width: 768px) {
      .timetable-container {
        padding: 10px;
      }

      .timetable-title {
        font-size: 1.5rem;
      }

      .day-title {
        font-size: 1.25rem;
      }

      .timetable {
        font-size: 0.6rem;
      }

      .timetable th, .timetable td {
        padding: 5px;
        font-size: 0.6rem;
      }

      .timetable {
        display: table;
        table-layout: fixed;
      }

      .timetable th, .timetable td {
        width: calc(100% / 7);
      }
    }
    


/* コンテナ */
.schedule-container {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border: 2px solid #FFD700;
  background-color: #111;
  border-radius: 10px;
  margin-bottom: 5vh;
}

/* タイトル */
.schedule-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #FFD700, #FFC107, #FFB300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* スケジュール項目 */
.schedule {
  text-align: left;
  
}

.schedule-item {
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(255, 215, 0, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  
}

.schedule-item h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #FFD700;
  
}

/* テキストスタイル */
.day-title {
  font-weight: bold;
  color: #FFC107;
}

.time {
  font-weight: bold;
  color: #FFB300;
}

.details {
  margin-left: 10px;
  font-size: 1rem;
  color: #FFD700;
  
}/* End custom CSS */
/* Start custom CSS for template, class: .elementor-element-d0cc40f */.page-footer, .site-footer, .comments-area{
    display: none;
}/* End custom CSS */