.event_news {
  margin: 0 2px;
}

.event_row:not(:first-child) {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .event_row:not(:first-child) {
    margin-top: 48px;
  }
}

.event_hr {
  max-width: 620px;
  border-color: #E7E7E7;
  border-style: solid;
  margin: 0 auto;
}


/* 旧イベント
#pickup_event.info_slide {
    margin-top: 40px;
}
#voice_container {
  margin-top: 40px;
  margin-bottom: 40px;
}
#voice_container:after {
  content: "";
  display: block;
  clear:both;
}
#voice_container article {
  width: 22.1%;
  float: left;
  margin-right: 3.8%;
  padding-bottom: 35px;
}
#voice_container article:nth-child(4n) {
  float: right;
  margin-right: 0;
}
#voice_container article:nth-child(4n+1) {
  clear: both;
}

#voice_container article > dl > dt a span.event_img_img {
  display: block;
  width: 100%;
  height: 130px;
  background-position: center center;
  background-size: 90% 100%;
  background-repeat:no-repeat;
}
#voice_container article > dl > dd {
  padding-top: 13px;
}
#voice_container article > dl > dd > h2 {
  padding-bottom: 12px;
  font-weight: bold;
}
#voice_container article > dl > dd > dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
#voice_container article > dl > dd > dl dt {
  display: table-cell;
  vertical-align:top;
  width: 80px;
  padding: 4px 0;
  font-size: 0.9em;
}
#voice_container article > dl > dd > dl dd {
  display: table-cell;
  vertical-align:top;
  font-size: 0.9em;
  padding: 4px 0;
}
#voice_container article > nav {
  padding-top: 15px;
  text-align: center;
}
#voice_container article > nav a img {
  height: 15px;
}
.event_img {
    position: relative;
}

@media only screen and (max-width: 768px) {
#voice_container article,
#voice_container article:nth-child(4n) {
  width: 32%;
  margin-right: 1.3%;
  float: left;
}
#voice_container article:nth-child(4n+1) {
  clear: none;
}
#voice_container article:nth-child(3n) {
  margin-right: 0;
  float: right;
}
#voice_container article:nth-child(3n+1) {
  clear: both;
}

}
@media only screen and (max-width: 520px) {
    #voice_container article,
    #voice_container article:nth-child(4n) {
        width: 48.6%;
        margin-right: 0;
        float: left;
    }
    #voice_container article:nth-child(4n+1) {
        clear: none;
    }
    #voice_container article:nth-child(3n) {
        width: 48.6%;
        margin-right: 0;
        float: left;
    }
    #voice_container article:nth-child(3n+1) {
        clear: none;
    }
    #voice_container article:nth-child(odd) {
        clear: both;
    }

    #voice_container article:nth-child(even) {
        margin-right: 0;
        float: right;
    }
}
@media only screen and (max-width: 414px) {
#voice_container article a {
  background-size: auto 135px;
/*  padding-top: 143px;*/
}
#voice_container article a cite {
  font-size: 14px;
}
}
@media only screen and (max-width: 340px) {
#voice_container article {
  width: 100%!important;
  float: none!important;
  margin-right: 0!important;
}
}

.map {
  color: #333;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .map {
      display:none;
  }
}
.map__title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.map__container {
  text-align: left;
  height: 410px;
}
.map__information {
  width: 40%;
  padding: 20px;
  font-size: 16px;
}
.map__informationList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map__informationList a {
  text-decoration: none;
  color: #333;
}
.map__informationList a:visited {
  color: #333;
}
.map__informationList a:hover li{
  opacity: 0.7;
  color: #333;
}
.map__button {
  font-size:12px;
  float:right;
  font-weight: normal;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
  background: #333;
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.map_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.map__informationListItem {
  padding: 5px;
  border-radius: 10px;
  border: solid 1px #e2e0e0;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
}
.map__informationListItem--small {
  font-size: 12px;
  font-weight: normal;
}
.map__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.accordion {
  width: 100%;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
.accordion__title {
  font-size: 20px;
  letter-spacing: 2px;
  padding: 3px 10px;
  cursor: pointer;
  transition: .3s ease;
  border-bottom: solid 1px #dfdfdf;
}
.accordion__title:hover {
  background: #dfdfdf;
}
.accordion__copy {
  display: none;
  padding: 8px 16px;
  color: #ccc;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  border-bottom: solid 1px #dfdfdf;
}
.accordion__copy a {
  color: #333;
}
.accordion__copy a:visited {
  color: #333;
}
.accordion__copy a:hover {
  color: #333;
}

.accordion__copy--small {
  font-size:12px;
}

.accordion__copy--open {
  display: block;
}
