@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	min-width:950px;
	width: 100%;
    color: #6f6f6f;
	margin: 0 auto;
	background-image: url(../image/body.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:black;
}
img{
	max-width:100%;
	vertical-align:bottom;
}
a{
	color:#2580da;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
	/*text-shadow:1px 1px 1px #a1c6ea;*/
}
.contents_bg{
	background:url(../image/hanabi.png) center bottom repeat-x;
}
.wrapper{
	max-width:1280px;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding: 15px 5% 75px;
	background:white;
}
.flex{display:flex;flex-wrap:wrap}
.fr{float:right}
.fl{flot:left}
.tac{text-align:center;}
.tar{text-align:right;}
.tal{text-align:left;}
.wrapper2{
	max-width: 1000px;
	width:100%;
	margin: 0 auto 40px;
	text-align:left;
}

.cf:after {
    content:" ";
    display:block;
    clear:both;
}
.clear{
	clear:both;
}
.pconly{display:block;}
.sponly{display:none;}
.pcin_nonly{display:inline-block;}

.junbi{font-weight:bold;text-align:center;}
/*h1～ここから*/

.em1{
	font-size:140%;
	margin:10px 0;
}

h1{
	font-size:190%;
	margin:25px 0 20px;
}

h2{
	font-size: 29px;
	color:#333;
	margin: 38px 0 20px;
	padding: 0 0 10px 0;
	border-bottom: solid 3px #f0c3cb;
	position: relative;
	text-align:left;
	letter-spacing:2px;
	line-height:1.2;
	background: url(../image/title.png) left bottom no-repeat;
}

h2:before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 63px;
    background-size: contain;
	vertical-align:-9px;
}

h2:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -3px;
	width: 20%;
}

h2 span{
    font-size: 18px;
}

h3{
    text-align: left;
    width: 97%;
    margin: 25px auto 0;
}

h4{
    text-align: left;
    margin-bottom: 3px;
    font-size: 22px;
}

/*h1～ここまで*/

/*トップ以外のヘッダーここから*/
.other_head{
    width: 100%;
	background:url(../image/back.jpg) ;
}

.other_head_wrap{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	display:flex;
    padding: 11px 3% 0px;
    border-bottom: 2px solid #e38b89;
}

.other_head_left{
	width: 45%;
	max-width:400px;
	margin-right:2%;
}
.other_head_left img{
	vertical-align:bottom;
}

.other_head_right{
    width: 50%;
    font-size: 19px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.8;
}

/*トップ以外のヘッダーここまで*/

/*スライドショーここから*/
.head_logo1{
	position: absolute;
    z-index: 999;
    top: 31px;
    right: 30px;
}

.head_logo2{
	position: absolute;
    z-index: 999;
    bottom:20px;
    right: 199px;
}

.viewer {
    margin: 0 auto;
    width: 1280px;
    height: 680px;
    overflow: hidden;
    position:relative;
}
@media(max-width:1280px){
	.viewer {
		width:100%;
	}
}
 
.viewer ul {
    width: 1280px;
    height: 813px;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 1280px;
    height: 813px;
    display: none;
    position: absolute;
}
/*スライドショーここまで*/


/* メニューここから */

#call{
	height:42px;
    display: none;
    position: absolute;
    right: 65px;
    top:7px;
    cursor: pointer;
    z-index: 100;
}

#toggle {
	display: block;
	background:white;
	color: #fff;
	text-align: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position:fixed;
	top:5px;
	right: 11px;
	z-index:9999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger {
	position: relative;
	width: 28px;
	height: 19px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color:#c71e3a;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 8px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color:#c71e3a;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.toggleWrap {
	/*background: #c71e3a;*/
	background:url(../image/back.jpg);
	position: fixed;
	top: 20px;
	left: 0;
}
@media(max-width:500px){
	.toggleWrap {
		margin:10%;
		width: 80%;
		height: 80%;
		padding:20px 8%;
	}
}

.mainnav li {
	width:11%;
	list-style-type: none;
}


#global-nav a:hover::after {
	bottom: -4px;	
	opacity: 1;
	visibility: visible;
}


.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.no-scroll {
	overflow: hidden;
}

.navItem {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 3px;
    color: #f868a6;
}

#drop li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}

#drop li:hover ul li{
	overflow: visible;
	height: 38px;
}

#menu_1 > a:after {content: 'HOME';display:block;padding-top:5px;font-size: 12px;}
#menu_2 > a:after {content: 'HISTORY';display:block;padding-top:5px;font-size: 12px;}
#menu_3 > a:after {content: 'JOIN';display:block;padding-top:5px;font-size: 12px;}
#menu_4 > a:after {content: 'VIEWING';display:block;padding-top:5px;font-size: 12px;}
#menu_5 > a:after {content: 'FIREWORKS';display:block;padding-top:5px;font-size: 12px;}
#menu_6 > a:after {content: 'TRAFFIC INFO';display:block;padding-top:5px;font-size: 12px;}
#menu_7 > a:after {content: 'CONTACT';display:block;padding-top:5px;font-size: 12px;}

/* メニューここまで*/

/* フッターここから*/
footer{	
    background: url(../image/back.jpg);
}

.footer_wrap{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0 10px;
	position:relative;
}

.daruman {
    width: 20%;
    position: absolute;
    top: -60px;
    left: 2%;
}

.miharin{
	width: 20%;
	position: absolute;
	top: -60px;
	right: 2%;
}

.daruman img{width:100%;}
.miharin img{width:100%;}


.footer_logo{
	margin:10px auto 10px;
	width:25%;
}

.footer_icon{
	margin-bottom:10px;
}
.footer_icon img{
	max-width: 160px;
	height:auto;
	box-shadow:3px 3px 6px #800c1f;
}

.icon{
    color: white;
    font-size: 30px;
	margin:0 20px ;
}

.footer_text,.footer_copy{
	color:white;
	font-weight:bold;
}

.footer_text{
	margin-bottom:5px;
	margin-top:20px
}
/* フッターここまで*/
@media screen and (min-width: 500px) {
	/*menu start*/
	#toggle {
		display: none;
	}
	.toggleWrap {
		height: auto;
		position: static;
		padding: 0;
	}
	.mainnav{/*PC版*/
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width:100%;
		max-width:1280px;
		margin: 0 auto ;
	}
	
	.animation {
		-webkit-transition: none;
		transition: none;
	}
	.hide {
		visibility: visible;
		position: sticky;
		top: 0;
		z-index: 99;
		padding: 10px 0 7px;
	}
	
	.mainnav li{
		position: relative;
		width: 20%;
		float: left;
		text-align: center;
	}

	.mainnav li a{/*PC版*/
		display: block;
		padding: 6px 0 5px;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		text-decoration: none;
		background:url(../image/back.jpg);
		font-weight:bold;
	}
	
	.mainnav li ul li a{/*PC版*/
		font-size:13px;
		margin-top: 7px;
		padding: 12px 0 12px;
		border-top:1px solid white;		
	}

	.mainnav li ul li a:hover{/*PC版*/
		font-size:13px;
		opacity:0.8;
		transition: 0.8s ;

	}

	.mainnav li ul{
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		width:100%;
	}

	.mainnav li ul li{
		width: 100%;
	}
/*menu end*/
}

/*indexコンテンツここから*/
.index_banar_up_btn{
	max-width:700px;
	margin: 25px auto 0;
}
@media(max-width:500px){
	.index_banar_up_btn{
		margin:0 auto;
	}
}
.index_banar_up_btn img{
	border:2px solid #999
}
.index_banner_big{
	margin-bottom:25px;
	background:#eee;
	padding:10px;
}
.index_banner_big img{
	width:750px;
}
.index_banner_3,.index_banner_2{
	width:100%;
}
.index_banner_3 a{
	display:inline-block;
	width: 32%;
	margin:10px 2% 10px 0;
}
.index_banner_3 a:last-child{
	margin-right:0;
}
.index_banner_2 a{
	display:inline-block;
	width:40%;
	margin:10px 2%;
}
.index_banar_bottom {
    display: flex;
    margin: 30px 0px 15px;
}
.index_banar_bottom_btn {
    margin-right: 1.3%;
    width: 33%;
}
.index_banar_bottom_btn:last-child {
    /* margin: 0px; */
}
.course_btn{
	display:block;
	margin-top:10px;
	background:url(../image/course_btn_bg.jpg);
	padding:20px;
	font-size:150%;
	font-weight:bold;
	border:1px solid;
	text-shadow: 0px 3px 0px #fff,0px -3px 0px #fff,3px 0px 0px #fff,-3px 0px 0px #fff;
}

.news_up{
    display: block;
    width:100%;
    margin-bottom: 8px;
    border-bottom: 1px dotted #369;
    padding-bottom: 17px;
}

.news_upleft{
	float:left;
	width: 81%;
	margin-right:2%;
}

.news_upright{
	float:left;
	width: 17%;
}

.upleft_text1{
    background: #2580da;
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    font-size: 18px;
    border-radius: 6px;
    letter-spacing: 2px;
    margin-bottom: 8px;
	display:inline-block;
}

.upleft_text1 span{
    padding-right: 15px;
}

.upleft_text2{
	margin-top:8px;
	text-align:left;
}
.index_news_first{
	display:flex;
	width:100%;
	padding:9px 0;
}
.index_news_bottom{
	display:flex;
	padding:9px 0;
	border-bottom: 1px dotted #369;
}
.index_news_bottom:after {
    content:" ";
    display:block;
    clear:both;
}

.topics_date{
    background-color:#eee;
    margin-right:25px;
    border-radius: 5px;
    font-size:15px;
    padding: 5px 9px;
    letter-spacing:1px;
    min-width:140px
}
.topics_group{
    background-color:#2580da;
    margin-right:20px;
    border-radius: 5px;
    padding: 5px 9px;
    color: white;
    font-size:15px;
    display:inline-block;
    min-width:135px;
    text-align:center;
}
.topics_title{
	font-size:20px;
    width: 70%;
    padding-top:3px;
	text-align:left;	
}
.index_news_first .topics_title{
	font-size:22px;
	padding:0;
}

@media(max-width:500px){
	body{min-width:100%}
	.index_news_bottom,.index_news_first{
		display:block;
		width:100%;
		margin-bottom: 5px;
		flex-flow: column;
	}
	.index_news_first{
		margin-bottom: 0;
	}
	.topics_date{
		display:inline-block;
		width:40%;
		margin-right:10px;
		float:left;
		padding:2px;
	}
	.topics_group{
		display:inline-block;
		width:40%;
		margin:0;
		float:left;
		padding:2px;
	}
	.topics_title{
		font-size:18px;
		width: 100%;
		padding:5px 0 0 5px;
		text-align:left;	
	}
	.index_news_first .topics_title{
		font-size:22px;
		padding-top:10px;
	}
	.upleft_text2{
		margin-top:0;
		padding-top:0;
		text-align:left;
	}
	.news_upright{
		width:100%;
	}
}




.index_more{
	margin:30px 0 0;
}

.index_more a ,.blue_btn{
	background:#2580da;
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
    color: white;
    transition: 1.0s;
    padding: 4px 20px;
    border-radius: 6px;
	display:inline-block;
    margin-top:10px;
}

.index_more a:hover{
	background:#29537d;

}
/*indexコンテンツここまで*/

/*history.htmlここから*/
.origin_up{
	display:flex;
	margin:30px 0 0;
}

.origin_up_left{
	width:58%;
	margin-right: 2%;
	text-align:left;
}

.origin_up_right{
	width:40%;
}

.origin_bottom{
	display:flex;
	margin:30px 0 0;
}

.origin_bottom_left{
	width:21%;
	margin-right: 2%;
}

.origin_bottom_right{
	width:77%;
	text-align:left;
}

.origin_up_left span,.origin_bottom_right span{
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.fes{display:flex;}

.fes_left{
	text-align: left;
    margin-right: 2%;
    width: 54%;
}

.fes_right{width:44%;}

.fes_left span{
    font-size: 14px;
    color: #cb4441;
}

.effect_uptxt{
	font-size: 21px;
    font-weight: bold;
    color: #c53e3b;
	margin-bottom:20px;
	text-align:left;
}

.effect_midashi{
    font-size: 20px;
    text-align: left;
    border-left: 6px solid #c53e3b;
    padding-left: 10px;	
}

.effect_txt{
	text-align: left;
    padding-left: 1rem;
    margin: 8px 0 22px;
}

.kaisai{display:flex;}
.kaisai_left{width:71%;margin-right:4%;}
.kaisai_right{width:25%;}
/*history.htmlここから*/


/*chairman.htmlここから*/
.man_up{display:flex;}
.man_upleft{
	width:20%;
}

.rekidai_boxes{
	display:flex;
	flex-wrap:wrap;
}

.man_upright{
	text-align:left;
	width:78%;
	margin-left:2%;
}

.man_name{
    font-size: 28px;
    color: #d04a47;
    margin-bottom: 20px;
}

.man_tb{
	border-collapse: collapse;
    width: 100%;
    margin: 0 auto 13px;
}

.man_tb tr:nth-child(odd) th{  
  background-color:#fafafa; 
  padding:13px 0; 
}

.man_tb tr:nth-child(odd) td {  
  background-color:#fafafa;  
  padding:13px 0; 
}  

.man_tb tr:nth-child(even) th{  
  background-color: #efefef; 
  padding:13px 0; 
}

.man_tb tr:nth-child(even) td {  
  background-color: #EFEFEF;  
  padding:13px 0; 
}  

.keireki_txt{
    border-bottom: 2px solid #ccc;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    margin: 6px 0 0;
    padding-left: 10px;	
}

.member_profile_sp{display:none;}


.member_profile{
  width: 100%;
  border-spacing: 0;
}

.member_profile th{
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
  font-size:90%;
}

.member_profile td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
  font-size:85%;
}

.man_bottom_wrap{
	display:flex;
	margin-bottom: 28px;	
}

.manbottom{
    border: 1px solid #ccc;
    padding: 19px;
    border-radius: 23px;
    box-shadow: 4px 3px 14px rgba(8,1,0,0.1);
    width: 49%;
    margin-right: 2%;
    margin-bottom:20px

}

.manbottom:nth-child(2n) {margin-right:0;}

.man_bottom{
    display: flex;
}


.man_bottomleft{width:36%;}
.man_bottomright{width:61%;margin-left:3%;}

.man_bottomright p{
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.7;
}

.rekidai_name{
	display:flex;
}

.rekidai_name p{
    width: 49%;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 19px;
    border-left: 3px solid #cb413f;
    padding-left: 6px;
}
/*chairman.htmlここから*/

/*yassa_girl.htmlここから*/

.miss_girl{
	display:flex;
	margin-bottom:32px;
}

.miss_girlleft{width:45%;margin-right:3%;}

.miss_girlright{width:52%;}

.miss_uptxt{
    border-left: 6px solid red;
    font-weight: bold;
    padding-left: 6px;
    margin-bottom: 11px;
	font-size:22px;
}

.miss_bottom{
	width:32%;
	margin-right:2%;
}

.miss_bottom:last-child{
	margin:0
}

.miss_bottom p {
    text-align: left;
    text-indent: -3rem;
    padding-left: 4rem;
    margin-bottom: 9px;
}

.miss_oldgirl{
	display:flex;
}

.miss_oldgirl p{
    width: 34%;
}

.miss_oldtxt{
    border-left: 6px solid red;
    font-weight: bold;
    padding-left: 10px;
	font-size:22px;
	text-align:left;
	margin: 22px 0 7px;
}

.girl_name{
	text-align: left;
    font-weight: bold;
}

.girl_profile{
	width:100%;
	border-collapse:collapse;
	margin: 0 auto 30px;
	text-align: center;
}

.girl_profile th,
.girl_profile td{
	border:1px solid #e6e1e1;
	padding: .5em 1em;
}

.girl_profile th{
    background: #ca4642;
    color: white;
}

/*yassa_girl.htmlここまで*/

/*theme.htmlここから*/
.theme_top{
	display:flex;
	margin:0 0 35px;
}

.theme_top_left{
	width:18%;
	margin-left:5%;
}

.theme_top_right{
	width:100%;
	margin-left:0%;
}

.theme_top_right{text-align:left;}
.theme_top_right p:nth-of-type(1){
    font-size:246%;
    font-weight: bold;
    margin: 21px 0;
}

.theme_top_right p:nth-of-type(2),.theme_top_right p:nth-of-type(3){
	text-align:right;
}

.theme_txt{
	text-align:left;
	margin-bottom:50px;
}
.theme_txt img{
	float:left;
	max-width:450px
}

.theme_txt p:nth-of-type(3){margin-top:20px;}


.theme_table {
	border-right:1px solid #d6d6d6;
    width: 100%;
    border-spacing: 0px;
    margin: 11px auto;
}

.theme_table  th, td {
    /* border-bottom: 1px solid #d6d6d6; */
    border-left: 1px solid #d6d6d6;
    text-align: center;
    padding: 5px;
}
.theme_table th {background:#c23b38; color: #fff;}

.junbi{
    margin: 181px 0 337px;
    line-height:2;
}

.theme_mid{
	display:flex;
    margin: 21px 0 30px;
}

.theme_mid_left{width:21%;margin-right:2%;}
.theme_mid_right{width:77%;}

.theme_mid_right p:nth-of-type(1){text-align:left;margin-bottom:10px;}
.theme_mid_right p:nth-of-type(2),.theme_mid_right p:nth-of-type(3){text-align:right;}
.theme_mid_right p:nth-of-type(2){margin-bottom:2px;}

.theme_name{display: flex;}

.theme_name p {
    width: 49%;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 19px;
    border-left: 3px solid #cb413f;
    padding-left: 6px;
}

/*theme.htmlここまで*/

/*poster.htmlここから*/
.pos_txt{
	margin:25px 0 20px;
}

.poster_img{
	display:flex;
	margin:0 0 11px;
	flex-wrap:wrap;
}

.poster_img div{
	width:23%;
	margin:0.5vw 1%;
}


.poster_img div:last-child{margin:0;}

/*poster.htmlここまで*/

/*award.htmlここから*/
.award_block{
   margin-bottom: 35px;
    border-bottom: 1px dotted #5d5d5d0f;
    padding-bottom: 15px;
}

.award_txt{
	display:flex;
	margin:11px 0 18px;
}

.award_txt p{
	width:33%;
	font-size:92%;
}

.award_txt p:first-child{text-align:left;}

.award_link a{color: #7d7d7d;}
/*award.htmlここまで*/

/*dance.htmlここから*/
.dance_up{display:flex;}

.dance_upleft{
    width: 60%;
    margin-right: 3%;
	text-align:left;
}

.dance_upleft span{
    font-weight: bold;
    display: block;
    margin: 13px 0 2px;
}

.dance_upright{
	width:37%;
}

.dance_bottom{
	display:flex;
	margin-top:55px;
}

.dance_bottomleft{
    width:60%;
	margin-right:2%
}

.dance_bottomright{
	width:38%;
}

.dance_song{display:flex;}

.dance_songleft{
    width: 45%;
	margin-right:3%;
}

.dance_songleft p{
    text-align: left;
    border: 4px double #cc4d47;
    padding: 13px;
}

.dance_songright{
    width: 52%;
}

.yassa_songlogo{
	display:block;
	margin-bottom:10px;
}

.hana{display:flex;}

.hana_left{
	width:82%;
	margin-right:2%;
	text-align:left;
}

.hana_right{
	width:16%;
}

.yassadance{
	display:flex;
}

.dance_left{
	width:66%;
	margin-right:2%;
	text-align:left;
}

.dance_right{
	width:32%;
}
/*dance.htmlここまで*/

/*fes_kyougi.htmlここから*/
.fes_uptxt{
	text-align:left;
}

.soukai_txt{
    border-left: 6px solid #cb4441;
    font-size: 21px;
    margin-bottom: 18px;
    padding-left: 8px;
    color: #636363;
}

.soukai_wrap{
	display:flex;
	margin-bottom: 35px;
    border-bottom: 1px dotted #f3f3f3;
    padding-bottom: 24px;
}

.soukai_wrap2{
	display:flex;
	margin-bottom: 35px;
    border-bottom: 1px dotted #f3f3f3;
    padding-bottom: 24px;
}

.soukai_left{
	width:86%;
	margin-right:3%;
	text-align:left;
}

.soukai_right{
	width:11%;
}

.soukai_right img{
    border: 1px solid #cfcfce;
}

.soukai_left2{
	width:11%;
	margin-right:3%;
	text-align:left;
}

.soukai_right2{
	width:86%;
	text-align:left;

}

.soukai_left2 img{
    border: 1px solid #cfcfce;
}

/*fes_kyougi.htmlここまで*/

/*dance_kyougi.htmlここから*/
.kyougi_up{display:flex;}

.kyougi_left{
	width:65%;
	margin-right:2%;
	text-align:left;
}

.kyougi_right{
	width:33%;
}

.kyougi_moushikomi a {
    color: #7c7c7c;
    font-weight: bold;
    margin-right: 4px;
    letter-spacing: 1px;
}

.kyougi_bottom_txt{
    margin: 23px 0 42px;
    font-size: 21px;
}

.kyougi_bottom_wrap{display:flex;}
.kyougi_bottom{width:50%;}

.kyougi_bottom p{
    background: #cb4743;
    color: white;
    width: 58%;
    margin: 0 auto;
    font-size: 26px;
    padding: 9px;
    border-radius: 8px;
    letter-spacing: 1px;
}
/*dance_kyougi.htmlここまで*/

/*view.htmlここから*/

.view_up{display:flex;}

.view_upleft{
	text-align:left;
	width:83%;
	margin-right:2%;
}

.view_upright{
	width:15%;
}

.guide_txt{margin-top:9px;}
.guide_txt a{
	font-weight: bold;
    color: #6f6f6f;
    margin-left: 6px;
    letter-spacing: 1px;
}

.time_table div:last-child{margin:0;}

.time_tableday{
    background: #029ee8;
    font-size: 26px;
    color: white;
    border-radius: 7px 7px 0 0;
    padding: 5px 0 2px;
    border-bottom: 1px solid white;
}

.time_table{display:flex;}

.time_table div{width:32%;margin-right:2%;}

table.table01 {
	width:100%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#029ee8;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#029ee8;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
    padding: 10px 8px;
    border-left:#029ee8 solid 1px;
    border-bottom:#029ee8 solid 1px;
    vertical-align: top;
    text-align: left;
}

.view_koutuu{
    margin-top: 27px;
    text-align: left;
}

.view_koutuutxt{
    text-indent: -1rem;
    padding-left: 2rem;
    margin-top: 7px;
}
/*view.htmlここまで*/


/*team.htmlここから*/
.team_uptxt{text-align:left;}

.type03,.type03 th,.type03 td {
  border-collapse: collapse;
  border: 1px solid #c2e8fa;;
  line-height: 1.5;
}

.type03 th {
  padding: 10px;
  font-weight: bold;
  background:#029ee8;
  color: #ffffff;
}

.type03 td {
  padding: 10px;
  vertical-align: top;
}

.type03 tr:nth-child(even) {
  background:#e3f4fd;
}

.type03 th:nth-child(1){width:50%;}
.type03 th:nth-child(2){width:10%;}
.type03 th:nth-child(3){width:14%;}
.type03 th:nth-child(4){width:21%;}


.type04,.type04 th,.type04 td {
  border-collapse: collapse;
  border: 1px solid #f6dfdf;
  line-height: 1.5;
}

.type04 th {
  padding: 10px;
  font-weight: bold;
  background:#c84241;
  color: #ffffff;
}

.type04 td {
  padding: 10px;
  vertical-align: top;
}

.type04 tr:nth-child(even) {
  background: #fbf1f1;
}

.type04 th:nth-child(1){width:50%;}
.type04 th:nth-child(2){width:10%;}
.type04 th:nth-child(3){width:14%;}
.type04 th:nth-child(4){width:21%;}

.team_up{
	display:flex;
	margin:23px 0 0;
}

.team_left{width:49%;margin-right:2%;}

.team_right{width:49%;}


.team_right:last-child {margin:0;}

.team_txt{
    text-align: left;
    font-weight: bold;
    color: #929292;
}
/*team.htmlここまで*/

/*support.htmlここから*/

.chushaku{
	font-weight:bold;
	color:#c84241;
	font-size:120%;
}

.support_txtup{
    text-align: left;
    margin-bottom: 15px;
}

.support_mannaka{
	width: 71%;
    margin: 0 auto;
}
.support_mannaka img{
	border:1px solid #999;
}

.support_txtbottom{
    border-bottom: 3px solid #cb4441;
    font-size: 30px;
    margin-top:50px;
    margin-bottom: 18px;
    padding-left: 8px;
    color: #636363;
    text-align: left;
}

.support_img{
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid;
}
.support_img img{
	vertical-align:bottom;
	border:1px solid #999;
}
.support_up{
	display:flex;
	margin-bottom:35px;
}
.support_up img{
	border:1px solid #999;
}
.support_upleft{
	width:50%;
	margin-right:2%;
}

.support_upright{
	width: 50%;
}

.support_200box a{
	text-decoration: none;
	/* color:red; */
}

.support_200{
	display:flex;
    margin: 27px 0 46px;
	flex-wrap: wrap;
}

.support_200 div{
	text-align:center;
	width:32%;
	margin:0 2% 20px 0;
    border: 1px solid;
    padding: 7px;
	display: table;/*文字縦中央揃いに必要*/
	box-shadow:2px 2px 4px #ccc;
	background:#f8f8ff;
}

.support_200 p{
  display: table-cell;/*文字縦中央揃いに必要*/
  vertical-align: middle;/*文字縦中央揃いに必要*/
  height:132px;/*文字縦中央揃いに必要*/
  font-size: 140%;
}

.support_200 div:nth-child(3n){margin-right:0;}


.support_100{
	display:flex;
    margin: 27px 0 46px;
	flex-wrap: wrap;
}

.support_100 div{
	text-align:center;
	width:24%;
	margin:0 1.3% 20px 0;
    border: 1px solid;
    padding: 7px;
	display: table;/*文字縦中央揃いに必要*/
	box-shadow:2px 2px 4px #ccc;
	background:#f8f8ff;
}

.support_100 p{
  display: table-cell;/*文字縦中央揃いに必要*/
  vertical-align: middle;/*文字縦中央揃いに必要*/
  height:132px;/*文字縦中央揃いに必要*/
  font-size: 140%;
}

.support_100 div:nth-child(4n){margin-right:0;}




.support531{
	display:flex;
	flex-wrap:wrap;
    margin: 27px 0 46px;
}
.support531 div{
	width:24%;
	text-align:center;
	margin-right:1.3%;
    border: 1px solid #ccc;
    padding: 7px;
	display: table;/*文字縦中央揃いに必要*/
	box-shadow:2px 2px 4px #ccc;
	background:#f8f8ff;
	margin-bottom:20px;
}
.support531 div:nth-child(4n){
	margin-right:0;
}
.support531 div p{
  display: table-cell;/*文字縦中央揃いに必要*/
  vertical-align: middle;/*文字縦中央揃いに必要*/
  line-height:1.2
}
.kyosan5 div p{
  height:95px;
  font-size:120%;	
}
.kyosan3 div p{
  height:80px;
  font-size:110%;	
}
.kyosan1 div p{
  height:50px;
  font-size:95%;	
}

@media(max-width:500px){
	.support_200 div {
		width: 100%;
		padding:2px;
	}

	.support_200 p {
		height: 100px;
		font-size: 130%;
	}

	
	.support_100 div {
		width: 48%;
		margin: 0 4% 20px 0;
	}
	
	.support_100 div:nth-child(2n){margin-right:0;}

	.support_100 p {
		height: 98px;
		font-size: 120%;
	}

}
/*support.htmlここまで*/

/*hanabi.htmlここから*/
.uchiage_wrap{
	display:flex;
	margin:35px 0 75px;
}

.uchiage_txt:first-of-type{margin-top:0;}
.uchiage_txt{
	padding-left: 1rem;
}
.big1{
	font-size:180%;
}
.uchiage_left{
	width:53%;
	margin-right:2%;
	text-align:left;
}

.uchiage_right{
	width:45%;
}


.hanabi_wrap{
    text-align: left;
}

.hanabi_txt{
    margin: 20px 0 16px;
}

.hanabi_txt:first-of-type{margin:0 0 16px;}

.hanabi_txtsub1{
	padding-left: 1rem;
	font-weight: bold;
    margin: 18px 0 6px;
}

.hanabi_txtsub2{padding-left: 1rem;}

.hanabi_junbi{
    margin: 54px 0 40px;
    line-height: 2;
    font-weight: bold;
}

.hanabi-wrap{
	display: flex;
    flex-wrap: wrap;
}

.hanabi-wrap div:nth-child(1){
	width:65%;
}
.hanabi-wrap div:nth-child(2){
	width:35%
}

.hanabi_btn{
	width:100%;
	text-align:right;
	margin-top:13px;
}

.hanabi_btn a{
    margin:0px 4% 0 0;
    border-radius: 7px;
    font-size: 18px;
    padding: 6px 10px;
	color:white;
	background: #c6423e;

}


.tbl-r02{
	border-collapse:collapse;
}

.tbl-r02 th {
	padding: 10px;
}
.tbl-r02 td {
	padding: 10px;
	border:none;
	text-align:left;
}
/*hanabi.htmlここまで*/


/*contact.htmlここから*/
table.type01 input,table.type01 select{height:25px;}
.month,.da{margin-left:15px;}
table.type01 span{color:#ff4200;padding-left:6px;}

.contact_up_txt1{
    text-align: left;
    padding-left: 1rem;
    margin: 5px 0;
}

.contact_up_txt2{
    text-align: left;
    padding-left: 1rem;
    margin: 5px 0 0px;
    color: red;
    font-weight: bold;
}

.contact_up_txt3{
	margin: 45px auto;
	color: white;
	font-weight: bold;
	background: #c71e3a;
	padding: 14px;
	border-radius: 8px;
	width: 80%;
	font-size: 23px;
	text-align:center;
}

@media(max-width:500px){
	.contact_up_txt3{
		width: 90%;
		font-size:110%
	}
}

.contact_up_txt3 span{
	font-size:160%;
}
.form_top_txt{
    text-align: left;
    padding-left: 1.5rem;
    font-size: 14px;
    color: #e63e3e;	
}

.radio02-input,.radio03-input{
  display: none;
}
.radio02-input + label,.radio03-input + label{
  padding-left: 22px;
  position:relative;
  margin-right: 40px;
}
.radio02-input + label::before,.radio03-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio02-input:checked + label::after,.radio03-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 11px;
	height: 11px;
	background:#ff4200;
	border-radius: 50%;
}

table.type01{
    border-collapse:collapse;
    text-align:center;
    line-height:1.5;
    width:96%;
    margin:5px auto 35px;
}

table.type01 tr{
	height: 60px;
	border-bottom: 1px solid #ccc;
	border-top:  1px solid #ccc;
}

table.type01 th{
    width:30%;
    padding:10px;
    font-weight:bold;
    vertical-align:middle;
	border:none;
    background: #f2f1f0;
}

table.type01 td{
    width:40%;
    padding:10px;
    vertical-align: middle;
    border:none;
	text-align:left;
}

.contact_button{
    padding: 3px 20px;
    font-weight: bold;
    font-size: 18px;
    margin:30px 0;
}

#privacy{text-align:center;}


.year{width: 16%;margin: 0 8px 0 0;text-align:right;padding:0 5px;}
.mon{width:13%;margin:0 9px 0 4px;text-align:right;padding:0 5px;}
.day{width:13%;margin: 0 9px 0 4px;text-align:right;padding:0 5px;}
.birth{width: 13%;margin: 0 8px 0 5px;text-align:right;padding:0 5px;}
.height{width:14%;margin:0 5px 0 0;text-align:right;padding:0 5px;}

.image_file{width:55%;}

/*contact.htmlここまで*/

/*miss_yassa.phpここから*/
.oubo_uptxt{
    font-size: 15px;
    font-weight: bold;
    color: #c71e3a;
    margin-bottom: 15px;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
}

.missyassa_title{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 19px;
    margin-top: 18px;
}

.miss_txt{
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 10px;
}

.miss_toiawase{display:flex;margin:21px 0 0;}
.miss_toiawase_left{
	background: #c71e3a;
    color: white;
    font-weight: bold;
    padding: 0 20px;
    font-size: 21px;
	padding-top:23px;
}

.miss_toiawase_right{
    border: 2px solid #c71e3a;
    padding: 10px 14px;
}


.missyassa_wrapper{
    max-width:900px;
    width: 100%;
    text-align: center;
    margin: 0 auto 135px;;
    padding: 3px 3% 45px;
    background: white;
}

.dance1{margin-left:21px;}
.dance2{margin-left:5px;}
.dance1:nth-of-type(4) {margin:0;}

/*miss_yassa.phpここまで*/

/*join.htmlここから*/
.join_top{
	text-align:center;
}
.yassa_bosyuu{display:flex;margin:30px 0 0;}
.yassa_bosyuu_left{width:42%;margin-right:5%;}
.yassa_bosyuu_right{
	text-align:left;
	width:53%;
}

.yassa_bosyuu_right_txt1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.yassa_bosyuu_right_txt2{}

.dance_entry{
    background: #c6423e;
    width: 50%;
    margin: 35px auto 50px;
    font-size: 29px;
    padding: 15px 10px;
    border-radius: 7px;
}
.red_btn2{
    background: #c6423e;
    width: 50%;
    margin: 25px auto;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 7px;
    text-align:center;
}

.dance_entry a,.red_btn2 a{
	color:white;
}


table.type02 input,table.type02 select{height:26px;padding-right:5px;margin-bottom:4px;}
table.type02 .meibo input{
	height:auto;padding-right:auto;margin-bottom:0;
}
table.type02 .meibo input[type=text]{
	height:26px;
}


.month,.da{margin-left:15px;}
table.type02 span{color:#ff4200;padding-left:6px;}
table.type02 .meibo span{
	color:#666;
	padding-left:6px;
	display:inline-block;
	margin:3px 12px 3px 0;
}

.radio02-input,.radio03-input{
  display: none;
}
.radio02-input + label,.radio03-input + label{
  padding-left: 22px;
  position:relative;
  margin-right: 40px;
}
.radio02-input + label::before,.radio03-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio02-input:checked + label::after,.radio03-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 11px;
	height: 11px;
	background:#ff4200;
	border-radius: 50%;
}

table.type02{
    border-collapse:collapse;
    text-align:center;
    line-height:1.5;
    width:96%;
    margin:5px auto 35px;
}

table.type02 tr{
	height: 60px;
	border-bottom: 1px solid #ccc;
	border-top:  1px solid #ccc;
}

table.type02 th{
    width:30%;
    padding:10px;
    font-weight:bold;
    vertical-align:middle;
	border:none;
    background: #f2f1f0;
}

table.type02 td{
    width:40%;
    padding:10px;
    vertical-align: middle;
    border:none;
	text-align:left;
}

.join_up{
    text-align: left;
    padding-left: 3rem;
    margin:6px 0;
    text-indent: -1.4rem;
}

.join_up2{
	text-align: left;
    padding-left: 2rem;
    margin: 6px 0 0;	
}

.join_up span{
	border-bottom: 1px dotted #616161;
}

.funshitu{font-weight:bold;}

.shinsa{
	display:flex;
	text-align: left;
    padding-left: 3rem;
    margin:6px 0;
    text-indent: -1rem;
}

.shinsa_left{
	width: 6.6%;
}

.shinsa_right{
	 width:90%;
}

.shinsa_right p{
	text-indent: 0;
	margin-bottom:7px;
}


.join_child_txt{
	text-align: left;
	margin: 16px 0 20px;
	padding-left: 2rem;
}


.syucchou{
    background: #d14d49;
    width: 57%;
    padding: 13px 0 14px;
    color: white;
    margin: 0 auto;
    border-radius: 6px;
    letter-spacing: 1px;
}

.syucchou p{font-weight:bold;}
.syucchou p:nth-of-type(1){
	font-size: 23px;
	margin-bottom: 3px;
}

.joincontact_a{
	color: #d14d49;
}

.join_up_txt{
    text-align: left;
    padding-left: 1rem;
	margin:5px 0 30px;
}

.join_up_txt2{
    text-align:right;
    padding-right:1rem;
	margin:5px 0 30px;
}

.join_up_txt3{
    color: #c8413e;
    font-weight: bold;
}

.consent{
	width: 18px;
    margin: 11px 12px 0 0;
    height: 18px;
    vertical-align: -3px;
}

.team_people1{
    margin: 0 22px 0 0;
}

.team_people2{
    width: 7%;
    margin: 0 3px 0 6px;
	text-align:right;
}

.yassa_day{
    width: 12%;
    padding-left: 8px;
}

.flower_car{
    margin: 0px 0 13px;
}

.car_box{
    display:none;
}

.car2{
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    padding: 2px 9px;
    margin-top: 7px;
}
miss
.notes{
    margin: 0 auto 30px;
    width: 96%;
}

.join_notes{
    text-align: left;
    color: #cb3f3e;
    margin: 0 0 1px;
    text-indent: -1rem;
    padding-left: 2rem;
}

.join_notes span{
	font-weight:bold;
}


.join_pay{
    text-align: left;
    margin: 0 0 1px;
    text-indent: -1rem;
    padding-left: 2rem;
}

.join_pay span{
	font-weight:bold;
	color: #cb3f3e;
}

.team_responsible_txt{
    text-align: left;
    color: #c71e3a;
    font-weight: bold;
    width: 96%;
    margin: 0 auto;
}

.team_responsible_txt span{
    font-size: 14px;
    padding-left: 13px;
}

.ribbon{
	margin-bottom:15px;
}

.yukata1{margin: 0 0 0 22px;}
.yukata2{
    width: 8%;
    margin: 0 6px 0;
    text-align: right;
}

.total_price{
    width: 12%;
    margin: 0 6px 0 0;
    text-align: right;
}

.pay1{margin: 0 3px 0 0;}
.pay2{margin: 0 13px 0 7px;}
.pay3{margin: 0 0 0 7px;}


.policy_title{
    text-align: left;
    width: 100%;
    margin: 0 auto;	
    font-weight: bold;
    font-size: 19px;
}

.join_policy{
    text-align: left;
    margin: 16px 0 ;
	padding-left:1rem;
}

.policy_number{
    text-align: left;
    padding-left: 2rem;
    text-indent: -1rem;
}

.policy_agree{
    margin-top: 34px;
    font-weight: bold;
}

.policy_send{
    font-weight: bold;
}
/*join.htmlここまで*/

/*join_send.phpここから*/
.check{
    font-weight: bold;
    padding: 146px 0;
}
/*join_send.phpここまで*/
/*privacy*/
.privacy h4{
	color:#c00;
	margin-top:15px;
	font-size:110%;
}
.privacy p{
	margin-bottom:8px;
}
.yassagirl{margin-top:50px;}
@media screen and (max-width:500px) {
	body {
		background:none;
	}

	.wrapper {
		padding: 4%;
		margin: 25px auto 60px;
	}
	img{
		max-width:100%;
	}

	.pconly{display:none;}
	.sponly{display:block;}
	.pcin_only{display:none;}

	/*h1～ここから*/

	h2{
		font-size: 20px;
		margin:25px 0 20px;
		letter-spacing:0.3px;
		text-indent:-40px;
		padding-left:40px;
	}
	
	h2:before {
		margin: 0 6px 0 0;
		width: 35px;
    	height: 63px;
	}

	h2 span{
		font-size: 13px;
	}

	/*h1～ここまで*/


	/*メニューここから*/	
	.other_head_wrap{
		display:none
	}
	/*ヘッダーここから*/
	.sp_header{
		width:66%;
		margin: 5px 0 0 3%;
	}
	/*ヘッダーここまで*/
	
	/*メニューここから*/
	.toggleWrap {
		top:56px;
		z-index:999;
	}	
	
	.header {
		width: 100%;
		top: 0;
		height: 60px;
		position: fixed;
		z-index: 999;
		background:#c71e3a;
		display: flex;
	}	

	.header3 img{
		height:42px;
		width: 178px;
	}

	.header3{
		width: 56%;
		margin:10px 0 0 18px;
	}

	.header4{
	    width: 10%;
	    margin: 8px 0 0 78px;
	}

	.header4 img{
		width:100%;
	}
	
	.hide {
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
	}
	
	.mainnav li {
		width: 100%;
		text-align: left;
		font-size: 23px;
		font-weight: bold;
		line-height:2.2;
	}

	.mainnav li a{
		text-decoration: none;
		color: white;
	}
		
	.mainnav li ul li{
		font-size:14px;
	    padding-left: 1rem;
	}
	
	#menu_1 > a:after {content: 'HOME';display:none;padding-top:5px;font-size: 15px;}
	#menu_2 > a:after {content: 'HISTORY';display:none;padding-top:5px;font-size: 15px;}
	#menu_3 > a:after {content: 'JOIN';display:none;padding-top:5px;font-size: 15px;}
	#menu_4 > a:after {content: 'VIEWING';display:none;padding-top:5px;font-size: 15px;}
	#menu_5 > a:after {content: 'FIREWORKS';display:none;padding-top:5px;font-size: 15px;}
	#menu_6 > a:after {content: 'TRAFFIC REPORT';display:none;padding-top:5px;font-size: 15px;}
	#menu_7 > a:after {content: 'CONTACT';display:none;padding-top:5px;font-size: 15px;}

	
/*メニューここまで*/

/*スライドショーここから*/
	.head_logo1{
		top: 4px;
		right: 10px;
		width:65px;
	}
	
	.head_logo2{
		bottom: 0px;
		right: 94px;
		width: 280px;
		top: 138px;
	}	
	.viewer {
		margin: 60px auto 0;
		width:100%;
		height: 251px;
	}
	 
	.viewer ul {
		width: 100%;
		height: 251px;
	}
	 
	.viewer ul li {
		top: 0;
		left: 0;
		width: 100%;
		height: 251px;
	}
	/*スライドショーここまで*/

	/* フッターここから*/
	.daruman,.miharin{
		width: 44%;
		position: absolute;
		top: -145px;

	}

	.miharin {
		right: 11px;
	}
	
	.daruman {
		left: 11px;
	}

	.footer_logo{
		width:75%;
		margin:10px auto 20px;
	}
	
	.footer_text {
		width: 90%;
		margin: 0 auto 15px;
	}
	
	
	footer {
		margin-top: 40px;
		padding-top:100px
	}
	/* フッターここまで*/
	
	/*indexコンテンツここから*/
	.index_banner_big{
		padding:0;
		background:none;
		margin-bottom:10px
	}
	.index_banner_3 a,.index_banner_2 a{
		width:80%;
		margin-right:0;
		margin-left:0;
	}
	.upleft_text1 {
		padding: 6px 6px;
		font-size: 14px;
		letter-spacing: 0px;
	}
	
	.upleft_text1 {
		font-size: 14px;
		letter-spacing: 0px;
		margin-bottom: 8px;
	}
	.course_btn{
		font-size:19px;
		margin-top:8px
	}
	.news_up {
		flex-flow: column;
	}
	
	.news_upleft {
		width: 100%;
		margin-right: 0%;
	}
	
	.upleft_text1 span {
		padding-right: 13px;
	}
	
	.upleft_text2 {
		margin-bottom:7px;
	}

	.up_left_text_bottom{
		font-size: 15px;
	}	
	
	.topics1 {
		background:none;
		padding:0;
		margin-right: 0px;
		text-align: left;
		margin-bottom: 0px;
		font-size: 13px;
		margin-bottom:0;
	}
	.topics2{
		border: none;
		padding:0;
		font-size:16px
	}
	.topics2 span{
		font-size:12px;
		width:9em;
		margin-right:10px
	}

	
	.index_banar_bottom{
		margin:10px 0 15px;
		flex-flow: wrap;
	}
	
	.index_banar_bottom_btn{
		width: 72%;
		margin:5px auto;
	}
	
	
	.index_more {
		margin:0; 
	}
	
	.index_more a {
		font-size: 16px;
	 }

	/*indexコンテンツここまで*/

	/*join.htmlここから*/
	
	
	.join_top {
		margin-top: 43px;
	}

	.join_top h1{
		font-size:21px;
	}
	
	.yassa_bosyuu {
		margin: 11px 0 0px;
	}
	
	.yassa_bosyuu {
		flex-wrap: wrap;
	}
	
	.yassa_bosyuu_left {
		width: 100%;
		margin-right: 0%;
	}
	.yassa_bosyuu_right{
		width: 100%;
		margin-right: 0%;
	}
	
	.dance_entry {
		width: 100%;
		margin: 18px auto ;
		font-size: 20px;
	}
	
	.red_btn2 {
		width: 100%;
		margin: 12px auto ;
		font-size: 15px;
	}
	
	
	table.type02{
		width:100%;
	}

	table.type02 th{
		width:100%;
		display:block;
		padding:5px;
	}
	
	table.type02 td{
		width:100%;
		display:block;
	}

	.radiobutton_rap{
		display:block;
	}

	table.type02 input,table.type02 select{height:23px;}

	.team_people2{
		width: 9%;
		margin: 0 3px 0 6px;
	}


	.yassa_day{
		width: 31%;
		display:block;
	}

	.category1{display:block;margin-top: 7px;}
	.category2{display:block;}
	.category3{display:block;}
	
	.join_notes {
	    text-indent: -1.3rem;
		margin-bottom:10px;
	}
	
	/*join.htmlここまで*/

	/*history.htmlここから*/
	.origin_up {
		flex-flow: column;
	}
	
	.origin_up_left {
		width: 100%;
		margin-right: 0%;
	}
	
	.origin_up_right {
		width: 100%;
		margin:13px 0 0;
	}
	
	.origin_bottom {
		margin: 0;
		flex-flow: column-reverse;
	}
	
	.origin_bottom_right {
		width: 100%;
	}

	.origin_bottom_left {
		width: 99%;
		margin: 0 auto;
	}

	.fes {
		flex-flow: column;
	}

	.fes_left {
		margin-right: 0%;
		width: 100%;
	}

	.fes_left span {
		font-size: 14px;
		display: block;
		text-indent: -0.5rem;
		margin: 0 0 6px;
	}

	.fes_right {
		width: 100%;
	}

	.effect_uptxt {
		font-size: 15px;
		text-align:left;
	}

	.effect_midashi {
		font-size: 18px;
		padding-left: 5px;
		margin-left: 5px;
	}
	/*history.htmlここから*/

	/*chairman.htmlここから*/
	.man_up {
		flex-flow: column;
	}
	
	.man_upleft {
		width: 85%;
		margin: 0 auto;
	}
	
	.man_upright {
		width: 100%;
		margin:0 auto;
		text-align:center;
	}
	
	.man_name {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
		font-weight:bold;
	}
	
	.keireki_txt {
		text-align: left;
		font-size: 20px;
		margin: 8px auto 0;
		width:98%;
	}
	
	.man_tb tr:nth-child(odd) th {
		padding: 13px 0;
		display: block;
		width: 98%;
		margin:0 auto;
	}
	
	.man_tb tr:nth-child(even) th {
		padding: 13px 0;
		display: block;
		width: 98%;
		margin:0 auto;
	}
	
	.man_tb tr:nth-child(odd) td {
	    background-color: #fafafa;
		padding: 13px 0;
		display: block;
		width: 98%;
		margin:0 auto;

	}

	.man_tb tr:nth-child(even) td {
		padding: 13px 0;
		display: block;
		width: 98%;
		margin:0 auto;
	}
	
	.man_bottom_wrap {
		flex-flow: column;
	}

	.manbottom {
		padding: 19px;
		width: 100%;
		margin: 0 0 24px;
	}
	
	.man_bottom {
		width: 100%;
		margin-right: 0%;
 	}
	
	.member_profile_sp span{display:none;}
	
	.member_profile{display:none;}


	.member_profile_sp{  
		width: 100%;
		border-spacing: 0;
		display:table;
	}
	
	.member_profile_sp th {
		border-bottom: solid 2px #fb5144;
		padding: 10px 0;
		font-size: 90%;
	}
	
	.member_profile_sp td {
		border-bottom: solid 2px #ddd;
		text-align: center;
		padding: 10px 0;
		font-size: 85%;
	}

	.rekidai_name {
		flex-flow: column;
	}
	
	.rekidai_name p {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 19px;
		padding-left: 0px;
		text-indent: 1rem;
	}	
	/*chairman.htmlここから*/

	/*yassa_girl.htmlここから*/
	.miss_girl {
		flex-flow: column;
		margin-bottom:0;
	}
	
	.miss_girlleft {
		width: 100%;
	}
	
	.miss_girlright {
		width: 100%;
	}
	
	.miss_bottom {
		width: 100%;
		margin:0 0 10px 0;
	}
	
	.miss_bottom p {
		padding-left: 3.5rem;
		margin-bottom: 6px;
	}
	
	.miss_oldgirl {
		flex-flow: column;
	}
	
	.miss_oldgirl p {
		width: 100%;
		font-size: 98%;
		text-align: left;
	}
	
	.girl_profile th, .girl_profile td {
		display: block;
	}
	/*yassa_girl.htmlここまで*/

	/*award.htmlここから*/
	.pos_txt {
		text-align: left;
	}
	
	.award_block {
		margin-bottom: 24px;
		padding-bottom: 13px;
	}
	
	.award_txt {
		margin: 11px 0 18px;
		flex-flow: column;
	}
	
	.award_txt p {
		width: 100%;
		font-size: 82%;
		text-align:left;
	}

	.award_link{
		text-align:left;
	}

	/*award.htmlここまで*/

	/*dance.htmlここから*/
	.dance_up {
		flex-flow: column;
	}
	
	.dance_upleft {
		width: 100%;
		margin-right: 0%;
	}
	
	.dance_upright {
		width: 85%;
		margin: 10px auto 0;
	}
	
	.dance_bottom {
		flex-flow: column-reverse;
		margin-top: 22px;
	}
	
	.dance_bottomleft {
		width: 100%;
		margin: 23px 0% 0;
		height: 259px;
	}
	
	.dance_bottomright {
		width: 100%;
	}
	
	.dance_song {
		flex-flow: column;
	}
	
	.dance_songleft {
		width: 100%;
		margin-right: 0%;
		font-size: 69%;
	}
	
	.dance_songright {
		width: 100%;
		margin-top: 15px;
	}
	
	.hana {
		flex-flow: column;
	}
	
	.hana_left {
		width: 100%;
		margin-right: 0%;
	}
	
	.hana_right {
		width: 100%;
		margin-top: 7px;
	}
	
	.yassadance {
		flex-flow: column;
	}
	
	.dance_left {
		width: 100%;
		margin-right: 0%;
		text-align: left;
	}
	
	.dance_right {
		width: 100%;
		margin-top: 7px;
	}
	/*dance.htmlここまで*/

	/*fes_kyougi.htmlここから*/
	.soukai_wrap {
		flex-flow: column;
	}
	
	.soukai_wrap2{
		flex-flow: column-reverse;
	}

	.soukai_left {
		width: 100%;
		margin-right: 0%;
	}

	.soukai_right {
		width: 100%;
	}

	.soukai_txt {
		font-size: 17px;
	}
	/*fes_kyougi.htmlここまで*/

	/*dance_kyougi.htmlここから*/
	.kyougi_up {
		flex-flow: column;
	}
	
	.kyougi_left {
		width: 100%;
		margin-right: 0%;
	}
	
	.kyougi_right {
		width: 100%;
		margin-top: 9px;
	}
	
	.kyougi_moushikomi{
		text-align:left;
	}
	
	.kyougi_bottom_wrap {
		display: flex;
		flex-flow: column;
	}
	
	.kyougi_bottom {
		width: 100%;
		margin-bottom: 14px;
	}
	
	.kyougi_bottom p {
		width: 87%;
		font-size: 21px;
		padding: 3px 0 1px;
	}
	
	.kyougi_bottom_txt {
		margin: 23px 0 14px;
	}
	/*dance_kyougi.htmlここまで*/

	/*view.htmlここから*/
	.view_up {
		flex-flow: column;
	}

	.view_upleft {
		width: 100%;
		margin: 0 0 7px;
	}

	.view_upright {
		width: 100%;
	}

	.time_table {
		flex-flow: column;
	}

	.time_table div {
		width: 100%;
		margin-right: 0%;
		margin: 0 0 17px;
	}

	/*view.htmlここまで*/

	/*team.htmlここから*/
	.team_up {
		flex-flow: column;
		margin: 14px 0 0;
	}
	
	.team_left {
		width: 100%;
		margin: 0 0 18px;
	}
	
	.team_right{
		width:100%;
	}
	
	.type03 th:nth-child(1) {width: 33%;}
	.type03 th:nth-child(2) {width: 10%;}
	.type03 th:nth-child(3) {width: 14%;}
	.type03 th:nth-child(4) {width: 10%;}
	
	.type03, .type03 th, .type03 td {
		font-size: 80%;
	}
	
	
	.type04 th:nth-child(1) {width: 33%;}
	.type04 th:nth-child(2) {width: 10%;}
	.type04 th:nth-child(3) {width: 14%;}
	.type04 th:nth-child(4) {width: 10%;}
	
	.type04, .type04 th, .type04 td {
		font-size: 80%;
	}
	
	.team_txt {margin-bottom: 2px;}
	/*team.htmlここまで*/


	/*support.htmlここから*/
	.support_up {
		flex-flow: column;
	}

	.support_upleft {
		width: 100%;
		margin: 0 0 12px;
	}

	.support_upright,.support_mannaka{
		width: 100%;
	}

	.support_200 {
		flex-flow: column;
	}

	.support_200box {
		width: 100%;
		margin: 0 0 15px;
	}

	.support_100 {
		flex-flow: wrap;
	}
	.support_100box{
		width: 49%;
		margin: 0 2% 12px 0;
	}
	.support_100box:nth-child(even){
		margin:0;
	}
	.support531 div{
		width: 49%;
		margin: 0 2% 12px 0;
	}
	.support531 div:nth-child(even){
		margin:0;
	}

	/*support.htmlここまで*/

	/*theme.htmlここから*/
	.theme_top {
		flex-wrap: wrap;
	    margin: 0 0 20px;
	}
	
	.theme_top_right p:nth-of-type(1) {
		font-size: 171%;
	    margin:0 0 21px;
	}
	
	.theme_top_left {
		width: 52%;
		margin: 10px auto 0;
	}
	
	.theme_top_right {
		width: 100%;
		margin-left: 0%;
	}


	.theme_table {
		border-right:none;
	}
	.theme_table thead { display: none;}
	
	.theme_table tr {
		display: block;
		margin: 0 0 24px;
		border: 1px solid #d6d6d6;
	}
	
	.theme_table td {
		display: block;
		padding: 0;
	}
	
	.theme_table th, td {
		border:none;
	}
	
	.theme_table span {
		padding: 4px 0;
		display: block;
	}
	
	/* tdのデザイン */
	.theme_table td:nth-of-type(1){
		background-color:#c71e3a;
		text-align: center;
		color: #fff;
		padding:5px 0;
	}
	
	
	.theme_table td:before {
		display: block;
		background-color:#faeaed;
		padding: 4px 0;
	}
	
	.theme_table td:nth-of-type(2):before { content: "作品";}
	.theme_table td:nth-of-type(3):before { content: "氏名";}
	.theme_table td:nth-of-type(4):before { content: "令和元年度所属学校名";}
	
	.theme_mid {
		flex-wrap: wrap;
	}
	
	.theme_mid_left {
		width: 88%;
		margin: 0 auto;
	}
	
	.theme_mid_right {
		width: 100%;
	}
	
	.theme_mid_right p:nth-of-type(2), .theme_mid_right p:nth-of-type(3) {
		text-align: left;
	}

	.theme_name{flex-flow: column;}

	.theme_name p {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 19px;
		padding-left:9px;
	}

/*theme.htmlここまで*/

/*hanabi.htmlここから*/
	.uchiage_wrap {
		margin:0 0 30px;
		flex-wrap: wrap;
	}
	
	.uchiage_left {
		width: 100%;
		margin-right: 0%;
	}
	
	.uchiage_right {
		width: 100%;
		margin: 8px 0 0;
	}
		
/*hanabi.htmlここまで*/

}
