@charset "UTF-8";
/* step_03 */

.content_step_03{
    width: 100%;
    min-width: 1100px;
    height:auto;
    min-height: 650px;
    padding:1% 0 0;
    background-image: url("../img/step_03/bg_recipe.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-size: 100% 100%;
    position: relative;
}
.content_step_03 .content_wrap{
    width: 1100px;
    height:auto;
    min-height: 650px;
    margin: 0 auto;
    padding: 30px 0 150px;
    position: relative;
}
/*fontを変更*/
.content_step_03 .recipe_title_area h2,
.content_step_03 .recipe_title_area p,
.content_step_03 .material h3,
.content_step_03 .material p,
.content_step_03 .material dt,
.content_step_03 .material dd,
.content_step_03 .step li,
.content_step_03 .attention h4,
.content_step_03 .attention p{
    font-family:
         "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1.7em;
}
/*recipe*/
.content_step_03 .page_head{
    width: 250px;
    padding: 10px;
    margin-left: -100px;
    text-align: center;
    background-color: #ddca00;
    color: #fff;
    position: relative;
    transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
}
.content_step_03 .page_head img{
    width: 75px;
    height:auto;
    position: absolute;
    bottom: 0; right: -25px;
}
.content_step_03 .recipe_head{
    margin-top: 50px;
}
.content_step_03 .recipe_title_area{
    width: 35%;
    float: left;
}
.content_step_03 .recipe_title_area h2{
    font-size: 46px;
    font-weight:bold;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.content_step_03 .recipe_title_area p{
    font-size: 18px;
    line-height: 2em;
}
.content_step_03 .recipe_photo_area{
    width: 65%;
    padding-left: 10%;
    float: left;
}
.content_step_03 .recipe_photo{
    width: 100%;
    height:0;
    padding-bottom: 70%;
    margin-top: -90px;
    border: solid 10px #fff;
    box-shadow: 3px 2px 4px 4px #cccccc;
    transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    overflow: hidden;
    position: relative;
}
.content_step_03 .recipe_photo a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.content_step_03 #zoom{
    width: 50px;
    height:50px;
    position: absolute;
    bottom:5%;right:5%;
    z-index: 9;
    opacity: 0;
}
.content_step_03 .recipe_photo:hover > #zoom{
    opacity: 1;
}

.content_step_03 .recipe_description{
    clear: both;
    margin-top: 50px;
}
.content_step_03 .material{
    width: 45%;
    padding: 30px 40px;
    background-color: #f5f3d6;
    float: left;
}
.content_step_03 .material h3{
    width: 100%;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #c4af05;
    margin-bottom: 25px;
    position: relative;
}
.material h3 p.time{
    display:block;
    font-size: 15px;
    position: absolute;
    bottom:5px;right:0;
}
.material h3 span.time_Number{
    font-size: 20px;
    color: #ff0000;
    margin-right: 2px;
}
.content_step_03 .material dt{
    width: 80%;
    margin:0 0 15px;
    position: relative;
    float: left;
}
.content_step_03 .material dt span{
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 16px;
    background-color: #f5f3d6;
    position: relative;
}
.content_step_03 .material dt:before {
    border-top:dotted 1px #d2b97c;
    content: "";
    position: absolute;
    top: 50%;left:0;
    width:95%;
}
.content_step_03 .material dt.no_border:before{
    border: none;
}
.content_step_03 .material dd{
    width: 20%;
    margin:0 0 15px;
    font-size: 16px;
    float: left;
}

.content_step_03 .step{
    width: 55%;
    padding-left: 5%;
    float: left;
}

.content_step_03 .step li{
    width: 100%;
    min-height:50px;
    font-size: 16px;
    padding-left: 55px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: left top 5px;
}
.content_step_03 .step li:nth-of-type(1){
    background-image: url("../img/step_03/bg_list_1.png");
}
.content_step_03 .step li:nth-of-type(2){
    background-image: url("../img/step_03/bg_list_2.png");
}
.content_step_03 .step li:nth-of-type(3){
    background-image: url("../img/step_03/bg_list_3.png");
}
.content_step_03 .step li:nth-of-type(4){
    background-image: url("../img/step_03/bg_list_4.png");
}
.content_step_03 .step li:nth-of-type(5){
    background-image: url("../img/step_03/bg_list_5.png");
}
.content_step_03 .step li:nth-of-type(6){
    background-image: url("../img/step_03/bg_list_6.png");
}
.content_step_03 .step li:nth-of-type(7){
    background-image: url("../img/step_03/bg_list_7.png");
}
.content_step_03 .step li:nth-of-type(8){
    background-image: url("../img/step_03/bg_list_8.png");
}
.content_step_03 .step li:nth-of-type(9){
    background-image: url("../img/step_03/bg_list_9.png");
}
.content_step_03 .step li:nth-of-type(10){
    background-image: url("../img/step_03/bg_list_10.png");
}
.content_step_03 .attention{
    background-color:#ED898A;
    padding: 15px 30px;
    border-radius: 15px;
}
.content_step_03 .attention h4 img{
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.content_step_03 .attention h4{
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    color: #FFDBDC;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.attention p{
    color: #fff;
    text-align: justify;
}

.content_step_03 .btn_area{
    width: 53%;
    margin:100px auto 0;
    display: flex;
}
.content_step_03 .btn_area .btn{
    width: 275px;
    margin: 0 1%;
}
.content_step_03 .btn_area .btn:hover{
    opacity: 0.85;
}
.content_step_03 .btn_area .btn img{
    width: 100%;
    height:auto;
}

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

    .content_step_03{
        width: 100%;
        min-width:100%;
        height:auto;
        min-height: auto;
        padding: 25px 5% 0;
        background-image: url("../img/step_03/bg_recipe_sp.png");
        background-repeat: no-repeat;
        background-position:center;
        background-size:cover;
        position: relative;
    }
    .content_step_03 .content_wrap{
        width: 100%;
        min-width: 100%;
        height:auto;
        min-height: auto;
        margin-bottom: 20px;
        padding: 0 0 25px;
        background-color: rgba(255,255,255,0.50);
        border-radius: 20px;
        position: relative;
        background-image: none;
    }
    /*recipe*/
    .content_step_03 .page_head{
        width: 100%;
        padding: 10px;
        margin-left: -70px;
        text-align: center;
        background-color: #ddca00;
        color: #fff;
        position: relative;
        transform: none;
    }
    .content_step_03 .page_head img{
        width: 75px;
        height:auto;
        position: absolute;
        bottom: 0; right: -25px;
    }
    .content_step_03 .recipe_head{
        margin-top: 30px;
    }
    .content_step_03 .recipe_title_area{
        width: 100%;
        float: none;
    }
    .content_step_03 .recipe_title_area h2{
        font-size: 28px;
        font-weight:bold;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }
    .content_step_03 .recipe_title_area p{
        font-size: 18px;
        line-height: 1.75em;
        text-align: justify;
    }
    .content_step_03 .recipe_photo_area{
        width: 100%;
        padding-left:0;
        float: none;
    }
    .content_step_03 .recipe_photo{
        width: 100%;
        height:0;
        padding-bottom: 70%;
        margin-top: 20px;
        border: solid 10px #fff;
        box-shadow: 3px 2px 4px 4px #cccccc;
        transform:none;
        overflow: hidden;
        position: relative;
    }
    .content_step_03 .recipe_photo a img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }
    .content_step_03 #zoom{
        width: 50px;
        height:50px;
        position: absolute;
        bottom:5%;right:5%;
        z-index: 9;
        opacity: 0;
    }
    .content_step_03 .recipe_photo:hover > #zoom{
        opacity: 1;
    }

    .content_step_03 .recipe_description{
        clear: both;
        margin-top: 25px;
    }
    .content_step_03 .material{
        width: 100%;
        padding: 20px;
        background-color: #f5f3d6;
        float: none;
    }
    .content_step_03 .material h3{
        width: 100%;
        font-size: 18px;
        padding-bottom: 5px;
        border-bottom: solid 2px #c4af05;
        margin-bottom: 15px;
        position: relative;
    }
    .content_step_03 .material h3 p.time{
        display:block;
        font-size: 15px;
        position:static;
        margin-top: 5px;
    }
    .content_step_03 .material h3 span.time_Number{
        font-size: 20px;
        color: #ff0000;
        margin-right: 2px;
    }
    .content_step_03 .material dt{
        width: 65%;
        margin:0 0 10px;
        position: relative;
        float: left;
    }
    .content_step_03 .material dt span{
        display: inline-block;
        padding: 0 10px 0 0;
        font-size: 15px;
        background-color: #f5f3d6;
        position: relative;
    }
    .content_step_03 .material dt:before {
        border-top:dotted 1px #d2b97c;
        content: "";
        position: absolute;
        top: 50%;left:0;
        width:95%;
    }
    .content_step_03 .material dt.no_border:before{
        border: none;
    }
    .content_step_03 .material dd{
        width: 35%;
        margin:0 0 10px;
        font-size: 15px;
        float: left;
    }

    .content_step_03 .step{
        margin-top: 20px;
        width: 100%;
        padding-left:0;
        float: none;
    }

    .content_step_03 .step li{
        width: 100%;
        height:auto;
        min-height:50px;
        font-size: 15px;
        padding-left: 50px;
        margin-bottom: 35px;
        background-repeat: no-repeat;
        background-position: left top 5px;
        background-size:auto;
    }
    .content_step_03 .step li:nth-of-type(1){
        background-image: url("../img/step_03/bg_list_1.png");
    }
    .content_step_03 .step li:nth-of-type(2){
        background-image: url("../img/step_03/bg_list_2.png");
    }
    .content_step_03 .step li:nth-of-type(3){
        background-image: url("../img/step_03/bg_list_3.png");
    }
    .content_step_03 .step li:nth-of-type(4){
        background-image: url("../img/step_03/bg_list_4.png");
    }
    .content_step_03 .step li:nth-of-type(5){
        background-image: url("../img/step_03/bg_list_5.png");
    }
    .content_step_03 .step li:nth-of-type(6){
        background-image: url("../img/step_03/bg_list_6.png");
    }
    .content_step_03 .step li:nth-of-type(7){
        background-image: url("../img/step_03/bg_list_7.png");
    }
    .content_step_03 .step li:nth-of-type(8){
        background-image: url("../img/step_03/bg_list_8.png");
    }
    .content_step_03 .step li:nth-of-type(9){
        background-image: url("../img/step_03/bg_list_9.png");
    }
    .content_step_03 .step li:nth-of-type(10){
        background-image: url("../img/step_03/bg_list_10.png");
    }
    .content_step_03 .attention{
        background-color:#ED898A;
        padding: 15px 30px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .content_step_03 .attention h4 img{
        display: inline-block;
        width: 50px;
        height:auto;
        vertical-align: middle;
        margin-right: 10px;
    }
    .content_step_03 .attention h4{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        border-bottom: solid 1px #fff;
        color: #FFDBDC;
        padding-left: 60px;
        text-indent: -60px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .content_step_03 .attention p{
        color: #fff;
        text-align: justify;
    }
    .content_step_03 .btn_area{
        width: 100%;
        position: static;
        margin:20px 0 0;
        display: block;
    }
    .content_step_03 .btn_area .btn{
        width: 100%;
        margin: 0 0 2%;
    }
    .content_step_03 .btn_area .btn:hover{
        opacity: 0.85;
    }
    .content_step_03 .btn_area .btn img{
        width: 100%;
        height:auto;
    }
    
}
