@charset "utf-8";
/* CSS Document */

/******************************************/
/******************************** header **/
/******************************************/
/* body */
html{
	height:100%;
	width:100%;
	min-width: 374px;
	background-color: #ffffff;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	font-family: Meiryo, メイリオ, sans-serif;
	font-size:12px;
	device-width: 100%;
	height:100%;
	overflow-x: hidden;
}

/*フルードイメージ*/
img{max-width:100%;}
/*END フルードイメージ*/
	
/* リンク無効化 */
.link_none{
	pointer-events: none;
}

/******************************************/
/***************** responsive web design **/
/******************************************/

@media only screen and (max-width:768px){

	.mb_br{
		display: none;
	}

/** container **/
/***************************/

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

#titlebar{
	display:none;
}

/*****/



#wrap {
	background-color: #ffffff;
	margin:0 auto;
}

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

#head_logo_area ,
#small_limk_area ,
.info_area_tel{
	display:none;
}
	


/**上部アイコン**/
	
#info_area{
	display:block;
	width: 100%;
}

/** blog **/
.blog_bn{
	display: none;
}

/*****/
#takuhai_kit_device{
	display:block;
	width: 30%;
	height: 41px;
	line-height: 14px;
	background-color: #00a610;
	border: 1px solid #00a610;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	margin: 5px;
	float: left;
}
	


#takuhai_kit_device a{
	display:block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 6px 0 0 0;
}

.takuhai_kit{
}

/*****/
	
.blog_bn_device{
	display:block;
	width: 50%;
	text-decoration: none;
	height: 41px;
	font-size: 16px;
	color: #f467a3;
	text-align: center;
	line-height: 40px;
	background-color: #f9dfe2;
	border: 1px solid #f9dfe2;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	margin: 5px;
	float: right;
	
}

/** facebook **/
.fb_bn{
	display: none;
	
}

.fb_bn_device{
	display:block;
	width:43px;
	margin: 5px;
	float: right;
}

/** free-dial **/
.free-dial_bn{
	display: none;
}

.free-dial_bn_device{
	display: none;
	
}

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

#contact_area{
	display:block;
	width:544px;
	margin:0 auto;
}



/*****/

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

#device_top_logo img{
	display:block;
	width:151px;
	margin:10px auto;
}

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

#device_top_logo ul li a{
	display:block;
	width:47%;
	height: 40px;
	text-align: center;
	font-size:16px;
	color: #f467a3;
	line-height: 18px;
	text-decoration:none;
	padding:8px 0 10px;
	background-color:#f9dfe2;
	border-radius:5px;
	box-shadow:2px 2px #f467a3;
	margin: 5px;
	float: left;
}

#device_top_logo section h2{
	width:100%;
	margin:20px 0 0 0px;
	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);
}

#device_top_logo section h1{
	width:100%;
	margin:20px 0 0 0px;
	font-size:12px;
	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);
}


/*****/

#gnavi_area{
	display:block;
	text-align:center;
	margin:20px 0 0 0;
}

#gnav-ul{
	display:none;
}

.navi_img{
	display:none;
}

.navi_txt{
	line-height:60px;
}

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

/** side_btn **/
	
	#side_btn{
		position: fixed;
		width: 90px;
		left: 80%;
		top: 40%;
		z-index: 1000;
	}
	
	#side_btn img{
		opacity: .8;
	}
	.line_bg{
	}
	
	.contact_bg{
	}
	
	.anshin-kit_bg{
	}

/** txt decoration **/
/******************************************/

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

.txt_deco_h4-mono{
	width:90%;
	font-size:16px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
}

.txt_deco-mono{
	width:90%;
	font-size:14px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
	
}
	
#notice_area p{
	font-size:16px;
	line-height:20px;
}

.txt_link{
	color:#e30882;
}

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

.txt_impact{
	color:#e30882;
	font-size:18px;
	margin:5px 0;
	text-align: center;
}

.txt_impact-background{
	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);
}
	
.title_deco{
	width: 90%;
	font-size:17px;
	font-weight:600;
	color:#e30882;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #e30882;
	border-bottom: 1px solid #e30882;
	margin:10px auto;
	text-align: left;
}

.pc_br{
	display:none;
}

.pc_icon{
	display:none;
}

.caution_txt{
	font-size: 8px;
	color: #555;
	padding-left: 3em;
}
.txt_normal-border{
	font-size:16px;
	line-height:20px;
	margin:0 0 10px 1em;
	border-bottom: 1px solid #414a52;
}
	
/* TOPへ戻る */
.pagetop {
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  background: #000;
  
/*   デフォルトは非表示 */
  opacity: 0;
}


/** ジュエリー通信
***************************/

.jewelry_sending{
	display:block;
	width: 96%;
	margin: 0 auto 20px;
}

.jewelry_sending_h2{
	display:inline-block;
	width:90%;
	line-height: 2;
	padding-left:5px;
	margin:10px 0 10px 0;
	color:#eee;
	box-shadow:2px 2px 10px 0px #ccc;
	background: linear-gradient(#e194bf, #e30882);
}

.cnte_icon04{
	width:500px;
}

.jewelry_sending_p01{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.jewelry_sending_p02{
	font-size:15px;
	line-height:16px;
}

.jewelry_sending_p03{
	font-size:15px;
	line-height: 1.2;
}

.jewelry_sending_span{
	font-size:17px;
	font-weight:600;
}
#jewelry_sending_imgarea{
	display:block;
	width:100%;
}
	
.chart_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 10%;
	margin: 0 auto;
}

.pay_figure1{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width:200px;
	height: 100%;
	margin:2rem 0;
}

.pay_icon1{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width:142px;
}

.pay_icon2{
	display:block;
	width:142px;
	padding: 2rem 0;
	margin:0px auto;
}

.pay_figure2{
	width:150px;
	margin: 2rem auto;
}

.pay_caption{
	text-align:center;
	font-size:2vw;
	height: 50px;
}

.pay_img{
	display:block;
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.pay_figure1 img,
.pay_figure2 img{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
}
.pay_icon1 img,
.pay_icon2 img{
	display:block;
	width: 80%;
	height: auto;
	margin: 0 auto 1rem;
}

/** スマホ用facebookエリア
******************************/

#facebook_area{
	display:block;
	width: 100%;
	height:500px;
	margin: 40px 0 320px;
}

/* #facebook_area iframe{
	display:block;
	border: medium none;
	width: 400px;
	height: 700px;
	margin: 0 auto;
} */

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

.pc_iframe{
	display: none;
}

.facebook-wrapper {
    max-width: 340px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
}

/**  PC **/
/******************************************/

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

/** container
/***************************/

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

	
/** side_btn **/
	
	#side_btn{
		position: fixed;
		width: 90px;
		left: 80%;
	}
	
	#side_btn img{
		opacity: .8;
	}
	
	
/** タイトルバー
/***************************/

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

	

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

/*****/

body {
	background-color: #fffdfd;
	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{
	display:block;
	width:1024px;
	margin:0 auto;
}

#device_onry_head{
	display:none;
}

#device_top_logo{
	display: none;
}

/************** 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:78%;
	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: 100%;
	padding-left:24%;
	margin-bottom: 28px;
}

/** blog **/
.blog_bn{
	width:153px;
	float:left;
}

.blog_bn_device{
	display: none;
	
}

/** 安心宅配キット **/

#takuhai_kit_device{
	display: none;
}


/** facebook **/
.fb_bn{
	width:153px;
	float:left;
}

.fb_bn_device{
	display: none;
}

/** free-dial **/
.free-dial_bn{
	padding-right: 0px;
	font-size:22px;
	font-weight:bold;
	float:left;
}

.free-dial_bn_device{
	display: none;
}

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



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

#global-nav{
	display: block;
}
.navi_img{
	display:none;
}

	
#gnav-ul{
	display:block;
	margin:10px 0 10px 0;
	width:100%;
}

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

.navi_li:last-child{
	display:none;
}

.device_omry_link{
	display:none;
}

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

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

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

#gnav-ul li a:hover{
	color:#e30d84;
}


/** txt decoration **/
/******************************************/

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

.txt_deco-mono{
	width:90%;
	font-size: 16px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
	
}

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

.txt_impact-background{
	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);
}


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

.txt_link{
	color:#e30882;
}

.txt_normal{
	font-size: 16px;
	line-height: 1.7;
	margin:0 0 10px 1em;
}

.txt_normal-border{
	font-size:16px;
	line-height:20px;
	border-bottom: 1px solid #414a52;
}
.txt_impact{
	display:block;
	color:#e30882;
	font-size:18px;
	margin:5px 0;
}

.device_br{
	display: none;
}

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

.txt_color_impact{
	color:#ffab02;
}

	.caution_txt{
		font-size: 12px;
		color: #555;
		padding-left: 3em;
}
	
/* TOPへ戻る */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  background: #000;
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
}
	

/** ジュエリー通信
***************************/

.jewelry_sending{
	display:block;
	margin-bottom:20px;
}

/*****/

.jewelry_sending_h2{
	display:inline-block;
	width:500px;
	line-height: 2;
	padding-left:5px;
	margin:10px 0 10px 0;
	color:#eee;
	box-shadow:2px 2px 10px 0px #ccc;
	background: linear-gradient(#e194bf, #e30882);
}

.cnte_icon04{
	width:500px;
}

.jewelry_sending_p01{
	font-size: 1rem;
	font-weight:600;
	margin-bottom:10px;
}

.jewelry_sending_p02{
	font-size: 1rem;
	line-height:16px;
}

.jewelry_sending_p03{
	font-size: 1rem;
	line-height: 1.4;
}

.jewelry_sending_span{
	font-size:17px;
	font-weight:600;
}
	
.chart_area{
	display: flex;
	margin: 1rem 0;
}
.pay_figure1{
	display:block;
	width:200px;
	margin:0px 5px;
}

.pay_icon1{
	display:block;
	width:142px;
	padding:120px 0 0 0;
	margin:0px 5px;
}

.pay_icon2{
	display:block;
	width:142px;
	padding:110px 0 0 0;
	margin:0px 5px;
}

.pay_figure2{
	display:block;
	width:150px;
	margin:90px 5px 0;
}


.pay_caption{
	text-align:center;
	font-size:14px;
}

.blog_link_item{
	display: block;
	margin-bottom: 16px;
}



/** パソコン用facebookエリア
******************************/

#facebook_area{
}

/* #facebook_area iframe{
	display:block;
	border: medium none;
	overflow: hidden;
	width: 500px;
	height: 600px;
	margin: 0 auto;
}*/

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

.mb_iframe{
	display: none;
} 

.facebook-wrapper {
    max-width: 500px;
    margin: 0px auto 0px;
}
.facebook-wrapper > .fb-page {
    width: 500px;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 500px !important;
}

}

/******************************************/
/****************************** clearfix **/
/******************************************/

.clearfix {
	zoom:1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

