/*------------------------------------------------------------------------
1280px ～
------------------------------------------------------------------------*/

footer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    color:#fff;
}

.footer_top {
    background-color: #755940;
    font-size: 1em;
    height:34px;
    overflow: hidden;
}

.footer_top ul{
    display:block;
}
.footer_top ul li{
    display:inline-block;
    margin: 6px 9px 6px 0;
    padding: 0 9px 0 0;
    border-right: 1px solid #fff;
}
.footer_top ul li:nth-last-child(2) {
	border-right: none;
	margin: 6px 0px 6px 0;
    padding: 0 0px 0 0;
}

.footer_top ul li.pagetop{
    border:none;
    float:right;
    margin:0;
    color: #fff;
    padding: 0;
    position:relative;
}
.footer_top ul li.pagetop:before{
    position: absolute;
	top: 40%;
	right: 12px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #ffffff transparent;
	content: "";
}

.footer_top ul li.pagetop a{
	background: #A88464;
    color: #fff;
    display: table-cell;
	padding: 0 30px 0 15px;
	height: 34px;
	vertical-align: middle;
}
.footer_top ul li.pagetop a:hover{
	background: #BD9571;
}

.footer_top ul li.link a{
    color: #fff;
    font-size: 0.9em;
}
.footer_top ul li.link a:hover{
    text-decoration: underline;
}

.footer_mdl{
	background-color: #332111;
	font-size: 1em;
	padding: 14px 0 12px;
}
.footer_mdl span{
	margin:  0;
}

.footer_btm{
	background: #332111 url("../img/common/footer_back.jpg") top center no-repeat;
	background-size: cover; 
	padding: 25px 0 40px;
	line-height: 1.6;
}

.footer_btm .btm_pc {
    display:block; 
}
.footer_btm .btm_sp {
    display:none; 
}

.footer_btm ul.notice{
	background: url("../img/common/line.png") bottom left repeat-x;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.footer_btm ul.notice li{
	margin: 0 0 3px;
}

.footer_btm p.copy{
	font-size:0.8em;
}

.footer_btm .about {
	position:relative;
	display:block;
	padding: 0 0 5px 30px;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.footer_btm .about:before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.footer_btm .about.active:before {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.footer_btm ul.linklist{
	display: none;
	margin: 0 0 15px 15px;
}

.footer_btm ul.linklist li{
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	position: relative;
}
.footer_btm ul.linklist li:before{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 3px;
	height: 3px;
	background:#fff;
	border-radius: 3px;
	content: "";
}
.footer_btm ul.linklist li a{
	color:#fff;
	text-decoration:none;
}
.footer_btm ul.linklist li a:hover{
	text-decoration:underline;
}




/*------------------------------------------------------------------------
1000～1140px
------------------------------------------------------------------------*/

@media screen and (max-width: 1140px) {

}

/*------------------------------------------------------------------------
480～1000px
------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {

	.footer_top ul li.link{
		display:none;
	}
	.footer_mdl {
		/*display:none;*/
	}
	.footer_btm {
		background: #332111 url("../img/common/footer_back_sp.jpg") top center no-repeat;
	    background-size: auto auto;
	}
	.footer_btm .btm_pc {
	    display:none; 
	}
	.footer_btm .btm_sp {
	    display:block; 
	}


}

/*------------------------------------------------------------------------
～680px
------------------------------------------------------------------------*/

@media screen and (max-width: 680px) {

}

/*------------------------------------------------------------------------
～480px
------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

}
