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

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

@media (max-width: 540px) {

	.header{
		
		background: none;
		
	}

}


.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%;
	
}

.flex_container{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    padding: 0.5em;
    border: solid 1px #f1f1f1;
    border-radius: 5px;
}

.onegai {
	padding: 0.5em 0.5em 0.5em 1.5em;
	background-color: #ffe0e0;
	border-radius: 5px;
}


.onegai li{
	list-style-type: square !important;
	list-style-position : outside!important;
	margin-bottom: 0.5em;
}

.sales_imfomation{
	font-size: 14px;
	color: #ccc;
	line-height: 1.7;
}

