@charset "utf-8";

/*====================================================================================================

	Style Info: 施工例

====================================================================================================*/


/*-------------------------------------------------------------------

	一覧

-------------------------------------------------------------------*/

.glist {
	width:829px;
	background:url(image/glist-bg.gif) repeat-y center top;
	border-top:1px solid #b4b4b4;
	list-style:none;
	}

@media screen and (max-width: 750px) {
	.glist {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}
}

.glist li {
	width:415px;
	float:left;
	border-bottom:1px solid #b4b4b4;
	background:url(image/glist-bg-b.gif) no-repeat right top;
	box-sizing: border-box;
	padding: 20px 10px 10px 20px;
	}

@media screen and (max-width: 750px) {
	.glist li {
		float: none;
		width: 50%;
		clear: both;
		display: block;
		padding: 20px 10px 50px;
		background:transparent;
		border-left: 1px solid #b4b4b4;		
		border-right: 1px solid #b4b4b4;	
	}
}


/*.glist li:first-child {
	padding: 0;
}*/

.glist li a {
	text-decoration: none;
}

.glist li img {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.glist li .work_img1 {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 180px;
	height: 135px;
	}

@media screen and (max-width: 750px) {
	.glist li .work_img1 {
		display: block;
		float: none;
		clear: both;
		margin:0 auto 30px;
	}
}



.glist li .caption {
	float: left;
	width: 190px;
	height: 145px;
	padding-left: 15px;
	background-image: url(image/thum_bg.png);
	background-repeat: no-repeat;
	background-position: right;
}

@media screen and (max-width: 750px) {
	.glist li .caption{
		display: block;
		float: none;
		clear: both;
		width: 100%;
		box-sizing: border-box;
	}
}

.glist li .caption h3 {
	height: auto;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width: 750px) {
	.glist li .caption h3{
		font-size:27px;
	}
}
.glist li .caption p {
	height: auto;
	font-size: 14px;
	line-height: 1;
	color: #000;
	display: block;
	margin-top: 1em;
}

@media screen and (max-width: 750px) {
	.glist li .caption p{
		font-size:25px;
	}
}

.glist li.right {
	background:url(image/glist-bg-b.gif) no-repeat left bottom;
	margin-left:-1px;
	}

@media screen and (max-width: 750px) {
	.glist li.right{
		background:transparent;
		border-right: none;
		margin-left:0px;
	}
}

    

.glist li:hover {
	background-color:#f0f0f0;
	}
.glist li.right:hover a {
	background:url(image/glist-bg-b.gif) no-repeat left top;
	display:block;
	}


/*-------------------------------------------------------------------

	詳細

-------------------------------------------------------------------*/

.clear {
	clear : both;
}

.gdt h3 {
	color:#fff;
	background-color:#646464;
	padding:8px 12px;
	font-size:15px;
	margin-bottom:25px;
	}

@media screen and (max-width: 750px) {
	.gdt h3 {
		font-size:26px;
		padding: 15px;
	}
}

.gdt p { padding:0 12px; }

.gallery {
	margin-top:30px;
	background:url(image/gallery-bg.gif) repeat-x left bottom;
	background-color:#e6e6e6;
	padding:0 20px;
	}


@media screen and (max-width: 750px) {
	.fotorama__wrap {
	  width: 100% !important;
	  height: 510px !important;
	}
	.fotorama__frame {
	  width: 100% !important;
	 height: 510px !important;
	}
	.fotorama__frame img {
	  width: 100% !important;
	  height: auto !important;
		left:0 !important;
	}
	.fotorama__shaft {
	  width: 100% !important;
	  height: 510px !important;
	}

	.fotorama__thumbs-shaft{width: 100%!important;box-sizing: border-box;}
	.fotorama__thumbs_previews{width: 100%!important;box-sizing: border-box;}
	
}



.info {
	padding-top: 30px;
}

.info h4 {
	padding: 0.5em 0.5em 0.5em 1em;/*文字周りの余白*/
	background: #eee;/*背景色*/
	border-left: solid 5px #DA262B;/*左線（実線 太さ 色）*/
	margin-bottom: 1em;
}

.point,
.status_info {
	width: 100%;
	margin:0 auto;
}

.point {
	 margin-bottom:  50px;
}

.point .left-box,
.status_info .left-box {
    float: left;
    width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
}

.point .right-box,
.status_info .right-box {
    float: left;
    width: 47%;
}

@media screen and (max-width: 750px) {
	.point .left-box,
	.status_info .left-box {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.point .right-box,
	.status_info .right-box {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

.point p {
	margin: 0 1em;
}

@media screen and (max-width: 750px) {
	.point p {
		margin: 0;
	}
}


.point .left-box p img,
.point .right-box p img {
	width:20px !important;
	height:auto !important;
	vertical-align:-4px !important;
}

.status_info dt {
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color : #eee;
	width : 18%;
	padding: 6px 2%;
	margin-bottom: 12px;
	/* 左寄せ */
	float : left;
	/* float解除 */
	clear : both;
}
 
.status_info dd {
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background-color : #fff;
	width : 74%;
	padding: 6px 2%;
	/* dtの幅分の設定 */
	margin-left : 22% ;
	margin-bottom: 12px;
}

.status_info .right-box .movie iframe {
	display: block;
	width:100%;
	height: 280px;
}

.status_info .movie iframe {
	display: block;
	width:80%;
	height: 470px;
	margin: 0 auto;
}

.result_prev_next {
	width: auto;
	max-width: 1100px;
	margin: 30px auto; 
	overflow: hidden;
}

.result_prev_next a:hover,
.list_back:hover {
	color: #c3191e;
	filter:alpha(opacity=55);
	opacity:0.55;
	-moz-opacity:0.55;
}

.result_prev_next .bukken_btn {
	display:block;
	padding:0.5em 1em;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #c3191e;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear
}

.result_prev_next .no_bukken {
	width: 200px;
}

.result_prev_next .prev_btn { float: left; }

.result_prev_next .next_btn { float: right; }

.result_prev_next .bukken_btn span {
	display: block;
	width: 200px;
	background-repeat: no-repeat;
}

.result_prev_next .prev_btn span {
	padding-left: 40px;
	background-position: center left;
	background-image: url(./image/prev_btn.png);
}

.result_prev_next .next_btn span {
	padding-right: 40px;
	background-position: center right;
	background-image: url(./image/next_btn.png);
}

.list_back {
	display: block;
	text-align: center;
	width: 150px;
	padding:0.5em 1em;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #c3191e;
	margin: 0 auto;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear
}
