@charset "utf-8";
/*------------------------------------------------------------
	life
------------------------------------------------------------*/
.page-title {
    display: block;
	background: url("../img/photogaller/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
.page-title .title {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1034px;
    padding: 145px 15px 0;
}
.page-title .title .ttl {
    padding-top: 10px;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.2em;
}
#main .com-top-sec .top-box {
	margin-bottom: 50px;
}
#main .com-top-sec .top-box .head-line03 {
    margin-bottom: 0;
}
#main .com-gallery .com-ul {
    display: flex;
    margin: 0 0 76px;
}
#main .com-gallery .com-ul li {
    margin-bottom: 19px;
}
@media all and (max-width: 896px) {
    .page-title .title {
        margin: 0 auto;
        display: block;
        max-width: inherit;
        padding: 52px 0 0;
    }
    .page-title .title .txt-img {
        display: block;
    }
    .page-title .title .txt-img img {
        width: 154px;
    }
    .page-title .title .ttl {
        display: block;
        padding-top: 8px;
        font-size: 1.9rem;
        letter-spacing: 0.1em;
    }
    #pagePath {
        margin-bottom: 55px;
    }
    #main .com-gallery .com-ul {
        margin: 0 0 20px;
    }
    #main .com-gallery .com-ul li {
        margin-bottom: 12px;
    }
}