@charset "utf-8";
/* CSS Document */

/******************************************/
/***************** responsive web design **/
/******************************************/

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


/** ぱんくずスマホ用 **/
/***************************/

#breadcrumbs{
	display:block;
}

#breadcrumbs ol{
	display:flex;
	height: 30px;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

	#breadcrumbs ol li{
		padding-right: 8px;
		line-height: 1.8;
	}

	#breadcrumbs ol li a{
		color: #414a52;
	}


/**リンクバナースマホ用
****************/

.repair_link_area{
		display: flex;
		justify-content: space-between;
		width: 96%;
		margin: 30px auto;
	}
	.repair_link_area a{
		width: 50%;
	}
	.repair_link_area a img{
		width: 100%;
		height: auto;
	}

	.top_under-link{
		width: 45%;
		margin: 0 auto 30px;
	}

	.top_under-link a img{
		width: 100%;
		height: auto;
	}


/** トップイメージ
********************/

#container_top_area{
	display:block;
	width:100%;
	margin:20px 0px;
}

	#container_top_area h2{
		font-size: 18px;
		color:#e30d84;
		text-align:center;
		border-bottom: 1px solid #e30882;
	}

	#container_top_area h3{
		font-size: 16px;
		text-align:center;
		margin:5px 0 0 0;
	}

/*****/

#container_top_area div{
		display: block;
		width: 90%;
		margin: 0 auto;
}

	#container_top_area div figure{
		display: block;
		width: 100%;
		margin: 10px;
		border-bottom: 1px solid #ccc;
	}

	#container_top_area div figure img{
		display: block;
		width: 100%;
		height: 100%;
	}

	#container_top_area div figure figcaption{
		font-size: 18px;
		color: #e30882;
		text-align: center;
	}

	#container_top_area p{
		display: block;
		width: 90%;
		font-size: 14px;
		line-height: 20px;
		margin: 0 auto;
	}


/*****/
	
#making_area{
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/***/
	
#making_left{
	display: block;
	width: 100%;
}

	.making_img h4{
		display: block;
		width: 90%;
		margin: 30px auto 0;
	}

	.making_img figure{
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.making_img figure figcaption{
		font-size: 14px;
	}

	.making_img figure img{
		display: block;
		width: 100%;
		height: 100%;
	}
/***/
	
#making_right{
	display: block;
	width: 90%;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#making_right h2{
	font-size: 18px;
	color: #e30882;
	text-align: center;
}

#making_right p{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

	#making_right h3{
		margin: 30px 0 0 0;
		font-size: 14px;
		color: #e30882;
		text-align: center;
	}


/** container_main
*******************************/

#container_main{
	display:block;
	width: 90%;
	margin: 0 auto;
}

/** before-afte(container_left)
****************/

#container_left{
	display:block;
	width: 100%;
}
	
	
/** container_right
****************/

#container_right{
	display: none;
}
}


/******************************************/
/***********************************  PC **/
/******************************************/
@media screen and (min-width: 769px){

#container{
	display:block;
	width:100%;
	margin: 0px 0 0 0;
	
}

/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 48%;
	margin:20px 0 0 0;
	box-shadow:-3px 0px 10px 0px #ccc;
}
#breadcrumbs ol{
	display: flex;
  align-items: center;
	width:90%;
	text-align:left;
	background-color:#fff;
}
.breadcrumbs_home{
	display:block;
	width: 19px;
	margin:0 5px 0 10px;
}
.breadcrumbs_last_3rd{
	display:block;
	line-height:20px;
	width: 110px;
  padding: 2px 0 0 0;
}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 85px;
  padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 120px;
  padding: 2px 0 0 0;
}
#breadcrumbs ol li a{
	color:#111;
	text-decoration:none;
}
#home_icon{
    display: block;
  }

.breadcrumbs_icon{
  display: block;
	width:5px;
	margin:0 10px;
}


/**リンクバナーパソコン用
****************/

.repair_link_area{
		display: flex;
		justify-content: space-between;
		width: 70%;
		margin: 30px auto;
	}
	.repair_link_area a{
		width: 45%;
		transition: 0.3s ease-in-out;
	}
	.repair_link_area a img{
		width: 100%;
		height: auto;
	}
	.repair_link_area a:hover{
		opacity: 60%;
	}
	
	/*****/
	
	.top_under-link{
		display: flex;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	
	.top_under-link img{
		margin: 10px;
	}
	
	.top_under-link a{
		transition: 0.3s ease-in-out;
	}
	
	.top_under-link a:hover{
		opacity: 60%;
	}


/** トップイメージ
********************/

#container_top_area{
	display:block;
	width:100%;
	margin:20px 0px;
}

	#container_top_area h2{
		font-size:24px;
		color:#e30d84;
		text-align:center;
		border-bottom: 1px solid #e30882;
	}

	#container_top_area h3{
		font-size:20px;
		text-align:center;
		margin:5px 0 0 0;
	}

/*****/

#container_top_area div{
		display: block;
		width: 706px;
		margin: 0 auto;
}

	#container_top_area div figure{
		display: block;
		width: 333px;
		margin: 10px;
		float: left;
	}

	#container_top_area div figure img{
		display: block;
		width: 333px;
	}

	#container_top_area div figure figcaption{
		font-size: 18px;
		color: #e30882;
		text-align: center;
	}

	#container_top_area p{
		display: block;
		width: 706px;
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto;
	}

/*****/
	
#making_area{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/***/
	
#making_left{
	display: block;
	width: 40%;
	float: left;
}


/***/
	
#making_right{
	display: block;
	width: 60%;
	padding: 10px 0 0 0;
	float: left;
}

#making_right h2{
	font-size: 18px;
	color: #e30882;
	text-align: center;
}

#making_right p{
	font-size: 16px;
	line-height: 20px;
}

	#making_right h3{
		margin: 30px 0 0 0;
		font-size: 20px;
		color: #e30882;
		text-align: center;
	}

/** container_main
**************************/
	#container_main{
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	#container_left{
		display: block;
		width: 70%;
		float: left;
	}
	
	#container_right{
		display: block;
		width: 30%;
		margin: 30px 0 0 0;
		float: left;
	}

}