@charset "UTF-8";
/* 【Schedule】
------------------------------------------------------------- */
.content {
  padding-left: 193px; }

.scheduleBh {
  text-align: right;
  font-size: 6.4rem;
  line-height: 1;
  font-family: "FOT-筑紫アンティークS明朝 Std L{pm}", sans-serif;
  margin-bottom: 87px; }

.scheduleMain {
  margin-bottom: 120px; }
  .scheduleMain h2 {
    font-size: 3.2rem;
    line-height: 1;
    font-family: "FOT-筑紫アンティークS明朝 Std L", sans-serif;
    margin-bottom: 20px; }
  .scheduleMain ul {
    border-top: 1px solid #707070; }
  .scheduleMain li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #707070;
    padding: 8px 0; }
  .scheduleMain .date {
    width: 142px;
    font-size: 2rem;
    line-height: 1;
    font-family: "FOT-筑紫アンティークS明朝 Std L", sans-serif; }
    .scheduleMain .date span {
      font-size: 1.6rem; }
  .scheduleMain .title {
    width: 430px;
    font-size: 2rem;
    line-height: 1;
    font-family: "FOT-筑紫アンティークS明朝 Std L", sans-serif; }
  .scheduleMain .type {
    width: 322px;
    font-size: 2rem;
    line-height: 1;
    font-family: "FOT-筑紫アンティークS明朝 Std L", sans-serif; }
  .scheduleMain .btn a {
    display: block;
    width: 55px;
    height: 24px;
    background-color: #DD0021;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: -0.019em;
    font-family: "秀英丸ゴシック L", sans-serif; }
    .scheduleMain .btn a:hover {
      background-color: #F4ECEC;
      color: #555; }

@media screen and (max-width: 767px) {
  .content {
    padding-left: 0; }
  .scheduleBh {
    text-align: center;
    font-size: 11.90476vw;
    letter-spacing: -0.04em;
    margin-bottom: 15.47619vw; }
  .scheduleMain {
    margin-bottom: 14.7619vw;
    padding: 0 3.57143vw; }
    .scheduleMain h2 {
      font-size: 4.7619vw;
      margin-bottom: 4.7619vw; }
    .scheduleMain li {
      display: block;
      padding: 1.90476vw 0; }
    .scheduleMain .date {
      width: 100%;
      font-size: 3.80952vw;
      margin-bottom: 1.90476vw; }
      .scheduleMain .date span {
        font-size: 3.80952vw; }
    .scheduleMain .title {
      width: 100%;
      font-size: 3.80952vw;
      margin-bottom: 1.90476vw; }
    .scheduleMain .type {
      width: 100%;
      font-size: 3.80952vw;
      margin-bottom: 1.90476vw; }
    .scheduleMain .btn {
      display: flex;
      justify-content: center; }
      .scheduleMain .btn a {
        width: 13.09524vw;
        height: 5.71429vw;
        font-size: 3.80952vw; } }

/*# sourceMappingURL=schedule.css.map */