
.logo {
	text-align: center;
	background: #000;
  position: relative;
  padding: 0px 0;
  margin: 0px 0px 0px 0px;
}
.logo img {
	width: 220px;	
}

.btn-menu-box {
	width: 100%;
	padding: 0;
}
.btn-menu {
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
}
.btn-menu img {
	width: 240px;
	padding: 0;
	margin: 0;
}
.btn-bg-0 {background: #000;}
.btn-bg-1 {background: #ff0000;}
.btn-bg-2 {background: #f2b90b;}
.btn-bg-3 {background: #0c5ce1;}
.btn-bg-4 {background: #ccc;}


.about {
	text-align: center;
}

.first {
	text-align: center;
	font-size: 22px;
  font-weight: bold;
	color: #fff;
	line-height: 1.3em;
	background: #000;
	padding: 10px;
  margin: 0px 0px 30px 0px;    
}


/* youtube */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 0px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius:0;	
}

.tittle_box_cm {
	background: #feebfe;
	padding: 10px;
	margin: 0;
}

.bdx {
	border-bottom: solid 1px #ccc;
	margin: 10px 0 40px 0;
}

.second {
	text-align: center;
	font-size: 20px;
  font-weight: bold;
	color: #333;
	line-height: 1.3em;
	padding: 0px;
  margin: 0px 0px 30px 0px;    
}

.tittle_box_a {
	background: #f2f2f2;
	padding: 15px;
	margin: 0;
}

.tittle_box_b {
	background: #fff;
	padding: 15px;
	margin: 0;
}

.music_tittle {
	font-size: 15px;
  font-weight: bold;
	color: #333;
	line-height: 1.3em;
  margin: 0px 0px 5px 0px;    	
}
.music_tittle2 {
	font-size: 14px;
  font-weight: bold;
	color: #333;
	line-height: 1.3em;
  margin: 0px 0px 5px 0px;    	
}

.music_txt{
	font-size: 13px;
    font-weight: normal;
	color: #333;
	line-height: 1.3em;
    margin: 0px 0px 10px 0px;    	 	
}



/* webデザイン */
.c-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-fig {
	width: 300px;
	margin: 0px 0px 30px 0px;
}
.cf1 {
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.cf1 img {
	border-radius: 10px;
	border: solid 1px #ccc;
}
.cf2 {
	text-align: left;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}
.cf3 {
	text-align: justify;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
}
.cf1 a {
	outline: none;
}
.cf2 a {
	text-decoration: none;
	outline: none;
	color: #ff0000;
}

/* ロゴデザイン */
.l-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-fig {
	text-align: center;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
.lf1 img {
	border: none;
}


@media only screen and (max-width: 767px) {
	.c-wrap {
		display: block;
	}
	.c-fig {
		width: 100%;
		margin: 0px 0px 50px 0px;
	}
	.l-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.l-fig {
		text-align: center;
		width: 40%;
		margin: 0px 0px 0px 0px;
	}
}






/* お問合せ　-----------------------------------------*/
/* モバイル固定ボタン */
.fixer {
	display: none;
}
.con-btn {
	display: block;
	text-align: center;
	width: 80%;
}
.con-btn img {
	border-radius: 10px;
}
.con-btn a {
	outline: none;
}


/* フッター */
footer .copyright {
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0px;
	color: #8e8e8f;
  margin: 20px 0px 30px 0px;
}

/* ページトップへ戻るボタン */
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #333;
	opacity: 0.8;
	z-index:500;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }



/* ----- Media queries ----- */
@media (min-width: 980px) and (max-width: 1200px) {


}



	
@media (min-width: 768px) and (max-width: 979px) {
	

}


@media only screen and (max-width: 767px) {
	#page_top{
		width: 40px;
		height: 40px;
		position: fixed;
		right: 0;
		bottom: 57px;
		background: #333;
		opacity: 0.8;
		z-index:500;
		}

	.con-btn {
		display: none;
	}

	/* モバイル固定ボタン */
	.fixer {
		display: block;
		position: fixed; 
		bottom: 0px;	
		left: 0px;
		z-index: 1000;
		margin: 0;
		padding: 0;
	}
	.wrapf	{
		display: flex;
	  margin: 0;
		padding:0;
	/*    border:solid 1px #ccc;　　*/
	}
	
	 .fix01 {
		width: 50%;
		background: #06c755;
		margin: 0;
		padding: 2px 0;
	}
	.fix02 {
		width: 50%;
		background: #276ded;
		margin: 0;
		padding: 2px 0;
	}
}




@media (max-width: 520px) {
	footer .copyright {
		text-align: center;
		font-size: 12px;
		line-height: 1.3em;
		padding: 0px;
		color: #8e8e8f;
		margin: 20px 0px 30px 0px;
	}
}