@charset "utf-8";


/*---------------------------------------------------------------------------*/
/*
/* 全体
/*
/*---------------------------------------------------------------------------*/

html {
  min-height: 100%; 
  background:url('../base/beaaekai_main.png') no-repeat fixed center top;
  background-size:cover; 
}

body {
	color: #FFFFFF;	
	font: 14px/2 Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


h1 {
	margin-left:20px;
	font-family: 'Josefin Slab', serif;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*---------------------------------------------------------------------------

リンク

---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;	
}
a:hover {
	color: #FFCC00;			
	text-decoration: none;
}

/*---------------------------------------------------------------------------

コンテナー

---------------------------------------------------------------------------*/
#container {
	width: 970px;
	margin: 0px auto;
}

/*---------------------------------------------------------------------------

ヘッダー

---------------------------------------------------------------------------*/
header h1 logo{
	padding-top: 30px;
	vertical-align: baseline;
	text-decoration: none;
}

header h1 text {
	float:left;
	font-size: 12px;
	line-height: 0px;
}


/*---------------------------------------------------------------------------

メニューブロック

---------------------------------------------------------------------------*/
nav#menubar ul {
	text-align: center;
	margin-bottom:50px;
}

nav#menubar ul li {
	float: left;
	margin: 0px 3px;
}
nav#menubar ul li a {
	height: 40px;
	width: 100px;
	line-height: 40px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(#210e00), to(#492105));
	background: -webkit-linear-gradient(#210e00, #492105);	
	background: linear-gradient(#210e00, #492105);
	color: #FFFFFF;	
	font-size: 16px;
	font-family: 'Josefin Slab', serif;
	text-align: center;
	-webkit-box-shadow: rgba(0,0,0,0.80);
	box-shadow: rgba(0,0,0,0.80);
	margin-bottom: 30px;
}

nav#menubar ul li a:hover,
nav#menubar ul li#current a {
	background: -webkit-gradient(linear, left top, left bottom, from(#492105), to(#210e00));
	background: -webkit-linear-gradient(#492105, #210e00);
	background: linear-gradient(#492105, #210e00);	
	color: #BF890D;	
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*---------------------------------------------------------------------------

YOUTUBE レスポンシブ対応

---------------------------------------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------------------------------------------------------------
/*
/*  PC / コンテンツ
/*
/*---------------------------------------------------------------------------*/
#contents {
	width: 870px;
	border-radius: 10px;
	padding: 50px 50px 0px;
}

/*---------------------------------------------------------------------------

PC / メイン

---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-bottom: 30px;
}

#main h2 {
	clear: both;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#FFFFFF));
	background: -webkit-linear-gradient(#FFF, #d6d6d6);	
	background: linear-gradient(#FFF, #d6d6d6);	
	font-size: 100%;
	color: #682F03;
	padding: 7px 15px 7px 30px;	
	border-radius: 8px;
}

#main h3 {
	clear: both;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 2px;
	border-bottom: 1px #FFFFFF solid;
	border-left:  5px #FFFFFF solid; 
	text-indent: 20px;

}

#main p {
	padding: 0.5em 15px 1em;
}

/*--------------------------------------------------------------------------

サブ

---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	padding-bottom: 30px;
	color: #682F03;
}

#sub h2 {
	font-size: 100%;
	padding-bottom: 10px;
}

/* メニュー */
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}

#sub ul.submenu li {
	background: #FFFFFF;
	border-bottom: solid 1px #e4e4e4;
}

#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	color: #682F03;
	font-size: small;
}

#sub ul.submenu li a:hover,
#sub ul.submenu li #current a {
	color: #BF890D;
}

/* box */
#sub .box {
	padding: 15px;
	margin-bottom: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#FFFFFF));
	background: -webkit-linear-gradient(#FFF, #d6d6d6);
	background: linear-gradient(#FFF, #d6d6d6);
	border: solid 1px #d1d1d1;
	border-radius: 8px;
}

/* boxメニュー */
#sub .box ul.submenu {
	margin-bottom: 0px;
}

#sub .button {
	display: block;
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#210e00), to(#492105));
	background: -webkit-linear-gradient(#210e00, #492105);	
	background: linear-gradient(#210e00, #492105);
	color: #000;
}

/*---------------------------------------------------------------------------

更新情報

---------------------------------------------------------------------------*/
#new{
	margin-bottom: 20px;
}

#new #nextlive {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#new #coution {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#new #newinfo {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#new dl{
	margin-top:20px;
	margin-bottom:10px;
}

#new dt {
	font-weight: 900;	
	float: left;
	width: 8em;
	height:1.8em;
	font-size: 90%;
 	color: #210e00;
 	border-radius: 5px;
	font-family: 'Josefin Slab', serif;	
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: middle;
}

#new dd {
	font-weight: 500;
 	margin-left: 8em;       
	text-decoration: none;
}

#main section .box {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 25px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/*--------------------------------------------------------------------------

Live

---------------------------------------------------------------------------*/
#main section .title {
	font-weight:bold;
	font-size:18px;
}

#main section .oneman{
	background-color: #e6b422;
	padding: 2px;
	font-size: small;
	vertical-align: text-top;
	color: #281a14;
}

#main section .date .ticket {
	font-size: 16px;
}

#main section .member {
	font-weight:bold;
	font-size: 16px;
	margin-left:30px;
	text-indent: -1em;
}

#main section .live .place a:hover,{
	font-size:16px;
	color:#BF890D;
}

#main section .live .other {
	font-size: 14px;
}

#main section .otherlist {
	font-size: 14px;
	text-indent: -1.3em;
}

#main section .live .coution {
	font-size: 14px;
	color:#BF890D;
}

#main section .member .small {
	font-size:small;
	font-weight:normal;
}

#main section .button {
	display: block;
	height: auto;
	width: 45%;
	padding: 15px;
	line-height: 30px;
	border-radius: 10px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#210e00), to(#492105));
	background: -webkit-linear-gradient(#210e00, #492105);	
	background: linear-gradient(#210e00, #492105);
	border: #210e00 1px solid;
	font-weight: 500;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
  	color: #281a14 !important;
}
	

#main section #archives p .other .coution .ticket {
	display: none;
}


/*--------------------------------------------------------------------------

Discography

--------------------------------------------------------------------------*/
#main .disc {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 25px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#main .disc p {
	padding: 0px;
	margin-left: 36%;
}

#main .disc figure img {
	float: left;
	background-color: rgba( 256, 256, 256, 1 );	
 	padding: 5px;
	border: 1px solid #FFFFFF;	
	width: 30%;
	height: auto;
}

#main .disc  figure .caption {
	float: left;
}


#main .disc h4 {
	padding: 2px 0px 2px 10px;
	margin-left: 34%;
	font-size: 100%;
	border-bottom: 1px solid #666;
	margin-bottom: 0.5em;
}

#main .disc .single h4 {
	padding: 2px 0px 2px 10px;
	margin-left: 0;
	font-size: 100%;
	border-bottom: 1px solid #666;
	margin-bottom: 0.5em;
}

#main .disc .single p {
	padding: 0px;
	margin-left: 10px;
}

#main .disc .single ul {
	padding: 0px;
	margin-left: 5px;
}

#main .disc li {
	margin-left: 30px;
	list-style-type: decimal-leading-zero;
}

#main .disc  ul {
	clear: both;
}

#main .disc li {
	margin-left: 30px;
	list-style-type: decimal-leading-zero;
}


/*--------------------------------------------------------------------------

Goods

---------------------------------------------------------------------------*/
#main .goods {
	display: block;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 25px;
	background-color: #281a14;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.tbl {
	width: 96%;	
	margin: 0px auto;
	border-bottom: #FFFFFF 1px solid;
}

.tbl td .tbl th {
	line-height: 2;
}

.tbl th{
	width: 200px;
	padding: 10px;
	text-align: center;
}

.tbl th img {
	float: left;
	height: auto;
	background-color: rgba( 256, 256, 256, 1 );	
 	padding: 2px;
	border: 1px solid #FFFFFF;	
}

.tbl td{
	padding: 10px;
}

.tbl th .doodsname{
	width: auto;
	text-align: center;
}

.tbl caption{
	text-align: left;
}



/*--------------------------------------------------------------------------

PAGE TOP

---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}

#pagetop a {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #210e00;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
	font-family: 'Josefin Slab', serif;
}

#pagetop a:hover {
	background-color: #492105;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------

フッター

---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: right;
	margin-right:20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'Josefin Slab', serif;
}


/*--------------------------------------------------------------------------

細かい設定

---------------------------------------------------------------------------*/

/*回り込み解除
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}

/*画像サイズ
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*別窓アイコン
---------------------------------------------------------------------------*/
.newindow {
	height:20px;
	width:20px; 
	position:relative;
}

.newindow: before, .newindow:after{
	content:''; 
	display:block; 
	position:absolute;
}

.newindow: before{
	height:6px; 
	width:10px; 
	top:6px; 
	left:6px; 
	background:#fff;
}

.newindow:after{
	height:5px; 
	width:9px; 
	top:8px; 
	left:4px; 
	border-left:2px #fff solid; 
	border-bottom:2px #fff solid;
}

/*--------------------------------------------------------------------------
/*
/*　タブレット設定
/*
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	text-align: center;
	padding-top: 0px;
}
/*h1
---------------------------------------------------------------------------*/
header h1 text{
	float:left;
	font-family: 'Josefin Slab', serif;
	font-size: 18px;
	line-height: 20px;
}
/*ロゴ
---------------------------------------------------------------------------*/
header #logo img {
	width: 80%;	
	height: auto;
	clear:both;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	padding: 0px;
 	background: #492105;
	color: #FFF;
	font-size: 14px;
}
nav#menubar ul li {
	margin-right: 0px;
}
nav#menubar ul li a {
	font-family: 'Josefin Slab', serif;
	margin-bottom: 5px;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px 10px 0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
}

#sub {
	clear:both;
	width: 100%;
}

}



/*--------------------------------------------------------------------------
/*
/*　スマートフォン設定
/*
---------------------------------------------------------------------------*/
@media (max-width : 480px){

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	padding-top: 0px;
}

header h1 text{
	font-size: 14px;
	font-family: 'Josefin Slab', serif;
	line-height: 20px;
	text-align:center;
}
header #logo img {
	width: 100%;	
	height: auto;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: 96%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	padding: 0px;
	overflow: hidden;
	background-color:none;
	color: #FFFFFF;
}
nav#menubar ul li {
	float: none;
	width: 100%;
}
nav#menubar ul li a {
	height: 40px;
	line-height: 40px;
	width:auto;
	margin-bottom: 2px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px 10px 0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: auto;
}

/*ボックス
---------------------------------------------------------------------------*/
#main section.list {
	padding: 10px;	
}

#main section.list p {
	margin-left: 0;
}

#main section.list figure img {
	float: none;
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}

#main section.list h4 {
	margin-left: 0;
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	clear: both;
}

/*表組み
---------------------------------------------------------------------------*/
.tbl {
	width: 100%;
}

.tbl td{
	width: auto;
	padding: 2px;
}

.tbl th{
	width: 100px;
	padding: 2px;
}

/*更新情報
---------------------------------------------------------------------------*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}

#new dt {
	width: 6em;
}

#new dd {
	float:none;
}

/*sub非表示
---------------------------------------------------------------------------*/
body .subhidden #sub {
	display: none;
}

}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/* 閉じるボタン 
---------------------------------------------------------------------------*/
.btn-close{
  background: #000;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 8px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}
