.bg-slider {
	width: 100%;
	height: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	/*align-items: center;
	justify-content: center;*/
}

header, #header {
	width: 100%;
}

#logo {
	float: left;
	margin: 20px 0 0 20px;
}

#menu {
	margin: 40px 20px 0 0;
}

@media screen and (max-width: 1160px) {
  #menu {
    width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
  }
}

#menu li {
	display: inline;
	margin-left: 30px;
}

@media screen and (max-width: 1160px) {
  #menu li:first-child {
	margin-left: 20px;
  }
}

#menu li a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	/*text-shadow: 0px 0px 3px #000000;*/
}

#menu li a:hover {
	border-bottom: 4px solid;
	border-color: rgba(256,256,256,0.5);
}

@media screen and (max-width: 767px) {
  #menu li {
	display: block;
	margin-left: 20px;
	line-height: 3.0;
	font-size: 18px;
  }
  #menu li a {
	background-color: rgba( 0, 0, 0, 0.2 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 2px 5px;
  }
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer p#sns, #footer p#copy {
	display: inline-block;
	margin: 0;
	padding: 15px 0 10px 20px;
}

#footer p#copy a {
	color: #ffffff;
	text-decoration: none;
}

#footer p#copy a:hover {
	text-decoration: underline;
}
