/******************** content ********************/

#content{
    background:url(../img/recipe/bg_2.jpg) center top repeat-x,
    url(../img/recipe/bg.jpg);
 }


/******************** logo ********************/

#logo{
    width:930px;
    margin:0 auto;
    position: relative;
}

#logo h1 img{
    width:380px;
    top:-50px;
    left:-60px;
    position:absolute;
    z-index:2;
}


/******************** recipe ********************/

#recipe{
    width:930px;
    margin:50px auto 0;
    background:#fff;
    padding:15px 0;
    border:solid 5px #FFE600;
    /*
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    */
}

#kv{
    width:100%;
    max-width:880px;
    margin:0 auto;
    position: relative;
}

#recipe .inner{
    max-width:810px;
    width:100%;
    margin:0 auto 30px;
}


/******************** detail ********************/

.detail{
    margin:30px 0 50px;
}


/******************** ingredient ********************/

.detail .ingredient h3{
    position:relative;
}

.detail .ingredient h3 .time{
    position:absolute;
    top:-40px;
    right:0;
    width:130px;
}

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

.ingredient ul{
    width:45%;
    margin:10px 0 50px;
}

.ingredient ul.full{
    width:100%;
}

.ingredient ul li dl{
    padding:10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.ingredient ul li dl:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    border-bottom: dotted 4px #000;
}

.ingredient ul li dl.sub:after{
    border-bottom: none
}

.ingredient ul li dl dt{
    font-weight: normal;
    margin:0;
    padding: 0 10px 0 0;
    background-color: #ffffff;
    z-index: 2;
    text-align: left;
}

.ingredient ul li dl dd{
    margin:0;
    padding: 0 0 0 10px;
    background-color: #ffffff;
    z-index: 2;
    text-align: right;
}


/******************** how to ********************/

.howto ul li{
    margin-top:15px;
}

.howto ul li span{
    font-family: 'Reggae One';
    color:#FCB200;
    font-size:3rem;
    margin-right:20px;
    width:2rem;
}

.howto ul li p{
    display: flex;
    align-items: baseline;
}


/******************** point ********************/

.point{
   display: flex;
   justify-content: space-between;
}

.point img{
    width:95%;
}

.point p{
    font-family: 'RocknRoll One' ;
    width:90%;
    background:#FCB200;
    border-radius: 20px;
    padding:20px;
}


/******************** recommend ********************/

#recommend h2{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}

#recommend .inner{
    width:810px;
    margin:0 auto 30px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#recommend ul{
    width:50%;
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#recommend ul.speed{
    width:75%;
    text-align:center;
}

#recommend ul.speed h3 img{
    width:70%;
}

#recommend ul.speed li{
    width:33.3%;
} 

#recommend ul h3{
    width:80%;
    margin:0 auto;
}

#recommend ul li{
    overflow: hidden;
    width:50%;
    margin:10px 0;
}

#recommend ul li.active{
    display: none;
}


/******************** SP ********************/

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

/******************** sp_content ********************/

#content{
    background:url(../img/recipe/bg_2.jpg) center top repeat-x,
    url(../img/recipe/sp_bg.jpg) center / cover;
 }


/******************** sp_logo ********************/

#logo{
    width:100%;
}

#logo h1 img{
    width:55%;
    top:-50px;
    left:0;
}


/******************** sp_recipe ********************/

#recipe{
    width:95%;
}

#kv{
    width:95%;
}

#recipe .inner{
    width:90%;
}


/******************** sp_ingredient ********************/

.detail .ingredient h3{
    position:relative;
}

.detail .ingredient h3 .time{
    position:absolute;
    top:-25px;
    right:0;
    width:90px;
}

.ingredient .wrap{
    display: block;
    margin:15px 0 30px;
}

.ingredient ul{
    width:100%;
    margin:10px 0 0;
}


/******************** sp_point ********************/

.point{
    display: flex;
    justify-content: space-between;
 }
 
 .point img{
     width:90%;
 }
 
 .point p{
     width:170%;
     border-radius: 15px;
     padding:15px;
 }


/******************** sp_recommend ********************/

#recommend .inner{
    width:90%;
    margin:0 auto 30px;
    display: block;
}

#recommend ul{
    width:100%;
}

#recommend ul.speed{
    width:100%;
    text-align:center;
}

#recommend ul.speed h3 img{
    width:100%;
    margin:0 0 10px;
}

#recommend ul.speed li{
    width:50%;
    margin:0;
} 


}/*SP media*/