.elementor-13367 .elementor-element.elementor-element-4a16cfa{--display:flex;}.elementor-13367 .elementor-element.elementor-element-5502383{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13367 .elementor-element.elementor-element-d83a5c1{background-color:#B41504;padding:5px 5px 5px 5px;text-align:center;}.elementor-13367 .elementor-element.elementor-element-d83a5c1 .elementor-heading-title{color:#FFFFFF;}.elementor-13367 .elementor-element.elementor-element-3dd2abe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13367 .elementor-element.elementor-element-12f5465{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-13367 .elementor-element.elementor-element-c49f058 .elementor-button{background-color:#C11806;}.elementor-13367 .elementor-element.elementor-element-0c0c93c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13367 .elementor-element.elementor-element-a64949f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13367 .elementor-element.elementor-element-30087183{--display:flex;}.elementor-13367 .elementor-element.elementor-element-310ec612 .elementor-button{background-color:#C11806;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-13367 .elementor-element.elementor-element-d83a5c1{text-align:center;}}@media(max-width:767px){.elementor-13367 .elementor-element.elementor-element-d83a5c1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:5px 5px 5px 5px;text-align:center;}.elementor-13367 .elementor-element.elementor-element-3dd2abe{--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13367 .elementor-element.elementor-element-c49f058{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13367 .elementor-element.elementor-element-310ec612{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-2a01fc7 *//* 文字や全体のレイアウトの調整 */
body {
  margin: 20px;
  font-family: sans-serif;
  line-height: 1.5;
}

/* スケジュール全体のコンテナ */
.schedule {
  max-width: 600px;        /* 必要に応じて調整 */
  margin: 0 auto;
  border: 1px solid #ccc;  /* 外枠 */
  padding: 20px;
  background-color: #fafafa;
}

/* それぞれの時間枠（区切り線あり） */
.time-slot {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* 最後の時間枠だけ下線を消す */
.time-slot:last-child {
  border-bottom: none;
  margin-bottom: 0;
  /* 必要に応じて padding-bottom も調整可能 */
}

/* 時間部分を強調 */
.time {
  font-weight: bold;
  color: #c00;  /* 赤字にしている例 */
  margin-bottom: 5px;
}

/* time1クラスがある場合のスタイル（必要に応じて追加） */
.time1 {
  font-weight: bold;
  color: #c00;
  margin-bottom: 5px;
}

/* イベント・説明部分 */
.description p,
.description ul {
  margin: 4px 0;
}

/* サブ区切り線（時間内でさらに区切りを入れたいとき） */
.sub-line {
  border: none;
  border-top: 1px dashed #999;
  margin: 10px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b50ec4 *//* 文字や全体のレイアウトの調整 */
body {
  margin: 20px;
  font-family: sans-serif;
  line-height: 1.5;
}

/* スケジュール全体のコンテナ */
.schedule {
  max-width: 600px;        /* 必要に応じて調整 */
  margin: 0 auto;
  border: 1px solid #ccc;  /* 外枠 */
  padding: 20px;
  background-color: #fafafa;
}

/* それぞれの時間枠（区切り線あり） */
.time-slot {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* 最後の時間枠だけ下線を消す */
.time-slot:last-child {
  border-bottom: none;
  margin-bottom: 0;
  /* 必要に応じて padding-bottom も調整可能 */
}

/* 時間部分を強調 */
.time {
  font-weight: bold;
  color: #c00;  /* 赤字にしている例 */
  margin-bottom: 5px;
}

/* time1クラスがある場合のスタイル（必要に応じて追加） */
.time1 {
  font-weight: bold;
  color: #c00;
  margin-bottom: 5px;
}

/* イベント・説明部分 */
.description p,
.description ul {
  margin: 4px 0;
}

/* サブ区切り線（時間内でさらに区切りを入れたいとき） */
.sub-line {
  border: none;
  border-top: 1px dashed #999;
  margin: 10px 0;
}/* End custom CSS */