@charset "UTF-8";


/* Page header */
.page-header {
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 0 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.page-header > .inner {
    width: 100%;
    padding: 8px 100px;
	font-size: 1.5em;
    margin: auto;
}
.site-logo {
    text-align: center;
	width: 100%;
	margin: 5% 0 0 0;
}


/*!
 * Page main
 */

.page-main {
    margin: 0 auto;
    padding: 18% 5%;
    width: 100%;
}

.filter-form{
    width: 100%;
    text-align: left;
	}


/*!
 * Gallery
 */

.gallery {
    margin: 0;
    padding: 0;
}

.gallery-item {
    list-style: none;
    margin-top: 10px;
}
.gallery-item.is-loading {
    opacity: 0;
}
.gallery-item a {
    display: block;
    /* 外側に配置された子孫要素を隠す */
    overflow: hidden;
    position: relative;
}
.gallery-item .caption {
    background-color: rgb(187, 186, 190);
    background-color: rgba(187, 186, 190, 0.8);
    color: rgb(0, 0, 0);
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 親要素と同じサイズに */
    width: 100%;
    height: 100%;
    /* 親要素の領域外に絶対配置 */
    position: absolute;
    left: 100%;
    top: 100%;
}
.gallery-item .caption:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.gallery-item .caption > .inner {
    display: inline-block;
    vertical-align: middle;
}

.gallery-item .thumb_title {
   color: #000000;
}
.gallery-item .date {
    display: block;
    font-family: "Georgia", serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75;
}

/* フィルター */
.filter-form {
    float: right;
}
.filter-form label {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 1em;
    padding: 0 0.25em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}
.filter-form label.ui-state-focus {
    outline: 1px dotted;
}
.filter-form label .ui-icon {
    background: url(../img/sprites.png) no-repeat 0 0;
    display: inline-block;
    height: 17px;
    margin-right: 0.5em;
    margin-top: 2px;
    width: 17px;
    vertical-align: top;
}
.filter-form label.ui-state-active .ui-icon {
    background-position: -20px 0;
}

/* 追加読み込みボタン */
.load-more {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 1em 0;
    width: 100%;
    margin-top: 10px;
}

/* jQuery UI helper */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*メディア対応*/
@media (max-width: 600px){

/* Page header */
.page-header {
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 10px 0;
    position: relative;
    width: 100%;
    z-index: 10;
}
.page-header > .inner {
    width: 100%;
    padding: 8px 80px;
	font-size: 1.2em;
    margin: auto;
}

.page-main {
    margin: 0 auto;
    padding: 5% 20%;
    width: 100%;
}

.filter-form{
    width: 100%;
    text-align: left;
	}


.gallery-item {
    list-style: none;
    margin-top: 10px;
	width: 100%;
}
   
}
