@charset "UTF-8";

/* block-goods-comment1 */
.block-goods-comment1 table:not([class]) {
    width: 100%;
    margin: 5px 0 0;
	border: 1px solid #DEDEDE;
}

.block-goods-comment1 table:not([class]) tr td:first-child {
    background: #F5F5F5;
    min-width: 100px;
    padding: 10px;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
	vertical-align: middle;
}
.block-goods-comment1 table:not([class]) tr td:last-child {
    padding: 10px;
    border-bottom: 1px solid #DEDEDE;
}

/* 詳細コンテンツ */
.detail-contents-wrap {
    background-color: #FBF7F2;
    padding-top: 2em;
    padding-bottom: 1em;
    font-family: serif;
    margin-top: 50px;
    margin-bottom: 50px;
}
.detail-contents-wrap .detail-hero {
    text-align: center;
}
.detail-contents-wrap .detail-hero h2 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    color: #C06D0F;
    font-weight: 600;
}
.detail-contents-wrap .image-placeholder {
    margin: 0 auto 10px;
    width: 80%;
    max-width: 550px;
}
.detail-contents-wrap .recipe-list {
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail-contents-wrap .recipe-list .recipe-list-title {
    font-size: 16px;
    margin-bottom: -2.4em;
    position: relative;
    background-color: #F5E5D2;
    padding: 1em 1em 1em 1em;
    color: #531F17;
    font-weight: 600;
    max-width: 80%;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        calc(100% - 20px) 50%,
        100% 100%,
        0% 100%
    );
    position: relative;
    z-index: 1;
}
.detail-contents-wrap .recipes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 4.5em 1.5em 1.5em 1.5em;
    background-color: white;
    margin-left: 2em;
    margin-right: 2em;
    position: relative;
    z-index: 0;
}

/* .detail-contents-wrap .recipes::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid transparent;
    background:
        repeating-linear-gradient(to right, #531F17 0, #531F17 10px, transparent 10px, transparent 20px),
        repeating-linear-gradient(to bottom, #531F17 0, #531F17 10px, transparent 10px, transparent 20px),
        repeating-linear-gradient(to right, #531F17 0, #531F17 10px, transparent 10px, transparent 20px),
        repeating-linear-gradient(to bottom, #531F17 0, #531F17 10px, transparent 10px, transparent 20px);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top left, top right, bottom left, top left;
    z-index: -1;
} */
.detail-contents-wrap .recipe-item {
    display: flex;
}
.detail-contents-wrap .recipe-item .img-block {
    width: 48%;
}
.detail-contents-wrap .recipe-item .detail-contents-text {
    width: 52%;
    margin-left: auto;
}
.detail-contents-wrap .recipe-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #C06D0F;
    background-color: #FBF7F2;
    padding: 0.4em 0.8em;
}
.detail-contents-wrap .recipe-item .detail-contents-text p {
    color: #531F17;
}
[data-browse-mode="P"] .detail-contents-wrap .recipes {
    padding: 4.5em 1.5em 1.5em 1.5em;
    margin-left: clamp(10px,2vw,30px);
    margin-right: clamp(10px,2vw,30px);
}
[data-browse-mode="P"] .detail-contents-wrap .recipe-item {
    width: calc((100% - 20px) / 2);
}
[data-browse-mode="P"] .detail-contents-wrap .recipe-item .detail-contents-text p {
    padding-left: 1.3em;
}
[data-browse-mode="S"] .detail-contents-wrap {
    margin-left: -20px;
    margin-right: -20px;
}
[data-browse-mode="S"] .detail-contents-wrap .detail-hero h2,
[data-browse-mode="S"] .detail-contents-wrap .detail-hero p {
    margin-left: 20px;
    margin-right: 20px;
}
[data-browse-mode="S"] .detail-contents-wrap .recipes {
    padding: 4.5em 1.4em 2.4em 1.4em;
    margin-left: 1em;
    margin-right: 1em;
}
[data-browse-mode="S"] .detail-contents-wrap .recipe-list .recipe-list-title {
    font-size: 14px;
    max-width: 90%;
}
[data-browse-mode="S"] .detail-contents-wrap .recipe-item:nth-child(even) {
    flex-direction: row-reverse;
}
[data-browse-mode="S"] .detail-contents-wrap .recipe-item:nth-child(odd) .detail-contents-text p {
    padding-left: 1.3em;
}
[data-browse-mode="S"] .detail-contents-wrap .recipe-item:nth-child(even) .detail-contents-text p {
    padding-right: 1.1em;
}
/* 固定カードボタン */
.block-fixed-cart--btn{
    width: 100%;
    padding: 10px 15px;
    display: flex;
    gap: 16px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.block-fixed-cart--btn .block-add-cart--btn{
    width: calc(50% - 8px);
    padding: 16px 0;
    box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
    color: #FFF;
    font-size: 15px;
    flex:1;
    border: 1px solid #E21469;
    background: linear-gradient(#aa0046 0%, #b70054 100%);
}
.block-fixed-cart--btn  > input:only-child{
    width: 100%;
}
.block-fixed-cart--btn .block-add-cart-reservation--btn{
    width: calc(50% - 8px);
    flex:1;
}
.block-fixed-cart--btn .block-add-cart-reservation--btn span{
    padding-left: 0;
    background: none;
}
.block-fixed-cart--btn > a:only-child {
    width: 100%;
}