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

/* 
------------------------------------------------- */

@media only screen and (min-width: 320px){

	#mainbody #rightbody #maincontents{
		padding:5%;
		text-align:center;
	}

	#mainbody #rightbody #maincontents img{
		max-width:100%;
		width:auto;
		height:auto;
	}

	#mainbody #rightbody #maincontents h1,
	#mainbody #rightbody #maincontents p{
		text-align:left;
	}

	#mainbody #rightbody #maincontents h1{
		margin-bottom:24px;
		position: relative;
		background: #ffe4df;
		box-shadow: 0px 0px 0px 5px #ffe4df;
		border: dashed 2px white;
		padding: 0.2em 0.9em;
		color: #454545;
	}
	
	#mainbody #rightbody #maincontents h1:after{
		position: absolute;
		content: '';
		left: -7px;
		top: -7px;
		border-width: 0 0 15px 15px;
		border-style: solid;
		border-color: #fff #fff #ffb6a8;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}
	
	#mainbody #rightbody #maincontents h2{
		font-family:"HGP創英角ｺﾞｼｯｸUB";
		font-size:1.2em;
		margin-bottom:30px;
		text-align:left;
	}
	
	#mainbody #rightbody #maincontents h2 span{
		font-size:1.6em;
		display:block;
	}

	#mainbody #rightbody #maincontents p{
		margin-bottom:20px;
		xcolor:#000;
	}
	
	.guide{
		margin-bottom:50px;
	}
	
		
	.guide figure img{
		width:100%;
	}
	
	.waku{
		border:dotted 3px #75d716;
		padding:20px 20px;
		background-color:#f2fed7;
		margin-bottom:50px;
	}
	
	.date{
		color:#39F;
		font-weight:bold;
		font-size:1.2em;
	}
	
	.nextinfo{
		padding:10px 0;
		text-align:center; 
		border-radius:10px;
		margin-bottom:30px;
		background-color:#339900;
		color:#fff;
	}
	
	strong{
		font-weight:bold;
	}
	
	/*----------------------------------------------------
  table.box01
----------------------------------------------------*/
	
	table.box01 { 
		width: 100%;
		margin:0 auto 30px;
		xmargin-left:30px;
		border:1px dashed #75d716;
		background-color:#fff;
	}
	
	table.box01 th, table.box01 td { 
		padding: 10px;
		text-align:left;
		vertical-align:top;
		border-bottom:1px dashed #75d716;
	}
	
	table.box01 th {
		width: 20%;
		border-right:1px dashed #75d716;
		border-bottom:1px dashed #75d716;
	}
	
	.txt{
		margin-bottom:50px;
	}
	
	.btn a:link,
	.btn a:visited{
		display:block;
		background-color:#F36;
		color:#fff;
		border-radius:15px;
		padding:12px 0;
		text-align:center;
		font-size:1em;
		margin-bottom:0px;
	}
	
	.btn a:hover{
		background-color:#FF6666;
	}
	
	.thankstitle{
	font-size:1.2em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


}



@media only screen and (min-width: 480px){
	
	
	h3{
		margin:50px 0 50px;
		font-size:1.2em;
		text-align:center;
	}
	


}




@media only screen and (min-width: 980px){


	#mainbody #rightbody #maincontents{
		padding:0;
	}

	#mainbody #rightbody #maincontents img{
		margin:0 0 0px;
	}
	
	#mainbody #rightbody #maincontents h2{
		font-size:1.6em;
	}
	
	#mainbody #rightbody #maincontents h2 span{
		font-size:2em;
		display:block;
	}
	
	.guide{
		background-image:url(images/photo.jpg);
		background-repeat:no-repeat;
		background-position:right 50px;
		position:relative;
	}
	
	.enchoImg{
		xposition:absolute;
		xtop:400px;
		xright:0;
	}
	
	.btn a:link,
	.btn a:visited{
		margin-bottom:50px;
	}
	
	.youtube {
  position: relative;
  width: 550px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


}


 
@media only screen and (max-width:640px){
	

	
	/* font */
	
	h2{
		font-size:100%;
	}
	
	.txt span{
		display:block;
	}

	
}

