@charset "UTF-8";

/*----------------------------------------------

h2見出し

----------------------------------------------*/
/* line 8, ../sass/information.scss */
.h2-wrapper {
    background: #1d4173;
}

/* line 11, ../sass/information.scss */
.h2-wrapper h2 img {
    zoom: .5;
}

/* line 17, ../sass/information.scss */
.h2-arrow {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -7px;
}

/* line 23, ../sass/information.scss */
.h2-arrow img {
    width: 1000px;
}

/*----------------------------------------------

infoコンテンツ

----------------------------------------------*/
/* line 36, ../sass/information.scss */
.instagram {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* line 42, ../sass/information.scss */
.instagram li {
    width: 300px;
    margin: 0 10px 10px;
}

/* line 46, ../sass/information.scss */
.instagram li .img-wrapper {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

/* line 52, ../sass/information.scss */
.instagram li .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}


/* line 64, ../sass/information.scss */
.instagram li .text-wrapper {
    padding: 10px;
    word-break: break-all;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.instagram li .text-wrapper2 {
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: 900;
    color: white;
    background-color: #f7c5dc;
    border-radius: 3px;
}

/* line 68, ../sass/information.scss */
.instagram li .text-wrapper span {
    font-size: 11px;
    color: #666;
}

/* line 74, ../sass/information.scss */
.instagram li a {
    color: #444;
}

/* line 78, ../sass/information.scss */
.instagram li a:hover {
    opacity: .8;
    transition: .3s;
}

/* line 88, ../sass/information.scss */
.instagram-btn {
    text-align: center;
}

/* line 90, ../sass/information.scss */
.instagram-btn img {
    zoom: .5;
}

/* line 95, ../sass/information.scss */
.instagram-btn:hover {
    opacity: .8;
    transition: .3s;
}

@media screen and (max-width: 480px) {

    /* line 108, ../sass/information.scss */
    .instagram {
        justify-content: center;
    }

    /* line 110, ../sass/information.scss */
    .instagram li {
        border-bottom: 1px solid #eee;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}
