@charset "utf-8";

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

	実例

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


#works-frame h4 {
    color: #000;
    margin-bottom: 5px;
}

#works-frame .illustration_name h4 {
    color: #000;
    margin: 10px 0;
}

.return a,
.return_list a {
    width: 250px;
    text-align: center;
    padding: 10px 35px;
    background: #82705c;
    color: #fff;
    display: inline-block;
    margin: 20px auto 0;
    display: block;
}

#product_list .illustration_list .list h4 {
    margin-bottom: 0px !important;
}

#product_list .illustration_list .list h4 a {
    color: #9cc238;
}

#product_list .illustration_list .list {
    width: 100%;
    margin-right: 35px;
    margin-bottom: 30px;
}

#product_list .illustration_list .list img {
    float: left;
    width: 30%;
    height: 215px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    margin-bottom: 10px;
}

#product_list .illustration_list .modelhouse_name .icon-list {
    margin-bottom: 20px;
}

#product_list .illustration_list .modelhouse_name {
    float: left;
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

#product_list .illustration_list .modelhouse_name .icon-list li {
    padding-left: 22px;
    margin-right: 20px;
    position: relative;
}

#product_list .illustration_list .modelhouse_name .price::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/price_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
}

#product_list .illustration_list .modelhouse_name .breadth::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/breadth_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 2px;
    top: 6px;
}

#product_list .illustration_list .modelhouse_name .catch {
    margin-bottom: 10px;
}

#product_list .illustration_list .modelhouse_name .text {
    background: #fdfaf0;
    padding: 15px;
    border-radius: 10px;
}

.illustration_list div.list:nth-of-type(3n) {
    margin-right: 0px;
}

.illustration_list {
    margin-bottom: 80px;
}

.illustration_name p {
    margin-bottom: 10px;
}

.illustration_name p img {
    width: 7%;
    font-size: 18px;
}

.return_list {
    margin-bottom: 100px;
}

.illustration_list .list .household {
    padding: 10px 20px;
    background: #fdfaf0;
    border-radius: 10px;
}

.illustration_list .list .household span {
    color: #f18b0e;
    font-size: 18px;
    padding-right: 10px;
}

.illustration_link {
    color: #402000;
}

#works-frame .illustration_name .sekohi::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/price_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}

#works-frame .illustration_name .sekohi {
    display: inline-block;
    padding-left: 22px;
    margin-right: 20px;
    position: relative;
}
.btn-contact a {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 60px;
    line-height: 60px;
    background-color: #ef8a28;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0.5px #e6e6e6;
    position: relative;
    font-size:18px;
}

.btn-list a {
    display: block;
    margin: 0 auto;
    width: 340px;
    height: 46px;
    line-height: 46px;
    background-color: #82705c;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0.5px #e6e6e6;
    position: relative;
}

.btn-list a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/return_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 8%;
    top: 18px;
}

#works-frame .btn-bottom a {
    display: block;
    margin: 0 auto;
    width: 340px;
    height: 46px;
    line-height: 46px;
    background-color: #82705c;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0.5px #e6e6e6;
    position: relative;
}

#works-frame .btn-bottom a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/bottom_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 8%;
    top: 18px;
}


.btn-ichiran {
    margin-bottom: 100px;
}

.btn-ichiran a {
    display: block;
    margin: 0 auto;
    width: 340px;
    height: 46px;
    line-height: 46px;
    background-color: #82705c;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0.5px #e6e6e6;
    position: relative;
}

.btn-ichiran a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/ichiran_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 8%;
    top: 18px;
}

.mb30 {
    margin-bottom: 30px;
}


#mainslider li {
    display: none;
}

.bx-viewport #mainslider li {
    display: block !important;
}

.feed-prev-btn {
    background-image: url(../img/btn_prev.png);
    position: absolute;
    top: 427px;
    left: -10px;
    z-index: 99;
}

.feed-next-btn {
    background-image: url(../img/btn_next.png);
    position: absolute;
    top: 425px;
    right: -10px;
    z-index: 99;
}

.feed-prev-btn .bx-prev {
    width: 100%;
    display: block;
}

.feed-next-btn .bx-next {
    width: 100%;
    display: block;
}

.navi-btn {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider {
    position: relative;
}

#slider .bx-wrapper {
    margin-bottom: 10px !important;
}

#slider .bx-pager {
    width: 860px;
    margin: -50px auto 80px;
}

#thumbslider li {
    display: inline-block;
    margin-right: 5px;
    width: 116px !important;
    height: 75px !important;
    overflow: hidden !important;
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 10px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: -15px;
}

.bx-wrapper .bx-next {
    right: -15px;
}

.works_enclose {
    font-size: 26px;
    width: 100%;
    margin-bottom: 20px;
}

.works_enclose span::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/price_icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 2px;
}

.works_enclose span {
    font-size: 14px;
    font-weight: 100;
    margin-left: 35px;
    position: relative;
}

.tag {
    background: #fdfaf0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
    display: inline-block;
    z-index: 100;
}

.tag p span {
    color: #f18b0e;
    font-size: 18px;
    padding-right: 10px;
}

.list .tag .works_themes_item {
    position: relative;
    float: none;
    font-size: 13px;
    margin-bottom: 0px;
    z-index: 100;
}

.list .tag .works_themes_item a:hover {
    color: #f18b0e;
}

.list .tag p span {
    color: #f18b0e;
    font-size: 12px;
    padding-right: 10px;
}

.photo {
    margin-bottom: 20px;
}

.works_info {
    margin-bottom: 20px;
}

.photo .thumb_slider {
    background: #f2ecde;
    margin-bottom: 10px;
}

.works_themes_item {
    float: left;
    margin-right: 10px;
}

#slider .bx-wrapper:nth-child(1) .bx-viewport {
    max-height: 390px !important;
}

#slider .bx-wrapper:nth-child(1) .bx-viewport #mainslider li {
    background: #f2ecde;
}

#slider .bx-wrapper:nth-child(1) .bx-viewport #mainslider li img {
    max-height: 390px;
    margin: 0 auto;
    display: -webkit-box;
}

.thumb_slider .slick-slide img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    font-family: 'object-fit: contain';
}

.thumb .slick-slide img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

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

	実例: END

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


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

	一覧

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

.illustration_list .list {
    float: left;
    width: 30%;
    margin-right: 35px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.illustration_list .list:hover .btn_more{
    color:#fff;
    background: #ef8a28;
}
.illustration_list .list:hover{
    opacity: 0.9;
}
.illustration_list .list > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}

.illustration_list .list img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    margin-bottom: 10px;
    overflow: hidden;
    transition-duration: 0.4s;
}

.illustration_list .list:hover img {
    transform: scale(1.04);
    /*画像の拡大率*/
    transition-duration: 0.4s;
    /*変化に掛かる時間*/
}

.illustration_list div.list:nth-of-type(3n) {
    margin-right: 0px;
}

.illustration_list {
    margin-bottom: 80px;
}

.illustration_name p {
    margin-bottom: 10px;
}

.illustration_name p img {
    width: 7%;
    font-size: 18px;
}

.return_list {
    margin-bottom: 100px;
}

.illustration_list .list .household {
    padding: 10px 20px;
    background: #fdfaf0;
    border-radius: 10px;
}

.illustration_list .list .household span {
    color: #f18b0e;
    font-size: 18px;
    padding-right: 10px;
}


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

	一覧: END

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

@media only screen and (max-width: 640px) {

    #works-frame {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .illustration_list .list {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .illustration_list .list .household {
        padding: 5px 10px;
        border-radius: 10px;
    }

    #works-frame .illustration_name h4 {
        font-size: 18px;
    }



    .illustration_name p img {
        width: 4%;
        font-size: 18px;
    }

    .bx-viewport #mainslider li {
        display: block !important;
    }

    .feed-prev-btn {
        background-image: url(../img/btn_prev.png);
        position: absolute;
        top: 188px;
        left: -10px;
        z-index: 99;
    }

    .feed-next-btn {
        background-image: url(../img/btn_next.png);
        position: absolute;
        top: 188px;
        right: -10px;
        z-index: 99;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 10px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

    #works-frame dl {
        width: 100%;
    }

    #works-frame dt {
        float: none;
        clear: both;
        font-weight: bold;
        margin-right: 0px;
        width: 100%;
        color: #402000;
        background: #f2ecde;
        font-size: 14px;
        padding-left: 10px;
        width: 100%;
    }

    #works-frame dd {
        float: none;
        padding-left: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        width: 100%;
        margin: 10px 0px;
    }

    .tag {
        margin-bottom: 0;
    }
.btn-contact a {
    width: 100%;
    font-size: 16px;
}
    .btn-ichiran a {
        width: 100%;
    }

    #works-frame .btn-bottom a {
        width: 100%;
    }

    .thumb_slider .slick-slide img {
        width: 100%;
        height: 66vw;
        object-fit: contain;
        font-family: 'object-fit: contain';
    }

    .thumb .slick-slide img {
        width: 100%;
        height: 20vw;
        object-fit: cover;
        font-family: 'object-fit: cover';
    }

    .slick-prev,
    .slick-next {


        width: 40px !important;
        height: 40px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
        line-height: 40px !important;

    }

    .slick-prev {
        left: -10px !important;
    }

    .slick-next {
        right: -10px !important;
    }

    #product_list .illustration_list .list {
        padding: 0 20px;
        box-sizing: border-box;
    }

    #product_list .illustration_list .list h4 {
        margin-bottom: 10px !important;
    }

    #product_list .illustration_list .list {
        width: 100%;
        margin-bottom: 40px;
    }

    #product_list .illustration_list .list img {
        float: none;
        width: 100%;
        height: 250px;
    }

    #product_list .illustration_list .modelhouse_name .icon-list {
        margin-bottom: 10px;
    }

    #product_list .illustration_list .modelhouse_name {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    #product_list .illustration_list .modelhouse_name .icon-list li {
        display: block;
        margin-bottom: 5px;
    }

    #product_list .illustration_list .modelhouse_name .catch {
        margin-bottom: 10px;
    }

    #product_list .illustration_list .modelhouse_name .text {
        padding: 15px;
        border-radius: 10px;
    }

    .illustration_list .list {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .illustration_list .list .household {
        padding: 5px 10px;
        border-radius: 10px;
    }


    .list {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .illustration_list .list img {
        margin-bottom: 10px;
    }

    .illustration_list .list .illustration_name h4 {
        margin-bottom: 5px;
    }

    #product_list .illustration_list .modelhouse_name .price::before {
        position: absolute;
        left: 1px;
        top: 2px;
    }

    #product_list .illustration_list .modelhouse_name .breadth::before {
        position: absolute;
        left: 2px;
        top: 2px;
    }

    .works_enclose {
        font-size: 22px;
        width: 100%;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .works_enclose span {
        display: block;
        margin-left: 20px;
    }

    .works_enclose span::before {
        position: absolute;
        left: -20px;
        top: 4px;
    }

    #company dl {
        margin-bottom: 40px;
    }

    .btn-ichiran {
        margin-bottom: 60px;
    }

    .illustration_list {
        margin-bottom: 40px;
    }

    #works-frame .illustration_name .sekohi::before {
        position: absolute;
        left: 0;
        top: 0;
    }


}
