@charset "UTF-8";
.pageBody {}
.mainImage {
    background: url(../architecture/img/pt-main.jpg) center center no-repeat;
    position: relative;
    z-index: 1;
    height: 422px;
    background-size: cover;
    margin-bottom: 70px;
}
.mainImage-works {
    background-image: url(../works/img/pt-main.jpg);
}
.mainImage_inner {
    padding-top: 32px;
}
.mainImage_title {
    font-size: 19px;
    color: #fff;
}
.pageBody_inner {}
.intro {
    margin-bottom: 62px;
}
.intro_title {
    font-size: 17px;
    border-bottom: 1px solid rgb(215, 215, 215);
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.intro_text {}
.works {
    margin-top: 95px;
}
.works_title {
    font-size: 23px;
    margin-bottom: 22px;
}
.performance {
    margin-bottom: 33px;
}
.performance_title {
    margin-bottom: 24px;
}
.performance_list {
    list-style: none;
}
.performance_list:after {
    content: "";
    display: block;
    clear: both;
}
.performance_list > li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 21px;
}
.performance_list > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.performance_list > li > a:hover {
    opacity: .7;
}
.performance_list > li:first-child {}
.performance_list > li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
.performance_fig {}
.performance_fig > img {
    max-width: 100%;
    height: auto;
}
a:hover .performance_fig > img {
    opacity: 1;
}
.performance_fig > figcaption {
    margin-top: 4px;
    line-height: 1.4;
}
.performance_headline {
    color: rgb(235, 70, 53);
    font-size: 16px;
    margin: 17px 0 7px;
}
.performance_table {
    margin-top: 48px;
}
.performance_table > thead {}
.performance_table > thead > tr {}
.performance_table > thead > tr > th {}
.performance_table > tbody {}
.performance_table > tbody > tr {}
.performance_table > tbody > tr > td {
    padding: 7px 20px;
}
.fancybox-title-float-wrap {
    width: 100%;
    right: 0;
    bottom: auto;
    top: 99%;
}
.fancybox-title-float-wrap .child {
    display: block;
    white-space: normal;
    text-align: left;
    background: #f9f9f9;
    color: inherit;
    text-shadow: none;
    font-weight: normal;
    line-height: inherit;
    border-radius: 4px;
    padding-bottom: 10px;
    margin-right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* タブレット以下設定 */

@media screen and (max-width: 999px) {
    .pageBody {
        margin-top: 0;
    }
    .mainImage {
        height: 0;
        padding-bottom: 42.2%;
        margin-bottom: 50px;
    }
    .mainImage-works {}
    .mainImage_inner {
        position: absolute;
        z-index: 1;
        top: 0;
        padding-top: 10%;
    }
    .mainImage_title {
        font-size: 24px;
    }
    .pageBody_inner {}
    .intro {}
    .intro_title {}
    .intro_text {}
    .works {
        margin-top: 50px;
    }
    .works_title {
        font-size: 20px;
    }
    .performance {}
    .performance_title {
        margin-bottom: 20px;
    }
    .performance_list {}
    .performance_list:after {}
    .performance_list > li {}
    .performance_list > li:first-child {}
    .performance_list > li:nth-child(4n+1) {}
    .performance_fig {}
    .performance_fig > img {}
    .performance_fig > figcaption {}
    .performance_headline {
        font-size: 15px;
    }
    .performance_table {
        margin-top: 30px;
    }
    .performance_table > thead {}
    .performance_table > thead > tr {}
    .performance_table > thead > tr > th {}
    .performance_table > tbody {}
    .performance_table > tbody > tr {}
    .performance_table > tbody > tr > td {
        padding: 8px;
    }
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .pageBody {}
    .mainImage {
        margin-bottom: 25px;
    }
    .mainImage-works {}
    .mainImage_inner {
        padding-top: 8%;
    }
    .mainImage_title {
        font-size: 18px;
    }
    .pageBody_inner {}
    .intro {
        margin-bottom: 25px;
    }
    .intro_title {
        font-size: 15px;
        padding-bottom: 5px;
        margin-bottom: 7px;
    }
    .intro_text {}
    .works {
        margin-top: 25px;
    }
    .works_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .performance {
        margin-bottom: 25px;
    }
    .performance_title {
        margin-bottom: 15px;
    }
    .performance_list {}
    .performance_list:after {}
    .performance_list > li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 5px;
    }
    .performance_list > li:first-child {}
    .performance_list > li:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .performance_list > li:nth-child(2n+1) {
        margin-left: 0%;
        clear: both;
    }
    .performance_fig {}
    .performance_fig > img {}
    .performance_fig > figcaption {}
    .performance_headline {
        font-size: 14px;
    }
    .performance_table {}
    .performance_table > thead {}
    .performance_table > thead > tr {}
    .performance_table > thead > tr > th {}
    .performance_table > tbody {}
    .performance_table > tbody > tr {}
    .performance_table > tbody > tr > td {
        padding: 5px;
    }
}
