.guide { padding: 40px 0; background-color: #F2F2F2; }
.guide_img_area { display: flex; align-items: center; justify-content: center; text-align: center; }
.guide_link { position: relative; width: fit-content; text-decoration: none; text-align: center; }
.guide_img { max-width: 1200px; }
.guide_img_text { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; }

@media screen and (max-width: 479px) {
    .guide_img { margin: 0 35px; max-width: 80%; }
    .guide_reservations { 
        display: flex; flex-direction: column; margin-top: 10px; color: white;
        align-items: center; justify-content: center; text-align: center;
    }
    .guide_reservation_links { display: flex; width: 80%; margin-top: 10px; text-decoration: none; color: white; }
    .guide_internet_reservation { width: 100%; background-color: #DB9496; padding: 10px 0; }
    .guide_phone_reservation { width: 100%; background-color: #B5A272; padding: 10px 0;  }
    .guide_phone_number { color: #B5A272; padding: 10px 0; }
}