@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
	color: #4e4e4e;
	font-family: 'Ubuntu', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

a {color: #4e4e4e;}
a:hover {text-decoration: none;}
a:focus {outline: none;}

p {font-size: 17px;  padding-bottom: 8px; line-height: 1.7em;}
td {font-size: 17px;  line-height: 1.7em;}

.wh {color:#fff !important;}
.bl {color: #38A7BB !important;}
.ora {color: #FFD700 !important;}
.red {color: #8B2F00 !important;}
.gr {color: #A5A84B !important;}
.em18{font-size: 18px;line-height: 1.7em !important;}
.em20{font-size: 20px;line-height: 1.7em !important;}
.sm15{font-size: 15px;line-height: 1.6em !important;}
.alf {font-family: 'Oswald', sans-serif;}
ul li {
	font-weight: 700;
	margin-bottom: 10px;
}

.bg-red {
	background: #CB593E !important;
	padding:0 5px;
	color:#fff;
}
.bg-red-01 {
	background: #CB593E !important;
	padding:7px 15px;
	color:#fff;
	border-radius: 5px;
}
.bg-blue {
	background: #38A7BB !important;
	padding:0 5px;
	color:#fff;
}
.bg-green {
	background: #A5A84B !important;
	padding:0 5px;
	color:#fff;
}
.bg-dark {
	background: #85776E !important;
	padding:7px 15px;
	color:#fff;
	border-radius: 5px;
}
.bg-black {
	color: #FFF;
	font-weight: bold;
	background-color: #312C23;
	border-color: #312C23;
	border-radius: 0;
	padding: 15px 15px 15px 35px;
}
.bg-border {
	color: #a9a9a9;
	border: #a9a9a9 1px solid;
	background-color: transparent;
	padding: 5px 8px;
	border-radius: 10px;
}

.img_left { float:left; margin:0 30px 30px 0; border:none;}
.img_right { float:right; margin:0 0 30px 30px; border:none;}
.img_c{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	height: 38px;
	padding: 10px 12px;
	line-height: 1.6;
}
.form-control:focus {
	box-shadow: none;
	border-color: #ccc;
	background-color: #f8f8f8;
}
.valign-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.section {
	padding: 70px 0;
}
.section-title {
	display: inline-block;
	position:relative;
	color: #313131;
	letter-spacing: 1px;
	margin: 0 0 25px;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}
.section-title:after {
	color: #CB593E;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}
.section-title:before {
	color: #CB593E;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}
.section-title2 {/** ws, party, regist */
	color: #fff;
	letter-spacing: 1px;
	margin: 100px 0 25px 0;
	padding-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}
.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-700 {
	font-weight: 700;
}

/** margin*/
.mt0 {margin-top: 0;}
.mt20 {margin-top: 20px;}
.mt50 {margin-top: 50px;}
.mb0 {margin-bottom: 0;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}
.ml30 { padding-left: 30px;}
.list-arrow-right li::before {
  content: "\f3d3";
}

/** button */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.btn {
	border: 0;
	border-radius: 0;
	padding: 6px 28px;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
		transform: translateZ(0);
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
		transition-property: transform;
}
.btn:hover {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
		transform: scale(0.95);
}
.btn-white {
	color: #000;
	background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
	color: #000;
	background-color: #fff;
}
.btn-gray {
	color: #fff;
	background-color: #232323;
}
.btn-gray:hover, .btn-gray:focus {
	color: #fff;
	background-color: #AAA9A9;
}
.btn-red {
	color: #fff;
	background-color: #CB593E;
}
.btn-red:hover, .btn-red:focus {
	color: #fff;
	background-color: #CB593E;
}
.btn-square {
	color: #232323;
	border: #232323 1px solid;
	background-color: transparent;
	padding: 5px 8px;
	border-radius: 10px;
}
.btn-square:hover, .btn-square:focus {
	opacity: 0.5;
}
.btn-mypage {
	width: 100%;
	background-color: #85776E;
	font-size: 18px;
	color:#fff;
	text-align: left;
	border: none;
	border-radius: 0;
	padding: 20px 25px;
	transition: 0.4s;
}
.btn-mypage:hover{
	opacity: 0.7;
}

/** background */
.bg-image, .bg-image-1, .bg-image-2, .bg-image-3, .bg-image-4 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before, .bg-image-3::before, .bg-image-4::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bg-image-1 {
	background: url("../img/bg-1.jpg") no-repeat center bottom/cover;
}
.bg-image-1::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-image-2 {
	background: url(../img/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-image-3 {
	background: url(../../../2018/img/bg/bg-3.jpg) no-repeat center bottom/cover;
}
.bg-image-4 {
	background: url(../../../2018/img/bg/bg-4.jpg) no-repeat center bottom/cover;
}
.bg-image-4::before {
	background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.section {
		padding: 90px 0;
	}

	.section-title {
		margin: 0 0 60px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) { 
	.section-title {
		margin: 0 0 20px 20px!important;
		font-size: 25px;
		padding-bottom: 10px;
	}
	.section-title:after {
		right: -20px;
		top: -2px;
	}
	.section-title:before {
		left: -20px;
		top: 0;
	}
}
/***********************
***** Navigation ******
************************/
.navbar-custom {
	border: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
	margin: 0;
}
.navbar-custom .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav > .active > a {
	border-color: rgba(255, 255, 255, 0.5);
}
.navbar-toggle {
	border: 0;
	border-radius: 0;
	margin-top: 2px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-solid {
	background-color: #000 !important;
	padding: 0 !important;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 105px;
}
.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.8);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
	color: #fff;
}
.dropdown-menu:before{
	position: absolute;
	top:0;
}
.dropdown-menu > li > a {
	padding: 8px 0 8px 20px;
	color: #fff!important;
}
.dropdown-menu > li:last-child > a {
}
.dropdown-menu > li.divider {
	background-color: transparent;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li.active > a {
	color: #FFD700!important;
	background: transparent!important;
}
.site-branding {
	float: left;
	margin-top: 0;
	margin-left: 10px;
}
.site-branding .logo {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	margin-right: 5px;
	text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
	text-decoration: none;
}
/***********************
***** Header ******
************************/
.site-header {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	text-align: center;
	background: url(../img/header.jpg) no-repeat center center/cover;
	display: table;
}
.site-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.site-header .intro {
	color: #fff;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
	text-shadow: 2px 2px 3px #000;
}
.site-header .intro h1 {
	margin-top: 320px;
	font-size: 40px;
	font-weight: 500;
}
.site-header .intro h2 {
	margin-top: 60px;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 500;
}
.site-header .small {
	font-size: 25px!important;
	font-weight: 300;
	color: #fff!important;
}
.site-header .intro h3 {
	font-size: 40px;
	font-family: "Oswald", sans-serif;
	margin-bottom: 10px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.navbar-custom {
		background-color: transparent;
		padding-top: 30px;
	}
	.site-branding {
		margin-top: 6px;
		margin-left: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) { 
	.bg-image-1 {
		background: url(../img/bg-1small.jpg) no-repeat center bottom/cover;
	}
	.bg-image-2 {
		background: url(../img/bg-2small.jpg) no-repeat center bottom/cover;
	}
	.bg-image-3 {
		background: url(../../../2018/img/bg/bg-3small.jpg) no-repeat center bottom/cover;
	}
	.bg-image-4 {
		background: url(../../../2018/img/bg/bg-4small.jpg) no-repeat center bottom/cover;
	}
	.site-header {
		background: url(../img/header_small.jpg) no-repeat center center/cover;
	}
	.site-header .intro h2 {
	margin-top: 350px;
	font-size: 25px;
	font-weight: 300;
	color: #FFD700;
	}
	.site-header .intro p {
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 300;
	}
}
/***********************
***** About ******
************************/
.about .section-title {
	margin: 0 0 25px;
}
.about figure {
	margin-bottom: 25px;
}
#pageplugin {
	margin-top: 50px;
	margin-bottom: 50px;
}
/***********************
***** Program ******
************************/
#info,
#program,
#ws,
#spws-percussion{
	background-image: url("../../../2018/img/bg/bedge-grunge.png");
}
h4 {color: #A5A84B !important; font-size: 28px;font-family: 'Oswald', sans-serif;}
h5 {color: #A5A84B !important; font-size: 20px;font-family: 'Oswald', sans-serif;}
h4 .small {color: #A5A84B !important;}

.program-box {
	position: relative;
	background-color: #8C2F00;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	margin: 25px 0 0;
	-webkit-transform: translateZ(0);
		transform: translateZ(0);
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
		transition-property: transform;
}
.program-box::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
}
.program-box:hover {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
		transform: scale(0.95);
}
@media screen and (min-width: 320px) and (max-width: 767px) { 
	.program-box {
	padding: 5px 0;
	margin: 10px 0 0;
}
.program-box::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #fff;
}
}

.alt-table-responsive {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}
.program-box h3{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
#program table {
	background:  rgba(255, 255, 255, 0.5);
}
#program td {
	color: #4e4e4e;
}
#program td a {
	color: #4e4e4e;
	text-decoration: none;
}
#program td a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 412px) {
	#shedule table.contents th,
	#shedule table.contents td {
		width:100%!important;
		display:block!important;
		padding: 20px 0;
	}
}
/***********************
***** Artists ******
************************/
.artists {
	color: #313131;
	margin: 25px 0;
}
.artists h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.artists p {
	margin-bottom: 5px;
}
.artists img:hover {
	opacity: .7;
}
.artist-member {
	margin-bottom:30px;
	padding: 13px;
	border: 2px solid #eeeeee;
	transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}
.artist-member .team-img {
	margin: 15px;
}
.artist-member .team-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.text-area{
	height: 150px;
}
.ht{
	height: 600px;
}
.artist-member:hover {
	border-color: #CFCFCF;
}
.artist-member:hover .social-icons > li > a {
	background: #53012e;
}
.modal-body {
	padding: 50px;
}
/***********************
***** Exhibition ******
************************/
#art{
	background: #000000 url("../../../2018/img/bg/navy.png");
}
.art {
	color:#BBBBBB;
}
/***********************
***** lecture ******
************************/
.lecture {
	color: #313131;
	margin: 25px 0;
}
.lecture h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.lecture p {
	margin-bottom: 5px;
}
.lecture img:hover {
	opacity: .7;
}
/***********************
***** Venue ******
************************/
#map{
	background: #555555;
	width: 100%;
	height: 400px;
}
/***********************
***** Info  Regist ******
************************/
.info .panel-heading {
	cursor: pointer;
}
.info .info-toggle.collapsed::before{
	font-family: "icomoon";
	content: "\ea0a";
	-webkit-transition: 0.5s linear ease-out;
		transition: 0.5s linear ease-out;
	position: absolute;
	left: 15px;
}
.info .info-toggle::before{
	position: absolute;
	left: 15px;
	font-family: "icomoon";
	content: "\ea0b";
}
.panel-body h3 {
	font-size: 20px;
}
.info .panel-group .panel + .panel {
	margin-top: 15px;
}
.info .panel-default > .panel-heading{
	color: #FFF;
	background-color: #312C23;
	border-color: #312C23;
	border-radius: 0;
	padding: 0;
}
.info .panel-default > .panel-heading a{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 15px 15px 15px 35px;
}
.badge {
	background-color: #CB593E;
}
.social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-icons > li {
	display: inline-block;
	padding-right: 30px;
}
.social-icons > li > a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #2e2e2e;
	border-radius: 3px;
}
.social-icons > li > a:hover {
	background: #CB593E;
}

@media (min-width: 768px) {
	.section-title {
		margin: 0 0 30px;
	}
	figure {
		margin-bottom: 0;
	}
	.modal-body {
	padding: 30px;
}
}
@media (min-width: 992px) {
	.program-box {
		margin: 0;
	}
}
/***********************
***** Footer ******
************************/
.site-footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}