@charset "UTF-8";

/*---------------------------------------
 * PC
---------------------------------------*/ 

#boxer img{
	max-width: none;
}

@media print, screen and (min-width:931px) {
	
	.page-header h2{
		width: 344px;
	}
	.gallery-imgs{
		padding: 0 0 20px;
	}
	.gallery-imgs .inner{
		width: 1080px;
		margin: 0 auto;
	}
	.gallery-imgs ul li{
		float: left;
		width: 250px;
		border: 1px solid #B79997;
		box-sizing: border-box;
		margin:0 26px 26px 0;
	}
	.gallery-imgs ul li:nth-child(4n){
		margin-right: 0;
	}
	.galleryNavi{
		width: 1080px;
		margin: auto auto auto auto;
		    font-family: 'Spinnaker', sans-serif;
		margin-bottom: 40px;
	}
	.galleryNavi ul.navi{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.galleryNavi ul.navi li{
		    width: 19%;
		background: #9d9187;
    text-align: center;
    padding: 14px 0;
    font-size: 12px;
	}
	.galleryNavi ul.navi li .act{
    background: #6f5949!important;
	}
	.galleryNavi ul.navi li a {
		color: #fff;
		display: block;
	}
	.galleryNavi_end{
		width: 1000px;
		margin: auto auto auto auto;
		    font-family: 'Spinnaker', sans-serif;
		margin-bottom: 80px;
	}
	.galleryNavi_end ul.navi{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.galleryNavi_end ul.navi li{
		    width: 49%;
		background: #9d9187;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
	}
	.galleryNavi_end ul.navi li a {
		color: #fff;
		display: block;
	}
	#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    font-family: sans-serif;
    padding: 20px 10px 20px 10px;
	
}
	}


/*---------------------------------------
 * SP
---------------------------------------*/ 

@media print, screen and (max-width:930px) {
	
	.page-header h2{
		width: 284px;
	}
	.gallery-imgs{
		width: 100%;
	}
	.gallery-imgs .inner{
		padding: 0 12px 30px;
	}
	.gallery-imgs ul li{
		float: left;
		width: 48%;
		border: 1px solid #B79997;
		box-sizing: border-box;
		margin:0 4% 4% 0;
	}
	.gallery-imgs ul li:nth-child(2n){
		margin-right: 0;
	}
	
	.galleryNavi{
		width: 93%;
		margin: auto auto auto auto;
		    font-family: 'Spinnaker', sans-serif;
		margin-bottom: 20px;
	}
	.galleryNavi ul.navi{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.galleryNavi ul.navi li{
		    width: 49%;
		background: #9d9187;
    text-align: center;
    padding: 14px 0;
    font-size: 12px;
		margin-bottom: 5px;
	}
	.galleryNavi ul.navi li .act{
    background: #6f5949!important;
	}
	.galleryNavi ul.navi li a {
		color: #fff;
		display: block;
	}
	.galleryNavi_end{
		width: 93%;
		margin: auto auto auto auto;
		    font-family: 'Spinnaker', sans-serif;
		margin-bottom: 80px;
	}
	.galleryNavi_end ul.navi{
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.galleryNavi_end ul.navi li{
		    width: 100%;
		background: #9d9187;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
		margin-bottom: 5px;
	}
	.galleryNavi_end ul.navi li a {
		color: #fff;
		display: block;
	}
	#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    font-family: sans-serif;
    padding: 20px 10px 20px 10px;
	
}
	}