@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: 30px 0 0 0;
}

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

	.title_under_txt{
		text-align: center;
		font-size:14px;
	}
	
	#top_figure{
		width:90%;
		height: 90%;
		margin: 0 auto;
	}
	
	.top_figure_caption{
		font-size:14px;
		line-height: 20px;
	}

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

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


/** brand-juwelry_column **/
#brand-juwelry_column{
	display:block;
	width:90%;
	margin:30px auto 10px;
	background-image: url(../img/4c.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: 90%;
	margin: 10px auto 0;
}

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

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

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

.ring_before img,
.ring_after img {
	display:block;
	width: 90%;
	height: 90%;
	margin: 20px auto 0;
	border: 1px solid #e30882;
}

.topimg_caption{
	font-size: 14px;
	line-height: 1.4;
	padding-left: 1em;
	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: 100%;
	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{
	display: block;
	width: 90%;
	font-size:16px;
	line-height:20px;
	padding-left: 2em;
	margin: 1em 0
}


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

.top_before-after{
	display:block;
	width:90%;
	margin:0 auto;
}


/** before
****************/

.work_before-after{
	display:block;
	width:90%;
	margin:20px auto;
}

.work_before-after figure div{
	display:block;
}

.work_before-after figure div img{
	border: 1px solid #e30882;
	margin:10px;
	float:left;
}

.work_before-after figure figcaption{
	font-size:14px;
	padding:0 0 0 1em;
}

/** 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;
}


/*****/
.border_p{
	font-size:16px;
	border-bottom: 1px solid #e30882;
	margin:0 0 10px 0;
}

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

.txt_link{
	color:#e30882;
}



}


/******************************************/
/***********************************  PC **/
/******************************************/
@media screen and (min-width: 769px){
	
/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 39%;
	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: 72px;
  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;
}
	
/* body */
html{
	height:100%;
	width:100%
}

body {
	background-color: #fff;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size:12px;
	width: 1024px;
	height:100%;
    margin: 0 auto;
}

#wrap {
	background-color: #ffffff;
	min-width: 1024px;
	max-width:100%;
	margin:0 auto;
}

/******************************************/
/******************************** header **/
/******************************************/

header{
	display:block;
	width:1024px;
	margin:0 auto;
}

/************** head_logo_area **/
/**** メインロゴ設定 ****/
/** (ヘッダー　左部分) **/

#head_logo_area{
	display:block;
	width:180px;
	height:100px;
	padding:10px 0 10px 10px;
	float:left;
}

#head_link_area{
	display:block;
	width:80%;
	float:left;
}



/******************* info_area **/
/** (ヘッダー　右部分) **/
#small_limk_area{
	display:block;
	width:60%;
	padding-left:80%;
	margin:0 0 5px 0
}

.small_navi{
}

.small_navi_li{
	width:100px;
	padding-top:5px;
	text-align:center;
	float:left;
}

.small_navi_li a{
	color:#777;
	text-decoration:none;
}

.small_navi_li a:hover{
	color:#e30d84;
}

#info_area{
	display:block;
	width:78%;
	padding-left:24%;
}

.info_area_tel{
	padding-top:13px;
	padding-right:10px;
	font-size:22px;
	font-weight:bold;
	float:left;
}

.blog_bn{
	width:153px;
	float:left;
}

.facebook_logo_img{
	width:153px;
	float:left;
}

.free-dial_img{
	width:153px;
	float:left;
}

/******************* navi_area **/
/******** ナビ設定 ********/
/** (ヘッダー　中央部分) **/

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

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

.navi_li{
	width:100px;
	padding-top:5px;
	text-align:center;
	float:left;
}

.navi_li_w{
	width:100px;
	text-align:center;
	float:left;
}

.no_here{
	text-decoration:none;
	color:#000000;
}

.now_here{
	text-decoration:none;
	color:#e30d84;
}

#navi_ul li a:hover{
	color:#e30d84;
}


/** brand-juwelry_column **/
	#brand-juwelry_column{
	background-image: url(../img/4c.png);
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	}
	
	#brand-juwelry_column h2{
		color: #222;
		font-size: 16px;
		font-weight: 600;
		margin: 1em 0 .5em;
	}
	
	#brand-juwelry_column h3{
		color: #222;
		font-size: 16px;
		font-weight: 400;
		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;
}

.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 0 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
}
/******************************************/
/***************************** container **/
/******************************************/

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


/** タイトルバー
********************/

#titlebar{
	display:block;
	width:1024px;
	height:70px;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:0 auto;
}

.titlebar_icon{
	width:5px;
	height:55px;
	padding:8px 0 0 10px;
	float:left;
}

.titlebar_h2{
	width:80%;
	font-family:'游ゴシック';
	font-size:26px;
	font-weight:600;
	padding:24px 0 0 10px;
	float:left;
}


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

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

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

/*****/

#top_figure{
	display:block;
	width:94%;
	margin:0 auto;
	padding-bottom:20px;
}

.top_figure_img{
	display:block;
	width:400px;
	margin:20px 0 0 0;
	border: 1px solid #ccc;
	float:left;
}

.top_figure_caption{
	display:block;
	width:50%;
	font-size:16px;
	line-height:26px;
	padding:20px 0 0 10px;
	float:left;
}


.txt_deco{
	width:90%;
	font-size:17px;
	font-weight:600;
	color:#333;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 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%;
	}

/** before
****************/

.work_before-after{
	display:block;
	width:100%
}

.work_before-after figure div{
	display:block;
}

.work_before-after figure div img{
	border: 1px solid #e30882;
	margin:10px;
	float:left;
}

.work_before-after figure figcaption{
	font-size:16px;
	padding:0 0 0 1em;
}

/** 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;
	}


/*****/
.border_p{
	font-size:16px;
	border-bottom: 1px solid #e30882;
	margin:0 0 10px 0;
}

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

.txt_link{
	color:#e30882;
}


}