@charset "utf-8"; /* =================================================== カラー =================================================== */ @colorMain: #4a311c; //メインカラー @colorSub: #aa0a28; //サブカラー 詳細ボタンなど @colorBorder: #c9c4bf; //ボーダーカラー @colorLightBG: #f0eae3; //薄い背景色 bodyの背景と同化はNG  フォームやテーブルの見出し背景,カテゴリー背景 @colorPager:#b59e8c;//ページャー背景 @colorPagerCurrent:#5c3a1e;//ページャー背景current /* =========================================================================================== 基準のline-height =========================================================================================== */ @BaseLineHeight: 1.6; /* =========================================================================================== フォント 設定 =========================================================================================== */ body { font-size: 16px; line-height: @BaseLineHeight; color: #1d100a; font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; font-weight: 500; } a, a:active, a:link, a:visited { color: #1d100a; } /* =========================================================================================== ボタン 設定 =========================================================================================== */ .moreBtn { a { display: inline-block; background: @colorSub; padding: 8px 30px; color: #fff; position: relative; &::before { position: absolute; top: 50%; left: 15px; display: block; content: ''; width: 5px; height: 5px; margin-top: -4px; border-top: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; -webkit-transform: rotate(45deg); transform: rotate(45deg); } } } /* =========================================================================================== メインイメージ設定 =========================================================================================== */ .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; color: #FFFFFF; } } /* =========================================================================================== 見出し設定 =========================================================================================== */ /*== h2はビルダー・システムで共通とする =======================*/ .h2LaySets { font-size: 28px; font-weight: bold; text-align: center !important; position: relative; span { border-bottom: 1px solid #c9c4bf; padding-bottom: 5px; display: inline-block; } } .fl-module-heading h2.fl-heading { // ビルダーのH2 .h2LaySets; } h2.pageTitle { // アーカイブ・シングルシステムページの見出し .h2LaySets; margin-bottom: 30px; } /*== h3 =======================*/ .h3LaySets { font-size: 24px; color: #5c3a1e; font-weight: bold; } .fl-module-heading h3.fl-heading { // ビルダーのH3 .h3LaySets; } /*== h4 =======================*/ .h4LaySets { font-size: 20px; padding-left: 25px !important; border-bottom: 1px dotted #c9c4bf; position: relative; &::before { content: ""; position: absolute; left: 0; right: auto; top: 0; bottom: 0; margin: auto; width: 16px; height: 16px; background: url(../images/ico_h04.png); background-position: center center; background-repeat: no-repeat; background-size: 16px 16px; } } .fl-module-heading h4.fl-heading { // ビルダーのH4 .h4LaySets; } /*== h5 =======================*/ .h5LaySets { font-size: 18px; border-bottom: 1px solid #c9c4bf; } .fl-module-heading h5.fl-heading { // ビルダーのH5 .h5LaySets; } /*== h6 =======================*/ .h6LaySets { font-size: 16px; font-weight: bold; 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; } }