    /* スライドショー */

    #slider {
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: url(https://wineguide.jp/wp/wp-content/themes/lightning_child/images/slider-bg3.jpg);
        background-position: 50% 40%;
        background-size: cover;
    }

    #slider:after {
        content: '';
        position: absolute;
        background: inherit;
        filter: blur(5px);
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px;
    }

    .bx-wrapper {
        z-index: 1;
        margin 0;
        border: none;
    }

    .bxslider .slider-article {
        background-color: #fff;
        padding: 20px;
    }

    .bxslider .slider-article h2 {
        font-weight: bold;
        font-size: 20px;
        background-color: transparent;
        padding: 0;
        border: 0;
        margin-bottom: 0.6em;
    }

    .bxslider .slider-article div.txt {
        font-size: 14px;
    }

    /* for SP&Tablet */

    @media screen and (max-width:767px) {
        #slider {
            margin-top: 60px;
        }
        .slider-article {
            margin-left: 0;
            margin-right: 0;
        }
        .bxslider .slider-article {
            border-radius: 4px;
            padding: 0;
        }
        .bxslider .slider-article h2 {
            font-size: 90%;
        }
        .bxslider .slider-article div.txt.col-md-6 p {
            display: none;
        }
        .bxslider .slider-article p.pic.col-md-6 {
            padding: 0;
            margin-bottom: 10px;
        }
        #sliderInner {
            position: relative;
            left: 50%;
            width: 870px;
            margin-left: -435px;
        }
        #slider:after {
            filter: blur(15px);
            top: -15px;
            bottom: -15px;
            left: -15px;
            right: -15px;
        }
    }

    /* for PC */

    @media screen and (min-width:768px) {
        #slider {
            margin-top: 100px;
        }
        #sliderInner {
            position: relative;
            left: 50%;
            width: 2340px;
            margin-left: -1170px;
        }
        .bxslider .slider-article {
            margin: 0 10px;
        }
        .bxslider .slider-article p.pic.col-md-6 {
            margin-bottom: 0;
        }
    }
