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




@font-face {
    font-family: 'domofont';
    src: url('../../fonts/gillsansmt.eot');
    src: url('../../fonts/gillsansmt.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/gillsansmt.woff') format('woff'),
         url('../../fonts/gillsansmt.ttf') format('truetype'),
         url('../../fonts/gillsansmt.svg#gill_sans_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

.mobonly {}
.nomob {
	display: none;
}




body {
	background: #333;
	font-family: domofont, arial, "trebuchet ms", verdana;
	margin: 0;
	padding: 0;
}

a {
	color: #34469b;
	text-decoration: underline;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

a:hover {
	color: #333;
}










header {
	width: 100%;
	background: #fff;
	text-align: left;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

header h1 {
	width: 100%;
	padding: 20px 0;
	font-size: 1.3em;
}

#sns-container {
	padding: 10px 0 7px 0;
	text-align: center;
	background: #eee;
	width: 100%;
}

#sns-container img {
	width: 24px;
}

#sns-container img:hover {
	opacity: .7;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#kitarobanner {
	width: 100%;
	height: 180px;
	background-image: url(images/kitarobanner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
}




#contents-container {
	background: #eee;
}

#contents-container h3 {
	font-size: 1.8em;
	color: #666;
	padding: 5% 0;
	letter-spacing: 0.1em;
}




.inner {
	width: 94%;
	margin: 0 3%;
}




#pr {
	background: #eee;
	padding: 3% 0;
	color: #333;
}

#schedule table {
	width: 100%;
	margin-top: 5%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}

#schedule table tr {
	border-bottom: 1px solid #ccc;
}

#schedule table td {
	padding: 10px 0;
}

#schedule table td.date,
#schedule table td.city {
	width: 105px;
}

#schedule table td.date {
	font-weight: bold;
	text-transform: uppercase;
}

#schedule table td.city,
#schedule table td.venue,
#schedule table td.ticket {
	padding: 10px 3px;
}

#schedule table td.ticket {
	width: 70px;
	padding-right: 0;
}


div.ticketbtn {
	width: 70px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #769bc0;
	border-radius: 3px;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.ticketbtn a,
div.ticketbtn a:link,
div.ticketbtn a:visited,
div.ticketbtn a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	
	transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
}

div.ticketbtn a:hover {
	background-color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}




#media-container {
	width: 100%;
	background: #666;
	padding: 3% 0;
}


#contents-container .embedvideo,
#contents-container .embedspotify {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#contents-container .embedspotify {
	width: 100%;
	margin: 3% 0 0 0;
}

#contents-container .embedvideo iframe,
#contents-container .embedspotify iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}




#contents-container #photos-container {
	background: #eee;
	padding-bottom: 5%;
	color: #333;
}

#contents-container .photos-inner {
	width: 100%;
	margin-top: -5%;
	text-align: center;
}

.photoset {
	width: 45.5%;
	margin: 5% 0 0 3%;
	float: left;
	display: inline;
	font-size: 0.9em;
}

.photoset img {
	width: 100%;
}

.photoset p {
	margin: 5px 0;
}



#contents-container #bio {
	background: #fff;
	padding-bottom: 5%;
	color: #666;
}

#bio p {
	margin-top: 0;
}


.scrEvent {
	display: none;
}




footer {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}

.footerlinks {
	margin: 3% 0 0 0;
}

footer a {
	color: #fff;
	text-decoration: none;
	
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

footer a:hover {
	color: #666;
}

.copyright {
	margin: 1% 0 3% 0;
}







@media screen and (min-width: 600px) {

	.mobonly {
		display: none;
	}
	
	.nomob {
		display: inline;
	}
	
	
	
	
	#kitarobanner {
		height: 300px;
	}
	
	
	
	
	.video-container,
	.spotify-container {
		width: 49%;
		padding: 0;
		float: left;
		display: inline;
	}
	
	.spotify-container {
		margin: 0 0 0 2%;
	}
	
	#contents-container .embedspotify {
		margin-top: 0;
	}
	
	#contents-container .photos-inner {
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	
	.photoset {
		width: 22%;
		margin: 0 0 0 3%;
		float: left;
	}

}




@media screen and (min-width: 900px) {

	header {
		position: fixed;
		height: 60px;
		z-index: 100;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
	}
	
	header h1 {
		width: 100%;
		padding: 0;
		line-height: 60px;
	}
	
	#sns-container {
		margin-top: 60px;
		float: left;
	}
	
	#kitarobanner {
		height: 500px;
		background-attachment: fixed;
		background-position: 0 60px;
	}
	
	
	
	
	#schedule table td {
		padding: 10px 0;
	}
	
	#schedule table td.date,
	#schedule table td.city {
		width: 15%;
	}

}




@media screen and (min-width: 1000px) {

	#kitarobanner {
		height: 500px;
		background-position: 0 60px;
	}
	
	#schedule table tr:nth-child(even) {
		background: #f5f5f5;
	}
	
	#schedule table td {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

}



















