@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    recipe_sp.css
    -> SP
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
        for SP
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    background-image:url(../images/parts_bg.png);
}

#contents_area{
    background-color: #fff;
}

#section_yodogawa{
    padding: 20px 15px 25px 15px;
}

#section_yodogawa h2{
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.8em;
}

#section_yodogawa p{
    font-size: 15px;
    line-height: 1.8em;
}

#main_visual img{
    width: 100%;
    height: auto;
}

#section_recipe .recipe_visual img{
    width: 100%;
    height: auto;
}

#section_recipe .section_inner{
    padding: 30px 15px 0 15px;
}

#section_recipe li{
    margin: 0 0 65px 0;
}

#section_recipe li:last-child{
    margin: 0 0 30px 0;
}

#section_recipe li h3{
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: .1em;
    white-space: nowrap;
}

#section_recipe li h3.small{
    font-size: 16px;
}

#section_recipe li .material{
    margin: 0 0 30px 0;
    display: inline-block;
    vertical-align: text-bottom;
}

#section_recipe li .material .col{
    padding: 0 20px 0 0;
    margin: 0 25px 20px 0;
    vertical-align: top;
}

#section_recipe li .material .col:last-child{
    margin: 0;
}

#section_recipe li h4{
    padding-bottom: 8px;
    margin: 0 0 18px 0;
    font-size: 16px;
    letter-spacing: .1em;
    border-bottom: 1px solid #989898;
}

#section_recipe li p{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.8em;
}

#section_info{
    background-image:url(../images/parts_bg_gray.png);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section_info .info_inner{
    padding: 15px;
}

#section_info h3{
    margin: 0 0 10px 0;
    font-size: 18px;
    letter-spacing: .05em;
}

#section_info p.name{
    margin: 0 0 -2px 0;
    font-size: 15px;
}

#section_info p{
    font-size: 13px;
    line-height: 2em;
}

#section_info a{
    color: #FFF100;
}

#section_info a:hover{
    text-decoration: underline;
}


}