@charset "utf-8";

main {

}

.event {
  padding: 20px 30px;
  color: #7C6C6C;
  font-size: 1.5rem;
  margin: auto;
}

h3,h4 {
  font-family: 'Roboto', sans-serif;
  color: #5D5A5A;
}

h3 {
  padding: 30px 0 10px 0;
}

h3 span {

}

.eventPhoto {
  text-align: center;
}

.eventPhoto img {
  width: 80%;
  height: auto;
}

.in {
  padding: 30px 0 40px 0;
  margin: auto;
  border-top: 1px #D9D5D5 solid;
  margin-top: 20px;
}

h4 {

}

.text {
  padding-bottom: 20px;
}



@media screen and (min-width: 960px) {

  .event {
    width: 900px;
  }

  .eventPhoto img {
    width: 50%;
    height: auto;
  }

}


@media screen and (min-width: 1250px) {

  .eventPhoto img {
    width: 30%;
    height: auto;
  }
}





/* 
font-family: 'Bad Script', cursive;
font-family: 'Caveat', cursive;
font-family: 'Chewy', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Sacramento', cursive;

font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  ヒラギノが入ってない場合違うもの
 */