main {
    width: 100%;

}


#catalog{
    width:  1100px;
    margin: 80px auto 0 auto;

}

#catalog ul li{
    float: left;
    width: 18%;
    margin-left: 2%;
}
#catalog ul li a img{
    width: 100%;
}
#catalog h3 {
    font-size: 150%;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 60px;
}

.com{
	text-align: center;
	font-family: 'Parisienne', cursive;
    font-size: 350%;
    font-weight: normal;
    color: #f18700;
	padding-top: 50px;
	padding-bottom: 20px;
}


@media screen and (max-width:768px){

#catalog{
    width:  94%;
    margin: 10px 1% 0 3%;

}

#catalog h3 {
    font-size: 150%;
    margin-bottom: 50px;
}

#catalog ul li{
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-top: 10px;
}
#catalog ul li:nth-child(2n){
    float: left;
    width: 48%;
}
}
h9 {
    font-size: 250%;
    font-family: 'Crimson Text', serif;
}
h10 {
    margin-top: 100px;
        font-size: 160%;
        font-weight: normal;
        letter-spacing: 1px;
        font-family:'Crimson Text', serif;
    }
    h11 {
        margin-top: 100px;
            font-size: 90%;
            font-weight: normal;
            letter-spacing: 1px;
            font-family:'Crimson Text', serif;
        }
        h12 {
            margin-top: 100px;
                font-size: 90%;
                font-weight: normal;
                letter-spacing: 1px;
                font-family:'Crimson Text', serif;
            }

            

            /*インスタグラム用*/

#instagram {
    overflow: hidden;
}

#instagram h4 {
    margin-bottom: 20px;
    font-family: 'Norican', cursive;
    font-size: 200%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.insta_img {
    overflow: hidden;
}

.insta_img:first-of-type {
    margin-bottom: 30px;
}

.insta_img li {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
}
