﻿/*===============================

	施工実績
	works.css

================================*/

/*-------------------------------

	   コンテンツページ共通　

 --------------------------------*/
/*  メニュー　*/
.menu:nth-child(4) a {
    color: #008267 !important;
    font-weight: normal !important;
}
.menu:nth-child(4)::before {
    top: -19px !important;
}
/* タイトル1 */
.sub-title {
    margin-left:7vw;
}
.content-view.single.top {
    border-left: solid 1px #CCC9C9;
    margin-top: -2vw;
}
/*-------------------------------

    　   施工実績

 --------------------------------*/
/*
    　実績テーブル
                        */
.table-works {
    width: 97%;
    margin: auto;
    border-collapse: collapse;
    animation: fadeIn 4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.table-works tr{
    height:21vw;
}
.td-info,
.td-before,
.td-after{
    border-bottom: solid 1px #CCC9C9;
}
.table-works tr:last-child .td-info,
.table-works tr:last-child .td-before,
.table-works tr:last-child .td-after{
    border-bottom: none;
}
.table-works .td-info {
    width: 32%;
    padding-left:0.5vw;
}
.table-works .td-before,
.table-works .td-after{
    width:34%;
    text-align:center;
}
.table-works .td-before img,
.table-works .td-after img{
    width:20vw;
    height:14vw;
    object-fit:cover;
    box-shadow:0 15px 15px 0 #CCC9C9;
}
.img-name {
    font-size: 1vw;
    line-height: 2.5vw;
    color: #585858;
    letter-spacing: 1px;
}
.work-title {
    position: relative;
    line-height: 62px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 2.5vw;
    font-size: 1.7vw;
    left:1vw;
}
.work-title::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -1.3vw;
    width: 10px;
    height: 10px;
    background: #008267;
}
/*
    施工情報テーブル
                        */
.table-work-info {
    width: 100%;
}
.table-work-info tr{
    height:2.5vw;
}
.info-title {
    width: 25%;
    font-size: 1vw;
    color: #585858;
}
.info {
    width: 75%;
    font-size: 1vw;
}
.hidden {
    visibility: hidden;
}
.color-simulation {
    display: grid;
    grid-template-columns:50% 50%;
    margin-top:2vw;
}
.simulation{
    text-align:center;
}
.simulation-title {
    font-size: 1.2vw;
    line-height:2vw;
    letter-spacing: 1px;
    opacity: 0.6;
}
.color-image {
    width: 32vw;
    height: 24vw;
    margin: 1vw auto 1vw auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.color-image img{
    width:32vw;
    height:24vw;
    object-fit:cover;

}
/*---------------------------------------*/
/*               スマホ　     　　       */
/*---------------------------------------*/
@media screen and (min-width:320px ) and (max-width:1079px) {
    /* タイトル1 */
    .sub-title {
        margin-left: 10vw;
    }
    .content-view.single{
        width:95%;
    }
    .table-works {
        width: 100%;
    }
    .table-works.table-works{
        height:30vw;
    }
    .table-works .td-info{
        padding-left:1.5vw;
    }
    .table-works .tr-works{
        height:30vw;
    }
    .work-title {
        font-size: 2vw;
        margin-left:2vw;
        margin-bottom:0;
        line-height:7.5vw;
    }
    .work-title::before {
        left: -2vw;
        width: 4px;
        height: 4px;
        top:45%;
     }
    .table-work-info{
        width:110%;
        margin-left:-6%;
    }
    .info-title {
        width: 23%;
        font-size: 1.5vw;
        opacity: 0.8;
        line-height: 2.5vw;
    }
    .info {
        width: 83%;
        font-size: 1.6vw;
        line-height:2.5vw;
    }
    .img-name{
        font-size:1.7vw;
        line-height:4vw;
    }
    .table-works .td-before img,
    .table-works .td-after img {
        width: 30vw;
        height: 21vw;
        box-shadow: 0 5px 5px 0 #CCC9C9;
    }
    .color-simulation {
        margin-top: 4vw;
    }
    .simulation-title {
        line-height:5vw;
        letter-spacing: 1px;
        font-size:unset;
        opacity: 0.6;
    }
    .emphasize{
        text-align:left;
    }
    .color-image {
        width: 45vw;
        height: 45vw;
        margin: 1vw auto 1vw auto;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
        margin-bottom: 5vw;
    }
    .color-image img {
        width: 45vw;
        height: 45vw;
        object-fit: cover;
    }
}
/*---------------------------------------*/

/*               PC     　　       */

/*---------------------------------------*/

@media screen and (min-width:960px ){
}