@charset "utf-8";
/*||||||||||||||||||||||||||||||||||||||||||||||||||
    Openhouse - オープンハウス
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*一覧ページ*/
#openhouse.archive{
}
#openhouse.archive .category,
#openhouse.single .category{
    margin-right: 100px;
    margin-bottom: 65px;
}
#openhouse.archive .category .line,
#openhouse.single .category .line{
    display: flex;
    justify-content: space-between;
    text-align: center;
    border: solid 1px #9B9B9B;
}
#openhouse.archive .category .line a,
#openhouse.single .category .line a{
    font-family: 'Shippori Mincho', serif;
    width : calc(100% / 3) ;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
#openhouse.archive .category .line a:hover,
#openhouse.single .category .line a:hover{
    background-color: #6A6A6A;
    color: white;
}
#openhouse.archive .category .line a:nth-child(2),
#openhouse.single .category .line a:nth-child(2){
    border-left: 1px solid #9B9B9B;
    border-right: 1px solid #9B9B9B;
}

#openhouse.archive #post_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 108px;
    column-gap: 22px;
}
#openhouse.archive #post_list .parts{
    width: calc(50% - 11px);
    margin-bottom: 50px;
}
#openhouse.archive #post_list .parts .box_inner{
    margin-bottom: 18px;
}
#openhouse.archive #post_list .parts .box_inner .img{
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/11;
}
#openhouse.archive #post_list .parts .box_inner .img img{
    transition: 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#openhouse.archive #post_list .parts:hover .box_inner .img img{
    transform: scale(1.2);
}
#openhouse.archive #post_list .parts .txt{

}
#openhouse.archive #post_list .parts .txt .meta{
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 0.1em;
}
#openhouse.archive #post_list .parts .txt .address{
    background-color: #888979;
    color: white;
    padding: 2px 18px;
    padding: 4px 18px;
}
#openhouse.archive #post_list .parts .txt .title{
    font-size: 17px;
    letter-spacing: 0.1em;
}


/*個ページ*/
#openhouse.single{

}

#openhouse.single .content{
    max-width: calc(100% - 100px);
}

#openhouse.single .content .title{
    font-size: 30px;
    letter-spacing: 0.1em;
    padding: 0 80px;
    margin-bottom: 35px;
}

#openhouse.single .content .blockarea{
    margin-bottom: 65px;
}

#openhouse.single .content .visual{
    margin-bottom: 40px;
}

#openhouse.single .content .detail{
    margin-bottom: 140px;
}
#openhouse.single .content .detail .parts{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#openhouse.single .content .detail .parts .label{
    width: 180px;
    color: white;
    background-color: #888979;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
}
#openhouse.single .content .detail .parts .value{
    width: calc(100% - 200px);
    color: #242424;
    background-color: #EFF0E7;
    padding: 13px 0 13px 20px;
}

#openhouse.single .content .access{
    margin-bottom: 100px;
}
#openhouse.single .content .access .title{
    padding: unset;
}
#openhouse.single .content .access .map{
    /*aspect-ratio: 16/8;*/
    height: 600px;
}
#openhouse.single .content .access .map iframe{
    width: 100%;
    height: 100%;
}
#openhouse.single .content .access .info{
    display: flex;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
#openhouse.single .content .access .info .post_code{
    position: relative;
    margin-right: 15px;
    padding-left: 15px;
}
#openhouse.single .content .access .info .post_code:before{
    position: absolute;
    content: '〒';
    font-size: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#openhouse.single .content .access .info .address{

}
#openhouse.single .content .form{
    padding-bottom: 130px;
}
#openhouse.single .content .form .title{
    padding: unset;
}

#openhouse.single .pagenavi{
    padding-left: 210px;
    margin-bottom: 168px;
}

#openhouse_thanks .content{
    margin-right: 100px;
}


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

    /*一覧ページ*/
    #openhouse.archive{
    }
    #openhouse.archive .category,
    #openhouse.single .category{
        margin: 0 auto 65px;
        width: calc(100% - 100px);
    }
    #openhouse.archive .category .line,
    #openhouse.single .category .line{
    }
    #openhouse.archive .category .line a,
    #openhouse.single .category .line a{
        width: calc(100% / 2 - 0.5px);
    }

    #openhouse.archive .category .line a:nth-child(1),
    #openhouse.single .category .line a:nth-child(1),
    #openhouse.archive .category .line a:nth-child(2),
    #openhouse.single .category .line a:nth-child(2),
    #openhouse.archive .category .line a:nth-child(3),
    #openhouse.single .category .line a:nth-child(3),
    #openhouse.archive .category .line a:nth-child(4),
    #openhouse.single .category .line a:nth-child(4){
        border-bottom: solid 1px #9B9B9B;
    }
    #openhouse.archive .category .line a:nth-child(1),
    #openhouse.single .category .line a:nth-child(1),
    #openhouse.archive .category .line a:nth-child(3),
    #openhouse.single .category .line a:nth-child(3),
    #openhouse.archive .category .line a:nth-child(5),
    #openhouse.single .category .line a:nth-child(5){
        border-right: solid 1px #9B9B9B;
    }
    #openhouse.archive .category .line a:nth-child(2),
    #openhouse.single .category .line a:nth-child(2){
        border-left: unset;
        border-right: unset;
    }
    #openhouse.archive .category .line a:nth-child(5),
    #openhouse.single .category .line a:nth-child(5){
        border-left: unset;
    }

    #openhouse.archive .category .line a:nth-child(5),
    #openhouse.single .category .line a:nth-child(5),
    #openhouse.archive .category .line a:nth-child(6),
    #openhouse.single .category .line a:nth-child(6) {
        border-bottom: unset;
    }

    #openhouse.archive #post_list{
        flex-wrap: unset;
        flex-direction: column;
    }
    #openhouse.archive #post_list .parts{
        width: 100%;
    }

    /*個ページ*/
    #openhouse.single{
    }
    #openhouse.single .content{
        margin: 0 auto;
    }
    /*#openhouse.single .category{*/
    /*    margin: 0 auto 65px;*/
    /*    width: calc(100% - 100px);*/
    /*}*/
    #openhouse.single .content .title{
        padding: unset;
        font-size: 20px;
        margin-bottom: 23px;
    }
    #openhouse.single .content .detail .parts{
        flex-direction: column;
    }
    #openhouse.single .content .detail .parts .label{
        padding: 13px 20px;
        width: calc(100% - 40px);
    }
    #openhouse.single .content .detail .parts .value{
        padding: 13px 20px;
        width: calc(100% - 40px);
    }

    #openhouse_thanks .content{
        margin: 0 auto;
        width: calc(100% - 100px);
    }

    #openhouse.single .content .access .map{
        height: 250px;
    }

}



