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


.bon {
    background-color: #050505;
}

.fa-bone {
}


/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}


#wrap-sns{
    position: absolute;
    background: #fff;
    z-index: 4000;
    right: 100px;
    top: 7px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
#wrap-sns div {
    width: 39px;
    margin-left: 3px;
    margin-right: 9px;
}








.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}

#header .menu-trigger p {
    padding: 0px;
    margin-top: 6px;
    text-align: center;
    color: #764C24;
}
.menu-trigger p #menuimg {
    width: 41px;
}


.menu-trigger span{
    position: absolute;
    background-color: #764C24;
    width: 50%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    color: #764C24;
}
.menu-trigger span:nth-of-type(1){
    top: 39px;
}
.menu-trigger span:nth-of-type(2){
    top: 18px;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 20px;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    margin-top: -4px;
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
    margin-bottom: -6px;
}
.g-nav{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5000;
    left: 0px;
    right: 0px;
}
.g-nav ul, .g-nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.g-nav .list{
    background-color: rgba(250,141,0,0.85);
    padding-bottom: 40px;
    padding-top: 40px;

}
.g-nav .list .item{

}
.g-nav .list .item a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding: 15px 0;
    font-size: 1.7rem;
    letter-spacing: 4px;
}
.g-nav .list .item.gre a {
    font-weight: normal;
    color: #727171;
}

@media screen and (min-width:1200px){
    .menu-trigger {
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 10001;
    top: 56px;
    border-radius: 50px;
    position: fixed;
    top: 6%;
    right: 80px;
}

}

@media screen and (max-width:1200px){
    .menu-trigger {
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 10001;
    top: 56px;
    border-radius: 50px;
    position: fixed;
    top: 3%;
    right: 4%;
}



}




@media screen and (min-width:800px) and ( max-width:1200px) {




    
}




@media screen and (min-width:600px) and ( max-width:800px) {
#wrap-sns{
    background: #fff;
    z-index: 10000;
    right: 57px;
    top: 29px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    position: absolute;
}
}

@media screen and (max-width:600px) {
    #wrap-sns{
        display: none;
}
.menu-trigger p #menuimg {
    width: 36px;
}

.menu-trigger {
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    z-index: 10001;
    top: 56px;
    border-radius: 50px;
    position: fixed;
    top: 2%;
    right: 4%;
}
.menu-trigger span:nth-of-type(1) {
    top: 35px;
}
.menu-trigger span:nth-of-type(2) {
    top: 19px;
    bottom: 0;
    padding-left: 0px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    margin-top: -5px;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
    margin-bottom: -7px;
}







}
