@charset "UTF-8";

a {
    color: #491b02;
}
.base {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.arrange_recipe {
    display: flex;
    align-items: center;
    background: #00573e;
    justify-content: center;
    position: relative;
    padding: 57px 174px;
}
@media screen and (max-width: 767px) {
    .arrange_recipe {
        padding: 16px 19px;
        justify-content: flex-start;
    }
}
.arrange_recipe::before, .arrange_recipe::after {
    content: "";
    background: rgb(174, 128, 13);
    background: linear-gradient(90deg, rgb(174, 128, 13) 0%, rgb(214, 197, 128) 37%, rgb(228, 224, 181) 58%, rgb(174, 128, 13) 100%);
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .arrange_recipe::before, .arrange_recipe::after {
        left: 50%;
        transform: translateX(-50%);
        height: 5px;
    }
}
.arrange_recipe::after {
    top: inherit;
    bottom: 0;
}
.arrange_recipe .logo {
    position: absolute;
    left: 0;
    max-width: 190px;
    left: 174px;
}
@media screen and (max-width: 1024px) {
    .arrange_recipe .logo {
        left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .arrange_recipe .logo {
        max-width: 95px;
        position: static;
    }
}
.arrange_recipe .arrange {
    max-width: 332px;
}
@media screen and (max-width: 767px) {
    .arrange_recipe .arrange {
        max-width: 166px;
        margin-left: 48px;
    }
}

.recipe_detail-wrap {
    background: url(../img/bg_recipe_dtl.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1513px;
    width: 100%;
    padding:58px 0 80px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .recipe_detail-wrap {
        max-width: 100vw;
        background-position: center;
        padding: 20px 0 40px;
    }
}
.recipe_detail_wrap {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.recipe_detail {
    background-color: #fff;
    max-width: 1150px;
    width: 80vw;
    padding: 16px 65px 55px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 1024px) {
    .recipe_detail {
        max-width: 90%;
        width: 90vw;
        padding: 16px 35px 40px;
    }
}
@media screen and (max-width: 767px) {
    .recipe_detail {
        padding: 0 0 50px;
    }
}
.recipe_detail-wrap .shadow {
    position: absolute;
    z-index: 5;
    max-width: 1150px;
    width: 80vw;
    height: 100%;
    bottom: -6px;
    left: 6px;
    background-color: rgba(130, 130, 130, 0.75);
    mix-blend-mode: multiply;
    filter: blur(4px);
}
@media screen and (max-width: 1024px) {
    .recipe_detail-wrap .shadow {
        max-width: 90%;
        width: 90vw;
        right: 6px;
        left: unset;
    }
}
.recipe_detail nav {
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .recipe_detail nav {
        display: none;
    }
}
.recipe_detail nav ul {
    display: flex;
}
.recipe_detail nav ul li {
    margin-right: 40px;
}
.recipe_detail nav ul li:first-child {
    position: relative;
}
.recipe_detail nav ul li:first-child::after {
    content: "";
    display: block;
    border-bottom: 1px solid #491b02;
    border-right: 1px solid #491b02;
    position: absolute;
    width: 8px;
    height: 8px;
    right: -25px;
    top: 53%;
    transform: rotate(-45deg) translateY(-50%);
}
.recipe_detail nav ul li a {
    font-size: 14px;
    text-decoration: underline;
}
.recipe_detail h2 {
    text-align: left;
    font-size:max(20px, min(2vw,32px) );
    font-size:clamp(20px, 2vw,32px) ;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 24px;
    margin-bottom: 24px;
    color: #491b02;
    border-bottom: 2px solid #491b02;
}
@media screen and (max-width: 1024px) {
    .recipe_detail h2 {
        padding-left: 16px;
    }
}
@media screen and (max-width: 767px) {
    .recipe_detail h2 {
        font-size: 17px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 0;
    }
}
.recipe_detail .flex_col2 {
    max-width: 1024px;
    margin: 0 auto 103px;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 {
        flex-direction: column;
        margin-bottom: 60px;
    }
}
.recipe_detail .flex_col2 .menu_image {
    width: 48.8%;
    flex-shrink: 0;
    margin-right: 30px;
}
.recipe_detail .flex_col2 .menu_image img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .menu_image {
        width: 100%;
        margin: 0 0 18px 0;
    }
}
.recipe_detail .flex_col2 .detail {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail {
        height: auto;
        padding: 0 15px;
    }
}
.recipe_detail .flex_col2 .detail .zairyo_howtomake_title {
    font-size: 21px;
    font-weight: bold;
    color: #491b02;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .zairyo_howtomake_title {
        font-size: 13px;
        margin-bottom: 8px;
        padding-left: 0;
    }
}
.recipe_detail .flex_col2 .detail .zairyo_howtomake_title span {
    font-size: 21px;
    color: #fff;
    background: #491b02;
    display: inline-block;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 8px;
    margin-right: 35px;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .zairyo_howtomake_title span {
        font-size: 11px;
        padding: 2px 4px;
        margin-right: 14px;
    }
}
.recipe_detail .flex_col2 .detail .zairyo {
    margin-bottom: 69px;
    padding-left: 24px;
}
@media screen and (max-width: 1024px) {
    .recipe_detail .flex_col2 .detail .zairyo {
        padding-left: 16px;
    }
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .zairyo {
        margin-bottom: 40px;
        padding-left: 0;
    }
}
.recipe_detail .flex_col2 .detail .zairyo ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .zairyo ul li {
        font-size: 12px;
        margin-bottom: 4px;
    }
}
.recipe_detail .flex_col2 .detail .zairyo ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    margin-right: 4px;
}
.recipe_detail .flex_col2 .detail .zairyo ul li.list-none::before {
    content: unset;
}
.recipe_detail .flex_col2 .detail .howtomake {
    padding-left: 24px;
}
@media screen and (max-width: 1024px) {
    .recipe_detail .flex_col2 .detail .howtomake {
        padding-left: 16px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
    .recipe_detail .flex_col2 .detail .howtomake {
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .howtomake {
        padding-left: 0;
    }
}
.recipe_detail .flex_col2 .detail .howtomake ul li,
.recipe_detail .flex_col2 .detail .howtomake p {
    font-size: 14px;
    line-height: 24.5px;
}
@media screen and (max-width: 767px) {
    .recipe_detail .flex_col2 .detail .howtomake ul li,
    .recipe_detail .flex_col2 .detail .howtomake p {
        font-size: 12px;
        line-height: 16px;
    }
}
.btn {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .btn {
        width: 90%;
        margin: 0 auto;
    }
}