header{
    text-align: center;
}

header img{
    width: 100%;
    max-width : 1000px;
}
.title{
    text-align: center;
}

footer{
    color: #505050;
    text-align: right;
    margin: 100px;
}

p{
    font-size: 1.0rem;
}
h1{

}
h2{
    font-size: 1.8rem;
}
h3{
    font-size: 1.2rem;
}


.row h1{
    color: #505050;
    padding: 100px 100px 50px;
    margin: 0 auto;
}

header h2{
    color: #a0a0a0;
    padding : 10rem 0 0 0;
    margin: 0 auto;
}
.story{
    color: #808080;
    text-align: center;
    line-height: 200%;
}

.card{
    border: 1px solid #fff;
    text-align: center;
}

.card h2{
    color: #505050;
}

.card h3{
    color: #a0a0a0;
}

.card img{
    margin: 20px auto;
    width: 100px;
}

.card p{
    color: #505050;
    text-align: left;
    line-height: 200%;
}

.blog img{
    width : 100%;
    margin: 30px auto;
}

.blog img:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.more{
    font-size: 1.0rem;
    background-color: #c0c0c0;
    display:inline;
    float : right;
    padding: 5px 10px;
}

.more:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: none;
}

.blog p{
    color: #505050;
    text-align: left;
    line-height: 200%;
}

iframe{
    margin: 0 auto;
    width: 100%;
    height:710px;
}




.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 50%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 25%;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* 基本のスタイル */
   .row.delighter {
      transition: all 2s ease-out;
/*      transform: translateY(100%);*/
      opacity: 0;
   }

/* スタート時のスタイル */
   .row.delighter.started {
      transform: none;
      opacity: 1;
   }

/* エンド時のスタイル */
   .row.delighter.started.ended {
   }
