.mv_bg_new {
	background-image: url(../img/gallery-new/sub_mv.jpg);
}


.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 h3{
	padding-top: 20px;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
	font-weight: normal;
}


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


.gallery_main {
	padding-bottom: 60px;
	margin-bottom: 20px;
}

.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 h3{
	font-size: 2rem;
	padding-bottom: 15px;
	color: #00673a;
}


.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: 430px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 80px;
}

.next_btn a{
	display: inline-block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}

.next_btn a:hover{
	opacity: 0.7;
}


#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: normal;
}
#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-bottom: 60px;
		width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
	#bx-pager a{
		width: 140px;
		height: 140px;
		display: inline-block;
		margin-bottom: 0px;
		overflow: hidden;
		margin-left: 20px;
	}

	

	#bx-pager a img{
		width: 100%;
	}

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

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


@media screen and (max-width:640px){


	.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;
		width: 580px;
		margin-left:auto;
		margin-right: auto;
	}

	.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;
		color: #00673a;
	}


	.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;
	}

	.next_btn a{
		display: inline-block;
		width: 200px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #333333;
		color: #FFF;
		text-align: center;
		font-size: 16px;
	}

	.next_btn a:hover{
		opacity: 0.7;
	}


	#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;
			width: 100%;
		}
		#bx-pager a{
			width: 128px;
			height: auto;
			display: inline-block;
			margin-bottom: 15px;
			overflow: hidden;
		}
		#bx-pager a img{
			width: 100%;
		}
	
		
	.bx-wrapper .bx-controls-direction a {
		z-index: 9 !important;
		margin-top: 30px !important;
	}
	

}


#works_entry_tit {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 2rem;
	padding-bottom: 20px;
}

#works_entry_tit span{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px #151515 solid;
	border-left: 1px #151515 solid;
	margin-right: 20px;
	font-size: 1.4rem;
}

#works_entry_body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width:640px){
	
	
	#works_entry_tit {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		font-weight: normal;
		font-size: 2rem;
		padding-bottom: 20px;
	}

	#works_entry_tit span{
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 1px #151515 solid;
		border-left: 1px #151515 solid;
		margin-right: 20px;
		font-size: 1.4rem;
	}

	#works_entry_body {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 2;
	}
	
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/works/controls.png) no-repeat 0 -32px !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/works/controls.png) no-repeat -43px -32px !important;
}


