/*
Theme Name: コーファンオフィステーマ
Theme URI: https://example.com/
Author: ADBENTOBOY Inc.
Author URI: https://example.com/
Description: Minimal WordPress theme scaffold.
Version: 1.0.3
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 1s ease, visibility 1s ease;
}

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

.site-loading-frame {
  width: min(320px, 70vw);
  height: auto;
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: transform 1s ease, opacity 1s ease;
}

.site-loading.is-ending .site-loading-frame {
  opacity: 0;
  transform: scale(2);
}

.site-header,
.site-footer {
  padding: 1rem;
  background: #f5f5f5;
  font-family: "Beth Ellen", cursive;
  font-weight: 400;
  text-align: center;
}

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

/** Global header logo (fixed, all templates) */
.kofan-site-logo {
  position: fixed;
  top: 21px;
  left: 36px;
  z-index: 9;
  width: 168px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  display: block;
  text-decoration: none;
}

.kofan-site-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

@media (max-width: 900px) {
  .kofan-site-logo {
    top: 16px;
    left: 20px;
    width: min(132px, 42vw);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
