﻿@charset "utf-8";
/* CSS Document */


.sp{
	display:none;
}

/* !article
---------------------------------------------------------*/
article{
	width:1000px;
	height:100%;
	min-height:100%;
	background-color:#fff;
	margin:0 auto;
	padding:0;
}

/* !header & sns
---------------------------------------------------------*/
header{
	position:relative;
	width:1000px;
	background-color:#ffffff;
	margin:0px auto 30px;
}
header h1 img{
	width:100%;
}
ul.share{
	margin:0 auto;
	text-align:center;
}
ul.share li{
	padding:0 10px;
	display:inline-block;
}
ul.share li img{
	width:50px;
}
/*ul.share li.bandcamp{
	margin-right:0px;
}*/




/* !nav
---------------------------------------------------------*/
nav{
	margin:30px auto;
	overflow:hidden;
}
nav ul{
	margin:0;
	text-align:center;
}
nav li{
	border-right:1px solid #CCC;
	border-color:#dfdfdf;
	padding-right:30px;
	margin-right:30px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height:25px;
}
nav li.last{
	border-right:none;
	padding-right:0px;
	margin-right:0px;
	
}
nav li img{
	margin-top:2px;	
}

.hfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	margin:0 auto;
	padding:15px 0px 15px 100px;
	background-color:#fff;
}
.pagetop{
	position:fixed;
	right:8%;
	bottom:5%;
}


/* !section
---------------------------------------------------------*/
section{
	margin:40px auto;
	padding:10px 70px 0px;
	width:auto;
}
section div{
}
	
section h2{
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	font-size:140%;
}

/* !section news
---------------------------------------------------------*/
.news dl{
	border-bottom:1px dotted #dfdfdf;
	padding:20px 20px 20px;
}
.news dl dt{
	width:95px;
	color:#ffffff;
	background-color:#ff6666;
	padding:3px 3px 0;
	text-align:center;
	float:left;
}
.news dl dt.old{
	background-color:#666666;
}
.news dl dd{
	padding-left:150px;
}

/* !section show
---------------------------------------------------------*/
.schedule{
	width:860px;
	margin-bottom:20px;
}
.schedule h3{
	font-weight:bold;
}
.shows dl{
	float:left;
	box-sizing:border-box;
}
.shows dl.day{
	width:180px;
}
.shows dl.start{
	width:150px;
}
.shows dl.adv{
	width:150px;
}
.shows dl.act{
	width:380px;
}
.shows dl dt{
	color:#ffffff;
	background-color:#666666;
	padding:5px;
	text-align:center;
	border-right:1px solid #ffffff;
}
.shows dl dd{
	word-wrap: break-word;
	padding:5px;

}
.shows dl.day dd,
.shows dl.start dd,
.shows dl.adv dd{
	text-align:center;
}

.open_tri {
	clear:both;
	width:94px;
	/*width:181px;
	height:38px;*/
	/*position:relative;*/
	margin-bottom:0;
	margin-left:auto;
	margin-right:0;
	text-align:right;
}
.open_tri span {
	display:block;	
	background-image:url(../img/more.png);
	background-repeat:no-repeat;
	background-position:right top;
	/*width:94px;*/
	/*height:0px;*/
	padding-bottom:19px;
	overflow:hidden;
	line-height:1.8;
	/*position:absolute;
	left:0px;
	top:0px;*/
	/*z-index:10;*/
	cursor:pointer;
	/*text-align:right;*/
	/*text-indent:-9999px;*/
	/*color:transparent;*/
}
/*.open_tri span:hover{
	color:#cccccc;
}
*/

.open_tri.open span {
	background-image:url(../img/close.png);
}

/*.detail {
	width:200px;
}*/
.close_tri {
	text-align:right;
	margin-top:10px;
}
.close_tri span{
	cursor:pointer;
	/*background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-bottom:10px;*/
	overflow:hidden;
	line-height:1.8;
}
/*.close_tri span:hover{
	color:#cccccc;
}*/


/* !section sound
---------------------------------------------------------*/
.sound p{
	text-align:center;
	/*display:inline-block; 2つの場合*/
	margin:0 12px;
}
.sound p iframe{
	/*width:400px; 2つの場合*/
	width:661px;
}
.youtube {
	padding-right: 100px;
	padding-left: 100px;
}
.video {
	position: relative;
	height: 0;
	padding: 30px 0 51.20%;
	overflow: hidden;
	margin-top: 30px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* !section about
---------------------------------------------------------*/
.about dl{
}
.about dl dt{
	padding:20px 0 20px 0px;
	text-align:center;
}
.about dl dt img{
	width:240px;
}
.about dl dd{
	text-align:center;
}
/*.about dl dd h3{
	font-weight:bold;
}*/
.about dl dd p{
	padding:0 0 7px;
}

/* !section contact
---------------------------------------------------------*/
.contact p{
	text-align:center;
	margin:0;
}
.contact p.mail{
	text-align:center;
	margin:40px 0 20px;
}
.contact p.mail img{
	width:145px;
}
.contact ul{
	display:table;
	margin:0 auto 10px;
}
.contact ul li{
	text-align:left;
}

/* !footer
---------------------------------------------------------*/
footer{
	width:1000px;
	background-color:#ffffff;
	margin:60px 0 0;
	padding:35px 0 30px;
	background-image:url(../img/cross.png);
	background-position:top center;
	background-repeat:repeat-x;
}
footer p{
	text-align:center;
	margin-top:20px;
}


/*===============================================
  画面の横幅が1000pxまで
===============================================*/

/*@media screen and (max-width:999px){
.hfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	margin:0 auto;
	padding:15px 0px 15px 10px;
	background-color:#fff;
}
}
*/
/*===============================================
  画面の横幅が667pxまで
===============================================*/

@media screen and (max-width:667px){

.pc{
	display:none;
}
.sp{
	display:block;
}


/* !article
---------------------------------------------------------*/
article{
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#fff;
	margin:0 auto;
	padding:0;
}

/* !header & sns
---------------------------------------------------------*/
header{
	position:relative;
	width:100%;
	min-width:320px;
	background-color:#ffffff;
	margin:50px auto 30px;
}
header h1 img{
	width:100%;
}
header ul.share{
	position:absolute;
	right:8px;
	top:8px;
	width:75px;
}
header ul.share li{
	float:left;
	margin-right:10px;
}
header ul.share li.twitter{

}


div.fixhead{
	position:fixed;
	top:0;
	z-index:10;
	height:50px;
	width:100%;
	background-color:#fff;
	box-shadow:0px 3px 6px -3px #a4a4a4;
}




/* !nav
---------------------------------------------------------*/

div.nav{
	z-index:10;
	position:relative;
}

div.nav p.menu{
	z-index:10;
	position:absolute;
	top:11px;
	left:10px;
}

div.nav ul.shareSP{
	position:absolute;
	top:13px;
	right:10px;
}
div.nav ul.shareSP li{
	float:left;
	margin-right:10px;
}
div.nav ul.shareSP li.twitter{

}

div.nav p.menu img{
	width:32px;
}

div.nav div.nav-open{	
	z-index:10;
	display: none;
	/*overflow: hidden;*/
	width:100%;
	position:absolute;
	top: 50px;
}

div.nav ul.nav-menu{	
	text-align: left;
	width:100%;
}
div.nav ul.nav-menu li{
	z-index:100;
	width:100%;
	padding:10px 0px 10px 10px;
	border-top:1px solid #a4a4a4;
	/*opacity:0.9;*/
	background-color:#ffffff;
}
div.nav ul.nav-menu li:nth-child(1){

}
div.nav ul.nav-menu li:nth-child(2){

}
div.nav ul.nav-menu li:nth-child(3){
}
div.nav ul.nav-menu li:nth-child(4){
}
div.nav ul.nav-menu li:nth-child(5){
	box-shadow:0px 3px 6px -3px #a4a4a4;
}
div.nav ul.nav-menu li:nth-child(1) img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	zoom:0.8;
}
div.nav ul.nav-menu li:nth-child(2) img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	zoom:0.8;
}
div.nav ul.nav-menu li:nth-child(3) img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	zoom:0.8;
}
div.nav ul.nav-menu li:nth-child(4) img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	zoom:0.8;
}
div.nav ul.nav-menu li:nth-child(5) img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	zoom:0.8;
}
div.nav ul.nav-menu li.last{
	border-bottom: none;
}

div.nav ul.nav-menu li.img{
}

div.nav ul.nav-menu li a{
	z-index:100;
	display: block;
	/*line-height: 1.0;*/
	/*font-size:0;*/
	text-decoration:none;
	
}

.hfixed {
    position: static;
    
}

/* !section
---------------------------------------------------------*/
.pad{
}
section{
	margin:0px auto 30px;
	padding:8px 8px 0px;
}
section div{
	width:100%;
}
section h2{
	text-align:center;
	margin-bottom:10px;
}
section h2 img{
	zoom:0.7;
}
ul.share li{
	padding:0 3px;
	display:inline-block;
}
ul.share li img{
	width:32px;
}
#top{
	margin-top:-58px;
	padding-top:58px;
}
#news{
	margin-top:-58px;
	padding-top:58px;
}
#shows{
	margin-top:-58px;
	padding-top:58px;
}
#sound{
	margin-top:-58px;
	padding-top:58px;
}
#about{
	margin-top:-58px;
	padding-top:58px;
}
#contact{
	margin-top:-58px;
	padding-top:58px;
}
.pagetop{
	position:fixed;
	right:1%;
	bottom:8%;
}
.pagetop img{
	width:43px;
}


/* !section news
---------------------------------------------------------*/
.news dl{
	border-bottom:1px dotted #dfdfdf;
	padding:10px 0px 10px;
}
.news dl dt{
	width:100px;
	color:#ffffff;
	background-color:#ff6666;
	padding:3px 3px 0;
	text-align:center;
	float:none;
	margin-bottom:5px;
}
.news dl dd{
	padding-left:0px;
}

/* !section show
---------------------------------------------------------*/
.schedule{
	width:100%;
	margin-bottom:0px;
}
.schedule h3{
	font-weight:bold;
}
.shows dl{
	float:left;
	box-sizing:border-box;
}
.shows dl.day{
	width:100%;
}
.shows dl.start{
	width:100%;
}
.shows dl.adv{
	width:100%;
}
.shows dl.act{
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #dfdfdf;
}
.shows dl dt{
	color:#ffffff;
	background-color:#666666;
	padding:3px;
	text-align:left;
	border-right:none;
}
.shows dl dd{
	word-wrap: break-word;
	padding:3px;

}
.shows dl.day dd,
.shows dl.start dd,
.shows dl.adv dd{
	text-align:left;
}

.more{
	margin-bottom:22px;
}

.open_tri{
	zoom:0.8;
	position:relative;
}
.open_tri span{
	width:100px;
	height:20px;
	position:absolute;
	top:-22px;
	right:0;
	padding-bottom:0px;
}
.open_tri.open span{
	top:-22px;
}
.shows_list{
}
.close_tri img{
	zoom:0.8;
}


/* !section sound
---------------------------------------------------------*/
.sound {

}
.sound p{
	text-align:center;
	display:block;
	margin :0;
}
.sound p.last{
	margin-top:20px;
}
.sound p iframe{
	width:100%;
}
.youtube {
	padding-right: 0;
	padding-left: 0;
}
.video {
	
}

/* !section about
---------------------------------------------------------*/
.about dl{
	word-wrap:break-word;
}
.about dl dt{
	padding:0 0 10px 0;
	margin:0 0 0;
	line-height:0;
}
.about dl dt img{
	width:50%;
}
.about dl dd{
	text-align:center;
}
.about dl dd.DDsns{
	clear:both;
}
/*.about dl dd h3{
	font-weight:bold;
}*/
.about dl dd p{
	padding:0 0 7px;
}

/* !section contact
---------------------------------------------------------*/
.contact p{
	text-align:center;
	margin:0;
}
.contact p.mail{
	text-align:center;
	margin:30px 0 20px;
}
.contact p.mailadd{
	text-align:center;
}
.contact ul{
	display:table;
	margin:0 auto 10px;
}
.contact ul li{
	text-align:left;
	text-indent:-1.3em;
	padding-left:1.3em
}
/* !footer
---------------------------------------------------------*/
footer{
	width:100%;
	background-color:#ffffff;
	background-image:url(../img/cross.png);
	background-position:top center;
	background-repeat:repeat-x;
	background-size:15px auto;
	margin:40px 0 0;
	padding:25px 0 20px;
}
footer p{
	text-align:center;
	margin-top:0;
}
footer p img{
	zoom:0.8;
}
}


@media screen and (max-width:320px){
.about dl dt{
	padding:0 0 10px 0px;
	margin:0 0 0 0;
}
.about dl dt img{
	width:50%;
}
}


