@charset "UTF-8";

/* col-md- 1199px以下 */
@media screen and (max-width: 1199px) {
}

/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
}

/* col-xs- 767px 以下 */
@media screen and (max-width: 767px) {
}
/* footer
****************************************************************************************** */
footer {
	width: 100%;
	text-align: center;
	background: #f1f1f1;
	margin-top:6rem;
}
footer .container { position: relative; }
/*footer menu*/
.menu-footer_menu-container ul{
	list-style:none;
	margin:0 auto;
	padding:1em;
	
	overflow:hidden;
}
.menu-footer_menu-container ul li{
	border-left:1px dotted #ccc;
	font-size:85%;
	padding:0 1.5em;
	margin:0 0 0.1em;
	display:inline-block;
}
.menu-footer_menu-container ul li:last-child{border-right:1px dotted #ccc;}


@media screen and (max-width: 767px) {
.menu-footer_menu-container ul{
	padding:0 15px 0 0;
}
.menu-footer_menu-container ul li,
.menu-footer_menu-container ul li:last-child{
	width:50%;
	box-sizing:border-box;
	float:left;
	border:none;
	margin:0;
	padding:0 0 0 15px;
	font-size:75%;
}
.menu-footer_menu-container ul li a{
	padding:0.75em 0.25em;
	border-bottom:1px dotted #ccc;
	display:block;
}
/*.menu-footer_menu-container ul li:nth-child(even){
	border-left:1px solid #ccc;
}*/
}

/*footerロゴ*/
footer address {
	margin: 0 auto;
	padding: 60px 0 30px;
	font-size:85%;
}
footer address a.flogo {
	text-align: left;
	display: block;
	background: url(../img/footer_logo@2x.png) no-repeat center top;
	background-size: cover;
	width: 140px;
	height: 73px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	margin: 0 auto 15px;
}
footer address a{
	display:inline-block;
}
footer address .icon-facebook2 {
	/*font-size: 25px;
	display: block;
	margin-top: 0.5em;*/
	margin-left:0.5em;
	color:#999;
}
footer .cp {
	background: #000;
	color: #fff;
	font-size: x-small;
	margin: 0;
	padding: 0;
	line-height: 50px;
	height: 50px;
	letter-spacing: 0.1em;
}

/*ptop
****************************************************************************************** */

#ptop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #333;
	color: #fff;
	margin: 0;
	padding: 0;
}
#ptop span { display: none; }
#ptop::before {
	content: '\e811';
	font-family: icon;
	width: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
}

@media screen and (max-width: 767px) {
footer address {
	padding: 30px 0;
	font-size: 74%;
}
footer address a.flogo {
	width: 100px;
	height: 53px;
	margin: 0 auto 10px;
}
}
/*footer-icon
****************************************************************************************** */
.footer-icon {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 60px;
}
.footer-icon li {
	padding: 0;
	margin: 0;
	float: left;
}
.footer-icon li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	margin: 0 5px
}
/*旭川家具　アイコン*/
.footer-icon li.footer-icon1 a {
	background: url(../img/footer-logo-ad.png) no-repeat center center;
	background-size: 100% auto;
	width: 60px;
	height: 51px;
}
/*国産家具　アイコン*/
.footer-icon li.footer-icon2 a {
	background: url(../img/footer_logo3.png);
	background-size: cover;
	width: 50px;
	height: 51px;
}

@media screen and (max-width: 767px) {
.footer-icon {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
	right: auto;
	top: auto;
	display: block;
	text-align: center;
	border-top: 1px solid #ddd;
}
.footer-icon li {
	float: none;
	display: inline-block;
}
.footer-icon li.footer-icon1 a {
	width: 30px;
	height: 35px;
}
.footer-icon li.footer-icon2 a {
	width: 30px;
	height: 31px;
}
}
