    @charset "utf-8";
    /*
Theme Name: Lightning Child SGC
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
    /*ヘッダーナビ固定化*/
    
    #site-header-container {
        width: 100%;
        max-width: 100%;
    }
    
    .site-header {
        position: fixed;
        background-color: #000;
    }
    
    .site-header-logo a {
        color: #eee;
        text-decoration: none
    }
    
    .global-nav-list {
        margin: 5px 0 5px auto;
        height: 60%;
    }
    
    .nav li a,
    nav li a {
        color: #eee;
        text-decoration: none
    }
    
    .site-body {
        padding: 0 15px;
    }
    
    .site-body-container {
        padding-top: 6rem;
    }

    .page-id-4380 .site-body-container {
		/*BOOKページを横幅いっぱいに*/
		max-width:100%;
    }
    
    .page-id-2921 .site-body-container {
        padding-top: 0;
    }
    
    .main-section--col--two {
        width: 100%;
    }
    
    .device-pc .global-nav-list>li>a {
        padding: 14px 0.5em
    }
    
    .admin-bar .vk-mobile-nav.vk-mobile-nav-drop-in,
    .vk-mobile-nav.vk-mobile-nav-drop-in {
        /*text-align-last: center;*/
        padding: 2rem;
    }
    
    .vk-mobile-nav {
        line-height: 2.5;
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    .vk-menu-acc ul.sub-menu li {
        font-weight: normal;
    }

    .global-nav-list>li>ul.sub-menu {
        border: solid 1px #fff;
        background-color: #333;
    }
    /*スライド画像高さをMAX画面サイズに*/
    
    .swiper-container {
        max-height: 100vh;
    }
    
    .ltg-slide-text-caption {
        font-size: 0.9rem;
    }
    
    @media (max-width:600px) {
        .ltg-slide picture img {
            height: 300px;
            object-fit: cover;
        }
    }
    /*フッターウィジェット*/
    
    .wp-block-preformatted {
        font-weight: bold;
    }
    
    .site-footer {
        border-top: 1px solid #666;
    }
    
    .site-footer-content {
        padding-top: 15px;
        background-color: #000;
        max-width: none;
    }
    
    .row {
        max-width: 660px;
        /*ウィジェット数１の時*/
        margin-right: auto;
        margin-left: auto;
    }
    
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 300px;
        padding: 0 50px;
    }
    
    .site-footer-title {
        font-size: 1.2rem;
        color: #eee;
    }
    
    .textwidget {
        font-size: 0.9rem;
        color: #eee;
    }
    
    .textwidget-small {
        font-size: .8rem;
    }
    
    .site-footer-copyright {
        max-width: 100%;
        padding: 0.3rem;
        background-color: #000;
        border-top: 1px solid #eee;
    }
    
    .site-footer-copyright p {
        color: #eee;
    }
    /*
@media (max-width: 598px) {
    .site-header {
        position: absolute;
    }
}
*/
    
    select {
        width: 12rem;
        padding: 0.3rem 1rem;
        border-radius: inherit;
        font-size: 0.95rem;
    }
    
    .selectbox select {
        border-color: #4267b2;
    }
    /*tabメニュー設定 box-shadow以外はplugins/tabs-responsiv/template/style.php　書き換え*/
    
    #tab_container_4099 .wpsm_nav-tabs>li.active>a {
        box-shadow: none;
    }
    
    #tab_container_4099 .wpsm_nav-tabs>li>a {
        margin-right: 3px !important;
        line-height: 1rem !important;
        border-radius: 7px 7px 0 0 !important;
        padding: 5px 10px 5px 10px !important;
        box-shadow: 0 -3px 4px rgb(0 0 0 / 20%) inset;
    }
    
    .wpsm_nav-tabs li a {
        /*
    padding: 10px 10px 10px 10px !important;
    */
    }

    /*gallery内の本の設定*/

.book-str{
	text-align:center
}

    /*TablePressレイアウト*/
    
    .profile {
        padding: 15px;
    }
    
    .prof_ttl {
        font-size: 1rem;
        font-weight: bold;
        padding: 0.3rem 0.8rem;
        text-align: center;
        border-bottom: 2px solid #888;
    }
    
    table {
        border: none;
        border-top: 2px solid;
        border-color: #ddd;
    }
    
    table td,
    table th {
        border: none;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-color: #ddd;
    }

    .tablepress thead th {
        background-color: #ddd !important;
    }
    
    .column-1 {
        width: 10%;
    }
    
    .column-2 {
        width: 35%;
    }
    
    .column-3 {
        width: 30%;
    }
    
    .column-4 {
        width: 12%;
    }
    
    .column-5 {
        width: 13%;
    }
    
    .row-hover a {
        color: #3f51b5;
    }
    
    .foogallery .fg-caption-title {
        font-size: 1em;
        text-align: center;
    }
    
    input[type=email],
    input[type=text] {
        width: inherit;
        max-width: 100%;
    }
    /*Wordpress標準ギャラリー用　高さ揃え*/
    
    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption,
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption {
        overflow: auto;
        padding: 0.3em;
        margin-bottom: 0.8em;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: inherit;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .wp-block-gallery .blocks-gallery-item {
        flex-grow: initial;
    }
    
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        display: flex;
    }
    
    .wp-block-gallery.is-cropped .blocks-gallery-item a {
        position: relative;
        overflow: hiden;
        padding-top: 60%;
        margin: 10px 5px;
    }
    
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .book-contact{
		text-align: center;
		color: #444;
		font-size: 0.85rem;
}
