@charset "UTF-8";



/*//////////////////////////////////////////////////////////////////////////////////////*/
/*三本線メニュー　PC*/
/*//////////////////////////////////////////////////////////////////////////////////////*/

.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*//////////////////////////////////////////////////////////////////////////////////////*/
/*三本線メニュー　スマホ*/
/*//////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/*//////////////////////////////////////////////////////////////////////////////////////*/
/*architecture page*/
/*//////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:600px) {
#gallery img{
	width:230px;
	}
}
@media screen and (min-width:600px) {
#gallery img{
	width:100%;
	}
}








 h1 { font-size: 100%; margin: 0; }
 img { vertical-align: middle; }
.clearfix:before, #architecture .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Page header */
#architecture{
	
	width:92%;
	margin:0 auto;
	}




#architecture .gallery {
    margin: 0 auto;
    padding:20px 0 0 0;
}

.galleryHeader{
	padding-top:20px;
	display:none;
	}

#architecture .gallery-item {
    list-style: none;
    margin-top: 10px;
}
#architecture .gallery-item.is-loading {
    opacity: 0;
}
#architecture .gallery-item a {
    display: block;
    /* 外側に配置された子孫要素を隠す */
    overflow: hidden;
    position: relative;
}
#architecture .gallery-item .caption {
    background-color: rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    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%;
}
#architecture .gallery-item .caption:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#architecture .gallery-item .caption > .inner {
    display: inline-block;
    vertical-align: middle;
}
#architecture .gallery-item .title {
    display: block;
    font-saptionize: 18px;
    line-height: 1.17;
}
#architecture .gallery-item .date {
    display: block;
    font-family: "Georgia", serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75;
}

/* フィルター */
#architecture .filter-form {
     margin-top:1%;
}
#architecture .filter-form label {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0.25em;
  
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}



#architecture .filter-form label.ui-state-focus {
    outline: 1px dotted;
}
#architecture .filter-form label .ui-icon {
    background: url(../images/sprites.png) no-repeat 0 0;
    display: inline-block;
    height: 17px;
    margin-right: 0.5em;
    width: 17px;
    vertical-align: top;
}
#architecture .filter-form label.ui-state-active .ui-icon {
    background-position: -20px 0;
}

/* 追加読み込みボタン */
#architecture .load-more {
	
	
	border:none;
    display: block;
    padding: 1em 0;
    width: 100%;
    margin:40px 0 10px 0;
	border-radius:5px 5px 5px 5px;
	
	
}

/* jQuery UI helper */
#architecture .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

