/*======================================

	株式会社 丸実屋
	フッターCSS

=======================================*/

#footer{
	position: relative;
}
#footer .slider{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
#footer .slider{
	position: relative;
	text-align: center;
}

/* #footer .slider::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../img/common/line_normal.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	top: -4px;
	z-index: 9999;
}
#footer .slider::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../img/common/line_normal.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	bottom: -9px;
	z-index: 9999;
} */

#footer .info{
	padding-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
#footer .info .ttl a{
	display: inline-block;
	font-weight: bold;
	font-size: 150%;
	color: #c30d23;
	vertical-align: middle;
	padding-right: 20px;
	text-decoration: none;
	border-right: solid 1px #c30d23;
}
#footer .info .ttl a:hover{
	opacity: .7;
}
#footer .info .txt{
	display: inline-block;
	font-size: 75%;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}

#footer #privacy_policy{
	margin-top: 10px;
}
#footer #privacy_policy li{
	display: inline-block;
	vertical-align: middle;
}
#footer #privacy_policy li:not(:last-child){
	border-right: solid 1px #000;
	padding-right: 10px;
	margin-right: 10px;
}



#copyright{
	/* background-image: url(../img/common/ft_bk.png); */
	background-color: #c30d23;
	/* background-repeat: repeat; */
	text-align: center;
	font-size: 75%;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}
#copyright > span{
	padding-left: 30px;
	padding-right: 30px;
}

#footer_wrap{
}
.page_top {
	position: fixed;
	z-index: 9999;
}



/* レスポンシブ */
@media screen and (max-width:910px) {
	.page_top{
		right: 20px;
	}
}

@media screen and (max-width:600px) {
	#footer::before{
		display: block;
		content: "";
		background: url(../img/common/line_normal.png);
		background-repeat: repeat-x;
		width: 100%;
		height: 12px;
	}
	#footer .info{
		margin-bottom: 10px;
		padding-top: 15px;
	}
	#footer .info .ttl a,
	#footer .info .txt{
		display: block;
		text-align: center;
	}
	#footer .info .ttl a{
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
		border-right: none;
	}
	#footer .info .txt{ padding-left: 0; }
	#footer .slider{ display: none; }
	#footer #privacy_policy { margin-bottom: 25px; }
}

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