.main-visual > h2 {
    margin: 0;
    text-align: center;
    font-family: "Lobster", sans-serif;
    font-size: 80px;
    font-weight: 500;
    color: #fff;
}
.main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('./image/topImage.jpg') top center / cover no-repeat;
}

section{
    padding-bottom: 1px;
}

section > h2{
    font-family: "Anton", sans-serif;
    padding: 80px 0 20px 0;
    font-size: 50px;
}

section > h2,section > p{
    text-align: center;
    color: #fff;
}

section > p{
    font-family: "Zen Maru Gothic", serif;
    margin: 30px 0 100px 0;
}

#about{
    background-color: #3D3D3D;
    padding-bottom: 120px;
}

.ins{
    display: flex;
}

.ins iframe {
    margin-left: auto !important;
    margin-right: auto !important;
}

#shop{
    background-color: #1D1D1D;
    color: #fff;
}

#rental{
    background-color: #3D3D3D;
    color: #fff;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

    #instagram-embed-1,
    #instagram-embed-2{
        visibility: hidden;
        position: absolute;
    }
    .ins iframe {
        margin-left: 0;
        margin-right: 0;
    }

    section > h2{
        font-family: "Anton", sans-serif;
        padding: 50px 0 10px 0;
        font-size: 40px;
    }
    
    section > p{
        font-family: "Zen Maru Gothic", serif;
        margin: 20px auto 80px auto;
        width: 500px;
    }
    
}
@media screen and (max-width: 575px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    section > h2{
        font-family: "Anton", sans-serif;
        padding: 50px 0 10px 0;
        font-size: 30px;
    }
    
    section > p{
        font-family: "Zen Maru Gothic", serif;
        font-size: 13px;
        margin: 20px auto 80px auto;
        width: 300px;
    }
}