@charset "UTF-8";
/* CSS Document */
footer {
  padding: 50px 0 0px 0;
}
footer .inner {
  margin: 0 auto;
}
footer .footer_logo {
  width: 160px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 20px auto;
}
footer .footer_logo img {
  width: 100%;
}
footer .nav {
  width: 100%;
}
footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
		background-color: #C7B299;
		width: 100%;
		height: 40px;
		text-align: center;
		position: relative;
}
footer .nav ul .deco{
position: absolute;
bottom:-60px;
left: 10px;
width: 200px;
}
footer .nav ul .deco2{
position: absolute;
bottom:-60px;
right: 10px;
width: 200px;
}
footer .nav ul li{
 display: inline-block;
}
footer .nav ul li a {
  display: inline-block;
  margin: 10px 0;
		padding: 0 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #1E0C04;
font-weight: 400;
font-style: normal;
}
footer .sns{
margin: 10px auto;
text-align: center;
}
footer .sns img{
width: 25px;
margin: 10px 10px 0 10px;
}
footer small {
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  font-size: 12px;
  display: block;
		color: #1E0C04;
		margin: 0px 0 10px 0 ;
}
.page-top {
    font-family: altesse-std-64pt,sans-serif;
font-weight: 400;
font-style: normal;
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: 100;
    transform: rotate(90deg);
    font-size: 100%;
    line-height: 1.5rem;
    color: #EADFD3;
    padding: 0 0 0 35px;
    border-top: solid 1px;
				z-index: 9998;
}
.page-top a{
    color:#EADFD3;
				letter-spacing: 2px;
}
.page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
.fo_sp_btn{
display: none;
}
@media screen and (max-width:1050px) {

	footer{
	padding: 50px 0 0px 0;
	}
	footer .area{
			width: 100%;
		height: 340px;
	}
	footer .nav ul {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
}
footer .footer_logo {
  width: 160px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px auto 20px;
}
footer .nav ul li{
	display: block;
	line-height: 12px;
	}
	footer .nav ul .deco{
position: absolute;
bottom:-100px;
left: 10px;
width: 110px;
}
footer .nav ul .deco2{
position: absolute;
bottom:-100px;
right: 10px;
width: 110px;
}
footer .sns{
margin: 0 auto 40px;
text-align: center;
}
footer .sns img{
width: 20px;
margin: 0 5px;
}
footer small {
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  font-size: 12px;
  display: block;
		color: #736357;
		padding-bottom: 50px;
}
.page-top {
    bottom: 70px;
}
		}