@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.shop_news_heading,
.shop_news_heading_copy,
.shop_news_title {
    font-family: 'Noto Sans JP';
    font-family: 'Open Sans';
}

.shop_news_heading {
    text-align: center;
    font-size: 5rem;
    font-weight: 400;
    margin: 0;
}

.shop_news_heading_copy,
.shop_news_title {
    font-weight: 200;
}

.shop_news_heading_copy {
    text-align: center;
    font-size: 2.3rem;
    margin: 20px 0;
}

.shop_news_title {
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    border-width: thin;
    padding: 20px;
    font-size: 2.5rem;
    text-align: center;
}

.shop_news_img,.shop_news_img_pc {
    text-align: center;
    padding: 20px;
}

.shop_news_img img,.shop_news_img_pc img {
    width: 600px;
    height: auto;
}
.shop_news_img_sp{
    display: none;
}
.shop_news_topics {
    width: 800px;
    margin: 0 auto;
}

hr {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}

h4.shop_news_info {
    font-size: 1.8rem;
}

.shop_news_topics p {
    font-size: 1.4rem;
}

.shop_news_footer_wrapper {
    text-align: center;
    margin-top: 100px;
}

.shop_news_update {
    text-align: right;
    color: rgb(31, 27, 27);
}

.shop_news_footer_wrapper img {
    width: 180px;
    height: 70px;
    margin: 0 20px 0 20px;
}

.shopnews_inner_title{
    font-size: 1.8rem;
}
