@charset "utf-8";

#border_display {
	min-width: 960px;
	position:relative;
	padding: 0 0 50px 0;
}

.ch01 {
    color: red;
    width: 100%;
    padding: 20px;
    font-size: 12px;
}

/********** navi **********/
header nav{
	position: fixed;
    height: 60px;
	left: 0px;
	top: 0px;
	width: 100%;;
	z-index: 9999;
}
#navi{
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 960px;
	background: rgba(151, 155, 163, 0.9) none repeat scroll 0% 0%;
	border-radius: 0px 0px 20px 20px;
}
#navi li{
	width:137px;
	height: 60px;
	float:left;
}
#navi a{
	display: block;
	width: 137px;
	height: 40px;
	padding: 20px 0 0 0;
	color: #fff;
	text-align: center;

	font-family: "Nico Moji";

}
#navi a:hover{
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}


/********** ffooter **********/
#ffooter{
	width: 100%;
	height:40px;
	position: absolute;
	bottom:0;
	color: #aaa;
}
#ffooter_in{
	width: 960px;
	margin: 0 auto;
}
#copy {
	text-align: center;
}

/********** main **********/
.wrapbox {
	clear: both;
	padding: 50px 50px;
	margin: 0 0 0 0;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	overflow: hidden;
	border-radius: 10px;
}
    .wrapbox p {
        line-height: 2.0;
    }

#main_box {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}
#main_content {
	width:670px;
	float: left;
}
#sidebar {
	width: 240px;
	float: right;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	margin: 160px 0 0 0;
	padding: 40px 20px 40px;
	border-radius: 10px;
}

.box01 {
	width: 100%;
	padding: 150px 0 250px;
	margin-bottom: 50%;
}
	.box01 h1 { width: 400px; margin: 0 auto 30px; }
	.box01 p.subttl {
		font-family: "HGS明朝E","ヒラギノ明朝 Pro W3","MS 明朝",serif;
		font-family: "Nico Moji";
		font-size: 40px;
		text-align: center;
		color: #fff;
	}

.box02 {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 50%;
	position: relative;
}
#under .box02 {
	padding-top: 80px;
	margin-bottom: 5%;
}
	.box02 h2 {
			background: rgba(151, 155, 163, 0.9) none repeat scroll 0% 0%;
			height: 40px;
			transition: all 0.7s ease 0s;
			width: 40%;
			color: #FFF;
			text-align: center;
			padding: 10px 0px 0px;
			border-radius: 10px;
			font-size: 22px;
			font-family: "Nico Moji";
			margin: 0px 0 30px 0;
	}
	.box02 h3 {
		color: #333;
		font-size: 40px;
		font-family: "HGS明朝E","ヒラギノ明朝 Pro W3","MS 明朝",serif;
		font-family:'Noto Sans Japanese', "游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
		text-align: left;
		margin: 0 0 30px;
	}
	.box02 h3 span {
		color: #bbb;
		font-size: 36px;
		padding: 0 0 0 20px;
	}

	/* ブログ */
	.box02 ul#feed1 li {
		margin: 0 0 20px 0;
	}
		.box02 ul#feed1 li p.date {  }
		.box02 ul#feed1 li a { font-size: 20px; font-weight: bold; margin: 0 0 0 20px; }

	ul.blogul li {
		margin: 0 0 20px 0;
	}
		ul.blogul li p {
			margin-bottom: 10px;
		}
		ul.blogul li a {
			display:block;
			font-size: 20px;
			font-weight: bold;
			margin: 0 0 0 20px;
		}

	/* コンタクトフォーム */
	.box02 div.cform {
		display: table;
		width: 100%;
		margin: 0 0 0 20px;
	}
			.box02 div.cform dl {
				display: table-row;
			}
			.box02 div.cform dl dt {
				display: table-cell; width: 205px;
				padding: 15px 0 3px 15px;
				background-color: #F9F9F8;
				border-bottom: solid 1px #ddd;
				vertical-align: top;
			}
				.box02 div.cform dl dt span {
					float: right;
					display: block;
					width: 50px;
					height: 22px;
					color: #fff;
					background-color: #FF7272;
					padding: 3px 0 0 0;
					margin: 0 15px; 0 0;
					text-align: center;
				}
			.box02 div.cform dl dd {
				display: table-cell;
				padding: 9px 0 9px 10px;
				border-bottom: solid 1px #ddd;
			}
			.box02 div.cform dl dt.ex,
			.box02 div.cform dl dd.ex {
				border-top: solid 1px #ddd;
			}
			.box02 div.cform dl dd input 	{ height: 25px; width: 80%;}
			.box02 div.cform dl dd select { height: 30px; width: 75px; }
			.box02 div.cform dl dd textarea { height: 194px; width: 80%; }
			.box02 div.cform dl dd span.sp3 { margin: 0 5px; }
			.box02 div.acceptance { padding: 10px 20px 10px; }
			.box02 div.btnarea { text-align: left; padding: 18px 0 30px 50px;}
			.box02 div.btnarea input {
				font-size: 13px;
				background-color: #fff;
				border: solid 1px #ddd;
				padding: 2px 18px;
				border-radius: 5px;
				color: #555;
				margin: 0 10px;
			}
	.sent .cform,.sent .btnarea { display: none; }

	/* 団員紹介 */
	.box02 .singleimg {
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto 30px;
		border-radius: 5%;
	}
	.box02 .text {
		width: 80%;
		margin: 0 auto 30px;
	}
	.box02 .retlist {
		text-align:center;
		font-weight: bold;
	}
	.box02 ul.memberul {
		min-width: 630px;
		overflow: hidden;
	}
		.box02 ul.memberul li{
			/*float: left; */
			text-align: center;
			display: inline-block;
			width: 180px;
            height: 275px;
			margin: 0 15px 30px;
		}
		.box02 ul.memberul li img {
			display: block;
			margin: 0 0 20px;
			width: 180px;
			height: auto;
			border-radius: 180px;
			-webkit-border-radius: 180px;
			-moz-border-radius: 180px;
		}
		.box02 ul.memberul li p.name {
			font-size: 30px;
			font-family: "HGS明朝E","ヒラギノ明朝 Pro W3","MS 明朝",serif;
			font-family: "Hannari";

			margin-bottom: 5px;
		}
		.box02 ul.memberul li p.sub { font-size: 18px; color: #aaa; }

.boxex01 {
	margin-bottom: 30px;
}



/********** blog **********/
.blogbox {
	margin-bottom: 50px;
    border-bottom: dashed 1px #bbb;
    padding-bottom: 150px;
}
	.ex .blogbox {
		margin-bottom: 10px;
	    border-bottom: none;
	    padding-bottom: 0px;
	}
	.blogbox h3 {
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.blogbox p.time {
		text-align: right;
		font-size: 1.2rem;
	}
	.blogbox div.contents {
		line-height: 1.8;
		padding: 40px 0 30px;
	}
		.blogbox div.contents img {
			display:block;
			width: 100%;
			height:auto;
			margin: 20px auto;
		}
.bloglink {
	display:block;
	margin: 20px 0 0;
	font-size: 1.2rem;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}

/* pagenavi */
.wp-pagenavi {
	clear: both;
	padding:5px;
	text-align:center;
	margin:40px 0 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	border:1px solid #999;
	color:#666;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
/* 次へ */
#wpn-box{
	padding-top: 20px;
	position:relative;
}
#wpn-left {
	width:25%;
	text-align:left;
	float:left;
}
#wpn-center {
	left:45%;
	text-align:center;
	position:absolute;
}
#wpn-right {
	width:25%;
	text-align:right;
	float:right;
}


.ulogo img {
	display:none;
}

.rec_title {
	font-size: 1.2rem;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom: 20px;
}


/* ギャラリーB一覧 */
.nsp_cgtit {
    font-size: 24px;
    font-weight:bold;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}
.typeBbox{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.typeBimg{
	width:40%;
	float:left;
}
.typeBimg img{
	width:100%;
	height:auto;
}
.typeBimg a:hover img{
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.typeBtext{
	width:57%;
	float:right;
}
.typeBtit{
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.typeBsubtext{
	padding:0 0 40px;
	margin-bottom:10px;
}
.typeBlink{
    /*
	position:absolute;
	bottom:10px;
	right:10px;
	*/
	padding: 20px 0 0;
	display:block;
	text-align:right;
}
.typeBlink a{
	font-size:16px;
	color:#fff;
	display:inline-block;
	padding:5px 5px 3px;
	border:1px solid #999;
	background:#000;
	text-decoration:none;
}
.typeBlink a:hover{
	background:#777;
}

/* 公演履歴 */
#single_gry2 {
	overflow:hidden;
}
#single_gry2 .single_left {
	width:49%;
	float:left;
}
#single_gry2 .single_right {
	width:49%;
	float:right;
}
#single_gry2 .mainimg img {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:5px;
}
#single_gry2 .subimg {
	display:block;
	overflow:hidden;
}
#single_gry2 .subimg li {
	float:left;
	display:block;
	width:32%;
}
#single_gry2 .subimg li img {
	width:100%;
	height:auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}
#single_gry2 .subimg li.ex1 {
	margin-right:2%;
}
#single_gry2 .subimg li.ex2 {
	float:right;
}
#single_gry2 .single_center {
	clear:both;
	padding:10px 0;
	width:100%;
	overflow:hidden;
}
#single_gry2 .single_center dl dt.ss {
	display:block;
	font-size:16px;
	padding:5px;
	border:1px solid #ccc;
	margin:0 0 10px;
	text-align:center;
}
#single_gry2 .single_center dl dd.st {
	margin-bottom:30px;
	font-size:14px;
}
#single_gry2 .single_center ul{
	overflow:hidden;
}
#single_gry2 .single_center ul li.fl{
	float:left;
	width:49%;
}
#single_gry2 .single_center ul li.fr{
	float:right;
	width:49%;
}
#single_gry2 .repbtn {
	clear:both;
	display:block;
	padding:20px;
	text-align:center;
}













img.alignright,
.alignright {
        float: right;
        margin-left: 5px;
}

img.alignleft,
.alignleft {
        float: left;
        margin-right: 5px;
}

img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}




/*social button******************/
ul.share_btn {
	margin: 36px 0 25px 0;
	padding: 0;
}
.share_btn li {
	float: left;
	width: 32%;
	margin: 0 4px 0 0;
	list-style: none !important;
}
.share_btn a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 45px;
	line-height: 45px;
	padding: 0;
	font-size: 13px;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
.share_btn a:hover {
	color: #fff;
	position: relative;
	top: -3px;
}
span.social_icon {
	margin-right: 3px;
	font-size: 16px;
}
.share_btn li:last-child {
	margin-right: 0;
}
.share_btn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
a.facebook_btn {
	background: #3B5998;
}
.facebook_btn:hover {
	background: #5979be;
}
a.twitter_btn {
	background: #33CCFF;
}
.twitter_btn:hover {
	background: #88e1ff;
}
a.hatebu_btn {
	background: #aaa;
}
.hatebu_btn:hover {
	background: #d4d4d4;
}
span.hatebu_icon {
	font-family: Verdana;
	margin-right: 3px;
	font-size: 16px;
}
a.hatebu_btn span {
	position: relative;
	top: -1px;
}
ul.share_btn_bottom {
	margin: 20px 0 30px 0;
}


/* サイドバーカテゴリー */
#sidebar .category {
	display:block;
	text-align:center;
}
#sidebar .category li {
	display:block;
}
#sidebar .category li.tit {
	display:block;
	background:#000;
	color:#fff;
	font-size:16px;
	padding: 10px 0;
}
#sidebar .category li a {
	padding: 10px 0;
	display:block;
	text-decoration:none;
	font-size:16px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#sidebar .category li a:hover {
	background:#eee;
	text-decoration:underline;
}














@media screen and (max-width: 768px){


    .ch01 {
        padding: 20px 0;
    }

	#border_display {
		min-width: 100%;
	}

	#main_box {
		width: 100%;
		margin: 0 auto;
	}
	#main_content {
		width:100%;
		float: none;
	}
	#sidebar {
		width: 80%;
		float: none;
		background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
		margin: 60px auto 0;
		padding: 40px 5% 40px;
		border-radius: 10px;
	}

	body#under .box02 {
		padding-top: 5%;
	}

	.ulogo img {
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 9999999;
	}

	/********** blog **********/
	.blogbox {
	    padding-bottom: 50px;
	}

	/********** ffooter **********/
	#ffooter{
		width: 100%;
	}
	#ffooter_in{
		width: 100%;
		margin: 0 auto;
	}
	#copy {
		text-align: center;
		padding: 50px 0;
	}

	/* ナビ  */
	.mean-nav #navi {
		padding: 0;
		width: 90%;
		background:none;
	}
	.mean-container .mean-nav ul li {
	    position: relative;
	    float: none !important;
	    width: 100% !important;
	}
	.mean-nav #navi a{
		display: block;
		width: 100%;
		height: 30px;
		color: #fff;
		text-align: center;
	}

	.wrapbox {
		width: 80%;
		margin: 0 auto;
		padding: 5%;
	}
	.box01 {
	    padding: 25% 0;
	    width: 100%;
	}
	.box01 h1 { width: 70%; margin: 0 auto 30px; }
		.box01 h1 img { display: block; width:100%; height:auto;  }
		.box01 p.subttl {
			font-size: 24px;
		}
	.box02 h2 {
	    margin: 0 0 30px 5%;
	    width: 50%;
	    float: none;
	}
	.box02 h3 {
		font-size: 24px;
	    margin: 0 0 6%;
	    padding-bottom 1%;
	    text-align: left;
	    font-weight: bold;
	}
	.box02 h3.h301 {
		text-decoration: none;
	}
	.box02 h3 span {
	    color: #bbb;
	    font-size: 20px;
	}
	.box02 ul.memberul {
		margin-top: 10%;
	    min-width: 100%;
	    overflow: hidden;
	    text-align: center;
	}
	.box02 ul.memberul li {
		width: 90%;
	    margin: 0 auto 5%;
	    float: none;
	    height: auto;
	}
	.box02 ul.memberul li img {
		width: 90%;
	    border-radius: 90%;
	    display: block;
	    height: auto;
	    margin: 0 auto 5%;
	}
	.box02 ul.memberul li p.name {
	    font-family: "HGS明朝E","ヒラギノ明朝 Pro W3","MS 明朝",serif;
	    font-family: "Hannari";

	    font-size: 30px;
	    margin-bottom: 5px;
	}
	.box02 ul.memberul li p.sub {
	    color: #aaa;
	    font-size: 18px;
	    margin-bottom: 10%;
	}
	.box02 ul#feed1 li a {
	    display: block;
	    font-size: 18px;
	    margin: 5px 0 0 20px;
	}
	.box02 div.cform {
		display: block;
		margin: 0 0 0;
	}
		.box02 div.cform dl {
			display: block;
		}
		.box02 div.cform dl dt {
			display: block;
			width: 90%;
			padding: 5%;
			border-right: solid 1px #ddd;
			border-left: solid 1px #ddd;
		}
		.box02 div.cform dl dd {
			display: block;
			width: 90%;
			padding: 5%;
			border: solid 1px #ddd;
		}
		.box02 div.cform dl dt.ex {
			border-top: solid 1px #ddd;
		}
		.box02 div.cform dl dd input 	{
			font-size:16px;
			height: 25px;
			width: 95%;
		}
		.box02 div.cform dl dd textarea {
			font-size:16px;
			width: 95%;
		}
		.box02 div.btnarea input {
			font-size: 16px;
		}


	.box02 .recent img {
		display:block;
		width: 100%;
		height:auto;
		margin : 5px 0;
	}

	/* 団員紹介 */
	.box02 .singleimg {
		width: 100%;
	}
	.box02 .text {
		width: 100%;
	}

	/* 公演履歴 */
	#single_gry2 .single_left {
		width:100%;
		float:none;
	}
	#single_gry2 .single_right {
		width:100%;
		float:none;
	}
	#single_gry2 .single_center img {
	    display: block;
	    width: 100%;
	    height: auto;
	}

	/* ブログ */
	ul.blogul li a {
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    margin: 0 0 0 5px;
	}

}
