footer {
	margin-top: 100px;
}
.sns-box {
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	max-width: 1400px;
	padding: 20px 5%;
	margin: 0 auto;
	box-sizing: border-box;
}

.sns-box ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
}
.sns-box ul li a h3 {
	color: #000000;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}
.sns-box ul li a h5 {
	color: #000000;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.5;
}
.sns-box ul li {
	width: 30%;
	border-right: 1px solid #000;
}
.sns-box ul li:first-child {
	border-left: 1px solid #000;
}

.last {
	max-width: 1400px;
	padding: 20px 5%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #c9954a;color: #fff;
}
.last a {
	color: #fff;
	font-size: 90%;
}
.last p {
	font-size: 90%;
}

address {
	font-size: 90%;
}



.foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 840px;
	margin: 40px auto;
	padding: 0 5%;
}
.foot01 {
	width: 20%;
}
.foot02 {
	width: 75%;
}

.foot02-1 {
	display: flex;
	align-items: center;
}

.time-b {
	display: flex;
	align-items: center;
	border-right: 1px solid #DBDBDB;
	padding-right: 20px;
	margin-right: 20px;
}
.time-b img {
	width: 25px;
	margin-right: 10px;
}
.timebt01 {
	font-size: 100%;
}
.timebt02 {
	font-size: 85%;
}
.foot02-2 {
	text-align: center;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 10px 0;
	margin: 10px 0;
}
.foot02-2 p {
	font-size: 100%;
}
.foot02-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.acc-foot01 {
	display: flex;
	align-items: center;
}
.acc-foot01 img {
	width: 25px;
	margin-right: 10px;
}
.acc-foot01 p {
	font-size: 100%;
}

.sp-footmenu {
	display: none;
}

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

.sns-box ul {
    display: inherit;
}
.foot {
    display: inherit;
}
.last {
    display: inherit;
	text-align: center;
}
	.sns-box ul li {
    width: 100%;
    border-right: none;
		margin-top: 20px;
}
	.sns-box ul li:first-child {
    border-left: none;
		margin-top: 0px;
}
	.foot01 {
    width:50%;
		margin: 0 auto;
		margin-bottom: 20px;
}
	.foot02-1 {
    display: inherit;
}
	.time-b {
        border-right: none;
    padding-right: 0px;
    margin-right: 0px;
		    border-bottom: 1px solid #DBDBDB;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
}
	.foot02 {
    width: 100%;
}
	.timebt01 {
    font-size: 80%;
}
	.timebt02 {
    font-size: 75%;
}
	.foot02-2 {
    text-align: left;
}
	.foot02-3 {
    display: inherit;
}
	.acc-foot01 {
		margin-bottom: 20px;
	}
	address {
		margin-top: 20px;
		margin-bottom: 80px;
	}
	
.sp-footmenu {
	display: block;
}
	.sp-footmenu-b {
		position: fixed;z-index: 4;
		bottom: 0;
		width: 100%;
		display: flex;
		align-content: center;
		background-color: #DDDDDD;
		
	}
	.sp-footmenu-b li {
		width: 50%;
		box-sizing: border-box;
	}
	.sp-footmenu-b li:last-child {
		border-left: 1px solid #fff;
	}
	.sp-footmenu-b li a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 80%;
		color: #000;
		padding: 15px 0;
		
	}
	.sp-footmenu-b li a img {
		width: 15px;
		margin-right: 5px;
	}
	
}
