/* ------------------------------------------------------------
	Common
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);

* {
	-webkit-text-size-adjust: none;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 1;
	background-color: #13e5f4;
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 240% auto;
	background-attachment: fixed;
	color: #484848;
}

a {
	text-decoration: none;
	color: #00a7db;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
	}

li {
	list-style: none;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0 none;
	}

/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */
header#header {
	position: relative;
	width: 100%;
	background-color: #313732;
}

.trigger {
	height: 40px;
	text-align: right;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	color: #13e5f4;
	padding-right: 16px;
	}

.trigger img {
	}

#accordion_menu {
	display: none;
	}

nav.menulist {
	border-top: 1px solid #484848;
	background: #313732;
}

nav.menulist ul {
	overflow: hidden;
	}

nav.menulist ul li {
	width: 50%;
	float: left;
	text-align: center;
	border-top: 1px solid #484848;
	}

nav.menulist ul li.odd {
	box-sizing: border-box;
	border-right: 1px solid #484848;	
}

nav.menulist ul li a {
	display: block;
	color: #FFF;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;
	color: #13e5f4;
	}
	
nav.menulist ul li span {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 40px;	
	}

nav.menulist ul li span.active {
	color: #FFF;
	}
	
nav.menulist ul li span.inactive {
	color: #787878;
	}

article {
	padding: 20px 10px;
}

h1 {
	margin: 10px 0;
	}

h1.event_title {
	padding: 0 10px;
	}

h2 {
	margin: 10px 0;
	}

section {
	margin-bottom: 30px;
	background: #FFF;
	border-bottom: 1px solid #bcd6e4;
	}

section p,
section li,
section dt,
section dd {
	font-size: 1.4em;
	line-height: 1.6;
	}

section p,
section ul,
section dl {
	margin: 10px auto;
	}


/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

.sub_nav {
	margin: 20px auto;
	}

.sub_nav ul {
	text-align: center;
	overflow: hidden;
	}

.sub_nav ul li {
	display: inline-block;
	width: 40px;
	padding: 8px;
	}

footer#footer {
	text-align: center;
	padding: 10px;
}

#footer .bnr_ora2 {
	max-width: 300px;
	margin: 0 auto;
}

#footer nav {
	margin: 10px auto;
	}

#footer nav ul {
		margin: 10px auto 0;
	}

#footer nav ul li {
	display: inline-block;
	font-size: 1.2em;
	padding: 1em;
	}
	
#footer nav ul li a {
	font-size: 1.2em;
	line-height: 1;
	color: #484848;
	}

p.copyright {
	font-size: 1em;
	line-height: 1;
	margin: 10px auto;
	color: #484848;
	}

/* ------------------------------------------------------------
	TOP
------------------------------------------------------------ */

/* MainBanner */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.sub_banner {
	max-width: 300px;
	margin: 8px auto 16px;
}

h4 {
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #313732;	
}

#news {
	margin-bottom: 0;
	}

#pickup ul {
	text-align: center;
}

#pickup ul li {
	max-width: 300px;
	margin:0 auto 8px;
	}

.youtube-block {
  height: 0;
  overflow: hidden;
  padding-top:56.25%;
  position: relative;
  margin-bottom: 16px;
}
  
.youtube-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ticket-block {
	max-width: 300px;
	margin: 0 auto 16px;
}

.ticket-block ul li {
	margin-bottom: 8px;
}


/* ------------------------------------------------------------
	下層ページ共通
------------------------------------------------------------ */

h2.article_title {
	border-top: 4px solid #313732;
	border-bottom: 4px solid #313732;
	margin-bottom: 16px;
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    color: #313732;
	}

h2.article_title span {
	display: inline-block;
    background: #313732;
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    color: #FFF;
    line-height: 24px;
    margin: 0px 24px;
    padding: 0px 8px;
    position: relative;
    top: -2px;	
}

h2.article_title span:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 12px 0;
	border-color: transparent #313732 transparent transparent;
	position: absolute;
	top: 0;
	left: -8px;
}

h2.article_title span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 8px;
	border-color: transparent transparent transparent #313732;
	position: absolute;
	top: 0;
	right: -8px;
}
	    

h3.section_title {
	background-color: #313732;
	font-size: 16px;
	line-height: 1.6;
	padding: 8px;
	color: #FFF;
	}

.section_body {
	padding: 16px;
	}

.section_body p {
	font-size: 12px;
	margin: 0 0 30px 0;
	}

.section_body p.lead {
	color: #ed6d00;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px; 
	}

.section_footer {
	padding: 16px;
	text-align: right;
}

.section_footer dl {
	margin: 0;
	}

.section_footer dl dt,
.section_footer dl dd {
	font-size: 12px;
	line-height: 1.6;
	display: inline;
	margin: 0;
	}

.section_body .image_block {
	margin: 16px auto;
	text-align: center;
	}

nav#content_nav {
	margin-bottom: 30px;
	background: #FFF;
	border-top: 4px solid #313732;
	border-bottom: 1px solid #bcd6e4;
	}

#content_nav ul {
	width: 100%;
	overflow: hidden;
	}

#content_nav ul li {
	margin: 0;
	padding: 8px;
	padding-left: 40px;
	
	background-image: url(../images/icon_sidenav.png) ;
	background-position: 16px 12px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #bcd6e4;
}

#content_nav ul li a,
#content_nav ul li span {
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	display: block;
	
	}

#content_nav ul li.disable {
	background-image: url(../images/icon_sidenav_disable.png) ;
	}
	
#content_nav ul li.disable span {
	opacity: 0.5;
}

#content_nav ul li:last-child {
	border: 0 none;
	}

#content_nav ul li a {
	display: block;
	color: #313732;
	}

.tl_c {
	text-align: center;
	}

/* ------------------------------------------------------------
	ABOUTページ
------------------------------------------------------------ */
#guideline dl dt {
	font-weight: bold;
	border-bottom: 2px solid #313732;
	margin-bottom: 8px;
}

#guideline dl dd {
	margin-bottom: 16px;
}


/* ------------------------------------------------------------
	TOPICSページ
------------------------------------------------------------ */

.topics_wrap .topics_item .topics_title {
	min-height: 50px;
	}

.topics_wrap .topics_item {
	padding: 20px 0;
	margin: 0 10px;
	border-bottom: 1px solid #bcd6e4;
	}

.topics_wrap .topics_item:last-child {
	border-bottom: none;
	}

.topics_wrap .topics_item dl.topics_title {
	overflow: hidden;
	min-height: 50px;
	position: relative;
	margin: 0 0 10px;
	}

.topics_wrap .topics_item dl.topics_title dt {
	position: absolute;
	left: 0;
	padding: 0;
	width: 48px;
	}

.topics_wrap .topics_item dl.topics_title dd {
	margin-left: 60px;
	color: #0e9abc;
	font-weight: bold;
}

.topics_wrap .topics_item dl.topics_title dd .date {
	font-size: 12px;
	}


/* ------------------------------------------------------------
	LINE UPページ
------------------------------------------------------------ */
#lineup h3 {
	margin-bottom: 16px;
	}

#lineup ul.thumb {
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
	}

#lineup ul.thumb li {
	display: block;
	float: left;
	width: 50%;
	text-indent: 0;
	padding: 0;
	margin-bottom: 10px;
	}

#lineup ul li a,
#lineup ul li span {
	display: block;
	}

#lineup ul li a img,
#lineup ul li span img {
	width: 100%;
}

#lineup .andmore {
	height: 40px;
	margin: 0 0 40px;
	text-align: center;
}

#lineup .andmore span {
	display: inline-block;
	font-size: 20px;
	padding-right: 0.5em;
	line-height: 40px;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	color: #313732;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#lineup .andmore span:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #313732;
	position: absolute;
	top: 50%;
	left: -48px;
}

#lineup .andmore span:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #313732;
	position: absolute;
	top: 50%;
	right: -48px;
}

/* ------------------------------------------------------------
	TICKETページ
------------------------------------------------------------ */
.ticlet_info_inner {
	padding: 10px;
	}

.attention_block {
	border: 1px solid #CCC;
	padding: 16px;
	margin: 16px 0px;
	}

.attention_block ul {
	list-style-type: disc;
	margin-left: 12px;
	}

.attention_block ul li {
	font-size: 12px;
	}

#ticket_entry  {
	
	}

#ticket_entry input[type="text"] {
	background: #f1f1f1;
	border-radius: 4px;
	padding: 4px;
	margin-left: 1em;
	line-height: 2em;	
	width: 50%;
	}

#ticket_entry input[type="password"] {
	background: #f1f1f1;
	border-radius: 4px;
	padding: 4px;
	margin-left: 1em;
	line-height: 2em;	
	width: 50%;
	}
	
#ticket_entry input[type="submit"] {
	background: #fff000;
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	
	width: 50%;
	}

.about_jme {
	max-width: 300px;
	text-align: center;
	margin:0 auto 24px;
}

.about_jme ul li {
	font-size: 12px;
	margin: 8px auto;
}

/* ------------------------------------------------------------
	GUIDELINE/MAPページ
------------------------------------------------------------ */
#information dl {
	padding: 10px;
	margin-bottom: 0;
	}

#information dl dt {
	font-weight: bold;
	margin: 0;
	}

#information dl dd {
	margin-bottom: 10px;
	}

#map dl {
	padding: 10px;
	}

#map #googlemap {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	}

/* ------------------------------------------------------------
	PHOTO/SET LISTページ
------------------------------------------------------------ */
.setlist_gallery {
	margin: 10px 0 40px;
	}

ol.setlist {
	border-top: 1px solid #00a7db;
	padding: 0;
	margin: 16px 0px;
	}

ol.setlist li {
	color: #00a7db;
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 1px solid #00a7db;
	padding: 0.5em 0 0.5em;
}

ul.artistlist {
	margin: 16px 0;
}

ul.artistlist li {
	font-size: 12px;
	color: #00a7db;
	display: inline-block;
}

ul.artistlist li:after {
	content: "／";
}

.setlist_nav {
	text-align: center;
}

.setlist_nav a {
	display: block;
	margin: 16px auto;
}

.bold {
	font-weight: 700;
	color: coral;
}
.camera {
	line-height: 1.6;
	padding: 10px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
}


/* ------------------------------------------------------------
	OUTDOORページ
------------------------------------------------------------ */

.kitchen {
}
.kitchen .date {
	font-size: 16px;
	color: #00A7DB;
}
.foods li {
	margin: 0 0 25px 0;
}
.foods p {
	margin: 0;
}
.foods dl {
	margin: 5px 0 0;
}
.foods dt {
	font-weight: bold;
}
.foods dt,
.foods dd {
	margin: 0;
	font-size: 12px;
}
.foods span {
	display: block;
}

.live_caps {
	color:#333;
	font-size:12px;
	display:block;
	margin:0 0 5px 0;
}

