@charset "UTF-8";
/*==================================================================

	style.css
	
	1.common
	2.TOPPAGE

================================================================== */

body {
	background:#f2efe4;
	font: 15px 'ヒラギノ角ゴ Pro W3', Helvetica, sans-serif;
	/font-family: 'ヒラギノ角ゴ Pro W3', Helvetica, sans-serif/* IE7 */
	_font-family: 'ヒラギノ角ゴ Pro W3', Helvetica, sans-serif/* IE6 */
	*font-size: small;
	*font: x-small;
	line-height: 180%;
	word-break: break-all; 
	word-wrap: break-word;
	-webkit-text-size-adjust:none;
	
	}

#container{
	width: 100%;
	margin: 0;
	padding:0;
	min-width:1000px;
}

.last{ margin-right:0 !important;
	}

p.read{
	text-align:center;
	margin-bottom:70px;
	font-size:100%;
	line-height:180%;
	}


hr.line{
	height: 1px;
border: none;
border-top: 1px #ccc solid;
	
	}

.sp_br{
	display:none;
	}

.link_icon_arrow {
  display: block;
  padding: 0px 0px 0px 18px;
  margin: 12px 0 0;
  background: url(../img/common/icon_arrow.png) no-repeat left;
 
}

/* --------------------------------------------------
	HEADER
-------------------------------------------------- */
#sp_header, #sp_header_top, .top_sp_menu{ display:none;}

#header{
	width:100%;
	text-align:center;
	margin:0 auto;
	background:#f2efe4;
	}

h1{
	width:178px;
	height:155px;
	margin:18px auto 0px;
	}


#header .navigation{
	width:100%;
	margin:0 auto;
	padding-top:32px;
	display:block;
	background:#f2efe4;
	z-index:99999px;
	}

.navigation.stuck{
	position:fixed;
	top:0;
	border-bottom:solid 1px #ccc;
	}

.navigation ul#menu{
	width:960px;
	height:15px;
	margin:0 auto;
	background:url(/img/common/gnav_bg.gif)no-repeat center;
	
	}

.navigation ul li.menu{
	display:block;
	float:left;
	width:160px;
	height:42px;
	text-align:center;
	}

.subnavi{
	width:100%;
	text-align:center;
	background:#000;
	height:68px;
	margin-top:27px;
	}

.subnavi .snavi_inn{
	width:960px;
	margin:0 auto;
	padding-top:22px;
	}

.subnavi ul.child{
	width:960px;
	color:#FFF;
	font-size:94%;
	}

.subnavi ul.child li{
	display:block;
	float:left;
	margin-right:30px;
	letter-spacing:0.1em;
	font-weight:60;
	background:url(../img/common/snav_arrow.gif) no-repeat left;
	padding-left:12px;
	}

 .subnavi ul.child li a{
	color:#FFF !important;
	text-decoration:none !important;
	}

 .subnavi ul.child li a:hover{
	text-decoration: underline !important;
	}

/* --------------------------------------------------
	FOOTER
-------------------------------------------------- */
#sp_footer{ display:none;}

#footer{
	padding:24px;
	background-color:#FFF;
	font-size:78%;
	letter-spacing:0.08em;
	}
	
/*pagetop*/

.pagetop {
	width:51px;
	height:51px;
	display: none;
	position: fixed;
	bottom: 42px;
	right: 36px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	
}
.pagetop a {
	display: block;
	padding: 20px 10px;
	background:url(../img/common/pagetop.png) no-repeat;
	
	
}

.pagetop a:hover {
	display: block;
	background:url(../img/common/pagetop_on.png) no-repeat;
    padding:20px 10px;
	
}	


/* --------------------------------------------------
	TOPPAGE description
-------------------------------------------------- */

.sp_desc{ display:none}
#sp_mv{ display:none}

#mv{
	width:100%;
	height:492px;
	margin:0 auto;
	overflow:hidden;
	}	

#mv img{
	width:100%;
	height:auto;
	}

.contents{
	width:980px;
	margin:0 auto;
	padding:50px 0;
	
	}

.desc_left{
	width:560px;
	float:left;
	line-height:200%;
	}

.desc_right{
	width:340px;
	float:right;
	}

/*2018.06.12修正*/
.tel{
	margin-bottom:18px;
	}

.mail{
	margin-bottom:18px;
	}	

.mail:hover{
	opacity:0.6;
	-webkit-opacity:0.6;
	}
	

/* --------------------------------------------------
	TOPPAGE pickup
-------------------------------------------------- */

#pickup{
	background:#FFF;
	width:100%;
	margin:0 auto;
	padding:0;
	}

#pickup h2{
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	}

#pickup dl{
	width:300px;
	display:block;
	margin-top:50px;
	float:left;
	margin-right:40px;
	}

#pickup dl:nth-of-type(3), #pickup dl:nth-of-type(6){
	margin-right:0 !important;
	}

#pickup dl dd.pht{
	width:300px;
	height:200px;
	overflow:hidden;
	}

#pickup dl dd.pht img{
	width:100%;
	height:auto
	}
#pickup dl dt.ttl{
	font-size:100%;
	font-weight:bold;
	margin:24px 0 20px;
	line-height:140%;
	
	}
#pickup dl dd.description{
	font-size:92%;
	font-weight:lighter;
	color:#666;
	line-height:160%;
	
	}

/*yumikan-banner*/
.bn_center{
margin:0 auto;
text-align:center;
}

.bn_center .img-sp {
    display: none;
}

.bn_center .img-pc {
 width:720px;
height:auto;
}


/* --------------------------------------------------
	TOPPAGE information
-------------------------------------------------- */

#information{
	width:100%;
	margin:0 auto;
	}

#information h2{
	text-align:center;
	padding-top:20px;
	padding-bottom:68px;
	}

.news{
	width:636px;
	height:500px;
	display:block;
	float:left;
	background:#FFF;
	padding:0;
	margin-bottom:40px;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	
	}

.newsbox{
	margin-top:36px;
	}

dl.newsline{
	display:block;
	width:550px;
	margin:0 auto 24px;
	clear:both;
	border-bottom:1px #e8e4d6 solid;

	}
dl.newsline dt{
  float: left;
  padding:0;
  width: 100px;
  font-size:86%;
  letter-spacing:0.1em;
   margin-bottom:24px
}

dl.newsline dd{
   font-size:93%;
   margin-bottom:24px;
   float:right;
   width:440px;
}

.newsbox .last{
	border-bottom: none !important;
	margin:0 auto 24px !important;
	}


.twitter{
	width:310px;
	height:500px;
	display:block;
	float:right;
	background:#FFF;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	}

.twitter h3{
	text-align:center;
	margin:30px 0;
	}

.twitter .box{
	width:100%;
	margin:0 auto;
	text-align:center;
	
	}




/* --------------------------------------------------
	TOPPAGE shop info
-------------------------------------------------- */

#shop_info{
	width:100%;
	height:480px;
	background-color:#fff;
	margin:0 auto;
	}

#shop_info #map{
	width:50%;
	float:left;
	height:480px;
	background-color:#ccc;
	}

#shop_info #shop{
	width:50%;
	float:right;
	height:480px;
	border-bottom:1px #e8e4d6 solid;
	
	}

#shop_info #shop h2{
	text-align:center;
	margin:60px 0;
	
	}

#shop_info .shop_box{
	width:400px;
	margin:0 auto;
	font-size:96%;
	}


/* --------------------------------------------------
	下層ページ 
-------------------------------------------------- */

/*common*/
.sp_infomation{ display:none}


.footer_info{
	width:100%;
	text-align:center;
	}

.footer_info .tel{
	width:334px;
	height:72px;
	margin-right:40px;
	margin-top:10px;
	display:inline-block;
	vertical-align:top;
}

.footer_info .mail{
	width:334px;
	display:inline-block;
	vertical-align:top;
	}

.faq_area_bg a:hover, .flow_box a:hover{
	opacity:0.6;
	-webkit-opacity:0.6;
}


#mv_sub{
	width:100%;
	height:260px;
	margin:0 auto;
	overflow:hidden;
	}	

#mv_sub img{
	width:100%;
	height:auto;
	}

#mv_sub02{
	width:100%;
	height:215px;
	margin:0 auto;
	overflow:hidden;
	}	

#mv_sub02 img{
	width:100%;
	height:auto;
	}


#s_contents{
	width:100%;
	margin:0 0 100px 0;
	padding:0;
	}
	
#s_contents  h2{
	width:980px;
	text-align:center;
	margin:60px auto;
	}	

.s_contents_read{
	width:980px;
	margin:0 auto;
	font-size:100%;
	line-height:200%;
	text-align:center;
	padding-bottom:72px;
	
	}
	
.s_contents_main{
	width:980px;
	margin:0 auto;
	}

/*修理事例*/	


p.read_jirei{
	width:980px;
	text-align:center;
	margin-bottom:24px;
	}

.list_menu{
	width:960px;
	margin:0 auto 42px;
	text-align:center;
	font-size:96%;
	}

.list_menu img{
	width:18px;
	height:auto;
	margin-right:6px;
	}

.worknewsArea{
	margin-top:36px;
	}

dl.worknewsbox{
	display:block;
	width:700px;
	margin:0 auto;
	clear:both;

	}
dl.worknewsbox dt{
  float: left;
  padding:0;
  width: 120px;
  font-weight:bold;
  letter-spacing:0.1em;
  text-align:left;
}

dl.worknewsbox dd{
   float:right;
   width:580px;
   line-height:165%;
   text-align:left !important;
}


.jirei_area_bg{
	width:980px;
	margin:0 auto 80px;
	background:#fff;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	padding:0;
	z-index:0;
	}

#reform,#beadsbag{
	
	
	
	}
	
.jirei_area_bg h3{
	width:100%;
	font-size:180%;
	text-align:center;
	margin-bottom:68px;
	padding-top:80px;
	letter-spacing:0.02em;
	}
	
.jirei_box{
	width:880px;
	margin:0 auto;
	padding:0 0 50px;
	}
	
.jirei_box h4{
	font-size:118%;
	margin-bottom:24px;
	background:url(../img/common/icon_h4.gif) no-repeat left;
	padding-left:18px;
	display: inline-block;
	}

.jirei_box h4 img{
	margin-left:6px;
	padding-top:4px;
	}

.jirei_box h5{
	margin:24px 0 18px;
	
	}
	
.jirei_box dl{
	
	}

.jirei_box dl.mrb24 dd{
	margin-bottom:24px;
	
	}

.jirei_box  dd{
	width:274px;
	height:206px;
	float:left;
	margin-right:29px;
	overflow:hidden;
	padding:0;
	}



.jirei_box  dd.tall{
	width:274px;
	height:365px;
	float:left;
	margin-right:29px;
	overflow:hidden;
	padding:0;
	}

.jirei_box  dd img{
	width: 100%;
	height:auto;
	}

.jirei_box dl.culumn02{
	background:url(../img/work/jirei_arrow.gif) no-repeat center;
	}

.jirei_box dl.culumn02 dd{
	width:274px;
	height:auto;
	float:left;
	overflow:hidden;
	padding:0;
	}

.jirei_box dl.culumn02 dd:first-child{
	margin-left:120px; margin-right:82px;
	}
	
p.jirei_annotation{
	width:980px;
	margin-bottom:100px;
	}

.jirei_box .voice {
	width:830px;
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;  /* Firefox用 */
	border-radius: 15px;  /* Firefox13用 */
	background:#f8f7f1;
	margin:20px 0;
	padding:25px 20px;
	}

.jirei_box .voice h5{
	margin:0;
	padding-left:20px;
	width:114px;
	display:block;
	float:left;
	}
.jirei_box .voice p.comment{
	display:block;
	float:left;
	margin-left:40px;
	width:640px;
	font-size:95%;
	}


/*ご依頼方法*/

.list_menu_flow{
	width:960px;
	margin:72px auto 0px;
	text-align:center;
	font-size:98%;
	}

.list_menu_flow img{
	width:18px;
	height:auto;
	margin-right:6px;
	}

#tenpo,#hassou{
	margin-top:-50px;
    padding-top:50px;
	}

.flow_area_bg{
	width:980px;
	margin:0 auto 60px;
	background:#fff;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	padding:0px 0 50px 0;
	
	}

.flow_area_bg .flow_illust{
	position: absolute;
	top:-92px;
	right:50px;
	}

.flow_box{
	width:880px;
	margin:0 auto;
	padding:50px 0px 0px;
	}

.flow_box_left{
	width:107px;
	height:107px;
	float:left;
	}

.flow_box_right{
	width:730px;
	float:right;
	}

.flow_box_right h3{
	font-size:150%;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:12px;
	}
	
/*料金一覧*/
.plice_area_bg{
	width:980px;
	margin:0 auto 60px;
	background:#fff;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	padding:0px 0 50px 0;
	}

.plice_area_bg h3{
	width:100%;
	font-size:178%;
	text-align:center;
	margin-bottom:20px;
	padding-top:48px;
	}
	
#housyoku,#hikaku{	
	margin-top:-60px;
    padding-top:60px;}

.plice_box{
	width:880px;
	margin:0 auto;
	}

.plice_table{
	width:880px;
	font-size:92%;
	}

.plice_table th{
	width:25%;
	padding:10px;
	border:solid 1px #ccc;
	background-color: #f5f5f5;
	}

.plice_table td{
	width:30%;
	padding:10px;
	border:solid 1px #ccc
	}

.plice_table td.plice{
	width:45%;
	padding:10px;
	border:solid 1px #ccc
	}

.plice_table td.description{
	width:75%;
	padding:10px;
	border:solid 1px #ccc
	}


/*よくあるご質問*/


.faq_area_bg{
	width:980px;
	margin:0 auto 72px;
	background:#fff;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	padding:0;
	}

.faq_area_bg .faq_illust{
	position: absolute;
	top:-92px;
	right:50px;
	}
	



.faq_area_bg h3{
	width:100%;
	font-size:178%;
	text-align:center;
	margin-bottom:64px;
	padding-top:72px;
	}

.faq_box_q{
	width:880px;
	margin:0 auto;
	padding:50px 0 36px;
	border-bottom:1px solid #CCC;
	}

.faq_box_a{
	width:880px;
	margin:0 auto;
	padding:36px 0 50px;
	}
	
.faq_box_left{
	width:40px;
	float:left;
	}

.faq_box_right{
	width:780px;
	float:right;
	}


/*店舗案内*/

.shopinfo_pht{
	width:320px;
	float:left;
	}

.shopinfo_pht img{
	margin-bottom:20px;
	}
.shopinfo_pht_sp{ display:none}

.shopinfo_read{
	width:610px;
	float:right;
	}

.shopinfo_read h3{
	font-size:110%;
	font-weight:bold;
	margin-bottom:8px;
	}

#shop_map{
	width:980px;
	margin:0 auto;
	height:480px;
	background-color:#ccc;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;  /* Firefox用 */
	}

.shop_map_link{
	width:980px;
	margin:18px auto 90px;
	text-align:center;
	}

.hakozaki_pht{
	width:100%;
	text-align:center;
	margin:0 auto;
	margin-bottom:24px;	
	}
	
/*特定商取引*/

.rule_table{
	font-size:92%;
	width:90%;
	margin: 0 auto;
	}

.rule_table th{
	width:20%;
	padding:8px;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	}

.rule_table td{
	width:80%;
	padding:8px;
	border-bottom: 1px solid #ccc;
	font-size:94%;
	}
	
/*サイトマップ*/


.sitemap{ width:300px; float:left;}

.sitemap ul{
	line-height:200%;
	}
.sitemap ul li.parents{
	font-weight:bold;
	margin-bottom:18px;
}

.sitemap ul li.child{
	font-size:96%;
	padding-left:18px;
	margin-left:24px;
	background: url(../img/common/icon_arrow.png) no-repeat left;
}

.sitemap ul li.last{
	margin-bottom:24px;
	}
	
.sitemap ul li a:link{
	text-decoration:none !important;
	}

.sitemap ul li a:hover{
	text-decoration: underline !important;
	}
	
/*other*/
h2.notfound{
	font-size:320%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:36px !important;
	color:#999;
	
	}	
	
/* --------------------------------------------------
 CONTACT form
-------------------------------------------------- */
.s_contents_main h2{
margin:60px auto;
text-align:center;
}
.contents_bg{
	width:880px;
	box-sizing:border-box;
	margin:0 auto 80px;
	background:#fff;
	border-radius: 25px;      
    -webkit-border-radius: 25px;    /* Safari,Google Chrome */  
    -moz-border-radius: 25px;  /* Firefox */
	z-index:0;
	}

.contents_bg figure{
	width:480px;
	margin:0 auto;
	font-size:12px;
	letter-spacing:0.04em;
	box-sizing:border-box;
	padding:60px 0;
	}

.contents_bg figure p.read{
	font-size:14px;
	text-align:left;
	margin-bottom:36px;
}

.contents_bg figure p.read .small{font-size: 80%;}

.wpcf7 p{
	margin-bottom:12px;
	
}
.asterisk {
	font-size:10px;
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 10px;
	
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	letter-spacing:0.2em;
	width:240px;
	height:42px;
	background: #000;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	margin-top:24px;
}
.wpcf7 input[type="submit"]:hover {
	background: #666;
	color: #fff;
}

.screen-reader-response{ display:none}

.wpcf7-validation-errors, .wpcf7-spam-blocked{
	color: #f5637a;
	border:2px solid #f5637a;
	text-align:center;
	padding:1em;
	margin-top:24px;
	font-weight:bold;
}

.wpcf7-not-valid-tip{ color: #f5637a;font-weight:bold;}

.wpcf7-mail-sent-ok{ color: #f5637a;font-weight:bold; font-size:14px}


