
.peaches_btm_wrap {
    background-color:#f8f4ed;
    padding-bottom:80px;
}

/* ==========================================================================
   買える場所：ショップ一覧ボタン（内容修正指示.ai アートボード1）
   ========================================================================== */
.shoplist {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 20px 0 40px;
}
.shoplist__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 260px;
    padding: 14px 26px;
    border: 1px solid #b9934c;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity .2s ease;
}
.shoplist__btn:hover {
    opacity: .7;
}
.shoplist__arrow {
    flex-shrink: 0;
    color: #b9934c;
    font-style: normal;
    font-size: 11px;
}

/* ==========================================================================
   福島県伊達市 ふるさと納税：起動ボタン（全品種共通・静的表記）
   ========================================================================== */
.furusato-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 402px;
    margin: 24px 0 0;
    padding: 18px 24px;
    border: 1px solid #f790a4;
    border-radius: 999px;
    background: #fef7f9;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
}
.furusato-btn__pref {
    color: #b9934c;
    font-size: 13px;
    letter-spacing: .05em;
}
.furusato-btn__label {
    color: #e8628f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .05em;
}
.furusato-btn__arrow {
    width:18px;
    height:6px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #e8628f;
    font-size: 20px;
    line-height: 1;
    background:url(../imgs/peaches/arrow_pk.svg) 0 0 no-repeat;
    background-size:18px 6px;
}

/* ==========================================================================
   福島県伊達市 ふるさと納税：モーダル（内容修正指示.ai アートボード2）
   ========================================================================== */
body.is-modal-open {
    overflow: hidden;
}
.furusato-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
}
.furusato-modal.is-active {
    visibility: visible;
    opacity: 1;
}
.furusato-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
}
.furusato-modal__panel {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    background: #454646;
    border-radius: 8px;
    padding: 56px 32px 48px;
    text-align: center;
}
.furusato-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #e45f78;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.furusato-modal__title {
    color: #e45f78;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.furusato-modal__title span {
    display: block;
    color: #b9934c;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 8px;
    font-weight: normal;
}
.furusato-modal__lead {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 24px;
}
.furusato-modal__divider {
    width: 40px;
    height: 0;
    border: none;
    border-top: 1px solid #fff;
    margin: 0 auto 28px;
}
.furusato-modal__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.furusato-modal__list li {
    margin-bottom: 22px;
}
.furusato-modal__list li:last-child {
    margin-bottom: 0;
}
.furusato-modal__list a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.furusato-modal__list a:hover {
    opacity: .7;
}

@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1100px) {


}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 750px) {

    /*.shoplist {
        flex-direction: column;
        gap: 12px;
    }*/
    /*.shoplist__btn {
        width: 100%;
        min-width: 0;
    }*/
    .furusato-btn {
        padding: 16px 20px;
    }
    .furusato-btn__arrow {
        right: 20px;
    }
    .furusato-modal__panel {
        padding: 48px 20px 36px;
    }

}


@media screen and (max-width: 480px) {

}
