@charset "UTF-8";
/* ==========================
    ベースカラーの設定 
=============================*/
/*トップページnavの色*/
/* ==========================
    Compass、Sass各種設定
=============================*/
/*768以上はPC表示*/
/*767以下はスマホ表示・bootstrapはsm*/
/* ===========================
    Layout(boxの設定)
==============================*/
.event-box {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .event-box {
    margin-top: 80px;
  }
}

.event_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event_left {
    width: 810px;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .event_right {
    width: 220px;
    float: right;
    margin: 0;
  }
}

.event_day {
  font-size: 11px;
  display: block;
  text-align: right;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .event_day {
    font-size: 14px;
    margin-top: 5px;
    float: right;
    margin-right: 20px;
  }
}

.event_img {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .event_img {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .event_img:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .event_img a {
    transition: opacity 0.3s;
  }
  .event_img a:hover {
    opacity: 0.8;
  }
}

/* 下に表が付くときはこちらのclassを使います　*/
.event_img2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .event_img2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .event_img2:last-of-type {
    margin-bottom: 0;
  }
}

.flyer_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flyer_img {
    margin-bottom: 30px;
  }
}

/* イベント詳細　表 */
.event_table {
  margin-top: 30px;
  display: table;
  width: 100%;
}
.event_table ul {
  list-style-type: none;
  margin-top: 10px;
}

.event_th {
  border-bottom: 2px #fff solid;
  width: 20%;
  background-color: #0C497C;
  text-align: center;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .event_th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.event_td {
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 200%;
  display: table-cell;
}
@media screen and (min-width: 768px) {
  .event_td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* イベント詳細の表で使える文字の設定 */
/*　主催の名前など　*/
.sponsor {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sponsor {
    font-size: 20px;
  }
}

/*　色付きの記号など　*/
.main-color {
  color: #0C497C;
}

/*　プログラム　開催するエリアなど　*/
.area {
  margin-top: 10px;
  display: block;
  color: #0C497C;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .area {
    font-size: 20px;
  }
}

/* 終了したイベントの説明 */
.event_end {
  margin-top: 20px;
  color: red;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .event_end {
    text-align: center;
    font-size: 20px;
  }
}

/* 終了したイベントの説明 ２*/
.event_end2 {
  margin-top: 4px;
  color: red;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .event_end2 {
    text-align: center;
    font-size: 16px;
  }
}



/*　Photo Garally　*/
.photo_garally_title {
  text-align: center;
  line-height: 150%;
  color: #0C497C;
  font-weight: 200;
  font-size: 22px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .photo_garally_title {
    font-size: 36px;
    margin: 60px 0 40px;
  }
}

.photo_garally {
  margin-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media screen and (min-width: 768px) {
  .photo_garally {
    margin-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
/*# sourceMappingURL=event.css.map */
