
.Schedule_List_Item {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .Schedule_List {
    display: flex;
  }
  .Schedule_List_Item {
    flex: 1;
    margin: 0;
  }
  .Schedule_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
}

.Schedule_List_Item {
  border: 1px  solid #efefef;
}

.Schedule dl {
  text-align: center;
}

.Schedule dt {
  font-size: 1.2rem;
  background-color: #f1efeb;
}

.Schedule dd {
  line-height: 1;
}

.Schedule_Date_Item {
  padding: 1rem;
  font-size: 2rem;
  line-height: 1;
}

.Schedule_Date_Item span {
  display: inline-block;
  border-radius: 30px;
  padding: 2px 16px;
  font-size: .5em;
  letter-spacing: 1px;
  margin-top: 8px;
  vertical-align: super;
  color: #fff;
  background-color: #d96d5a;
  border: 1px solid #d96d5a;
}

.Schedule_Date_Item.tokyo span {
  background-color: transparent;
  color: #d96d5a;
}

.Schedule_Date_Item:last-of-type {
  border-top: 1px dashed #efefef;
}

.Schedule_Date_Item i {
  font-size: .6em;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .Schedule_Date {
    display: flex;
  }
  .Schedule_Date_Item {
    flex: 1;
  }
  .Schedule_Date_Item:last-of-type {
    border: 0;
    border-left: 1px dashed #efefef;
  }
}

.Schedule_Timeline {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 549px) {
  .Schedule_Timeline {
    max-width: 70%;
    margin: 0 auto;
  }
  .Schedule_Timeline_Item {
    border-left: 2px solid #efefef;
    padding-left: 2rem;
    padding-bottom: 1rem;
    position: relative;
  }
  .Schedule_Timeline_Item::after {
    content: '';
    width: 16px;
    height: 16px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top right/50% 100%;
    position: absolute;
    left: -9px;
    bottom: 25%;
  }
  .Schedule_Timeline_Item br {
    display: none;
  }
  .Schedule_Timeline_Inner {
    display: inline-block;
    text-align: center;
    padding-left: 3rem;
    position: relative;
  }
  .Schedule_Timeline_Inner div {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding-left: .5rem;
  }
  .Schedule_Timeline_Inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 100%;
    background-color: #efefef;
    z-index: 1;
  }
  .Schedule_Timeline_Inner::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d96d5a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

@media screen and (min-width: 550px) {
  .Schedule_Timeline {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .Schedule_Timeline_Item {
    flex: 1.5;
    border-bottom: 4px solid #efefef;
    position: relative;
  }
  .Schedule_Timeline_Item:first-of-type {
    flex: 1;
  }
  .Schedule_Timeline_Item:nth-of-type(5) {
    flex: .75;
  }
  .Schedule_Timeline_Item:last-of-type {
    flex: 1;
  }
  .Schedule_Timeline_Item::after {
    content: '';
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #efefef 50.5%) no-repeat bottom right/100% 50%;
    position: absolute;
    bottom: -12px;
    left: 75%;
  }
  .Schedule_Timeline_Item_Inner {
    display: inline-block;
    text-align: center;
    padding-bottom: 3rem;
    position: relative;
  }
  .Schedule_Timeline_Item_Inner div {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding-bottom: .5rem;
  }
  .Schedule_Timeline_Item_Inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background-color: #efefef;
    z-index: 1;
  }
  .Schedule_Timeline_Item_Inner::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d96d5a;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

.Schedule_Timeline span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
  margin-right: 1rem;
}

@media screen and (min-width: 550px) {
  .Schedule_Timeline span {
    margin: 0;
    font-size: 2rem;
  }
}

.Schedule_Ise {
  margin: 3rem auto 0;
  max-width: 960px;
  border: 1px solid #57a773;
}

@media screen and (min-width: 550px) {
  .Schedule_Ise {
    text-align: center;
    margin: 5rem auto 0;
  }
}

.Schedule_Ise_Title {
  background-color: #57a773;
  padding: 1rem;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 550px) {
  .Schedule_Ise_Title {
    font-size: 2rem;
  }
}

.Schedule_Ise_Inner {
  padding: 1.5rem;
}

@media screen and (min-width: 550px) {
  .Schedule_Ise_Inner {
    padding: 3rem;
  }
}

.Schedule_Ise_Note {
  text-align: center;
  color: #57a773;
  margin: 3rem auto 0;
}

@media screen and (min-width: 550px) {
  .Schedule_Ise_Note {
    padding: 1rem 2rem;
  }
}
