footer{
	font-family: 'Josefin Sans', sans-serif;
        font-family: 'Cinzel', serif;
        font-weight: 600;
	width: 100%;
	padding-top: 100px;
	background-color: #eceae0;
}

.footer-contents {
    padding-top: 60px;
}

.footer-contents-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}

.footer-contents-box.sp-contents{
	display: none;
}

.footer-list{
	width: calc(100% / 3);
    height: 181px;
    padding: 10px 0;
    font-size: 15px;
    color: #A37E39;
    border-right: 1px solid #fff;
}

.footer-list:nth-last-child(1){
	border-right:none;
}

.footer-list li{
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer-list-sub{
	font-size: 14px;
	margin-top: 14px;
}

.footer-list-sub li{
	position: relative;
	padding-left: 16px;
}

.footer-list-sub li:nth-last-child(1){
	margin: 0;
}

.footer-list-sub li::before{
	content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #A37E39;
    left: 2px;
    top: calc(50% - 3px / 2);
}

.copy{
	width: 95%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: right;
    font-size: 12px;
    color: #A37E39;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------------------------------------------------------------------
  ▼▼▼ SP version ▼▼▼
------------------------------------------------------------------------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media(max-width:768px){
	footer{
		padding-top: 50px;
	}

	.footer-contents-box.pc-contents{
		display: none;
	}

	.footer-contents-box.sp-contents{
		display: block;
		color: #A37E39;
	}

	.footer-contents-title{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.footer-contents-box-sp{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 30px auto;
	}

	.footer-contents-box-sp a{
		display: flex;
		justify-content: center;
        align-items: center;
        width: 33%;
        height: 46px;
        padding: 5px 7px;
        text-align: center;
        font-size: 14px;
        border-right: 1px solid #A37E39;
	}

	.footer-contents-box-sp a:nth-last-child(1){
		border-right: none;
	}

	.copy{
		text-align: center;
		font-size: 11px;
	}
}