@charset "utf-8";

body {
    background-image: url(../images/fablic.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    z-index: -500;
}

.title {
    margin-top: 26px;
}

.map, .shop {
    width: 93%;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}

.map__description, .route__description, .address , .opening {
    font-size: 1.4rem;
    line-height: 2;
}

.map__item {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.route__description, .address, .opening {
    margin-top: 20px;
}

.shop {
    margin-top: 66px;
}

.contactBtn {
    margin-top: 34px;
}

.main {
    margin-bottom: 77px;
}

/* common PC */
@media screen and (min-width:769px) {
    .title {
        margin-top: 70px;
    }
    
    .map, .shop {
        width: 30%;
        margin:40px 0 0;
    }

    .shop {
        margin-top: 110px;
        text-align: start;
    }
    
    .map__description, .route__description, .address , .opening {
        font-size: 1.6rem;
    }

    .contactBtn {
        margin-top: 69px;
    }
    
    .main {
        margin-bottom: 170px;
    }

    .access__contents {
        display: flex;
        justify-content: center;
        gap: 35px;
    }


}


