@charset "UTF-8";

body {
    background-color: #262626;
    color: #fff;
}

.intro h1:before {
	content: 'GENDAI';
}

.quote {
	background: url(../img/bg.jpg);
}

.eventbox p {
	color: #000;
	text-align: right;
	margin-bottom: 0;
}

.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #4da619;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.container {
/*
	padding: 0 10px;
*/
}
.container .bx-wrapper {
	border: 5px solid #777;
  background: #777;
}

@media only screen and (max-width: 767px) {
	.eventbox img {
		height: auto;
		width: 100%;
		display: block;
		margin: auto;
	}
	.navbar {
		display: none;
	}
	.navigation-toggle {
		margin-bottom: 1.65em;
	}
	.navigation-toggle {
		display: block;
	}
	.footer-nav li {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.btn-sticky {
	  font-size: 24px;
	}
	.sllogo {
		width: 140px;
	}
}
