@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #b01a1a; //メインカラー @colorSub: #c7a553; //サブカラー 詳細ボタンなど @colorBorder: #bfbfbf; //ボーダーカラー @colorLightBG: #f5f0e6; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#d7b86e;//ページャー背景 @colorPagerCurrent:#c7a553;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; @font02: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { background: url(../images/bg_body.jpg); font-size: 15px; line-height: @BaseLineHeight; color: #333333; font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif; } a, a:active, a:link, a:visited { color: #333333; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorSub; padding: 6px 30px; color: #fff; font-family: @font02; } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .mainImgArea { width: 100%; margin: 0 0 20px; .mainImgContent { max-width: 100%; margin: 0 auto; text-align: center; background-repeat: no-repeat; background-position: center center; display: flex; justify-content: center; align-items: center; } .mainImgContent p { width: @contentWidth; font-weight: bold; font-size: 24px; font-family: @font02; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 30px; font-family: @font02; font-weight: bold; padding-bottom: 8px !important; text-align: center !important; background: url(../images/bg_h02.png) no-repeat bottom center; background-size: 70px auto; } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 20px; font-family: @font02; color: @colorMain; font-weight: bold; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 16px; font-family: @font02; border-bottom: 1px dotted #d1d1d1; padding: 5px 0 5px 12px !important; position: relative; font-weight: bold; &::after { position: absolute; content: ''; display: block; height: 60%; border-left: 3px solid @colorMain; left: 0; top: 20%; } } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 16px; font-family: @font02; border-bottom: 1px dotted #d1d1d1; font-weight: bold; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 15px; font-family: @font02; font-weight: bold; color: #c7a553; } .fl-module-heading h6.fl-heading { // ビルダーのH6 .h6LaySets; } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { width: 700px; .c_title{ font-family: @font02 !important; } .c_tel{ line-height: 1; font-family: @font02 !important; a { color: inherit; } } .c_btn a{ position: static !important; top:0 !important; font-family: @font02 !important; } }