
/*age*/
#recommend .age .catch,
#recommend .age .catch:before,
#recommend .age .catch:after,
#age #recipe .catch,
#age #recipe .catch:before,
#age #recipe .catch:after,
#age #recipe .detail h3:before{
    color:#61407a;
}
#age #recipe .detail h3,
#recommend .age h3{
    border-bottom: 3px dotted #61407a;
}
#age #recipe .inner{
    border-left:10px solid rgba(97, 64, 122, 0.2);
    border-right:10px solid rgba(97, 64, 122, 0.2);
}

#age #recipe .mg{
    margin:50px auto 130px;
}

#age #recipe .inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    font-size:3.6rem;
    line-height: 1.3;
}

#age #recipe .inner .title img{
    width:80px;
    margin-right:5px;
}

/*health*/
#recommend .health .catch,
#recommend .health .catch:before,
#recommend .health .catch:after,
#health #recipe .catch,
#health #recipe .catch:before,
#health #recipe .catch:after,
#health #recipe .detail h3:before{
    color:#960000;
}
#health #recipe .detail h3,
#recommend .health h3{
    border-bottom:3px dotted #960000;
}
#health #recipe .inner{
    border-left:10px solid rgba(150, 0, 0, 0.2);
    border-right:10px solid rgba(150, 0, 0, 0.2);
}

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

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

#logo{
    top:20px;
    left:20px;
    position:absolute;
}

h1 img{
    width:200px;
}


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

#recipe{
    padding:50px 0 80px;
}

#recipe .catch{
    color:#b97100;
    font-size:2.8rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5px;
    text-align:center;
}

#recipe .catch:before,
#recipe .catch:after{
    content:"●";
    font-size: 1rem;
    color:#b97100;
    margin: 0 8px;
}

#recipe h2{
    font-size:4.3rem;
    text-align:center;
}

#recipe .inner{
    border-left:10px solid rgba(218, 148, 0, 0.2);
    border-right:10px solid rgba(218, 148, 0, 0.2);
}

#recipe .inner .detail{
    max-width:800px;
    width:100%;
    margin:30px auto 0;
    padding:50px;
    background:#fff;
    border-radius: 20px;
}


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

.detail h3{
    font-size:2.8rem;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center; 
    font-family: Klee One;
    border-bottom: 3px dotted #da9400;
}

.detail h3:before{
    content:"●";
    font-size: 1rem;
    color:#da9400;
    margin-right:5px;
}

/*
.ingredient h3:after{
    border-top: 3px dotted #da9400;
    content: "";
    width:70%; 
}

.howto h3:after{
    border-top: 3px dotted #da9400;
    content: "";
    width:80%; 
}
*/
.detail h3 span{
    font-size:2.1rem;
    letter-spacing: 0em;
}

.detail div.wrap{
    font-family: Noto Sans JP;
}

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


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

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

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

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

.ingredient ul li{
    padding:10px 0;
    border-bottom:1px solid #593f2e;
}

.ingredient ul li dl{
    display: flex;
    align-items: center;
    flex-flow: row;
}

.ingredient ul li dl dt{
    font-weight: normal;
}

.ingredient ul li dl dd{
    margin-left: auto;
}

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

.howto ul li{
    margin-top:15px;
    font-family: Noto Sans JP;
}

.howto ul li span{
    font-family: 'Homemade Apple';
    font-size:3rem;
    margin-right:10px;
    width:2rem;
}

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


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

.point{
    width:800px;
    margin:50px auto 0;
    padding:50px;
    background:#fff;
    border-radius: 20px;
    position: relative;
}

.point img{
    position:absolute;
    top:-20px;
    left:-20px;
    width:100px;
}

/******************** ex ********************/

.ex{
    width:100%;
    max-width:800px;
    margin:50px auto 0;
    text-align: center;
}

.ex .sub{
    color:#61407a;
    margin-bottom:-10px;
}

.ex .title{
    font-size:3.6rem;
    margin:0px 0 10px;
    display: flex;
    justify-content:space-between !important;
    align-items: center;
}

.ex .title:before,
.ex .title:after{
    content: "";
    border-top:3px dotted #61407a;
    width:20%;
}

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

#recommend{
    margin:0;
    padding:50px 0 30px;
    text-align:center;
    background:#fff;
}

#recommend h2{
    font-size:3.5rem;
    border-top:1px solid #960000;
    border-bottom:1px solid #960000;
    padding:10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#recommend h2:before,
#recommend h2:after{
    content:"●";
    font-size: 1.4rem;
    color:#960000;
    margin:0 10px;
}

#recommend h2 img{
    position: absolute;
    width:150px;
    top:-40px;
    right:-150px;
}

#recommend .info{
    margin:30px 0 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: Noto Sans JP;
    font-size:1.8rem;
}

#recommend .info:before{
    content:"";
    border-top:3px dotted #960000;
    border-bottom:3px dotted #960000;
    border-left:3px dotted #960000;
    padding:4rem 8px;
    margin-right:10px;
}

#recommend .info:after{
    content:"";
    border-top:3px dotted #960000;
    border-bottom:3px dotted #960000;
    border-right:3px dotted #960000;
    padding:4rem 8px;
    margin-left:10px;
}

#recommend .info p{
    margin:3px 5px;
}

#recommend .info .baby{
    color:#da9400;
    display: inline-block;
}

#recommend .info .age{
    color:#61407a;
    display: inline-block;
}

#recommend .info .health{
    color:#960000;
}


#recommend ul{
    width:810px;
    margin:20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    position: relative;
    z-index:100;
}

#recommend ul li{
    overflow: hidden;
    width:31%;
    margin:20px 0;
}

#recommend .catch{
    color:#b97100;
    font-size:1.8rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 0;
}

#recommend .catch:before,
#recommend .catch:after{
    content:"●";
    font-size: 1rem;
    color:#b97100;
    margin: 0 8px;
}

#recommend h3{
    font-size:2.4rem;
    margin:10px 0 ;
    border-bottom:3px dotted #da9400;
}

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


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

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

/******************** SP / kv ********************/

#logo{
    top:10px;
    left:10px;
    position:absolute;
}

h1 img{
    width:120px;
}

/******************** SP / recipe ********************/

#recipe{
    margin-top:0px;
}

#recipe .inner,
#age #recipe .inner,
#health #recipe .inner{
    border: none;
}


#recipe .inner .detail{
    padding:30px;
}

#recipe .catch{
    font-size:2.2rem;
}

#recipe h2{
    font-size:2.8rem;
}

#age #recipe .inner .title {
    font-size:2.6rem;
}

#age #recipe .inner .title img{
    width:60px;
}

/******************** SP / detail ********************/

.ingredient h3:after{
    width:45%; 
}

.howto h3:after{
    width:60%; 
}
/******************** SP / ingredient ********************/

.ingredient{
    width:100%;
    margin:0 auto 50px;
}

.ingredient .wrap{
    display: block;
    margin-top:20px;
}

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

/******************** SP/point ********************/

.point{
    width:100%;
    padding:30px;
}

.point img{
    position:absolute;
    top:-40px;
    left:-10px;
    width:100px;
}

/******************** SP / ex ********************/


.ex .title{
    font-size:2.6rem;
    display: block;
}

.ex .title:before,
.ex .title:after{
    content: "";
    border:none;
    width:0;
}


/******************** SP / recommend ********************/

#recommend{
    padding:50px 0 30px;
}

#recommend h2{
    font-size:2.6rem;
}

#recommend h2:before,
#recommend h2:after{
    font-size: 1rem;
    margin:0 5px;
}

#recommend h2 img{
    position: absolute;
    width:120px;
    top:-40px;
    right:0;
}

#recommend .info{
    font-size:1.6rem;
}

#recommend .info:before{
    padding:6rem 5px;
}

#recommend .info:after{
    padding:6rem 5px;
}

#recommend .info .baby,
#recommend .info .age{
    display: block;
}

#recommend ul{
    width:100%;
}
#recommend ul li{
    width:48%;
}

#recommend ul li .catch{
    font-size:1.6rem;
}

#recommend .catch:before,
#recommend .catch:after{
    content:"";
    margin: 0;
}

#recommend ul li h3{
    font-size:2rem;
}



}/*SP media*/