@charset "UTF-8";



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color : inherit;
}

body {
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;


}

ul {
    list-style: none;
}


    /*clearfix*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


#gallery {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
}
.gallery li {
    width: 25%;
    aspect-ratio: 3 / 4;
    float: left;
    padding: 3px;
}

.thumb-wrap {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insta-btn a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #4CB6AE;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}


