@charset "UTF-8";


html{
	font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 62.5%;
    letter-spacing: 0.05em;
    line-height: 180%;
    width: 100%;
}
img {
    border-style: none;
	max-width: 100%;
	vertical-align: bottom;
    height: auto;
}

/*--------------------------------------------
  メイン
---------------------------------------------*/
.EventContainer {
  font-family: "Roboto", sans-serif;
  padding: 50px 0 0;
}
.Event__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .Event__inner {
    margin: 0 2rem;
    width: auto;
  }
}
.Event__ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .Event__ul {
    padding: 3rem 0 0;
  }
}
.Event__li {
  flex: 0 0 calc(50% - 20px);
  margin: 0 0 10rem;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 640px) {
  .Event__li {
    flex: 0 0 100%;
    margin: 0 0 8rem;
    width: 100%;
  }
}


.Event__image {
  margin: 0 auto 2rem;
}
.Event__foot {
	margin-top: 5px;
}
.Event__linkArea{
	margin-top: 20px;
}
.Event__detail dt {
  margin: 0 0 2rem;
  width: 5.7291666667vw;
}
@media only screen and (max-width: 640px) {
  .Event__detail dt {
    width: 8rem;
  }
}
.Event__detail dd {
  line-height: 1.4em;
}
.Event__detail dd:first-of-type {
  font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.Event__detail dd:nth-of-type(2) {
  font-size: 16px;
	margin: 0 0 5px;
}
.Event__detail dd:nth-of-type(3) {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .Event__detail dd {
    font-size: 1rem;
    line-height: 1.6;
  }
}
    /*--------------------------------------------
      パーツ
    ---------------------------------------------*/
.linkBtn {
  background: #111111;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
	cursor: pointer;
}
.linkBtn:hover {
  background: rgba(17, 17, 17, 0.7);
}
.linkUnderbar {
  color: #111;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.linkUnderbar::before, .linkUnderbar::after {
  background-color: #111;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.linkUnderbar::before {
  bottom: 0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.linkUnderbar::after {
  bottom: 0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.linkUnderbar:hover::before {
  background-color: #111;
  width: 100%;
}
.linkUnderbar:hover::after {
  background-color: #111;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}


.Outline__head--last {
	border-top: 1px solid;
}
.Outline__body--last {
	border-top: 1px #E0E0E0 solid;
}
.NewsContainer a {
	color: #232323;
}
@media only screen and (max-width: 640px) {
	.Outline__head--last {
	border-top: 1px #E0E0E0 solid;
	padding-top: 22px;
}
.Outline__body--last {
	border-top:none;
}
}