
.entry a{
    color: #c30d23;
    text-decoration: underline;
}
.entry p{
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 896px) {
    .entry p{
        line-height: 1.8;
    }
}
.entry strong{
    font-weight: bold;
}
.entry .textarea{
    margin-bottom: 40px;
}
.entry .textarea.center{
    text-align: center;
}
/*レシピ*/
.entry .recipe{
    background: #fffde5;
    width: 70%;
    margin:0 auto;
    padding: 20px 20px;
    margin-bottom: 40px;
}
.entry .recipe .r_title{
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry .recipe dl{
    overflow: hidden;
    border-bottom: 1px #5d3a11 dotted;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.entry .recipe dl dt{
    width: 50%;
    font-weight: bold;
}
.entry .recipe dl dd{
    width: 50%;
    text-align: right;
}
@media only screen and (max-width: 896px) {
    .entry .recipe{
        width: 100%;
        width : -webkit-calc(100% - 40px) ;
        width : calc(100% - 40px) ;
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .entry .recipe .r_title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .entry .recipe dl{
        font-size: 12px;
    }
    .entry .recipe dl dt{
        width: auto;
    }
    .entry .recipe dl dd{
        width: auto;
    }
    .entry .recipe p{
        font-size: 12px;
        line-height: 1.8;
    }


}

/*タイトル*/
.entry .sub_title01{
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 900;
    margin-top: 80px;
}
.entry .sub_title02{
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #5d3a11 dotted;
}
.entry .sub_title03{
    font-size: 16px;
    font-weight: 900;
}
.entry .sub_title01 + .sub_title03{
    margin-top: -40px;
    margin-bottom: 20px;
}
/*使うのはコレ！*/
.entry .thisuse{
    font-size: 16px;
    font-weight: 900;
}
.entry .thisuse span{
    font-weight: 900;
}
.entry .sub_title01 + .thisuse::before{
    content: "使うのはコレ!";
    border:2px #5d3a11 solid;
    border-radius: 20px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 13px;
}
.entry .sub_title01 + .thisuse{
    margin-top: -40px;
    margin-bottom: 20px;
}
/*ショルダー*/
.entry .shoulder{
    /* border: 1px #5d3a11 solid; */
    /* padding: 20px 0; */
    /* border-radius: 120px; */
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}
.entry .shoulder span{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 900;
    line-height: 2.3;
    border-bottom: dotted 3px #e17a00;
}
@media only screen and (max-width: 896px) {
    .entry .textarea{
        margin-bottom: 20px;
    }
    .entry .sub_title01{
        margin-top: 60px;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 0.8;
        line-height: 1.2;
    }
    .entry .sub_title02{
        margin-bottom: 10px;
        font-size:16px;
    }
    .entry .sub_title01 + .sub_title03{
        margin-top: -20px;
    }
    /*使うのはコレ！*/
    .entry .sub_title01 + .thisuse{
        margin-top: -20px;
    }
    /*ショルダー*/
    .entry .shoulder{
        margin-bottom: 20px;
        font-size: 15px;
        /* font-style: italic; */
    }
    .entry .shoulder span{
        font-size: 15px;
        line-height: 1.5;
        font-weight: 900;
        line-height: 2.3;
        border-bottom: dotted 3px #e17a00;
    }
}
.entry .sub_title01 + .textarea,
.entry .sub_title02 + .textarea{
    /* margin-bottom: 0; */
}

/*トークテキスト*/
.entry .textarea.talk{
    position: relative;
    margin-bottom: 40px;
    padding-left: 100px;
    min-height: 80px;
}
.entry .textarea.talk .talk_member{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
}
.entry .textarea.talk .talk_member span.img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 80px;
    background-position: center;
    background-size: cover;
    border: 1px #5d3a11 solid;
}
.entry .textarea.talk .talk_member figcaption{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}
.entry .textarea.talk .talk_member figcaption span{
    font-size: 10px;
    /* font-weight: 900; */
    border-radius: 20px;
    padding: 4px 10px;
    line-height: 1;
    display: inline-block;
    background: #FFF;
    color: #5d3a11;
    border: 1px #5d3a11 solid;

}
@media only screen and (max-width: 896px) {
    .entry .textarea.talk{
        margin-bottom: 20px;
        padding-left: 75px;
        min-height: 60px;
    }
    .entry .textarea.talk .talk_member{
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
    }
    .entry .textarea.talk .talk_member span.img{
        border-radius: 60px;
    }
    .entry .textarea.talk .talk_member figcaption{
        bottom: -10px;
        font-size: 10px;
    }
    .entry .textarea.talk .talk_member figcaption span{
        font-size: 9px;
        letter-spacing: 0;
        border-radius: 20px;
        padding: 4px 5px;
    
    }
}

/*2カラム*/
.entry .two_column{
    margin-bottom: 40px;
    position: relative;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
@media only screen and (max-width: 896px) {
    .entry .two_column{
        margin-bottom: 20px;
        left: 0px;
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
    }
}
.entry .two_column + .two_column{
    margin-bottom: 0;
}
/*画像*/
.entry figure{
    margin-bottom: 40px;
}
.entry figure img{
    overflow: hidden;
    border-radius: 10px;
}
.entry .two_column figure{
    width: 48%;
    margin-bottom: 0;
}
.entry .one_column{
    margin-bottom: 40px;
    display: block;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 896px) {
    .entry figure{
        margin-bottom: 20px;
    }
    .entry .one_column{
        margin-bottom: 20px;
    }
    .entry .two_column figure{
        margin-bottom: 0px;
    }
}
.entry .one_column.tate{
}
.entry .one_column.tate figure{
    width: 48%;
    margin:0 auto;
    margin-bottom: 40px;
}
.entry figure figcaption{
    padding: 0 0px;
    padding-top: 10px;
    display: block;
    font-size: 11px;
    line-height: 1.8;
}
@media only screen and (max-width: 896px) {
    .entry figure figcaption{
        padding: 0px;
        padding-top: 5px;
    }

}
/*YOUTUBE*/
.entry .youtube_embed{
    margin-bottom: 40px;
    position: relative;
}
.entry .youtube_embed .wrap{
    position: relative;
    padding-top: 56%;
}
.entry .youtube_embed .wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*境界線*/
.entry hr{
    position: relative;
    left:-40px;
    width: 100%;
    width : -webkit-calc(100% + 80px) ;
    width : calc(100% + 80px) ;
    border-top: 2px #5d3a11 solid;
    margin-top: 60px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 896px) {
    .entry hr{
        margin-top: 40px;
        margin-bottom: 40px;
    }

}
/*引用*/
.entry blockquote{
    background: #FFF;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
    font-weight: 700;
    font-size: 14px;
}
.entry blockquote::before{
    content: "“";
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 90px;
    line-height: 1;
}
.entry blockquote::after{
    content: "”";
    position: absolute;
    bottom: -70px;
    right: -10px;
    font-size: 90px;
    line-height: 1;
}
.entry blockquote p:first-child{
    margin-top: 0;
}
/*リスト*/
.entry ul.e_list {
    margin-bottom: 40px;
}
.entry .sub_title02 + ul.e_list{
    margin-bottom: 20px;
}
.entry ul.e_list li::before{
    content: "・";
}
.entry ul.e_list.two{
    overflow: hidden;
}
.entry ul.e_list.two li{
    float: left;
    width: 50%;
}

/*番号リスト*/
.entry ul.e_list.number {
    margin-bottom: 40px;
}
.entry ul.e_list.number li::before{
    content: "";
}
.entry ul.e_list.number li{
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    margin-bottom: 4px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}


/*定義リスト*/
.entry .table_list{
    overflow: hidden;
    margin-bottom: 40px;
}
.entry .table_list dl{
    overflow: hidden;
    display: flex;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.entry .table_list dt{
    width: 20%;
}
.entry .table_list dd{
    width: 80%;
}
.entry .table_list dd p{
    margin:0;
}
.entry .border_area{
    margin:0 auto;
    margin-bottom: 40px;
    border-radius: 20px;
    background: #eee;
    width: 90%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.entry .border_area.border{
    background: none;
    border: 2px #5d3a11 solid;
}
.entry .border_area figure{
    width: 30%;
    margin-bottom: 0px;
}
.entry .border_area  .textarea{
    margin-bottom: 0;
    font-size: 14px;
}
.entry .border_area figure + .textarea{
    width: 65%;
    margin-bottom: 0;
    font-size: 14px;
}
.entry .border_area .sub_title01{
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
}
.entry .border_area p{
    margin-bottom: 10px;
    font-size: 12px;
}
@media only screen and (max-width: 896px) {

    .entry .border_area{
        margin-bottom: 20px;
        width: auto;
        padding:20px;
        display: block;
        padding-bottom: 2px;
    }
    .entry .border_area.border{
        background: none;
        border: 2px #000 solid;
    }
    .entry .border_area figure{
        width: 100%;
        margin-bottom: 20px;
    }
    .entry .border_area  .textarea{
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
    }
    .entry .border_area figure + .textarea{
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .entry .border_area .sub_title01{
        margin-bottom: 0;
        font-size: 14px;
        margin-top: 0;
    }
    .entry .border_area p{
        margin-bottom: 10px;
        font-size: 12px;
    }
    
    .entry .table_list dl{
        overflow: hidden;
        display: block;
    }
    .entry .table_list dt{
        width: 100%;
        font-weight: 900;
    }
    .entry .table_list dd{
        width: 100%;
    }
}

.entry .image_list{
    margin-bottom: 40px;
    overflow: hidden;
    letter-spacing: -0.4em;
}
.entry .image_list .image{
letter-spacing: normal;
display: inline-block;
vertical-align: top;
width: 23%;
margin-right: 2%;
}
.entry .image_list .image img{
border: 1px #eee solid;
box-sizing: border-box;
margin-bottom: 10px;
}
.entry .image_list .image a{
display: inline-block;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 12px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.1em;
background: #000;
color: #FFF;
padding: 0px 20px;
height: 30px;
line-height: 30px;
border-radius: 30px;
position: relative;
-webkit-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
text-decoration: none;
}
.entry .image_list .image a:hover{
background: #eb4d34;
}

/*ナビ*/
.entry  .ac_content .textarea{
    display: none;
}
.entry  .ac_content .textarea:first-child{
    display: block;
}
.entry  .page_navigation{
    margin-bottom: 20px;
    margin-top: 40px;
}
.entry  .page_navigation ul{
    letter-spacing: -0.4em;
}
.entry  .page_navigation ul li{
    display: inline-block;
    margin:0 10px;
    letter-spacing: normal;
}
.entry  .page_navigation ul li a{
    display: block;
    font-family: 'Montserrat', 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.3;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    border-bottom: 1px #000 solid;
    color: #000;
    text-decoration: none;
}
.entry  .page_navigation ul li a:hover{
    border-bottom: 1px #FFF solid;
}
/*スペシャルBOXへの導線*/
.entry .special_box{
    margin-bottom: 40px;
}
.entry .special_box .box_title{
    width: 90%;
    margin:0 auto;
    margin-bottom: -20px;
}
.entry .special_box .column{
    letter-spacing: normal;
    vertical-align: top;
    background: #f8b62d;
    padding: 30px 0 20px;
    margin-bottom: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 15px 30px 0px rgb(51 51 51 / 20%);
    box-shadow: 0px 15px 30px 0px rgb(51 51 51 / 20%);
    
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
}
.entry .special_box .column .image_area{
    width: 30%;
    margin-left: 3%;
}
.entry .special_box .column .b_textarea{
    width: 63%;
    margin-right: 3%;
}
.entry .special_box .column figure{
    padding-top: 82%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.entry .special_box .column figure span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.entry .special_box .column .column_title{
    font-weight: 900;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    color: #FFF;
}
.entry .special_box .column p{
    font-weight: 900;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.entry .special_box .column .price{
    font-weight: 900;
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-bottom: 10px;
    color: #c30d23;
}
.entry .special_box .column .price span{
    font-size: 14px;
    font-weight: 900;
}
.entry .special_box .column .btn_detail{
    margin:0 20px;
}
.entry .special_box .column .btn_detail .b_wrap{
    display: inline-block;
    width: 100%;
}
.entry .special_box .column .btn_detail a{
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    display: block;
    background: #c30d23 url(../img/common/blank.svg) no-repeat right 30px center;
    background-size: 20px;
    border-bottom: 8px #8d0a19 solid;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #FFF;
    padding: 10px 0;
    line-height: 1.5;
    border-radius: 40px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
}
.entry .special_box .column .btn_detail a small{
    display: block;
    font-size: 12px;
    padding-top: 6px;
}
.entry .special_box .column .btn_detail a:hover{
    margin-top: 6px;
    border-bottom: 2px #8d0a19 solid;
}
@media only screen and (max-width: 896px) {
    .entry .special_box .column{
        padding: 20px 0;
        margin-bottom: 20px;
        border-radius: 20px;
        display: block;
    }
    .entry .special_box .box_title{
        width: 100%;
        margin:0 auto;
        margin-bottom: -3.5vw;
        position: relative;
        left: -10px;
    }
    .entry .special_box .column .image_area{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .entry .special_box .column .b_textarea{
        width: 100%;
        margin-right: 0%;
    }
}