@charset "utf-8";

/*==============================*/

/* mvtop section

/*==============================*/

@media (min-width: 767.5px){
    .mainSection {
        position: relative;
        margin-top: -155.6px;
    }
    .mainSection .mv {
        padding-top: 153.6px;
    }
}

.countainerWarp .mainSection .mvFloatName p {
    font-family: 'Noto Sans JP';
    color: var(--bg-color);
}

/*==============================*/

/* Shop information

/*==============================*/

section.contents .infoBox .storeLink {
    text-decoration: none;
}

section.contents .infoBox .storeLink a{
    color: var(--font-color);
}

@media (min-width: 767.5px){
    #tenant_link_new1, #tenant_link_new2 {
        padding-top: 2px;
    }
}

.infotxt {
    word-break: break-all;
}

@media screen and (max-width: 767.5px) {
    .section.contents .infoBox>div{
    padding-bottom: 0;
    }
    .mainSection {
        margin-top: -2px;
    }
    .mainSection .mv {
        padding-top: calc(75 / 375 * 100vw);
    }
}

.is-pc {
    display: none;
}
@media (max-width: 767.5px) {
    .is-pc {
        display: block;
    }
}
