article {
    padding: 80px 40px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

#works article {
    overflow: hidden;
}

.inner {
    max-width: 1100px;
    margin: auto;
    flex-direction: column;
}

.ttl {
    margin-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}

.contact-wrapper .ttl {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: none;
}

.date,
.venue {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #912828;
}

#news .date {
    margin-bottom: 10px;
}

.date span,
.venue span {
    color: #fff;
    display: flex;
    font-size: 13px;
    width: 90px;
    height: 26px;
    min-width: 90px;
    justify-content: center;
    align-items: center;
    background-color: #912828;
    letter-spacing: 3px;
    margin-right: 10px;
}

.photo {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}

.text {
    display: inline;
}

.text img {
    width: auto;
}

.text p {
    min-height: 30px;
}

.n-tag {
    width: 100%;
    padding: 3px 10px;
    color: #fff;
    letter-spacing: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.n-tag.event {
    background-color: #887134;
}

.n-tag.news {
    background-color: #912828;
}

.contact-content {
    padding-top: 0;
}

.works-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.new-build {
    width: 120px;
    background-color: #912828;
}

.renovation {
    width: 230px;
    background-color: #56764C;
}

.slide-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.thum-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 40px;
}

.thum,
.before-thum,
.after-thum {
    display: block;
    overflow: hidden;
    margin: auto;
}

.works-slider,
.before-works-slider,
.after-works-slider {
    display: block;
    width: 100%;
    overflow: hidden;
}

.works-slider .slide-item,
.before-works-slider .slide-item,
.after-works-slider .slide-item {
    padding: 0 60px;
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 480px;
}
.works-slider .slide-item img,
.before-works-slider .slide-item img,
.after-works-slider .slide-item img {
    height: 100%;
    object-fit: contain;
}

.thum .slide-item,
.before-thum .slide-item,
.after-thum .slide-item {
    margin: 20px 10px 0 10px;
    height: 110px;
    cursor: pointer;
}
.thum .slide-item img,
.before-thum .slide-item img,
.after-thum .slide-item img {
    height: 100%;
    object-fit: cover;
}
.slide-arrow {
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
}

.prev-arrow {
    left: 0;
}

.next-arrow {
    right: 0;
}

.renov-block {
    width: 100%;
    flex-direction: column;
    padding: 40px;
    border: 1px solid #c5c5c5;
    margin-bottom: 40px;
    transition: 1s ease;
    opacity: 0;
    position: absolute;
    top: 0;
}

.before-block {
    left: -120vw;
}

.after-block {
    right: -120vw;
}

.renov-block-wrapper {
    width: 100%;
    position: relative;
}

.renov-block.active {
    position: static;
    opacity: 1;
}

.renov-block .thum-wrapper {
    margin-bottom: 0;
}

.btn-wrapper {
    margin: 0 auto 30px auto;
    flex-direction: column;
    text-align: center;
}

.btn-top {
    margin-bottom: 20px;
    font-weight: bold;
}

.renov-btn p {
    cursor: pointer;
    display: flex;
    width: 150px;
    height: 50px;
    background-color: #E2E2E2;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.renov-btn p.active {
    background-color: #CFB6A0;
    border: 3px solid #912828;
}

#contact .content {
    padding-top: 0;
}

@media (hover: hover) and (pointer: fine) {
    .thum .slide-item:hover,
    .before-thum .slide-item:hover,
    .after-thum .slide-item:hover {
        opacity: 0.6;
    }
}

#news .content {
    padding-bottom: 60px;
}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 820px) {
    .renov-block {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .breadcrumbs-inner {
        flex-direction: column;
    }
    article {
        padding: 60px 2vw;
    }
    #news .date,
    #news .venue {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .date span,
    .venue span {
        margin-bottom: 10px;
    }
    .renov-block {
        padding: 0;
        border: none;
    }
    .works-slider .slide-item,
    .before-works-slider .slide-item,
    .after-works-slider .slide-item {
        padding: 0 3px;
    }
    .thum .slide-item,
    .before-thum .slide-item,
    .after-thum .slide-item {
        margin: 0 3px;
        height: 80px;
    }
    .btn-wrapper {
        width: 100%;
    }
    .renov-btn p {
        font-size: 14px;
        width: 50%;
        height: 40px;
    }
    .btn-top {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #news .content {
        padding-bottom: 40px;
    }
}