body {
    margin: 0!important;
    overflow: hidden;
    color: #333;
}
a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:link {
    color: #333;
    text-decoration: none;
}

.include-fair .section-inner {
    width: 1200px;
    margin: 0 auto 50px; /* pager用にmarginbottom */
}
.include-fair .slide-wrap:after {
    display: block;
    content: "";
    clear: both;
}
.include-fair .slide {
    width: 240px;
    /* padding: 19px; */
    text-align: center;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-box-shadow: 0 0 5px 1px #e5babc;
    box-shadow: 0 0 5px 1px #e5babc;
    border: 1px solid #f6f6f6; */
}
.include-fair .slide a {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.include-fair .slide .image {
    margin: 0 0 15px;
    width: 240px;
    height: 240px;
    position: relative;
}
img {
    width: 100%;
    height: 100%;
    border: none;
    vertical-align: top;
    object-fit: cover;
}
.include-fair .slide .text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width:768px) {
    .include-fair .section-inner {
        width: auto;
        padding: 0;
        margin: 0 auto 0;
    }
    .include-fair .slide-view {
        overflow: hidden;
    }
    .include-fair .slide-wrap {
        position: relative;
        left: 50%;
        margin: 0 0 0 -100px;
    }
    .include-fair .bx-wrapper {
        max-width: none!important;
    }
    .include-fair .bx-viewport {
        overflow: visible!important;
    }
    .include-fair .slide .image {
        width: 200px;
        height: 200px;
    }
    .include-fair .slide .image img {
        width: 100%;
        height: 100%;
    }
    .include-fair .slide .text {
        line-height: 1.7;
    }
    .include-fair .slide .text {
        font-size: 14px;
    }
}
