/*!
Theme Name: 横山製作所 SHARP DESIGN
Description: 角ばったミニマルデザインで表現する金型製造業の先進性。完全新規テーマ
Author: Yokoyama Seisakusho
Version: 3.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yokoyama-sharp-theme
*/

/* ========================================
   YOKOYAMA SHARP DESIGN SYSTEM v3.0
   WordPress必須 + assetsインポート
   ======================================== */

/* WordPress必須の基本スタイル */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  background-color: #ffffff;
    overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* WordPress管理バー対応 */
.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* メディア要素 */
img {
    max-width: 100%;
    height: auto;
  display: block;
}

/* assetsファイルは functions.php で適切に読み込み済み */
