@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
	color: #666 !important;
}
table { 
    border-collapse: collapse; 
    border-spacing:0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img.comingsoon{
-webkit-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
body img {
	display: block;
}
.event {
  width: 80%;
  margin: 0 auto 60px;
}
.yearm {

  margin: 0 auto 20px;
  font-size: 24px;
  color: #000;
  border-left: 8px solid #2ca6e0;
  padding-left: 10px;
}
.event p {
  text-align: center;
}
.event p img {
  display: inline;
}
.inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
.entryclose{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.block {
  margin-top: 30px;
}
.event .txt {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}

.event .past a {
  display: block;
  width: 650px;
  height: 120px;
  background: #ee4a9f;
  background: -moz-linear-gradient(top,  #ee4a9f 0%, #f78f84 100%);
  background: -webkit-linear-gradient(top,  #ee4a9f 0%,#f78f84 100%);
  background: linear-gradient(to bottom,  #ee4a9f 0%,#f78f84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4a9f', endColorstr='#f78f84',GradientType=0 );
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 120px;
  margin: 0 auto;
  text-decoration: none;
}

#past {
  background: #fff;
  padding: 40px 20px;
}

#past .event {
  width: 100%;
}


@media screen and (max-width: 768px) {
  #wrap {
    width: 100%;
  }

  img {
    width: 100%;
    height: auto;
  }

  h1 {
    overflow: hidden;
  }

  h1 img {
    width: 100%;
    /* margin-left: -15%; */
  }

  .conts {
    background: #fff;
    padding: 0;
  }

  .inner {
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .event {
    width: 100%;
    margin: 0 auto 30px;
  }

  .yearm {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .block {
    margin-top: 15px;
  }

  .event p {
    text-align: left;
  }

  .event .txt {
    font-size: 13px;
    text-align: left;
    margin-bottom: 2px;
  }

  .event .past a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
  }


  #past {
    padding: 20px 10px;
  }

  #past .event {
    width: 100%;
  }

  .entryclose{
    margin-bottom: 2px;
    font-size: 12px;
  }

  .copy {
    font-size: 9px;
  }
}










