
/******************** kv ********************/

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


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

.detail{
    margin:50px 0;
    padding:5%;
    background:#fff;
    border-radius: 100px;
    border:10px solid #000;
}

.detail h2{
    font-size:5rem;
    align-items: center; 
    display: flex;
}

.detail h2::before,
.detail h2::after{
    background-color: #000;
    content: "";
    flex-grow: 1;
    height: 3px;
}

.detail h2::before {
    margin-right: 15px;
}

.detail h2::after {
    margin-left: 15px; 
}


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

.ingredient .wrap{
    display: flex;
    justify-content:space-between;
    font-size:2rem;
}

.ingredient ul{
    width:47%;
    margin:20px 0 50px;
}

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

.ingredient ul li{
    border-bottom:2px dashed #000;
    list-style:disc;
    margin-left: 1em;
}

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

.ingredient ul li dl dt{
    margin:0;
    padding: 0 10px 0 0;
    text-align: left;
}

.ingredient ul li dl dd{
    margin:0;
    padding: 0 0 0 10px;
    text-align: right;
}


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

.howto ul{
    margin-top:30px;
}

.howto ul li{
    margin:30px 0 0 1em;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.howto ul li p{
    font-size:2rem;
}

.howto ul li p.number{
    width:3%;
}
.howto ul li p.number span{
    width: 35px;
	height: 35px;
	border-radius: 100%;
	border: solid 1px #000;
	text-align: center;
	line-height:35px;
    transform: translateX(-50%);
    display: block;
}

.howto ul li p.text{
    width:97%;
}


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

.point{
    margin-top:40px;
}

.point div{
    margin-top:30px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.point img{
    width:50%;
    margin-right:-15%;
}

.point p{
    width:60%;
    background:#ed491f;
    border-radius: 50px;
    border:5px solid #000;
    padding:40px 20px;
    color:#fff;
    font-size:2.4rem;
}


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

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


/******************** recipe_list ********************/

#recipe_list{
    margin:0;
    padding:0 0 250px;
}

#recipe_list .inner{
    position: relative;
}

#recipe_list img.deco01{
    position: absolute;
    max-width:360px;
    width:70%;
    top:0;
    right:-27%;
}

#recipe_list img.deco02{
    position: absolute;
    max-width:750px;
    width:80%;
    top:-15%;
    left:-55%;
}


#recipe_list h2 {
    width:765px;
    margin:0 auto 0;    
}

#recipe_list ul,
#recipe_lc_list ul{
    display: flex;
    justify-content:space-around;
    margin:90px auto 0;
    flex-wrap: wrap;
}

#recipe_list ul li,
#recipe_lc_list ul li{
    width:48%;
    position: relative;
    margin:0 0 8%;
}



#recipe_list ul li img.deco,
#recipe_lc_list ul li img.deco{
    position: absolute;
    max-width:270px;
    width:60%;
    top:-12%;
    left:-12%;
}

#recipe_list ul li img.text,
#recipe_lc_list ul li img.text{
    margin-top:-20px;
}


/******************** recipe_lc_list ********************/

#recipe_lc_list{
    background:#fcf6e1;
    margin:0;
    padding:100px 0 100px;
}

#recipe_lc_list .inner{
    position: relative;
}

#recipe_lc_list img.deco01{
    position: absolute;
    max-width:750px;
    width:80%;
    top:-14%;
    right:-40%;
}

#recipe_lc_list h2 {
    width:810px;
    margin:-250px auto 0;    
}

/******************** tohome ********************/

#tohome{
    text-align: center;
    position: fixed;
    bottom:1%;
    right:1%;
    background:#fff;
    border:3px solid #000;
    border-radius: 30px;
    padding:10px ;
    width:200px;
}

#tohome a{
    display: block;
    color:#fff;
    background:#ed491f;
    border:3px solid #000;
    padding:5px 10px;
    border-radius: 30px;
}


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

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

/******************** sp_detail ********************/

.detail{
    margin:30px 0;
    border-radius: 50px;
}

.detail h2{
    font-size:2.4rem;
    align-items: center; 
    display: flex;
}



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


.ingredient .wrap{
    display: block;
    margin:15px 0 40px;
    font-size:1.6rem;
}

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



/******************** sp_how to ********************/

.howto ul{
    margin-top:30px;
}

.howto ul li p{
    font-size:1.6rem;
}

.howto ul li p.text{
    width:90%;
}



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

.point div{
    flex-wrap: wrap-reverse;
}

.point img{
    width:100%;
    margin-right:0;
}

.point p{
    width:100%;
    background:#ed491f;
    border-radius: 30px;
    border:5px solid #000;
    padding:30px 20px;
    color:#fff;
    font-size:2rem;
    margin-top:10px;
}


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

/******************** sp_recipe_list ********************/

#recipe_list{
    margin:0;
    padding:0 0 100px;
}

#recipe_list h2 {
    width:100%;
    margin:0px auto 0;    
}

#recipe_list ul,
#recipe_lc_list ul{
    display: block;
    margin:50px auto 0;
}

#recipe_list ul li,
#recipe_lc_list ul li{
    width:100%;
    position: relative;
    margin:0 0 15%;
}

/******************** sp_recipe_lc_list ********************/

#recipe_lc_list{
    background:#fcf6e1;
    margin:0;
    padding:60px 0 50px;
}

#recipe_lc_list img.deco01{
    position: absolute;
    width:80%;
    top:-5%;
    right:-40%;
}

#recipe_lc_list h2 {
    width:100%;
    margin:-150px auto 0;    
}


}/*SP media*/