@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


/***★ ヘッダー右上の連絡先 ★***/
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    max-width: 500px;
    float: right;
}
 
.logo-after img {
    max-height: 100px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}
 
/* 新バージョン対応 */
@media (min-width: 1200px) {
    .gMenu_outer,
    .gMenu,
    .gMenu > li {
        width: 100%;
    }
}
 
@media (max-width: 1199.98px) {
    .siteHeader_logo {
        width: unset;
    }
}



/* グローバルメニュー設定 */
#gMenu_outer,
#gMenu_outer nav > li > a {
    background: #86b768;
}

#gMenu_outer nav li > a:hover {
    background: #348502;
}

.gMenu > li .gMenu_name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

#gMenu_outer {
    margin-top:8px;
}

/* サイドバー見出し */
h1.subSection-title {
    background-color: #86b768;
    padding: 0.6em 0.7em 0.5em;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.subSection-title:after {
    display: none;
}

/* 見出し2フォントサイズ */
.h2, .mainSection-title, h2 {
    font-size: 1.5rem !important;
}

/* ロゴ上余白 */
.siteHeader .container {
    padding-top: 5px;
}

/* キャッチフレーズ */
.headerTop .headerTop_description {
    padding: 2px 20px 7px 0;
    line-height: 150%;
}

/* パンくずリストフォントサイズ */
.breadSection .breadcrumb span {
    font-size: 16px;
}

/* フローティングメニューのスタイル */
#footerFloatingMenu {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


/* TablePress */
.tablepress td, .tablepress th {
    border: 1px solid #ddd !important;
}

/* TablePress特定の表のスタイル */
.tablepress-id-1 .column-1,
.tablepress-id-2 .column-1,
.tablepress-id-3 .column-1,
.tablepress-id-4 .column-1,
.tablepress-id-5 .column-1{
    background-color: #f1f6ef !important;
}

/* セル色づけ用 */
.tablepress-id-7 .row-1 .column-1,
.tablepress-id-7 .row-1 .column-2,
.tablepress-id-7 .row-1 .column-3,
.tablepress-id-7 .row-1 .column-4,
.tablepress-id-7 .row-1 .column-5{
    background-color: #f1f6ef !important;
    font-weight: bold;
}


/* コンテンツ幅設定 */
@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }

    .mainSection-col-two {
        width: 800px;
    }

    .sideSection-col-two {
        width: calc(100% - 800px - 0rem);
    }

    /* ヘッダー画像とコンテンツの余白 */
    .siteContent {
        padding: 0.5rem 0 4rem;
    }
}

/* ヘッダー画像に背景画像を設定 */
@media (min-width: 1036px) {
    .slide-item-img.w-100 {
        width: auto !important;
        max-width: 1036px;
        margin: 0 auto;
    }

    .carousel-item {
        background: url(https://www.satosekkouen.com/wp-content/uploads/2020/10/bg-1029.jpg) repeat;
        background-size: contain;
    }
}




/* サイト種類・大きさ */
body {
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
}


/*サイドバーの投稿日を削除 */
#vkexunit_post_list-2 .published.postList_date.postList_meta_items {
display: none;
}


/* 投稿ページの投稿日・更新日等削除 */
.entry-meta .published,
.entry-meta .updated {
    display: none;
}

.infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate {
    display: none;
}

/* スマホフッターロゴセンタリング */
@media (max-width: 767px) {
    footer .widget_media_image {
        text-align: center;
    }
}



/* ページヘッダー調整 */
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 0.5em 0;
    font-size: 1.5rem;
    line-height: 1.1;
}
