/*
Theme Name: property
Theme URI: 
Author: property
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: 
Tags: 
*/

/* 管理ツールバーがある場合のヘッダー調整 */
body.admin-bar .site-header {
  position: relative;
  top: 32px;
  /* 管理ツールバーの高さ */
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
    /* モバイル時の高さ */
  }
}