@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}


.blogimages .box img {
    height: 580px !important;
}
@media only screen and (max-width: 640px){
    .blogimages .box img {
    height: auto !important;
    }
}

.index-instagram .sns_list {
    flex-direction: row;
    justify-content: space-between;
    border: none !important;
}
.index-instagram .sns_list > div {
    width: 24%;
    border: none !important;
    flex-wrap: nowrap;
    flex-direction: column;
}
.index-instagram .sns_photo {
    width: 100% !important;
    padding: 0 !important;
}
.index-instagram .sns_photo img {
    /* height: 300px !important; */
    width: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.index-instagram .sns_text {
    width: 100% !important;
}
.index-instagram .sns_text li a {
    color: #b59532 !important;
}

@media only screen and (max-width: 834px){
    .index-instagram .sns_list {
        flex-wrap: wrap;
    }
    .index-instagram .sns_list > div {
        width: 49%;
    }
    .index-instagram .sns_list > div:nth-of-type(n + 3) {
        margin-top: 20px
    }
}