	iframe{
		max-width:100%;
	}	iframe{
		max-width:100%;
	}/*
Theme Name: debufes 2019
Description: A theme by USR Design
Version: 1.0
Author: Sho Itoh
*/
/** BODY
===================================*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: center;
	overflow-x: hidden;
	margin: 0;
	background-repeat: repeat;
    background-image: url(common/img/bg.gif);
	line-height: 27px;
	letter-spacing: 0.05em;
}
a {
	word-break: break-word;
}
#wrap {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
/** NAVIGATION
===================================*/
.navbar {
	background-color: #ff7a08;
}
.navbar .navbar-header .smp-logo {
	text-align: left;
	position: absolute;
	left: 12px;
}
.navbar .navbar-toggle {
	border: 2px solid #fff;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar .navbar-header .smp-logo .logo {
	height: 48px;
}
.navbar .nav li a {
	color: #fff;
}
#nav {
	padding: 8px 0;
	background-color: #ff7a08;
}
#nav .intro {
	height: 90px;
	margin: 0 auto;
	margin-bottom: 12px;
}
#nav .intro .logo {
	max-height: 90px;
	width: auto;
}
#nav .intro .date {
	color: #fff;
	font-weight: 700;
}
#nav .intro .place {
	color: #333;
	font-weight: 700;
}
#nav ul li {
	list-style: none;
	display: inline-block;
}
#nav ul li a {
	color: #fff;
	font-size: 16px;
	margin: 0 12px;
}
/** Bxslider
===================================*/
.mainimg {
	margin: 30px 0px;
	text-align: center;
	color: #FFFFFF;
}
.metaslider {
	margin: 0 auto;
	width: 100%;
}
.metaslider .slides {
	padding: 0;
}
/** COMMON
===================================*/
.comingsoon {
	margin-top: 80px;
	font-size: 28px;
}
.content {
	text-align: center;
	min-height: 240px;
	margin-top: 60px;
	margin-bottom: 60px;
}
h2.title {
	padding-top: 60px;
	font-size: 75px;
	font-weight: 700;
	text-align: center;
	font-family: 'Open Sans Condensed';
	border-style: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
/** NEWS
===================================*/
#news h2 {
	color: #001757;
}
.article-box {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
	margin-bottom: 60px;
}
img {
	max-width: 100%;
	height: auto;
}
.post-date {
	background-color: #001757;
	color: #fff;
	font-size: 12px;
	height: 25px;
	margin: -40px 0 20px -10px;
	position: relative;
	text-align: center;
	width: 100px;
}
.article-box h3 {
	font-size: 28px;
	line-height: 40px;
	padding-bottom: 12px;
	text-align: left;
	color: #333;
	margin: 0 0 30px;
	border-bottom: 1px dashed #aaaaaa;
}
.article-box p {
	/*text-align: left;*/
	margin: 10px 0;
}
/** LINE UP
===================================*/
#lineup h2 {
	color: #950089;
}
#lineup ul {
	padding: 0;
	margin: 0 auto;
}
#lineup li {
	list-style: none;
	float: left;
	margin-bottom: 60px;
}
p.newartist {
	background-color: #d00000;
	color: #fff;
	margin: 0 auto;
	margin-top: 4px;
	font-size: 12px;
	height: 25px;
	position: relative;
	text-align: center;
	width: 100px;
}
p.artistname {
	margin-top: 12px;
}
p.artistname {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
/** TIME TABLE
===================================*/
#timetable h2 {
	color: #950089;
}
/** AREA MAP
===================================*/
#areamap h2 {
	color: #950000;
}
/** ACCESS
===================================*/
#access h2 {
	color: #481e00;
}
/** NOTICE
===================================*/
#notice h2 {
	color: #004b4b;
}
/** FAQ
===================================*/
#faq h2 {
	color: #001757;
}
/** GOODS
===================================*/
#goods h2 {
	color: #950000;
}
/** SPONSOR
===================================*/
#sponsor ul {
	padding: 0;
	margin: 0 auto;
}
#sponsor li {
	list-style: none;
	float: left;
	margin-bottom: 15px;
}
/** FOOTER
===================================*/
#footer {
	width: 100%;
	padding: 10px 0;
	background-color: #ff7a08;
}
#footer p {
	margin: 10px 30px 5px 5px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#footer a img {
	max-width: 150px;
	height: auto;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
@media(max-width:767px) {
	.container {
		padding: 0 10px;
	}
	.mainimg {
		margin: 0;
	}
	h2.title {
		font-size: 48px;
	}
	.article-box {
		padding: 15px;
		margin-bottom: 60px;
	}
	.post-date {
		margin: -25px 0 20px -0px;
	}
	.article-box h3 {
		font-weight: 800;
		font-size: 18px;
		line-height: 24px;
	}
	#lineup ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	#lineup li {
		padding: 0px 5px;
		margin-bottom: 20px;
	}
	#lineup li img {
		height: 30.6vw;
		width: auto;
	}
	p.artistname {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 0px;
	}
	img {
		max-width: 100%;
	}
}
#archives h2 {
	display: none;
}
#archives .content{
	margin:120px 0 130px;
	min-height:auto;
}
.archive-button {
	margin: 0px;
}
.archive-button + .archive-button{
	margin-top: 45px;
}
.archive-button a {
	font-size: 28px;
	width: 500px;
	max-width: calc(100% - 20px);
	padding: 1.285714285714286em 1em;
	background-color: #001757;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
}
.archive-button a:hover {
	opacity: 0.8;
}
.archive-button a::after {
	content: "";
	position: absolute;
	font-size: 16px;
	top: calc(50% - 0.5em);
	right: 2em;
	width: 1em;
	height: 1em;
	transform: rotate(45deg);
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
@media(max-width:767px) {
	.archive-button + .archive-button{
		margin-top: 35px;
	}
	.archive-button a {
		font-size: 18px;
		padding: 0.8em 1em;
	}
	.archive-button a::after {
		font-size: 12px;
		border-top-width: 3px;
		border-right-width: 3px;
	}
}