/*
Theme Name: STUDIO FUTAGAWA ARCHITECTS
Theme URI: http://futagawa.asi/blog
Author: Kyosuke Iezumi
Author URI: https://iezumi.com/
Description: STUDIO FUTAGAWA ARCHITECTS BLOG Theme.
Version: 1.0
*/
@charset "UTF-8";

/*-----------------------
 overRide
 -----------------------*/
#headerWrapper{
    min-height: inherit !important;
}

header #topNavi{
    margin-top: 0px !important;
}


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

 Single Page Layout

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

/*-----------------------
 #pageHeader-single
 -----------------------*/
#pageHeader-single{
    position: relative;
    height: 100%;
/*    background: url("http://dev.evelyn-paige.com/rsrc/design/common/sample/blog_header_01.png") no-repeat 50% 50%;
    background-size: cover;*/
}

#pageHeader-single::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));
    /*z-index: 100;*/
}


#pageHeader-single article{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

#pageHeader-single div[data-pageHeader-single="wrapper"]{
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0%,-50%);
    z-index: 200;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    padding: 35px;
}

#pageHeader-single h2{
    font-size: 24px;
}

#pageHeader-single h3{
    font-size: 30px;
    padding-top: 45px;
    line-height: 1.3;
}

#pageHeader-single div.header-categoryWrapper{
    clear: both;
    padding-top: 10px;
}

#pageHeader-single div.header-categoryWrapper ul{

}

#pageHeader-single div.header-categoryWrapper li{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#pageHeader-single div.header-categoryWrapper li a{
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
}

#pageHeader-single div.header-categoryWrapper li a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
}

#pageHeader-single span.header-detail{
    font-size: 13px;
    clear: both;
    display: inline-block;
    padding-left: 5px;
}


@media (min-width: 768px){
    #pageHeader-single{
        height: 450px;
    }
    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 5%;
        padding: 0;
    }
}

@media (min-width: 992px){
	#pageHeader-single{
	    height: 480px;
	}
/*    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 5%;
    }*/
}

@media (min-width: 1200px){
    #pageHeader-single div[data-pageHeader-single="wrapper"]{
        left: 10%;
    }
}



/*-----------------------
 #contentsWrapper
 -----------------------*/
#contentsWrapper{
    position: relative;
    background-color:#fff;
    line-height: 1.8;
    text-align: center;
}

#contentsWrapper article#post,
#contentsWrapper article#archive{
    padding-top: 30px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ccc;
}

#contentsWrapper section#post-contentsWrapper{
}


/* post-contents */
#contentsWrapper div.post-contents{

}

#contentsWrapper div.post-contents p{
    font-size: 16px;
    line-height: 1.8;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* post-contents-tags */
#contentsWrapper div.post-contents-tags{
    padding-top: 30px;
    padding-bottom: 30px;
}

#contentsWrapper div.post-contents-tags ul{

}

#contentsWrapper div.post-contents-tags li{
    display: inline-block;
}

#contentsWrapper div.post-contents-tags li a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-top: 5px;
}

#contentsWrapper div.post-contents-tags li a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

@media (min-width: 768px){
    #contentsWrapper article#post,
    #contentsWrapper article#archive{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 992px){
     #contentsWrapper article#post,
    #contentsWrapper article#archive{
        padding-left: 90px;
        padding-right: 60px;
        border-bottom: 0;
    }
}

@media (min-width: 1200px){
}




/*-----------------------
 #sidebar
 -----------------------*/
aside#sidebar{
/*    padding-top: 50px;
    padding-bottom: 80px;*/
    text-align: left;
}

aside#sidebar > div{
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

aside#sidebar > div h2.sidebar-title{
    margin-bottom: 40px;
    border-left: solid 4px;
    padding: 10px;
    background-color: #e7e7e7;
    font-size: 22px;
}

/* sidebar-latestPost */
aside#sidebar div#sidebar-latestPost{
}

aside#sidebar div.sidebar-postWrapper{
}

aside#sidebar div.sidebar-postWrapper li{
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

aside#sidebar div.sidebar-postWrapper li a{
}

aside#sidebar div.sidebar-postWrapper li a:hover{
    text-decoration: none;
}
aside#sidebar div.sidebar-postWrapper li a:hover img{
    opacity: 0.7;
}

aside#sidebar div.sidebar-postWrapper li figure img{
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

aside#sidebar div.sidebar-postWrapper li div.sidebar-postText{
    padding-top: 10px;
}

aside#sidebar div.sidebar-postWrapper li h3{
    font-size: 12px;
    line-height: 1.6;
}

aside#sidebar div.sidebar-postWrapper li span{
    font-size: 12px;
    display: inline-block;
}



/* sidebar-category */
aside#sidebar div#sidebar-category{
}

aside#sidebar div.sidebar-categoryWrapper{
}

aside#sidebar div.sidebar-categoryWrapper li{
    border-bottom: dotted 1px #000;
}

aside#sidebar div.sidebar-categoryWrapper li a{
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

aside#sidebar div.sidebar-categoryWrapper li:first-of-type a{
    padding-top: 0px;
}

aside#sidebar div.sidebar-categoryWrapper li a:hover{
    text-decoration: none;
}
aside#sidebar div.sidebar-categoryWrapper li a:hover i{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}

aside#sidebar div.sidebar-categoryWrapper li h3{
    font-size: 13px;
    line-height: 1.6;
}

aside#sidebar div.sidebar-categoryWrapper li i{
    font-size: 13px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}



/* sidebar-tag */
aside#sidebar div#sidebar-tag{
}

aside#sidebar div.sidebar-tagWrapper{
}

aside#sidebar div.sidebar-tagWrapper a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
}

aside#sidebar div.sidebar-tagWrapper a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}




@media (min-width: 768px){
}

@media (min-width: 992px){
    aside#sidebar{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    aside#sidebar div.sidebar-postWrapper li{
        padding-left: 0;
        padding-right: 0;
    }
    aside#sidebar div.sidebar-postWrapper li div.sidebar-postText{
        padding-left: 0;
    }
}

@media (min-width: 1200px){
    aside#sidebar div.sidebar-postWrapper li h3{
        font-size: 13px;
    }
}



/*-----------------------
 #linkPostWrapper-single
 -----------------------*/
#linkPostWrapper{
    position: relative;
    background-color:#fff;
    line-height: 1.8;
    text-align: center;
    color: #fff;
}

#linkPostWrapper article{
}

#linkPostWrapper section{
    z-index: 200;
    height: 200px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#linkPostWrapper section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));*/
    background-color: rgba(0, 0, 0, 0.4);
}

#linkPostWrapper section:hover{
    filter: contrast(1.3);
}

#linkPostWrapper section a{
    display: block;
    color: #fff;
    position: relative;
    height: 100%;
}

#linkPostWrapper section a:hover{
    text-decoration: none;
}


#linkPostWrapper section div.linkPostWrapper-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#linkPostWrapper section p{
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    padding: 3px 15px 3px 15px;
    letter-spacing: 1px;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
}

#linkPostWrapper section h2{
    font-size: 18px;
    line-height: 1.6;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

#linkPostWrapper section span{
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
}

#linkPostWrapper section i{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    display: block;
    color: #fff;
    font-size: 25px
}

#linkPostWrapper section#previousWrapper i{
    left: 10px;
}
#linkPostWrapper section#nextWrapper i{
    right: 10px;
}

@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}




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

 Archive Page Layout

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

/*-----------------------
 #pageHeader-archive
 -----------------------*/
#pageHeader-archive{
    position: relative;
    height: 100%;
    background: url("http://dev.evelyn-paige.com/rsrc/design/common/store_image/store_image_11.png") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
}

#pageHeader-archive::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.7));
}


#pageHeader-archive article{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

#pageHeader-archive div[data-pageHeader-archive="wrapper"]{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    padding: 35px;
}

#pageHeader-archive h2{
    font-size: 24px;
    padding-bottom: 35px;
}

#pageHeader-archive h3{
    font-size: 30px;
    padding-top: 10px;
    line-height: 1.3;
}

#pageHeader-archive span.header-search{
    font-size: 16px;
    line-height: 1.3;
    display: block;
}



#archive section{
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: solid 1px #ccc;
}

/* archive-contents */
div.archive-contents-item{
    margin-bottom: 30px;
}

div.archive-contents-item.inview{
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}


div.archive-contents-item > div{
    line-height: 1.8;
    text-align: left;
    background-color: #fff;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);*/
}
div.archive-contents-item > div:hover{
   /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);*/
}



div.archive-contents-item a{
    display: block;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

div.archive-contents-item a:hover{
    text-decoration: none;
}


/* archive-contents-item */
div.archive-contents-text{
    padding: 20px 0px 20px 0px;
    /*border-bottom: solid 1px;*/
}

div.archive-contents-item h2{
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 15px;
}
div.archive-contents-item h2 a:hover,
div.archive-contents-item aside a:hover{
    color: #A1D7DD;
}

div.archive-contents-item figure img{
    border:solid 3px #000;
}


div.archive-contents-text > div{
    clear: both;
}

div.archive-contents-text > div li{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.archive-contents-text > div li.contents-time,
div.archive-contents-text > div li.contents-name{
    font-size: 12px;
    color: #8e8e8e;
}

/*div.archive-contents-text > div li.contents-name{
    font-size: 13px;
    color: #8e8e8e;
}*/

div.archive-contents-text > div li.contents-category{
}

div.archive-contents-text > div li.contents-category a{
    background-color: #8e8e8e;
    color: #fff;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
    font-size: 10px;
}


div.archive-contents-text > div i{
    padding-right: 5px;
}


div.archive-contents-text p{
    position: relative;
    font-size: 14px;
    padding-top: 36px;
    padding-bottom: 20px;
    color: #3E3A39;
    clear: both;
}

div.archive-contents-text p::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #3E3A39;
    top: 18px;
    left: 0;
}


div.archive-contents-text aside{
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: solid 2px;
}

div.archive-contents-text aside i{
    padding-left: 5px;
    padding-right: 0;
}


/*-----------------------
 #pageHeader-archive-pageLink
 -----------------------*/
div.archive-contents-pageLink{

}

ul.page-numbers {
    margin: 25px 0 0;
    list-style: none;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

.page-numbers a, .page-numbers span {
    display: block;
    padding: 4px 10px;
    color: #666;
    font-size: 12px;
    line-height: 1.5em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.page-numbers a:hover, .page-numbers.current {
    color: #fff;
    background: #d70b24;
    border-color: transparent;
    text-decoration: none;
}


@media (min-width: 768px){
    #pageHeader-archive{
        height: 450px;
    }
    #pageHeader-archive div[data-pageHeader-archive="wrapper"]{
        /*left: 5%;*/
        padding: 0;
    }
}

@media (min-width: 992px){
    #pageHeader-archive{
        height: 480px;
    }
}

@media (min-width: 1200px){
}



/*-----------------------
 #archiveforSideBar
 -----------------------*/
article#archiveforSideBar{
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: left;
}


article#archiveforSideBar h2.archiveforSideBar-title{
    font-size: 22px;
    padding-bottom: 40px;
}


#archiveforSideBar-category h2.archiveforSideBar-title,
#archiveforSideBar-search h2.archiveforSideBar-title,
#archiveforSideBar-tag h2.archiveforSideBar-title{
    padding-top: 40px;
}


/* sidebar-category */
article#archiveforSideBar div.archiveforSideBar-categoryWrapper li{
    border-bottom: dotted 1px #000;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a{
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li:first-of-type a{
    padding-top: 0px;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a:hover{
    text-decoration: none;
}
article#archiveforSideBar div.archiveforSideBar-categoryWrapper li a:hover i{
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
            transform: translateX(5px);
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li h3{
    font-size: 13px;
    line-height: 1.6;
}

article#archiveforSideBar div.archiveforSideBar-categoryWrapper li i{
    font-size: 13px;
    padding-right: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}



/* sidebar-tag */
article#archiveforSideBar div.archiveforSideBar-tagWrapper a{
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    padding: 5px 15px 5px 15px;
    text-align: left;
    color: #252525;
    border: solid 2px #ccc;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
}

article#archiveforSideBar div.archiveforSideBar-tagWrapper a:hover{
    text-decoration: none;
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}




@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}









