/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada

明朝系
H2：Sawarabi Mincho 36px
ゴシック系（日本語：Noto Sans JP（各種weightあり）／Sawarabi Gothic）
H3指定の場合
   font-size: 28px;
	font-family: Lato;（デフォルトではCaudex：Caudex=欧文では明朝のため混在可のためLatoに変更）
	font-weight: 700;
   line-height: 1.3;
H4指定の場合
   font-size: 24px;
	font-family: Lato;（デフォルトではCaudex：Caudex=欧文では明朝のため混在可のためLatoに変更）
	font-weight: 700;
   line-height: 1.3;
*/

/*H6の基本設定：備忘録（Avadaテーマオプションで指定）
h6, .fusion-title h6{
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    margin: 0;
    font-size: 1em;
    --fontSize: 30;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 0em;
    margin-bottom: 1.5em;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
}
*/

/*　ドラフト：CSS非表示 class="display-none" */
.display-none{
 display:none !important;
}

/*　トップページ（HACCP導入をサポート／困り事を解決します）
 * センターに縦線を入れるCSS
 * エレメントとのクラスに指定 */
.responsible-box-element-leftline{
	border-left:1px #ccc solid;
}

/*　モバイル表示改行　<br class="br-sp"> */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*　PC表示改行　<br class="br-pc"> */
@media screen and (max-width: 769px){
.br-pc {display: none; }
}

/*　モバイルメニュー表示の際、展開したサブメニューとヘッダーのマージンを調製 
 * メニューエレメントのモバイルセクション「Mobile Menu Trigger Bottom Margin」で調製可能なため不採用
.fusion-body .fusion-menu-element-wrapper[data-count="0"].collapse-enabled .fusion-menu-element-list {
    margin-top: 0px;
}
*/
