<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.meister .sectiontitle {
    width: min(80%, 1180px);
    margin: auto;
}
.meister_catch {
    margin-top: 40px;
}
.meister_top {
    background-color: #F3F3F3;
}
.meister_top_wrap {
    width: min(90%, 1180px);
    margin: 80px auto 0;
    padding: 80px 0;
}
.meister_top_heading {
    font-size: 18px;
    font-weight: 600;
}
.meister_top_container {
    display: flex;
    align-items: center;
    gap: 80px;
}
.meister_top_image {
    width: 40%;
}
/* .meister_top_image .logo {
    max-width: 400px;
} */
.meister_top_cont {
    width: 60%;
}
.meister_top_text .spacer {
    display: block;
    margin-top: 20px;
}
.meister_area-search_inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 160px 0;
}
.meister_area-search .sectiontitle {
    margin-bottom: 3em;
}
.meister_area-search_heading {
    font-size: 18px;
    font-weight: 600;
}
.meister_area-search .word {
    position: absolute;
    top: 10%;
    left: -7vw;
    max-width: clamp(200px, 20vw, 360px);
}
.meister_area-search .illust {
    position: absolute;
    top: 50%;
    right: clamp(-240px, -10vw, -10px);
    transform: translateY(-50%);
    max-width: clamp(100px, 15vw, 200px);
}
.meister_area-search_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.meister_area-search .box-item {
    text-align: center;
}
.meister_area-search .box-item .jp {
    margin-top: 8px;
}
.meister_area_inner {
    width: min(90%, 1180px);
    margin: auto;
}
.meister_area_heading {
    display: flex;
    column-gap: 16px;
    font-size: 18px;
    font-weight: 600;
}
.meister_area_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(60px, 4vw, 80px);
    margin: 40px 0 120px;
}
.meister_area_list_name {
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
}
.meister_area_list_wrap {
    display: flex;
    margin-top: 20px;
}
.meister_area_list_detail {
    width: 55%;
}
.meister_area_list_detail .address {
    line-height: 1.8;
}
.meister_area_list_detail .address .post {
    display: block;
    font-size: 14px;
}
.meister_area_list_detail .tel {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}
.meister_area_list_link {
    display: flex;
    /* display: none; */
    margin-top: 16px;
    column-gap: 16px;
}
.meister_area_list_link .web .icon,
.meister_area_list_link .insta .icon,
.meister_area_staff_link .icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.meister_area_list_map {
    width: 45%;
}
.meister_area_list_map .map {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}
.meister_area_series {
    margin-top: 16px;
}
.meister_area_series_heading {
    display: inline-block;
    padding: 0 16px;
    color: #fff;
    background-color: #523D24;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}
.meister_area_series_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-top: 8px;
}
.meister_area_series_list .item {
    font-weight: 600;
}
.meister_area_staff {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}
.meister_area_staff_heading {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 16px;
    color: #fff;
    background-color: #D8AF56;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}
.meister_area_staff_wrap {
    display: flex;
    flex-direction: column;
}
.meister_area_staff_cont:nth-of-type(n+2) {
    margin-top: 12px;
}
.meister_area_staff_name {
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}
.meister_area_staff_link {
    display: inline-block;
    /* display: none; */
    margin-left: 24px;
}
.meister_area_staff_link .icon {
    vertical-align: -20%;
}
@media screen and (max-width:1024px) {
    .meister_area-search .word {
        top: 5%;
        left: 0;
    }
    .meister_area-search .illust {
        position: absolute;
        top: 90%;
        right: 0;
        transform: translateY(-50%);
    }
}
@media screen and (max-width:768px) {
    .meister_area-search_heading .madecanvas {
        display: block;
    }
    .meister_top_container {
        gap: 60px;
    }
    .meister_top_image,
    .meister_top_cont {
        width: 50%;
    }
    .meister_area-search_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    .meister_area_list {
        grid-template-columns: 1fr;
    }
}     
@media screen and (max-width:599px) {
    .meister_top_wrap {
        margin: 60px auto 0;
    }
    .meister_top_container {
        flex-direction: column;
        gap: 40px;
    }
    .meister_top_image,
    .meister_top_cont {
        width: 80%;
    }
    .meister_area-search .illust {
        top: 100%;
    }
    .meister_area-search .word {
        top: -5%;
    }
    .meister_area-search_inner {
        padding: 80px 0;
    }
    .meister_area_list_wrap {
        flex-direction: column;
    }
    .meister_area_list_link {
        margin-top: 0;
        column-gap: 12px;
    }
    .meister_area_series {
        margin-top: 8px;
    }
    .meister_area_list_link .web .icon, .meister_area_list_link .insta .icon, .meister_area_staff_link .icon {
        width: 20px;
        height: 20px;
    }
    .meister_area_list_map {
        margin-top: 24px;
        width: 100%;
        height: 100%;
    }
    .meister_area_list_map .map {
        aspect-ratio: 16 / 9;
    }
    .meister_area_list_name {
        padding-bottom: 4px;
    }
    .meister_area_list_wrap {
        margin-top: 16px;
    }
    .meister_area_staff {   
        margin-top: 16px;
    }
    .meister_area_list_detail {
        width: 100%;
    }
}
</pre></body></html>