/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro_TitleJa br {
  display: none;
}

@media only screen and (max-width: 374px) {
  .sw-PageIntro_TitleJa br {
    display: inline;
  }
}
/* schedule-List
-----------------------------------*/
.schedule-List {
  margin: 30px 0 90px;
  padding: 0 20px;
}
.schedule-List_Item {
  list-style: none;
  border: 4px solid #f2f2f2;
  border-radius: 5px;
  padding: 6px 6px 26px;
}
.schedule-List_Item + .schedule-List_Item {
  margin-top: 20px;
}
.schedule-List_Title {
  color: #fff;
  font-size: 131%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #c61529;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 16px;
  padding: 7px 10px;
}
.schedule-List_Info {
  font-size: 116%;
  margin: 0 10px;
}
.schedule-List_InfoLabel {
  font-weight: 700;
  margin-bottom: -3px;
}
.schedule-List_InfoData {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.schedule-List_InfoData:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.schedule-List_InfoData a {
  color: #000;
  text-decoration: none;
}
.schedule-List_InfoData a.schedule-List_InfoMaplink {
  color: #c61529;
}
.schedule-List_InfoData a.schedule-List_InfoMaplink:before {
  content: "";
  width: 11px;
  height: 16px;
  background: url("../../common/img/ico_04_c.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
.schedule-List_Btn {
  text-align: center;
  margin-top: 32px;
}
.schedule-List_Btn .sw-Btn-02 {
  width: 100%;
  max-width: 225px;
}

@media only screen and (min-width: 600px) {
  .schedule-List_InfoLabel {
    float: left;
    clear: left;
    margin-bottom: 0;
  }
  .schedule-List_InfoData {
    padding-left: 110px;
  }
}
@media only screen and (min-width: 960px) {
  .schedule-List {
    max-width: 900px;
    margin: 50px auto 140px;
    padding: 0 50px;
  }
  .schedule-List_Item {
    padding: 26px 26px 56px;
  }
  .schedule-List_Item + .schedule-List_Item {
    margin-top: 50px;
  }
  .schedule-List_Title {
    font-size: 153.9%;
    margin-bottom: 37px;
    padding: 5px 10px;
  }
  .schedule-List_Info {
    margin: 0 40px;
  }
  .schedule-List_InfoData {
    margin-bottom: 17px;
    padding: 0 0 17px 130px;
  }
  .schedule-List_InfoData a.schedule-List_InfoMaplink:hover {
    text-decoration: underline;
  }
  .schedule-List_Btn {
    margin-top: 48px;
  }
  .schedule-List_Btn .sw-Btn-02 {
    max-width: 270px;
  }
}
/* schedule-Gcal
-----------------------------------*/
.schedule-Gcal {
  text-align: center;
  margin: 70px 0 90px;
  padding: 0 20px;
}
.schedule-Gcal iframe {
  width: 100%;
  max-width: 800px;
  height: 500px;
}

@media only screen and (min-width: 600px) {
  .schedule-Gcal iframe {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (min-width: 960px) {
  .schedule-Gcal {
    margin: 100px 0 140px;
  }
}