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


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

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

#container_head{
	display:block;
	width:90%;
	margin:30px auto 10px;
}

#container_title_h2{
	font-size:20px;
	color:#e30d84;
	text-align:center;
	border-bottom: 1px solid #e30882;
}

.container_title-under_h3{
	font-size:20px;
	text-align:center;
	padding:10px 0;
}

#ordermade_jewelry_txtimg_area{
	display:block;
	border-bottom: 1px solid #ccc;
}


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

.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-reform_link{
	display:block;
	width:300px;
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#jewelry-reform_link a{
	display:block;
	width:90%;
	margin-right:auto;
	color:#e30882;
	font-size:16px;
	text-decoration:none;
}

#jewelry-reform_link a span{
	padding-left:1em;
	font-size:14px;
	color:#111;
}


/** コンテンツ　メイン
/***************************/

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


/** コンテンツ　left
/***************************/

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

.before_after_ranking{
	display:block;
	width:100%;
	margin:0 0 30px 0;
}

.before_after{
	display:block;
	width: 100%;
}
	.before_img{
		display:block;
		width: 30%;
		float: left;
	}

	.before_img img{
		display:block;
		width: 100%;
		height: 100%;
		border: 1px #ccc solid;
	}

	.before_after_icon{
		display:block;
		width: 8%;
		margin: 25px 3px 0;
		float: left;
	}
	
	.after_img{
		display:block;
		width: 60%;
		float: left;
	}

	.after_img img{
		display:block;
		width: 100%;
		height: 100%;
		border: 1px #e30882 solid;
	}
	
	.after_img figcaption{
		font-size:14px;
		padding:3px 0 0 .5em;
	}

	.before_after_ranking p{
		font-size:16px;
		margin:10px 0 0 0;
}
	
	
	
/** コンテンツ　right
/***************************/

#container_right{
	display:none;
}

}


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


/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 35%;
	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{
	display:block;
	line-height:20px;
	width: 75px;
  padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 108px;
  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;
}

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

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


/** リフォームリンク
/***************************/

#jewelry-reform_link{
	display:block;
	width:300px;
	margin:0 0 30px 30px;
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#jewelry-reform_link a{
	display:block;
	width:90%;
	margin-right:auto;
	color:#e30882;
	font-size:16px;
	text-decoration:none;
}

#jewelry-reform_link a span{
	padding-left:1em;
	font-size:14px;
	color:#111;
}

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

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

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

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

.before_after_ranking span{
	color:#111;
	padding-left:1em;
	font-weight:500;
}

.before_after_ranking p{
	font-size:16px;
	padding:10px 0 0 .5em;
}

.before_after{
	display:block;
	width: 100%;
}

.before_img{
	display:block;
	width:270px;
	float:left;
}
.before_img img{
	display:block;
	width:250px;
	border:3px solid #ccc;
	margin:10px;
}

.before_after figcaption{
	display:block;
	width:100%;
	font-size:14px;
	padding:0 0 0 .5em;
}

.before_after_icon{
	display:block;
	width: 30px;
	margin: 80px 3px 0;
	float: left;
}

.after_img{
	display:block;
	width:270px;
	float:left;
}
.after_img img{
	display:block;
	width:250px;
	border:3px solid #e30882;
	margin:10px;
}

.after_img figcaption{
	display:block;
	width:100%;
	font-size:14px;
	padding:0 0 0 .5em;
}

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

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