@charset "UTF-8";
/* お知らせ
----------------------------------------------- */
.event .wrapper {
  padding-bottom: 100px;
}

.event .cat_column {
  margin-bottom: 50px;
}

.event .cat_column .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.event .cat_column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event .cat_column ul li {
  color: #ffffff;
  background: #c2143d;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  margin-right: 15px;
}

.event .cat_column ul li a {
  color: #ffffff;
}

.info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_list article {
  width: 46.87%;
  background: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .info_list article {
    width: 48%;
    margin-right: 2%;
  }
}

.info_list article .photo {
  text-align: center;
  margin-bottom: 10px;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .info_list article .photo {
    text-align: center;
    height: 120px;
  }
}

.info_list article .photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .info_list article .photo img {
    max-width: 100%;
  }
}

.info_list article .text {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .info_list article .text {
    padding: 0 15px 15px 15px;
  }
}

.info_list article .text .date {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .info_list article .text .date {
    font-size: 12px;
  }
}

.info_list article .text .cat {
  display: inline-block;
  background: #c2143d;
  border-radius: 50px;
  text-align: center;
  padding: 1px 10px 3px;
}

.info_list article .text .cat a {
  font-size: 12px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .info_list article .text .cat a {
    font-size: 12px;
  }
}

.info_list article .text .info_title {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .info_list article .text .info_title {
    margin-top: 5px;
  }
}

.info_list article .text .info_title a {
  font-size: 18px;
  color: #c2143d;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .info_list article .text .info_title a {
    font-size: 14px;
    margin-top: 10px;
  }
}

.info_list article:nth-child(2n) {
  margin-right: 0;
}

.info_single {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .info_single {
    padding-bottom: 30px;
  }
}

.info_single .article {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 15px;
}

.info_single .article .title {
  font-size: 30px;
  font-weight: bold;
  color: #d71318;
  border-bottom: dotted 5px #988468;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .info_single .article .title {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.info_single .article .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.info_single .article .cat {
  display: inline-block;
  background: #c2143d;
  border-radius: 50px;
  text-align: center;
  padding: 1px 10px 3px;
}

.info_single .article .cat a {
  font-size: 12px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .info_single .article .cat a {
    font-size: 12px;
  }
}

.info_single .article .content {
  padding-bottom: 50px;
}

.info_single .article .content img {
  max-width: 100%;
  height: auto;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  line-height: 1.4;
  font-size: 18px;
  color: #ffffff;
  background: #d71318;
  font-weight: bold;
  border-radius: 50px;
  border: solid 1px #d71318;
  padding: 15px 70px;
}

@media screen and (max-width: 767px) {
  .btn a {
    padding: 10px 50px;
  }
}
/*# sourceMappingURL=event.css.map */