@charset "utf-8";


/**************************************************50
 * shop_point
 **************************************************/
#shop_point{
	height: 700px;
}
#shop_point.lazyloaded{
	background: url("https://job.rey-fukuyama.com/images/user/back_point.webp") center top no-repeat;
}
#shop_point p{
	font-size: 87.5%;
	padding-top: 546px;
	text-align: left;
}
#shop_point a{
	background: -webkit-linear-gradient(top, #6C382D 0%, #3F2521 100%);
	background: linear-gradient(to bottom, #6C382D 0%, #3F2521 100%);
	color: #FFFFFF;
	display: inline-block;
	font-size: 150%;
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
	position: relative;
	text-decoration: none;
	width: 420px;
}
#shop_point a:hover{
	background: -webkit-linear-gradient(top, #3F2521 0%, #6C382D 100%);
	background: linear-gradient(to bottom, #3F2521 0%, #6C382D 100%);
}
#shop_point a:before{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.5em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


