@charset 'UTF-8';

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

    h2 {
        margin: 20px auto 20px;
        width: 100%;
    }

    h2 img {
        display: block;
    }

    .recipeContentsBg {
        margin: 0 auto;
        padding: 20px 0 40px;
        width: 100%;
        background: #fff;
        filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.1));
    }

    h3 {
        margin: 0 auto 20px;
        width: 100%;
    }

    h3 img {
        display: block;
    }

    .recipeCatTit {
        margin: 20px auto 30px;
        width: 70%;
    }

    .recipeCatTit img {
        display: block;
    }

    .recipeContentsInner {
        margin: 0 auto;
        width: 90%;
    }

    .recipeMainCopy {
        margin: 10px 0 20px;
        color: #7e4a02;
        font-size: 1.125rem;
        font-weight: 600;
        text-align: center;
    }

    #okazu_cat,
    #soup_cat,
    #sweets_cat {
        padding: 20px 0;
        border-bottom: dotted 2px #ccc;
    }

    #shushoku_cat {
        padding: 20px 0;
        border-top: dotted 1px #ccc;
        border-bottom: dotted 2px #ccc;
    }

    .recipeCatCon {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .recipeCatItem01 {
        margin: 0 auto 0;
        width: 90%;
    }

    .recipeCatItem02 {
        display: flex;
        flex-direction: column;
        width: 94%;
        margin: 10px auto 0;
    }

    .recipeCatName {
        margin: 5px 0 10px;
        color: #7e4a02;
        line-height: 1.2em;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .recipeCatCopy {
        margin: 0 0 20px;
        color: #333;
        line-height: 1.6em;
    }

    .recipeCatBtn {
        margin-left: auto;
    }

    #recipe_btn_shushoku.recipeCatBtn {
        width: calc((530 / 1000)*100%);
    }

    #recipe_btn_okazu.recipeCatBtn {
        width: calc((978 / 1000)*100%);
    }

    #recipe_btn_soup.recipeCatBtn {
        width: calc((897 / 1000)*100%);
    }

    #recipe_btn_sweets.recipeCatBtn {
        width: calc((683 / 1000)*100%);
    }

    .recipeCatBtn img {
        width: 100%;
        display: block;
    }

    .recipeBan-area {
        margin: 20px auto 0;
        width: 100%;
        background-color: #fff;
    }

    .recipeBan-area img {
        width: 100%;
        filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.2));
    }

    .recipeList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 10px auto 0;
    }

    .recipeListItem {
        margin: 0 auto 20px;
        width: 90%;
    }

    .recipeListPhoto {
        padding: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .recipeListPhoto img {
        display: block;
    }

    .recipeListCap {
        margin: 15px 0 10px;
        color: #7e4a02;
        line-height: 1.2;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .recipeName {
        margin: 15px 0 15px;
        color: #7e4a02;
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
    }

    .recipeCopy {
        margin: 0 0 30px;
        color: #333;
        line-height: 1.6em;
    }

    .recipeDetailCon {
        display: flex;
        flex-direction: column;
    }

    .recipeIngredients {
        flex: 0 1 auto;
    }

    .recipeSubtit {
        font-size: 0.8em;
        color: #333;
    }

    .recipeSubtit span {
        margin-right: 1em;
        padding: 4px 16px;
        font-size: 1.2em;
        color: #fff;
        background-color: #7e4a02;
    }

    .recipeList01 {
        margin: 12px 16px 30px 0;
    }

    .recipeList01 li {
        margin: 0 0 0.2em 0;
        color: #333;
    }

    .recipeHowto {
        flex: 0 1 auto;
    }

    .recipeList02 {
        position: relative;
        margin: 12px 0 0 0;
        padding: 0;
    }

    .recipeList02 li {
        list-style: none;
        list-style-position: outside;
        margin: 0 0 0.5em 0;
        padding-left: 1.25em;
        color: #333;
    }

    .recipeList02 li span {
        position: absolute;
        left: 0;
        margin: 0;
    }

    .recipeInfoCon {
        margin: 20px 0 40px;
        border-bottom: solid 2px #7e4a02;
    }

    .recipeInfoBox01,
    .recipeInfoBox02,
    .recipeInfoBox03 {
        display: inline-block;
    }

    .recipeInfoBox01 {
        margin: 0 0 16px;
        border-bottom: dotted 2px #7e4a02;
        width: 100%;
    }

    .recipeTime {
        display: inline-block;
        padding: 0 0 8px;
        color: #333;
        font-weight: 500;
    }

    .recipeTime span {
        margin-right: 8px;
        color: #7e4a02;
    }

    .recipeQuantity {
        display: inline-block;
        margin: 0 0 8px 0;
        padding: 0 16px 0 0;
        color: #333;
        font-weight: 500;
    }

    .recipeQuantity span {
        margin-right: 8px;
        color: #7e4a02;
    }

    .recipeInfoBox03 p {
        margin: 0 0 8px 0;
        font-size: 0.8em;
    }

    .recipeBtn,
    .recipeBtn2 {
        margin: 0 auto;
        width: 90%;
    }

    .recipeBtnCon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    #recipe_btn_back {
        order: 1;
        width: 40%;
    }

    #recipe_btn_list {
        order: 3;
        width: 52.5%;
        margin: 1.5em 0 0;
    }

    #recipe_btn_next {
        order: 2;
        width: 40%;
    }

    .recipe_btn_cat {
        margin: 20px 0 0;
    }

    #recipe_btn_shushoku {
        width: 51.73%;
    }

    #recipe_btn_shushoku.recipe_btn_cat {
        width: calc((530 / 1000)*100%);
    }

    #recipe_btn_okazu.recipe_btn_cat {
        width: calc((978 / 1000)*100%);
    }

    #recipe_btn_soup.recipe_btn_cat {
        width: calc((897 / 1000)*100%);
    }

    #recipe_btn_sweets.recipe_btn_cat {
        width: calc((683 / 1000)*100%);
    }

    .main-area {
        width: 100%;
        margin: 0 auto 0;
    }

    .choitashi-copy {
        width: 100%;
        margin: 20px 0 20px;
        padding: 7px 15px 7px;
        background-color: #fff;
        border: 4px solid #e1b741;
        border-radius: 24px;
    }

    .copy01 {
        font-size: 1rem;
        font-weight: 400;
    }

    .copy02 {
        margin: 20px 0 0;
        font-size: 0.75rem;
        font-weight: 400;
    }

    .choitashi-box {
        width: 90%;
        margin: 0 auto 20px;
        padding: 4vw;
        background: #fff;
        filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.1));
    }

    .choitashi-box .choitashi-inner {
        padding: 4vw 2vw;
        border: 1px solid #808080;
    }

}


@media print,
screen and (min-width: 768px) {

    h2 {
        margin: 40px auto 40px;
        width: 100%;
        max-width: 1000px;
    }

    h2 img {
        display: block;
    }

    .recipeContentsBg {
        margin: 40px auto 0;
        padding: 40px 0 40px;
        width: 90%;
        max-width: 1000px;
        background: #fff;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.1));
    }

    h3 {
        margin: 20px auto 0;
        width: 100%;
    }

    h3 img {
        display: block;
    }

    .recipeCatTit {
        margin: 20px auto 40px;
        width: 40%;
    }

    .recipeCatTit img {
        display: block;
    }

    .recipeContentsInner {
        margin: 0 auto;
        width: 80%;
    }

    .recipeMainCopy {
        margin: -30px 0 30px;
        padding-right: 40px;
        color: #7e4a02;
        line-height: 1.4;
        font-size: 1.6em;
        font-weight: 500;
    }

    #okazu_cat,
    #soup_cat,
    #sweets_cat {
        padding: 20px 0;
        border-bottom: dotted 2px #ccc;
    }

    #shushoku_cat {
        padding: 20px 0;
        border-top: dotted 1px #ccc;
        border-bottom: dotted 2px #ccc;
    }

    .recipeCatCon {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .recipeCatItem01 {
        margin: 0 20px 0 0;
        flex: 0 1 40%;
    }

    .recipeCatItem02 {
        display: flex;
        flex-direction: column;
        flex: 0 1 60%;
    }

    .recipeCatName {
        margin: 0 0 10px;
        color: #7e4a02;
        line-height: 1.4em;
        font-size: 1.8em;
        font-weight: 500;
    }

    .recipeCatCopy {
        margin: 0 0 40px;
        line-height: 1.6;
        font-size: 1.3em;
        color: #333;
    }

    .recipeCatBtn {
        margin-left: auto;
    }

    #recipe_btn_shushoku.recipeCatBtn {
        width: calc((530 / 1200)*100%);
    }

    #recipe_btn_okazu.recipeCatBtn {
        width: calc((978 / 1200)*100%);
    }

    #recipe_btn_soup.recipeCatBtn {
        width: calc((897 / 1200)*100%);
    }

    #recipe_btn_sweets.recipeCatBtn {
        width: calc((683 / 1200)*100%);
    }

    .recipeCatBtn img {
        width: 100%;
        display: block;
    }

    .recipeBan-area {
        margin: 40px auto 0;
        width: 70%;
        background-color: #fff;
    }

    .recipeBan-area img {
        width: 100%;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.2));
    }

    .recipeList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .recipeListItem {
        margin: 0 0 20px;
        width: 250px;
    }

    .recipeListPhoto {
        padding: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }

    .recipeListPhoto img {
        display: block;
    }

    .recipeListCap {
        margin: 10px 0 10px;
        color: #7e4a02;
        line-height: 1.4;
        font-size: 1.4em;
        font-weight: 500;
        text-align: center;
    }


    .recipeName {
        margin: 10px 0 10px;
        color: #7e4a02;
        line-height: 1.6;
        font-size: 2.2em;
        font-weight: 500;
    }

    .recipeCopy {
        margin: 0 0 40px;
        color: #333;
        line-height: 1.4;
        font-size: 1.4em;
    }

    .recipeDetailCon {
        display: flex;
    }

    .recipeIngredients {
        flex: 0 1 auto;
    }

    .recipeSubtit {
        font-size: 0.8em;
    }

    .recipeSubtit span {
        margin-right: 1em;
        padding: 4px 16px;
        font-size: 1.2em;
        color: #fff;
        background-color: #7e4a02;
    }

    .recipeList01 {
        margin: 12px 16px 0 0;
        width: 240px;
    }

    .recipeList01 li {
        margin: 0 0 0.2em 0;
        color: #333;
    }

    .recipeHowto {
        flex: 0 1 auto;
    }

    .recipeList02 {
        position: relative;
        margin: 12px 0 0 0;
        padding: 0;
    }

    .recipeList02 li {
        list-style: none;
        list-style-position: outside;
        margin: 0 0 0.5em 0;
        padding-left: 1.25em;
        line-height: 1.6em;
        color: #333;
    }

    .recipeList02 li span {
        position: absolute;
        left: 0;
        margin: 0;
    }

    .recipeInfoCon {
        margin: 40px 0 40px;
        border-bottom: solid 2px #7e4a02;
    }

    .recipeInfoBox01,
    .recipeInfoBox02,
    .recipeInfoBox03 {
        display: inline-block;
    }

    .recipeTime {
        display: inline-block;
        margin: 0 16px 8px 0;
        padding-right: 16px;
        font-size: 1.2em;
        font-weight: 500;
        color: #333;
        border-right: solid 2px #7e4a02;
    }

    .recipeTime span {
        margin-right: 8px;
        color: #7e4a02;
    }

    .recipeQuantity {
        display: inline-block;
        margin: 0 16px 8px 0;
        font-size: 1.2em;
        font-weight: 500;
        color: #333;
    }

    .recipeQuantity span {
        margin-right: 8px;
        color: #7e4a02;
    }

    .recipeInfoBox03 p {
        margin: 0 0 8px 0;
        font-size: 0.8em;
    }

    .recipeBtn {
        margin: 0 auto;
        width: 640px;
    }

    .recipeBtn2 {
        margin: 20px auto 0;
        width: 90%;
    }

    .recipeBtnCon {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    #recipe_btn_back img {
        width: 141px;
    }

    #recipe_btn_list img {
        width: 185px;
    }

    #recipe_btn_next img {
        width: 141px;
    }

    .recipe_btn_cat {
        margin: 0 15px 0;
    }

    #recipe_btn_shushoku.recipe_btn_cat {
        width: calc((530 / 3000)*100%);
    }

    #recipe_btn_okazu.recipe_btn_cat {
        width: calc((978 / 3000)*100%);
    }

    #recipe_btn_soup.recipe_btn_cat {
        width: calc((897 / 3000)*100%);
    }

    #recipe_btn_sweets.recipe_btn_cat {
        width: calc((683 / 3000)*100%);
    }

    .main-area {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }

    .choitashi-copy {
        width: 90%;
        max-width: 1000px;
        margin: 40px auto 40px;
        padding: 20px 20px 20px;
        background-color: #fff;
        border: 8px solid #e1b741;
        border-radius: 24px;
    }

    .copy01 {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .copy02 {
        margin: 20px 0 0;
        font-size: 1rem;
        font-weight: 400;
    }

    .choitashi-box {
        width: 90%;
        max-width: 720px;
        margin: 0 auto 40px;
        padding: 30px;
        background: #fff;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.1));
    }

    .choitashi-box .choitashi-inner {
        padding: 40px 20px;
        border: 1px solid #808080;
    }

}

@media screen and (min-width: 1200px) {

    .choitashi-copy {
        width: 90%;
        max-width: 720px;
        margin: 40px auto 40px;
    }

    .choitashi-box {
        width: 90%;
        max-width: 720px;
        margin: 0 auto 40px;
        padding: 30px;
        background: #fff;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.1));
    }

}
