@charset "UTF-8";


#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}
/*
#pageTop:after{
	content: "";
	position: absolute;
    top: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/

footer{
	background: #450609;
	color: #fff!important;
	padding: 50px 0 0;
}
footer a{
	color: #fff;
}
footer ul li.onlineshop a{
    background: #D0111B;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: 8px 30px;
	font-size: 15px;
}
footer ul li.onlineshop a img{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
footer dl dd:before{
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	left: -20px;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .copy{
	background: #340609;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}


@media screen and (min-width: 769px) {
	footer {
	
	}
	footer .inner{
		display: flex;
		flex-flow: wrap;
		justify-content: center;
		align-items: center;
	}
	footer .foot_menu{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		margin: 50px 0 80px 60px;
		position: relative;
	}
	footer dl{
		margin: 0 40px 0 0;
	}
	footer ul{
		width: 340px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer ul li{
		margin: 0 0 10px;
		width: 170px;
	}
	footer ul li.btn_auto{
		width: auto;
		margin: 30px 0 0;
	}
	footer ul:last-child{
		position: absolute;
		bottom: -50px;
		right: 0;
	}

	footer dl{

	}
	footer dl dt{
		font-size: 16px;
	}
	footer dl dd{
		margin: 10px 0 0 20px;
		font-size: 14px;
		position: relative;
	}



}

@media screen and (max-width: 768px) {
	#pageTop {
		width: 80px;
		right: 10px;
	}
	footer {
	
	}
	footer figure{
		width: 50%;
		margin: 0 auto 30px;
	}
	footer .foot_menu{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	footer .foot_menu dl{
		position: relative;
		width: 60%;
	}
	footer .foot_menu dl dt{
		margin: 0 0 10px;
		font-size: 15px;
	}
	footer .foot_menu dl dd{
		font-size: 14px;
		position: relative;
		margin: 0 0 12px 10px;
		line-height: 1.2;
	}
	footer .foot_menu dl dd a{
		line-height: 1.2;
	}
	footer dl dd:before{
		top: 2px;
		left: -12px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	footer .foot_menu ul{
		width: 35%;
		font-size: 14px;
	}
	footer .foot_menu ul:first-of-type li{
		margin: 0 0 15px;
		line-height: 1.2;
	}
	footer .foot_menu ul:first-of-type li a{
		line-height: 1.2;
	}
	footer .foot_menu ul:last-child{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 0 10px;
	}
	footer ul li.btn_auto{
		width: auto;
		margin: 30px 0 0;
	}
	footer ul li.btn_auto:nth-of-type(2){
		margin: 30px 2% 0;
	}
	footer ul li.onlineshop a{
		font-size: 14px;
	}
	footer ul li.onlineshop a img {
		width: 20px;
	}
	footer .copy {
		font-size: 10px;
	}





}
