@import url("top_PC.css") screen and (min-width: 801px) ;
@import url("ico_wNew_SP.css") screen and (max-width: 800px) ;
@import url("ico_wNew_PC.css") screen and (min-width: 801px) ;

/*SP用*/
@media screen and (max-width: 800px) {

	body {
		height: 100%;
	}
	
	#areaTop {
	}
	
#topMainSlide{
	/* height: calc(100% - 100px); */
	margin-right: auto;                               
	margin-left: auto;                                 
	position: relative;
	width: 100%;
}

#topMainSlide li{
	position: relative;
}

#topMainSlide li .logo1{
	top: 50%;
	max-height: 150px;
	max-width: 250px;
	margin: auto;
	left: 50%;
	position: absolute;
	height: auto;
	width: auto;
	display: block;
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-50%);
}
	
/*
	#topMainSlide{
		margin-bottom: 10px;
		height: 300px;
		position: relative;
		width: 100%;
	}
	
	#topMainSlide .slidelogo{
		max-width: 300px;
		height: auto;
		width: 70%;
		display: block;
		margin: auto;
		right: 0px;
		left: 0px;
		bottom: 0px;
		top: 0px;
		position: absolute;
	}
*/
	
	#gmap {
		margin-bottom: 15px;
		height: 300px;
		width: 100%;
	}
	
	#footAccess{
	}
	
	#footAccess .inner{
		padding-top: 15px;
	}
	
	#footAccess .comm{
		margin-right: 10px;
		margin-left: 10px;
		font-size: 80%;
		margin-bottom: 20px;
	}
	
	#footAccess .comm h4{
		padding-bottom: 6px;
		padding-top: 7px;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
		line-height: 1em;
		display: inline-block;
		color: white;
		background-color: #535353;
		margin-bottom: 10px;
		font-size: 100%;
		font-style: normal;
		font-weight: normal;
	}
	
	#footAccess .comm_s{
		padding-left: 20px;
		padding-bottom: 10px;
		padding-right: 20px;
		padding-top: 25px;
		margin-bottom: 10px;
		background-color: #f3f3f3;
		margin-right: 10px;
		margin-left: 10px;
		letter-spacing: 1px;
		line-height: 1.8em;
		font-size: 75%;
	}
	#footGmap{
		margin-bottom: 15px;
	}


}