@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: 90%;
	margin: 0 auto;
}

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

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

.color_stone_ring_topimg00{
	display: none;
}

#container_top_h2{
	display:block;
	width:90%;
	font-size:18px;
	color:#e30d84;
	text-align:center;
	border-bottom: 1px solid #e30882;
	padding: 10px 0 3px 0;
	margin: 0 auto;
}

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


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

#container_main{
	display:block;
	width: 90%;
	margin: 0px auto;
}
	
	
/** before-afte(container_left)
****************/

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



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

#container_right{
	display: none;
}
	
	
}
/******************************************/
/***********************************  PC **/
/******************************************/
@media screen and (min-width: 769px){

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

#container_top_area h2{
	font-size: 22px;
	color: #e30882;
	margin:20px 0 0px 0px;
	text-align: center;
	border-bottom: 1px solid #e30882;
}

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

/************* コンテンツ1番目 **/

.cnte_txt_07{
	display:block;
	width:1024px;
	padding-top:30px;
	padding-bottom:20px;
	margin:0 auto;
}

#color_stone_ring_imgarea{
	display:block;
	width:1024px;
	margin:0 auto 20px;
}

#color_stone_ring_imgarea h2{
	font-size:18px;
	color:#e30d84;
	text-align:center;
	border-bottom: 1px solid #e30882;
	padding: 10px 0 3px 0;
}
	
#color_stone_ring_ul{
	display:block;
	width:1024px;
}

.color_stone_ring_li{
	display:block;
	width:330px;
	height:250px;
	margin:5px;
	box-shadow:-3px 0px 10px 0px #ccc;
	float:left;
}

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

.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%;
	}
/** リフォーム価格　計算方法
***********************************/

.pay_figure{
	display:block;
	width:100px;
	margin:0px 5px;
	float:left;
}

.pay_figure_last{
	display:block;
	width:150px;
	margin:25px 5px 0 5px;
	float:left;
}

.pay_icon_kigou01 ,
.pay_icon_kigou02 ,
.pay_icon_kigou03{
	display:block;
	width:100px;
	float:left;
}

.pay_icon_kigou02 ,
.pay_icon_kigou03{
	padding-top:50px;
}


.pay_caption01 ,
.pay_caption02 ,
.pay_caption03 ,
.pay_caption04 ,
.pay_caption05 ,
.pay_caption06{
	text-align:center;
	font-size:14px;
}

.pay_caption07{
	width:150px;
	text-align:center;
	font-size:14px;
}

/** 見出しバー
*************************/

#contentstitle_tipe01_area{
	width:100%;
	margin:20px 0;
}

.cnte_icon03{
	width:220px;
	background-repeat:repeat-x;
	padding-top:5px;
	float:left;
}

.contentstitle_tipe01_txt{
	widows: 528px;
	text-align:center;
	color:#e30882;
	font-size:24px;
	font-weight:600;
	float:left;
}
	
/*****/

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

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

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



}