/* 下のコメントアウトしてるやつは絶対消したらダメな奴 テーマが壊れちゃう */
/*
 Theme Name:   lightning Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


.page-id-42 ul.gMenu a:hover,
.parent-pageid-42 ul.gMenu a:hover,
.category-rikatsu ul.gMenu a:hover {
    color: orange;
}

.page-id-42 .page-header,
.parent-pageid-42 .page-header,
.category-rikatsu .page-header {
    background-color: orange;
}

/*
.page-id-42 h1.entry-title:first-letter,
.single h1.entry-title:first-letter,
.parent-pageid-42 h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
    color: orange;
}
*/

/*** HP作成ページのスライドショー下の文章の上下の枠線の色 ***/
.page-id-1494 hr {
    border-color: orange;
}

/***  ***/
.page-id-42 h3:after,
.parent-pageid-42 h3:after,
.category-rikatsu h3:after {
    border-bottom-color: orange;
}

/*** レスポンシブ対応 ***/
@media (min-width: 768px) {

    .page-id-42 ul.gMenu>li>a:hover:after,
    .page-id-42 ul.gMenu>li.current-post-ancestor>a:after,
    .page-id-42 ul.gMenu>li.current-menu-item>a:after,
    .page-id-42 ul.gMenu>li.current-menu-parent>a:after,
    .page-id-42 ul.gMenu>li.current-menu-ancestor>a:after,
    .page-id-42 ul.gMenu>li.current_page_parent>a:after,
    .page-id-42 ul.gMenu>li.current_page_ancestor>a:after,
    .page-id-42 .gMenu>li:before,
    .page-id-42 .gMenu>li:hover:before {
        border-bottom-color: orange;
    }

    .parent-pageid-42 ul.gMenu>li>a:hover:after,
    .parent-pageid-42 ul.gMenu>li.current-post-ancestor>a:after,
    .parent-pageid-42 ul.gMenu>li.current-menu-item>a:after,
    .parent-pageid-42 ul.gMenu>li.current-menu-parent>a:after,
    .parent-pageid-42 ul.gMenu>li.current-menu-ancestor>a:after,
    .parent-pageid-42 ul.gMenu>li.current_page_parent>a:after,
    .parent-pageid-42 ul.gMenu>li.current_page_ancestor>a:after,
    .parent-pageid-42 .gMenu>li:before,
    .parent-pageid-42 .gMenu>li:hover:before {
        border-bottom-color: orange;
    }

    .category-rikatsu ul.gMenu>li>a:hover:after,
    .category-rikatsu ul.gMenu>li.current-post-ancestor>a:after,
    .category-rikatsu ul.gMenu>li.current-menu-item>a:after,
    .category-rikatsu ul.gMenu>li.current-menu-parent>a:after,
    .category-rikatsu ul.gMenu>li.current-menu-ancestor>a:after,
    .category-rikatsu ul.gMenu>li.current_page_parent>a:after,
    .category-rikatsu ul.gMenu>li.current_page_ancestor>a:after,
    .category-rikatsu .gMenu>li:before,
    .category-rikatsu .gMenu>li:hover:before {
        border-bottom-color: orange;
    }

    .page-id-42 ul.gMenu>li>a:hover .gMenu_description,
    .parent-pageid-42 ul.gMenu>li>a:hover .gMenu_description,
    .category-rikatsu ul.gMenu>li>a:hover .gMenu_description {
        color: orange;
    }
}


/*** りかつトップの画像の設定 ***/
.rikatu-tr1,
.rikatu-tr3 {
    background-image: url("https://www.hamanasu-info.co.jp/wp-content/uploads/2018/09/13.png");
    background-size: cover;
    background-position: center center;
}

.rikatu-tr2,
.rikatu-tr4 {
    background-image: url("https://www.hamanasu-info.co.jp/wp-content/uploads/2018/09/14.png");
    background-size: cover;
    background-position: center center;
}

/*** 画像はいってるテーブルセルの余白なくす設定 ***/
.rikatu-td-img1 {
    padding: 2%;
}

/*
.table-height-rikatu{
	max-height: 600px;
}
*/

.rikatu-img-left {
    width: 32%;
}

.rikatu-td-img1>p {
    margin-bottom: 0em !important;
}

.rikatu-img-right {
    width: 32%;
    margin-left: auto;
}

/************************** りかつページ全体or複数ページに影響のあるソース **************************/
/***　テキストドラッグ時の背景色変更　参考サイト:http://aoicotori.hatenablog.com/entry/text-selection-color　***/
/*** 利活用 ***/
.page-id-42 ::selection,
.parent-pageid-42 ::selection {
    background: orange;
    color: #ffffff;
}

.page-id-42 ::-moz-selection,
.parent-pageid-42 ::selection {
    background: orange;
    color: #ffffff;
}

/*** ヘッダーとBODY間の位置調整 ***/
.page-id-42 .siteContent {
    padding-top: 0px;
}

.parent-pageid-42 .siteContent {
    padding-top: 10px;
}

article#post-1492 h3 span {
    font-size: 1em !important;
}

/************************** ヘッダー部分に関するソース **************************/

/********* りかつ用おれんじの会社ロゴ *********/
/*** 緑むらさきのロゴを消す ***/
.page-id-42 header .green_logo,
.parent-pageid-42 header .green_logo,
.category-rikatsu header .green_logo,
header .purple_logo {
    display: none;
}

/*** オレンジのロゴを表示 ***/
.page-id-42 header .orange_logo,
.parent-pageid-42 header .orange_logo,
.category-rikatsu header .orange_logo {
    display: block;
}

/************************** ボディー部分に関するソース **************************/



/************************** フッター部分に関するソース **************************/

/*** フッターの背景画像 【サイズ設定はstyle-all.cssに記載】***/
.page-id-42 .siteFooter,
.parent-pageid-42 .siteFooter,
.category-rikatsu .siteFooter {
    background-image: url(https://www.hamanasu-info.co.jp/wp-content/uploads/2018/10/footer3.png);
}


/*** りかつ用のお問い合わせボタンの色設定 → ボタン消したから使ってない ***/
.page-id-42 .btn-primary,
.parent-pageid-42 .btn-primary,
.category-rikatsu .btn-primary {
    background-color: orange !important;
    border: orange !important;
}

/*** ホバー時の色　現状同色なので意味ない → ボタン消したから使ってない ***/
.page-id-42 .btn-primary:focus,
.page-id-42 .btn-primary:hover,
.parent-pageid-42 .btn-primary:focus,
.parent-pageid-42 .btn-primary:hover,
.category-rikatsu .btn-primary:focus,
.category-rikatsu .btn-primary:hover {
    background-color: orange !important;
    border: orange !important;
}

/*** フッター部分のリンクが張られた文字の色の設定 ***/
.page-id-42 .text-center a,
.parent-pageid-42 .text-center a,
.category-rikatsu .text-center a {
    color: orange;
}

/*** フッター部分の境界線の色 ***/
.page-id-42 footer,
.parent-pageid-42 footer,
.category-rikatsu footer {
    border-top-color: orange;
}

/********************************* その他のソース *********************************/

/****** トップへ戻るボタンの文字色設定は「style-all.css」に書いてあります ******/

/****************** レスポンシブルになったときのハンバーガーメニューの色設定 *********************/
@media (max-width: 991px) {

    /*** 利活用 ***/
    .page-id-42 .btn-default:hover,
    .parent-pageid-42 .btn-default:hover,
    .page-id-42 .btn-default:focus,
    .parent-pageid-42 .btn-default:focus,
    .category-rikatsu .btn-default:focus,
    .category-rikatsu .btn-default:focus {
        border-color: orange !important;;
        background-color: orange !important;;
    }
}

.fl-node-5b87b167b37d8.fl-row-fixed-width,
.fl-node-5b87b167b37d8 .fl-row-fixed-width {
    max-width: 100%;
}

.fl-node-5c230c79895aa>.fl-col-content,
.fl-node-66792bf138b1a>.fl-col-content {
    padding: 1.5em !important;
}

.fl-node-630d60f734229>.fl-row-content-wrap,
.fl-node-5bbc0a014b437>.fl-row-content-wrap,
.fl-node-5bbc09b08567a>.fl-row-content-wrap {
    margin-left: 0;
    margin-right: 0;
}


.fl-node-5bbc0a014b437.fl-row-fixed-width,
.fl-node-5bbc0a014b437 .fl-row-fixed-width,
.fl-node-630d60f734229.fl-row-fixed-width,
.fl-node-630d60f734229 .fl-row-fixed-width {
    max-width: 100%;
}