/* body{
  background:url('/images/background-sndi.jpg') center center repeat-y fixed #fff;
} */


/* .theme-chiba--back_on{
  background:url('/images/background-sndi.jpg') center center repeat-y fixed #fff;
} */

.header-nav--global {
    background: rgba(165, 190, 0, 0.62);
}

.megamenu .megamenu__inner {
    opacity: 0;
}

.megamenu.open .megamenu__inner {
    opacity: 1;
}

.bt-menu {
    top: 3px !important;
    right: 5px !important;
}

.back--footer {
    border-top: none;
    background: rgba(77, 77, 79, 1) !important;
}

.back--footer .site-nav--chiba__link,
.back--footer .site-nav--chiba__link em {
    color: #FFF;
    transition: color 0.3s ease;
}

.back--footer .site-nav--chiba__link:hover,
.back--footer .site-nav--chiba__link:hover em {
    color: #c7d761;
    transition: color 0.3s ease;
}

.back--footer .copyright {
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:839px) {
    .site-nav--chiba__logo {
        z-index: 9999;
    }
    .header-nav--comp.nav-fixed .bt-menu__text {
        color: #FFF !important;
    }
    .header-nav--comp__menu {
        padding: 60px 0 !important;
    }
    .header-nav--global {
        background: rgba(165, 190, 0, 1);
    }
    .header-nav--global__heading {
        padding: 8px;
    }
    .bt-menu__bar,
    .bt-menu__bar:before,
    .bt-menu__bar:after {
        background: #FFF;
    }
    .header-nav--global__heading.top-sp {
        background: rgba(165, 190, 0, 1);
        border-bottom: none;
    }
    .header-nav--global__logo {
        max-width: 200px;
    }
    .bt-menu {
        padding: 14px 22px;
        background: rgba(0, 0, 0, 0);
    }
    .bt-menu__text {
        color: #FFF;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 8px;
        font-weight: 500;
        left: 0;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        top: 32px;
        width: 100%;
    }
}

@media (min-width:840px) and (max-width:1399px) {
    .header-nav--global__heading {
        height: 8.7vw;
    }
    .nav-fixed .header-nav--global__heading {
        height: 76px;
    }
}

@media screen and (min-width:840px) {
    .header-nav--global {
        background: #a5be00;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header-nav--global__heading {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 36px 0 36px;
    }
    .header-nav--global.nav-fixed {
        background: rgba(165, 190, 0, 0.62);
    }
    .site-nav--chiba__logo {
        height: 120px;
        max-height: 80%;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .nav-fixed .site-nav--chiba__logo {
        max-height: 70%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .megamenu.nav-fixed.open {
        top: 118px;
    }
    .header-nav--global button.megamenu__button:hover,
    .header-nav--global .megamenu__button.active {
        background: linear-gradient(180deg, #c2c2c2 0%, #e5e5e5 8px, #e5e5e5 100%);
        color: #000;
    }
    .header-nav--global__link:hover {
        background: linear-gradient(180deg, #c2c2c2 0%, #e5e5e5 8px, #e5e5e5 100%);
        color: #000;
    }
}

@media (max-width: 980px) and (min-width: 840px) {
    .header-nav--global button.megamenu__button {
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    .megamenu.nav-fixed.open {
        top: 142px;
    }
    .header-nav--global__heading {
        padding-top: 60px;
    }
}

@media (min-width: 1500px) {
    .header-nav--global__heading {
        height: 130px;
    }
    .site-nav--chiba__logo {
        max-width: 300px;
        height: auto;
        max-height: auto;
        width: 100%;
    }
}

.toppage_column-chiba__instagram iframe {
    width: 100% !important;
}


/*
@media screen and (min-width:840px){
  div#page-header{
    padding-top:210px;
    margin-top:-210px;
  }
  .accessory .wrapper .breadcrumb{
    margin-top:-210px;
    padding-top:210px;
  }
}
 */