.container {
	overflow: hidden;
	background-color:white;
/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.customHtml {color:#FFFFFF;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
		font-family: 'Noto Sans Japanese';
		font-weight:bold;
		font-size: 40px;      /*文字の大きさ*/
		text-align: left;   /*文字の表示位置*/
		height: 181px;        /*DIVブロックのサイズ（高さ）*/
		padding-top: 5%;    /*文字の表示場所*/
		padding-left: 10%;
	-moz-text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.85);
	-webkit-text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.85);
	-ms-text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.85);
	text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.85);
	}

header {
	width:100%;
	position:fixed;
	background-color: rgba(255,255,255,0.8);
	z-index:10;
}
header h1 {
	color: #9aa6af;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}

.burger {z-index:999;
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	display: none;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color:#66CC33;
	border-radius: 3px;
	margin: 5px 0;
}

.burger.open li {
	z-index:999;
	background-color: #d9dde1;}

nav {
	position: absolute;
	top: 0;
	right: 5px;
	position: fixed;
	z-index:10;
}
nav li {
	float: left;	
	display: inline-block;
}
nav li a {
	color:red;
	padding: 24px 15px;	
	display: block;
}
nav li a:hover {color: #000;}

/*  Removable CSS  */
.header-section,
.body-section,
{padding: 20px;}

.responsive{
	line-height:140%;
	font-size:100%;
}


.header-section {margin-top: 60px;}
.header-section-index{margin-top: -1px;}
.header-section .placefiller {
	padding:10% 0 5%x 0;
	max-width:100%;
	margin:0 auto;
	position:relative;
	left:50%;
	margin-left:-638px;
}
.header-section .placefiller img{
	width:100%;
	margin:0 auto;
}

.body-section {background-color: #f4f5f6;}

.footer-section {
	padding: 80px 20px 30px 20px;
	background-image:url(../img/bottom-line.png);
	background-repeat:repeat-x;
}
.footer-section .placefiller{
	margin:-20px;
	padding-top:20px;
	background-image:url(img/back.jpg);
}

.placefiller,.placefiller-news,.placefiller-bottom{
	text-align: center;
}
.body-section .placefiller {
	width:100%;
	float:left;
	padding:150px 0 50px 0;
	margin-bottom:30px;
}
.body-section .placefiller-news {
	width:100%;
	float:left;
	padding:100px 0 50px 0;
	margin-bottom:30px;
}
.body-section .placefiller-bottom {
	width:100%;
	float:left;
	padding:50px 0 150px 0;
	margin-bottom:30px;
}
@media only screen and (max-width: 1240px) {
.header-section .placefiller {
	padding:10% 0 5%x 0;
	max-width:100%;
	min-width:480;
	margin:0 auto;
	position:inherit;
	left:inherit;
	margin-left:0;
}
.body-section .placefiller {
	width:100%;
	float:left;
	padding:50px 0 50px 0;
	margin-bottom:30px;
}
}

.footer-section .placefiller {line-height: 20px;}

@media only screen and (max-width: 1240px) {
header {z-index:auto;}
nav {z-index:auto;}
.responsive{}
header {
	height: 60px;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
	
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
}
.burger {display: block;}

/*  Nav Drawer Layout  */
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 3% 25px;
	letter-spacing: 3px;
	color:white;
}
nav li a.logo {display: none;}
nav li a.active {
	color: #fff;
	background-color: #141e23;
}
nav li a:hover {
	color: #fff;
	background-color: #19252c;
}
nav li:first-child a.active,
nav li:first-child a:hover {
	border-radius: 10px 0 0 0;
}

.header-section {margin-top: 60px;}
.header-section-index{
	float:none;
	margin-top: -1px;
}

/* NAVIGATION ANNIMATION */
nav {
	width: 93%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #1d2d35;
	border-radius: 8px;
	/* starting point */
	opacity: .3;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: .3;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}

}