@charset "Shift_JIS";

/*============================
#ttl
============================*/

.contwrap{
	background-image: url(../img/bg01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #d1eae9;
	margin: 0;
	padding: 0;
}
#ttl {
  position: relative;
  overflow: hidden;
  text-align: center;
  
}
#ttl h2 img{
	padding-top: 35px;
	padding-right: 53px;
}


#ttl .lead {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background-color: #107c80;
	opacity: 0.6;
	margin: 11px 0 0 0;
	padding: 33px 0;
}

/*============================
#event_list
============================*/

#event_list {
  margin-top: 30px;
  position: relative;
}

#event_list .contentsInr {
  width: 832px;
  margin-top: 0;
  margin-bottom: 0;
	position: relative;
}

#event_list .event_list_title {
  text-align: center;
  margin-bottom: 25px;
}
#event_list .event_list_stitle{
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #c73e32;
}
#event_list .event_list_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#event_list .event_list_block .box {
  width: 396px;
  margin-bottom: 60px;
}

#event_list .event_list_block .box .caption {
  padding-top: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#event_list .event_list_block a {
  color: #107c80;
	font-size: 18px;
  font-weight: 600;
}

#event_list .event_list_block a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.bt_read {
  width: 100%;
  height: 150px;
  background-image: url(../img/bg02.png);
  background-repeat: repeat;
  text-align: center;
}
.bt_read .read_container {
  display: inline-block;
  position: relative;
  padding-top: 65px;
  text-align: center;
}
.bt_read .read_container .read{
  display: inline-block;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bt_read .read_container::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -140px;
  width: 121px;
  height: 120px;
  background-image: url(../img/stuff01.png);
  background-repeat: no-repeat;
}
.bt_read .read_container::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  right: -140px;
  width: 121px;
  height: 120px;
  background-image: url(../img/stuff02.png);
  background-repeat: no-repeat;
}
