@charset "utf-8";

/* 640px以下 （スマホ） */
.contents__footer__pc{
	display: none;
}
.contents__footer__sp{
	display: block;
	width: 100%;
	margin: 0;
	background: url("../img/bg/bg_footer.png");
	padding: 30px 0 74px 0;
	color: #F2F2F2;
}
.contents__footer__sp__shop_contents__menu__list__nav{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2px 0 0 0;
	display: -webkit-flex;
	display: flex;
}
.contents__footer__sp__shop_contents__menu__list__nav li{
	display: table;
	width: 49.7%;
	background: #555555;
	margin: 0 0.3% 0 0;
	text-align: left;
}
.contents__footer__sp__shop_contents__menu__list__nav li:last-child{
	display: table;
	width: 49.7%;
	background: #555555;
	margin: 0 0 0 0.3%;
	text-align: left;
}
.contents__footer__sp__shop_contents__menu__list__nav li>div{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.contents__footer__sp__shop_contents__menu__list__nav li div{
	position: relative;
    width: 49.5%;
    height: 43px;
}
.contents__footer__sp__shop_contents__menu__list__nav li div:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}
.contents__footer__sp__shop_contents__menu__list__nav li div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2.8rem;
    color: #eeeeee;
    font-size: 14px;
    text-align: left;
    padding: 2px 0  0 15px;
}
.contents__footer__sp__shop_contents__menu__list__nav li div a:hover {
	
}
.contents__footer__sp__shop_contents__logo{
	width: 44%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 10px 0;
}
.contents__footer__sp__shop_contents__banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 0 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.contents__footer__sp__shop_contents__banner__img{
	padding: 0 5px;
	font-size: 12px;
	text-align: center;
}
.contents__footer__sp__shop_contents__banner__img img{
	width: 150px;
}
.contents__footer__sp__shop_contents__policy{
	margin-top: 15px;
	font-size: 12px;
	text-align: center;
}
/* スマホボタン */
#contents__footer__sp__btn{
	display: -webkit-flex;
	display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 5px;
    background: rgba(0,0,0,0.70);
}
.contents__footer__sp__btn__tel {
    display: block;
    position: relative;
    width: 60%;
    height: 52px;
    margin-right: 2%;
    text-align: center;
    background: rgba(240, 10, 161, 0.90);
	border-radius: 5px;
}
.contents__footer__sp__btn__tel a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5px 0 0 0;
	-webkit-touch-callout: default;
}
.contents__footer__sp__btn__tel a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	border-radius: 5px;
}
.contents__footer__sp__btn__tel .icon{
    color: #fafafa;
    font-size: 14px;
    margin: 0 1px 0 0;
}
.contents__footer__sp__btn__tel .tel{
    color: #fafafa;
    font-size: 16px;
    margin: 0;
}
.contents__footer__sp__btn__tel .text{
    color: #fafafa;
    font-size: 12px;
    margin: 0;
}
.contents__footer__sp__btn__menu{
    display: block;
    position: relative;
    width: 38%;
    height: 52px;
    text-align: center;
    background: #fafafa;
	border-radius: 5px;
}
.contents__footer__sp__btn__menu a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5px 0 0 0;
	-webkit-touch-callout: default;
}
.contents__footer__sp__btn__menu a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
	border-radius: 5px;
}
.contents__footer__sp__btn__menu .icon{
    color: #3c4d6c;
    font-size: 14px;
    margin: 0;
}
.contents__footer__sp__btn__menu .map{
    color: #3c4d6c;
    font-size: 15px;
    margin: 0;
}
.contents__footer__sp__btn__menu .text{
    color: #3c4d6c;
    font-size: 12px;
    margin: 0;
}
/* 641px以上 （タブレット） */
@media screen and (min-width: 641px) {
	.contents__footer__sp{
		display: none;
	}
	.contents__footer__pc{
		display: block;
		width: 100%;
		margin: 0;
		background: url("../img/bg/bg_footer.png");
		padding: 20px 0 54px 0;
		color: #F2F2F2;
	}
	.contents__footer__title{
		font-size: 130%;
		margin-bottom: 6px;
	}
	.contents__footer__pc__shop_contents{
		width: 98%;
		height: auto;
		display: -webkit-flex;
    	display: flex;
		margin: 0 auto;
		padding: 0;
	}
	.contents__footer__pc__shop_contents__menu{
		display: block;
		width: 86%;
    	padding: 0 0 41px 0;
	}
	.contents__footer__pc__shop_contents__menu__list{
		display: -webkit-flex;
    	display: flex;
    	justify-content: center;
    	list-style: none;
    	padding: 0;
    	font-size: 12px;
	}
	.contents__footer__pc__shop_contents__menu__list li{
		padding: 1px 9px;
	}
	.contents__footer__pc__shop_contents__menu__list li:first-child{
		border-right: none;
	}
	.contents__footer__pc__shop_contents__menu__list li:last-child{
		border-right: none;
	}
	.contents__footer__pc__shop_contents__menu__list li a{
		color: #F2F2F2;
		display: block;
	    padding: 0 10px;
	}
	.contents__footer__pc__shop_contents__logo{
		width: 30%;
		text-align: right;
    	padding: 0 14px 0 0;
	}
	.contents__footer__pc__shop_contents__logo img{
		width: 160px;
    	padding: 0;
	}
	.contents__footer__pc__shop_text{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 25px 0 0 0;
		text-align: center;
	}
	.contents__footer__pc__shop_banner{
		width: 600px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		display: -webkit-flex;
    	display: flex;
    	justify-content: center;
	}
	.contents__footer__pc__shop_banner__img{
		padding: 0 10px;
		font-size: 13px;
		text-align: center;
	}
	.contents__footer__pc__shop_banner__img img{
		width: 150px;
	}
	#contents__footer__sp__btn{
		display: none !important;
	}
}

/* 960px以上 （PC用） */
@media screen and (min-width: 960px) {
	.contents__footer__sp{
		display: none;
	}
	.contents__footer__pc{
		display: block;
		width: 100%;
		margin: 0;
		background: url("../img/bg/bg_footer.png");
		padding: 20px 0 54px 0;
		color: #F2F2F2;
	}
	.contents__footer__title{
		font-size: 130%;
		margin-bottom: 6px;
	}
	.contents__footer__pc__shop_contents{
		width: 1000px;
		height: auto;
		display: -webkit-flex;
    	display: flex;
		margin: 0 auto;
		padding: 0;
	}
	.contents__footer__pc__shop_contents__menu{
		display: block;
		width: 700px;
    	padding: 0 0 41px 0;
	}
	.contents__footer__pc__shop_contents__menu__list{
		display: -webkit-flex;
    	display: flex;
    	justify-content: center;
    	list-style: none;
    	padding: 0;
    	font-size: 16px;
	}
	.contents__footer__pc__shop_contents__menu__list li{
		padding: 1px 14px;
	}
	.contents__footer__pc__shop_contents__menu__list li:first-child{
		border-right: none;
	}
	.contents__footer__pc__shop_contents__menu__list li:last-child{
		border-right: none;
	}
	.contents__footer__pc__shop_contents__menu__list li a{
		color: #F2F2F2;
		display: block;
	    padding: 0 10px;
	}
	.contents__footer__pc__shop_contents__logo{
		width: 300px;
		text-align: right;
    	padding: 0 14px 0 0;
	}
	.contents__footer__pc__shop_contents__logo img{
		width: 200px;
    	padding: 0;
	}
	.contents__footer__pc__shop_text{
		width: 1000px;
		height: auto;
		margin: 0 auto;
		padding: 25px 0 0 0;
		text-align: center;
	}
	.contents__footer__pc__shop_banner{
		width: 600px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		display: -webkit-flex;
    	display: flex;
    	justify-content: center;
	}
	.contents__footer__pc__shop_banner__img{
		padding: 0 10px;
		font-size: 13px;
		text-align: center;
	}
	.contents__footer__pc__shop_banner__img img{
		width: 150px;
	}
	#contents__footer__sp__btn{
		display: none !important;
	}
}