@charset "UTF-8";

video {
  position: absolute;
  top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 177.77777778vh;
   height: 56.25vw;
   min-height: 100%;
   min-width: 100%;
  z-index: 0;
}

main {
	position: relative;
}

#mainImg {
  height: calc(100vh - 103px);
  background: #CCC;
  position: relative;
  overflow: hidden;
}

h2 {
	font-size: 2.9em;
}
main a {
  text-decoration: none;
}
main a:hover {
  text-decoration: none;
}

.news dl {
  display: flex;
  border-bottom: solid 1px #CCC;
  padding: 10px 0;
  text-align:left;
}
  .news dl dt {
    margin-right: 20px;
  }

.slide01 {
	margin: 30px auto;
	max-width: 1200px;
	padding: 0 40px;
	position: relative;
	text-align: center;
	line-height: normal;
	box-sizing: border-box;
}
/* .slide01 li {
  height: 230px;
  overflow: hidden;
} */
.slide01 a {
  width: 250px;
  height: 230px;
  overflow: hidden;
  display: block;

}
.slide01 a:hover img {
  transition: all .3s ease-out;
}
.slide01 a:hover img {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
	.slide01 span {
		display: block;
		margin-top: 10px;
	}
	.slide01 .slick-prev.slick-arrow {
		width: 22px;
		height: 32px;
		background: url(../img/icoPrev.svg) no-repeat;
		position: absolute;
		left: 0;
		top: 50%;
    margin-top: -16px;
		text-indent: -9999px;
		border: 0;
	}
	.slide01 .slick-next.slick-arrow {
		width: 22px;
		height: 32px;
		background: url(../img/icoNext.svg) no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
    margin-top: -16px;
		text-indent: -9999px;
		border: 0;
	}
  .slide01 li {
    position: relative;
    margin: 0 15px;
  }
    .slide01 a {
      position: relative;
      width: 100%;
      display: block;
      color: #FFF;
    }
    .slide01 span {
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      width: 100%;
      z-index: 1;
    }

.tile01 ul li {
  display: flex;
  width: 33.3333%;
  height: 315px;
  justify-content: center;
  align-items: center;
}
.tile01 .cou {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.tile01 a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 2.6em;
  font-family: "Vollkorn","Noto Serif JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  z-index: 1;
}
.tile01 li {
  position: relative;
  overflow: hidden;
}
.tile01 .cou::after,
.tile01 li::after {
  content: "";
  background: url(../img/top/bg01.png) no-repeat center center;
  background-size: cover ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all .3s ease-out;
}
.tile01 a:hover {
  text-decoration: none;
}
.tile01 .cou:hover::after,
.tile01 li:hover::after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
  .tile01 a span {
    font-size: 0.4em;
  }
  .tile01 .pri::after {
    background: url(../img/top/bg02.png) no-repeat center center;
    background-size: cover;
  }
  .tile01 .res::after {
    background: url(../img/top/bg03.png) no-repeat center center;
    background-size: cover;
  }
  .tile01 .fac::after  {
    background: url(../img/top/bg04.png) no-repeat center center;
    background-size: cover;
  }
  .tile01 .spa::after  {
    background: url(../img/top/bg05.png) no-repeat center center;
    background-size: cover;
  }
  .tile01 .sta::after  {
    background: url(../img/top/bg06.png) no-repeat center center;
    background-size: cover;
  }
  .tile01 .pho::after  {
    background: url(../img/top/bg07.png) no-repeat center center;
    background-size: cover;
  }
  /* .tile01 a:hover {
    background-size: 150%;
    opacity: 0.8;
  } */

@media screen and (max-width:768px) {
  #mainImg {
    height:auto;
  }
  .tile01 ul li {
    width: 50%;
    height: 240px;
  }
  .tile01 .cou {
    width: 100%;
    height: 460px;
  }
  .news h2{
   margin-top: 37px ;}
 
  .news dl {
    display: flex;
    justify-content: flex-start;
  }
  .news dl dd {
    flex: 1;
  }
  .slide01 a {
    height: auto;
  }
  video {
    display: none;
  }

}
