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



@media screen and (min-width:961px)  {
    /*　画面サイズが961pxからはここを読み込む　*/	
	
	
	
	
	.mv {
		display: none;
}
	
	#kurume .gest_s{
		display: none;
	}
}
	





@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/	
	
	
	.mv {
		display: none;
}
	
	#kurume .gest_s{
		display: none;
	}
	
	#pagetop{
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 60px;
  right: 15px;
}
	
	
}





/*メディアクエリ設定（※widthが767px以下の場合にCSSを適用する）*/

@media screen and (max-width:767px){
	/*=============
	ヘッダーエリアの設定
	=============*/
	#wrapper{
		width: 100%;
		overflow: hidden;
	}

	


	/*ヘッダーコンテンツの領域を100％のに設定*/
	 .header{
		width: 70%;
		background: #fff;
		
		top:0;
		z-index: 1; 
		
		}

	
		
	
	
	.otoiawase{
		display: block;
	}
	
	/*=============
	画像サイズの設定
	=============*/

	img{
		max-width: 100%;
		height: auto;
		width: auto; /*IE8のみに適用*/
	}

	/*=============
	メインビジュアルの設定
	=============*/
	
	.main{
		display: none;
		/*width: 100%;*/
		/*margin: 0 auto;
		box-sizing: border-box;*/
	}
	
	
	
.mv{
	text-align: center;
	margin-bottom: 20px;
}
	

	/*ボタンエリアの設定*/
	
	.btn{
		width: 95%;
		margin-top: 30px;
		margin: 0 auto;
		
		
	}
	
	.btnAnime01{
		margin-left: 0px;
		margin-top: 20px;
}


/*久留米エリアの設定*/	
	
	#kurume{
	margin-top: 20px;
}
	
.kurume h2 {
	margin: 0 auto;
	font-size: 1.5em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 70%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
	}
	
	
	#kurume .haji{
	color:deeppink;
	font-size: 0.9em;
	margin-bottom: 1em;
}
	
	#kurume p{
		font-size: 0.75em;
		margin-bottom: 0px;
		text-align: left;
		padding: 5px;
	}
	#kurume .kumo{
		width: 95%;
		margin: 0 auto;
	}
	
	#kurume .gest{
		display: none;
	}
	
	#kurume .gest_s{
		width: 90%;
		margin-top: 30px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.semibun p{
	font-size: 1em;
	text-align: left;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	}
	
  #kurume h3{
		width: 80%;
		margin-top: 0px;
		margin: 0 auto;
	}
	
	
	#kurume img{
	margin-bottom: 10px;
	margin-left: 0;
	width: 90%;
}
	
	
	
	

/*表彰エリアの設定*/

  .hyoushou h2 {
	margin: 0 auto;
	font-size: 1.2em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 80%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-bottom: 1em;
}

.hyoushougazou {
	width: 100%;

	margin: 0 auto;
	float: none;
	margin-bottom: 0;
}

.hyoushoubun {
	margin-top: 0em;
	font-size: 1em;
	padding: 0em 2em 2em 2em;
}




/*lineエリアの設定*/

	.line{
	margin-bottom: 3em;
	}
	
	
.line h2 {
	margin: 0 auto;
	margin-bottom: 2em;
	font-size: 1.2em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 90%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}

.linegazou {
	width: 70%;
	margin-top: 3em;
	margin: 0 auto;
	float: none;
	margin-bottom: 3em;
}

.linebun {
	margin-top: 0;
	font-size: 1em;
	padding: 0em 2em 2em 2em;
	margin-left: 0;
}





/*なにエリアの設定*/

.spnani{
	width: 80%;
	margin-top: 30px;
	text-align: center;
	
}
	
.spnani h2{
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: 1.28em;
  font-family: "Osaka-mono", "MS Gothic", "monospace";
	font: bold;
	width: 80%;
	text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
	margin-top: 3em;
}
	}

.spnani h3{
	font-size: 0.95em;

	}

.spnani img{
	width: 100%;
	}	
	
.spnani p{
	
	margin-top: 0px;
	text-align: left;
	font-size: 0.8em;
}
	
	
.nani{
	width: 80%;
	margin-top: 30px;
	text-align: center;
	
}

.nani img{
		width: 80%;
	}	
	
.nani p{
	
	margin-top: 10px;
	text-align: left;
	font-size: 0.8em;
}
	


	
	
	
/*日時場所エリアの設定*/

.nichiji_shousai{
	margin-top: 50px;
	text-align: center;	
}


.nichiji_shousai .nichiji_ji{
	margin-top: 10px;
	font-size: 0.8em;
}


.nichiji_shousai .basho_shousai{
	margin-top: 10px;
	font-size: 0.8em;
}
	
.sanka_shousai{
	text-align: center;
} 

.sanka_shousai p{
	font-size: 0.8em;
	margin-top: 10px;
}	


.sanka_shousai .explanation{
	background-color: #FCD9FC;
	padding: 5px 5px 5px 5px ;
	text-align: center;
	box-sizing: border-box;
	font-size: 0.8em;
}


.papamama{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
	
/*過去レポエリア*/

.kakorepo{
	width: 90%;
	/*height: 500px;*/
	margin: 0 auto;

}

.kakorepo h2{
	text-align: center;
	margin-bottom: 20px;
	width: 80%;
	font-size: 1.3em;
}

.kakorepo ul{
	float: none;
	font-size: 0.85em;
}


.kakorepo ul li img{
  text-align: center;
	width: 90%;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;

}
	
	
	
	/*contactエリアの設定*/

#contact{
	
	margin-top: 30px;
}	
	
	
#contact h2{
	text-align: center;
	margin: 0 auto;
	width: 50%;
	margin-top: 40px;
	
}


#contactArea{
	background: #fff;
	width: 100%;
	height: auto;
	margin: 0 auto ;
	padding: 0px 0px 0 0;
	position: relative;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 60px;
}


#contactArea #formWrap{
	margin-left: 10px;
	margin-right: 0px;
}
	
	
#contactArea #formWrap p#lead{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.0em;
	color: #333;
	text-align: center;
}	

#contactArea #formWrap p.shousai{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0.85em;
	color: #333;
	text-align: center;
}	
	
	
#contactArea #formWrap h3{
	margin-bottom: 0px;
	line-height: 1.5;color: #000;
	
}

#contactArea #formWrap p#flow{
	margin-bottom: 0px;	
}

#contactArea #formWrap table{
	width: 100%;
	margin-bottom: 0px;
}


#formWrap {
	width:90%;
	margin:0 auto;
	
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
	
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:80%;
	height:40px;
}

	input[type="submit"]{
		margin-top: 20px;
	}

#contactArea #formWrap .explanation{
	background-color: #f5f5f5;
	padding: 4px 4px 4px 4px ;
	text-align: left;
	box-sizing: border-box;
	font-size: 95%;
}

#contactArea #formWrap .explanation2{
	background-color: #f5f5f5;
	padding: 4px 4px 4px 4px ;
	text-align: left;
	box-sizing: border-box;
	font-size: 95%;
}	
	
/*soraエリアの設定*/

.sora{
	width: 100%;
}

.sora h2{
	text-align: center;
	margin-top: 70px;
	margin: 0 auto;
	width: 100%;
	/*margin-left: 300px;*/
}


/*
.n{
  width: 100%;
}

.n .nishi .aboutImage{
	float: non;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	margin: 0 auto;
}

.n .nishibun{
	width: 90%;
	float: none;
	margin-top: 10px;
}


.n .nishibun h3{
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 230px;
}

.n .nishibun p{
	width: 100%;
	
}

.n .nishibun p.aboutbun{
	float: clear;
}

.n .nishi .aboutDescription{
	font-size: 0.8em;
	line-height: 5px;
	margin-top: 0px;
}

.n{
	float: clear;
}

.n .aboutDescription{
	font-size: 0.8em;
}



*/


.n{
	width: 100%;
	margin-bottom: 4em;
	}

.n .nishi .aboutImage{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	width: 50%;
	text-align: center;
	margin: auto ;
}

.n .nishibun{
	width: 90%;
	float: none;
	margin-top: 20px;
	padding: 10px;
}


.n h5{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	line-height: 5px;
	text-align: left;
}

.n .nishibun p{
	width: 100%;
	padding: 10px;
}
	
.n .fa{
		line-height: 3px;
	}	

.n .nishibun p.aboutbun{
	float: clear;
	text-align: left;
}



.n .aboutDescription{
	font-size: 1em;
	line-height: 0.3em;
	text-align: left;
}



.m{
	width: 100%;
	}

.m .masa .aboutImage{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
  width: 50%;
	text-align: center;
	margin: auto;
}

.m .masabun{
	width: 90%;
	float: none;
	margin-top: 0px;
	padding: 10px;
	margin-bottom: 4em;
}


.m h5{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	line-height: 5px;
	text-align: left;
}

.m .masabun p{
	width: 100%;
	padding: 10px;

}
	
.m .fa{
		line-height: 3px;
	}	

.m .masabun p.aboutbun{
	float: clear;
}

.m .aboutDescription{
	font-size: 1em;
	line-height: 0.001em;
}







.i{
	width: 100%;
	}

.i .ino .aboutImage{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

	text-align: center;
}

.i .inobun{
	width: 90%;
	float: none;
	margin-top: 20px;
	padding: 10px;
}


.i h5{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	line-height: 5px;
}

.i .inobun p{
	width: 100%;
	padding: 10px;
}
	
.i .fa{
		line-height: 3px;
	}	

.i .inobun p.aboutbun{
	float: clear;
}

.i .aboutDescription{
	font-size: 1em;
	line-height: 0.001em;
}



.s{
	width: 100%;
	margin-bottom: 4em;
	}

.s .susu .aboutImage{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 50%;
	text-align: center;
	margin: auto ;
}

.s .susubun{
	width: 90%;
	float: none;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}


.s h5{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	line-height: 5px;
	text-align: left;
}

.s .susubun p{
	width: 100%;
	padding: 10px;
	text-align: left;
}
	
.s .fa{
		line-height: 3px;
	}	

.s .susubun p.aboutbun{
	float: clear;
}



.s .aboutDescription{
	font-size: 1em;
	line-height: 0.5em;
	text-align: left;
}




.h{
	width: 100%;
	}

.h .hira .aboutImage{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	width: 50%;
	margin: auto;
}

.h .hirabun{
	width: 90%;
	float: none;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}


.h h5{
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	line-height: 5px;
	text-align: left;
}

.h .hirabun p{
	width: 100%;
	padding: 10px;
	text-align: left;
}
	
	.h .fa{
		line-height: 3px;
	}	

.h .hirabun p.aboutbun{
	float: clear;
	text-align: left;
}



.h .hirabun .aboutDescription{
	font-size: 1.0em;
	line-height: 0.001em;
	text-align: left;
}

	
	
	
	
	
	
/*#pagetop */
	
.copyright{
	background-color: #C9C9C9;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 0.6em;
	}
	

	
#pagetop{
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 60px;
  right: 5px;
}


/*ハンバーガーメニュー*/
	/*.sp_menu {
		display: inline-block;
  	position: absolute;
    top: 10px;
		right: 30px;
		
	}
	
	#nav {
		display: none;
		
	}
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
	
}
.menu-trigger {
  position: relative;
  width: 45px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:blueviolet;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
	
	
*/
}