@charset "utf-8";
/* CSS Document */

.header{
	
	background: url(images/header.jpg) top right no-repeat;
	
}

@media (max-width: 540px) {

	.header{
		
		background: none;
		
	}

}


/*youtube 埋め込み　レスポンシブ用*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*youtube 埋め込み　レスポンシブ用*/


.introduction{
	
	margin: 24px auto;
	
	line-height: 3;
	
}

.present{
	
	background: url(images/camp_bg.jpg) no-repeat top center;
	
	background-size: cover; 
	
}

.schedule-1{
	
	border-left: 5px solid #000;
	
	padding-left: 10px;
	
}

.profile{
	
	box-sizing: border-box;
	
	border: dotted 1px #000;
	
	padding: 10px;
	
}

.youtube iframe{
	
	width: 100%
	
}

