@charset "UTF-8";
/* CSS Document */
#stay a ,#workplace .a { text-decoration: none; }

/* stay */
#stay .container, #workplace .container { height: 100%; }
#stay .bgPhoto {  }
#stay .title-B::before { background-image: url(images/icon_stay.png) ;}

#stay.datail .title-B::before { content: none; }

#stay .breadcrumb-a li:nth-child(2) a { width: 28px; }
#stay.detail .breadcrumb-a li:last-child a { width: 500px; }

@media (min-width: 768px) {
    #stay .bgPhoto { background-image: url(images/bg_stay_ttl.jpg) ; }

}

@media (max-width: 767px) {
    #stay .bgPhoto { background-image: url(images/bg_stay_ttl-sp.jpg) ; }
    #stay .container, #workplace .container { /* margin: auto; */ }

}

/* workplace */
#workplace {  }
#stay .container, #workplace .container { }
#workplace .title-B::before { background-image: url(images/icon_workplace.png) ;}

#workplace .post_title-A { background-color:#E1EAE0; }

#workplace .breadcrumb-a li:nth-child(2) a { width: 92px; }
#workplace.detail .breadcrumb-a li:last-child a { width: 500px; }

@media (min-width: 768px) {
    #stay .container, #workplace .container { padding: 0px; }
    #workplace .bgPhoto { background-image: url(images/bg_workplace_ttl.jpg) ; }
}

@media (max-width: 767px) {
    #stay .container, #workplace .container { /* margin: auto; */ }
    #workplace .bgPhoto { background-image: url(images/bg_workplace_ttl-sp.jpg) ; }
}

/* 2024.02.22 shimura */
@media (max-width: 767px) {
    #workplace.detail main .tag_wrap { padding: 0px 15px 0 15px; }
    #stay.detail main .tag_wrap { padding: 0px 15px 0 15px; }
}
