/*
Theme Name: YUTORIMIND
Theme URI: 
Author: yashibous
Author URI: 
Description: YUTORIMIND様Webサイト用テーマ
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yutorimind
Tags: 
*/

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/**
 * header（フロントのみ：ヒーロー上に重ねる）
 */
header.wp-block-template-part {
  position: absolute;
  width: 100%;
  z-index: var(--yutorimind-z-index-header);
}

@media (max-width: 960px) {
  :root,
  body {
    --yutorimind-mobile-header-height: 88px;
  }

  header.wp-block-template-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  header.wp-block-template-part + main {
    margin-top: var(--yutorimind-mobile-header-height);
  }
}
