@charset "UTF-8";

/* -----------------------------
	 structure 
---------------------------------*/

.container {
  margin: 0 auto;
  width: 960px;
  text-align: center;
}

.container img {
  width: 100%;
}

.container a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.container a:hover {
  opacity: 0.7;

}

.container h3 {
  margin: 38px auto;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 0 20px;
    width: auto;
    height: auto;
  }

  .container h3 {
    font-size: 1em;
  }
}



/*----------------
 event_list
------------------*/

.container {
  margin-bottom: 0px;
}

.container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #860200;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: relative;
  padding-bottom: 42px;
  margin: 50px auto;
}

.container h2:before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 22px;
  background: #860200;
  left: 50%;
  bottom: 0;
  transform: rotate(25deg);
  margin-left: 2px;
}

.event_wrap {padding-top: 10px;width: 100%;/* display: -webkit-box; */display: -ms-flexbox;flex-wrap: wrap;display: flex;/* -webkit-box-orient: horizontal; *//* -webkit-box-direction: normal; */-ms-flex-flow: row wrap;/* flex-flow: row wrap; *//* justify-content: space-between; *//* border-top: 2px solid #b1141c; */}


.event_wrap .thumb {
  width: 100%;
  object-fit: contain;
  height: 200px !important;
  background: #ddd;
}

.event_wrap ul li .cate {
  width: auto;
  margin: 10px 20px 0 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
  font-size: 0.75em;
  line-height: 21px;
  display: inline-block;
  display: flex;
  font-size: 13px !important;
  align-items: start;
}

.event_wrap .cate img {
  width: 21px;
  height: 21px;
  /* padding-right: 3px; */
  vertical-align: middle;
  display: inline-block;
  margin-top: 2px;
  margin-right: 6px;
}

.event_wrap dl {
  margin: 0 0 0;
  padding: 15px 20px 20px 20px;
}

.event_wrap dt {
  font-weight: bold;
  line-height: 1.8em;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}

.event_wrap dd {
  font-size: 0.75em;
  line-height: 1.8em;
  font-size: 13px;
}

.event_wrap .venue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event_wrap ul li a {
  text-decoration: none;
}



/**-----もっと見るボタン初期設定------**/

.event_wrap ul {
  display: none;
  position: relative;
  width: 300px;
  margin: 30px 0 0 45px;
}
.event_wrap ul:nth-child(-n+3) {
  margin-top: 0;
}
.event_wrap ul:nth-child(3n-2) {
  margin-left: 0;
}
.event_wrap ul li {
  position: relative;
}
.event_wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.event_wrap ul li:hover::before {
  opacity: 1;
}
.event_wrap ul li a {
  display: block;
  background: #fff;
  position: relative;
}
.event_wrap ul li a:hover {
  background: #f0f0f0;
  opacity: 1 !important;
}
.event_wrap ul li a::before {
  content: "";
  background: #740000;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}  
.event_wrap ul li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  position: absolute;
  right: 4px;
  bottom: 3px;
  transform: rotate(45deg);
}  


#pagetop a,
.readMoreBtn a {
  width: 465px;
  margin: 0 auto;
  padding: 1em 0;
  background-color: #000;
  display: block;
  position: relative;
}

#pagetop a,
#pagetop a:link,
#pagetop a:visited {
  display: none;
  color: #fff;
  text-decoration: none;
}

#pagetop a:hover,
#pagetop a:active {
  color: #fff;
}

/*--------------*/

.readMoreBtn {
  margin-top: 40px;
}
.readMoreBtn a,
.readMoreBtn a:link,
.readMoreBtn a:visited {
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  background: #740000;
}

.readMoreBtn a:hover,
.readMoreBtn a:active {
  color: #fff;
}

.readMoreBtn a::after {
  content: '';
  display: inline-block;
  padding: 0;
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
}

#pagetop a::after {
  content: '';
  display: inline-block;
  padding: 0;
  width: 5px;
  height: 5px;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
}



@media screen and (max-width: 768px) {

  .sp {
    display: block;
  }
	.event_wrap ul {
    /*margin-right: 25px;*/
    margin-bottom: 30px;
    width: 48%;
    margin-left: 4%;
    margin-top: 0;
  }
  .event_wrap ul:nth-child(3n-2) {
    margin-left: 4%;
  }
  .event_wrap ul:nth-child(2n-1) {
    margin-left: 0;
    clear: both;
  }
  .event_wrap ul li {
    
  }
  .event_wrap .thumb {
    width: 100%;
    height: 100px !important;
  }
  .event_wrap ul li .cate {
    width: auto;
    margin: 10px 10px 0 10px;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 0.75em;
    line-height: 21px;
    display: inline-block;
    display: flex;
    align-items: start;
    font-size: 10px !important;
  }
  
  .event_wrap .cate img {
    width: 17px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    display: inline-block;
  }
  
  .event_wrap dl {
    margin: 0 0 0;
    padding: 10px 10px 15px 10px;
  }
  
  .event_wrap dt {
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .event_wrap dd {
    font-size: 0.75em;
    line-height: 1.5em;
    font-size: 10px;
  }

  .readMoreBtn {
    margin-top: 0px;
  }
  #pagetop a,
  .readMoreBtn a {
    width: 70%;
    margin: 0 auto;
    padding: 1em 0;
    color: #fff;
    background-color: #000;
    display: block;
    position: relative;
  }
}


***********/
