
.works_contents {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_contents {
	margin-left: -30px;
	 display: -webkit-box; /*Android4.3*/
	  display: -moz-box;    /*Firefox21*/
	  display: -ms-flexbox; /*IE10*/
	  display: -webkit-flex; /*PC-Safari,iOS8.4*/
	  display: flex;
	  flex-wrap: wrap;
}


.gallery_contents_box {
	width: 343px;
	float: left;
	margin-left: 30px;
	padding-bottom: 35px;
}


.gallery_contents_box a{
	transition: all 0.2s ease;
}

.gallery_contents_box a:hover{
	opacity: 0.7;
}


.gallery_contents_box h3{
	padding-top: 20px;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	font-weight: 300;
}


.gallery_contents_box_img {
	width: 100%;
	height: 230px;
	background-color: #EDEDED;
	overflow: hidden;
}
.gallery_contents_box_img img{
	width: 100%;
}


.gallery_main {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 2px #e4e4e4 solid;
	border-top: 2px #e4e4e4 solid;
	margin-bottom: 60px;
}

.gallery_main h3{
	display: block;
}

.gallery_main_left {
	width: 400px;
	float: left;
}

.gallery_main_left img{
	width: 100%;
}

.gallery_main_right {
	width: 650px;
	float: right;
	line-height: 1.8;
}

.gallery_main_right p{
	display: inline-block;
	font-size: 1.5rem;
}


.gallery_main_right h3 span{
	font-size: 2.4rem;
	padding-bottom: 15px;
	color: #192043;
	display: inline-block;
	margin-left: 25px;
}


.gallery_main_right table{
	width: 100%;
	box-sizing: border-box;
	border-collapse:collapse;
}

.gallery_main_right table tr{
	border-bottom: 1px #e1ded7 solid;
}

.gallery_main_right table tr:last-child{
	border-bottom: 0px;
}

.gallery_main_right table tr th{
	border-right: 1px #e1ded7 solid;
	width: 95px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.gallery_main_right table tr td{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.gallery_sub {
	background-color: #f0ece1;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	padding: 20px;
}

.gallery_sub table tr th{
	width: 265px;
	border-right: 1px #767470 solid;
	text-align: left;
	color: #00673a;
}

.gallery_sub table tr td{
	padding-left: 30px;
}

.gallery_sub_img {
	width: 100%;
	box-sizing: border-box;
	padding-top: 60px;
	text-align: center;
}



#topics_page {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 1.4rem;
}

.next_btn a{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #1b2041;
	text-align: center;
	font-size: 1.4rem;
	border: 1px #1b2041 solid;
}

.next_btn a:hover{
	opacity: 0.7;
}

.next_btn a span::after{
	content: "▶︎";
	display: inline-block;
	position: relative;
	right: -41px;
}


.prev_btn a{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #1b2041;
	text-align: center;
	font-size: 1.4rem;
	border: 1px #1b2041 solid;
}

.prev_btn a span{
	display: inline-block;
	width: 35px;
}

.prev_btn a:hover{
	opacity: 0.7;
}

.prev_btn a span::after{
	content: "◀︎";
	display: inline-block;
	position: relative;
	left: -82px;
    margin-right: -17px;
}





#gallery_tit_reno {
	text-align: center;
	padding-top: 70px;
	background-image: url("../img/gallery-reform/search_icon.jpg");
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 300;
}
#works_pickup_contents {
	padding-bottom: 40px;
}

#works_pickup_contents ul li{
	height: 50px;
	display: inline-block;
	line-height: 50px;
	font-size: 2rem;
	color: #FFF;
	background-color: #00673a;
	margin-right: 15px;
	margin-bottom: 15px;
}

#works_pickup_contents ul li a{
	color: #FFF;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
}

.works_pickup_active {
	background-color: #333333 !important;
}


/* スライダー部分 */


	.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
		-webkit-box-shadow: 0 0 0px #ccc;
		box-shadow: 0 0 0px #ccc;
		border: 0px solid #fff;
		background: #fff;
	}
	
	.bxslider1 li{
		height: 640px;
		overflow: hidden;
		text-align: center;
	}
	
	.bxslider1 img{
		max-height: 640px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#bx-pager {
		margin-left: 5px;
		margin-bottom: 60px;
	}
	#bx-pager a{
		width: 150px;
		height: 150px;
		display: inline-block;
		margin-bottom: 0px;
		overflow: hidden;
	}
	#bx-pager a img{
		max-width: 200px;
		min-height: 180px;
	}

.bx-wrapper .bx-caption {
	background: rgba(255, 255, 255, 0.75) !important;
	
}

.bx-wrapper .bx-caption span {
	color: #333 !important;
}

.works_icon {
	width: 100%;
	height: 40px;
	margin-bottom: -40px;
	position: relative;
	z-index: 9;
	
}


#works_btn {
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
}

#works_btn ul li{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	width: 280px;
	height: 50px;
	border: 1px #51524b solid;
	color: #192043;
	font-size: 1.6rem;
	margin-bottom: 20px;
	border-radius: 5px;
}


#works_btn ul li a{
	font-size: 1.6rem;
	color: #192043;
}


#works_btn ul li:nth-child(1){
	background-color: #d6e1e6;
}

#works_btn ul li:nth-child(2){
	background-color: #e5e3c6;
}

#works_btn ul li:nth-child(1) a span::before{
	content: "";
	background-image: url("../img/works/icon_01.jpg");
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: -8px;
	position: relative;
	top: 5px;
}

#works_btn ul li:nth-child(2) a span::before{
	content: "";
	background-image: url("../img/works/icon_02.jpg");
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: -8px;
	position: relative;
	top: 5px;
}

.gallery_main_right h3{
	
		font-weight: 300;
}


@media screen and (max-width:640px){
	
	.works_contents {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}


	.gallery_contents {
		margin-left: -5%;
	}


	.gallery_contents_box {
		width: 45%;
		float: left;
		margin-left: 5%;
	}


	.gallery_contents_box h3{
		padding-top: 20px;
		text-align: center;
		font-size: 1.6rem;
		color: #333;
	}


	.gallery_contents_box_img {
		width: 100%;
		height: 180px;
		background-color: #EDEDED;
		overflow: hidden;
	}
	.gallery_contents_box_img img{
		width: 100%;
	}


	.gallery_main {
		padding-bottom: 60px;
		border-bottom: 2px #ece9e4 solid;
		margin-bottom: 60px;
	}

	.gallery_main_left {
		width: 400px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.gallery_main_left img{
		width: 100%;
	}

	.gallery_main_right {
		width: 580px;
		float: none;
		line-height: 1.8;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.gallery_main_right h3{
		font-size: 2rem;
		padding-bottom: 15px;
	}


	.gallery_main_right table{
		width: 100%;
		box-sizing: border-box;
		border-collapse:collapse;
	}

	.gallery_main_right table tr{
		border-bottom: 1px #e1ded7 solid;
	}

	.gallery_main_right table tr:last-child{
		border-bottom: 0px;
	}

	.gallery_main_right table tr th{
		border-right: 1px #e1ded7 solid;
		width: 95px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.gallery_main_right table tr td{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}


	.gallery_sub {
		background-color: #f0ece1;
		width: 100%;
		box-sizing: border-box;
		margin-top: 30px;
		padding: 20px;
	}

	.gallery_sub table tr th{
		width: 100%;
		border-right: 0px #767470 solid;
		border-bottom: 1px #767470 solid;
		text-align: left;
		color: #00673a;
		display: block;
		padding-bottom: 10px;
	}

	.gallery_sub table tr td{
		padding-left: 0px;
		display: block;
		padding-top: 10px;
	}

	.gallery_sub_img {
		width: 100%;
		box-sizing: border-box;
		padding-top: 60px;
		text-align: center;
	}



	#topics_page {
		width: 430px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 80px;
	}



	#gallery_tit_reno {
		text-align: center;
		padding-top: 70px;
		background-image: url("../img/gallery-reform/search_icon.jpg");
		background-repeat: no-repeat;
		width: 100%;
		background-position: center top;
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	#works_pickup_contents {
		padding-bottom: 40px;
	}

	#works_pickup_contents ul li{
		height: 50px;
		display: inline-block;
		line-height: 50px;
		font-size: 2rem;
		color: #FFF;
		background-color: #00673a;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	#works_pickup_contents ul li a{
		color: #FFF;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}

	.works_pickup_active {
		background-color: #333333 !important;
	}


	/* スライダー部分 */


		.bx-wrapper {
		-moz-box-shadow: 0 0 0px #ccc;
			-webkit-box-shadow: 0 0 0px #ccc;
			box-shadow: 0 0 0px #ccc;
			border: 0px solid #fff;
			background: #fff;
		}

		.bxslider1 li{
			height: auto;
			overflow: auto;
			text-align: center;
			
		}

		.bxslider1 img{
			max-height: auto;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
	
		.smart_yoko {
			height: 387px;
			overflow: hidden;
			padding-top: 80px;
			
		}
	
		.smart_yoko img{
			max-height: 400px;
		}
	
		.smart_tate {
			height: 600px;
		}
	
		.smart_tate img{
			height: auto !important;
			max-height: 600px !important;
		}

		#bx-pager {
			margin-left: 5px;
			margin-bottom: 60px;
		}
		#bx-pager a{
			width: 138px;
			height: 138px;
			display: inline-block;
			margin-bottom: 0px;
			overflow: hidden;
		}
		#bx-pager a img{
			max-width: 200px;
			min-height: 180px;
		}
	
		
	.bx-wrapper .bx-controls-direction a {
		z-index: 9 !important;
	}
	
	
	.next_btn a{
		font-size: 1.8rem;
		width: 180px;
		height: 60px;
		line-height: 60px;

	}



	.prev_btn a{

		font-size: 1.8rem;
		width: 180px;
		height: 60px;
		line-height: 60px;

	}
	
	
	#works_btn ul li{
		width: 370px;

	}
	
	
	
	.gallery_main_right p {
    display: inline-block;
    font-size: 1.8rem;
}


	

}


