@charset "UTF-8";

.sp_only {
    display: none;
}
@media (max-width: 800px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
}

.office_list ul {
    width: 95%;
    margin-top: 50px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 5%;
}
.office_list ul li {
    width: 30%;
    text-align: center;
}
.office_list ul li a.tel_link {
    width: 80%;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-top: 15px;
    margin-inline: auto;
    padding: 10px 0;
    background-color: #fff;
    border: 5px solid #00a0ea;
    transition: all 0.2s ease;
    display: block;
}
.office_list ul li a.tel_link:hover {
    border: 5px solid #e5000d;
}

@media (max-width: 800px) {
    .office_list ul {
        margin-top: 30px;
        gap: 50px 2%;
    }

    .office_list ul li {
        width: 49%;
    }

    .office_list ul li a.tel_link {
        width: 90%;
        font-size: 14px;
        padding: 5px 0;
    }

    .office_list ul li a img {
        width: 80%;
        height: auto;
    }
}

.office_detail .office_logo {
    margin-top: 15px;
    text-align: center;
}

.office_detail .intro_image {
    margin: 30px 0 50px 0;
    display: flex;
    gap: 1.3%;
    overflow: hidden;
}
.office_detail .intro_image li {
    width: 24%;
}
.office_detail .intro_image li img {
    width: 100%;
    height: auto;
}
@media (max-width: 800px) {
    .office_detail .office_logo {
        width: 30%;
        margin-top: 15px;
        margin-inline: auto;
        text-align: center;
    }

    .office_detail .intro_image {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .office_detail .intro_image li {
        width: 49%;
        margin-top: 10px;
    }
}

.office_detail .instagram_feed {
    margin: -30px 0 50px 0;
}

.office_detail #access_box {
    margin: 30px 0 50px 0;
    display: flex;
    overflow: hidden;
}
.office_detail #access_box #access_text {
    width: 443px;
    font-size: 15px;
    text-align: left;
}

.office_detail .map_link {
    width: 250px;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    color: #000;
    background-color: #fff;
    border: 5px solid #e5000d;
    transition: all 0.2s ease;
    display: block;
}
.office_detail .map_link:hover {
    border: 5px solid #00a0ea;
}
.office_detail .farm_map_link {
    border: 5px solid #e9d126;
}
.office_detail .farm_map_link:hover {
    border: 5px solid #ed5f9d;
}
.office_detail .minara_map_link {
    border: 5px solid #37aa8a;
}
.office_detail .minara_map_link:hover {
    border: 5px solid #c73f61;
}
.office_detail .advance_map_link {
    border: 5px solid #141c31;
}
.office_detail .advance_map_link:hover {
    border: 5px solid #ef8a22;
}
.office_detail .kids_map_link a {
    border: 5px solid #db137a;
}
.office_detail .kids_map_link:hover {
    border: 5px solid #fef315;
}
.office_detail .base_map_link a {
    border: 5px solid #00a0ea;
}
.office_detail .base_map_link:hover {
    border: 5px solid #e5000d;
}

.office_detail #access_box #map {
    width: 517px;
}
.office_detail #access_box #map img {
    border: 1px solid #c4c4c4;
}

@media (max-width: 800px) {
    .office_detail #access_box {
        margin-top: 0;
        display: block;
    }
    .office_detail #access_box #access_text {
        width: 100%;
    }
    .office_detail #access_box #map {
        width: 100%;
    }
    .office_detail .map_link {
        width: 80%;
        margin-top: 20px;
        margin-inline: auto;
    }

    .office_detail .instagram_feed {
        margin: 0 0 50px 0;
    }
}
