@charset "UTF-8";
/* CSS Document */

#sp_mainvisual{
    display: none;
}

div#sp {
	margin: 0;
	padding: 0;
}
div#sp p.sp_sample {
	margin: 0;
	padding: 0;
}
div#sp ul, div#sp ul li {
	margin: 0;
	padding: 0;
}

body{
	line-height:1.8;
	letter-spacing: 0.1em;
	color:#FFFFFF;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/* =============================================================================
   Navi
   ========================================================================== */

#menu{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#menu li{
	display: block;
	float: left;
	width: 12%;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background:url(/img/navi_bg.gif) no-repeat center bottom 5px;
	border-left:#EEEEEE solid 1px;
}
#menu li.nav1{
	width: 13%;
	border: none;
}
#menu li a{
	display: block;
	padding: 3px 0 20px;
	color: #111111;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover{
	color: #DE0012;
}
#toggle{ 
 display: none;
}

/* =============================================================================
   Body
   ========================================================================== */


#place_info{
	margin: 18px 0 20px;
	line-height: 2;
}

#place_info a{
	color:#FFF;
}

#place_info a:hover{
	text-decoration: underline;
}

.access .frame{
    border: 1px solid #FFF;
    padding: 10px;
    width: 406px;
   	line-height: 2;
}

.access .frame hr{
    border: none;
    border-top:1px dashed #FFF;
    display: block;
}

#accsess_menu{
    overflow: hidden;
    background: #222;
    padding: 20px;
    margin: 20px 0;
}

#accsess_menu li{
    float: left;
}

#accsess_menu li+li{
    margin-left:20px;
}


#accsess_menu li a{
    width: 200px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}

/* =============================================================================
   Footer
   ========================================================================== */

#footer{
	font-size:14px;
	color:#333333;
	text-align:center;
	padding:20px 0 20px;
	line-height:2;
	background-color:#FFFFFF;
	margin-top: 40px;
}

#footer p{
}

#footer ul{
}

#footer li{
	display:inline-block;
}

#footer li a{
	color:#333333;
}

#footer li a:hover{
	color:#DE0012;
}

address{
	padding:10px 0 20px;
	background-color:#333333;
	font-size:12px;
	color:#FFFFFF;
}

/* =============================================================================
   Link
   ========================================================================== */

a:hover{
}

@media screen and (max-width: 640px) {

.box .boxInner{
    padding: 20px 15px 25px;
}
.box h2{
padding-left:5px;
}
	
	body{
	    background: #fff;
	}
	#sp_mainvisual{
	    display: block;
	}
	h1{
	    display: none;
	}
	#wrapper{
	width:100%;
	}
	
	/*MENU
	***********************/
	#menu{
	display: none;
	}
	#menu li{
	width: 100%;
	}
	.submenu{
	border-top: 2px solid #656565;
	}
	#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #FFF;
	}
	#toggle a{
	display: block;
	position: relative;
	border-bottom: 1px solid #444;
	color: #666666;
	background-color:#C0BEBE;
	text-align: left;
	text-decoration: none;
	padding: 1em 0;
	}
	#toggle a span{
		display: block;
		border-left: 8px solid #666666;
		line-height: 24px;
		padding-left: 1em;
		margin-left: 1em;
	}
	/*
	**************************/
	.access .fl,
	.access .fr{
		float: none;
	}
	
	.access .frame{
		width: auto;
		letter-spacing: 0;
	}
	
	.access iframe{
		width: 100%;
		height: 160px;
	}
	
	#accsess_menu li {
		float: none;
		margin: 0;
	}
	#accsess_menu li+li{
		margin: 1.5em 0 0;
	}
	#accsess_menu li a{
		width: auto;
	}
	
	#footer{
			margin-top: 0px;
	}
}
