/*
Theme Name: NIKKI Corporate
Theme URI: https://nikki.jpn.com/
Author: 日喜開発株式会社
Author URI: https://nikki.jpn.com/
Description: 日喜開発株式会社（NIKKI）コーポレートサイト用オリジナルテーマ。A/B/C/D の4案デザインをカスタマイザーから切替可能。土木工事・除雪・植栽維持管理・人材派遣の4事業を紹介。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nikki
Tags: business, corporate, custom-colors, custom-menu, featured-images, full-width-template
*/

/* -----------------------------------------------------------
   このファイルはテーマ識別用（WordPressの必須項目）。
   実際のスタイルは以下から読み込まれます：
     - assets/css/theme.css     … 共通変数
     - assets/css/scheme-a.css  … A案 安全案
     - assets/css/scheme-b.css  … B案 提案案
     - assets/css/scheme-c.css  … C案 攻めた案
     - assets/css/scheme-d.css  … D案 重厚案
   カスタマイザー > 「デザイン案の選択」 で切替できます。
----------------------------------------------------------- */

/* WordPress管理バー対応 */
html { scroll-behavior: smooth; }
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* エディタでの初期スタイル用 */
.wp-block-image img { max-width: 100%; height: auto; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
