.mobile-menu-toggle {
	display: none;
}
.my_mobile_menu nav {
	display: none;
	float: none;
	position: absolute;
	z-index: 99;
	top: 84px;
	left: 10px;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transition: transform 0.5s;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	width: 90%;
	padding-left: 20px;
}
#wowslider-container1 {
	width: 100%;
	max-width: 946px;
}
#wowslider-container1 .ws_images {
	width: 100%;
	max-width: 946px;
}
@media only screen and (max-width:1030px){
	#middle {
		padding-left: 15px;
		padding-right: 15px;
		width: 97%;
	}
	#banner {
		width: 90%;
		background-size: cover;
	}
	.statement_box {
		width: 32%;
		max-width: 305px;
	}
	.service_txt_block {
		width: 42%;
	}
	.service_bg_box {
		width: 58%;
		height: auto;
		background: none;
	}
	.service_bg_box .big_image_box {
		width: 98%;
		height: auto;
		margin-left: 0;
		box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
	}
	#wowslider-container1 .ws_images img {
		/*width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;*/
	}
	.welcome_box {
		width: 64%;
		margin-left: 0;
		padding-right: 15px;
	}
	.business_box {
		width: 220px;
	}
	.map_box {
		width: 32%;
		float: left;
		margin-left: 20px;
		margin-right: 0;
		background-size: 100% auto;
	}
	.map_img {
		width: 91%;
	}
	.map_img img {
		width: 100%;
		height: auto;
	}	
	.home_middle_box_1 {
		margin-top:20px;
	}
}
@media only screen and (max-width:902px){
	.welcome_box {
		width: 64%;
		padding-right: 10px;
	}
	.business_box {
		width: 220px;
	}
	.map_box {
		width: 31%;
		margin-left: 15px;
	}
}
@media only screen and (max-width:850px){	
	#banner {
		width: 88%;
	}
	#middle {
		width: 96%;
	}
	.home .welcome_box h1 {
		font-size: 28px;
	}
	.welcome_img {
		width: 250px;
		height: 178px;
	}
	.welcome_img img {
		width: 100%;
	}
	.map_img {
		width: 90%;
	}
	.statement_box {
		width: 47%;
		max-width: none;
	}
	.statement_box .main_body {
		width: 100%;
	}
	.statement_box .shadow_box {
		width: 100%;
		background-size: 100% auto;
	}
	.statement_box .main_body .heading {
		width: 100%;
	}
	.service_txt_block {
		width: 50%;
	}
	.service_bg_box {
		width: 50%;
	}
}
@media only screen and (max-width:768px){
	#navigation {
		display: none;
	}
	.logo {
		float: right;
		padding-right: 10px;
		margin-top: 20px;
		height: 75px;
	}
	.logo img {
		height: 75px;
	}
	.navi_number_box {
		max-width: 170px;
		padding-top: 20px;
		padding-right: 20px;
	}
	.my_mobile_menu {
		position: fixed;
		left: 10px;
		top: 28px;
		z-index: 999;
	}
	.my_mobile_menu.active {
		left: 0;
		top: 0;
		width: 55%;
		height: 100%;
		background: #ffffff;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transition: transform 0.5s;
	}
	.mobile-menu-toggle {
		display: block;
		float: left;
		cursor: pointer;
		background: #222;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #fff;
	}
	.my_mobile_menu.active .mobile-menu-toggle {
		float: right;
		margin-top: 10px;
		margin-right: 15px;
	}
	.mobile-menu-toggle::before {
		content: '\f0c9';
		font-family:"Font Awesome 5 Pro";
		padding: 5px 10px;
		position: relative;
		z-index: 20;
		font-size: 27px;
		line-height: 1em;
	}
	.my_mobile_menu.active .mobile-menu-toggle::before {
		content: '\f00d';
	}
	.my_mobile_menu ul li {
		list-style: none;
	}
	.my_mobile_menu ul li a {
		color: #222222;
		text-decoration: none;
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 25px;
	}
	.my_mobile_menu ul li a:hover {
		color: #c7222e;
	}
	#banner {
		width: 86%;
	}
	#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
		height: 55px;
		width: 40px;
	}
	#wowslider-container1 a.ws_next {
		background-size: 90px;
	}
	#wowslider-container1 a.ws_prev {
		background-size: 90px;
	}
	#middle {
		width: 94%;
	}
	.welcome_box {
		width: 100%;
		margin: 0 0 20px 0;
		padding-right: 0;
	}
	.welcome_img {
		/*width: auto;*/
	}
	.map_img {
		height: auto;
	}
	.service_txt_block {
		width: 100%;
	}
	.service_bg_box {
		width: 100%;
		margin-bottom: 50px;
	}
	.service_bg_box img {
		width: 100%;
		display: block;
	}
	#footer .part_box {
		width: 100%;
	}
	#footer ul.footer_txt li {
		float: none;
		display: initial;
	}
	#footer .copywright_txt {
		text-align: center;
		margin-top: 10px;
	}
}
@media only screen and (max-width:690px){
	#banner {
		width: 85%;
		height: 330px;
	}
	.statement_box {
		width: 100%;
		max-width: 320px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.map_box {
		width: 45%;
	}
}
@media only screen and (max-width:670px){
	#banner {
		width: 84%;
		height: 320px;
	}
	#banner .slider_area {
		height: 310px;
	}
	#wowslider-container1 {
		height: 310px;
	}
	#wowslider-container1 .ws_images {
		height: 310px;
	}
}
@media only screen and (max-width:540px){
	#middle {
		width: 95%;
	}
	.logo {
		width: 160px;
		height: 50px;
	}
	.logo img {
		height: 50px;
	}
}
@media only screen and (max-width:500px){
	.welcome_img {
		width: 210px;
		height: 150px;
	}
	.business_box {
		width: 160px;
		padding-left: 15px;
	}
	.map_box {
		width: 50%;
	}
}
@media only screen and (max-width:440px){
	#middle {
		width: 94%;
	}
	.logo {
		width: 140px;
		height: 40px;
	}
	.logo img {
		height: 40px;
	}
	.navi_number_box {
		max-width: 135px;
		padding-right: 10px;
	}
	.ph_number_box .number_txt {
		font-size: 13px;
	}
	.ph_number_box .telephone_icon {
		width: 35px;
		height: 35px;
	}
	.ph_number_box .telephone_icon img {
		width: 100%;
	}
	#banner {
		width: 80%;
		height: 260px;
	}
	#banner .slider_area {
		height: 250px;
	}
	#wowslider-container1 {
		height: 250px;
	}
	#wowslider-container1 .ws_images {
		height: 250px;
	}
	.business_box {
		width: 150px;
		padding-left: 0px;
	}
	.map_box {
		width: 55%;
		margin-left: 10px;
	}
	.map_img {
		width: 89%;
	}
}
@media only screen and (max-width:410px){
	.map_box {
		height: 175px;
	}
}
@media only screen and (max-width:380px){
	.logo {
		width: 125px;
	}
	.welcome_img {
		width: 180px;
		height: 129px;
	}
	.business_box {
		width: 145px;
	}
	.business_box img {
		width: 100%;
	}
	.map_box {
		width: 50%;
	}
	.map_img {
		width: 87%;
	}
}
@media only screen and (max-width:360px){
	.map_img {
		width: 86%;
	}
}