@charset "utf-8";
/******************************************************

        スマートフォンサイト用

/******************************************************/
/* elements  */
/******************************************************/
@media screen and (max-width: 767.999px) {
/* カテゴリ
----------------------------------------------- */
#recipe_navi {
    clear: both;
    margin: 0 10px 15px;
}
#recipe_navi .navi_tab {
    height: 35px;
    width: 100%;
    padding: 0;
}
#recipe_navi .navi_tab li {
    display: block;
    float: left;
    height: 35px;
    width: 49.4%;
    margin-right: 0.8%;
    text-align: center;
    background: #e4e1ad;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#recipe_navi .navi_tab li:last-child {
    float: right;
    width: 49.4%;
    margin-right: 0;
    background: #b8dddd;
}
#recipe_navi .navi_tab li.active {
    background: #f1eebb;
}
#recipe_navi .navi_tab li.active:last-child {
    background: #c5f0f0;
}
#recipe_navi table.navi_table {
    background: #fcfcf3;
    border: 3px solid #f1eebb;
    width: 100%;
}
#recipe_navi table.navi_table:last-child {
    background: #faffff;
    border: 3px solid #c5f0f0;
}
#recipe_navi table.navi_table td {
    padding: 0;
    border: 1px solid #c1b2a6;
    width: 33%;
    line-height: 1.4;
}
#recipe_navi table.navi_table:last-child td {
    border: 1px solid #a6cdcd;
}
#recipe_navi table.navi_table a {
    background: url(/wp/wp-content/themes/treha/images/brown_arrowR2.png) no-repeat right 4px center;
    background-size: 7px 11px;
    display: block;
    padding: 12px 10px;
    color: #524337;
    text-decoration: none;
}
#recipe_navi {
}
#recipe_navi .none {
    display: none;
}
/*TOP新着
----------------------------------------------- */
#top_new_recipe_area {
    margin-top: 20px;
}
#top_new_recipe_area h2{
    text-align: center;
    margin-bottom: 15px;
}
#top_new_recipe_area p{
    padding-bottom: 0;
}
#top_new_recipe_area .item_list {
    display: flex;
    width: 100%;
	justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 15px 0;
}
#top_new_recipe_area .item_list .item{
    width: calc(50% - 5px);
    box-sizing: border-box;
    text-align: center;
}
#top_new_recipe_area .item_list .item.odd{
}
#top_new_recipe_area .item_list .item.even{
}
#top_new_recipe_area .item_list .item .image {
	aspect-ratio: 600/400;
}
#top_new_recipe_area .item_list .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top_new_recipe_area .item_list .name{
    text-align: center;
    margin-top: 8px;
    letter-spacing: 0;
    font-size: 130%;
}
#top_new_recipe_area .item_list .name a {
    text-decoration: none;
    color: #664f3d;
}
#top_new_recipe_area .more_link{
    text-align: center;
}
#top_new_recipe_area .item_list::after {
    display: none;
}
/* TOPランキング
----------------------------------------------- */
#top_ranking_area {
    margin: 25px 0 15px;
}
#top_ranking_area p{
    padding-bottom: 0;
}
#top_ranking_area h2 {
    background: #4dc1c1;
    text-align: left;
    margin-bottom: 15px;
}
#top_ranking_area .recipe_area{
    padding: 0 10px;
}
#top_ranking_area .ranking_recipe_first {
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;

}
#top_ranking_area .ranking_recipe_first .recipe_image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
#top_ranking_area .ranking_recipe_first .recipe_image{
    margin-bottom: 10px;
}
/* #top_ranking_area .ranking_recipe_first .data_area{
    display: table;
} */
#top_ranking_area .ranking_recipe_first .ranking_data_area {
    display: flex;
}
#top_ranking_area .ranking_recipe_first .ranking_data_area .ranking_num {
     flex-shrink: 0; 
     padding: 0 10px;
     width: 42px;
     vertical-align: top;
}
#top_ranking_area .ranking_recipe_first .ranking_data_area .ranking_data {
    padding: 0 10px;
    vertical-align: top;
    text-align: left;
}
#top_ranking_area .ranking_recipe_first h3{
    font-weight: bold;
    font-size: 155%;
    color: #685245;
}
#top_ranking_area .ranking_recipe {
    padding: 10px 0;
    border-bottom: 1px solid #CDCDCD;
    display: table;
    width: 100%;
}
#top_ranking_area .ranking_recipe .recipe_image{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
#top_ranking_area .ranking_recipe .recipe_image img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
#top_ranking_area .ranking_recipe .data_area{
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}
#top_ranking_area .ranking_recipe .data_area .title_area{
    display: table;
    width: 100%;
}
#top_ranking_area .ranking_recipe .data_area .ranking_num{
    display: table-cell;
    vertical-align: top;
    width: 27px;
}
#top_ranking_area .ranking_recipe .data_area h3{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: bold;
    font-size: 145%;
    line-height: 1.25;
    text-align: left;
    color: #685245;
}
#top_ranking_area .ranking_recipe .data_area .point{
    margin-top: 7px;
    font-size: 130%;
    line-height: 1.3;
}
#top_ranking_area a {
    text-decoration: none;
    color: #8c7f77;
}
/* イチオシ特集
----------------------------------------------- */
#tokusyu {
    clear: both;
    margin-bottom: 15px;
}
#tokusyu h2 {
    background: url(/wp/wp-content/themes/treha/images/smp/h2_top_tokusyu_bg.png);
    background-size: 30px 30px;
    margin-bottom: 10px;
    text-align: center;
}
#tokusyu ul {
    width: 300px;
    padding: 0;
    margin: auto;
}
#tokusyu ul img {
    display: block;
}
#tokusyu .bnr01 {
    clear: both;
    margin-bottom: 10px;
}
#tokusyu .bnr02 {
    float: left;
    margin-bottom: 10px;
}
#tokusyu .bnr03 {
    float: right;
    margin-bottom: 10px;
}
#tokusyu .bnr04 {
    clear: both;
}

/* トレハレシピ
----------------------------------------------- */
#top_recipe {
    clear: both;
    background: #f3f9f9;
    margin-bottom: 35px;
}
#top_recipe h2 {
    background: url(/wp/wp-content/themes/treha/images/smp/h2_top_recipe_bg.png);
    background-size: 30px 30px;
    text-align: center;
}
#top_recipe .recipe_area {
}
#top_recipe .pickup_recipe {
    border-bottom: 1px solid #c8d7d7;
    text-align: left;
}
#top_recipe .pickup_text {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #c8d7d7;
}
#top_recipe .pickup_recipe a {
    background: url(/wp/wp-content/themes/treha/images/smp/brown_arrowR.png) no-repeat right 10px center;
    background-size: 9px 14px;
    display: flex;
    padding: 10px 30px 10px 10px;
    color: #524337;
    text-decoration: none;
}
#top_recipe .recipe_image {
    background: url(/wp/wp-content/themes/treha/images/smp/top_recipe_photo_bg.png) no-repeat;
    background-size: 112px 81px;
    padding: 5px 0 0 5px;
    width: 107px;
    height: 81px;
    flex-shrink: 0; 
}
#top_recipe .recipe_image img {
    width: 102px;
    height: auto;
}
#top_recipe .pickup_recipe h3 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3;
    padding: 0 0 8px 0;
}
#top_recipe .pickup_recipe .data {
    padding-left: 10px;
}
#top_recipe .pickup_recipe .point1 {
    background: url(/wp/wp-content/themes/treha/images/smp/top_recipe_point.png) no-repeat ;
    background-size: 29px 36px;
    padding: 0 0 0 34px;
    min-height: 34px;
    background-position: left top;
}
#top_recipe .pickup_recipe .point1 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 4px;
}

/* クッキング動画
----------------------------------------------- */
#cooking_movie {
    clear: both;
    background: url(/wp/wp-content/themes/treha/images/cooking_school_bg2.png) repeat-x;
    background-size: 6px 170px;
    margin-bottom: 15px;
}
#cooking_movie .bg {
    background: url(/wp/wp-content/themes/treha/images/cooking_school_bg.jpg) no-repeat center top;
    background-size: 320px 170px;
    width: 320px;
    height: 170px;
    padding: 10px 0;
    margin: auto;
    position: relative;
}
#cooking_movie h2 {
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}
#cooking_movie p {
    position: absolute;
    left: 170px;
    top: 52px;
    width: 144px;
    height: 50px;
    font-size: 110%;
    font-weight: bold;
}

/* TOPニュース
----------------------------------------------- */
#top_news {
    clear: both;
    margin-bottom: 15px;
}
#top_news h2 {
    background: url(/wp/wp-content/themes/treha/images/smp/h2_top_news_bg.png);
    background-size: 30px 30px;
    text-align: center;
}
#top_news ul {
    padding: 0;
}
#top_news li {
    border-bottom: 1px solid #decfc4;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    color: #534133;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#top_news li img {
    /* vertical-align: middle; */
    order: 2;
}
#top_news li span.date {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    order: 1;
}
#top_news li span.article_title {
    order: 3;
    width: 100%;
    padding-top: 3px;
    line-height: 1.4;
}
#top_news li span.link {
    display: block;
    padding-top: 3px;
    line-height: 1.4;
}


#top_news .news_link {
    margin-top: 15px;
    text-align: center;
}

/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}



/*TOPBNR
----------------------------------------------- */
#smp_lp_banner {
    margin-top: 20px;
    text-align: center;
}
}