@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	color: #333;
	background-color: #588d0f;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	word-break: break-all;
}
a, a:visited, a:focus {
	color: #0D5D01;
}
a:hover {
	color: #588d0f;
}
h1, h2 {
	font-family: 'Chango', cursive;
	color: #ff9900;
	font-size: 400%;
}
.area {
	margin: 10px;
	padding: 20px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: rgba(255,255,255,0.7);
	/*background-image: url(../images/bg-area.png);
	background-repeat: repeat;*/
}
footer {
	margin: 50px 0 50px 0;
	text-align: center;
	color: #333;
}
/*Navi -----------------------------------------*/	

.pcmenu {
	height: 91px;
}
.pcmenu ul {
	text-align: center;
}
.bt-menu {
	font-family: 'Chango', cursive;
	font-size: 1.2em;
	display: inline-block;
	list-style-type: none;
	width: 180px;
}
.bt-menu a:link, .bt-menu a:visited, .bt-menu a:focus {
	color: #ffffff;
	background-color: #8fbe21;
	display: block;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bt-menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F78C08;
	display: block;
}
.bt-01 {
	position: absolute;
	top: 400px;
	left: 0;
}
.bt-02 {
	position: absolute;
	top: 470px;
	left: 0;
}
.bt-03 {
	position: absolute;
	top: 540px;
	left: 0;
}
.bt-04 {
	position: absolute;
	top: 610px;
	left: 0;
}
.bt-05 {
	position: absolute;
	top: 680px;
	left: 0;
}
.bt-06 {
	position: absolute;
	top: 750px;
	left: 0;
}
#global-nav {
	width: 100%;
	max-width: 1100px;
}
.navbar-header {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: #fff!important;
	background-image: url(../images/bg-area.png)!important;
	background-repeat: repeat!important;
}
.navbar-collapse {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: #fff!important;
	background-image: url(../images/bg-area.png)!important;
	background-repeat: repeat!important;
}
.nav > li > a {
	text-decoration: none;
	color: #ff9900!important;
	font-family: 'Chango', cursive;
	background-color: #fff!important;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #efefef!important;
	font-family: 'Chango', cursive;
}
.icon-bar {
	color: #fff;
	border-color: #fff;
	background-color: #333;
}
/*Main -----------------------------------------*/
#wrapper {
	overflow: hidden;
}
#header {
	background-image: url(../images/bg-dots.png), /* 最前面の背景レイヤーの背景画像 */ url(../images/bg-mainvis.png);
	background-repeat: repeat, /* 最前面の背景レイヤーに対応 */ repeat-x;
	background-position: top,/* 最前面の背景レイヤーに対応 */ top;
	background-attachment: scroll, scroll;
}
.main-container {
	width: 970px;
	height: 1032px;
	position: relative;
	margin: 0 auto;
}
.main-date {
	position: absolute;
	top: -20px;
	left: -50px;
}
.main-title {
	position: absolute;
	top: 646px;
	left: 165px;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
	z-index: 2;
}
.mainvisual img {
	text-align: center;
}
.mainvisual-sp img {
	margin-top: 50px;
}


.voice {
	position: absolute;
	top: 200px;
	left: 0px;
	-webkit-animation-duration: 2s;
	animation-delay: 2s;
	z-index: 3;
}

.img-responsive-overwrite {
	margin: 0 auto;
}
.twitter-widget {
	width: 230px;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: rgba(255,255,255,0.7);
	z-index: 1;
}
.title {
	cursor: move;
}
.close {
	float: right;
	cursor: pointer;
}
.main-text {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0 0 8px #0D5D01;
	line-height: 2em;
}
.main-text strong {
	font-weight: bold;
	font-size: 1.2em;
}
.sub-text {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0 0 8px #0D5D01;
}
.sub-text strong {
	font-weight: bold;
	font-size: 1.2em;
}
/*Artist -----------------------------------------*/


#artist {
	margin-top: 20px;
}
.artist {
	padding: 10px;
}
.artist-area {
	background-color: #fff;
	margin: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.artist h3 {
	color: #ff9900;
	font-weight: bold;
}
.artist img {
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
/*Event -----------------------------------------*/	
.event strong, .ticket strong {
	font-size: large;
}
.event ul {
	line-height: 150%;
}
.event #access li {
	margin-bottom: 10px;
}
#map_custmomize {
	padding-right: 20px;
}
.event #access strong {
	font-size: inherit;
	font-weight: bold;
}
.event h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	color: #666;
	padding-bottom: 5px;
}
/*Ticket -----------------------------------------*/	
.ticket ul li strong {
	font-size: large;
}
.ticket strong {
	font-size: 1.6em;
}
.submit {
	color: #fff;
}
.submit-area {
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.getticket h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	color: #666;
	padding-bottom: 5px;
	margin-top: 30px;
}
.getticket strong {
	font-size: 1.4em;
}
.getticket .submit a {
	color: #fff;
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #FFF000 0, #E74144 100%);
	background-image: -o-linear-gradient(top, #FFF000 0, #E74144 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF000), to(#E74144));
	background-image: linear-gradient(to bottom, #FFF000 0, #E74144 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF000', endColorstr='#E74144', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #E74144;
	margin-bottom: 20px;
}
.btn-danger:focus, .btn-danger:hover {
	background-color: #E74144;
	background-position: 0 -15px;
}
.qrcode {
	width: 150px;
	margin: 0 auto;
	
}

.makerlist li{
	border-bottom: 1px #999999 dotted;
	margin-bottom: 3px;
	list-style:none;
	}
	
.tokuten{
	color:#0E5F02;
	font-weight:bold;}
	
.atn-tokuten{
	border:1px solid #0E5F02;
	padding:10px;}
	
.atn-tokuten strong{
	
	font-size:inherit;
	color:#0E5F02;
	font-weight:bold;
	}

/*Goods -----------------------------------------*/	
.goods .btn{
	
	color: #fff;
}

/*FAQ -----------------------------------------*/	

.accordion-group {
	margin-bottom: 5px;
}
.accordion-body {
	background: #ffffff;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 6px;      /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
}
.accordion-body p {
	margin: 0;
}
/*Attention -----------------------------------------*/	
.mediacontact li {
	list-style: circle;
}
/*Page Top -----------------------------------------*/	

#pagetop {
	font-family: 'Chango', cursive;
	position: fixed;
	bottom: 10px;
	right: 10px;
	color: #fff;
	background-color: #8fbe21;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding: 10px;
}
#pagetop a:hover {
	text-decoration: none;
	color: #fcc930;
}

@media(max-width:768px) {
.container {
	padding: 0;
}
.mainvisual {
	margin-top: 70px;
}
.pcmenu {
	display: none;
}
h1, h2 {
	font-family: 'Chango', cursive;
	color: #ff9900;
	font-size: 200%;
}
.img-responsive-overwrite {
	margin: 0 auto;
}
#article.container {
	padding: 0;
}
.area {
 padding-right, padding-left:0;
}
.navi-top {
	height: 20px;
}

.voice-sp{
	text-align:center;
	margin:10px 0:}
	
.voice-sp img{
	width:95px;}
	
}
