@charset "UTF-8";

div.main-img-wrap {
	width: 100%;
	position: relative;
}
.main-img-wrap:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/common/headd-bg.png) 50% 100% no-repeat;
	background-size: 100% auto;
}
div.main-img-wrap img {
	width: 100%;
	vertical-align: bottom;
}
div.cap-wrap {
	width: 100%;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
}
.cap-wrap:before {
	content: "";
	display: block;
	padding-top: 19%;
}
.cap-wrap div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cap-wrap div img {
	display: block;
	height: auto;
}
.cap-wrap h2 {
	width: 100%;
	margin: auto;
	padding-bottom: 5%;
}
.cap-wrap h2 span {
	color: #0061b1;
	display: block;
	text-align: center;
	line-height: 1;
}
.cap-wrap p {
	text-align: center;
	width: 100%;
	letter-spacing: .1rem;
	text-indent: .1rem;
}

div.car-nav-wrap {
	width: 94%;
	max-width: 960px;
	margin: -5% auto 4.3%;
	padding: 5% 0 0;
}
.car-nav-wrap ul.cat-nav {
}
.cat-nav li {}
.cat-nav li a {
	background: #0061B1;
	color: #ffffff;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
.cat-nav li:last-child a {
	background: #729F40;
}





/* works */
div.works-wrap {
	padding: 0 0 4%;
}
div.works-wrap div.inner-wrap {
	width: 94%;
	max-width: 960px;
	margin: auto;
}

div.headd-wrap {}
.headd-wrap > div {
	text-align: center;
}
.headd-wrap h1 {
	border-bottom-style: solid;
	border-bottom-color: #221814;
	display: inline-block;
	line-height: 1;
	padding-bottom: 1.3%;
	margin-bottom: 1.6%;
}
.headd-wrap p.cat {
	color: #0061B1;
	font-weight: bold;
	text-indent: .1em;
	letter-spacing: .1em;
	line-height: 1;
}


ul.works-list {}
.works-list > li {}
.works-list > li a {
display: block;
}
.works-list > li .img-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.works-list > li .img-wrap:before {
	content: "";
	display: block;
	padding-top: 79.1%;
}
.works-list > li .img-wrap img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	right: -50%;
	margin: auto;
}


.title-wrap h2 {
	font-weight: normal;
	float: right;
	width: 90.23%;
	box-sizing: border-box;
	padding: 0 .5em;
	line-height: 1.8;
}
.title-wrap img {
	float: left;
	width: 9.77%;
	height: auto;
	box-sizing: border-box;
	padding: 0 0.5%;
}










div.modal-wrap {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.win-wrap h3.title {
	width: 90%;
	margin: auto;
}
div.pager-wrap {
	background: #EEEFEF;
	padding: 2% 0;
}
.bx-pager {
	width: 90%;
	margin: auto;
}
.bx-pager a {
	width: 19.2%;
	float: left;
	margin-right: 1%;
	opacity: .8;
}
.bx-pager a.active {
	opacity: 1;
}
.bx-pager a:last-child {
	margin-right: 0;
}
.bx-pager a img {
	width: 100%;
	height: auto;
}


.bx-wrapper {
	margin: 0 auto;
	padding: 5% 0 0;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: #fff;
}
.bx-wrapper img {
	margin: auto;
}

#cboxOverlay {
	background: rgba(0,0,0,.9);
}
#cboxLoadedContent {
	overflow-x: hidden !important;
}
#cboxContent {
	border-radius: 10px;
}
#cboxWrapper {
	opacity: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
	overflow: visible;
}
#cboxLoadedContent {
	margin-bottom: 10px;
}
#cboxClose {
	position: absolute;
	top: -21px;
	right: -21px;
	background: url(../img/common/colorbox/close-btn.jpg) no-repeat 50% 50%;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
}
#cboxClose:hover {
	background-position: 50% 50%;
}






.bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
	background-size: auto 100%;
}
.bx-wrapper .bx-controls-direction a:hover {
	
}
.bx-wrapper .bx-next {
	right: 6%;
	background: url(../img/common/colorbox/controls.png) no-repeat 100% 50%;
}
.bx-wrapper .bx-prev {
	left: 6%;
	background: url(../img/common/colorbox/controls.png) no-repeat 0 50%;
}

div.spec {
	width: 90%;
	margin: 2.8% auto;
}
.spec ul.spec-list {}
.spec-list li {}
.spec-list li dl dt {
	background: #EEEFEF;
	color: #0061B1;
	box-sizing: border-box;
}
.spec-list li dl dt span {
	display: table-cell;
	vertical-align: middle;
	width: 85px;
	height: 35px;
}

.spec-list li dl dd {
	box-sizing: border-box;
}
.spec-list li dl dd span {
	display: table-cell;
	vertical-align: middle;
	width: 240px;
	height: 35px;
	line-height: 1.6;
}










/* info */
div.info-wrap {
	padding: 4% 0;
	border-top: 1px solid #004b96;
}
ul.info-list {
	
}
.info-list li {
	border-bottom: 1px dotted #004b96;
	padding: 1% 0 1%;
	line-height: 1.6;
}
.info-list li a {
	padding: .5% 0;
	display: block;
}
.info-list dl dt {
	background: url(../img/common/arrow-nav.svg) 0 50% no-repeat;
}
.info-list dl dd {

}


.info-wrap .main-wrap {
	width: 94%;
	max-width: 800px;
	margin: auto;
}
.info-wrap .main-wrap .title-wrap {
	border-bottom: 1px solid #004b96;
}
.info-wrap .main-wrap .content {
	padding: 4% 1%;
	border-bottom: 1px solid #004b96;
}
.info-wrap .main-wrap .content img {
	max-width: 100%;
	height: auto;
}
.info-wrap .main-wrap .content img.attachment-post-thumbnail {
	margin: 0 auto 1%;
}
.info-wrap .main-wrap .content img.alignnone,
.info-wrap .main-wrap .content img.alignleft {
	margin: 1% 1% 1% 0;
}
.info-wrap .main-wrap .content img.alignright {
	margin: 1% 0 1% 1%;
}


.info-wrap .main-wrap .pager-text {
	margin: 5% auto 0;
}
.pager-text ul li:first-child {
	float: left;
}
.pager-text ul li:last-child {
	float: right;
}
.pager-text a.all {
	margin: auto;
	display: block;
	width: 6em;
}


div.pager {
	width: 94%;
	max-width: 896px;
	margin: 5% auto 3%;
	position: relative;
	overflow: hidden;
}
.pager ul {
	position: relative;
	left: 50%;
	float: left;
}
.pager ul li {
	display: inline-block;
	position:relative;
	left:-50%;
	float:left;
}
.pager ul li a {
	display: block;
	color: #fff;
	background: #004b96;
	text-align: center;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.pager ul li span {
	display: block;
	color: #004b96;
	border: 1px solid #004b96;
	box-sizing: border-box;
	text-align: center;
}



.wp-pagenavi {
    display: flex;
    justify-content: center;
    width: 94%;
    max-width: 896px;
    margin: 5% auto 3%;
    position: relative;
    overflow: hidden;

}
.wp-pagenavi .pages{
	 display: none;
}
.wp-pagenavi .current{
	display: block;
	color: #004b96;
    border: 1px solid #004b96;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	margin: 0 1px;
	width: 30px;
	line-height: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a{
    display: block;
    color: #fff;
    background-color: #004b96;
    border: 1px solid #fff;;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    margin: 0 1px;
	width: 30px;
	line-height: 30px;
}


/**==============================================**/
/**==============================================**/
/*
/*			SP 〜 tab
/*
/*			〜599px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:599px){


	.main-img-wrap:after {
		width: 52.3%;
	}
	.cap-wrap:before {
		padding-top: 27%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 span {
		letter-spacing: .2rem;
		text-indent: .2rem;
		font-size: 2.2rem !important;
	}
	
	
	div.car-nav-wrap {}
	.car-nav-wrap ul.cat-nav {}
	.cat-nav li {
		width: 49%;
		margin-bottom: 2%;
	}
	.cat-nav li:nth-child(odd) {
		float: left;
	}
	.cat-nav li:nth-child(even) {
		float: right;
	}
	.cat-nav li a {
		line-height: 38px;
		font-size: 1.5rem;
	}

	
	
	
	
	
	
	.headd-wrap {}
	.headd-wrap h1 {
		font-size: 1.8rem;
		letter-spacing: .1em;
		text-indent: .1em;
		width: 36%;
	}
	.headd-wrap div {
		width: 94%;
		margin: 2% auto;
	}
	.headd-wrap p.cat {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 2% auto 5%;
	}
	.headd-wrap div p span {}

	
	
	
	
	.works-wrap {
		padding: 8% 0;
	}

	.works-list > li {
		margin-bottom: 5%;
	}
	div.title-wrap {
		padding: 3% 0 0;
	}
	.works-list > li .title-wrap h2 {
		font-size: 1.5rem;
	}
	
	.works-list > li:nth-child(4n) {
	}

	#cboxClose {
		top: -21px;
		right: 0;
	}

	#cboxLoadedContent {
		margin-bottom: 3%;
	}
	div.modal-wrap {
		width: 100%;
		margin: auto;
	}
	.win-wrap h3.title {
		font-size: 1.6rem;
		padding: 1% 0;
	}
	.bx-wrapper img {
		margin: auto;
		max-width: 90%;
		height: 100%;
	}

	div.spec {
		font-size: 1.4rem;
	}
	.spec ul.spec-list {}
	.spec-list li:nth-child(-n+3) {
		margin-bottom: 3%;
	}
	.spec-list li dl dt {
		width: 26.5%;
		float: left;
		text-align: center;
		padding: 1% 2%;		
	}
	.spec-list li dl dd {
		width: 73.5%;
		float: left;
		padding: 1% 2%;		
	}







	/* info */
	div.info-wrap {
		margin: auto;
	}
	.info-list {
		width: 94%;
		margin: auto;
	}
	.info-list dl {
		font-size: 1.4rem;
	}
	.info-list dl dt {
		padding-left: 1.5em;
	}
	.info-list dl dd {
		padding-left: 1.5em;
		padding-right: 1em;
	}

	.info-wrap .main-wrap .title-wrap p.date {
		font-size: 1.4rem;
	}
	.info-wrap .main-wrap .title-wrap h1.title {
		font-size: 1.6rem;
	}
	.info-wrap .main-wrap .content {
		font-size: 1.4rem;
		line-height: 2;
	}

	.info-wrap .main-wrap .pager-text a {
		font-size: 1.4rem;
	}



	.pager ul li a, .pager ul li span {
		width: 3em;
		line-height: 3em;
		font-size: 1.4rem;
	}



	.wp-pagenavi .current{
		width: 3em;
		line-height: 3em;
		font-size: 1.4rem;
	}
	
	.wp-pagenavi span,
	.wp-pagenavi a{
		width: 3em;
		line-height: 3em;
		font-size: 1.4rem;
	}







}









/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {

	.main-img-wrap::after {
		width: 52.3%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 {
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.headd-wrap {
		margin-bottom: 2%;
	}
	.headd-wrap h1 {
		font-size: 27px;
		max-width: 154px;
		letter-spacing: .3em;
		text-indent: .3em;
		border-bottom-width: 3px;
	}
	.headd-wrap div {
		width: 94%;
		margin: 0 auto 2%;
	}
	.headd-wrap div h2 {
		font-size: 19px;
		padding-bottom: 2%;
	}
	


	.works-wrap {
		padding: 8% 0;
	}
	div.title-wrap {
		padding: 5.5% 0 0;
	}
	.title-wrap h2 {
		font-size: 14px;
	}



	
	
	
	
	/* info */
	div.info-wrap {
		min-height: 768px;
	}
	ul.info-list {}
	.info-list li a:hover dd {
		text-decoration: underline;
	}

.info-list dl dt {
	padding-left: 1.5em;
	float: left;
	width: 20%;
	box-sizing: border-box;
	}
.info-list dl dd {
	padding: 0 .5em;
	float: left;
	width: 80%;
	box-sizing: border-box;
	}
	
	
	
	.info-wrap .main-wrap .title-wrap p.date {
		font-size: 16px;
	}
	.info-wrap .main-wrap .title-wrap h1.title {
		font-size: 18px;
	}
	.info-wrap .main-wrap .content {
		min-height: 300px;
		font-size: 16px;
		line-height: 1.8;
	}

	.info-wrap .main-wrap .pager-text a {
		font-size: 16px;
	}

	
	
	.pager ul li a, .pager ul li span {
		width: 30px;
		line-height: 30px;
	}



}





/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) and (max-width: 739px){



	div.car-nav-wrap {}
	.car-nav-wrap ul.cat-nav {}
	.cat-nav li {
		width: 49%;
		margin-bottom: 2%;
	}
	.cat-nav li:nth-child(odd) {
		float: left;
	}
	.cat-nav li:nth-child(even) {
		float: right;
	}
	.cat-nav li a {
		line-height: 38px;
		font-size: 1.5rem;
	}

	.works-list > li {
		margin-bottom: 5%;
	}
	div.title-wrap {
		padding: 3% 0 0;
	}



	
	
	
	
}








/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) {


	div.car-nav-wrap {
	}
	.car-nav-wrap ul.cat-nav {
	}
	.cat-nav li {
		width: 13.9%;
		margin-right: .45%;
		float: left;
	}
	.cat-nav li:last-child {
		margin-right: 0;
	}
	.cat-nav li a {
		line-height: 38px;
		font-size: 14px;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.cat-nav li a:hover {
		background: #004b96;
	}
	.cat-nav li:last-child a:hover {
		background: #557A2D;
	}

	
	
	
	
	
	
	ul.works-list {}
	.works-list > li {
		width: 23.5%;
		margin-right: 2%;
		float: left;
		margin-bottom: 2.2%;
	}
	.works-list > li:nth-child(4n) {
		margin-right: 0;
	}

	
	
	div.modal-wrap {
		width: 710px;
	}
	.win-wrap h3.title {
		line-height: 45px;
	}

	div.spec {
		font-size: 14px;
	}
	.spec ul.spec-list {}
	.spec-list li {
		float: left;
		width: 50%;
	}
	.spec-list li:nth-child(-n+2) {
		margin-bottom: 2.5%;
	}
	.spec-list li dl dt {
		width: 26.5%;
		float: left;
		line-height: 35px;
		text-align: center;
	}
	.spec-list li dl dd {
		width: 73.5%;
		float: left;
		padding: 0 .5em;
	}






}






/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜959px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) and (max-width: 959px){



	ul.works-list {}
	.works-list > li {
		width: 32%;
		margin-right: 2%;
		float: left;
		margin-bottom: 2.2%;
	}
	.works-list > li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.works-list > li:nth-child(4n) {
		margin-right: 2%;
	}





}












/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:960px){


	.main-img-wrap:after {
		width: 32.3%;
	}
	.cap-wrap:before {
		padding-top: 14%;
	}
	.cap-wrap div {
		width: 22%;

	}
	.cap-wrap div img {
		margin: -6% auto 11%;
		width: 20.8%;
	}


	div.headd-wrap {
		text-align: center;
	}
	.headd-wrap h1 {}
	.headd-wrap div {}
	.headd-wrap p.cat {
		font-size: 18px;
	}


	
	.works-wrap {
/*		padding: 0;*/
	}



























}




















