@charset "utf-8";

#schedule {
  padding-bottom: 150px;
  border-top: 5px #000 solid;
  background: url("../../img/linedot_yellow.gif");
  overflow: hidden;
}
#schedule h2.star-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-top:60px;
  z-index: 2;
}

#schedule .center {
  width: 740px;
}
#schedule .intro {
  margin-bottom: 30px;
}
#schedule .intro .inner {
  line-height: 1.7;
  padding: 30px 40px;
  font-weight: bold;
  text-align: center;
}
#schedule .intro .inner strong {
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 1.125em;
}
#schedule .intro .inner .blue {
  margin-bottom: 5px;
  border: 2px #2db7f1 solid;
  color: #2db7f1;
}
#schedule .intro .inner .pink {
  border: 2px #ff3f87 solid;
  color: #ff3f87;
}
#schedule .intro .inner span {
  display: block;
  margin-top: 8px;
  font-size: 0.875em;
}
#schedule .schedule {
  margin-bottom: 50px;
}
#schedule .schedule .inner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#schedule .message {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}


@media all and (max-width: 812px) {
  .sns-share {
    margin-top: 100px;
  }
  
  #schedule .center {
    width: 90%;
  }
  #schedule h2.star-ttl {
    padding-top:40px;
  }
  
  #schedule .schedule {
    margin-bottom: 30px;
  }
  #schedule .message {
    font-size: 0.875em;
    text-align: left;
  }
  
}

@media all and (max-width: 568px) {
  #schedule h2.star-ttl {
    padding-top: 30px;
  }
  #schedule .intro .inner {
    padding: 5% 7%;
    font-size: 0.875em;
    text-align: left;
  }
}

































