@charset "UTF-8";


/*CPバナー掲載時*/

.cp_bnr img{
    max-width: 90%;
    width: 900px;
    margin: 0 auto 50px;
    display: block;
}

/* ==========================================================================
共通
========================================================================== */

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}


.flex {
    display: flex;
}

.fl_left {
    float: left
}

#new .flex {
    display: block;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

#new li {
    width: 500px;
    float: left;
}


.wf-roundedmplus1c {
    font-family: "M PLUS Rounded 1c";
}

.red {
    color: #ca1d1d;
}

.bold {
    font-weight: 700;
}

#usukawa ul li .new {
    position: absolute;
    top: -10x;
    left: 5pxpx;
    background: #CA1D1D;
    width: 50px;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 0 0;
    text-align: center;
    color: #fff;
}

.narrow_l::before {
    content: "";
    left: 0px;
    top: 25%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.narrow_wrap {
    display: block;
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
}

.narrow_u::after {
    content: "";
    left: 48%;
    top: 90%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
}

.narrow_wrap_u {
    display: block;
    padding-left: 0;
    position: relative;
    margin: 20px 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.mh10 {
    margin: 10px 0;
}

.pw10 {
    padding: 0 20;
}

.pwl160 {
    padding-left: 160px;
}

#new .new_mark_wrap {
    position: relative;
}


.new_mark {
    position: absolute;
    background-color: #d90303;
    color: #ffffff !important;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 5%;
    top: 5%;
}

.sp{
    display: none !important;
}

@media screen and (max-width: 767px) {

    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}



/* ==========================================================================
薄皮コンテンツ内
========================================================================== */

#usukawa {
    width: 100%;
    font-size: 16px;
    line-height: 180%;
}

#usukawa .wrap {
    width: 1024px;
}

/*メインビジュアル*/

.main_visual {
    width: 1200px;
}

.main_visual img {
    width: 1200px;
    height: 410px;
}


/*こだわり*/

#usukawa h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
}


#usukawa .about {
    width: 1024px;
    min-height: 720px;
    display: block;
    background-image: url(../img/main_img_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

#usukawa .copy {
    padding-top: 200px;
    padding-right: 55%;
}


/*ポイント*/

#usukawa .point dl {
    margin: 10px;
    padding: 20px;
    background-color: #edefed;
}

#usukawa dd img {
    width: 70%;
    height: auto;
}

#usukawa .point dt {
    color: #b31d1d;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #e0e0da;
    padding: 2px;
    font-family: 'Noto Serif JP', serif;
}


#usukawa .point .midashi {
    color: #b31d1d;
    font-weight: 600;
    text-align: left;
    font-size: 18px !important;
    line-height: 150%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
}

/*ネーミング*/
#usukawa .name {
    width: 944px;
    margin: 50px auto;
    background-color: #edefed;
    padding: 40px;
}

#usukawa h4 {
    color: #b31d1d;
    font-size: 20px !important;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 15px;
}


/*薄皮グルメ*/
#gourme {
    background: #fff2e6;
    width: 1024px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 40px 0 0 0
}

#gourme h5 {
    width: 160px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #e04f56;
    font-family: 'Noto Serif JP', serif;
}

#gourme h4 img {
    width: 600px;
    margin: 0 auto 30px;

}

#gourme ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gourme li {
    margin-bottom: 10px;
    padding: 0 30px 30px;
    box-sizing: border-box;
    width: 50%;
    position: relative;
}

#gourme h3 {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;

}

#gourme .gurume_icon {
    position: absolute;
    top: 14px;
    left: 50px;
    width: 70px;
    height: 55px;
    line-height: 20px;
    padding: 14px 0 0;
    border-radius: 50px;
    background: #c9000d;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}


/*新商品*/
#new {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px 0 0 0
}

#new h5 {
    width: 160px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #e04f56;
    font-family: 'Noto Serif JP', serif;
}

#new h4 img {
    width: 600px;
    margin: 0 auto 30px;

}

#new ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#new li {
    margin-bottom: 10px;
    padding: 0 30px 30px;
    box-sizing: border-box;
    width: 50%;
    position: relative;
}

#new h3 {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;

}

#new .gurume_icon {
    position: absolute;
    top: 14px;
    left: 40px;
    width: 70px;
    height: 55px;
    line-height: 20px;
    padding: 14px 0 0;
    border-radius: 50px;
    background: #c9000d;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border: #fff 3px solid;
}




/*発売中*/

#sale {
    width: 940px;
    margin: 0 auto 80px;
    text-align: center;
    padding: 20px 0 0 0
}

#sale h4 {
    width: 160px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 5px;
    background-color: #bc997d;
    font-family: 'Noto Serif JP', serif;
}


#sale .sale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sale li {
    margin-bottom: 10px;
    padding: 30px;
    box-sizing: border-box;
    width: 50%;
}

#sale h3 {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
}

/*定番アイテム*/

#teiban h4 {
    width: 160px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 5px;
    background-color: #bc997d;
    font-family: 'Noto Serif JP', serif;
}

#teiban .tubu {
    margin: 50px 0;
}

#teiban .tubu img {
    width: 400px;
    padding-left: 20px;
    float: left;
}

#teiban .copy_tubu {
    width: 400px;
    padding-left: 60px;
    float: left;
    text-align: left;
}

#teiban_wrap {
    width: 100%;
    background: linear-gradient(to right, #fff7e9, #ffddbf);
}

#teiban {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 100px 0 0 0
}

#teiban .teiban {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#teiban li {
    margin-bottom: 10px;
    padding: 30px;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}

#teiban h3 {
    color: #d90303;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
}

#teiban img {
    margin-bottom: 30px;
}

#teiban li {
    text-align: center;
}

#teiban h3 {
    width: 100%;
    text-align: left;
}

#teiban .txt {
    width: 100%;
    text-align: left;
}


/*---------cm---------*/

#cm {
    margin: 80px auto;
}

#cm h4 {
    width: 320px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 5px;
    background-color: #E04F56;
    font-family: 'Noto Serif JP', serif;
}

#cm ul {
    width: 1024px;
    margin: 60px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

#cm ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

#cm ul li .arrow {
    position: absolute;
    right: -15px;
    top: 25%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
}

#cm ul li .arrow span {
    margin: 12px 0 0 12px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    transform: scale(0.8, 1);
    color: #D90303;
}

#cm ul li img {
    width: 100%;
    border-radius: 10px;
    margin: 0 auto 18px;
}

#cm ul li:hover img {
    opacity: 0.7;
    transition: 0.5s;

}

#cm ul li:hover .arrow {
    right: -20px;
    transition: 0.5s;
}

#cm ul li p {
    font-size: 14px;
}

#cm ul li h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 0 -7px;
}

@media screen and (max-width: 767px) {
    .flex {
        display: block;
    }

    #usukawa .wrap {
        width: 100%;
        font-size: 90% !important;
        line-height: 140%;
    }

    #usukawa h3 {
        margin-top: -10px !important;
    }

    #usukawa .copy h3 {
        margin-top: 20px !important;
    }

    /*メニュー*/

    .menu {
        border-top: 1px solid #ca1d1d;
        border-bottom: 1px solid #ca1d1d;
    }

    .menu li {
        display: inline-block;
        width: 48%;
        padding: 0;
        text-align: center;
    }

    .menu .line {
        border-right: 1px solid #ca1d1d;
    }


    /*NEWアイテム*/

    #new h4 {
        width: 30%;
        font-size: 1.2em !important;
    }

    #new .title {
        font-size: 1.2em !important;
        color: #fff;
    }

    #new {
        width: 100% !important;
    }

    #new .new {
        display: block;
    }

    #new li {
        margin-bottom: 10px;
        padding: 30px 30px 0 30px;
        width: 100%;
        text-align: center;
    }

    #new .txt {
        text-align: left;
        font-size: 0.9em;
    }

    #new img {
        width: 100%;
        margin: 0 auto 10px;
    }

    #usukawa .new li {
        min-height: auto;
    }


    /*薄皮グルメ*/
    #gourme {
        width: 100%;
        padding: 40px 0 30px 0
    }

    #gourme h4 img {
        width: 90%;
        margin: 0 auto 30px;

    }

    #gourme p {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    #gourme ul {
        display: block;
    }

    #gourme li {
        margin-bottom: 10px;
        padding: 20px 30px 0 30px;
        width: 100%;
        text-align: center;
    }

    #gourme img {
        width: 100%;
        margin: 0 auto 10px;
    }

    #gourme h3 {
        font-size: 18px;
        font-family: 'Noto Serif JP', serif;

    }

    /*発売中*/

    #sale h4 {
        width: 30%;
        font-size: 1.2em !important;
    }

    #sale.title {
        font-size: 1.2em !important;
    }

    #sale {
        width: 100% !important;
        clear: both;
    }

    #sale .sale {
        display: block;
    }

    #sale li {
        margin-bottom: 10px;
        padding: 30px 30px 0 30px;
        width: 100%;
        text-align: center;
    }

    #sale .txt {
        text-align: left;
        font-size: 0.9em;
    }

    #sale img {
        width: 100%;
        margin: 0 auto 10px;
    }


    /*メインビジュアル*/

    .main_visual {
        width: 100%;
    }

    .main_visual img {
        width: 100%;
        height: auto;
    }


    /*こだわり*/

    #usukawa .point dl {
        padding-bottom: 0px;
    }

    #usukawa .point dt {
        text-align: center;
    }

    #usukawa .point dd {
        margin: 0;
        padding-bottom: 2%;
    }

    #usukawa .point .midashi {
        text-align: center !important;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.2em !important;
        margin-bottom: 20px;
    }

    #usukawa .point img {
        width: 50% !important;
        margin-top: 20px;
    }

    #usukawa .point dt {
        font-size: 1.1em !important;
    }


    #usukawa h3 {
        width: 100%;
        font-size: 1.1em !important;
        font-size: 20px;
        font-weight: bold;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 20px;
        font-family: 'Noto Serif JP', serif;
    }

    #usukawa .copy {
        padding-top: 130px;
        padding: 0 5%;
    }

    #usukawa .about {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        min-height: 550px;
        display: block;
        background-image: url(../img/main_img_pc.png);
        background-size: 100%;
        background-position: bottom right;
    }

    .pwl160 {
        padding-left: 0;
    }

    #usukawa .pkg li {
        width: 100%;
        display: block;
        text-align: center;
    }


    /*ネーミング*/
    #usukawa .name {
        width: 78%;
        padding: 8%;
        font-size: 0.9em;
    }

    #usukawa .name h4 {
        color: #b31d1d;
        font-size: 20px !important;
        font-family: 'Noto Serif JP', serif;
        margin-bottom: 15px;
    }

    /*定番アイテム*/


    #teiban h4 {
        width: 30%;
        font-size: 1.2em !important;
        color: #ffffff;
    }

    #teiban .tubu {
        margin: 50px 0;
    }

    #teiban .tubu img {
        width: 90%;
        padding-left: 0;
        clear: both;
    }

    #teiban .copy_tubu {
        width: 90%;
        padding-left: 0;
        clear: both;
        text-align: left;
    }

    #teiban_wrap {
        width: 100%;
        background: linear-gradient(to right, #fff7e9, #ffddbf);
    }

    #teiban {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 100px 0 0 0
    }

    #teiban .teiban {
        display: block;
    }

    #teiban li {
        margin-bottom: 10px;
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    #teiban h3 {
        color: #d90303;
        font-size: 18px;
        font-family: 'Noto Serif JP', serif;
    }

    #teiban img {
        width: 95%;
        margin-bottom: 30px;
    }

    #teiban li {
        text-align: center;
    }

    #teiban h3 {
        width: 100%;
        text-align: center;
    }

    #teiban .txt {
        width: 100%;
        font-size: 0.9em;
    }



    /*---------cm---------*/
    #cm {
        margin: 70px auto 90px;
    }

    #cm h4 {
        box-sizing: border-box;
        width: 80%;
    }

    #cm ul {
        width: 100%;
        display: block;
        margin: 40px auto 0;
    }

    #cm ul li {
        width: 90%;
        margin: 0 auto 30px;
        padding: 0;
    }

    #cm ul li .sp {
        position: relative;
        padding-top: 56.25%;
        margin: 0 auto 10px;
    }

    #cm iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }



}

/* ==========================================================================
Page TOP
========================================================================== */


#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #58400c;
    opacity: 1.0;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

Resources
/* ==========================================================================
プリントアウト
========================================================================== */

@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1200px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }


}