.sosialicon_{
  display: inline-block;
}
.sosialicon_ a{
  font-size: 18px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 47px;
  margin: 20px 20px 0;
}
.sosialicon_ a:hover{
  color: #a38b78 !important;
  background: #ffffff
}
.sosialicon_ a{
  padding: 0 !important;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
/*���潟���若���若�＜���ャ��*/
.menu,
.menu span {
 display: inline-block;
 -webkit-transition:all.4s;
 transition: all.4s;
 box-sizing: border-box;
}
.menu {
  position: fixed;
  top: 20px;
  right:  20px;
  width: 30px;
  height: 22px;
  z-index: 10;
}
.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3f3a39;
  z-index: 10;
}
.menu span:nth-of-type(1) {
 top: 0px;
}
.menu span:nth-of-type(2) {
 top: 10px;
}
.menu.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(45deg);
 transform: translateY(10px) rotate(45deg);
  background: #ffffff;
}
.menu.active span:nth-of-type(2) {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(0px) rotate(-45deg);
  background: #ffffff;
}
#nav {
  background: #3f3a39;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility:hidden;
  text-align: center;
}
#nav.active{
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav ul{
  margin: 15% auto 0;
}
#nav ul li a span{
  line-height: 1.5;
}
#nav ul li a{
  display: inline-block;
  padding: 0 0 15px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
#nav ul li a:hover {
     color: #756456;
}
