@charset "utf-8";
/*
Theme Name: oz-kaitai works
Theme URI: 
Description: oz-kaitai works
Version: 1.0
Author: smooth design
Author URI: https://www.smooth-desgin.info/
*/
/* cssは本サイトのcssを使用する */

/* worksList---------------------------*/
.cateNavBox {
    margin: 1rem 0 3rem 0;
}
h3.cateNavT {
    border-radius: 5px 0 0 5px;
    background-color: #544541;
    padding: .4rem .6rem;
    border:1px solid #544541;
    color:#fff;
}
ul.cateNav {
    border-radius:  0 5px 5px 0;
    color:#544541;
    border:1px solid #ccc;
    border-left: 1px solid #544541;
    padding: .4rem .6rem;
}
ul.cateNav li{
    margin: 0 .5rem;
}



/* works---------------------------*/

figure.eyeCatch {
    margin-bottom: 1.2rem;
}

figure.eyeCatch.bBaige img{
    border-width: 12px;
}

ul.worksList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.worksList > li{
    margin-bottom: 3rem;
}

ul.worksList > li p.days{
    text-align: right;
}

.eyeCatchCapBox {
    background-color: #f3ede3;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 3rem;
}
.eyeCatchCapBox .spacer{
    width: 1.6rem;
}
.eyeCatchCapBox div.eyeCatchCapT{
    background-color: #544541;
    border-radius: 5px;
    color: #fff;
    padding: .4rem .6rem;
}
.eyeCatchCapBox div.eyeCatchCapD{
    color:#544541;
    padding: .4rem .6rem;
}
h3.postTitle {
    position: relative;
    font-size: 1.8rem;
    color:#544541;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom:.4rem ;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

h3.postTitle .cateLabel {
    position: relative;
    font-size: 1rem;
    line-height: 1;
}
h3.postTitle .cateLabel span.cateT{
    border-radius: 5px 0 0 5px;
    background-color: #544541;
    padding: .4rem .6rem;
    border:1px solid #544541;
    color:#fff;
}
h3.postTitle .cateLabel span.cateD{
    border-radius:  0 5px 5px 0;
    color:#544541;
    border:1px solid #ccc;
    border-left: 1px solid #544541;
    padding: .4rem .6rem;
}

.postTop {
    margin-bottom: 2.4rem;
}
.postContL {
    width: 40%;
}
.postContL .postLead{
    padding-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.4;
    color:#666;
}

.txPoint {
    width: 56%;
    background-color: #f9e4af;
    border-radius: 12px;
    padding:1rem 1.6rem;
    text-align: left;
    text-align: justify;
    line-height: 1.4;
}
.txPoint h4{
    font-size: 1.4rem;
    font-weight: bold;
    color:#f46464;
    margin-bottom: .4rem;
    background-image: url(./images/iconPoint.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

.galleryBox h4 {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    background-image: url(./images/iconPhoto.svg);
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    vertical-align:baseline;
    text-align: left;
}

.galleryBox span.h4Span{
    font-weight: normal;
    font-size: 1rem;
    color: #999;
}

ul.gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
ul.gallery li{
    position: relative;
    width: 450px;
    margin-right: 60px;
}
ul.gallery li:nth-of-type(2n){
    margin-right: 0;
}

ul.gallery li img{
    width: 100%;
    height: auto;
}

.worksNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 1rem 0;
}

ul.post-categories {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
ul.post-categories li{
    margin: 0;
}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
    margin-bottom: 3rem;
}
.wp-pagenavi a, .wp-pagenavi span,.naviPrev a,.naviNext a {
	color: #666;
	/* background-color: #FFF; */
	border: solid 1px #ccc;
    border-radius: 3px;
	padding: 6px 10px;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover,.naviPrev a:hover,.naviNext a:hover {
    color:#fff; 
    background-color:#F39B32; 
    border-color:#F39B32;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #F39B32;
	border-color: #F39B32;
    }


@media all and (max-width: 768px) {

    figure.eyeCatch.bBaige img{
            border-radius: 6px;

        border-width: 6px;
    }
    .eyeCatchCapBox {
    border-radius: 6px;
    padding: 6px;
    font-size: 1rem;
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

    h3.postTitle {
        font-size: 1.2rem;
    }
    h3.postTitle .cateLabel {
        position: absolute;
        top:-2.6rem;
        right: 0;
    }
    .txPoint {
        padding:1rem 1.6rem;
    }
    .txPoint h4 {
        font-size: 1.2rem;
        background-size: 26px auto;
        padding-left: 33px;
    }

    .galleryBox h4 {
        font-size: 1.2rem;
        background-size: 30px auto;
        height: 30px;
        line-height: 30px;
        padding-left: 36px;
    }

    ul.gallery li{
    position: relative;
    width: 48%;
    margin-right: 4%;
    }

    .cateLabel {
        padding: 8px;
        border-radius: 8px;
        font-size: 1rem;
    }
    .postCont {
        width: 100%;   
    }

}

@media all and (max-width: 480px) {
    .cateNavBox {
        width: 90%;
        margin: auto;
        margin-bottom: 3rem;
        
    }
    h3.cateNavT {
        width: 100%;
        border-radius:5px 5px  0 0 ;
    }
    ul.cateNav {
        width: 100%;;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius:  0 0 5px 5px;
        border:1px solid #ccc;
        border-top: 1px solid #544541;
    }

    .eyeCatchCapBox .spacer{
        width: 100%;
        height: .6rem;
    }
    .postTop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .postContL {
        width: 100%;
    }
    .postContL .postLead{
        padding-top: 0;
        font-size: 1.1rem;
    }

    .txPoint {
        width: 100%;
    }

    .galleryBox span.h4Span{
        font-size: .8rem;
    }
}

