@charset "utf-8";

/* =============================================
・767pxまでをスマホ
・768pxからタブレット／PC
============================================= */
@media screen and (max-width:767px) {
    .onlyPC {
        display: none !important;
    }
    .onlySP {
        display: block;
    }
}
@media screen and (min-width:768px) {
    .onlyPC {
        display: block;
    }
    .onlySP {
        display: none !important;
    }
}
@media (min-width: 1201px) {
    .onlyTB1 {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .onlyTB1 {
        display: block !important;
    }
}
@media (min-width: 961px) {
    .onlyTB2 {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .onlyTB2 {
        display: block !important;
    }
}
@media (min-width: 451px) {
    .onlySP1 {
        display: none !important;
    }
}
@media (max-width: 450px) {
    .onlySP1 {
        display: block !important;
    }
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.ofh {
    overflow: hidden;
}
/* =============================================
・1000pxまでをスマホ／タブレット
・1001pxからPC
============================================= */
@media screen and (max-width:1000px) {
    .onlyPC_1000 {
        display: none !important;
    }
    .onlySP_1000 {
        display: block;
    }
}
@media screen and (min-width:1001px) {
    .onlyPC_1000 {
        display: block;
    }
    .onlySP_1000 {
        display: none !important;
    }
}
/* =============================================
 ヘッダー
============================================= */
.section-dmd-head {
    margin-bottom: 0;
}
.section-dmd-head > img {
    width: 100%;
}
.section-dmd-head h1 {
    margin: 0;
    display: block;
    width: 100%;
}
.section-dmd-head h1 img {
    width: 100%;
}
.text-dmd-about {
    padding-top: 40px;
    color: #707070;
}
/* =============================================
 タイトル
============================================= */
.dmd-title {
    position: relative;
    width: 100%;
}
.dmd-title:first-of-type {
    margin-top: 40px;
}
.dmd-title h2 {
    padding: 0 0 10px 15px;
    font-size: 28px;
    color: #00B7A8;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    line-height: 1;
}
.dmd-title span {
    position: absolute;
    font-size: 45px;
    color: #eee;
    top: 0;
    left: 0;
    margin-top: -30px;
    font-weight: 600;
    z-index: 1;
    line-height: 1;
}
.dmd-title h2.ttl-today {
    color: #00B7A8;
    position: relative;
    padding: 0 0 0 30px;
}
.dmd-title h2.ttl-today::before {
    content: '';
    position: absolute;
    background: url("../img/ttl_r01.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 5px;
    top: -8px;
}
.dmd-title h2.ttl-today::after {
    content: '';
    position: absolute;
    background: url("../img/ttl_r02.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: -8px;
    margin-left: 10px;
}
.dmd-title h2.ttl-week {
    color: #3285cb;
    position: relative;
    padding: 0 0 0 30px;
}
.dmd-title h2.ttl-week::before {
    content: '';
    position: absolute;
    background: url("../img/ttl_w01.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 5px;
    top: -8px;
}
.dmd-title h2.ttl-week::after {
    content: '';
    position: absolute;
    background: url("../img/ttl_w02.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: -8px;
    margin-left: 10px;
}
#recipe-more .dmd-title h2 {
    margin-bottom: 10px;
}
/*@media screen and (min-width:768px) and ( max-width:1024px) {
#recommend-cont .dmd-title span {
    margin-top: -60px;
}
}*/
@media (max-width: 960px) {
    .dmd-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .dmd-title span {
        font-size: 40px;
        margin-top: -20px;
        top: 0;
    }
    .dmd-title h2.ttl-today, .dmd-title h2.ttl-week {
        padding: 0 0 0 25px;
    }
    .dmd-title h2.ttl-today::before, .dmd-title h2.ttl-week::before {
        width: 30px;
        height: 30px;
        top: 0px;
        margin-left: 5px;
    }
    .dmd-title h2.ttl-today::after, .dmd-title h2.ttl-week::after {
        width: 30px;
        height: 30px;
        top: 0px;
        margin-left: 5px;
    }
    .dmd-container .main section#recommend-cont {
        margin-top: 90px !important;
    }
    #recommend-cont .dmd-title span {
        margin-top: -50px;
        line-height: 0.8;
    }
}
@media (min-width: 961px) {
.dmd-title:first-of-type {
    margin-top: 60px;
}
}
/* =============================================
 ボックス
============================================= */
.dmd-container .main-box {
    width: 100%;
    padding: 30px 15px 20px;
    position: relative;
    margin: 30px 0 0 0;
    border-radius: 5px;
}
.dmd-container .main-box .dmd-title span {
    margin-left: -15px;
}
.dmd-container .main section:first-of-type {
    margin-top: 0 !important;
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
    .dmd-container section {
        margin-top: 60px;
    }
    .dmd-container .main-box {
        padding: 30px 15px 20px;
        margin: 0 0 0 0;
    }
    #program .dmd-title {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .dmd-container section {
        margin-top: 60px;
    }
    .dmd-container section#aside-cont-sp {
        margin-top: 40px !important;
    }
    .dmd-container .main-box {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 20px 0 0 -15px;
        padding: 10px 15px 10px;
        border-radius: 0;
    }
    .dmd-container .main-box .dmd-title {
        margin-left: 15px;
    }
}
.today-box {
    background: url("../img/patarn.png") #c7ede3 repeat top center;
}
.ranking-box {
    background: url("../img/patarn_dot.png") #f8f5e7 repeat top center;
    padding-bottom: 0 !important;
}
.ranking-box .dmd-title h2 {
    color: #A6713E;
    padding: 0;
    margin-bottom: 40px;
}
.ranking-box .dmd-title span {
    color: rgba(255, 255, 255, 0.8);
}
.program-box {
    background: url("../img/patarn.png") #FCD6D6 repeat top center;
}
.program-box .dmd-title h2 {
    color: #FF5F8A;
    padding: 0;
}
.program-box .dmd-title span {
    color: rgba(255, 255, 255, 0.9);
}
.present-box {
    background: url("../img/patarn3.png") #FFFAC8 repeat center center;
}
.present-box .dmd-title h2 {
    color: #9f8335;
    padding: 0;
}
.present-box .dmd-title span {
    color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
    .program-box {
        padding-bottom: 60px !important;
    }
    .dmd-container section#present {
        margin-top: 0 !important;
    }
}
.program-mini-box {
    background: url("../img/patarn2.png") #FCD6D6 repeat center center;
    padding: 15px !important;
    margin-bottom: 30px;
}
.dmd-container .main #program-mini {
    margin-top: 30px !important;
}
.program-mini-box-friday {
    background: url("../img/patarn2.png") #FFCCE8 repeat center center;
    padding: 15px !important;
    margin-bottom: 30px;
}
.mini-friday {
    background: url("../img/patarn2.png") #FFCCE8 repeat center center !important;
}
#dmm-onnela-ranking {
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    #dmm-onnela-ranking {
        margin-bottom: 100px !important;
    }
}
/* =============================================
 ボタン
============================================= */
.btn-top {
    position: relative;
    border: 2px solid #00B7A8;
    padding: 2px 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #00B7A8;
    color: #fff;
    float: right;
}
.btn-top:hover, .btn-top:focus {
    background: #fff;
    color: #00B7A8;
}
.btn-top::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-top:hover::after, .btn-top:focus::after {
    color: #00B7A8;
}
.btn-dmd {
    position: relative;
    border: 2px solid #00B7A8;
    padding: 8px 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #00B7A8;
    color: #fff;
}
.btn-dmd:hover, .btn-dmd:focus {
    background: #fff;
    color: #00B7A8;
}
.btn-dmd::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-dmd:hover::after, .btn-dmd:focus::after {
    color: #00B7A8;
}
.btn-color1 {
    border: 2px solid #A6713E;
    background: #A6713E;
    color: #fff;
}
.btn-color1:hover, .btn-color1:focus {
    background: #fff;
    color: #A6713E;
}
.btn-color1::after {
    color: #fff;
}
.btn-color1:hover::after, .btn-color1:focus::after {
    color: #A6713E;
}

#dmd-aside-onnela-ranking .section-button {
    text-align: center;
}
.btn-dmd-onnela {
    width: 75%;
    margin: 10px auto 0;
    padding: 2px 30px;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 6px;
    position: relative;
    border: 2px solid #3c9487;
    background: none;
    background: #3c9487;
    color: #fff;
}
.btn-dmd-onnela:hover, .btn-dmd-onnela:focus {
    background: #fff;
    color: #3c9487;
}
.btn-dmd-onnela::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-dmd-onnela:hover::after, .btn-dmd-onnela:focus::after {
    color: #3c9487;
}

@media (max-width: 767px) {
    #recipe-more > .main > .section-button {
        margin-bottom: 60px;
    }
}
.btn-color2 {
    border: 2px solid #70aee1;
    background: #70aee1;
    color: #fff;
}
.btn-color2:hover, .btn-color2:focus {
    background: #fff;
    color: #70aee1;
}
.btn-color2::after {
    color: #fff;
}
.btn-color2:hover::after, .btn-color2:focus::after {
    color: #70aee1;
}
.btn-tell {
    position: relative;
    width: 100%;
    border: 2px solid #FF5F8A;
    padding: 20px 40px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    background: none;
    background: #FF5F8A;
    color: #fff;
    line-height: 1;
}
.btn-tell:hover, .btn-tell:focus {
    background: #fff;
    color: #FF5F8A;
}
@media (min-width: 768px) {
    .btn-tell {
        position: relative;
        max-width: 600px;
    }
    .btn-tell:hover, .btn-tell:focus {
        background: #FF5F8A;
        color: #fff;
    }
}
.btn-present {
    position: relative;
    border: 2px solid #000;
    padding: 2px 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #000;
    color: #fff;
}
.btn-present:hover, .btn-present:focus {
    background: #fff;
    color: #000;
}
.btn-present::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-present:hover::after, .btn-present:focus::after {
    color: #000;
}
/* =============================================
 custom.css調整　/　hover調整
============================================= */
a .thumb .photoreci img {
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
a:hover .thumb .photoreci img, a:focus .thumb .photoreci img {
    opacity: .8;
}
.dmd-container .main {
    margin-bottom: 40px !important;
}
.dmd-container .main section {
    margin-top: 60px !important;
}
.dmd-container .main #news {
    margin-top: 0 !important;
}
.dmd-container .main #recipe-list {
    margin-top: 0 !important;
}
.dmd-container .main #recipe-more {
    margin-top: 0 !important;
}
.dmd-container .main .section-button {
    margin-top: 20px !important;
}
#dmd-onnela-ranking {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .dmd-container .main section {
        margin-top: 80px !important;
    }
    .dmd-container .main {
        margin-bottom: 80px;
    }
    #dmd-onnela-ranking .section-button {
        margin-top: -10px !important;
    }
}
@media (max-width: 767px) {
    .dmd-container .main .pager .hidden-xs {
        display: contents !important;
    }
    .dmd-container .col-xs-6 {
        padding-right: 6px !important;
        padding-left: 15px !important;
    }
    .dmd-container .col-xs-6:nth-of-type(even) {
        padding-right: 15px !important;
        padding-left: 6px !important;
    }
    .dmd-container .main {
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 960px) {
    .dmd-container .col-sm-4 {
        width: 32% !important
    }
}
/*オンネラランキング PC*/
.main section header h2 .daidokoro_text {
    text-transform: none !important;
}
.daidokoro_text {
    text-transform: none !important;
}

/*オンネラランキング PCサイド*/
#dmd-aside-onnela-ranking .aside_ranking{
  margin-top: 40px;
}
#dmd-aside-onnela-ranking .aside_ranking .post{
  margin-top: 20px;
}
#dmd-aside-onnela-ranking .aside_ranking .post .thumbox{
  width: 120px;
  float: left;
  margin-right: 10px;
}
#dmd-aside-onnela-ranking .aside_ranking .post .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
#dmd-aside-onnela-ranking .aside_ranking .post .date{
  font-size: 12px;
  margin: 0;
}
#dmd-aside-onnela-ranking .aside_ranking .post .date .txt{
  height: auto;
}
#dmd-aside-onnela-ranking .aside_ranking .post .image img{
  height: auto;
  width: 100%;
  margin: 0;
}
#dmd-aside-onnela-ranking .aside_ranking .post .text {
  height: auto !important;
}
/*タブレット時　サイドAD消し*/
@media screen and (min-width:768px) and (max-width:1000px) {
    .dmd-container .ad-size-300x250 {
        display: none !important;
    }
    .dmd-container .aside {
        margin-top: -40px !important;
    }
}
/* =============================================
 レシピ数の非表示
============================================= */
/*下部ランキング　SP4-PC3*/
@media (min-width: 768px) {
    #ranking-cont .dmd-recipe-list .col-sm-4:nth-of-type(n+4) {
        display: none;
    }
}
/*下部おすすめ　SP6-PC3*/
@media (min-width: 768px) {
    #recommend-cont .dmd-recipe-list .col-sm-4:nth-of-type(n+4) {
        display: none;
    }
}
/*ランキング　SP10-PC15*/
@media (max-width: 767px) {
    #rabking-list .dmd-recipe-list .col-xs-6:nth-of-type(n+11) {
        display: none;
    }
}
/* =============================================
 レシピ一覧/ランキング一覧/コンテンツ部 写真正方形
============================================= */
.dmd-recipe-list .post {
    border-bottom: none;
    margin-bottom: 40px;
}
.week-box .dmd-recipe-list .post {
    margin-bottom: 0;
}
.dmd-recipe-list .post .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.dmd-recipe-list .post .thumb > .photoreci {
    position: relative;
}
.dmd-recipe-list .post .thumb > .photoreci::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.dmd-recipe-list .post .thumb > .photoreci > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.dmd-recipe-list .post .thumb a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.dmd-recipe-list .post .thumb a:hover img, .dmd-recipe-list .post .thumb a:focus img, .dmd-recipe-list .post .thumb a:active img {
    border-radius: inherit;
}
.dmd-recipe-list .post .recipe-ttle {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}
.dmd-recipe-list .post .tagbox {
    width: 100%;
}
.dmd-recipe-list .post .tagbox {
    font-size: 13px;
    color: #888;
    margin-top: 12px;
}
.dmd-recipe-list .col-xs-6 .post .num {
    position: absolute;
    top: -15px;
    left: 5px;
    width: 28px;
    height: 28px;
    background: #00B7A8;
    padding: 2px 0 0 0;
    border: none;
    color: #fff;
    border-radius: 100%;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    text-align: center;
}
.dmd-recipe-list .col-xs-6:nth-of-type(1) .post .num {
    background: url("../img/icon_no1.png") no-repeat;
    background-color: none;
    background-size: contain;
    border-radius: 0;
    text-indent: 100%;
}
.dmd-recipe-list .col-xs-6:nth-of-type(2) .post .num {
    background: url("../img/icon_no2.png") no-repeat;
    background-color: none;
    background-size: contain;
    border-radius: 0;
    text-indent: 100%;
}
.dmd-recipe-list .col-xs-6:nth-of-type(3) .post .num {
    background: url("../img/icon_no3.png") no-repeat;
    background-color: none;
    background-size: contain;
    border-radius: 0;
    text-indent: 100%;
}
.dmd-norecipe {
    text-align: center;
}
.week-recipe-box .recipe-ttle {
    margin-top: 0;
}
@media (min-width: 768px) {
    #recommend-cont .dmd-recipe-list .post {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .dmd-recipe-list .post {
        margin-bottom: 20px;
    }
}
/*タグ*/
.tagbox {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
}
.tagbox a {
    display: inline-block;
    margin: 0 .6em .6em 0;
    padding: .5em .6em .4em;
    line-height: 1;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 12px;
}
.tagbox a:hover, .tagbox a:focus {
    background-color: #00B7A8;
    border: 1px solid #00B7A8;
    color: #fff;
}
/*.tagbox a:hover, .tagbox a:focus:focus {
    color: #555;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    cursor: default;
}*/
@media (max-width: 767px) {
    #ranking-cont .tagbox, #rabking-list .tagbox, #recommend-cont .tagbox, #recipe-list .tagbox {
        display: none;
        padding-top: 0;
    }
    .dmd-container .play_btn img {
        width: 40% !important;
        height: auto !important;
        opacity: 0.8;
        position: static !important;
    }
    .tagbox a {
        display: inline-block;
        margin: 0 .6em .5em 0;
        padding: .4em .6em .3em;
    }
}
/* =============================================
 プレゼントバナー
============================================= */
.section-dmd-bannar {
    width: 100%;
    margin-top: 40px;
}
.section-dmd-bannar img {
    width: 100%;
}
.section-dmd-bannar .top-bannnar{
    margin-top: 15px;
}
.section-dmd-bannar .top-bannnar:first-of-type{
    margin-top: 0;
}
@media (max-width: 676px) {
    .section-dmd-bannar {
        margin-top: 20px;
    }
}
/* =============================================
 お知らせ
============================================= */
.dmd-news {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    margin-top: 40px;
    background: #fff;
    border: 2px dashed #00B7A8;
}
.dmd-news-ttl {
    width: 20%;
    max: 220px;
    margin: 0 auto;
}
.dmd-news-ttl h2 {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    color: #00B7A8;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}
.dmd-news-ttl h2::before {
    content: '';
    position: absolute;
    background: url("../img/icon_news.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.text-dmd-news {
    width: 80%;
}
.text-dmd-news dl {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
}
.text-dmd-news dt {
    width: 16%;
    padding: 10px 0;
    color: #FF5F8A;
    font-weight: 600;
    border-bottom: 1px solid #00B7A8;
    line-height: 1.6;
}
.text-dmd-news dd {
    width: 84%;
    padding: 10px 0;
    border-bottom: 1px solid #00B7A8;
    line-height: 1.6;
}
/* .text-dmd-news dt:first-of-type {
    padding: 0 0 10px 0;
}
.text-dmd-news dd:first-of-type {
    padding: 0 0 10px 0;
} */
.text-dmd-news dt:last-of-type {
    /* padding: 10px 0 0 0; */
    border-bottom: none;
}
.text-dmd-news dd:last-of-type {
    /* padding: 10px 0 0 0; */
    border-bottom: none;
}
.text-dmd-news dd .fontB {
    font-weight: bold;
    color: #00b7a8;
    font-size: 16px;
}
.text-dmd-news dd a {
    text-decoration: underline;
    color: #ff5f8a;
}
@media (max-width: 1020px) {
    .dmd-news {
        flex-direction: column;
        padding: 10px 15px;
        margin-top: 20px;
    }
    .dmd-news-ttl {
        width: 100%;
        max-width: inherit;
    }
    .text-dmd-news {
        width: 100%;
    }
    .text-dmd-news dl {
        flex-flow: column;
        width: 100%;
    }
    .text-dmd-news dt {
        width: 100%;
        padding: 10px 0 0 0;
        border-bottom: none;
    }
    .text-dmd-news dd {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .text-dmd-news dd:last-of-type {
        padding: 0;
    }
}
/* =============================================
 今日のレシピ
============================================= */
.today-box .dmd-today {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #eceef0;
}
.today-box .dmd-today .recipephoto {
    width: 40%;
    max-width: 280px;
}
.recipe-today {
    width: 65%;
    padding-left: 10px;
    box-sizing: border-box;
}
.recipe-today h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.holiday p {
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*レシピデータ*/
.recipedata {
    color: #056969;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}
.recipedata ul {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    padding-left: 40px;
}
.recipedata ul:before {
    position: absolute;
    content: "1人前";
    padding-right: 6px;
    font-size: 12px;
    white-space: nowrap;
    width: 40px;
    height: 13px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
}
.recipedata ul li {
    color: #056969;
    font-size: 12px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-right: 10px;
    white-space: nowrap;
}
.recipedata ul li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2;
}
.recipedata ul li:first-child::before {
    background: url("../img/icon_recipe_s.png") no-repeat;
    background-size: contain;
}
.recipedata ul li:last-child::before {
    background: url("../img/icon_recipe_c.png") no-repeat;
    background-size: contain;
    padding-right: 0;
}
.themettl-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.themettl-box .date {
    display: block;
    background-color: #07978B;
    padding: 5px 0 5px 10px;
    color: #fff;
    font-weight: 600;
    float: left;
}
.themettl-box .date span {
    font-size: 12px;
    padding: 0 10px 0 0;
    letter-spacing: 2px;
}
.themettl-box .theme p {
    padding-left: 10px;
    color: #07978B;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.themettl-box .theme h2 {
    display: block;
    padding-left: 10px;
    color: #07978b;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.worry-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
#recipe-more .worry-box {
    margin-bottom: 20px;
}
.worry-box .worry-img {
    width: 14%;
    min-width: 150px;
    box-sizing: border-box;
    text-align: left;
}
.worry-box .worry-img img {
    width: 80%;
    height: auto;
    padding-left: 0;
}
.worry-box .worry-txt {
    width: 80%;
}
.worry-box .worry-txt p {
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
}
.worry-box .worry-txt h3 {
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.txt-recipe-more-info {
    border-top: solid 1px #eee;
    padding-top: 20px;
    padding-left: 150px;
    position: relative;
    min-height: 56px;
}
.txt-recipe-more-info::before {
    content: '';
    position: absolute;
    width: 126px;
    height: 56px;
    background: url(../img/point_pc.png) no-repeat;
    background-size: contain;
    padding-right: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1;
}
.txt-recipe-more-info p:first-of-type{
    margin-bottom: 0;
    margin-top:5px;
}
@media (max-width: 1200px) {
    .themettl-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .themettl-box .date {
        margin-bottom: 10px;
    }
    .themettl-box .theme p {
        padding-left: 0;
    }
}
@media (max-width: 960px) {
    .recipe-today {
        padding-left: 10px;
    }
    .recipedata ul {
        padding: 10px 0 0 40px;
        font-size: 10px;
    }
    .recipedata ul:before {
        width: 40px;
        height: 10px;
        padding-top: 5px;
    }
    .recipe-today .recipedata ul li {
        padding-left: 20px;
        padding-right: 6px;
        white-space: normal;
        line-height: 1.2;
    }
    .worry-box .worry-img {
        width: 25%;
    }
    .worry-box .worry-txt {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .recipe-today .tagbox {
        display: contents;
    }
    .themettl-box .theme h2 {
        font-size: 16px;
    }
    .worry-box .worry-img {
        width:25%;
        max-width: 90px;
        min-width: inherit;
        padding-right: 5px;
    }
    .worry-box .worry-img img{
    width: 100%;
    padding-left: 0;
    }
    .worry-box .worry-txt {
        width: 75%;
    }
    .recipedata {
        margin-top: 0;
    }
    #recipe-more .themettl-box {
        margin-bottom: 10px;
    }
    #recipe-more .worry-box {
        margin-bottom: 10px;
    }
    
.txt-recipe-more-info {
    padding-top: 60px;
    padding-left: 0;
}
.txt-recipe-more-info::before {
    width: 160px;
    height: 50px;
    padding-right: 0;
    top: 5px;
    left: 0;
    transform:none;
}
}
/* =============================================
 今週のレシピ
============================================= */
.weektheme h3 {
    color: #1476c7;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.week-box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
    position: relative
}
.week-date {
    width: 60px;
    padding: 8px 5px 5px 5px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #B3DCFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.week-date .daybox {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #3E97E1;
    margin-bottom: 5px;
}
.week-info {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    background-color: #F8F8F8;
}
.week-worrry {
    width: 100%;
    background-color: #ddd;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.week-worrry p {
    display: block;
    margin: 0;
    position: relative;
    padding: 0 0 0 0;
}
.week-worrry img {
    float: left;
    width: 40px;
    height: auto;
    margin-right: 10px;
}
.week-recipe-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    background-color: #F8F8F8;
    padding: 20px 10px;
}
.week-recipe-box {
    width: 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2% 0 0;
}
.week-recipe-box:nth-of-type(3n) {
    margin: 0 0 0 0;
}
.week-recipe-box:nth-of-type(n+4) {
    margin-top: 10px;
}
.week-recipe-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
.week-recipe-box-wrap .post .thumb {
    width: 40%;
    max-width: 100px;
    min-width: 100px;
    margin-right: 10px;
    border-radius: 6px;
}
.week-recipe-info .recipe-ttle {
    box-sizing: border-box;
}
.day-close {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
}
.day-close p {
    text-align: center;
}
@media (max-width: 1020px) {
    .week-date {
        width: 40px;
    }
    .week-info {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .week-recipe-box-wrap, .friday .week-recipe-box-wrap {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        padding: 5px 10px 10px 0;
        margin: 0 0 5px 0 !important;
    }
    .week-date .daybox {
        width: 30px;
        height: 30px;
    }
    .week-recipe-box, .friday .week-recipe-box {
        width: 100% !important;
    }
    .week-recipe-box-wrap .post .thumb {
        width: 40%;
        max-width: 80px;
        max-height: 80px;
        border-radius: 6px;
    }
    .week-recipe-box-wrap .post .thumb img {
        width: 40%;
        max-width: 80px;
        max-height: 80px;
        border-radius: inherit;
    }
    .week-recipe-box {
        margin: 0;
    }
    .week-recipe-box:nth-of-type(3n) {
        margin: 0;
    }
    .week-recipe-box-wrap .dmd-recipe-list .post .recipe-ttle {
        margin-top: 0;
    }
}
/*@media (min-width: 1021px) {
    .week-recipe-box:nth-of-type(3n) {
        margin: 0 0 5px 0;
    }
    .week-recipe-box:nth-of-type(n+4) {
        margin-top: 0;
    }
}
*/
/*金曜日*/
.friday .weektheme h3 {
    color: #E58349;
}
.friday .week-date {
    background-color: #F3BF8B;
}
.friday .week-date .daybox {
    color: #E58349;
}
/*1レシピ*/
/*.friday .week-recipe-box {
    width: 100%;
}*/
/*2レシピ*/
.friday .week-recipe-box-wrap {
    justify-content: space-between;
    align-items: center;
}
.friday .week-recipe-box {
    width: 48%;
}

.friday .week-recipe-box-wrap {
    background-color: #fffaf5;
}
/*プレゼントアイコン*/
.week-present {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    max-width: 60px;
}
.week-present img {
    width: 100%;
    float: right;
    z-index: 1;
    transition: all .3s;
}
@media (min-width: 768px) {
.friday .week-recipe-box:nth-of-type(n+3) {
    margin-top: 15px;
}
}
/* =============================================
 番組MINI
============================================= */
.program-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #F9F5E6;
    /*	border: 2px dashed #FF5F8A;*/
}
.img-program-mini {
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
}
.img-program-mini img {
    width: 100%;
    min-width: 90px;
    max-width: 120px;
}
.text-program-mini {
    width: 70%;
    padding-left: 10px;
    box-sizing: border-box;
}
.text-program-mini h2 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #00B7A8;
}
.text-program-mini h2 span {
    color: #FF5F8A;
}
.text-program-mini h2 span.txt-mini {
    color: #00B7A8;
    font-size: 12px;
}
.text-program-mini p {
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #707070;
    text-align: center;
}
.text-program-mini p.mini-more {
    margin-bottom: 0;
    text-align: left;
}
@media (min-width: 768px) {
    .img-program-mini {
        width: 40%;
        margin: 0 auto;
        overflow: hidden;
    }
    .text-program-mini {
        width: 60%;
        padding-left: 20px;
    }
    .text-program-mini h2 {
        text-align: left;
    }
    .text-program-mini p {
        text-align: left;
    }
.img-program-mini img {
    float: right;
}
}
@media (min-width: 960px) {
    .text-program-mini {
        width: 60%;
        padding-left: 40px;
    }
}
/* =============================================
aside
============================================= */
/*ランキング*/
.aside-dmd-ranking h2 {
    display: block;
    position: relative;
    padding: 0;
    color: #00B7A8;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.aside-dmd-ranking h2::before {
    content: '';
    position: absolute;
    background: url("../img/icon_ranking.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: -30px;
}
.aside-dmd-ranking h2 small {
    color: #00B7A8;
    /* display: inline-block;
    width: 100%; */
}
.aside-dmd-ranking .post {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eceef0;
}
.aside-dmd-ranking .post:last-of-type {
    border-bottom: none;
}
.aside-dmd-ranking .post .thumb {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}
.aside-dmd-ranking .post .thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.aside-dmd-ranking .post .thumb img.sqa {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: inherit;
}
.aside-dmd-ranking .post .repi_ttl{
    width: calc(100% - 70px);
}
.aside-dmd-ranking .post .num {
    position: absolute;
    top: -10px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #00B7A8;
    padding: 2px 0 0 0;
    border: none;
    color: #fff;
    border-radius: 100%;
    font-weight: 700;
    font-size: 12px;
    z-index: 2;
    text-align: center;
}
.aside-dmd-ranking .post:nth-child(1) .num {
    background: url("../img/icon_no1.png") no-repeat;
    background-size: contain;
    text-indent: -999px;
    border-radius: 0;
}
.aside-dmd-ranking .post:nth-child(2) .num {
    background: url("../img/icon_no2.png") no-repeat;
    background-size: contain;
    text-indent: -999px;
    border-radius: 0;
}
.aside-dmd-ranking .post:nth-child(3) .num {
    background: url("../img/icon_no3.png") no-repeat;
    background-size: contain;
    text-indent: -999px;
    border-radius: 0;
}
.aside-dmd-ranking .section-button {
    text-align: center;
}
.aside-dmd-ranking .btn-dmd {
    width: 75%;
    margin: 0 auto;
    padding: 2px 30px;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 6px;
}
/*カテゴリー*/
.aside-dmd-category {
    margin-top: 60px;
}
.aside-dmd-category h2 {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    color: #00B7A8;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.aside-dmd-category h2::before {
    content: '';
    position: absolute;
    background: url("../img/icon_category.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: -30px;
}
.aside-dmd-category h2 small {
    display: block;
    color: #00B7A8;
    font-weight: 400;
    margin-top: 5px;
    font-size: 10px;
}
.aside-dmd-category h2 img {
    height: 24px;
    width: auto;
    padding-right: 10px;
    margin-top: -5px;
}
.aside-dmd-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-dmd-category ul.dmd-category li {
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eceef0;
    font-size: 14px;
}
/*.aside-dmd-category ul.dmd-category li:last-child {
    border-bottom: none;
}*/
.aside-dmd-category ul.dmd-category li a {
    display: inline-block;
    position: relative;
    padding: 15px 0 15px 60px;
    width: 100%;
}
.aside-dmd-category ul.dmd-category li a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 0;
}
.aside-dmd-category ul.dmd-category li a.l_01::before {
    background: url("../img/icon_l_01.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_02::before {
    background: url("../img/icon_l_02.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_03::before {
    background: url("../img/icon_l_03.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_04::before {
    background: url("../img/icon_l_04.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_05::before {
    background: url("../img/icon_l_05.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_06::before {
    background: url("../img/icon_l_06.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_07::before {
    background: url("../img/icon_l_07.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_08::before {
    background: url("../img/icon_l_08.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_09::before {
    background: url("../img/icon_l_09.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_10::before {
    background: url("../img/icon_l_10.png") no-repeat;
    background-size: contain;
}
.aside-dmd-category ul.dmd-category li a.l_11::before {
    background: url("../img/icon_l_11.png") no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .aside-dmd-category ul.dmd-category li a {
        padding: 15px 0 15px 60px;
    }
    .aside-dmd-category ul.dmd-category li a::before {
        left: 10px;
    }
}
/*バナー*/
.aside_bnr {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
ul.list-aside-dmd-bnr {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
ul.list-aside-dmd-bnr li {
    padding: 0 0 10px 0;
    border: none;
}
ul.list-aside-dmd-bnr li:last-child {
    padding: 0 0 0 0;
    border: none;
}
ul.list-aside-dmd-bnr li img {
    width: 100%;
}
.mgb_bnr{
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}
/*twitter*/
.aside_tw {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #1DA1F2;
    box-sizing: border-box;
}
.aside_tw h2 {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0;
    background: #1DA1F2;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.aside_tw h2::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/ico_twitter.png") no-repeat;
    background-size: contain;
    top: 5px;
    left: 20px;
}
.aside_tw h2 a{
    color: #fff !important;
}
.tw-inner {
    width: 100%;
    height: 350px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
/*SNS*/
.aside_sns {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.aside_sns h2 {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    margin: 0;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.aside_sns h2::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/ico_x.png") no-repeat;
    background-size: contain;
    top: 5px;
    left: 20px;
}
.aside_sns h2 a{
    color: #fff !important;
}
.sns-inner {
    width: 100%;
    height: 350px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
/*シェア*/
.aside_shere {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 0;
    width: 100%;
    background: #eee;
    box-sizing: border-box;
    color: #aaa;
    font-size: 16px;
    line-height: 1;
}
.sblink dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
}
.sblink dt {
    width: 40%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sblink dd {
    width: 60%;
}
ul.list_sblink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 0;
    text-align: center;
    margin-bottom: 0;
}
ul.list_sblink li {
    margin: 0;
    display: inline-block;
    padding: 0;
    border-bottom: none;
}
ul.list_sblink li a {
    width: 40px;
    height: 40px;
    padding: 8px 5px 5px 5px;
    background: #000;
    border-radius: 100%;
    box-sizing: border-box;
    display: block;
    transition: all .3s;
}
ul.list_sblink li a img {
    max-width: 80%;
    vertical-align: middle;
}
ul.list_sblink li.sblink_twitter a {
    background: #1da1f2;
}
ul.list_sblink li.sblink_sns a {
    background: #000;
}
ul.list_sblink li.sblink_facebook a {
    background: #1877f2;
    ;
}
ul.list_sblink li.sblink_line a {
    background: #00b900;
}
/* =============================================
asideのコンテンツ表示
============================================= */
/* @media (min-width: 768px) { */
@media (min-width: 1001px) {
    #aside-cont {
        display: none;
    }
    #aside-cont-sp {
        display: none;
    }
}
.dmd-container .main #aside-cont {
    margin-top: 60px !important;
}
#aside-cont .aside_bnr, #aside-cont .aside_tw {
    margin-top: 30px;
}
#aside-cont-sp {
    margin-top: 0;
}
#aside-cont-sp .aside_bnr {
    margin-top: 0;
}
#aside-cont-sp .aside_tw {
    margin-top: 20px;
}
#aside-cont .aside-dmd-category {
    background-color: #C7EDE7;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    padding: 30px 15px 10px 15px;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_01::before {
    background: url("../img/icon_l_01_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_02::before {
    background: url("../img/icon_l_02_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_03::before {
    background: url("../img/icon_l_03_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_04::before {
    background: url("../img/icon_l_04_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_05::before {
    background: url("../img/icon_l_05_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_06::before {
    background: url("../img/icon_l_06_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_07::before {
    background: url("../img/icon_l_07_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_08::before {
    background: url("../img/icon_l_08_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_09::before {
    background: url("../img/icon_l_09_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_10::before {
    background: url("../img/icon_l_10_c.png") no-repeat;
    background-size: contain;
}
#aside-cont .aside-dmd-category ul.dmd-category li a.l_11::before {
    background: url("../img/icon_l_11_c.png") no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .dmd-container .main #aside-cont {
        margin-top: 40px !important;
    }
}
/* =============================================
 レシピ詳細
============================================= */
.dmd-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.dmd-author img {
    width: 64px;
    height: auto;
    margin-right: 10px;
}
.dmd-author .date-more {
    display: block;
    background-color: #07978B;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-weight: 600;
    float: left;
}
.dmd-author .date-more span {
    font-size: 12px;
    padding: 0;
    letter-spacing: 2px;
}
.dmd-recipe-more-wrap .recipemore, .recipe-more-info-box .recipemore {
    background: #E2FFFA;
    padding: 10px;
}
.recipe-more-box {
    width: 100%;
    margin-top: 60px;
}
.recipe-more-box:last-child {
    margin-bottom: 60px !important;
}
.recipe-more-box h3 {
    display: inline-block;
    width: 100%;
    margin: 60px 0 30px;
    padding-bottom: 5px;
    border-bottom: solid 1px #00B7A8;
    color: #07978B;
    font-weight: 600;
    font-size: 18px;
}
.recipe-more-box h3:first-child {
    margin: 0 0 30px;
}
table.ingredients {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
table.ingredients {
    width: 100%;
    max-width: 600px;
}
table.ingredients tr:first-child td, table.ingredients tr:first-child th {
    background-color: #E1CF91 !important;
    font-weight: 500;
}
table.ingredients th, table.ingredients td {
    width: 50%;
    padding: 10px;
    font-weight: normal;
}
table.ingredients th {
    width: 60%;
}
table.ingredients td {
    width: 40%;
}
table.ingredients tr:nth-of-type(odd) th, table.ingredients tr:nth-of-type(odd) td {
    background: #F9F6E7;
}
table.ingredients tr.recipe-element th {
    font-weight: 600;
    color: #B41848;
}
table.ingredients tr.recipe-element th::before {
    content: "【 ";
    margin-left: -6px;
}
table.ingredients tr.recipe-element th::after {
    content: " 】";
}

.fukusai .recipedata{
    margin: 0  auto!important;
	display: flex;
	justify-content:flex-start;
}

.fukusai .recipedata.fukusai-center{
	justify-content: center;
 }


.fukusai .photo-recipe-fukusai img {
    width: 100%;
    max-width: 240px;
    min-width: 120px;
    margin: 20px auto 20px auto;
}

.fukusai .photo-recipe-fukusai:first-of-type img {
    margin: 0 auto 20px auto;
}

.fukusai h4{
    display: inline-block;
    width: 100%;
    margin: 30px 0 30px;
    padding: 4px 0 4px 10px;
    border-left: solid 6px #07978B;
    color: #07978B;
    font-weight: 600;
    font-size: 16px;
}

.fukusai .how-to:last-of-type{
    margin: 0;
}

@media (min-width: 768px) {
    .dmd-author {
        margin-top: 30px;
    }
    table.ingredients {
        margin: 0;
    }
    table.ingredients th {
        width: 50%;
    }
    table.ingredients td {
        width: 50%;
    }
}
.how-to {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: dashed 1px #aaa;
}
.how-to .how-to-num {
    width: 15%;
    max-width: 30px;
    box-sizing: border-box;
}
.how-to .how-to-num span.num {
    font-weight: 700;
    background-color: #00B7A8;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
    border-radius: 100%;
    padding: 5px 0 0 0;
    text-align: center;
}
.how-to .how-to-info {
    width: 85%;
    margin-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.how-to .how-to-info .how-to-txt {
    width: 100%;
}
.how-to .how-to-info .how-to-txt p {
    margin: 0 !important;
}
.how-to .how-to-info .how-to-photo {
    width: 100%;
    max-width: 240px;
    min-width: 120px;
    margin: 10px 0 0 0;
}
.photo-recipe-more,.photo-recipe-fukusai {
    text-align: center;
}
.photo-recipe-more img {
    width: 100%;
    max-width: 240px;
    min-width: 120px;
    margin: 10px auto 0 auto;
}

@media (min-width: 768px) {
    .photo-recipe-more,.photo-recipe-fukusai {
        text-align: left;
    }
    .photo-recipe-more img,.photo-recipe-fukusai img{
        margin: 10px 0 0 0
    }
.fukusai .recipedata.fukusai-center{
	justify-content:flex-start;
 }
    .how-to .how-to-info .how-to-txt p:first-of-type {
        margin-top: 5px !important;
    }
}
@media (min-width: 960px) {
    .how-to .how-to-num {
        width: 8%;
    }
    .how-to .how-to-info {
        width: 92%;
    }
}

/* PR
---------------------------------------- */
.pr-box{
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.pr-box-ttl{
    padding: 0.25em 0.75em;
    margin-right: 1em;
    background: #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.pr-bnr{
    margin: 20px 0;
}
@media (min-width: 768px) {
    .pr-bnr{
        margin: 40px 0;
    }
}

/* バナーエリア
---------------------------------------- */
.share-recipe-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0 40px 0;
    padding: 20px 10px;
    background: #E2FFFA;
}
.share-recipe-ttl {
    width: 100%;
    color: #00B7A8;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.share_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.share_list li {
    width: 30%;
    list-style: none;
    box-sizing: border-box;
}
.share_list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: .5s;
}
.share_list.official li a {
    min-height: 2em;
    padding: 0.75em 0.5em;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}
.share_list.official .icon {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}
.share_list.official .icon::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.share_list .official_youtube a {
    background: #ff0000;
}
.share_list .official_twitter a {
    background: #1da1f2;
}
.share_list .official_sns a {
    background: #000;
}
.share_list .official_facebook a {
    background: #1977F3;
}
.share_list .official_instagram a {
    background: #d4006a url("../img/common/bg_insta.jpg") no-repeat;
    background-size: 100% 140%;
}
.share_list .official_line a {
    background: #00b900;
}
.share_list .official_youtube .icon::before {
    background: url("../img/ico_youtube.png") no-repeat;
    background-size: contain;
}
.share_list .official_twitter .icon::before {
    background: url("../img/ico_twitter.png") no-repeat;
    background-size: contain;
}
.share_list .official_sns .icon::before {
    background: url("../img/ico_x.png") no-repeat;
    background-size: contain;
}
.share_list .official_facebook .icon::before {
    background: url("../img/ico_facebook.png") no-repeat;
    background-size: contain;
}
.share_list .official_instagram .icon::before {
    background: url("../img/ico_insta.png") no-repeat;
    background-size: contain;
}
.share_list .official_line .icon::before {
    background: url("../img/ico_line.png") no-repeat;
    background-size: contain;
}
@media screen and (min-width:1020px) {
    .share-recipe-ttl {
        width: 20%;
        max-width: 180px;
        margin-bottom: 0;
    }
    .share_list {
        width: 80%;
    }
}
@media screen and (max-width:1019px) {
    span.icon span.onlyPC1 {
        display: none;
    }
}
.how-to .how-to-photo img {
    width: 100%;
}
.dmd-recipi-box {
    width: 100%;
    max-width: 640px;
    margin: 20px auto;
}
.dmd-recipi-info {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.dmd-recipi-info h1 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
.no-recipe {
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
    .dmd-recipi-info h3 {
        font-size: 16px;
    }
    .dmd-recipi-info h1 {
        font-size: 18px;
    }
}
/*youtube*/
.movie-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*photo*/
.photo-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-wrap img {
    width: 102%; /*写真端の黒い線隠すため*/
    border-radius: 10px;
}
/* =============================================
 番組概要
============================================= */
.program-wrap {
    padding: 10px;
    background: #F9F5E6;
}
.program {
    padding: 20px;
    border: 2px dashed #FF5F8A;
}
.program h2 {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 0 0 5px 40px;
    border-bottom: solid 1px #00B7A8;
    color: #00B7A8;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    line-height: 1.5
}
.program h2::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/bird.png") no-repeat;
    background-size: contain;
}
.main-program h2:first-of-type {
    margin: 0 0 20px 0;
}
.program h3 {
    color: #FF5F8A;
    font-size: 16px;
}
.main-program {
    margin: 0 auto 20px;
}
.main-program p {
    margin: 0 0 20px;
}
.main-mc {
    width: 50%;
    float: right;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    text-align: center;
}
@media (min-width: 768px) {
    .program {
        padding: 20px;
    }
    .main-mc {
        width: 38%;
        padding: 0 0 10px 20px;
    }
}
@media (min-width: 960px) {
    .program {
        padding: 40px;
    }
}
.main-mc img {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.cast {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}
.fricast {
    justify-content: flex-start;
}
.cast li {
    width: 33%;
    padding: 0 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
    list-style: none;
}
.cast-img {
    margin: 0;
}
.cast-img img {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.cast-name-wrap {
    width: 100%;
}
.cast-info {
    font-size: 12px;
}
.cast-name {
    font-weight: bold;
}
.cast-name-wrap p {
    margin: 0;
}
.cast-name-wrap p + p {
    margin-top: 5px;
}
@media (min-width: 960px) {
    .cast li {
        padding: 0 2%;
    }
    .cast-img img {
        border: 4px solid #fff;
    }
}
/* =============================================
 プレゼント
============================================= */
.present-con1 {
    margin: 20px auto 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.present-info h3 {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
}
.present-info h3 img {
    width: 100%
}
.present-info p.pr_ttl {
    font-size: 22px;
    font-weight: 600;
    color: #FF5F8A;
    line-height: 1.5
}
.present-info p.pr_ttl span {
    font-size: 16px;
    color: #6C4F2D
}
.fs19 {
    font-size: 19px !important;
	color: #FF5F8A !important;
}
.total {
    font-size: 22px !important;
	color: #00b7a8 !important;
}
.present-photo img {
    width: 100%;
}
.present-txt {
    margin: 0 auto;
    padding: 0;
}
.present-txt p {
    margin: 0 0 30px 0;
}
dl.pre-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
dl.pre-list dt {
    width: 100%;
    margin: 0 0 20px;
}
dl.pre-list dd {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
dl.pre-list dd:last-of-type, dl.pre-list dt:last-of-type {
    border: none;
}
.pr_big {
    font-size: 22px;
    font-weight: 600;
    color: #FF5F8A
}
.f_pink {
    font-weight: 600;
    color: #FF5F8A
}
.link_bd{
    border-bottom: 1px solid #333;
}
.detail_txt{
    margin: 25px 0 35px 0;
    line-height: 1.6;
}
.detail_txt a{
    font-weight: bold;
}
@media (min-width: 768px) {
    .detail_txt{
        margin: 30px 0 0 0;
    }
}
.tcenter p{
    text-align: center;
}
p.t_center_sp{
    text-align: center;
}
@media (min-width: 821px) {
 .tcenter p{
    text-align: left;
}
p.t_center_sp{
    text-align: left;
}
}

@media (min-width: 821px) {
    .present-con1 {
        flex-direction: row;
        justify-content: space-between;
        padding: 30px;
        margin: 40px auto 0;
    }
    .present-info {
        width: 48%;
    }
    .present-photo {
        width: 48%;
    }
    .present-txt {
        padding: 20px 20px 0 20px;
    }
    dl.pre-list dt {
        width: 20%;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    dl.pre-list dd {
        width: 80%;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
}
@media (min-width: 960px) {
    .present-txt {
        padding: 40px 40px 0 40px;
    }
    .present-con1 {
        margin-left: 25px;
        margin-right: 25px;
    }
}
/* =============================================
 67コール
============================================= */
.page-wrap {
    margin-top: 40px;
}
.page-box {
    width: 100%;
    margin-bottom: 40px;
}
.page-box h3 {
    display: inline-block;
    width: 100%;
    margin: 40px 0 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #00B7A8;
    color: #00B7A8;
    font-weight: 600;
    font-size: 18px;
}
.page-box h3:first-of-type {
    margin: 0 0 15px;
}
.dmd-container ul.call-list li {
    list-style: circle;
}

/* =============================================
 検索
============================================= */
.dmd-serch {
    padding: 15px 10px 15px;
    margin-top: 20px;
    background: url(../img/patarn6.png) #FFA9CC repeat top center;
border-radius: 5px;
}
.dmd-serch-ttl {
    width: 100%;
    margin: 0 auto;
}
.dmd-serch-ttl h2 {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.dmd-serch-ttl h2::before {
    content: '';
    position: absolute;
    background: url("../img/ico_serch.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.serch-menu {
    width: 100%;
}
.serch-menu ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
	justify-content: space-around;
border-radius: 6px;
    background-color: #f5f5f5;
    color:#333;
    border: 1px solid #eceef0;
font-size: 14px;
    box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.serch-menu ul li{
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5em 0;
    border-right: 2px solid #ff8bbd;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 960;
    color: #dc3360;
}
.serch-menu ul li:last-child{
    border-right: none;
}
.dmd-serch-ttl ul li.active{
    width: 33.3%;
    background-color: #ffddeb;
    color: #de2356;
}

.dmd-serch-ttl ul li a{
    color: #666666 !important;
}
.dmd-serch-ttl ul li:hover{
    background: rgba(255,234,234,0.5)
}
.dmd-serch-ttl ul li:hover a{
    color: #FF1851;
}
.serch-contents{
    padding: 10px;
    margin-top: 20px;
    background: #FFF6F6; 
}

.serch-contents h3{
    color: #fd608b;
    border-left: 4px solid #fd608b;
    padding:0 0 0 10px;
    margin: 10px 0 0 0;
font-size: 16px;
}
.serch-contents h3 span{
font-size: 0.9em;
        display: inline-block;
}

.serch-contents h3 .attention{
    font-size: 0.8em;
    font-weight: normal;
    color: #333;
        display: inline-block;
}

@media (max-width: 350px) {
    .serch-menu ul li {
        font-size: 12px;
    }
    .serch_friday .btn-dmd-fri {
        font-size: 12px !important;
    }
}
@media (min-width: 960px) {
.dmd-serch-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dmd-serch-ttl h2 {
    width: 18%;
    margin-bottom: 0;
}
.serch-menu {
    width: 82%;
}
.serch-menu ul{
font-size: 16px;
    }
.serch-menu ul li{
    font-size: 14px;
}
.serch-contents{
    padding: 10px 20px;
}
.serch-contents h3 span{
        display:unset;
    padding-left: 10px;
    }
}

/* =============================================
 年検索
============================================= */
.bkn-list-wrap{
	width: 100%;
	margin: 20px auto 0;
}
.bkn-list{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
form[name="search-year"]{
		width: 25%;
	}

.bkn-list-year{
    width: 100%;
	padding: 5px 20px 5px 5px;
	margin-bottom: 0.5em;
	background: url("../img/icon_arrow_bot.png") center right .5em no-repeat #fff;
	background-size: 0.75em;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
    color: #333;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    box-sizing: border-box;
}

.bkn-list-month-wrap{
		width: 75%;
	}
.bkn-list-month:first-child{
	display: block;
}
.bkn-list-month ul{
    width: 100%;
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 0;
    padding-left: 20px;
}
.bkn-list-month li{
	width: 16%;
	margin-bottom: 0.25em;
}
.bkn-list-month li a{
	padding: 6px 0;
	background:#FF7B9F;
	border-radius: 5px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}
.bkn-list-month li a.active{
	background:#FF0045;
}
.bkn-list-month li a:hover{
		opacity: 0.7;
	}
.bkn-list-month li span{
	padding: 6px 0;
	background: #ccc;
	border-radius: 5px;
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 961px) {
	form[name="search-year"]{
		width: 15%;
	}
.bkn-list-month-wrap{
		width: 85%;
	}
.bkn-list-month li{
	width: 8%;
	margin-bottom: 0.25em;
}
}
/* =============================================
 検索内お知らせ文
============================================= */
.dmd-notice{
    background: #F9F5E6;
    margin: 1rem auto 0;
    padding: 1.25rem;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
    width: 100%;
}
.dmd-notice p{
    margin-bottom: 0px !important;
}

@media (min-width: 960px) {
    .dmd-notice{
        text-align: center;
    }
}

/* =============================================
 タブ切り替え
============================================= */

.dmd-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:1em 0 0;
}
.dmd-tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #00B7A8;
  display: block;
  order: -1;
}
.dmd-tab-label {
  color: #fff;
  background: #999;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.dmd-tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.dmd-tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
    background: #fff;
}
.dmd-tab-switch:checked+.dmd-tab-label {
  background: #00B7A8;
}
.dmd-tab-switch:checked+.dmd-tab-label+.dmd-tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.dmd-tab-switch {
  display: none;
}
.dmd-tab-switch:checked+.dmd-tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #00B7A8;
    border-width: 14px;
    margin-left: -14px;
}
.dmd-tab-switch:checked+.dmd-tab-label {
    background: #00B7A8;
    position: relative;
}
.dmd-tab-wrap label {
    margin-bottom: 0;
}


/*タイトル*/
.dmd-tab-wrap h3{
    color: #00B7A8;
    font-size: 14px;
    margin-top: 20px;
}
.dmd-tab-wrap h3:first-child{
    margin-top: 0;
}

.serch-contents h4{
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: #ff9db7;
    width: 100%;
    padding: .5em 0;
    box-sizing: border-box;
    margin-bottom: 0;
    border-radius: 20px;
}


/*タグ*/
.serch-tagbox {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
}
.serch-tagbox a {
    display: inline-block;
    margin: 0 .6em .6em 0;
    padding: .6em 0.8em .6em;
    line-height: 1;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
}

.serch-tagbox a.click-on {
    background-color: #00B7A8 !important;
    border: 1px solid #00B7A8 !important;
    color: #fff !important;
}

.serch_friday{
    margin: 1em 0 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serch_friday .btn-dmd-fri {
    position: relative;
    border: 2px solid #fd608b;
    padding: .4em 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2em;
    /* background: none; */
    background: #ffffff;
    color: #fd608b;
}
.serch_friday .btn-dmd-fri:hover, .serch_friday .btn-dmd-fri:focus {
    background: #fd608b;
    color: #fff;
}
.serch_friday .btn-dmd-fri::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    color: #fd608b;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.serch_friday .btn-dmd-fri:hover::after, .serch_friday .btn-dmd-fri:focus::after {
    color: #fff;
}
.serch-tagbox a.selected {
    background-color: #00B7A8;
    border: 1px solid #00B7A8;
    color: #fff;
}
@media (max-width: 767px) {

.serch-tagbox a {
        display: inline-block;
        margin: 0 0.1em 0.8em 0.1em;
        padding: 0.6em 0.8em 0.5em;
    }
}


/*ボタン*/

.serc-button-wrap {
    width: 100%;
    padding: 0;
    margin: 20px 0 10px 0;
    text-align: center;
}
.btn-serch {
    position: relative;
    border: 2px solid #00B7A8;
    padding: 2px 70px 2px 60px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #00B7A8;
    color: #fff;
}
.btn-serch:hover, .btn-serch:focus {
    background: #fff;
    color: #00B7A8;
}
.btn-serch::after {
    content: '\f105';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-serch:hover::after, .btn-serch:focus::after {
    color: #00B7A8;
}

.btn-reset {
    position: relative;
    border: 2px solid #666;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #666;
    color: #fff;
    margin-right: 20px;
}
.btn-reset:hover, .btn-reset:focus {
    background: #fff;
    color: #666;
}
.btn-reset:hover::after, .btn-reset:focus::after {
    color: #666;
}


.serc-button-top-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: right;
}
.btn-serch-top {
    position: relative;
    border: 2px solid #00B7A8;
    padding: 2px 30px 2px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: none;
    background: #00B7A8;
    color: #fff;
}
.btn-serch-top:hover, .btn-serch-top:focus {
    background: #fff;
    color: #00B7A8;
}
.btn-serch-top::after {
    content: '\f106';
    position: absolute;
    height: 1.1em;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1em;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-serch-top:hover::after, .btn-serch-top:focus::after {
    color: #00B7A8;
}


/*検索結果*/
.serch-result-ttl h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.serch-result-ttl h3::before,.serch-result-ttl h3::after {
    content: "ー";
}

#week .serch-result-ttl h3 {
    color: #1476c7;
    margin-top: -40px;
}

.dmd-serch-result .week-date .monthbox{
        font-size: 0.9em;
    color: #3E97E1;
    text-align: center;
    margin-bottom: 0.3em;
}
.dmd-serch-result .week-date .monthbox span{
    font-size: 0.8em;
}

.dmd-serch-result .friday .week-date .monthbox{
    color: #DD6118;
}

.serch-result-ttl h3{
    color: #00B7A8;
    margin-top: 40px;
}
.serch-result-ttl p
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px; 
}

/*ローダー*/
.loader{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
/*    display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.loader span,
.loader span:after{
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
.loader span{
    margin: auto;
    border-top: 0.6em solid rgba(255, 255, 255, 0.2);
    border-right: 0.6em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
    border-left: 0.6em solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
/**/
.mov_loader{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.mov_loader span,
.mov_loader span:after{
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
.mov_loader span{
    margin: auto;
    border-top: 0.6em solid rgba(255, 255, 255, 0.2);
    border-right: 0.6em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
    border-left: 0.6em solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
/**/
@-webkit-keyframes load8{
    0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
@keyframes load8{
    0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

/*ボタン追加　20221028*/

.btn-box {
    display: flex;
    justify-content: flex-end;
}
.bt_p {
    border: 2px solid #FD6DA8 !important;
    background: #FD6DA8 !important;
    margin-right: 10px;
}
.bt_p:hover, .bt_p:focus {
    background: #fff !important;
    color: #FD6DA8 !important;
}
.bt_p:hover::after, .bt_pfocus::after {
    color: #FD6DA8 !important;
}
    .btn-top {
        min-width: 230px;
    }
@media (max-width: 900px) {
    .btn-top {
        min-width:inherit;
    }
    .btn-box .btn-top {
        padding: 2px 20px 2px 10px;
    }
    .btn-top::after {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .btn-box {
        justify-content: space-between;
    }
    .btn-top {
        width:45vw;
    }
.bt_p {
    margin-right: 0;
}
    .btn-box .btn-top {
        font-size: 13px;
        padding: 2px 20px 2px 10px;
        width: 45vw;
    box-sizing: border-box;
    }
    .btn-top::after {
        right: 5px;
    }
}
@media (max-width: 350px) {
    .btn-box .btn-top {
        font-size: 11px;
        min-width:inherit;
    }
}




/*コメント追加　20230712*/
.recipe-comment-box{
	display: flex;
	justify-content: space-between;
flex-direction:row;
	align-items: stretch;;
	margin-bottom: 60px;
}
.recipe-comment-box .img-comment {
	width: 150px;
    flex-shrink: 0;
}
.recipe-comment-box .img-comment img{
	width: 150px;
	height: auto;
}

.recipe-comment-box .txt-comment{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.recipe-comment-box .txt-comment p{
position: relative;
    display: inline-block;
    margin: 0 0 0 40px;
    padding: 20px;
    width:100%;
    background: #ffeaea;
    border-radius: 10px;
	box-sizing: border-box;
}

.recipe-comment-box .txt-comment p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #ffeaea;
}

/*.recipe-comment-box .txt-comment p:last-of-type{
margin-bottom: 0;
	padding-bottom: 0;
}*/
@media (max-width: 767px) {
.recipe-comment-box{
	flex-direction:column-reverse;
	justify-content: center;
	flex-wrap: wrap;
}
.recipe-comment-box .img-comment {
	width: 100%;
	display: flex;
	justify-content: center;
}
.recipe-comment-box .img-comment img{
	width: 50vw;
	max-width: 300px;
	margin: 30px auto 0;
}
.recipe-comment-box .txt-comment p{
position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px;
	min-height: inherit;
	width: 100%;
}

.recipe-comment-box .txt-comment p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  margin-top: 0;
  border: 20px solid transparent;
  border-top: 20px solid #ffeaea;
}
}


/*検索追加　20231011*/
.dmd-serch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.dmd-serch-ttl{
	flex-basis: 100%;
  display: flex !important;
  flex-direction: column;
	width: 100%;
}

.dmd-serch-ttl h2{
	width: 100%;
	text-align: left !important;
}
.serch-menu ul li {
  height: 40px;
}
.serch-contents {
  margin-top: 10px;
  width: 100%;
}
.serch_friday{
	width: 48%;
	margin:10px 2% 0 0;
}
.serch_friday .btn-dmd-fri{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
  height: 42px;
	background: #fd608b !important;
	color: #fff !important;
	padding: 0 5px 0 0 !important;
	font-size: 13px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
font-weight: 960;
}
.serch_friday .btn-dmd-fri:hover, .serch_friday .btn-dmd-fri:focus {
    background: #fff !important;
    color: #fd608b !important;
}

.serch_friday .btn-dmd-fri.click-on{
    background-color: #ffddeb !important;
    color: #de2356 !important;
}
.serch_friday .btn-dmd-fri.click-on::after{
    color: #de2356 !important;
}
.serch_friday .btn-dmd-fri::after {
    top: -2px;
    right: min( 5% , 5px);
	color: #fff !important;
}
.serch_friday .btn-dmd-fri:hover::after ,.serch_friday .btn-dmd-fri:focus::after {
	color: #fd608b !important;
}
@media (min-width: 960px) {
  .dmd-serch {
    padding: 15px 15px 15px;
	  box-sizing: border-box;
  }

  .dmd-serch-ttl {
    flex-basis: 100% !important;
    flex-direction: row !important;
    justify-content:space-between;
	  align-items: center;
  }
  .dmd-serch-ttl h2 {
    width: 16%;
	  position: relative;
	  z-index: 4;
	  margin-bottom: -60px;
  }
  .dmd-serch-ttl .serch-menu {
    width: 82%;
  }
.serch_friday{
	width: 30%;
	margin:10px 2% 0 18%;
}
  .dmd-serch-form {
    margin-bottom: 0;
	  height: 42px;
  }
  .serch-contents {
    flex-basis: 100% !important;
    width: 100%;
  }
}
@media (min-width: 1310px) {
    .serch_friday .btn-dmd-fri::after {
        top: 0;
        right: 60px;
    }
}
/*検索ボタン*/
.dmd-serch-form {
  position: relative;
  width: 50%;
  max-height: 42px;
  margin-top: 10px;
}
.dmd-serch-form .form-control {
  width: 260px;
}
.dmd-serch-form button {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #3c9487;
  background: none;
  border: 0;
  font-size: 16px;
}
.dmd-serch-form .form-control {
  border-radius: 6px;
  padding: 10px 40px 10px 18px;
  height: auto;
  background: #f5f5f5;
  color: #333;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-color: #eceef0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.dmd-serch-form .form-control:focus {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eceef0;
}
.dmd-serch-form button {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #3c9487;
  background: none;
  border: 0;
  font-size: 16px;
}
.dmd-serch-form.active {
  max-height: 40px;
}
.dmd-serch-form .form-control {
  width: 100%;
}

/*SP広告修正　20250609*/

@media (max-width: 1000px) {
  .dmd-sp-ad {
    margin: 60px auto !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }
  #recipe-more .dmd-container .main section {
    margin-top: 40px !important;
  }
  #recipe-more .dmd-serch {
    margin-bottom: 60px !important;
  }
  #recipe-more .dmd-container .onnela_pc_article_inner {
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* =============================================
 DAIGOも箸休め
============================================= */
/* 箸休め一覧 */
.dmd-hashiyasume-list{
    margin-top: 40px;
}
.dmd-hashiyasume-list img {
    max-width: 100%;
}
.dmd-hashiyasume-list .post {
    border-bottom: none;
    margin-bottom: 40px;
}
.dmd-hashiyasume-list .post .thumb {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.dmd-hashiyasume-list .post .photoreci {
    display: block;
    aspect-ratio: 200 / 133;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.dmd-hashiyasume-list .post .photoreci img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dmd-hashiyasume-list .post .post-date {
    color: #888;
    font-size: 14px;
}
.dmd-hashiyasume-list .post .post-ttle {
    font-weight: 500;
    font-size: 14px;
}
@media (max-width: 767px) {
    .dmd-hashiyasume-list .post {
        margin-bottom: 20px;
    }
}

/* 箸休め詳細 */
#hashiyasume-post h1,
#hashiyasume-post h2,
#hashiyasume-post h3,
#hashiyasume-post h4{
    margin: 3em 0 0.75em;
    font-weight: bold;
    line-height: 1.5;
}
#hashiyasume-post h1:first-child,
#hashiyasume-post h2:first-child,
#hashiyasume-post h3:first-child,
#hashiyasume-post h4:first-child{
    margin-top: 0;
}
#hashiyasume-post h1{
    font-size: 1.75em;
}
#hashiyasume-post h1.post-ttle{
    margin: 0;
}
#hashiyasume-post h2{
    padding: 0.75em 0;
    border-top: 1px solid #00B7A8;
    border-bottom: 1px solid #00B7A8;
    color: #00B7A8;
    font-size: 1.5em;
}
#hashiyasume-post h3{
    color: #00B7A8;
    font-size: 1.25em;
}
#hashiyasume-post h4{
    font-size: 1.125em;
}
#hashiyasume-post p{
    margin: 1em 0;
    line-height: 2;
}
#hashiyasume-post p:first-child{
    margin-top: 0;
}
#hashiyasume-post p:last-child{
    margin-bottom: 0;
}
#hashiyasume-post img {
    max-width: 100%;
}
#hashiyasume-post a:not(.icon-link,.btn){
    text-decoration: underline;
}
#hashiyasume-post figure{
    margin: 1em 0;
    text-align: center;
}
#hashiyasume-post figure:first-child{
    margin-top: 0;
}
#hashiyasume-post figure:last-child{
    margin-bottom: 0;
}
#hashiyasume-post figcaption{
    margin-top: 0.75em;
    color: #666;
    font-size: 0.875em;
    text-align: left;
}
@media (min-width: 768px) {
    #hashiyasume-post{
        font-size: 1.6rem;
    }
}

/* post-info */
#hashiyasume-post .post-info {
    margin: 0.75em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 5%;
    font-size: 0.875em;
}
#hashiyasume-post .post-sponsor {
    margin: 0;
}
#hashiyasume-post .post-date {
    margin: 0;
    color: #888;
}

/* box */
#hashiyasume-post .box{
    padding: 1.5em;
    margin: 3em 0;
    border-radius: 5px;
}
#hashiyasume-post .box.row{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#hashiyasume-post .box.border{
    border: 1px solid #00B7A8;
}
#hashiyasume-post .box.border2{
    position: relative;
    border: 1px solid #00B7A8;
}
#hashiyasume-post .box.border2::before{
    content: "";
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    border: 1px solid #00B7A8;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* author */
#hashiyasume-post .box.author{
    background: #ececec;
}
#hashiyasume-post .author_img img{
    border-radius: 100%;
}
#hashiyasume-post .author_img figcaption{
    margin-top: 0.75em;
    color: inherit;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 767px) {
    #hashiyasume-post .col-12 + .col-12{
        margin-top: 1.5em;
    }
    #hashiyasume-post .author_img{
        max-width: 130px;
        margin: 0 auto;
    }
}
/* accent */

.marker {
    background: linear-gradient(transparent 60%, #feff65 60%);
}

/* link */
#hashiyasume-post .icon-link{
    margin-right: 1.5em;
    position: relative;
    border-bottom: 1px dashed #00B7A8;
}
#hashiyasume-post .icon-link::before{
    content: "";
    width: 1.25em;
    height: 1.25em;
    display: block;
    position: absolute;
    bottom: 0.05em;
    right: -1.4em;
    background: #00B7A8;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

/* btn */
#hashiyasume-post .section-button.btn-l{
    font-size: 1.25em;
}
#hashiyasume-post .btn-dmd{
    padding: 0.65em 3em;
    box-shadow: none;
    font-size: 1em;
    white-space: inherit;
    line-height: 1.3;
}
#hashiyasume-post .btn-dmd::after {
    height: auto;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    font-size: 1em;
}
.dmd-container .main #hashiyasume-post .section-button {
    margin: 20px 0;
}
.dmd-container .main #hashiyasume-post .section-button:first-child {
    margin-top: 0 !important;
}
.dmd-container .main #hashiyasume-post .section-button:last-child {
    margin-bottom: 0;
}
.btn.no-link{
    background: #666;
    border-color: #666;
    pointer-events: none;
}
.btn.no-link::after{
    content: none;
}

/* embed */
.embed-yt {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.embed-yt iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.embed-tt blockquote {
    padding: 0;
    margin: 0 auto;
    font-size: inherit;
    border-left: none;
}
.embed-ig iframe {
    margin: 0 auto !important;
}

/* btn_cont */
.btn_cont.mt_adjust{
    margin-top: 50px;
}
@media (min-width: 768px) {
    .btn_cont.mt_adjust{
        margin-top: 70px;
    }
}

/* 吹き出し
------------------------------------ */

.diagonal-lines {
    padding: 0 1.25em;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.diagonal-lines.tf_adjust {
    transform: translateY(30%);
}

.diagonal-lines::before,
.diagonal-lines::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1em;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%) rotate(-60deg);
    transform-origin: center center;
}

.diagonal-lines::before {
    left: 0;
    transform: translateY(-50%) rotate(60deg);
}

.diagonal-lines::after {
    right: 0;
}

/* フォントスタイル
------------------------------------ */

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}


/* レイアウト
------------------------------------ */
/* 全方向のパディング */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

/* 左右のパディング (x軸) */
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }

/* 上下のパディング (y軸) */
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

/* 上のパディング */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

/* 下のパディング */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

/* 左のパディング */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

/* 右のパディング */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* 全方向のマージン */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

/* 左右のマージン (x軸) */
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

/* 上下のマージン (y軸) */
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

/* 上のマージン */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mt-auto { margin-top: auto !important; }

/* 下のマージン */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mb-auto { margin-bottom: auto !important; }

/* 左のマージン */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }
.ml-auto { margin-left: auto !important; }

/* 右のマージン */
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mr-auto { margin-right: auto !important; }

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }

.mw-100 { max-width: 100% !important; }

.vw-100 { width: 100vw !important; }

.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }

.mh-100 { max-height: 100% !important; }

.vh-100 { height: 100vh !important; }

/* =============================================
 PCページ内スクロール調整
============================================= */
#recipe-list-anchor{
    padding-top: 30px;
    margin-top: -30px;
}
@media (min-width: 1000px) {
    #generalHeader{
        height: 41px;
    }
    #recipe-list-anchor{
        padding-top: 80px;
        margin-top: -80px;
    }
}

/* =============================================
 広告確認用
============================================= */

/* #ats_sp_recipe_middle::before,
#ats_sp_recommend_middle::before,
#ats_sp_present_below::before,
#ats_sp_banner_bottom::before,
#ats_sp_img_bottom::before,
#ats_sp_ranking_top::before,
#ats_sp_category_bottom::before{
    width: 300px;
    height: 250px;
    background: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#ats_sp_recipe_middle::before{
content: "daigo_sp_recipe_middle";
}
#ats_sp_recommend_middle::before{
content: "daigo_sp_recommend_middle";
}
#ats_sp_present_below::before{
content: "daigo_sp_present_below";
}
#ats_sp_banner_bottom::before{
content: "daigo_sp_banner_bottom";
}
#ats_sp_img_bottom::before{
content: "daigo_sp_img_bottom";
}
#ats_sp_ranking_top::before{
content: "daigo_sp_ranking_top";
}
#ats_sp_category_bottom::before{
content: "daigo_sp_category_bottom";
}
@media (min-width: 1001px) {
#ats_sp_recipe_middle::before,
#ats_sp_recommend_middle::before,
#ats_sp_present_below::before,
#ats_sp_banner_bottom::before,
#ats_sp_img_bottom::before,
#ats_sp_ranking_top::before,
#ats_sp_category_bottom::before{
    content: none;
}
} */