@charset "utf-8";

/*

works.css
Version: 2023.08.21

*/

/* --------------------------------------------------------
/* .page-works
/* .works
/* .works-detail
/* .works-detail-content
/* .works-detail-summary
/* .works-detail-summary-info
/* .works-sort
/* .shop-detail
-------------------------------------------------------- */


/* .page-works
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/works/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/works/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .works
-------------------------------------------------------- */
.works {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


/* .works-detail
-------------------------------------------------------- */
.works-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
    /* padding: 0 14px;
    max-width: 1520px; */
    width: 100%;

    justify-content: space-between;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-detail {
        flex-direction: column;
        padding: 0 0;
    }
}


/* .works-detail-content
-------------------------------------------------------- */
.works-detail-content {
    margin: 0 auto 50px;
    width: 100%;
}


/* .works-detail-summary
-------------------------------------------------------- */
.works-detail-summary {
    width: 100%;
}


/* .works-detail-summary-info
-------------------------------------------------------- */
/* .works-detail-summary-info .works-table */
.works-detail-summary-info .works-table,
.works-detail-summary-info .works-table tr,
.works-detail-summary-info .works-table th,
.works-detail-summary-info .works-table td {
    border: 0;
}
.works-detail-summary-info .works-table th {
    background: #f6f8f9;
    text-align: left;
    font-size: 1.6rem;
}
.works-detail-summary-info .works-table tr > * {
    padding: 1em 1.5em;
    letter-spacing: .15em;
    font-size: 1.5rem;
}
.works-detail-summary-info .works-table td {
    background: #fff;
    text-align: left;
}
.works-detail-summary-info .works-table td .price {
    color: #bf1319;
    font-weight: 600;
    font-size: 120%;
    line-height: 1.6;
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .works-detail-summary-info .works-table th {
        width: 28%;
    }
    .works-detail-summary-info .works-table tr + tr > * {
        border-top: 1px solid #e1e3e4;
    }
}

/* .works-detail-summary-info .works-industry */
.works-detail-summary-info .works-industry {
    width: 100%;
    font-size: 0;
}
.works-detail-summary-info .works-industry li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: .2em .8em;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #fff;
    color: #020202;
    font-size: 1.1rem;
}
.works-detail-summary-info .works-industry li.on {
    background-color: #212121;
    color: #fff;
}


/* .works-sort
-------------------------------------------------------- */
.works-sort-list {
    display: flex;
    padding: 0;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.works-sort-list li {
    display: flex;
    overflow: hidden;
    margin: .25%;
    padding: 0;
    max-width: 32.833333333333336%;
    width: 100%;
    height: auto;
    border: 2px solid #214366;
    border-radius: 0;
    background-color: #214366;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    transition: opacity .4s ease;

    flex: 0 0 32.833333333333336%;
    justify-content: center;
    align-items: center;
}
.works-sort-list li a {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1.2em 1.5em;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 1.2rem;
    transition: all .5s ease;

    justify-content: center;
    align-items: center;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-sort-list li {
        max-width: 12%;

        flex: 0 0 12%;
    }
    .works-sort-list li:hover {
        border-color: #102f55;
        background-color: #102f55;
        transition: all .5s ease;
    }
    .works-sort-list li a {
        font-size: 1.4rem;
    }
    .works-sort-list li a:hover {
        color: #fff;
    }
}


/* .shop-detail
-------------------------------------------------------- */
.shop-detail .dl dt {
    font-size: 2.0rem;
}
