/* 
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-r {
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 300;
  font-style: normal;
}
.min-b {
  font-family: "hiragino-mincho-pron", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.go-r {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.go-b {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-style: normal;
}
.go {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-style: normal;
}
.min {
  font-family: "hiragino-mincho-pron", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-style: normal;
}
/*--------------- 表示切替（隠す側だけ指定）---------------*/
/* スマホ表示時に隠す */
@media (max-width: 767px) {
  .pc-only,
  .sp-none { display: none !important; }
}

/* PC表示時に隠す */
@media (min-width: 768px) {
  .sp-only,
  .pc-none { display: none !important; }
}
/*--------------- textスタイル ---------------*/
.t17 { font-size: 1.7rem; }
.t16 { font-size: 1.6rem; }
.t15 { font-size: 1.5rem; }
.t14 { font-size: 1.4rem; }
.t13 { font-size: 1.3rem; }
.t12 { font-size: 1.2rem; }
.t11 { font-size: 1.1rem; }
.t10 { font-size: 1rem; }
.t09 { font-size: 0.9rem; }
.t08 { font-size: 0.8rem; }
.t07 { font-size: 0.7rem; }
.t06 { font-size: 0.6rem; }
