@charset "utf-8";

/*==============================*/

/* Shop information

/*==============================*/

section.contents .infoBox .storeLink {
    text-decoration: none;
}

section.contents .infoBox .storeLink a{
    color: var(--font-color);
}


/*==============================*/

/* tip for you

/*==============================*/

.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol9_img_lunch_06.jpg);
}
.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol9_img_lunch_12.jpg);
}
.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol9_img_lunch_18.jpg);
}

@media (min-width: 767.5px){
    .mainSection {
        position: relative;
        margin-top: -155.6px;
    }
    #tenant_link_new1, #tenant_link_new2, #tenant_link_new3 {
        padding-top: 2px;
    }
}

.storeLink.linkIconIG span {
    color: var(--font-color);
    position: relative;
    padding-left: 38px;
    line-height: normal;
    text-decoration: none;
}


.linkIconIG>span::before {
    top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {
    .section.contents .infoBox>div{
    padding-bottom: 0;
    }

    .linkIconIG>span::before {
    top: -.175em!important;
    }
}