@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%;
	margin:20px 0px;
}


/*****/

#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;
	margin:20px 0 0 0;
}

#container_head img{
	width:100%;
	height:100%;
}


/** brand-juwelry_column **/
#brand-juwelry_column{
	display:block;
	width:90%;
	margin:30px auto 10px;
	background-image: url(../img/cartier_logo.png);
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}
	
	#brand-juwelry_column h2{
		color: #222;
		font-size: 14px;
		font-weight: 600;
		margin: 1em 0 .4em;
		padding-bottom: .3em;
		border-bottom: 1px dotted #ccc;
	}
	
	.column_txt{
		color: #222;
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin: 0 0 1em 0;
	}
	
	.column_txt span{
		color: #999;
	}

/*****/

.topimg_area{
	display:block;
	width: 100%;
	background-image: url(../img/cartier_logo.png);
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
	border-bottom: 1px solid #ccc;
}


.topimg_figure{
	display:block;
	width: 90%;
	margin: 0px auto;
	padding: 30px 0 0;
}

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

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

.topimg_figure figure img{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	border: 1px solid #e30882;
}

.topimg_caption{
	font-size:14px;
	text-shadow: 
		1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
	}

.topimg_txt{
	display: block;
	width: 98%;
	font-size:16px;
	line-height:20px;
	text-align: left;
	margin: 40px 0;
	padding: 10px 0 10px 10px;
	text-shadow: 
		1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
	background-color:rgba(255,255,255,0.8);
	
}

/*****/
#topimg_txtarea{
}

.title_bar{
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:12px 0 10px;
	background-image: -webkit-linear-gradient(left, transparent, #ccc 25%, #ccc 75%, transparent);
    background-image: linear-gradient(to right, transparent, #ccc 25%, #ccc 75%, transparent);
}
	
.topimg_txtarea_txt{
	font-size:16px;
	line-height:20px;
	padding-left: 1em;
	margin: 1em 0
}


/** 修理・リフォームの注文方法
*******************************/
#repair-reform_flow_area{
	display:none;
}

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

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

/** ジュエリー職人・井原一成
*******************************/

#subimg_area{
	display:none;
}


/** レーザー溶接
*******************************/

#mein_catch-copy{
	display:block;
	width: 100%;
	margin: 20px 0;
}

	#catch-copy_img{
		display:block;
		width: 280px;
		margin: 0 auto;
	}

	#catch-copy_txtimg{
		display:block;
		width: 423px;
		margin: 0 auto;
		padding-top: 20px;
	}


/** 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){
	
	
/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 37.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: 85px;
	padding: 2px 0 0 0;
}
.breadcrumbs_last_4th{
	display:block;
	line-height:20px;
	width: 48px;
	padding: 2px 0 0 0;
		
	}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 48px;
	padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 60px;
  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{
	display:block;
	width:90%;
	margin:0 auto;
}

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


/** brand-juwelry_column **/
	#brand-juwelry_column{
	background-image: url(../img/cartier_logo.png);
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	}
	
	#brand-juwelry_column h2{
		color: #222;
		font-size: 16px;
		font-weight: 600;
		margin: 1em 0 .5em;
	}
	
	.column_txt{
		color: #222;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin: 0 0 1em 0;
	}
	
	.column_txt span{
		color: #999;
	}

/*****/

.topimg_area{
	display:flex;
	width: 90%;
	margin: 10px auto 0;
	background-image: url(../img/cartier_logo.png);
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
}

.topimg_figure{
	display:block;
	width: 56%;
	margin: 20px 0;
}

.ring_before{
	display:block;
	width:250px;
	margin:0 5px 0 0;
	float:left;
}

.ring_after{
	display:block;
	width:250px;
	margin: 0 0 0 5px;
	float:left;
}

.topimg_figure figure img{
	margin: 20px 0 2px 0;
	border: 1px solid #e30882;
}

.topimg_caption{
	text-shadow: 
		1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
	}

.topimg_txt{
	display: block;
	width: 43%;
	font-size:16px;
	line-height:20px;
	text-align: left;
	margin: 40px 0;
	padding: 10px 0 10px 10px;
	text-shadow: 
		1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
	background-color:rgba(255,255,255,0.8);
}


/*****/
#topimg_txtarea{
}

.title_bar{
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:12px 0 10px;
	background-image: -webkit-linear-gradient(left, transparent, #ccc 25%, #ccc 75%, transparent);
    background-image: linear-gradient(to right, transparent, #ccc 25%, #ccc 75%, transparent);
}
	
.topimg_txtarea_txt{
	font-size:16px;
	line-height:20px;
	padding-left: 1em;
	margin: 1em 0
}


/** 修理・リフォームの注文方法
*******************************/

#repair-reform_flow_area{
	display:block;
	width:80%;
	margin:20px auto;
	padding:10px;
	border:2px solid #ffab02;
}

#repair-reform_flow_area h3{
	color:#ffab02;
	font-size:20px;
	font-weight:600;
}

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

.flow_figure{
	display:block;
	width:160px;
	float:left;
}

.flow_img{
	width:120px;
	margin:0 20px;
}

.flow_caption{
	width:160px;
	text-align:center;
	font-size:18px;
	color:#ffab02;
	margin:5px 0;
}

.flow_p{
	width:150px;
	font-size:16px;
	line-height:20px;
	margin:0 5px;
}

.free-dial_icon{
	margin-right:5px;
}

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

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

/** レーザー溶接
*******************************/

#mein_catch-copy{
	display:flex;
	justify-content: center;
	width: 723px;
	margin: 20px auto;
}

	#catch-copy_img{
		display:block;
		width: 280px;
	}

	#catch-copy_txtimg{
		display:block;
		width: 423px;
		margin: 10px;
		padding-top: 20px;
	}

/*****/
.necklace_repair_Price{
	display:block;
	width:1024px;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:20px auto;
}

#price_list_ul{
	display:block;
	width:1024px;
	margin:-10px auto 20px;
}

.price_list_txt{
	font-size:14px;
	line-height:20px;
}

#price_list_span01 a{
	text-decoration:none;
	color:#e30882
}

/** 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 30px 0;
		float: left;
	}


}