@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*repair Page -PC-
/*
/* +++++++++++++++++++++++++ */

#anchor-furniture-repair:before,
#anchor-faq:before{
   content:"";
   display:block;
   height:50px;
   margin:-50px 0 0;
}


#furniture-repair .ttl02,
#case-repair .ttl02,
#faq .ttl02{
}
#furniture-repair .ttl02 span,
#case-repair .ttl02 span,
#faq .ttl02 span{
	margin-bottom:70px;
	padding-bottom:0;
}
#furniture-repair .ttl02 span:before,
#case-repair .ttl02 span:before,
#faq .ttl02 span:before{
	display:none;
}


.inner-content-area{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}


#index-main{
	text-align:center;
	background-color:#E9EDED;
}
#page-anchor{
	padding:24px 0;
	background-color:#FAF6E5;
}
#page-anchor ul{
	padding: 0 44px;
}
#page-anchor li{
	width:220px;
	margin-right:14px;
}
#page-anchor li:last-cihld{
	margin-right:0;
}
#page-anchor li a{
	position:relative;
	display:block;
	padding:10px 20px;
	background-color:#fff;
	text-align:center;
	font-size:15px;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
	border: 1px solid #fff;
}
#page-anchor li.page-anchor01 a{
	color:#709b8b;
	border: 1px solid #709b8b;
}
#page-anchor li.page-link01 a{
/*
	background-color:#709b8b;
	color:#fff;
*/
	color:#709b8b;
	border: 1px solid #709b8b;
}
#page-anchor li a:before{
	position:absolute;
	right:10px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-2px;
	border-style: solid;
	border-width: 5px 4px 0px 4px;;
	border-color: #505050 transparent transparent transparent;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
#page-anchor li.page-anchor01 a:before{
	border-color: #709b8b transparent transparent transparent;
}
#page-anchor li.page-link01 a:before{
	margin-top:-4px;
	border-width: 4px 0 4px 5px;
	/*border-color: transparent transparent transparent #ffffff;*/
	border-color: transparent transparent transparent #709b8b;
}
#page-anchor li a:hover{
	background-color:#C8C8C8;
	color: #fff;
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1; 
	border: 1px solid #C8C8C8;
}
#page-anchor li.page-link01 a:hover{
/*	background-color:#fff;
	color: #709b8b;
	border: 1px solid #709b8b;*/
	background-color:#C8C8C8;
	color: #fff;
	border: 1px solid #C8C8C8;
}

#page-anchor li a:hover:before{
	border-color: #fff transparent transparent transparent ;
}
#page-anchor li.page-link01 a:hover:before{
	/*border-color: transparent transparent transparent #709b8b;*/
	border-color: transparent transparent transparent #fff;
}

/* +++++++++++++++++++++++++ */

#furniture-repair{
	width:680px;
	
}
#furniture-repair .ttl{
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	margin-bottom:40px;
}
#furniture-repair .txt{
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:18px;
	margin-bottom:40px;
	text-align:left;
}


#estimate-btn{
	position:relative;
	width:470px;
	margin: 0 auto;
}
#estimate-btn:before{
	content:"";
	position:absolute;
	right:-6px;
	bottom:-6px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-bottom: solid 1px #9F9B93;
	border-right: solid 1px #9F9B93;
}
#estimate-btn a{
	position:relative;
	min-width:470px;
	display:inline-block;
	padding:20px 10px;
	text-align:center;
	font-size:24px;
	color: #fff;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
	background: url(../img/big_btn_mail_icon.png) no-repeat left 35px center #9F9B93;
}
#estimate-btn a:before{
	position:absolute;
	right:10px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-4px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
#estimate-btn span{
	position:relative;
	display:inline-block;
	margin-right:15px;
	font-size:18px;
}
#estimate-btn span:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:#fff;
}


#information{
	width:845px;
	margin-bottom:130px;
	padding:20px;
	text-align:center;
	border: solid 1px #CACACA;
}

/* +++++++++++++++++++++++++ */

#repair-menu{
	margin-bottom:100px;
	
}
#repair-menu li{
	text-align:center;
}
#repair-menu li .photo{
	margin-bottom:20px;
}
#repair-menu li .ttl{
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	margin-bottom:40px;
}
#repair-menu li .btn-inline{
	min-width:320px;
}
#repair-menu li .subttl{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
	padding-bottom:3px;
	text-align:center;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:14px;
	color:#505050;
	letter-spacing:0.1em;
}
#repair-menu li .subttl:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:#B1B1B1;
}

/* +++++++++++++++++++++++++ */

#case-repair .case-repair-ttl{
	text-align:center;
}
#case-repair .case-repair-ttl span{
	position:relative;
	display:inline-block;
	margin-bottom:40px;
	padding-bottom:13px;
	text-align:center;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	letter-spacing:0.1em;
}
#case-repair .case-repair-ttl span:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:#838383;
}
#case-repair{
	padding:100px 0 50px;
	background-color:#F6F5F4;
}
#case-repair li{
	width:480px;
	margin-bottom:50px;
}
#case-repair li a{
	display:block;
	text-decoration:none;
	color: #282828;
}
#case-repair li:last-child{
	border-bottom:none;
}
#case-repair .txt{
	width:270px;
	padding-top:40px;
}
#case-repair .case-subttl{
    font-weight: 500;
	font-size:20px;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
}

/* +++++++++++++++++++++++++ */

#btn-list{
	width:670px;
	margin:0 auto;
	
}
#btn-list li{
	width:280px;
	position:relative;
	text-align:center;
}
#btn-list li:before{
	content:"";
	position:absolute;
	right:-6px;
	bottom:-6px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-bottom: solid 1px #9F9B93;
	border-right: solid 1px #9F9B93;
}
#btn-list li a{
	display:block;
	position:relative;
	padding:45px 10px;
	text-align:center;
	color: #fff;
	text-decoration:none;
	-webkit-transition: background .4s , color .4s;
	transition: background .4s , color .4s;
	background: url(../img/top/showroom_btn_icon.png) no-repeat left 15px center #9F9B93;
}
#btn-list li a .icon{
	margin-bottom:25px;
}
#btn-list li a .ttl{
	position:relative;
	display:inline-block;
	padding-left:15px;
	font-size:24px;
	letter-spacing:0.05em;
}
#btn-list li a .ttl:before{
	position:absolute;
	left:0px;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	margin-top:-4px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
}
#btn-list li a .copy{
	position:relative;
	display:inline-block;
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:18px;
}
#btn-list li a .copy:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:#fff;
}

/* +++++++++++++++++++++++++ */

#faq{
	margin-bottom:150px;
}
#faq .faq-list{
}
#faq .faq-list dt{
	margin-bottom:50px;
	padding:5px 10px;
	background-color:#F1F0EF;
	font-size:20px;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight:700;
	letter-spacing:0.1em;
}
#faq .faq-list dd{
	margin-bottom:50px;
}
#faq .faq-list dd a{
	display:block;
	position:relative;
	text-decoration:none;
	padding-left:1.5em;
}
#faq .faq-list dd a:before{
	content:"▪";
	position:absolute;
	left:0;
	top:0;
	color:#A29D95;
	font-size:30px;
}
#faq .faq-list .faq-subttl{
	margin-bottom:10px;
	font-size:20px;
	font-weight:500;
}
#faq .faq-list ul{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: solid 1px #C8C8C8;
}
#faq .faq-list ul:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom: none;
}
#faq .faq-list li{
	font-size:18px;
	margin-bottom:10px;
}
#faq .faq-list li a{
	color:#282828;
}

/* +++++++++++++++++++++++++ */

.attention{
	display:inline-block;
	padding:10px 20px;
	border: solid 1px #FF0000;
	color:#FF0000;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:20px;
	font-weight:700;
	text-align:center;
}

/* +++++++++++++++++++++++++ */

.contact-bnr{
	padding:25px 60px;
	border: solid 2px #C8C8C8;
}
.contact-bnr .left{
	width:320px;
	text-align:center;
}
.contact-bnr .right{
	width:550px;
	padding:20px 0 20px 85px;
	border-left: solid 1px #C8C8C8;
}
.contact-bnr .contact-ttl{
	position:relative;
	display:inline-block;
	margin-bottom:30px;
	padding-bottom:13px;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
}
.contact-bnr .contact-ttl:before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:#838383;
}
.contact-bnr .contact-subttl{
	text-align:center;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:18px;
}
.contact-bnr .right p{
	padding-left:40px;
}
.contact-bnr .tel{
	margin-bottom:10px;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:36px;
	line-height:1.5;
	letter-spacing:0.15em;
	background: url(../img/contact_tel_icon.png) no-repeat left center;
}
.contact-bnr .mail{
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:24px;
	background: url(../img/contact_mail_icon.png) no-repeat left center;
}
.contact-bnr .mail a{
	text-decoration:none;
}
.contact-bnr .attention{
	display:block;
	padding:10px 0;
}




/* =================================== */
/*お知らせ*/
/* =================================== */

.red-information{
    margin: 0px auto 80px;
    padding: 10px;
    border: solid 1px #FF0000;
    color: #FF0000;
    font-size: 18px;
	text-align: center;
}
.red-information a{
    color: #FF0000;
	text-decoration:none;
}










