body{
    font-family: "Shippori Mincho", serif;
    color: #727272;
}

h1{
    display: none;
}

h2{
    text-align: center;   
}

h3{
    color: #DB6A22;
}

p{
    font-size: 1rem;
}

.presite{
    margin-top: 3rem;
}


.top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.top-cloud{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem auto;
}

.top-cloud a:hover{
    opacity: 0.8;
    box-shadow: none;
}

.top-cloud a img{
    width: 60%;
    max-width: 700px;
    margin: 0 auto;
}

.top__logo{
    width: 300px;
    margin: 0 auto 2rem;
}

.open{
    margin-top: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.open-time{
    font-size: 1.5rem;
}

.open p{
    line-height: 1.8;
}

.open__text{
    margin-top: 2rem;
}

.insta{
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
}
.insta img{
    width: 25px;
}

.access{
    width: 50%;
    padding: 1rem;
    margin: 2rem auto 5rem;
    border: 1px solid #000;
    text-align: center;
}

@media (max-width: 768px) {
    h2{
        font-size: 1.2rem;
    }
    p{
        font-size: 0.8rem;
    }
    .presite{
        margin-top: 2rem;
        height: auto;
    }
    
    
    .top{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .top__logo{
        width: 200px;
        margin: 0 auto 2rem;
    }
    
    .open{
        margin-top: 2rem;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .open p{
        line-height: 1.8;
    }
    
    .open__text{
        margin-top: 2rem;
    }
    
    .insta{
        margin-top: 3rem;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
    }
    .insta img{
        width: 25px;
    }
    
    .access{
        width: 80%;
        padding: 1rem;
        margin: 3rem auto;
        border: 1px solid #000;
        text-align: center;
    }
    .top-cloud a img{
        width: 80%;
        margin: 0 auto;
    }
}