/*
Theme Name: Kocon Photo Official
Theme URI: https://kocon.photo/
Author: Kocon Photo
Description: Kocon Photo公式サイト専用のクラシックWordPressテーマです。
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kocon-photo
*/

/* WordPress管理バー表示中だけ、固定ヘッダーとの重なりを避けます。 */
@media screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }

  body.admin-bar .mobile-menu {
    top: 32px;
    bottom: 0;
    height: auto;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .mobile-menu {
    top: 46px;
    bottom: 0;
    height: auto;
  }
}
