@charset "UTF-8";
/* CSS Document */
body{
	background-repeat: repeat;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	font-weight: 300;
    font-size: 24px;
    background-color: #FFFFFF;
	max-width: 1000px;
	margin: auto;
}

img{
	margin: 0px;
    width: 100%;
	background-color: #FFFFFF;
}


a{
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.3;
}

.report{
	list-style-type:none;
	clear:both;
	background-color: #FFFFFF;
	line-height: 50px;
	padding: 0px 50px;
	text-align: left;
}

.report img{
	clear:both;
	width:40%;
	margin: 0% 0% 2% 0%;
	float: right;
}

.subtitle_bla{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_bla.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 0px 10px 0px 60px;
	line-height: 40px;
}
.subtitle_g{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_g.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 0px 10px 0px 60px;
	line-height: 40px;
}

.subtitle_b{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_b.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_y{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_Y.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_c{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_c.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_blu{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_blu.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_pur{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_pur.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_dg{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_dg.png);
	text-align: left;
    font-size: 28px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.subtitle_dr{
    list-style-type:none;
	clear:both;
	background-image: url(img/bar_dr.png);
	text-align: left;
    font-size: 24px;
	margin: 20px 0px;
	padding: 10px 60px;
	line-height: 40px;
}

.about{
    list-style-type:none;
	clear:both;
    text-align: left;
    font-size: 24px;
    line-height: 50px;
    margin: -10px 10px 20px 60px;
    }

.about img{
    clear:both;
	width: 50%;
    margin-left: 100px;
    }

.top img{
    clear:both;
	width: 100%;
    float: left;
}

.hoto{
    list-style-type:none;
	clear:both;
    text-align: center;
    margin: 1% 0% ;
    font-weight: 100;
}

.hoto img{
    margin: 0px;
    width: 24%;
}
.calendar{
    clear:both;
    margin: 1% 0% ;
    text-align: center;
}

.calendar img{
    list-style-type:none;
    clear:both;
	width:48%;
	margin: 0px ;
}

.lint img{
     text-align: center;
    width: 20%;
}

@media screen and (max-width: 800px){
    body{
        font-size: 36px;
    }
    .top img{
    clear:both;
	width: 100%;
	margin: 1% 1% 0% 0%;
    float: left;
    }
    img{
        max-width: 800px;
    }
}

.line{
    clear:both;
    margin: 1% 0% ;
}



.line img{
    width: 35%;
    margin: 1% 0% ;
}

.bar{
    clear:both;
    margin: 1% 0% ;
}



.bar img{
    width: 100%;
    margin: 1% 0% ;
}

.slideBox {
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
    
