@charset "utf-8";

/*==============================*/

/* mvtop section

/*==============================*/

@media (min-width: 767.5px){
    .mainSection {
        position: relative;
        margin-top: -155.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);
}

.section.contents .interviewBox .fukidashiBox .img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (min-width: 767.5px){
    #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;
}

.infotxt {
    word-break: break-all;
}

@media screen and (max-width: 767.5px) {
    .section.contents .infoBox>div{
    padding-bottom: 0;
    }

    .linkIconIG>span::before {
    top: -.175em!important;
    }
}

.is-pc {
    display: none;
}
@media (max-width: 767.5px) {
    .is-pc {
        display: block;
    }
}


/*==============================*/

/* tip for you

/*==============================*/


#section02 .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol32_img_lunch_07.jpg);
}

#section03 .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol33_img_lunch_12.jpg);
}

#section04 .interviewBox .fukidashiBox .img {
    background-image: url(../images/vol32_img_lunch_21.jpg);
}
/*==============================*/

/* Section Contents

/*==============================*/

@media (min-width: 767.5px) {
    #tenant_link_new4 {
        padding-top: 2px;
    }
}
#tenant_link_new4 {
    display: none;
    text-align: right;
    position: relative;
    margin-right: 13px;
}

.section.contents .infoBox .storeLink#tenant_link_new4::after {
    position: absolute;
    top: 2.2rem;
    right: -13px;
}

/*==============================*/

/* vol34 独自CSS

/*==============================*/


/* btn */
.rvBtn {
  right: calc(50% - 20.5px);
}

.rvBtn.autumn a {
  width: 290px;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    right: calc(50% - 80px);
  }
}