/*スマホ*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 10px;
}

.footer-icon{
font-size: 20px;
}

#sp-fixed-menu li:first-child{
  background: #85715e;
  border-right: 1px solid #c0a592;
}

#sp-fixed-menu li:nth-child(2) {
  background: #85715e;
  border-right: 1px solid #c0a592;
}

#sp-fixed-menu li:nth-child(3) {
  background: #85715e;
  border-right: 1px solid #c0a592;
}

#sp-fixed-menu li:last-child{
  background: #85715e;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #FFF;
  text-align: center;
  display:block;
  width: 100%;
  padding:10px;
}

#sp-fixed-menu li a:hover{
  background: #b9a28b;
}

#pcnomi{
  display: none;
}
/*スマホ終了　}で閉じる必要なし*/






@media screen and (min-width: 767.98px){/*ＰＣ*/        
        #sp-fixed-menu{
          display: none !important;
        }
        #pcnomi{
          display: inline;
        }
}/*PC終了*/
    