@charset "utf-8";

/*==============================*/

/* Shop information

/*==============================*/

section.contents .infoBox .storeLink {
    text-decoration: none;
}

section.contents .infoBox .storeLink a{
    color: var(--font-color);
}

.is-pc {
    display: none;
}
@media (max-width: 767.5px) {
    .is-pc {
        display: block;
    }
}


/*==============================*/

/* tip for you

/*==============================*/

.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
    background-image: url(../images/);
}
.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
    background-image: url(../images/);
}
.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
    background-image: url(../images/);
}

@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;
    }
}

/*==============================*/

/* mvtop section

/*==============================*/

.countainerWarp .mainSection .mvFloatName p {
    font-family: 'Noto Sans JP';
    color: var(--bg-color);
}