@charset "utf-8";
@media screen and (max-width: 1000px) {
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　
}

.wrapper {
	width: 98%;
}
	
.wrapper_swiper {
	width: 100%;
	margin: 0 auto 10px;
  overflow: hidden;
  zoom: 1;
}
	
	main {
		width: 98%;
	}
	

	
	/* #main_contents,#side_contents
================================================== */

#main_contents {
	width: 100%;
	margin-right: 0;
}

#side_contents {
	display: none;
}
	
	
	
	/* レスポンシブ系
================================================== */
.pc {
	display: none!important;
}

.sp {
	display: block!important;
}

	
/* .top トップページ以下
================================================== */


/* .top_works */
.top_works {
	display: block;
	width: 100%;
}

	.top_works .works_houkago,
	.top_works .works_syuro,
	.top_works .works_jiritsu,
	.top_works .works_chintai {
		width: 100%;
		padding: 10px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	.top_works .works_houkago img,
	.top_works .works_syuro img,
	.top_works .works_jiritsu img,
	.top_works .works_chintai img {
		width: 25%;
		margin-right: 2%;
		float: left;
	}
	
	.top_works .works_houkago .name_houkago,
	.top_works .works_syuro .name_syuro,
	.top_works .works_jiritsu .name_jiritsu,
	.top_works .works_chintai .name_chintai {
		width: 73%;
		float: left;
	}
	
	/* .top_mezasu */

.top_mezasu h3 {
	font-size: 1.6em;
	line-height: 1.4em;
}

	

/* #tel_area
================================================== */
	
	#tel_area {
		width: 98%;
		margin: 0 auto 20px;
		overflow: hidden;
		background-color: #f6f6f6;
		display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}

	.tel_area_logo {
	width: 30%;
		overflow: hidden;
}
	
	#tel_area img {
	}
	
	#tel_area .number_area {
		width: 70%;
		display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	}
	
	#tel_area .number_area a {
		width: 100%;
	 justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
	
	#tel_area .number_area .tel {
	font-size: calc(185% + 0.5vw);
	margin-bottom: 10px;
		align-items: center;
}
	
	#tel_area .number_area span {
	font-size: 80%;
}
	

/*-------------------
business
-------------------*/

.business_box {
	display: block;
	margin-bottom: 40px;
}

	.business_box:last-child {
		margin-bottom: 0;
	}
.business_box img {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}

.business_box .txt_box {
	width: 100%;
}
	
.business_box .day_btn,
.business_box .syuro_btn,
.business_box .jiritsu_btn,
	.business_box .chintai_btn {
		margin: 15px auto 0;
	}
	
	
	
/* #footer
================================================== */

footer {
  margin: 0 0 60px 0;
	overflow: hidden;
}
	footer .wrapper {
		margin: 0;
	}
	
	footer .footer_box,
	.footer_nav {
		display: none;
	}

footer ul {
  display: none;
}
.copyright {
	background: #f6f6f6;
}

	
/* .sp-menu
================================================== */	
	.sp-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #f4f9eb;
    }
	
	.sp-menu ul {
		width: 100%;
	}
	
	.sp-menu ul li {
		padding: 0 1%;
		float: left;
		width: 65%;
	}
	
	.sp-menu ul li:last-child {
		width: 35%;
		float: right;
	}
	
.sp-menu .tel_box {
	text-align: center;
	}
	
.sp-menu .tel_box a {
	font-size: 130%;
	color: #7dc113;
	font-weight: bold;
	text-align: center;
}
	
	.sp-menu .tel_box a i {
	margin-right: 5px;
}
	
	.sp-menu .tel_box span {
		font-size: 75%;
	}
	
	.sp-menu .contact_box {
		background: #7dc113;
		text-align: center;
		border-radius: 5px;
		padding: 0 5px;
	}
	
	.sp-menu .contact_box a {
		font-size: 90%;
		display: block;
		padding: 10px 5px;
		color: #fff;
	}
	

/*pad：終わり*/
}

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

.wrapper {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
.one, .one-half, .two-third, .one-third, .one-fourth, .three-fourth {
  float:left; position:relative; width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 25px;
}
.last {
  margin-bottom: 0;
}

.bread.wrapper {
  margin-bottom: 10px;
}


/* #menu
================================================== */
#toggle .menu_btn {
	color: #333;
	width: 90px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	text-align: center;
}