@charset "UTF-8";

/* MVキャッチ調整(2026/05/01) */
#mv .mv_textimg > div::before {
    content: '心はずむ、朝のひとときを';
    position: absolute;
    top: -110px;
    left: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 1;
    display:none;
}
#mv .mv_textimg > div::after {
    content: '那須塩原のスパムおにぎり専門店';
    position: absolute;
    top: -35px;
    left: 0;
    z-index: -1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 27px;
    letter-spacing: 0.05em;
    line-height: 1;
display:none;
}
#mv .mv_textimg a {
    width: 52%;
    left: 0;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg > div::before {
        top: max(-110px, -17vw);
        left: 2%;
        font-size: min(38px, 5.4vw);
        padding: 0.3em 0.78em;
    }
    #mv .mv_textimg > div::after {
        top: max(-35px, -5.5vw);
        left: 2%;
        font-size: min(27px, 3.8vw);
        padding: 0.4em 1.1em;
    }
}
/* MESSAGE非表示(2026/05/01) */
#c2_circle+div .wrapper_item {
    justify-content: center;
}
#c2_circle+div .inner_item:nth-of-type(1) {
    display: none;
}

@media only screen and (min-width: 901px) {
    #c2_circle+div {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    #faq+div {
        display: none;
    }
}

/* ブログ表示SP時1カラム(2026/05/13) */
@media screen and (max-width: 700px) {
    #top_blog + .block_news_1.add_design4 .content_wrapper ul>li {
        width: 100%;
    }
    #top_blog + .block_news_1.add_design4 .content_wrapper ul>li:nth-of-type(2n) {
        margin-left: 0;
    }
}