@charset "UTF-8";
.leadArea {
  background: url("../img/bg.png") no-repeat right top;
  height: 645px;
  position: relative;
  padding-top: 60px; }
  .leadArea h2 {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MS PGothic",Osaka,sans-serif;
    font-style: normal;
    font-size: 36px;
    margin: 0;
    padding-bottom: 20px;
    line-height: 1.3; }
  .leadArea p {
    margin-bottom: .5em;
    font-size: 16px;
    line-height: 1.6; }
  .leadArea .mainVisual {
    position: absolute;
    left: 0;
    bottom: 0; }

.photo {
  margin-top: 40px; }

.schedule {
  margin-top: 60px;
  padding-bottom: 60px;
  font-size: 14px; }
  .schedule h3 {
    margin: 0 0 20px;
    height: 38px;
    border-left: 4px solid #f00;
    padding-left: 15px;
    font-weight: normal;
    font-size: 20px;
    line-height: 38px; }
  .schedule table {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-top: 20px; }
    .schedule table th, .schedule table td {
      border-top: 1px solid #999;
      font-weight: normal;
      text-align: left;
      padding-left: 18px;
      padding-top: 18px;
      padding-bottom: 18px; }
    .schedule table th {
      width: 220px; }
    .schedule table td {
      position: relative; }
    .schedule table .close td:after, .schedule table .next td:after {
      content: "";
      display: block;
      color: #fff;
      width: 98px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -13px; }
    .schedule table .close th, .schedule table .close td {
      color: #999; }
    .schedule table .close td:after {
      content: "終了";
      background-color: #999; }
    .schedule table .next td:after {
      content: "次回開催";
      background-color: #f00; }

@media screen and (max-width: 640px) {
  .leadArea {
    background: none;
    height: auto;
    padding-left: 2%;
    padding-right: 2%; }
    .leadArea h2 {
      padding-top: 20px;
      font-size: 6vw; }
    .leadArea p br {
      display: none; }
    .leadArea .mainVisual {
      position: relative;
      padding-right: 1%; }
      .leadArea .mainVisual img {
        width: 100%; }

  .photo img {
    width: 100%; }

  .schedule {
    margin-top: 30px;
    margin-left: 2%;
    margin-right: 2%; }
    .schedule table th, .schedule table td {
      display: block;
      width: 100%;
      padding: 4% 2%; }
    .schedule table th {
      width: 100%;
      padding-bottom: 2%; }
    .schedule table td {
      border: none;
      padding-top: 0; }
    .schedule table .close td:after, .schedule table .next td:after {
      position: relative;
      display: block;
      margin-top: 10px;
      margin-left: 8%; } }

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