@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;
	width: 94%;
	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 auto 0;
}

.ordermade_jewelry_img00{
	display: none;
}

.container_top_area_h2{
	font-size: 18px;
	color:#e30d84;
	text-align:center;
	border-bottom: 1px solid #e30882;
	margin-bottom: 0.5rem;
}
	

/****/

.jewelry_sending{
	display:block;
	width: 90%;
	margin:0 auto;
	margin-bottom:20px;
}

.jewelry_sending_h3{
	display:inline-block;
	width: 100%;
	font-size:16px;
	color: #e30882;
	border-bottom: 1px solid #e30882;
	margin:10px 0 10px 0;
	text-align: center;
}

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

.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;
	}

/*****/

.jewelry_sample{
	display:block;
	width:90%;
	margin:0 auto 20px;
}

.reform_before_after p{
	display:block;
	width:90%;
	font-size:16px;
	line-height:20px;
	margin:0px 0 0 5px;
}

.reform_before_after{
	display:block;
	width: 100%;
	margin:0 auto;
}

.reform_before_after figure{
	display:block;
	width: 100%;
	margin:0 auto;
	padding:0 5px;
}
	
		.reform_before_txt ,
		.reform_after_txt{
			font-size:18px;
		}

		.reform_before_img ,
		.reform_after_img{
			display:block;
			width: 90%;
			height: 90%;
			border: 1px solid #e30882;
			margin: 5px auto;
		}

.before_after_span{
	font-size:14px;
	padding-left:5px;
}
	
	.txt_area_h4{
	font-size:16px;
	color: #e30882;
	border-bottom: 1px solid #e30882;
	}

	.reform_before_after{
		display: block;
		width: 100%;
		margin: 10px 0;
		border-bottom: 1px solid #ccc;
}    
#container_main {
	display: block;
	width: 90%;
	margin: 0px auto;
}

/** container_right
****************/

#container_right{
	display: none;
}

}



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

	/** ぱんくず
	********************/
	#breadcrumbs{
		display:block;
		width: 51.5%;
		margin:20px 0 0 0;
		box-shadow:-3px 0px 10px 0px #ccc;
	}
	#breadcrumbs ol{
		display: flex;
	  align-items: center;
		width:100%;
		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: 60px;
		padding: 2px 0 0 0;
	}
	.breadcrumbs_last_4th{
		display:block;
		line-height:20px;
		width: 84px;
		padding: 2px 0 0 0;
			
		}
	.breadcrumbs_last{
		display:block;
		line-height:20px;
		width: 96px;
		padding: 2px 0 0 0;
	}
	.breadcrumbs_here{
		display:block;
		line-height:20px;
		width: 144px;
	  	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{
	display:block;
	width:1024px;
	height:100%;
	margin:0 auto;
}

.breadcrumbs_icon{
	width:5px;
	margin:0 10px;
	line-height:20px;
	float:left;
}

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

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

/** container_head
**************************/
#container_head{
	text-align:center;
}

#container_head h2{
	font-size:24px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
}


.title_under_txt{
	font-size:20px;
	text-align:center;
	margin:5px 0 0 0;
}

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

.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_main
*******************************/

#container_main{
	display:block;
	width: 100%;
}

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

#container_left{
	display:block;
	width:70%;
	float:left;
}


/** container_right
****************/

#container_right{
	display:block;
	width:30%;
	float:left;
}


/******** ジュエリー通信 **/

#cont_2nd_under{
	display:block;
	width:100%;
	margin:0 auto 50px;
}


/****/

.jewelry_sending{
	display:block;
	width:1024px;
	margin:0 auto;
	margin-bottom:20px;
}

/*****/




.jewelry_sample{
	display:block;
	width:90%;
	margin:0 auto 20px;
}

.reform_before_after p{
	display:block;
	width:90%;
	font-size:16px;
	line-height:20px;
	margin:0px 0 0 5px;
}

.reform_before_after{
	display:block;
	width:49%;
	margin:0 auto;
	float:left;
}

.reform_before_after figure{
	display:block;
	width:200px;
	margin:0 auto;
	padding:0 5px;
	float:left;
}
	
		.reform_before_txt ,
		.reform_after_txt{
			font-size:18px;
		}

		.reform_before_img ,
		.reform_after_img{
			display:block;
			width:200px;
			border: 1px solid #e30882;
		}

.before_after_span{
	font-size:14px;
	padding-left:5px;
}


/*****/
.txt_impact{
	font-size:17px;
	font-weight:600;
}

.txt_normal{
	font-size:16px;
	margin:10px 0;
}

.txt_color_impact{
	font-size:16px;
	color:#e30882;
	margin:10px 0;
}

.txt_area_h4{
	width:100%;
	font-size:17px;
	font-weight:600;
	color:#e30882;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
}


}
