@charset "UTF-8";
/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/
@media screen and (max-width:640px){

	body {
		color: #333;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}

	#container {
		position: relative;
	}
	
	/* contents_wrap */
	
	h3 {
		color: #603A1A;
		margin-bottom: 3% !important;
	}
	div#info ul {
		color: #333;
		font-size: 1.6rem;
		width: 96%;
		margin: auto;
	}
	div#info ul li {
		padding-left: 12%;
/*
		background: url(../img/info_img/info_mark.jpg) 0 50% no-repeat;
		background-size: 8%;
*/
	}
	div#info ul li:nth-child(1),
	div#info ul li:nth-child(2),
	div#info ul li:nth-child(3),
	div#info ul li:nth-child(4),
	div#info ul li:nth-child(5),
	div#info ul li:nth-child(6) {
		background: url(../img/info_img/info_mark.jpg) 0 50% no-repeat;
		background-size: 8%;
	}
	div#info ul li a {
		line-height: 2rem;
		padding: 5% 0;
		display: block;
		
	}
	
	a.alt_pc_link {
		border-top: 1px solid #fff !important;
		border-bottom: none !important;
	}
	a.pc_link {
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
	}

}






