@charset "utf-8";
/* --------------------------------------------------
/contents/event/css/event.css

イベント情報・開催報告（一覧・記事）用CSS

-------------------------------------------------- */
@media screen and (min-width: 481px) {
  .showpc{
    display: block;
  }
  .showsp{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .showpc{
    display: none;
  }
  .showsp{
    display: block;
  }
}

.hide {
  display: none !important;
}

a{
  color: #333;
}

.alignnone{
  display:block;
  margin:0 auto;
}
.alignleft{
  float:left;
  margin:0 20px 0 0;
}
.alignright{
  float:right;
  margin:0 0 0 20px;
}
.aligncenter{
  display:block;
  margin:0 auto;
}

.btn_event_top {
  margin: 80px 0 0;
  font-size: 20px;
  text-align: center;
}
.btn_event_top a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .btn_event_top {
    margin: 50px 0 0;
    font-size: 18px;
  }
}

.post{
  background-image: none;
}
.post .inlineblock{
  font-size: 1.0em;
}

@media screen and (max-width: 480px) {
  #container{
    padding: 20px 0 0 0;
  }
}

#main{
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 1rem;
}
#main.nosidebar{
  width: 100%;
  float: none;
}
#main h1{
  font-size: 2em;
  margin-bottom:30px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #main{
    padding: 0;
  }
  #main > h2{
    font-size: 1.5em;
    margin: 0 0 10px;
    text-align: center;
  }
}

#wrapper{
  width: 100%;
  max-width: 1000px;
  margin: auto auto 50px;
}
#wrapper article{
  width: 175px;
  padding: 0;
}
#wrapper article.single{
  width: 100%;
  max-width: 720px;
  margin: 15px auto 0;
  box-sizing:border-box;
}
#wrapper article.single .entry-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #wrapper {
    width: 100%;
    margin: auto auto 50px;
  }
}

#archive article{
  box-sizing:border-box;
  display:block;
  margin:0 0px 10px 0;
  width: 100%;
  min-height: 110px;
}
#archive article .thumb{
  width: 180px;
  height: 120px;
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden;
}
#archive article .thumb img{
  display: block;
  width: 100%;
  height: auto;
}
#archive article div.category{
  font-size:11px;
  margin: 5px 0 0 0;
}
#archive article h3{
  font-size: 16px;
  margin: 5px 0 ;
  line-height: 1.4;
}
#archive article h3 a{
  text-decoration: none;
}
#archive article:after{
  clear: both;
  content: "";
  display: block;
}
#archive header time + a,
#archive header time + .tag{
  display: inline-block;
  width: 120px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  font-size: 12px;
  font-weight: normal;
}
#archive header.elementary time + a,
#archive header.elementary time + .tag{
  background-color: #f2b0c2;
}
#archive header.junior time + a,
#archive header.junior time + .tag{
  background-color: #bcf099;
}
#archive header.college time + a,
#archive header.college time + .tag{
  background-color: #a2dedf;
}
#archive header.certificate time + a,
#archive header.certificate time + .tag{
  background-color: #f0dd99;
}
#archive .btn_show_all {
  margin: 2em 0 0 0;
  font-size: 20px;
}
#archive .btn_show_all a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  #archive article{
    margin-bottom: 20px;
  }
  #wrapper article.single{
    margin-top: 0;
  }
  .entry-header,.page-header{
    font-size: 0.8em;
    line-height:1.5;
  }
  #archive article .thumb {
    margin: 0 5% 0 0;
    width: 45%;
  }
  #archive article header{
    margin: 0 0 0 50%;
  }
  .eyecatch{
    width: 100%;
  }
  #archive .btn_show_all {
    font-size: 18px;
  }
}

.page-header h2{
  font-size: 36px;
  margin: 50px 0 18px;
  font-weight: normal;	
}
@media screen and (max-width: 480px) {
  .page-header h2 {
    font-size: 24px;
    margin: 0 0 18px;
  }
}

.entry-content p{
  margin:0 0 30px;
}
.entry-content h2{
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.entry-content > h3{
  text-align: left !important;
  font-size: 21px !important;
  font-weight: bold;
  color: #000 !important;
  line-height: 1.5;
}
.entry-content .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry-content .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.eyecatch {
  width:auto;
  height:auto;
  min-height: 0px;
  display:block;
  margin:0 auto 20px;
}
.eyecatch .wp-post-image{
  width:100%;
  height:auto;
  display:block;
  margin:0 auto 20px;
}
