@charset "UTF-8";

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

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

a{
	text-decoration: none;
}

/* 全体 */

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

/* ヘッダー */

.header{
	width: 80%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 16px;
	margin: 0 auto 20px;
}

.sitetitle{
	float: left;
	display: inline-block;
	position: absolute;
	width: 80%;
	height: auto;
	line-height: 0%;
	top: 12%;
}

.snslink{
	float: right;
	position: absolute;
	top: 12%;
	right: 0.5em;
	color: white;
}

.header i{
	color: white;
}

.snssize{
	font-size: 36px;
	right: 0.5em;
}


/* リストメニューはSlickNavに */

.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{
	display: block;
	clear: both;
	width: 106%;
	height: 106%;
	background-color:transparent;
	margin-top: 0.5%;
	margin-left: -3%;
	overflow-x: hidden;
	vertical-align: baseline;
	line-height: 0;
}

/* メイン枠 */

#main{
	float: left;
	width: 100%;
	margin-top: -15px;
	margin-right: 20px;
	padding: 0 auto;
}

h2{
	position: relative;
	width: 100%;
	font-size: 20px;
	margin-bottom: 5px;
	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-bottom: 5px;
}

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

.schedule{
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	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 {
  font-weight: bold;
}
.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;
}


/* 右カラム */

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

.subcontents{
	display: none;
	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;
}

.part{
	display: inline;
	width: 100%;
	height: auto;
	margin: 20px auto 10px;
}

/* 団体紹介 */
.group{
	clear: both;
	width: 100%;
	height: auto;
	background: url(image/group_image.jpg) 0 0 / 632px no-repeat;
	left: -16px;
	overflow-x: hidden;
}

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

.grouptext{
	text-align: center;
	font-size: 13px;
	margin-top: 180px;
	margin-bottom:20px;
}

.grouptext br{
	display: none;
}

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

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


/* メンバー紹介 */

.membertop{
	float: left;
	display: inline-block;
	width: 100%;
	max-width: 259px;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 13px;
	line-height: 1.65em;
	font-weight: bold;
	padding: 10px;
	margin: 10px auto 10px;
	overflow-x: hidden;
	text-align: center;
}

/* .membertop img{
	float: left;
	width: 85%;
	max-width: 124px;
	margin-right: 20px;
} */

.membertext{
	display: inline-block;
	float: right;
	width: 65%;
	word-break: break-all;
	padding-top: 5px;
}

/* .membertext hr{
	width: 100%;
	margin: 5px auto;
} */

.membersleft{
	float: left;
	display: block;
	width: 100%;
	max-width: 259px;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

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

.faceimg{
	float: left;
	width: 76%;
	max-width: 114px;
	margin-right: 10px;
}

.membername{
	width: 100%;
	font-size: 13px;
	text-align: center;
	padding-top: 32px;
}

.membername-nophoto{
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 32px auto 32px;
}

.link_triangle{
	display: none;
}

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

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

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

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


/* 活動予定 */

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

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

.workschedule p{
	float: left;
	height: auto;
	color: #000;
	font-size: 14px;
	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: 259px;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

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

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

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


/* お問い合わせ */
.address{
	width: 100%;
	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;
	padding: 15px;
}


/* 空白 */
.blankspace{
	clear: both;
	width: auto;
	height: 5px;
}


/* 上に戻るボタン */
#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 30px;
	padding: 0 auto;
	font-size: 12px;
	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;
}