@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:#e30d84;
	padding-top: 5px;
	text-align:center;
	border-bottom: 1px solid #e30882;
}

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

/*****/

.top_figure_img{
	display:none;
}

.top_figure_caption{
	display:block;
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	padding:0px 0 10px;
	border-bottom: 1px solid #ccc;
}

/*****/

#top_under_area{
	display:block;
	width: 100%;
	margin: 10px auto;
}


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

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


#top_under_caption h3{
	font-size:16px;
	color:#e30882;
	padding:20px 0 0px 0;
}

#top_under_caption ul{
	display:block;
	width: 90%;
	text-align:left;
	margin:0 auto;
}

#top_under_caption ul li{
	display:block;
	width:100%;
	margin:10px 0 0 0;
}

#top_under_caption ul li span{
	font-size:16px;
}

/** 料金表
*******************************/

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

.border_p{
	width:90%;
	font-size:14px;
	color:#e30882;
	border-bottom: 1px dotted #e30882;
	margin:30px auto 3px;
}
	
.caution_txt{
	display: none;
}
	
.caution_txt_mobile{
	margin-left: 70%;
}

#price_list table{
	display:block;
	width:90%;
	font-size:14px;
	border:1px solid #ccc;
	text-align:center;
	margin:0 auto 20px;
}

#price_list table tr{
	width:90%;
}

#price_list table tr th:first-child{
	width:300px;
	background-color:#ccc;
}

#price_list table tr:last-child th{
	width:300px;
}

#price_list table tr th{
	width:300px;
	border-left:1px solid #ccc;
	padding:10px;
}

#price_list table tr th{
	width:300px;
	vertical-align:middle;
}

#price_list table tr td{
	width:300px;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.ring_size_img01 ,
.ring_size_img02{
	display:block;
	width: 100%;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:30px auto;
}

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

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

.mobil_p{
	padding-left:1em;
}

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

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

.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: 0 auto;
}

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

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

#container_right{
	display: none;
}



/*****/
.txt_normal{
	font-size:16px;
	padding-left:2em;
	margin:0 0 10px 0;
}


.txt_large{
	font-size:18px;
	padding-left:1em;
}

.txt_impact{
	font-size:18px;
	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);
}

.txt_deco{
	width:70%;
	font-size:17px;
	color:#e30882;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #e30882;
	border-bottom: 1px solid #e30882;
	margin:10px 0 10px 0;
}


}

/******************************************/
/***********************************  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:150px;
  padding: 2px 0 0 0;
}

.breadcrumbs_last{
	display:block;
	line-height:20px;
	width:90px;
  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: 18px;
	color:#e30d84;
	padding-top: 5px;
	text-align:center;
	border-bottom: 1px solid #e30882;
}

#container_top_area p{
	font-size: 16px;
	line-height:20px;
	text-align:center;
	padding:10px 0;
}
	
	/*****/

#container_topimg{
	display:block;
	width:80%;
	margin:0 auto;
}

.container_topimg_txtarea{
	display:block;
	width:50%;
	margin:10px;
	float:left;
}

.container_topimg_txtarea p{
	font-size:16px;
	line-height:24px;
	padding-bottom:13px;
}

.container_topimg_imgarea{
	display:block;
	width:45%;
	float:left;
}

.container_topimg_imgarea p{
	font-size:18px;
	color:#e30882;
	margin-top:10px;
}

.top_link_img{
	border: 1px solid #e30882;
}


/*****/

#top_figure{
	display:block;
	width:94%;
	margin:0 auto;
}

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

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


/*****/

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

#top_under_caption{
	display:block;
	width:54%;
	font-size:16px;
	margin: 0 1% 0 0;
	float:left;
	
}

#top_under_caption h3{
	font-size:18px;
	color:#e30882;
	padding:20px 0 0px 0;
}

#top_under_caption ul{
	display:block;
	width:100%;
}

#top_under_caption ul li{
	display:block;
	width:100%;
	margin:10px 0 0 0;
}

#top_under_caption ul li span{
	font-size:18px;
}


.txt_normal{
	font-size:16px;
	line-height:20px;
	padding:0 0 0 0.5em;
}

#top_under_area div iframe{
	display:block;
	width:320px;
	float:left;
}

/** 料金表
*******************************/

#price_list{
	display:block;
	width:100%;
}
	
.caution_txt{
	margin-left: 42%;
}
	
.caution_txt_mobile{
	display: none;
}

#price_list table{
	display:block;
	width:900px;
	font-size:16px;
	border:1px solid #ccc;
	text-align:center;
	margin:0 auto 20px;
}

#price_list table tr{
	width:900px;
}

#price_list table tr th:first-child{
	width:300px;
	background-color:#ccc;
}

#price_list table tr:last-child th{
	width:300px;
}

#price_list table tr th{
	width:300px;
	border-left:1px solid #ccc;
	padding:10px;
}

#price_list table tr th{
	width:300px;
	vertical-align:middle;
}

#price_list table tr td{
	width:300px;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.ring_size_img01 ,
.ring_size_img02{
	display:block;
	width:1024px;
	box-shadow:-3px 0px 10px 0px #ccc;
	margin:30px 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
}

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

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

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

/*****/

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

.mobile-br{
	display:none;
}


}
