
.wrap-search-content {
  display: none;
}
/*
@media only screen and (max-width: 768px) {
  .shop-guide-wrap .wrap-search .parent-menu01 > li > a.active {
    color: #fff;
    font-weight: bold;
    font-size: 1.0rem;
    padding: 18px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .shop-guide-wrap .wrap-search .parent-menu01 > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 12px;
    text-decoration: none;
    background-color: #fff;
    color: #444444;
    position: relative;
    font-size: 1.0rem;
    padding: 18px 4px;
  }
}
*/



