/*
Theme Name: momo_re
Version: 12.6
Description: 20220519
@charset "utf-8";

@import "library/css/reset.css";
@import "library/css/common.css";

/*WPログインしている場合*/
.interval #head_change,
.interval .head_menu.fixed {
    margin-top: 32px;
}
@media screen and (max-width: 1024px) {
    .interval #head_change,
    .interval .head_menu.fixed {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    html #wpadminbar {
        display: none;
    }
}

/*@media screen and (max-width: 767px) {
  .head_change{
    display: none;
  }
}*/
