@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #00a040; //メインカラー @colorSub: #f0882e; //サブカラー 詳細ボタンなど @colorBorder: #bcdcc9; //ボーダーカラー @colorLightBG: #f7fcf9; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#f5d7bd;//ページャー背景 @colorPagerCurrent:#f39e54;//ページャー背景current @MainFontColor: #231815; /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ // サブフォントファミリー @SubFontFamily: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif; body { font-size: 16px; line-height: @BaseLineHeight; color: @MainFontColor; 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; font-weight: 500; } a, a:active, a:link, a:visited { color: @MainFontColor; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorMain; padding: 6px 45px; color: #fff; &:after { content: ''; display: inline-block; width: 13px; height: 10px; background-image: url(../images/btnar.png); background-repeat: no-repeat; background-position: center center; margin-left: 10px; } } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .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: 500; font-size: 24px; color: #fff; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 28px; // font-weight: bold; font-weight: 500; font-family: @SubFontFamily; padding-bottom: 8px !important; text-align: center !important; position: relative; &:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 100px; height: 2px; background-color: @colorSub; } } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 22px; font-family: @SubFontFamily; color: @colorMain; font-weight: 500; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 20px; font-weight: bold; padding-left: 50px !important; position: relative; &:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 42px; height: 2px; background-color: @colorSub; } } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 18px; font-weight: 500; color: @colorMain; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 16px; font-weight: 500; color: @colorSub; } .fl-module-heading h6.fl-heading { // ビルダーのH6 .h6LaySets; } /* =========================================================================================== コンタクトバナー =========================================================================================== */ .c_banner { width: 700px; .c_tel{ line-height: 1; a { color: inherit; } } .c_btn a{ position: static !important; top:0 !important; } .c_title { font-family: @SubFontFamily; } }