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


/** ちらし画像スマホ用 **/
	.top_view_sketch{
		width: 90%;
		margin: 40px auto;
	}
	
	.top_view_sketch h2{
		font-size: 16px;
		color:#e30d84;
		border-bottom: 1px solid #e30882;
		text-align: center;
	}
	
	.top_view_inner{
		width: 300px;
		margin: 20px auto;
	}
	
	.top_view_sketch a{
		display: block;
		width: 300px;
	}
	.thirashi_img{
		width: 300px;
		height: auto;
	}


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

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

#container_top_area h2{
	font-size: 14px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
	text-align:center;
}

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


/** video_area
******************************/

#top_video_area{
	display:block;
	width: 90%;
	margin: 0 auto;
}
#video_caption_area{
	display:block;
	width: 100%;
	margin: 40px auto 0;
}

.video_caption_title{
	font-size: 18px;
	color:#fff;
	text-shadow:-1px -1px #e30882,1px -1px #e30882,-1px 1px #e30882,1px 1px #e30882;
	text-align:center;
	padding:10px 0px;
}

.video_caption_subtitle{
	font-size:18px;
}

.video_caption_ul{
	font-size:16px;
}

#video_area{
	display:block;
	width:320px;
	height:265px;
	margin:10px auto;
}

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

.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_under{
	display:block;
	width: 90%;
	margin: 30px auto 0;
}

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

#tedukurinagare{
	display:block;
	width: 90%;
	height: 90%;
	margin:0 auto 20px;
}

#conta_1st_caption{
	font-size:18px;
	margin:20px 0;
	border-bottom: 1px solid #e30882;
}
	

/****/

.ordermade_jewelry_txtimg{
	display:block;
	width:684px;
	float:left;
}

/** リフォーム実例集 **/

/** 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;
}
	
#container_left h2{
	font-size:18px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
	text-align:center;
}

}


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

/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 45%;
	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: 180px;
  padding: 2px 0 0 0;
}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 170px;
  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_top_area h2{
	font-size:24px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
	text-align:center;
}

#container_top_area p{
	color:#FF4245;
	font-size:30px;
	text-align:center;
	margin-top: 3px;
}



/** video_area
******************************/

#top_video_area{
	display:block;
	width: 900px;
	margin: 0 auto;
}
#video_caption_area{
	display:block;
	width: 550px;
	height:285px;
	line-height: 26px;
	margin: 0px auto 0;
	float: left;
}

.video_caption_title{
	font-size:20px;
	color:#fff;
	text-shadow:-1px -1px #e30882,1px -1px #e30882,-1px 1px #e30882,1px 1px #e30882;
	text-align:center;
	padding:10px 0px;
}

.video_caption_subtitle{
	font-size:18px;
	font-weight:600;
}

.video_caption_ul{
	font-size:16px;
	font-weight:600;
}

.video_caption_li{
}

#video_area{
	display:block;
	width:320px;
	height:265px;
	margin:10px;
	float:left;
}

	#video_area div iframe{
	width:320px;
	height:265px;
}


/****/
#conta_1st_area{
	display:block;
	width:1024px;
}

#tedukurinagare{
	display:block;
	width:769px;
	margin:0 auto;
}

#conta_1st_caption{
	font-size:18px;
	margin:20px 0;
	border-bottom: 1px solid #e30882;
}

.ordermade_jewelry_txtimg{
	display:block;
	width:684px;
	float:left;
}

#conta_title_txt01{
	font-size:18px;
	margin:20px 0 20px 0px;
	border-bottom: 1px solid #e30882;
}

#conta_title_txt02{
	margin:20px 0 20px 0px;
	border-bottom: 1px solid #ccc;
}

#reform_before_txt00{
	width:210px;
	font-size:18px;
	margin:20px 0 20px 0px;
	float:left;
}

#reform_before_txt01{
	width:170px;
	font-size:18px;
	margin:20px 0 20px 20px;
	float:left;
}

#reform_before_img01{
	display:block;
	width:200px;
	height:200px;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:0 0px 0 10px;
	float:left;
	
}

#reform_before_img02{
	display:block;
	width:142px;
	height:200px;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:0 0px;
	float:left;
	
}

.cnte_txt_08{
	display:block;
	width:900px;
	margin:20px auto;
}

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

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

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

.ordermade_jewelry_img{
	box-shadow:-3px 0px 10px 0px #ccc;
}

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

.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_view_sketch{
		width: 90%;
		margin: 40px auto;
	}
	
	.top_view_sketch h2{
		font-size: 20px;
		color:#e30d84;
		border-bottom: 1px solid #e30882;
		text-align: center;
	}
	
	.top_view_inner{
		width: 350px;
		margin: 20px auto;
	}
	
	.top_view_sketch a{
		display: block;
		width: 350px;
		border: none;
	}
	.thirashi_img{
		width: 350px;
		height: auto;
	}

	/*****/
	
	.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%;
	margin: 30px 0 30px 0;
	border-top: 1px solid #ccc;
	padding: 30px 0 0 0;
}

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

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

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

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

#container_left h2{
	font-size:24px;
	color:#555;
	text-align: left;
}
}
