* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    /*
    font-family: -apple-system, BlinkMacSystemFont, "hiragino-mincho-pron", "Lato", "游ゴシック体", "YuGothic", "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    */
    background: #fff;
}
/*
li {
    list-style-type: none;
}
*/
a {
    text-decoration: none;
    /* display: block; */
    color: #111;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}
.recipe-main {
    background-color: #fff;
    width: 800px;
    margin: 0 auto;
}
#twitter-widget-0 {
    display: none;
}
.fb_iframe_widget {
    display: none!important;
}
h1 {
    text-align: center;
    letter-spacing: 0.1em;
}
.recipe-top-img {
    margin-bottom: 50px;
    width: 800px;
    height: 600px;
}
.recipe-top-img img {
    width: 800px;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.recipe-make-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.recipe-make-title::before {
    content: '';
    width: 15px;
    height: 26px;
    background-color: #F3ECE2;
    position: absolute;
    top: 0;
    left: 0;
}
.recipe-mar {
    margin-left: 30px;
}
.recipe-material {
    width: 60%;
    margin-bottom: 50px;
}
.recipe-material-line {
    border-bottom: 1px dotted #000;
    display: flex!important;
    flex-wrap: wrap;
}
.recipe-material-dt {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    width: 65%;
    padding: 15px 0;
}
.recipe-material-dd {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    width: 30%;
    padding: 15px 0;
    text-align: right;
    
}
.recipe-make {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recipe-make-li {
    list-style: none;
    width: 350px;
    margin-bottom: 50px;
}
.recipe-make-img {
    width: 350px;
    height: 350px;
    margin-bottom: 15px;
}
.recipe-make-img img {
    width: 100%;
}
.recipe-make-no {
    font-size: 2.2rem;
    margin-bottom: 4px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.recipe-make-text {
    font-size: 1.6rem;
    line-height: 1.8;
}
.recipe-point {
    background-color: #F3ECE2;
    padding: 20px 30px 30px 30px;
    margin-bottom: 80px;
}
.recipe-point-en {
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    position: relative;
    color: #501717;
}
.recipe-point-en::before {
    content: '';
    width: 19px;
    height: 17px;
    background-image: url(../../img/usr/recipe/point_illust.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    left: -19px;
}
.recipe-point-text {
    font-size: 2rem;
    padding-left: 20px;
    letter-spacing: 0.08em;
}
.recipe-detail-product {
    width: 300px;
    height: auto;
    margin-bottom: 80px;
    transition: all 0.3s ease-in-out;
}
.recipe-detail-product:hover {
    opacity: .6;
}
.recipe-detail-product-img {
    width: 250px;
    width: 250px;
    margin-bottom: 10px;
}
.recipe-detail-product-img img {
    width: 100%;
}
.recipe-detail-product-text {
    font-size: 1.6rem;
}


/*  レシピ一覧に戻る　*/
.recipe-button-box {
    text-align: center;
}
.recipe-button {
    width: 280px;
    height: 80px;
    background-color: #F3ECE2;
    position: relative;
    margin-bottom: 100px;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
}
.recipe-button:hover {
    opacity: .6;
}
.recipe-button::before {
    background-image: url(../../img/usr/recipe/arrow.png);
    background-size: contain;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 42%;
}

/* SNS非表示　*/
.container>.pane-main div:nth-child(4) {
    display: none;
}

/* パンくず１、2行目非表示　*/
.block-topic-path ul:nth-child(1),
.block-topic-path ul:nth-child(2)  {
    display: none;
}