@charset "utf-8";
/* CSS Document */

.footer {
	background: #f5f1ed;
  color: #9a6e4a;
	padding-bottom: 24px;
}
@media(max-width: 480px){ 
.footer{
	padding-bottom:50px;
	}
}	
.footercontainer{
	width: 90%;
}
.copyright{
	padding-top: 2em;
  padding-bottom: 2em;
  display: block;
	color: #9a6e4a;
	font-size: 12px;
  margin: 0 15px 5px;
text-align: center;
}
/*プライバシーポリシーサイトマップリンク表示部*/
.menu-footernavigation-container{
	max-width: 1440px;
	height: auto;
	width: 80%;
}
.botmnavi {
text-decoration:none;
font-family: 'Noto Sans JP', sans-serif;
font-weight:normal;
	color:#b8987d;
    font-size:14px;
	line-height: 140%;
}
.botmnavi a{
text-decoration:none;
font-weight:normal;
	color:#b8987d;
}
.botmnavi a:hover{
text-decoration:underline;
font-weight:normal;
	color:#b8987d;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}