@charset "UTF-8";

/*会社情報*/
#access_number + .widget_shop01 .block_header_4 h3 {
   color: #000;
}
#access_number + .widget_shop01 .inner_item_img {
   display: none;
}
#access_number + .widget_shop01 .inner_item_txt {
   width: 100%;
    padding-left: 0vw;
}

@media screen and (max-width: 800px) {
.widget_shop01 .wrapper_item {
    display: flex;
    flex-direction: column-reverse;
}
.widget_shop01 .inner_item_img {
    margin-bottom: 0;
    margin-top: 3rem;
}
.mw800 .content_wrapper {
    text-align: left;
}
}

#access_dd2 a {
    pointer-events: none;
    text-decoration: none !important;
}

@media screen and (max-width: 800px) {
#access_dd2 a {
    pointer-events: auto;
}
}

/*会社概要並び替え*/
.widget_shop01 .wrapper_item .inner_item_txt dl:nth-of-type(-n + 2){
   display: none;
}
@media screen and (min-width: 901px) {
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
}
}