


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", YuGothic, "游ゴシック", Helvetica, Arial, sans-serif;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

/*--tag set--*/
html {
    font-size: 62.5%;
    font-size: 10px;
    /*fontsizeを10px基準に変更*/
}

html * {
    max-height: 1000000px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,button,textarea,p,blockquote,th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,button,textarea,select {
    *font-size: 100%;
}

img {
    vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* common */

.wrap {
    position: relative;
}

.wrap header {
    position: relative;
}

.wrap header .headerCnt {
    position: relative;
    background-image: url(../image/mainimage_bg.png);
    background-repeat: no-repeat;
    background-position: center 60px;
    height: 840px;
}
@media screen and (max-width: 768px) {
.wrap header .headerCnt {
    height: 440px;}
}


.headerCnt:before {
    content: "";
    width: 100%;
    height: 45px;
    top: 60px;
    position: absolute;
    background-image: url(../image/flag-top.png);
    background-position: center top;
    background-repeat: repeat-x;
}

.wrap header .headerCnt:after {
    content: "";
    width: 100%;
    height: 52px;
    bottom: 0px;
    position: absolute;
    background-image: url(../image/flag-btm.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.wrap main {
    background-color: #fefdee;
    color: #402111;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.wrap main {
    width: 100%;}
}

.wrap .clnmn {
    position: fixed;
    display: none;
    top: 0;
    z-index: 20;
    width: 100%;
}

.wrap .clnmn.scll {
    display: block;
}

.wrap .clnmn .menuArea {
    position: static !important;
}

p {
    font-size: 1.6rem;
}

p.txt_b {
    font-size: 2rem;
    line-height: 36px;
    text-align: center;
    padding-bottom: 25px;
}

p.txt_s {
    font-size: 1.3rem;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    opacity: .7;
}

.pc {
    display: block;
}

.pc.inline {
    display: inline;
}

.sp {
    display: none;
}

.sp.inline {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt_r_c {
    text-align: right;
}

.txt_l_c {
    text-align: left;
}

.txt_c_l {
    text-align: center;
}

.txt_strong {
    font-weight: bold;
}

#pageTop {
    position: fixed;
    bottom: 89px;
    right: 17px;
    z-index: 1000;
}

#pageTop a img {
    width: 55px;
}

.mb30 {
    margin-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px;
}





/* Grid system */

.row {
    overflow: hidden;
    *zoom: 1;
}

.row [class*="col_box_"] {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row [class*="col_box_"].col_fl_r {
    float: right;
}

.row .col_box_1 {
    width: 4.16667%;
}

.row .col_box_2 {
    width: 8.33333%;
}

.row .col_box_3 {
    width: 12.5%;
}

.row .col_box_4 {
    width: 16.66667%;
}

.row .col_box_5 {
    width: 20.83333%;
}

.row .col_box_6 {
    width: 25%;
}

.row .col_box_7 {
    width: 29.16667%;
}

.row .col_box_8 {
    width: 33.33333%;
}

.row .col_box_9 {
    width: 37.5%;
}

.row .col_box_10 {
    width: 41.66667%;
}

.row .col_box_11 {
    width: 45.83333%;
}

.row .col_box_12 {
    width: 50%;
}

.row .col_box_13 {
    width: 54.16667%;
}

.row .col_box_14 {
    width: 58.33333%;
}

.row .col_box_15 {
    width: 62.5%;
}

.row .col_box_16 {
    width: 66.66667%;
}

.row .col_box_17 {
    width: 70.83333%;
}

.row .col_box_18 {
    width: 75%;
}

.row .col_box_19 {
    width: 79.16667%;
}

.row .col_box_20 {
    width: 83.33333%;
}

.row .col_box_21 {
    width: 87.5%;
}

.row .col_box_22 {
    width: 91.66667%;
}

.row .col_box_23 {
    width: 95.83333%;
}

.row .col_box_24 {
    width: 100%;
}

.row .col_box_dvs5 {
    width: 20%;
}

.row.col_pad>[class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad.pls20>[class*="col_box_"] {
    padding: 0 20px;
}

.row.col_pad_lr {
    margin-left: -10px;
    margin-right: -10px;
}

.row.col_pad_lr>[class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad>.nopad,
.row.col_pad.pls20>.nopad {
    padding-left: 0;
    padding-right: 0;
}

.row.col_pad>.nopad_l,
.row.col_pad.pls20>.nopad_l {
    padding-left: 0;
}

.row.col_pad>.nopad_r,
.row.col_pad.pls20>.nopad_r {
    padding-right: 0;
}

.headerCnt {
    background-color: #f7eac1;
}

.headerCnt .headerCatch {
}

.headerCnt .headerMain h1 {
    margin: 105px 0 10px;
}

.headerCnt .headerMain .headerLead {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: #402111;
    margin-bottom: 30px;
}

.headerCnt .headersubbtn {
    margin-top: 20px;
}



/*****recipe*********************************************************************************/

.subNavi {
width: 100%;
max-width: 1024px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}

.subNavi ul {
    padding: 0;
    margin: 0;
}

.subNavi ul li {
width: 25%;
    padding: 10px;
    display: inline-block;
}

.subNavi ul li .btm3 {
    display: inline;
    text-align: center;
}

#rcp01 .anchorlink {
    position: relative;
    top: -120px;
    display: block;
}

.idBox {
    width: 100%;
    margin: 0 auto;
}

.rcpH2 {
    text-align: center;
    margin: 0 10px 25px;
}

.rcpBox {
    margin: 0 20px;
}

.rcpBox [class*="col_box_"] {
    padding-bottom: 50px;
    text-align: center;
}

.rcpBox .rcpPh {
    margin: 10px 0;
}

.rcpBox p {
    width: 250px;
    margin: 0 auto 12px;
}

.rcpBox .rcpName {
    font-weight: bold;
    margin-bottom: 8px;
}

.rcpBox .rcpTxt {
    font-size: 1.4rem;
    margin-bottom: 20px;
    min-height: 36px;
}
.recipe_btn{
    width:310px;
}


/**************************************************************************************/

main h2 {
    margin-bottom: 25px;
    padding-top: 30px;
}

main .resipeBnr {
    padding-top: 50px;
}

main .wakoBnr {
    padding-top: 30px;
}

nav.noResipe {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmYmU3MDMiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2VmZGMwMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWZkYzAzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmYmU3MDMiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZiZTcwMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZWZkYzAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZkYzAzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #fbe703 40%, #efdc03 40%, #efdc03 50%, #fbe703 50%, #fbe703 90%, #efdc03 90%, #efdc03);
    background-image: -webkit-linear-gradient(135deg, #fbe703 40%, #efdc03 40%, #efdc03 50%, #fbe703 50%, #fbe703 90%, #efdc03 90%, #efdc03);
    background-image: linear-gradient(-45deg, #fbe703 40%, #efdc03 40%, #efdc03 50%, #fbe703 50%, #fbe703 90%, #efdc03 90%, #efdc03);
    background-size: 6px 6px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

nav.noResipe {
    top: 0px;
}

nav.noResipe ul {
    display: table;
    margin: 0 auto;
}

nav.noResipe li {
    text-align: center;
    display: table-cell;
    position: relative;
}

nav.noResipe li:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #402111;
    width: 2px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

nav.noResipe li:last-child:after {
    display: none;
}

nav.noResipe li a {
    display: block;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #402111;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .wrap header {
        height: auto;
    }

    .wrap header .headerCnt {
        width: auto;
        height: auto;
        padding: 0px 0px 5px;
        margin: -60px 0 0;
        background-image: url(../image/sp_mainimage_bg.png);
        background-size: contain;
    }

    .wrap main {
        padding: 0;
    }

    .wrap .contentsWrap {
        width: 100%;
    }

    p {
        font-size: 1.4rem;
    }

    p.txt_b {
        font-size: 1.4rem;
        line-height: 20px;
        text-align: left;
        padding-bottom: 10px;
    }

    p.txt_s {
        font-size: 1.2rem;
    }

    .pc {
        display: none;
    }

    .pc.inline {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp.inline {
        display: inline;
    }

    .txt_r_c {
        text-align: center;
    }

    .txt_l_c {
        text-align: center;
    }

    .txt_c_l {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {

    /* Grid system */
    .row:not(.noclr)>[class*="col_box_"] {
        float: none;
        width: 100%;
    }

    .noclr .harf_col {
        width: 50%;
    }

    .noclr .full_col {
        width: 100%;
    }

    .noclr .sp_col_ill {
        width: 33%;
    }

    .noclr .sp_col_txt {
        width: 67%;
    }

    .row [class*="col_box_"].col_fl_r {
        float: none;
    }

    .row .sp_forcing2 {
        width: 50% !important;
        float: left !important;
    }

    .row .sp_forcing3 {
        width: 33.33333% !important;
        float: left !important;
    }

    .row.col_pad.pls20>[class*="col_box_"] {
        padding: 0 10px;
    }

    .row.col_pad>.nopad,
    .row.col_pad.pls20>.nopad {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.col_pad>.nopad_l,
    .row.col_pad.pls20>.nopad_l {
        padding-left: 10px;
    }

    .row.col_pad>.nopad_r,
    .row.col_pad.pls20>.nopad_r {
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {

    .headerCnt .headerCatch {
        position: static;
        top: auto;
        left: auto;
        text-align: center;
    }


    .headerCnt:before {
        content: "";
        width: 100%;
        height: 45px;
        top: 0px;
        position: absolute;
        background-image: url(../image/flag-top.png);
        background-position: center top;
        background-repeat: repeat-x;
    }

    .wrap header .headerCnt:after {
        content: "";
        width: 100%;
        height: 52px;
        bottom: 0px;
        position: absolute;
        background-image: url(../image/flag-btm.png);
        background-position: center bottom;
        background-repeat: repeat-x;
    }

    .headerCnt .headerCatch img {
        max-width: 70%;
    }

    .headerCnt .headerMain {
        padding: 0 0 40px;
    }

    .headerCnt .logo {
        padding: 25px 16% 0;
        text-align: center;
    }

    .headerCnt .headerMain h1 {
        margin: 140px 0 10px;

    }

    .headerCnt .headerMain h1 img {
        width: 90%;

    }

    .headerCnt .headerMain .headerLead {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
        color: #402111;
    }

    .headerCnt .headersubbtn {
        margin-top: 0px;
    }

    .headerCnt .headerPnt [class*="col_box_"]:last-child {
        padding: 15px 30px 10px;
    }

    .headerCnt .headerBnr {
        position: static;
        top: auto;
        right: auto;
        text-align: center;
        padding: 0 25px 5px;
    }

    main .idBox {
        width: 100%;
        margin: 0 auto;
    }

    main h2 {
        margin-bottom: 15px;
    }

    main .resipeBnr {
        display: block;
        margin: 0 auto;
        padding: 30px 20px 0 20px;
    }

    main .wakoBnr {
        padding-left: 10px;
        padding-right: 10px;
    }

    main .wakoBnr [class*="col_box_"].bnrR {
        padding-top: 30px;
    }

    .subNavi {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .subNavi ul {
        padding: 0;
        margin: 0;
    }

    .subNavi ul li {
        width: 100%;
        padding: 2%;
    }

    .rcpBox [class*="col_box_"] {
        padding-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 769px) {
    nav.noResipe {
        position: static;
        top: auto;
        left: auto;
    }

    nav.noResipe ul {
        width: 100%;
    }

    nav.noResipe li {
        width: 20%;
        vertical-align: middle;
    }

    nav.noResipe li:after {
        width: 1px;
        height: 24px;
        background-color: #c1b63d;
        margin-top: -12px;
    }

    nav.noResipe li a {
        padding: 15px 4px;
        font-size: 1.4rem;
        line-height: 16px;
    }
}

@media screen and (max-width: 320px) {
    .headerCnt .headerMain h1 {
        margin: 16px 0 0px;
    }

    .headerCnt .headersubbtn {
        margin-top: 10px;
    }
}