@charset "utf-8";
/* CSS Document */

.recruit{
    display: flow-root;
    margin: 0 auto;
}

    #contents .content-shoplist{

    }
    #contents .content-shoplist ul li{
        text-align: left;
        float: left;
        width: 225px;
        margin-right: 30px;
        margin-bottom: 50px;
        height: 300px;
    }
    #contents .content-shoplist ul li:nth-child(4n){
        margin-right: 0;
    }
    #contents .content-shoplist .thumbnail{
        width: 228px;
        height: 168px;
        border: 1px solid #f5f5f5;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }
    #contents .content-shoplist .thumbnail img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    #contents .content-shoplist .name{
        font-size: 16px;
        font-weight: bold;
        color: #191919;
    }
    #contents .content-shoplist .tel{
font-size: 14px;
    color: #191919;
    letter-spacing: 0.03em;
    font-style: italic;    }
    #contents .content-shoplist .floor{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorLadies{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorGoods{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorAcce{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorOthers{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorBeauty{
font-size: 10px;
    color: #ffde7a;    }
    #contents .content-shoplist .floorSchool{
    font-size: 10px;
        color: #ffde7a;    }
    #contents .content-shoplist .floorService{
        font-size: 10px;
            color: #ffde7a;    }
    #contents .left-wrap{
        float: left;
        width: 68%;
    }
    #contents .left-wrap .thumbnail {
        margin-bottom: 12px;
        line-height: 1;
    }
    #contents .left-wrap .content-info {
        display: inline-block;
        width: 100%;
    }
    #contents .left-wrap .content-info .category {
        width: 75px;
        height: 21px;
        float: left;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .left-wrap .content-info .date {
        width: 40%;
        float: left;
        font-size: 11px;
        padding: 2px 0;
        color: #999999;
        margin-left: 1rem;
        text-align: left;
    }
    #contents .left-wrap .name {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #contents .left-wrap .detail {
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 55px;
        line-height: 1.9
    }
    #contents .left-wrap .shop-data{
    }
    #contents .left-wrap .shop-data{
        width: 100%;
        margin-bottom: 70px;
    }
    #contents .left-wrap .shop-data tr{
        border-bottom: 1px solid #eeeeee;
    }
    #contents .left-wrap .shop-data tr td{
        padding: 14px 0;
        font-size: 14px;
        color: #191919;
    }
    #contents .left-wrap .shop-data tr td:first-child {
        font-weight: 800;
        width: 170px;
    }
    #contents .left-wrap .shop-data tr td:last-child {
    }
    #contents .right-wrap{
        float: right;
        width: 26%;
    }
    #contents .left-wrap .shop-name-area {
        display: inline-block;
        width: 100%;
    }
    #contents .left-wrap .shop-name-area .shop-name-image {
        position: relative;
        width: 207px;
        height: 207px;
        float: left;
        font-size: 10px;
        padding: 2px 0;
        border: 1px solid #eeeeee;
    }
    #contents .left-wrap .shop-name-area .shop-name-image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    #contents .left-wrap .shop-name-area .shop-detail{
        float: right;
        text-align: left;
        width: calc(100% - 237px);
    }
    #contents .left-wrap .shop-name-area .shop-detail .floor{
        font-size: 12px;
        color: #ffde7a;
    }
    #contents .left-wrap .shop-name-area .shop-detail .name{
        font-size: 20px;
        color: #191919;
    }
    #contents .left-wrap .shop-name-area .shop-detail .detail{
        font-size: 12px;
        color: #333333;
    }
    #contents .right-wrap{
        float: right;
        width: 26%;
    }

    #contents .right-wrap h3 {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #e84d4d;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #e84d4d;
        border-bottom: 1px dotted #dedede;
    }
    #contents .right-wrap h3 > span {
        display: block;
        font-size: 12px;
        color: #191919;
        font-weight: normal;
    }
    #contents .right-wrap h3.recruitRight {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #eee217;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #eee217;
        border-bottom: 1px dotted #dedede;
    }
        #contents .right-wrap h3.couponRight {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #9e81c9;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #9e81c9;
        border-bottom: 1px dotted #dedede;
    }
    #contents .right-wrap .side-list-wrap{
	    margin-bottom: 70px;
}

    #contents .right-wrap .side-list {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #contents .right-wrap .side-list li {
        display: flow-root;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
        #contents .right-wrap .side-list-recruit {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #contents .right-wrap .side-list-recruit li {
        display: flow-root;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
    #contents .right-wrap .side-list-recruit .data {
        width: 100%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .side-list-recruit .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    #contents .right-wrap .side-list .thumbnail {
        width: 80px;
        height: 80px;
        float: left;
        overflow: hidden;
    }
    #contents .right-wrap .side-list .thumbnail img {
        width: 100%;
    }
    #contents .right-wrap .side-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .side-list .data .category {
        /*width: 100%;*/
        width: 75px;
        height: 21px;
        float: none;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .right-wrap .side-list .data .date {
        width: 100%;
        font-size: 11px;
       padding: 0 0 2px;
        color: #999999;
        text-align: left;
        margin-bottom: 5px;
        line-height: 1.2em;
    }
    #contents .right-wrap .side-list .data .event-topics {
        background-color: #ee869a;
        color:#fff;
        text-align: center;
    }
    #contents .right-wrap .side-list .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    #contents .right-wrap .archive-list {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #contents .right-wrap .archive-list li {
        display: flow-root;
        border-bottom: 1px solid #f5f5f5;
        padding: 20px 0;
    }
    #contents .right-wrap .archive-list .thumbnail {
        width: 80px;
        height: 80px;
        float: left;
        overflow: hidden;
    }
    #contents .right-wrap .archive-list .thumbnail img {
        width: 100%;
    }
    #contents .right-wrap .archive-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .archive-list .data .category {
        width: 100%;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .right-wrap .archive-list .data .date {
        width: 100%;
        font-size: 11px;
        padding: 0 0 2px;
        color: #999999;
        text-align: left;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    #contents .right-wrap .archive-list .data .title {
        width: 100%;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
    }
    #contents .right-wrap .side-list-recruit .data .date{
	width: 100%;
    font-size: 11px;
    padding: 0 0 2px;
    color: #999999;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.2em; }

    .shop .left-wrap .detail-sp{
        display: none;
    }

@media screen and (max-width:800px) {
	    #contents .left-wrap{
        float: none;
        width: 88%;
        margin: 0 auto;
    }

    .recruit .left-wrap {
        width: 88%;
        text-align: center;
        margin: 0 auto;
    }
    .recruit .left-wrap .content-info {}
    .recruit .left-wrap .title {}
    .recruit .left-wrap .recruit-detail {
        width: 100%;
    }
    .recruit .left-wrap .recruit-detail > img {
        width: 100%;
    }
    .recruit .left-wrap .recruit-detail > p.detail {
        width: 100%;
        text-align: left;
        margin-bottom: 60px;
    }

    .recruit .left-wrap .thumbnail {
        margin-bottom: 12px;
        width: 100%;
        line-height: 1;
    }
    .recruit .left-wrap .thumbnail img{
        width: 100%;
    }
    .recruit .left-wrap .content-info {
        display: inline-block;
        width: 100%;
    }
    .recruit .left-wrap .content-info .category {
        width: 40%;
        float: left;
        font-size: 10px;
        padding: 2px 0;
    }
    .recruit .left-wrap .content-info .event-topics {
        background-color: #ee869a;
        color:#fff;
        text-align: center;
    }
    .recruit .left-wrap .content-info .date {
        width: 40%;
        float: left;
        font-size: 11px;
        padding: 2px 0;
        color: #999999;
        margin-left: 1rem;
        text-align: left;
    }
    .recruit .left-wrap .name {
text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 17px;
    line-height: 1.4;

    }
    .recruit .left-wrap .shop-data{
    }
    .recruit .left-wrap .shop-data{
        width: 100%;
        margin-bottom: 70px;
    }
    .recruit .left-wrap .shop-data tr{
        border-bottom: 1px solid #eeeeee;
    }
    .recruit .left-wrap .shop-data tr td{
        padding: 12px 0;
        font-size: 16px;
        color: #191919;
    }
    .recruit .left-wrap .shop-data tr td {
        text-align: left;
    }
    .recruit .left-wrap .shop-data tr td:first-child {
        font-weight: 800;
        width: 35%;
        font-size: 13px;

    }
    .recruit .left-wrap .shop-data tr td:last-child {
        font-size: 13px;
         width: 55%;
    }

    #contents .right-wrap{
        width: 88%;
        margin: 0 auto;
            float: none;
    }
    #contents .right-wrap h3 {
        font-size: 18px;
        font-family: 'Lato',sans-serif;
        font-weight: bold;
        color: #e84d4d;
        text-align: center;
        line-height: 1.2em;
        padding: 14px 0;
        border-top: 3px solid #e84d4d;
        border-bottom: 1px dotted #dedede;
    }
    #contents .right-wrap h3 > span {
        display: block;
        font-size: 12px;
        color: #191919;
        font-weight: normal;
    }

    #contents .right-wrap .side-list-recruit .data {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 6%;
}
    #contents .right-wrap .side-list-recruit .data .date {
    width: 100%;
    font-size: 11px;
    padding: 0 0 2px;
    color: #999999;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.2em;
}
#contents .right-wrap .side-list-recruit .data .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
    #contents .right-wrap .archive-list {
        width: 100%;
        margin: 0 auto 20px;
    }
    #contents .right-wrap .side-list-wrap {
    margin-bottom: 70px;
}
    #contents .right-wrap .archive-list li {
        display: flow-root;
        border-bottom: 1px solid #f5f5f5;
        padding: 16px 0;
    }
    #contents .right-wrap .archive-list .thumbnail {
        width: 120px;
        float: left;
        overflow: hidden;
        height: 120px;
    }
    #contents .right-wrap .archive-list .thumbnail img {
        width: 100%;
    }
    #contents .right-wrap .archive-list .data {
        width: 59%;
        float: right;
        text-align: left;
    }
    #contents .right-wrap .archive-list .data .category {
        width: 70%;
        font-size: 10px;
        padding: 2px 0;
    }
    #contents .right-wrap .archive-list .data .date {
width: 100%;
    font-size: 10px;
    padding: 5px 0 2px;
    color: #999999;
    text-align: left;}

    #contents .right-wrap .archive-list .data .title {
width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;    }
    #contents .left-wrap .detail {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
    font-weight: normal;
    margin-bottom: 55px;
}
    #contents .right-wrap h3.recruitRight {
font-size: 18px;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    color: #eee217;
    text-align: center;
    line-height: 1.2em;
    padding: 14px 0;
    border-top: 3px solid #eee217;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 5%;
    }
        .shop .content-shoplist ul li .thumbnail {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    margin-bottom: 2%;
}
#contents .content-shoplist ul {
    width: 84%;
    margin: 0 auto 60px;
}
.shop .content-shoplist ul li {
    width: 88%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 9%;
}

#contents .content-shoplist ul li{
    width: 48%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 9%;
    float: left;
    height: 250px;
    }
#contents .content-shoplist ul li:nth-child(2n) {
    margin-left: 4%;
}
#contents .left-wrap .shop-name-area .shop-name-image {
    position: relative;
    width: 100%;
    height: 250px;
    float: none;
    font-size: 10px;
    padding: 2px 0;
    border: 1px solid #eeeeee;
    margin-bottom: 12px;
}
#contents .content-shoplist ul li .thumbnail {
    width: 100%;
    height: 7rem;
    overflow: hidden;
    margin-bottom: 2%;
}
#contents .left-wrap .shop-name-area .shop-detail {
    float: none;
    text-align: left;
    width: 100%;
}
#contents .left-wrap .shop-name-area .shop-detail .floor {
    font-size: 12px;
    color: #ffde7a;
}

.shop .content-shoplist ul li .thumbnail > img {
    width: 100%;
    line-height: 1;
}
#contents .right-wrap .archive-list {
    margin-bottom: 20px;
    padding: 0 0;
}
#contents .right-wrap .side-list .data .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;}
#contents .right-wrap .side-list .thumbnail {
    width: 120px;
    float: left;
    overflow: hidden;
    height: 120px;
}
#contents .right-wrap .archive-list .thumbnail img {
    width: 100%;
}
#contents .right-wrap .archive-list .data {
    width: 59%;
    float: right;
    text-align: left;
}
#contents .right-wrap .side-list {
    margin-bottom: 20px;
    padding: 0 0;
}
}
