@charset "UTF-8";
/* CSS Document */

#wrapper {
    background-image: linear-gradient(#b6810045), url(/simages/u/image/kinki_gochisou/bg_img.jpg);
}


#content {
    background-image: linear-gradient(#b6810045), url(/simages/u/image/kinki_gochisou/bg_img.jpg);
}

.shop_attention {
    font-size: 16px;
}

.gw-sale_btnbox {
    width: 100%;
    margin: 10px auto 40px;
}

ul.btnbox_1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

li.btn01 a {
    text-decoration: none;
    color: #00A69A;
}

li.btn01 {
    border: solid 1px #00A69A;
    width: calc((100% - 60px) / 4);
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #00A69A;
    border-radius: 10px;
}

li.btn01 img {
    width: 15%;
    padding-right: 10px;
}

.cat_2 {
    font-size: 11px !important;
}

ul.btnbox_2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

li.btn02 {
    width: calc((100% - 60px) / 4);
}

ul.btnbox_3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

li.btn03 {
    border: solid 1px #00A69A;
    padding: 10px;
    border-radius: 5px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

li.btn03:nth-child(n+5) {
    padding: 15px 9px 10px 9px;
}

li.btn03:nth-child(-n+4) {
    padding: 15px 12px 10px 12px;
}

li.btn03 a {
    color: #00696b;
}

ul.btnbox_4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.btnbox_4 li {
    margin-right: 7px;
}

h2.gw_title {
    font-size: 22px;
    text-align: center;
    padding: 8px 15px 8px 15px;
    background-color: #00A69A;
    color: #fff;
    margin: 20px auto;
    font-weight: 700;
    line-height: 1.2;
}

.item_icon_img {
    margin-bottom: 50px;
}

.to_special_saite {
    margin: 32px 0 24px;
}

.to_special_saite a {
    padding: 10px;
    background-color: #ffffff99;
    color: #7a530d;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid;
}

.to_special_saite a:hover {
    border: 3px solid;
}

.to_text {
    margin-top: 20px;

}

.category_btnbox li {
    transition: all 0.2s;
    border: solid 3px #d73300;
}

.category_btnbox li a:hover {
    border: none;
}

li.btn_mm a,
li.btn_nn a {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    font-size: 20px;
    background-color: #ba0f0f;
}

li.btn_mm:hover,
li.btn_nn:hover {
    background-color: #ba0f0f;
    color: #ba0f0f;
    opacity: 1;
}

ul.btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.note_box p {
    padding: 0 8px;
    color: #442f00;
    font-size: 14px;
}

.note_box {
    padding: 10px;
    border: solid 2px #704f00;
    background-color: #ffffff40;
}

h2.gw_title {
    background-color: #ae872a;
}

.colum200_l {
    display: none;
}

.colum800_r {
    float: none;
    width: auto;
    font-feature-settings: 'palt';
    margin-right: 0;
}

.text_1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}

.text_2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}

.text_3 {
    font-size: 16px;
}

.shop_group {
    background-color: #ffffffa4;
    padding: 16px 40px 32px;
    border-radius: 10px;
    height: 94%;
}

.category_btnbox {
    margin: 16px 0 60px;
}

.btn_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    background-color: #FF8600;
    margin-bottom: 16px;
    color: #fff;
}

.shop_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
}

.shop_container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.shop_attention .indent {
    display: block;
}

.shopbox_wrap li, .ul.slider-for li{
    background-color: #ffffffa8;
    padding: 10px;
    width: 22.75%;
}

.shopbox_wrap li:nth-child(5n) {
    margin-top: 35px;
}

.shopbox_wrap li:nth-child(-n+3) {
    margin-top: 0;
}

.shopbox_wrap li:nth-child(4n) {
    margin-right: 0;
}

.shopbox_wrap li:nth-child(5n) {
    margin-right: 3%;
}

ul.clearfix.ulseq-1 {
    text-align: justify;
}

.endofsale2_area {
    font-size: 14px !important;
    margin: 0 auto 10px !important;
}

.shopbox_wrap p.product_name, ul.slider-for p.product_name {
    margin-top: 10px;
}

.stock_info2_val {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  min-height: 0;
}

    .selling_price {
        font-size: 20px;
    }

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 896px) {
    .gw-sale_btnbox {
        width: 100%;
        margin: 10px auto 40px;
    }

    ul.btnbox_1 {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 10px;
    }

    li.btn01 a {
        text-decoration: none;
    }

    li.btn01 {
        width: calc((100% - 30px) / 2);
        padding: 5px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    li.btn01 img {
        width: 15%;
        padding-right: 5px;
    }

    li#cat_2 {
        font-size: 10px;
    }

    ul.btnbox_2 {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    li.btn02 {
        width: calc((100% - 30px) / 2);
        margin-bottom: 15px;
    }

    ul.btnbox_3 {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        justify-content: space-around;
        margin: 30px auto 0;
    }

    li.btn03 {
        border-radius: 5px;
        font-size: 13px;
        font-weight: bold;
        margin: 0 0px 10px 0;
        width: calc((100% - 20px) / 2);
        padding: 13px 0 10px !important;
        text-align: center;
    }

    /*
li.btn03:nth-child(-n+2) {
    padding: 13px 30px 10px;
}
li.btn03:nth-child(n+3):nth-child(-n+4) {
    padding: 13px 52px 10px;
}
li.btn03:nth-child(n+5):nth-child(-n+6) {
    padding: 13px 26px 10px;
}
li.btn03:nth-child(n+7):nth-child(-n+8) {
    padding: 13px 52px 10px;
}
*/

    li.btn03 a {
        color: #00696b;
    }

    ul.btnbox_4 {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        justify-content: space-around;
        margin: 0 auto;
    }

    ul.btnbox_4 li {
        margin-right: 0px;
    }

    h2.gw_title {
        font-size: 22px;
        text-align: center;
        padding: 15px;
        margin-bottom: 20px;
    }

    .item_icon_img {
        margin-bottom: 50px;
    }

    .to_special_saite {
        margin-bottom: 24px;
    }

    .to_special_saite a {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .category_btnbox li {
        width: calc((100% - 14px) / 2);
        height: 40px;
        margin-right: 0;
    }

    .text_1 {
        font-size: 18px;
        font-weight: 700;
        margin: 16px 24px 0;
        background-color: #ffffffa4;
        border-radius: 10px;
        padding: 4px 16px;
    }

    .text_2 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 16px;
    }

    .text_3 {
        font-size: 14px;
    }

    .shop_group {
        margin-top: 8px;
        background-color: #ffffffa4;
        padding: 8px 24px 16px;
        border-radius: 10px;
    }

    .btn_title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .shop_wrap {
        display: block;
        /* ← grid を完全にやめる */
    }

    .shop_group {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        padding: 0;
        margin: 0;
        visibility: hidden;
    }

    .shop_group.is-open {
        max-height: 1000px;
        /* 中身より大きければOK */
        opacity: 1;
        padding: 8px 24px 16px;
        margin-top: 8px;
        visibility: visible;
    }

    .js-acc {
        position: relative;
        padding-right: 32px;
        cursor: pointer;
        font-weight: 600;
    }

    .js-acc::before {
        content: '+';
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }

    .shop_group.is-open {
        /* 開閉用 */
    }

    /* 次の要素を参照するため :has() を使う（対応OKなら） */
    .shop_container:has(.shop_group.is-open) .js-acc::before {
        content: '−';
    }

    .shopbox_wrap li, .ul.slider-for li{
    background-color: #ffffffa8;
    padding: 10px;
    width: 47.5%;
}

.shopbox_wrap li:nth-child(3n) {
    margin-top: 30px;
}

.shopbox_wrap li:nth-child(-n+2) {
    margin-top: 0;
}

.shopbox_wrap li:nth-child(2n) {
    margin-right: 0;
}

.shopbox_wrap li:nth-child(3n):not(:nth-child(6n)):not(:nth-child(10)) {
    margin-right: 5%;
}

.shopbox_wrap li:nth-child(5n):not(:nth-child(10)) {
    margin-right: 5%;
        margin-top: 30px;
}

    .endofsale2_area, .stock_info2_area {
        height: 0;
    }

.stock_info2_lbl {
    width: 2rem;
    float: left;
    height: 0;
}

    .endofsale2_area {
        margin: 10px 0 !important;
        font-size: 11px !important;
    }

    .selling_price {
        font-size: 16px;
    }
    .endofsale2_lbl {
        width: 4.5em;
    }

    .endofsale2_area, .stock_info2_area {
    margin-top: 0;
}

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}