@charset "UTF-8";

#access_about + .widget_shop01 .map {
    display: none;
}

#access_map + .widget_shop01 .heading.block_header_6,
#access_map + .widget_shop01 .wrapper_item {
    display: none;
}

/*--------------対応エリア------------------*/
@media screen and (max-width: 900px) {
	a[id^="area"]+section .wrapper_item {
    display: flex !Important;
    flex-direction: column-reverse !Important;
}
a[id^="area"]+section .inner_item_img {
        margin-bottom: 0 !important;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: center;
}
a[id^="area"]+section .inner_item_txt {
    margin-bottom: 20px !important;
}
}