﻿
/* -----------------------------------------
　floormarche.html
------------------------------------------*/

#marche a:hover{
    opacity: 0.8;
}

.l-marche{
    background: #1C4837;
    padding: 48px 0;
}
.p-marche__content{
    margin-bottom: 60px;
}
.p-marche__title{
    margin-bottom: 80px;
}
.p-marche__content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #fff;
}

.p-marche__content-header .p-marche__section-title{
    font-size: 32px;
    font-weight: 700;
}
.p-marche__content-header .p-marche-link-shop{
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px
}
.p-marche__content-header .p-marche-link-shop::before{
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url(/assets/img/floormarche/icon_shop.svg) no-repeat center;
    background-size: contain;
}
.p-marche__content-header .p-marche-link-shop::after{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/assets/img/floormarche/arrow.svg) no-repeat center;
    background-size: contain;
}

.p-marche__box{
    display: flex;
    background: #F5F1E9;
}
.p-marche__box figure{
    width: 400px;
}
.p-marche__box nav{
   flex: 1;
   padding: 17px;
}
.p-marche__box nav .p-marche-btn-shop{
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px;
    background: #1C4837;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 5px 0 0 #04291B;
}
/* .p-marche__box nav .p-marche-btn-shop::before{
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #04291B;
    border-radius: 8px;
    transform: translateY(10px);
} */
.p-marche__box nav .p-marche-btn-shop::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    background: url(/assets/img/floormarche/arrow.svg) no-repeat center;
    background-size: contain;
    transform: translate(0, -50%);
}
.p-marche__box nav .p-marche__list{
    padding: 16px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.p-marche__box nav .p-marche__list li{
    height: 90px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #1C4837;
}
.p-marche__box nav .p-marche__list li a{
    position: relative;
    display: block;
    height: 100%;
}
.p-marche__box nav .p-marche__list li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 32px;
    background: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}
.p-marche__box nav .p-marche__list li a{
    position: relative;
    display: block;
    height: 100%;
}


#ikeda .p-marche-link-vege{
    background: url(/assets/img/floormarche/btn_vege_01.png) no-repeat center;
    background-size: cover;
}
#ikeda .p-marche-link-fish{
    background: url(/assets/img/floormarche/btn_fish_01.png) no-repeat center;
    background-size: cover;
}
#ikeda .p-marche-link-meet{
    background: url(/assets/img/floormarche/btn_meet_01.png) no-repeat center;
    background-size: cover;
}
#ikeda .p-marche-link-deli{
    background: url(/assets/img/floormarche/btn_deli_01.png) no-repeat center;
    background-size: cover;
}
#ikeda .p-marche-link-daily{
    background: url(/assets/img/floormarche/btn_daily_01.png) no-repeat center;
    background-size: cover;
}
#ikeda .p-marche-link-foods{
    background: url(/assets/img/floormarche/btn_foods_01.png) no-repeat center;
    background-size: cover;
}

#kitasenri .p-marche-link-vege{
    background: url(/assets/img/floormarche/btn_vege_02.png) no-repeat center;
    background-size: cover;
}
#kitasenri .p-marche-link-fish{
    background: url(/assets/img/floormarche/btn_fish_02.png) no-repeat center;
    background-size: cover;
}
#kitasenri .p-marche-link-meet{
    background: url(/assets/img/floormarche/btn_meet_02.png) no-repeat center;
    background-size: cover;
}
#kitasenri .p-marche-link-deli{
    background: url(/assets/img/floormarche/btn_deli_02.png) no-repeat center;
    background-size: cover;
}
#kitasenri .p-marche-link-daily{
    background: url(/assets/img/floormarche/btn_daily_02.png) no-repeat center;
    background-size: cover;
}
#kitasenri .p-marche-link-foods{
    background: url(/assets/img/floormarche/btn_foods_02.png) no-repeat center;
    background-size: cover;
}

#minamisenri .p-marche-link-vege{
    background: url(/assets/img/floormarche/btn_vege_03.png) no-repeat center;
    background-size: cover;
}
#minamisenri .p-marche-link-fish{
    background: url(/assets/img/floormarche/btn_fish_03.png) no-repeat center;
    background-size: cover;
}
#minamisenri .p-marche-link-meet{
    background: url(/assets/img/floormarche/btn_meet_03.png) no-repeat center;
    background-size: cover;
}
#minamisenri .p-marche-link-deli{
    background: url(/assets/img/floormarche/btn_deli_03.png) no-repeat center;
    background-size: cover;
}
#minamisenri .p-marche-link-daily{
    background: url(/assets/img/floormarche/btn_daily_03.png) no-repeat center;
    background-size: cover;
}
#minamisenri .p-marche-link-foods{
    background: url(/assets/img/floormarche/btn_foods_03.png) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .l-marche{
        padding: 12.8vw 0;
    }
    .p-marche__content{
        margin-bottom: 17.067vw;
        padding: 0 2%; 
    }
    .p-marche__title{
       padding: 0 10.134vw;
    }
    .p-marche__title img{
        width: 100%;
    }
    .p-marche__content-header{
        margin-bottom: 4.267vw;
    }
    .p-marche__content-header .p-marche__section-title{
        font-size: 6.934vw;
    }
    .p-marche__content-header .p-marche-link-shop{
        font-size: 4.267vw;
        gap: 2.134vw;
    }
    .p-marche__box{
        flex-direction: column;
    }
    .p-marche__box figure{
        width: 100%;
    }
    .p-marche__box nav{
        padding: 4.267vw;
    }
    .p-marche__box nav .p-marche-btn-shop{
        padding: 2.667vw;
        font-size: 4.267vw;
    }
    .p-marche__box nav .p-marche__list{
        padding: 4.267vw 0 0;
        gap: 3.2vw;
    }
    .p-marche__box nav .p-marche__list li{
        height: 25.6vw;
    }
    .p-marche__box nav .p-marche__list li a span{
        height: 8.534vw;
        font-size: 3.2vw;
        line-height: 8.534vw;
    }

    #ikeda .p-marche-link-vege{
        background: url(/assets/img/floormarche/btn_vege_sp_01.png) no-repeat center;
        background-size: cover;
    }
    #ikeda .p-marche-link-fish{
        background: url(/assets/img/floormarche/btn_fish_sp_01.png) no-repeat center;
        background-size: cover;
    }
    #ikeda .p-marche-link-meet{
        background: url(/assets/img/floormarche/btn_meet_sp_01.png) no-repeat center;
        background-size: cover;
    }
    #ikeda .p-marche-link-deli{
        background: url(/assets/img/floormarche/btn_deli_sp_01.png) no-repeat center;
        background-size: cover;
    }
    #ikeda .p-marche-link-daily{
        background: url(/assets/img/floormarche/btn_daily_sp_01.png) no-repeat center;
        background-size: cover;
    }
    #ikeda .p-marche-link-foods{
        background: url(/assets/img/floormarche/btn_foods_sp_01.png) no-repeat center;
        background-size: cover;
    }

    #kitasenri .p-marche-link-vege{
        background: url(/assets/img/floormarche/btn_vege_sp_02.png) no-repeat center;
        background-size: cover;
    }
    #kitasenri .p-marche-link-fish{
        background: url(/assets/img/floormarche/btn_fish_sp_02.png) no-repeat center;
        background-size: cover;
    }
    #kitasenri .p-marche-link-meet{
        background: url(/assets/img/floormarche/btn_meet_sp_02.png) no-repeat center;
        background-size: cover;
    }
    #kitasenri .p-marche-link-deli{
        background: url(/assets/img/floormarche/btn_deli_sp_02.png) no-repeat center;
        background-size: cover;
    }
    #kitasenri .p-marche-link-daily{
        background: url(/assets/img/floormarche/btn_daily_sp_02.png) no-repeat center;
        background-size: cover;
    }
    #kitasenri .p-marche-link-foods{
        background: url(/assets/img/floormarche/btn_foods_sp_02.png) no-repeat center;
        background-size: cover;
    }

    #minamisenri .p-marche-link-vege{
        background: url(/assets/img/floormarche/btn_vege_sp_03.png) no-repeat center;
        background-size: cover;
    }
    #minamisenri .p-marche-link-fish{
        background: url(/assets/img/floormarche/btn_fish_sp_03.png) no-repeat center;
        background-size: cover;
    }
    #minamisenri .p-marche-link-meet{
        background: url(/assets/img/floormarche/btn_meet_sp_03.png) no-repeat center;
        background-size: cover;
    }
    #minamisenri .p-marche-link-deli{
        background: url(/assets/img/floormarche/btn_deli_sp_03.png) no-repeat center;
        background-size: cover;
    }
    #minamisenri .p-marche-link-daily{
        background: url(/assets/img/floormarche/btn_daily_sp_03.png) no-repeat center;
        background-size: cover;
    }
    #minamisenri .p-marche-link-foods{
        background: url(/assets/img/floormarche/btn_foods_sp_03.png) no-repeat center;
        background-size: cover;
    }
}