@charset "UTF-8";
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

wrapper {
	background-color: #E8E8E8;

}



body {
	width:100%;
	position:relative;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #FFFFFF;
}

.inner {
	margin: 0 auto;
	width: 980px;
}

.inner_1200 {
	margin: 0 auto;
	width: 1200px;
}

.inner_1500 {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}

a:hover {color:#F03;}

a {
	color:#999;
	text-decoration: none;
}

/*scrolltrigger*/
.invisible {
	transition: opacity 2.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 2.5s ease;
	opacity: 1.0;
}

.fromLeftIn
{
	transition: transform 3.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(-10px,0);
	opacity: 0.0;
}

#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 90px;
	height: 120px;
	line-height: 1.5em;
	color: #000;
	font-size: 12px;
	display: none;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	padding: 15px;
	background-image: url(../img/JF_topbutton.png);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}
#fixedTop:hover {
    transition: all 0.3s;
    opacity: 0.7;
}


header {
	height: 105px;
	width: 100%;
	background-color: #333;    
	margin:0px auto;
	padding: 0 0;
}

header h1 img.logo {
	margin:auto;
	padding: 0;
	vertical-align: middle;
	width: auto;
	max-width: 196px;
	float:left;
}
header h1 img.quickIcon {
	margin-top:10px;
	padding: 0;
	vertical-align: middle;
}
header h1 p {
	clear:both;
	color: white;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0;
	letter-spacing: 3px;
	
}



header.fixed {
	position: fixed;
	top: 0px;
	z-index: 999999;
}

nav.gl_nav {
	height:auto;
}


nav ul li {
	display: block;
	float: left;
	width: 17%;
	margin-top: 5px;

}
nav ul li:first-child, nav ul li:last-child  {
	width: 24.5%;
	text-align:center;
	

}


nav ul li a {
	font-size:16px;
	display:block;
	width:110px;
	text-align:center;
	
}
nav ul li #menu1, nav ul li #menu2, nav ul li #menu3{
	padding-bottom: 10px;
	padding-top:6px;
}

li .button--border-thick {
	border: 3px solid #999;
	border-radius:40px;

	
}


.button {
	height:50px;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 0.5em 1.5em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.button--wayra {
	overflow: hidden;
	width: 25%;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
	border-color: #fff;
}
.button--wayra.button--inverted:hover {
	color: #333;
	border-color: #fff;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: #333;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: #fff;
}





#top_main{
	width: 100%;
	margin-top: 105px;
	padding: 0;
	background-image: url(../img/top_main.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
	border-bottom: 10px solid #333333;
}

#top_main img{
	position:absolute;
	top:300px;
	right:30px;
}


#message_board{
	clear: both;
	
}

#message_board h1{
	height: 40px;
	width: 100%;
	background: #FFF;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #FF0000;
	text-align: center;
}


#content_1.gaba {
	width:980px;
	margin:0 auto;
}

#content_1 img.gaba_ex {
	margin-top:-25px;
}

#content_1 #container_content1{
	width: 1000px;
	margin:0 auto;
}


section h1 {
	height: 50px;
	width: 100%;
	background: #FFF;
	color: #F03;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #FF0000;
	text-align:left;
	margin-bottom:12px;
}


.flashing:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
}

#container_content1 {
	width:100%;
}
#container_content1 #Warabi {
	float:left;
	
}

#container_content1 #Urawa {
	float: right;
}

#container_content1 #Shinjuku {
	clear: both;
}

#container_content1 #Osaka {
	text-align:center;
	
}

#container_content1 #Kansai2 {
	text-align:center;
}

#container_content1 #Osaka2 {
	text-align:center;
}



#content_2 {
	text-align: center;
}

#content_2 h1 {
	height: 1.5em;
	width: 100%;
	color: #F03;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;

}



#content_2 h1 {
	display:block;
	clear:both;
	font-size:40px;
}


footer {
	height:150px;
	padding: 20px 0 0 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 10px 0px;
	line-height: 1.5em;
	background-color: #333;
	color: #FFFFFF;
}

footer small {
	font-size: 12px;
	
}




@media only screen and (min-width: 481px) {
	}
	
	
	
	
@media only screen and (min-width: 769px) {
	}
		
