/*
Theme Name: コーファンオフィステーマ
Theme URI: https://example.com/
Author: ADBENTOBOY Inc.
Author URI: https://example.com/
Description: Minimal WordPress theme scaffold.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: kofan-office-theme
*/

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #222;
}

.site-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.site-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.site-loading-frame {
  width: min(320px, 70vw);
  height: auto;
  display: block;
}

.site-header,
.site-footer {
  padding: 1rem;
  background: #f5f5f5;
}

.site-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
