@charset "UTF-8";

#facility ul {
    padding: 50px 0;
}
#facility ul:after {
    content: "";
    display: block;
    clear: both;
}
#facility li {
    display: inline-block;
    width: 16.6%;
    float: left;
    text-align: center;
}
#facility li div {
    width: 99%;
}
#facility li strong {
    display: block;
}
#facility li img {
    width: 100%;
}
#cleaning {
    border: solid 1px #ec6b55;
    position: relative;
    text-align: left;
    padding: 20px;
    background: url(/utsukushitoilet/situation/images/bg_cleaning.gif) no-repeat 94% center;
    background-size: 224px auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#cleaning:after {
    content: "";
    display: block;
    position: absolute;
    z-index:-1;
    top: 3px;
    left: 3px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #dcdcdc;
}
#cleaning h2 {
    font-size: 20px;
    font-weight: bold;
}
#cleaning p {
    width: 66%;
}
#guide h2 {
    background-color: #7f7f7f;
    color: #fff;
    width: 110px;
    margin-bottom: 0;
    margin-top: 20px;
}
#guide .guide_eg {
    border: solid 1px #ccc;
    padding: 30px 10px 20px 10px;
    margin-bottom: 20px;
    position: relative;
}
#guide #letter li {
    display: inline-block;
    width: 17%;
    padding-bottom: 20px;
}
#guide #letter li img {
    max-width: 116px;
    width: 100%;
}
#guide #letter li:before {
    content: "-";
    color: #ed638a;
    font-weight: bold;
    margin-right: 6px;
}
#guide ul#sign {
    display: block;
    height: 115px;
}
#guide #sign li {
    display: block;
    position: absolute;
    background-color: #f4f4f4;
    padding: 14px 0;
    width: 106px;
    border-radius: 5px;
}
#guide #sign li img {
    width: 58%;
}
#guide #sign li:first-child {
    left: 30px;
}
#guide #sign li:nth-child(2) {
    left: 152px;
}
#guide #sign li:nth-child(3) {
    width: 185px;
    left: 274px;
    height: 77px;
}
#guide #sign li:nth-child(3) img {
    width: 95%;
    margin-top: 12px;
}
#guide #sign li:nth-child(4) {
    width: 272px;
    left: 476px;
    height: 77px;
    background-color: #666;
}
#guide #sign li:nth-child(4) img {
    width: 67%;
    margin-top: 12px;
}
#guide #sign li:nth-child(5) {
    left: 152px;
}
#guide #sign li:nth-child(6) {
    left: 274px;
}
#guide #sign li:nth-child(7) {
    left: 396px;
}
#guide #sign li:nth-child(8) {
    left: 518px;
}
#guide #sign li:nth-child(9) {
    left: 641px;
    width: 186px;
}
#guide #sign li:nth-child(9) img {
    width: 90%;
}
#guide #sign li:nth-child(10) {
    right: 28px;
    clear: both;
}
#guide ul#sign:after {
    content: "";
    display: block;
    clear: both;
}


/* 0-640px ----*/
@media screen and (max-width:640px){
    #facility li {
        float: none;
        display: block;
        clear: both;
        width: 92%;
        margin: 1px auto;
    }
    #facility li:after {
        content: "";
        display: block;
        clear: both;
    }
    #facility li strong {
        position: absolute;
        display: block;
        text-shadow: 1px 1px 2px #fff;
    }
    #facility li img {
        display: block;
        width: 30%;
        float: left;
        margin-right: 1px;
    }
    #facility li img:first-child {
        margin-left: 39%;
    }
    #cleaning {
        background-position: center 95%;
        width: 86%;
        padding-bottom: 200px;
    }
    #cleaning p {
        width: initial;
        margin: 0 auto;
    }
    #guide h2 {
        margin-left: 4%;
    }
    #guide .guide_eg {
        margin-left: 4%;
        margin-right: 4%;
    }
    #guide #letter li {
        width: 48%;
    }
    #guide ul#sign {
        height: inherit;
    }
    #guide #sign li {
        position: inherit;
        display: inline-block;
        width: 42%;
        margin-bottom: 12px;
        pading: 4% 0;
    }
    #guide #sign li:nth-child(3), #guide #sign li:nth-child(4), #guide #sign li:nth-child(9) {
        width: 85.2%;
        height: auto;
    }
    #guide #sign li:nth-child(3) img, #guide #sign li:nth-child(4) img {
        margin-top: 0;
    }
    #guide #sign li:nth-child(10) {
        margin-left: 7.4%;
        float: left;
    }





}

