@charset "utf-8";

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

/* works page */

.works-detail-caption{
	width: 87.2%;
}

/* contact page */
.contact-form-group{
	width: 100%;
}


}

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


/* works page */

.works-detail-caption{
	width: 83.4%;
}

.works-detail-box{
	font-size: 11px;
}

/* furniture */

.furniture-ordermade-title{
	font-size: 24px;
}

.furniture-detail-title{
	font-size: 32px;
}

/* ordermade */

.about-us-detail-subtitle{
	font-size: 15px;
	font-weight: bold;
}


}

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

/* works page */

.works-detail-caption{
	width: 92%;
	bottom: 4%;
}

.works-detail-image{
	width: 100%;
}

.works-detail-box{
	font-size: 14px;
}

/* contact page */
.contact-form-group{
	text-align: left;
}

/* furniture */
.furniture-ordermade-title{
	font-size: 40px;
}

/* ordermade */

.about-us-detail-subtitle{
	font-size: 16px;
}

/* company */
.company-info th{
	width: 25%;
	min-width: 90px;
	font-size: 12px;
}


}