/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.min p.elementor-heading-title,
.min div.elementor-heading-title,
.min span.elementor-heading-title,
.min h1, .min h2, .min h3, .min h4, .min h5, .min h6 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", Georgia, serif !important;
}

.go p.elementor-heading-title,
.go div.elementor-heading-title,
.go span.elementor-heading-title,
.go h1, .go h2, .go h3, .go h4, .go h5, .go h6 {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", Arial, sans-serif !important;
}


.en p.elementor-heading-title,
.en div.elementor-heading-title,
.en span.elementor-heading-title,
.en h1, .en h2, .en h3, .en h4, .en h5, .en h6 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ibm {
  font-family: "IBM Plex Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "Meiryo UI", "Meiryo", "MS PGothic", "MS ゴシック", "IBM Plex Sans", Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 見出し類にも明示的に適用 */
h1, h2, h3, h4, h5, h6,
p.elementor-heading-title,
div.elementor-heading-title,
span.elementor-heading-title {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", Georgia, serif !important;
}

/* テキストアンダーライン */
.underline-accent {
  border-bottom: 7px solid #E87722;
  padding-bottom: 2px; 
  display: inline;
}

/* ===== ゴールドアクセント ===== */
.gold-accent {
  color: #B8922A;
}

