@charset "UTF-8";
#event {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.6;
}
.news-midashi02 {
    text-align: left;
    color: #ffa9ac;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 40px;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.news-box {
    display: inline-block;
    width: 28%;
    margin: 2.5%;
    border-bottom: 1px solid #000000;
    background-image: url(../../img/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
	vertical-align: top;
}
.news-photo{
	height: 200px;
	overflow: hidden;
}
.news-photo img{
	width: 100%;
	height: 200px;
    object-fit: cover;
    width: 100%;
}
.news-box .news-title {
    font-weight: bold;
    font-size: 16px;
}
.news-box a {
    text-decoration: none;
    color: #FF9200;
}
.linkback a {
    border: 1px solid #ffa9ac;
    color: #ffa9ac;
    text-align: center;
    display: block;
    width: 140px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
	transition: 0.2s;
	margin-top:40px; 
}
.linkback a:hover{
	background: #ffa9ac;
	color:#fff;
}
.photoarea li {
    display: inline-block;
    width: 22%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
#event .contentlist li {
  margin-bottom: 30px;
  display: flex;
}
#event .contentlist li .img {
  max-width: 50%;
}
#event .contentlist li .img img{
	width: 100%;
	height: auto;
}
#event .contentlist li p {
  width: 100%;
}
#event .contentlist li:nth-child(odd) .img {
  float: left;
  order: 1;
  margin: 0 15px 0 0;
}
#event .contentlist li:nth-child(odd) p {
  order: 2;
}
#event .contentlist li:nth-child(even) p {
  float: left;
  order: 1;
  margin: 0 15px 0 0;
}
#event .contentlist li:nth-child(even) .img {
  order: 2;
}
#event .contentlist li:last-child {
  margin-bottom: 0;
}
#event .contentlist li.half img, #event .contentlist li.half p {
  width: auto;
  float: none;
  max-width: 100%;
  height: auto;
}
#event .contentlist li.half img {
  display: table;
  margin: auto;
}
#event .photolist li .img {
  position: relative;
  padding: 33.3% 50%;
  margin-bottom: 10px;
  overflow: hidden;
}
#event .photolist li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

.eventlist li {
  margin-bottom: 30px;
  padding-left: 260px;
  min-height: 180px;
  position: relative;
}
.eventlist li a {
  display: block;
}
.eventlist li .img {
  width: 240px;
  height: 180px;
  background: url("../img/noimage.jpg") center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.eventlist li .txt {
  display: table;
  width: 100%;
}
.eventlist li .txt .date {
  color: #a19c96;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.eventlist li .txt .date .new {
  display: inline-block;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  color: #FFF;
  background: #f38f24;
}
.eventlist li .txt .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.eventlist li .txt .tag {
  color: #f38f24;
  margin-bottom: 20px;
}
.eventlist li .txt .more {
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

