@charset "UTF-8";

*{
	margin: 0 auto;
	padding: 0 auto;
}

body{
	background: #000;
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover{
	color: #4b0082;
}


/* 全体 */

#container{
	width: 1000px;
	margin: 0 auto;
	padding: 0 16px;
}

/* ヘッダー */

.header{
	height: 35px;
	position: relative;
}

.sitetitle{
	display: table;
	float: left;
	position: absolute;
	top: 20%;
}

.snslink{
	display: none;
}

/* リストメニュー */

.navi{
	float: right;
	list-style-type: none;
	margin-bottom: 10px;
}

.navi ul{
	display: table;
	padding-left: 0;
}

.navi li{
	position: relative;
	display: table-cell;
	padding: 0 auto;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
} 

.navi li+ li{
	border-left: 0;
	border-right: 1px solid #fff;
}  

.navi li a{
    display: block;
	width: auto;
	height: 35px;
	text-align: center;
	font-size: 15px;
	background: #000;
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 15px 20px 0;
}  

.navi li a:hover{
    display: block;
	font-weight: bold;
	background: linear-gradient(#777, #000);
	color: #fff;
}


/* スライドショー */

#topimg{
	clear: both;
	width: 100%;
	height: auto;
}


/* メイン枠 */

#main{
	float: left;
	width: 760px;
	margin-right: 20px;
	padding: 0 auto;
}

h2{
	position: relative;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}
h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 auto;
	padding-right: 10px;
	background-color: #000;
	text-align: left;
}
h2::after {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

/* 新着情報 */

.information{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.date{
	clear:both;
	float: left;
	width: 210px;
	font-size: 17px;
	font-weight: bold;
	padding: 6px;
}

.schedule{
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}

.schedule p{
	float: left;
	height: auto;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin-top: -10px;
	padding: 0 auto;
}

.schedule input {
  display: none;
}
.schedule label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.schedule label:hover {
  color: #4b0082;
}
.schedule .panel {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  background: #000;
  padding: 0;
}
.schedule input:checked + .panel {
  height: auto;
  padding: 10px;
}

.part{
	display: none;
}


/* 右カラム */

h3{
	text-align: center;
	margin-bottom: 10px;
}

.subcontents{
	float: right;
	width: 200px;
	margin: 0 auto 30px;
	padding: 0 auto;
}

.subcontents hr{
	margin: 20px 0;
}

.subcontents p{
	display: block;
	width: 160px;
	height: auto;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #fff;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.subcontents .map{
	margin: 5px 10px;
}

/* 団体紹介 */
.group{
	clear: both;
	width: 100%;
	height: 500px;
	background: url(image/group_image.jpg);
	overflow: hidden;
}

.group img{
	display: block;
	width: 139px;
	height: 65px;
	text-align: center;
}

.grouptext{
	text-align: center;
	margin-top: 300px;
	text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
}

.group_info{
	display: block;
	float: left;
	width: 10.4%;
	height: 109px;
	line-height: 1.0em;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 1%;
	padding: 5px;
	overflow: hidden;
}

h5{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}


/* メンバー紹介 */

.membertop{
	float: left;
	display: block;
	width: 740px;
	height: 180px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px 10px;
	margin: 10px auto 20px;
	text-align: center;
}

/* .membertop img{
	float: left;
	width: 150px;
	height: 180px;
	margin-right: 20px;
} */

.membertext{
	display: block;
	float: left;
	width: 740px;
	margin: 0 auto;
	padding-top: 8px auto;
}

/* .membertext hr{
	margin: 10px auto;
} */

.membersleft{
	float: left;
	display: block;
	width: 350px;
	height: 180px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.membersleft:hover{
	background: #4b0082;
	color: #fff;
}

.membersleft:hover > p{
	float: right;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	line-height: 0px;
	_border-color: #4b0082 #4b0082 #fff #4b0082;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.membersright{
	float: left;
	display: block;
	width: 350px;
	height: 180px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.membersright:hover{
	background: #4b0082;
	color: #fff;
}

.membersright:hover > p{
	float: right;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	line-height: 0px;
	_border-color: #4b0082 #4b0082 #fff #4b0082;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.membersleft .membersright img{
	float: left;
	width: 150px;
	height: 180px;
}

.membername{
	display: inline-block;
	float: right;
	width: 200px;
	height: 100px;
	text-align: center;
	padding-top: 46px;
}

.membername-nophoto{
	display: inline-block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	padding-top: 46px;
}

.link_triangle{
	float: right;
	width: 0;
	height: 0;
	margin-top: -25px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #000 transparent;
	line-height: 0px;
	_border-color: #ffffff #ffffff #000 #ffffff;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}


/* 曲目紹介 */
.programinfo{
	width: 740px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}

.programtitle{
	float: left;
	width: 540px;
	height: 26px;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0 20px;
}

.composer{
	float: right;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 5px 0;
	padding: 10px 10px 0;
}

.intro{
	clear: both;
	width: 720px;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 10px 10px;
}


/* 活動予定 */

.workplans{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.workschedule{
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.workschedule p{
	float: left;
	height: auto;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-top: -10px;
	padding: 0 auto;
}

input {
  display: none;
}
label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
	color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
label:hover {
  font-weight: bold;
}
.panel {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0;
}
input:checked + .panel {
  height: auto;
  padding: 10px;
}

.workleft{
	float: left;
	display: block;
	width: 350px;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

.workright{
	float: left;
	display: block;
	width: 350px;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

.caption{
	font-size: 16px;
	margin: 5px 0 0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.thumbnail{
	max-width: 350px;
	height: auto;
}


/* お問い合わせ */
.address{
	width: 728px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #fff;
	margin: 20px auto 40px;
	padding: 15px;
}


/* 空白 */
.blankspace{
	clear: both;
	width: 740px;
	height: 10px;
	margin: 10px;
}


/* 上に戻るボタン */
#back {
	clear: both;
	z-index: 3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#back a {
    display: block;
	z-index: 3;
    width: 100px;
    background: #fff;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
    color: #000;
    padding: 20px 0 20px;
    text-align: center;
    border-radius: 5px;
}
#back a:hover {
    display: block;
	z-index: 3;
    background: #4b0082;
    color: #fff;
    padding: 20px 0 20px;
}


/* フッター */
.footer{
	clear: both;
	position: relative;
	width: 100%;
	margin: 50px auto;
	padding: 0 auto;
	font-size: 16px;
	text-align: center;
}
.footer span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #000;
	text-align: left;
}
.footer::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}


/* iframe */

.link{
	display: block;
	width: 400px;
	height: 26px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.link a{
	display: block;
	width: 400px;
	height: 26px;
	border: 1px solid black;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.link a:hover{
	width: 90%;
	height: 90%;
	border: 1px solid pink;
	background: pink;
	color: #fff;
	padding-top: 5px;
}