@charset "UTF-8";
/* CSS Document */
.sub_head{
    border-bottom: none;
}
.wrapper:last-of-type{
    border-bottom: solid 1px #363636;
    margin-bottom: 60px;
}
.wrapper .head{
    padding: 35px 0;
    background-color: #f7f7f7;
    border-bottom: solid 1px #363636;
    border-top: solid 1px #363636;
}
.wrapper .head h3{
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1em;
}
.wrapper .column{
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 0 auto;
    justify-content: center;
}
@media print, screen and (min-width: 1800px) {
    .wrapper .column{
        border-left: solid 1px #363636;
        border-right: solid 1px #363636;
    }
}
.wrapper .column .box{
    width: 33.333%;
    border-left: solid 1px #363636;
    border-top: solid 1px #363636;
    padding: 4%;
}
.wrapper .column .box:first-of-type,.wrapper .column .box:nth-of-type(4),.wrapper .column .box:nth-of-type(7){
    border-left: none;
}
.wrapper .column .box:first-of-type,.wrapper .column .box:nth-of-type(2),.wrapper .column .box:nth-of-type(3){
    border-top: none;
}
.wrapper .column .box a{
    display: block;
    border-radius: 12px;
    border: solid 1px #363636;
    overflow: hidden;
    margin-bottom: 30px;
}
.wrapper .column .box a:hover{
    opacity: .7;
}
.wrapper .column .box .text span{
    display: block;
    font-size: 14px;
    line-height: 1.4em;
}
.wrapper .column .box .text span.place_area{
    padding-bottom: 5px;
}
.wrapper .column .box .text span.place_name{
    padding-bottom: 15px;
}
.wrapper .column .box .text h4{
    font-size: 20px;
    padding-bottom: 15px;
}
.lightbox .lb-image{
    border: none!important;
}
.lightboxOverlay{
    opacity: .7!important;
}
.lb-data .lb-close{
    background: url("../img/works/slide_close.png") top right/ 100% auto no-repeat!important;
}
.lb-nav a.lb-next{
    background: url("../img/works/slide_next.png") top 50% right 5%/ 30px auto no-repeat!important;
    width: 50%!important;
}
.lb-nav a.lb-prev{
    background: url("../img/works/slide_previous.png") top 50% left 5%/ 30px auto no-repeat!important;
    width: 50%!important;
}
.insta_link{
    margin-bottom: 60px;
}
.insta_link a{
    background: url("../img/common/instagram.png")top 50% left 30px/25px auto no-repeat #f7f7f7;
    display: block;
    margin: 0 auto;
    border: solid 1px #363636;
    padding: 25px 30px 25px 70px;
    width: fit-content;
}
.insta_link a:hover{
    opacity: .7;
}


@media print, screen and (max-width: 1000px) {
    .wrapper .column .box{
        width: 50%;
    }
    .wrapper .column{
        justify-content: flex-start;
    }
    .wrapper .column .box{
        border-left: none;
        padding: 5%;
    }
    .wrapper .column .box:first-of-type{
        border-right: solid 1px #363636;
    }
    .wrapper .column .box:first-of-type,.wrapper .column .box:nth-of-type(2){
        border-bottom: solid 1px #363636;
    }
    .wrapper .column .box:nth-of-type(3){
        border-right: solid 1px #363636;
    }
    .lb-nav a.lb-next{
        opacity: 0.7!important;
    }
    .lb-nav a.lb-prev{
        opacity: 0.7!important;
    }
    .wrapper .box:nth-of-type(4){
        border-top: none;
    }
    .wrapper .box:nth-of-type(5),.wrapper .box:nth-of-type(7),.wrapper .box:nth-of-type(9){
        border-right: solid 1px #363636;
    }
    .wrapper .box:nth-of-type(8){
        border-bottom: solid 1px #363636;
    }
    .wrapper.lighting .box:nth-of-type(5),.wrapper.lighting .box:nth-of-type(6){
        display: none;
    }
    .wrapper.reform .box:nth-of-type(3),.wrapper.reform .box:nth-of-type(4){
        display: none;
    }
    .wrapper:last-of-type {
        border-bottom: none
    }
}


@media print, screen and (max-width: 750px) {
    .wrapper .head {
        padding: 30px 0;
    }
    .wrapper .head h3{
        font-size: 20px;
    }
    .wrapper .column .box{
        width: 100%;
        border-right: none;
        padding: 35px 10%;
    }
    .wrapper .column .box:first-of-type,.wrapper .column .box:nth-of-type(3) {
        border-right: none;
    }
    .wrapper .column .box a{
        margin: 0 auto 25px;
    }
    .wrapper .column .box .text h4{
        font-size: 18px;
    }
    .wrapper .column .box .text h4{
        padding-bottom: 12px;
    }
    .wrapper .column .box .text p{
        line-height: 1.6em;
    }
    .wrapper .column .box .text span.place_name{
        padding-bottom: 12px;
    }
    .wrapper .column .box:nth-of-type(3){
        border-bottom: solid 1px #363636;
    }
    .wrapper .box:nth-of-type(8) {
        border-bottom: none;
    }
    .wrapper.reform .box:nth-of-type(2){
        display: none;
    }
    .wrapper:last-of-type {
        margin-bottom: 40px;
    }
    .insta_link {
        padding: 0 5%;
        margin-bottom: 40px;
    }
    .insta_link a {
        background: url(../img/common/instagram.png)top 50% left 20px/25px auto no-repeat #f7f7f7;
        display: block;
        margin: 0 auto;
        border: solid 1px #363636;
        padding: 20px 20px 20px 55px;
        width: 100%;
        line-height: 1.4em;
    }
}