.sp { display: none !important; }
p {
    font-family: ���S�V�b�N��;
}
/*---�p���������X�g---*/
#bread {
    width: 960px;
    margin: 15px auto 15px auto;
    text-align: left;
    font-size: 12px;
    color: #333333;
    font-family: "Osaka","�q���M�m�p�S Pro W3","���C���I","Meiryo",verdana,"Hiragino Kaku Gothic Pro","�l�r �o�S�V�b�N","MS PGothic",Sans-Serif;
    line-height: 2;
}
#bread a {
    color: #0033cc;
    text-decoration: none;
}
a:visited {
    color: #444;
    text-decoration: none;
}
a:-webkit-any-link {
    cursor: pointer;
}
/*---------------------*/

main {
    max-width: 2000px;
    display: block;
    text-align: center;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.kv__container {
    position: relative;
}
#top {
    background-image: url(../img/bg_kv_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.top-title.img-switch {
    display: block;
    margin: 0 auto;
    
}
#top .kv-mv {
    width: 960px;
    border-top: solid 5px #F23D46;
    border-bottom: solid 5px #F23D46;
    margin-top: 20px;
}
#recommend h2 {
    margin: 37px 0 0 0;
    padding: 0 0 30px 0;
}

/*---------pulldown------*/
.toggle-switch {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    background-color: rgb(252, 219, 166);
}
.toggle-switch p {
    height: 60px;
    display: flex;
    align-items: center;
}
.toggle-switch::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url(../img/img_recipe_pulldown_arrow_pc.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 30%;
    transform: translateY(0%);
    right: 20px;
    transition: transform .2s;
}
.toggle-switch.open::after {
    transform: rotateZ(180deg);
    top: 30%;
}
.toggle-contents {
    display: none;
    padding: 5px 10px;
}
/*--------------------*/
#subtitle img {
    margin: 39px 0 0 0;
}
.comment-wrap {
    margin: 30px auto;
    width: 91%;
    background-image: url(../img/img_recipe_comment_pc.png);
    background-repeat: no-repeat;
    padding: 53px 0 64px 45px;
}
.comment-wrap p {
    font-weight: bold;
    width: 70%;
    text-align: left;
    line-height: 1.4em;
}
#recipe-nav {
    padding-top: 0;
}
.recipe-nav {
    width: 93%;
    margin: 0 auto;
}
.recipe-nav ul {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.recipe-nav ul li {
    margin: 2px 0.2em;
}

.movie-img-wrap {
    margin: 30px auto 0 auto;
    width: 900px;
    height: 507px;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
}
.movie-img-wrap a img {
    cursor: pointer;
    transition-duration: 0.3s;
}
.movie-img-wrap:hover a img{
    opacity: 0.6;
    transition-duration: 0.3s;
}
.recipe-view {
    margin: 30px auto 0 auto;
    width: 93%;
    border: solid 5px rgb(252, 219, 166);
    border-radius: 13px;
}
.recipe-view h3 {
    margin: 30px 0 15px 0 ;
}
.recipe-view a img {
    margin: 50px 0 70px 0;
}
.recipes {
    width: 95%;
}
.material {
    margin: 30px auto;
}
.material li {
    text-align: left;
}
.material img {
    width: 100%;
}
.material > div {
    margin: 13px 0 0 0;
    display: flex;
    flex-direction: column;
}
.material > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.material > div > div:nth-child(2) {
    margin: 38px 0 0 0;
}
.material > div > div:nth-child(3) {
    margin: 30px 0 0 0;
}
.material > div > div ul {
    width: 47.5%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/img_recipe_material_border_pc.png);
    background-position: bottom; 
    background-repeat: no-repeat;
}
.material > div > div ul:nth-child(odd){
    margin: 0 20px 0 0px;
}
.material > div > div ul:nth-child(even){
    margin: 0 0 0 20px;
}

.material > div > div ul li span:first-child{
    color: rgb(186 ,186 ,186);
    font-size: 20px;
    font-weight: bold;
}
.material > div > div ul li span:last-child{
    color: rgb( 255 ,73 ,40 );
    font-weight: bold;
}

.howto {
    margin: 62px auto;
}
.howto > div {
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.howto ul {
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-image: url(../img/img_recipe_howto_border_pc.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.howto ul img {
    margin: 0 10px 0 0;
}
.recipe-border {
    padding: 68px 0;
}
/*------Top�ɖ߂�{�^��------*/
#goto_top {
    position: fixed;
    right: 10%;
    bottom: 10%;
}

#goto_top a {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background-image: url(../img/img_pagetop.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    line-height: 100px;
    z-index: 100;
} 
/*------Top�ɖ߂�{�^�������܂�------*/

/*------���V�s���Ƃ̃��C�A�E�g����------*/
#caramel-toggle div div:last-child div:first-child div div:last-child {
    margin: 1em 0 0 0;
}
#caramel-toggle div div:last-child div:first-child div div:last-child ul {
    height: 4.5em;
    padding: 0 0 1em 0;
}
#caramel-toggle div div:last-child div:first-child div div:last-child ul li{
    line-height: 1.4;
}
/*---���V�s���Ƃ̃��C�A�E�g���������܂�---*/
.lemon__recipe-number {
    text-align: left;
    margin: 0 0 0 16px;
    font-size: 17px;
}
.lemon__top-recipes {
    margin-top: 0px!important;
}
.custard {
    letter-spacing: -2px;
    font-size: 15px;
}
.pizza__li-left {
    width: 75%;
}
.pizza__cheese {
    margin-top: 30px;
}


/*ANCHOR */
@media screen and (max-width: 896px) { 

    .pc { display: none !important; }
    .sp { display: block !important; }
    
    .header img {
        width: 100%;
    }
    main {
        width: 100%;
    }
    main >section {
        padding: 0 0 0 0;
    }
    #top {
        padding: 0 0 16px 0;
    }
    .top-title {
        margin-top: 12px;
        width: 90%;
    }
    #top .kv-mv {
        width: 100%;
        margin-top: 8px;
    }
    main >section {
    padding: 0 0 1em 0;
    }
    .container {
        width: 100%;
    }
    #recommend h2 {
        padding: 0;
        margin: 0.5em 0 0 0;
    }
    #recommend h2 img {
        width: 90%;
        margin-bottom: -18px;
    }

    #recipe-nav h2 img {
        width: 60%;
        margin: 0.5em 0 0 0;
    }
    .recipe > img {
        width: 93.7%;
    }
    .recipe > img:first-child {
        margin: 2em 0 0 0;

    }
    .comment{
        margin-top: 2%;
    }
    .comment-sp {
        display: flex;
        flex-direction: row;
        margin: 1em auto;
        width: 93%;
        height: 7em;
    }
    .comment-wrap {
        margin: 0 0 0 0;
        width: 61%;
        background-image: url(../img/img_recipe_comment_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0.5em 0px 1em 0.7em;
    }
    .comment-wrap p {
        width: 86%;
        text-align: left;
        font-size: 0.7em;
        font-weight: bold;
        margin: 0 0 0 0;
        line-height: 1.4em;
    }
    .comment-sp img {
        width: 31%;
        margin: 0 0 0 0.7em;
    } 
    .recipe-nav ul {
        margin: 0.5em 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .recipe-nav ul li {
        margin: 0.8em 0 0 0;
        width: 45%;
    }
    .recipe-nav ul li img {
        width: 100%;
    }
    #subtitle h2 img {
        margin: 0.6em 0 0 0;
        width: 93.7%;
    }


    .movie-img-wrap {
        margin: 1em auto 0 auto;
        width: 93.7%;
        height: 13em;
        border-radius: 0.5em;
        overflow: hidden;
        background: none
    }
    .movie-img-wrap img {
        width: 100%;
    }
    .toggle-switch p img:first-child {
        width: 35%;
    }
    /*---------pulldown------*/
    .toggle-switch {
        position: relative;
        cursor: pointer;
        background-color: rgb(252, 219, 166);
    }
    .toggle-switch p {
        height: 2em;
        display: flex;
        align-items: center;
    }
    .toggle-switch::after {
        content: "";
        display: inline-block;
        width: 1.5em;
        height: 1em;
        background: url(../img/img_recipe_pulldown_arrow_pc.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: 34%;
        transform: translateY(0%);
        right: 20px;
        transition: transform .2s;
    }
    .toggle-switch.open::after {
        transform: rotateZ(180deg);
        top: 34%;
    }
    .toggle-contents {
        display: none;
        padding: 5px 10px;
        font-size: 0.9em;
    }
    .toggle-contents img:nth-child(4) {
        width: 100%;
    }
    .toggle-contents a img {
        width: 100%;
    }
    /*--------------------*/
    .recipe-view {
        margin: 0.7em auto 0 auto;
        width: 93%;
        border: solid 0.2em rgb(252, 219, 166);
        border-radius: 0.4em;
    }
    .material {
        margin: 1.5em auto;
    }
    .material > div {
        margin: 0.8em 0 0 0;
    }
    .material > div > div:nth-child(2) {
        margin: 0;
    }
    .material > div > div ul {
        width: 47.5%;
        height: 4em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-image: url(../img/img_recipe_material_border_sp.png);
        background-position: bottom; 
        background-repeat: no-repeat;
    }
    .material > div > div ul {
        width: 100%;
        margin: 0;
    }
    .material > div > div ul:nth-child(odd) {
        margin: 0;
    }
    .material > div > div ul:nth-child(even) {
        margin: 0;
    }
    .howto > img {
        width: 100%;
    }
    .howto ul {
        height: auto;
        padding: 1em 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        background-image: url(../img/img_recipe_howto_border_sp.png);
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .howto ul img {
        width: 5%;
    }
    .howto li {
        line-height: 1.3em;
    }
    .recipe-border {
        padding: 2em 0 0.5em 0;
    }
    .recipe-border img {
        width: 93%;
    }
    h3 img {
        width: 60%;
    }
    .recipe-view a img {
        margin: 2em 0 3.5em 0;
    }
    .copyright  {
        width: 100%;
    }
    #goto_top {
        position: fixed;
        right: 10%;
        bottom: 15%;
    }
    
    #goto_top a {
        width: 4em;
        height: 4em;
        background-image: url(../img/img_pagetop.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        line-height: 100px;
        z-index: 100;
    }

    /*------���V�s���Ƃ̃��C�A�E�g����------*/
    #teriyaki > div:nth-last-of-type(2) > div > div {
        padding: 1.5em 0px 1em 0.7em;
    }
    #teriyaki > div:nth-last-of-type(2) > div > div p {
        width: 88%;
    }
    #caramel-toggle div div:last-child div:first-child div div:last-child ul li{
        line-height: 1.5em;
    }
    #caramel > div:nth-last-of-type(2) > div > div {
        padding: 1.8em 0 1em 1em;
    }
    #prawn-egg > div:nth-last-of-type(2) > div > div {
        padding: 0.2em 0px 1em 0.7em;
    }
    #prawn-egg-toggle div div:last-child div:first-child div div:first-child ul:last-child li{
        line-height: 1.5em;
    }
    #bonito-vege > div:nth-last-of-type(2) > div > div {
        padding: 1.2em 0 1.2em 0.7em;
    }
    #mackerel-nanban > div:nth-last-of-type(2) > div > div {
        padding: 1.2em 0 1.2em 0.7em;
    }
    /*---���V�s���Ƃ̃��C�A�E�g���������܂�---*/
    .lemon__comment {
        margin-top: 30px;
    }
    .lemon__recipe-number {
        text-align: left;
        margin: 0 0 0 3px;
        font-size: 17px;
    }
    .custard {
        letter-spacing: -3px;
        font-size: 12px;
    }
    .pizza__li-left {
        width: 85%;
    }
    .pizza__cheese {
        margin-top: 0;
    }
    .pizza__val {
        margin-top: 0!important;
    }
}
