/*
 Theme Name:   every_tcd075-child
 Description:  every_tcd075 child Theme
 Author:       Joto
 Template:     every_tcd075
 Version:      2.6
 Text Domain:  every_tcd075-child
*/





/* -------
本文中のボタン
-------*/
.wp-block-button__link{
    background-color: #ff977e;
    color: #fff!important;
    padding: 1em;
}




/* -----
footer
 -------*/

footer#footer {
    background-color: #fff;
}
#copyright{
    background-color: #f6f6f6;
}


/* -------
あんこ講義
-------------*/

.kougi_head{
    background-image: url("images/page-header11.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}



/* -------
あんこ辞典
-------------*/
.jiten_head{
    background-image: url("images/page-header09.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}


/* -------
カテゴリーの表示-SP
-------------*/
@media screen and (max-width: 650px){
#recipe_child_category_list li {
    font-size: 10px!important;
}
#jiten_archive #recipe_child_category_list {
    width: 1113px;
}
}


/* -------
レシピ情報　あんこリンク
-------------*/
dd.anko-link {
    flex-wrap: wrap;
}
/* .anko-link a{
    color: #006af4!important;
}
.anko-link a:hover{
    color: #59acff!important;

} */


#recipe_video_data ._3over,
#recipe_video_data ._3over_column{
    font-size: 0.9em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#recipe_video_data ._4over_column{
    font-size: 0.8em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 1210px){
    #recipe_video_data ._3over,
#recipe_video_data ._3over_column,
#recipe_video_data ._4over_column{
    justify-content: flex-start;
}
}
@media screen and (max-width: 500px){
    #recipe_video_data ._3over_column{
        line-height: 25px;
    }
    #recipe_video_data ._4over_column{
        font-size: 0.9em;
        line-height: 25px;
    }

}

@media screen and (max-width: 650px){
    .cb_contents .mb_archive_link a { 
        background: #ff783a!important;}
}
