@charset "UTF-8";

body {
    background-color: whitesmoke;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
.shopnews_top_h1{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 5rem;
    font-weight: 200;
    margin: 0;
}
.shopnews_top_h2{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 100;
    font-size: 2.3rem;
    margin: 20px 0;
}
.main_content{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 20px; 
    row-gap: 50px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
.main_content img{
    width: 200px;
}
.shopnews_top_content_wrap {
    margin: 0 auto;
}
.shop_name span{
    background-color: black;
    color: white;
    padding: 0 10px 0 10px;
}
.shopnews_top_content {
    display: flex;
    justify-content: center;
}
.content_inner_wrap2 {
    padding: 0 20px;
    width: 15rem;
}
.date{
    font-size: 1.3rem;
}
.shopnews_title {
    font-size: 1.2rem;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.viewmore_buttom{
   text-align: center;
    padding: 40px 0;
}
.viewmore_buttom img{
    width: 150px;
}