@charset "UTF-8";
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
*{margin:0;padding:0;}


header h1{
	width: 170px;
}
header nav ul{
	right: 3.5%;
}
#hedtop ul{
	margin-right:3.5%;
}
#slider{
	width:92%;
	margin: 0 auto;
	max-width:1300px;
	z-index:99;
	position:relative;
}
.slick-1{
	margin: 0 auto;
	position: relative;
	z-index:9995;
}
#slider .slick-1 img{
	width: 100%;
}
.top_concept {
	padding: 80px 0 80px;
	margin-left: 13%;
}
#eventarea{
	width: 84%;
	margin: 0px auto;
	max-width: 1260px;
	position:relative;
	padding-bottom:100px;
}
.eventlist-enume{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eventlist-enume li{
	width: 30%;
	margin-right: 5%;
	margin-bottom:60px;
}


@media screen and (max-width:950px) {
  .eventlist-enume li{
	  width: 48%;
	  margin-right: 4%;
  }
  .eventlist-enume li:nth-child(2n){
	margin-right:0;
}
}
@media screen and (min-width:951px) {
  .eventlist-enume li:nth-child(3n){margin-right:0;}
}
.eventlist-enume li img{
	width:100%;
}
.semiflex {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.trim-wrap{
	position:relative;
  width:100%;
  height:0;
  padding-bottom:70%;
  overflow:hidden;
  background-color:#ccc;
}
.trim-wrap img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:159%;
  max-height:initial;
}
.eventlist-enume li .pref{
	padding:3px 9px 2px;
	font-size:11px;
	color:#fff;
}
.semidaysub{
	font-size:14px;
}
.eventlist-enume li .semiflex div {
	flex: 1;
	border-right:1px solid #dfdfdf;
	margin-right:4px;
	padding-right:10px;
}
.eventlist-enume li .semiday {
	color: #232323;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
	font-size: 14px;
	width: 76px;
	text-align: center;
	line-height: 1.3;
}
.eventlist-enume li .semiday span {
	font-size: 1.6em;
	display: block;
}
.eventlist-enume li h3{
	font-size:17px;
	font-weight:normal;
	letter-spacing:2px;
	margin-bottom:13px;
}
.eventlist-enume li .semiplace01{
	font-size:10px;
	color:#5e5e5e;
	padding-left:2px;
}
.eventlist-enume li .semiplace01::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 700; 
	content: "\f3c5";
	padding-right:5px;
}

.region .eventarea{
	margin:20px auto;
	padding-bottom:40px;
}
.region .eventarea:before {
    content: none;
}
.region{
	background:#f6f6f6;
	padding:40px 0;
	margin-bottom:80px;
}
.itemarea{
	margin-bottom:90px;
}
#hedtop ul li:first-child{
  background: none;
  width: 83px;
}
#hedtop ul li:first-child a{
  color: #a7a7a7;
  font-size: 11px;
  line-height: 1.1em
}
#hedtop ul li:first-child img{
  margin-top: 1px;
  width: 23px;
}

.footer_about{
	border-top:1px solid #cecece;
	padding-top:25px;
	margin-top:20px;
	text-align:center;
	color:#eaeaea;
	letter-spacing:3px;
	font-size:14px;
	line-height: 1.9;
}
.footer_about h2{
	font-size:16px;
}
.footer_about .tel span{
	padding:0 20px;
}
.footer_about .tel i{
	padding-right:7px;
}
.fa-phone-volume{
	transform:rotateZ(-45deg);
	vertical-align: top;
	padding-top:2px;
}