@charset "utf-8";
.event {
  width: 82vw;
  max-width: 1200px;
  margin: 1em auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.event li {
  width: 100%;
  margin-bottom: 2em
}
.event li a {
  width: 100%;
  height: 100%;
  color: #000;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: pointer
}
.event li a:hover {
  opacity: 0.5
}
/*写真*/
.event li img {
  width: 100%;
  height: 250px;
  object-fit: cover
}
/*写真-ポジション*/
.position_top img {
	object-position: top
}

/*タイトル-ポジション*/
.nallow_width {
	line-height: 1.3em!important;
    padding-top: 0.2em;
}


/*イベント内容のボックス*/
.event_cont {
  margin-top: 0.5em;
  font-size: 0.9em
}
/*日付と時間のボックス*/
.event h2 {
  font-size: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center
}
/*日付*/
.event h2 span {
  margin-right: 1em;
  padding: 3px 5px;
  display: block;
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  background-color: #393E59
}
.event h2 span::after{
    content: ""
}
/*時間*/
.event h2 time {
  font-weight: lighter
}
.event h3 time {
	margin-left: 1em;
  font-weight: lighter
}
/*店舗名*/
.event h3 {
  margin: 0.3em 0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.7em
}
/*店舗名 紹介文*/
.event p {
  margin-bottom: 0.7em;
  font-weight: 200;
  line-height: 1.6em
}
.event .small{
	font-size:0.9em
}

@media print, screen and (min-width: 600px) {
  .event {
    margin: 3em auto 2em auto
  }
  .event li {
    width: 48%
  }
  /*写真*/
  .event li img {
    height: 300px
  }
  /*イベント内容のボックス*/
  .event_cont {
    margin-top: 1.5em;
    font-size: 1em
  }
  .event h2 {
	  display: block;
	  text-align: left;
    font-size: 1.1em
  }
  /*日付*/
  .event h2 span {
	  display: block;
    margin-right: 1.2em;
    padding: 3px 10px;
    font-size: 0.75em
  }

  /*店舗名*/
  .event h3 {
    margin: -0.1em 0 0.5em 0;
    font-size: 1.2em
  }
}
@media print, screen and (min-width: 1060px) {
  .event li {
    width: 30.5%;
    margin-bottom: 0
  }
 .event h2 {
	  display: flex;
	 text-align: center
  }
	  .event h2 span {
    padding: 3px 8px;
  }
 .event h3 {
    margin: 0.5em 0;
  }
}