@charset "utf-8";

/*
************************************************************************
* 感染症対策
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */

#clean {

}
#clean .section-clean {
    background-color: #EBEBEB;
}
#clean .title.title-clean-01 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3em;
}
#clean .title.title-clean-01 .line {
    background: linear-gradient(to top, rgba(121, 97, 53, 75%) 30%, rgba(255, 255, 255, 0) 30% 100%);
}


#clean .title.title-clean-02 {
    display: inline-block;
    background-color: #796135;
    border-radius: 999px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 0.2em 3em;
    margin-bottom : 3em;
    font-weight: bold;
}

#clean .wrap-block {
    display: flex;
    flex-wrap: wrap;

    margin: 0 -1em;
    margin-bottom: 5em;
}
#clean .wrap-block.wrap-block-customer {
    justify-content: center;
}

#clean .block-clean {
    width: calc(50% - 2em);
    padding: 0em;
    margin: 1em;
    background-color: #fff;
}
#clean #body .text {
    padding: 2em;
}
#clean .text .block-title {
    font-weight: bold;
    font-size: 1.2em;
}
#clean .number {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background-color: #796135;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}
#clean .number span {
    display: block;
    padding-top: 0.3em;
}
#clean .qrcode-sticker {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 -1em;
}
#clean .qrcode-sticker .img {
    width: calc(50% - 2em);
    padding: 1em;
}
#clean .qrcode-sticker .img img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    #clean .wrap-block {
        margin-bottom: 3em;
    }
    #clean .title.title-clean-01 {
        margin: 2em 0;
    }
    #clean .title.title-clean-02 {
        margin-bottom: 1em;
    }
    #clean .block-clean {
        width: calc(100%);
    }
    #clean  #body .text {
        padding: 2em 1em;
    }
    #clean .number span {
        padding-top: 0.5em;
    }

}
