@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: 10px auto;
}

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

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

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

/*****/

.ordermade_jewelry_txtimg{
	display:block;
	width:90%;
}

#video_area{
	display:none;
}

/*****/

.title-under_txt_area{
	display: block;
	width: 90%;
	margin: 0 auto;
}

.container_title-under_txt{
	font-size:16px;
	line-height:20px;
	padding:10px 0;
}

.device_none_br{
	display:none;
}

.title-under_txt_area h3{
	font-size:18px;
	color:#e30882;
	border-bottom: 1px solid #e30882;
}

.title-under_txt_area ol{
}

.title-under_txt_area ol li{
	font-size:16px;
	padding:10px 0;
}

.title-under_txt_area ol li span{
	display:block;
	font-size:16px;
	line-height:20px;
	padding:0 0 0 1em;
}


/*****/

#guest_voice{
	display:none;
}



/*****/

.txt_normal{
	font-size:16px;
	line-height:20px;
	padding-left:1em;
	margin:0 0 15px 0;
}

.txt_deco_h3{
	width:65%;
	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;
}

/** リンク集
********************/

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

.works_link{
	display: flex;
	flex-direction: column;
}

.ordermade_jewelry_link{
	display:block;
	padding-left:2em;
	width:90%;
	height: auto;
}

.works_link figcaption{
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.5rem 0;
}

.sample_img_area{
	display:block;
	padding-left:2em;
	width:660px;
}

.sample_img{
	display:block;
	width:200px;
	margin:10px;
	float:left;
}

.device_none_img{
	display:none;
}


/** 井原一成 プロフィール 
******************************/

#cont_last{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

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

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

	#cont_last_left h5{
		text-align: center;
		font-size: 16px;
	}

	#cont_last_left img{
		display: block;
		width: 90%;
		height: 90%;
		margin: 0 auto;
	}

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


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

	#cont_last_right_ul{
		margin: 20px 0 0 0;
	}

	#cont_last_right_ul li{
		display: block;
		width: 100%;
		font-size: 16px;
	}

	#cont_last_right_ul li a{
		text-decoration: none;
		color: #111;
	}


/**スマホ用ブログエリア
 ******************************/

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

	.blog_h2{
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #e30882;
		margin: 20px 0 10px 0;
	}

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

#blog_link iframe{
	display:block;
	width:100%;
	height:500px;
}



}




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

/** ぱんくず
/***************************/

#breadcrumbs{
	display:block;
	width:24%;
	margin:20px 0 20px 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 ol li a{
	color:#111;
	text-decoration:none;
}
  
#home_icon{
  display: block;
  width:100%;
  height: auto;
  }

.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;
	text-align:center;
	border-bottom: 1px solid #e30882;
}

#container_top_area p{
	font-size:18px;
	line-height:20px;
	text-align:center;
	padding: 5px 0 0px;
}

/*****/

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


.ordermade_jewelry_txtimg{
	display:block;
	width:580px;
	padding:20px 0 0 0;
	float:left;
}

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


/*****/

#guest_voice{
	display:block;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}

#guest_voice a {
	display:block;
	width:756px;
	text-decoration:none;
	margin:0 auto;
}

#guest_voice a h3{
	font-size:16px;
	color:#e30882;
	border-bottom: 1px solid #e30882;
	margin:0 0 10px 0;
}


.guest_voice_img{
	display:block;
	width:150px;
	border:3px solid #ccc;
	float:left;
}

.guest_voice_txt-img{
	display:block;
	width:300px;
	float:left;
}

.guest_voice_txt{
	display:block;
	width:300px;
	color:#111;
	float:left;
}

.guest_voice_txt span{
	display:block;
	color:#e30882;
	font-size:18px;
	margin:5px 0;
}

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

.title-under_txt_area{
	display:block;
	width:90%;
	margin:20px auto;
}

.container_title-under_txt{
	display:block;
	font-size:16px;
	line-height:20px;
	margin:10px 0;
}

.title-under_txt_area h3{
	font-size:18px;
	color:#e30882;
	border-bottom: 1px solid #e30882;
}

.title-under_txt_area ol{
}

.title-under_txt_area ol li{
	font-size:16px;
	padding:10px 0;
}

.title-under_txt_area ol li span{
	display:block;
	font-size:16px;
	line-height:20px;
	padding:0 0 0 1em;
}

/*****/

.txt_normal{
	font-size:16px;
	line-height:20px;
	padding-left:1em;
	margin:0 0 15px 0;
}

.txt_deco_h3{
	width:65%;
	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;
}


/** リンク集
********************/

.works_link{
	display:flex;
	width:100%;
}

.ordermade_jewelry_link{
	display:block;
	padding-left:2em;
	width:350px;
	height: auto;
}

.works_link figcaption{
	display:block;
	width:200px;
	font-size:16px;
	color:#111;
	margin:30px 0 0 10px;
}

.sample_img_area{
	display:block;
	padding-left:2em;
	width:660px;
}

.sample_img{
	display:block;
	width:200px;
	margin:10px;
	float:left;
}

/*****/

.ordermade_jewelry_talk{
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}


/** 井原一成 プロフィール 
******************************/

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

#craftsman_area{
	display:block;
	width:70%;
}

#cont_last_left{
	display:block;
	width:270px;
	height:300px;
	padding-left:60px;
	float:left;
}

#cont_last_right{
	display:block;
	width:290px;
	height:300px;
	padding-left:0px;
	font-size:14px;
	line-height:20px;
	float:left;
}

#cont_last_right_ul a{
	text-decoration:none;
	color:#e30d84;
}



h5{
	display:block;
	width:190px;
	font-size:14px;
	font-weight:600;
	margin:5px auto;
}

.cont_last_left_p{
	padding-left:10px;
	line-height:15px;
}

.cont_last_left_span{
	color:#e30d84;
}



/** パソコン用ブログエリア
******************************/

#blog_link{
}

.blog_h2{
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #e30882;
	margin: 20px 0 10px 0;
}

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

.cnte_icon05{
	width:265px;
	background-repeat:repeat-x;
	padding-top:5px;
}

#blog_link iframe{
	display:block;
	width:100%;
	height:500px;
}
}
