@charset "UTF-8";
ul.eventList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul.eventList {
    display: block;
  }
}
ul.eventList > li {
  list-style-type: none;
  width: 32%;
  margin-left: 2%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  ul.eventList > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
ul.eventList > li:first-of-type {
  margin-left: 0;
}
ul.eventList > li .thumbnail {
  text-align: center;
}
ul.eventList > li .eventList_title {
  margin: 20px 0 10px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
}
ul.eventList > li .eventList_text {
  margin: 10px 0;
}
ul.eventList > li .eventList_link {
  margin: 0;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.eventList > li .eventList_link {
    position: static;
    text-align: left;
    margin: 20px 0;
  }
}
ul.eventList > li .eventList_link a {
  display: inline-block;
  padding: 5px;
  border: solid 2px #669933;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #669933;
  font-size: 14px;
  line-height: 1.3;
}
ul.eventList > li .eventList_link a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
ul.eventList > li .eventList_link a:hover {
  color: #fff;
  background-color: #669933;
}

.btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
}

/**
** ブログ一覧
**/
.blog-list .entries {
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.blog-list .entries:after {
  content: " ";
  display: block;
  clear: both;
}
.blog-list .entries > .slide {
  list-style-type: none;
  display: block;
  float: left;
  width: 24%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blog-list .entries > .slide {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.blog-list .entries > .slide:first-of-type {
  margin-left: 0;
}
.blog-list .entries > .slide > a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 20px;
  word-break: break-all;
}
.blog-list .entries > .slide > a .thumbnail {
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-list .entries > .slide > a .thumbnail span {
  display: block;
  height: 130px;
}
.blog-list .entries > .slide > a .thumbnail span.image {
  background-size: cover;
  background-position: center;
}
.blog-list .entries > .slide > a .thumbnail span.no_image {
  background: #f3f3f3;
}
.blog-list .entries > .slide > a .thumbnail span.no_image:after {
  content: "No Image";
  font-family: sans-serif;
  line-height: 130px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .blog-list .entries > .slide > a .thumbnail span {
    height: 200px;
  }
  .blog-list .entries > .slide > a .thumbnail span.no_image {
    display: none;
  }
}
.blog-list .entries > .slide > a h4 {
  margin: 0 0 12px;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.blog-list .entries > .slide > a h5 {
  margin: 0 0 13px;
  font-size: 17px;
  font-weight: bold;
  color: #339900;
  line-height: 1.5;
  min-height: 2.8em;
}
.blog-list .entries > .slide > a .text {
  line-height: 1.65;
  color: #000;
  font-size: 15px;
}
.blog-list .entries > .slide > a .text p {
  margin: 0;
}
.blog-list .entries > .slide > a .text img,
.blog-list .entries > .slide > a .text ul.gallery {
  display: none;
}
.blog-list .entries > .slide > a:hover {
  background-color: #e3d2c9;
  border: solid 1px #663300;
}

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