@charset "utf-8";
/* CSS Document */
* ul{
	list-style:none;
	}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
img{
	vertical-align:bottom;
	}
a{
	transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
	/*filter: alpha(opacity=100);　/IE送・*/
	-moz-opacity:1;
	opacity:1;
	/*-ms-filter: "alpha(opacity=100)"; /IE8送・*/
	zoom: 1; /* IE（インラインｓ.gｂ凍・j*/	
	}
a:hover{
	/*filter: alpha(opacity=60);　/IE送・*/
	-moz-opacity:0.6;
	opacity:0.6;
	-ms-filter: "alpha(opacity=60)"; /IE8送・
	zoom: 1; /* IE（インラインｓ.gｂ凍・j*/	
	}


#header{
	position:relative;
	font-family: 'Questrial', sans-serif;
	}
#header h1{
	display:inline-block;
	}
#header ul{
    float: right;
    margin-top: 10px;
	}
#header li{
    float: left;
    font-size: 120%;
    letter-spacing: 2px;
    margin-left: 60px;
	position:relative;
	cursor:pointer;
	}
#header li span{
    display: block;
    font-size: 75%;
    letter-spacing: normal;
	}
#header li img{
    float: left;
    margin-top: -15px;
	}
#header li a{
	color:#182b49;
	}

#header li#nav_center{
    margin-left: 260px;
	}
#header li a{
	text-decoration:none;
	}
#header li ul.child{
    float: none;
    position: absolute;
    width: 100%;
	z-index:999;
	font-size:85%;
	display:none;
	}
#header li ul.child li{
    float: none;
    margin-left: 10px;
	}
#header li ul.child li span{
    display: inline-block;
    margin: 10px;
	}
#header li ul.child li a{
    background: #fff url("../img/common/icon_arrow_navy.png") no-repeat scroll 190px center / 4px auto;
    display: block;
    font-size: 80%;
    padding: 5px 20px;
    border-bottom: 1px solid #182b49;
		}
#header li ul.child li:first-child a{
	border-top: 3px solid #182b49;
	}
#header li ul.child li:last-child a{
	border-bottom: 3px solid #182b49;
	}
#header li ul.child li a:hover{
	}

#header li.header_sns ul{
    display: block;
    position: inherit;
}
#header li.header_sns ul li{
        margin-left: 10px;

}
#header li.header_sns ul li img{
    width: 30px;
    height: auto;
}

/*footer
---------------------------------------*/
#pagetop{
    position: absolute;
    right: 0;
    top: -23px;
    *top: -24px;
	}
#footer{
	font-family: 'Questrial', sans-serif;
	}
#footer nav{
	}
#footer nav ul{
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 0 20px;
    line-height: 2em;
    font-size: 120%;
    letter-spacing: 2px;
	}
#footer nav ul:first-child{
    padding-left: 0;
	}
#footer nav ul li{
	}
#footer nav ul li img{
    vertical-align: middle;
    margin-right: 10px;
	}
#footer nav ul li a{
	color:#fff;
	text-decoration:none;
	}
#footer p#copy{
    float: right;
    text-align: right;
	}
#footer p#copy img{
	vertical-align:middle;
	margin-left:10px;
	}

/*top
---------------------------------------*/
#special_info{
	margin-bottom:20px;
	}
#special_info p{
	margin-bottom:10px;
	}
#top_vidual{
	width:880px;
	height:370px;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	}
#top_vidual p{
	position:absolute;
	top:0;
	left:0;
	}
#sub_navi{
	}
#sub_navi a{
	text-decoration:none;
	color:#fff;
	}
#sub_navi ul{
	}
#sub_navi li{
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    width: 430px;
	padding-top:180px;
	font-family: 'Questrial', sans-serif;
	letter-spacing:2px;
	}
#sub_navi li:first-child{
	margin-left:0;
	background:url(../img/top/sub_01.jpg) no-repeat top center;
	}
#sub_navi li:last-child{
	background:url(../img/top/sub_02.jpg) no-repeat top center;

	}
#sub_navi li a{
	display:block;
	}
#sub_navi li .sub_navi_box{
    display: block;
    font-size: 140%;
    padding: 30px 0 25px 100px;
	cursor:pointer;
	}
#sub_navi li .sub_navi_box span{
    display: block;
    font-size: 60%;
	position:relative;
	}
#sub_navi li:first-child .sub_navi_box{
	background:url(../img/top/sub_01_icon.jpg) no-repeat 10px center #192b4a;
	}
#sub_navi li:last-child .sub_navi_box{
	background:url(../img/top/sub_02_icon.jpg) no-repeat 10px center #192b4a;
	}
#sub_navi li img{
	}
#sub_navi li ul{
	position:absolute;
	display:none;
	}
#sub_navi li ul li{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	}
#sub_navi li ul li a{
    background: #b1bacb url("../img/common/icon_arrow_white.png") no-repeat scroll 410px center / 8px auto;
    border-bottom: 1px solid #fff;
    font-size: 130%;
    padding: 20px;
	}
#sub_navi li ul li a span{
    font-size: 70%;
    margin-left: 10px;
	}

#banners{
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
	}


#top_report{
	margin: 40px 0;
	background: #96826e;
	color: #fff;

}
#top_report figure{
	float: left;
	margin-right: 40px;
}
#top_report div{
	padding: 30px 40px;

}
#top_report div h2{
	font-weight: normal;
	font-family: 'Questrial', sans-serif;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
#top_report div h2 img{
	margin-right: 10px;
}
#top_report div p{
	line-height: 1.8em;
}
#top_report div .btn_detail{
	text-align: right;
	margin-bottom: 0;
}
#top_report div .btn_detail a{
	display: inline-block;
	text-align: right;
	margin-top: 20px;
	background: #fff;
	padding: 10px;
	color: #96826e;
	text-decoration: none;
	font-family: 'Questrial', sans-serif;
	letter-spacing: 3px;
	
}
/*top_shopinfo
---------------------------*/
#top_shopinfo{
    clear: both;
    border-bottom: 1px solid #fff;
	}
#top_shopinfo .shop_box{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
	}
#top_shopinfo .shop_box img{
    float: left;
    margin-right: 15px;
	}
#top_shopinfo .shop_box #top_shopinfo_txt{
	float:left;
	}
#top_shopinfo .shop_box h2{
	font-size:120%;
	margin-bottom:10px;
	}
#top_shopinfo .shop_box ul{
	}
#top_shopinfo .shop_box ul li{
	line-height:1.3em;
	}
#top_shopinfo .shop_box .map{
	}
#top_shopinfo .shop_box .map img{
    height: 48%;
    margin-right: -1px;
    padding: 5px;
    width: auto;
	}
#top_shopinfo .shop_box .map a{
    border: 1px solid #fff;
    clear: both;
    color: #fff;
    display: block;
    height: 20px;
    margin-top: 10px;
    text-decoration: none;
    width: 97px;
    border-radius: 3px;
	}
/*top_shopinfo
---------------------------*/
#facebook{
    border: 3px solid #97826d;
    clear: both;
    margin-top: 20px;
    padding: 30px 190px;
    position: relative;
	}
#facebook_head{
    margin-bottom: 30px;
    text-align: center;
	}
#facebook_head h2{
	}
#facebook_head h2 img{
    margin-right: 10px;
    vertical-align: sub;
	}
#facebook_head p{
	margin-top:5px;
	}
#facebook_latest{
	}
#facebook_latest ul{
	}
#facebook_latest li{
    background: #ccc none repeat scroll 0 0;
    display: inline-block;
    height: 200px;
    margin: 2px 5px;
    overflow: hidden;
    width: 268px;
	position:relative;
	}
#facebook_latest li img{
	width:100%;
	height:auto;
	}
#facebook_latest li .fb_message{
    background: rgba(0, 0, 0, 0) url("../img/top/fb_bg.png") repeat-x scroll left bottom;
    border: 0 none;
    bottom: 0;
    color: #fff;
    font-size: 90%;
    line-height: 1.4em;
    padding: 100px 20px 20px;
    position: absolute;
	}
/*sub common
---------------------------------------*/
.sub h1{
    background: url("../img/common/ttl_bg.gif") repeat-x ;
    color: #172B4B;
    font-family: 'Playfair Display',serif;
    font-size: 160%;
    font-weight: 700;
    height: 35px;
    letter-spacing: 0.5em;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
	}
#sub_head{
	text-align:center;
	margin-bottom:20px;
	}
#sub_head h2{
    color: #96826E;
    font-family: "ヒラギノ明朝 Pro W4","Hiragino Mincho Pro","HGS明朝B","ＭＳ Ｐ明朝",serif;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.1em;
    padding-bottom: 10px;
	}
#sub_head p{
	}
.ucon{
	text-align:center;
	padding-top:80px;
		}
          

/*shop
---------------------------------------*/
#shopinfo{
	width:800px;
	margin:0 auto;
	}

#shop_shopinfo{
	}
#shop_shopinfo .shop_box img.exterior{
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
	}
#shop_shopinfo .shop_box #top_shopinfo_txt{
	}
#shop_shopinfo .shop_box h2{
    background: #192b4a none repeat scroll 0 0;
    clear: both;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
	}
#shop_shopinfo .shop_box dl{
    color: #192b4a;
    float: left;
	}
#shop_shopinfo .shop_box dl dt{
    clear: both;
    float: left;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 90px;
	}
#shop_shopinfo .shop_box dl dd{
    float: left;
    line-height: 1.3em;
	}
#shop_shopinfo .shop_box .map{
	text-align:right;
	margin-bottom:20px;
	clear:both;
	}


#shopinfo #info{
	border-top:1px dashed #172B4B;
	border-bottom:1px dashed #172B4B;
	margin:20px 0;
	padding:10px 0;
	}
#shopinfo #info img#building{
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 140px;
	}
#shopinfo #info #txt{
	float:left;
	width: 400px;
	}
#shopinfo #info h2{
    margin-top: 15px;
	margin-bottom:10px;
	font-size:120%;
	}
#shopinfo #info dl{
    line-height: 2em;
	}
#shopinfo #info dt{
    clear: both;
    color: #172B4B;
    float: left;
    font-weight: bold;
    width: 100px;
	}
#shopinfo #info dt img{
	vertical-align:middle;
	}
#shopinfo #info dd{
	}
#shopinfo #map_link{
    margin: 0 auto 40px;
    text-align: center;
    width: 285px;
	}
#shopinfo #companyinfo{
	}
#shopinfo #companyinfo h2{
	    background: #192b4a none repeat scroll 0 0;
    clear: both;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
	}

#shopinfo #companyinfo table{
	width:100%;
	}
#shopinfo #companyinfo table , #shopinfo #companyinfo td, th {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
#shopinfo #companyinfo td, th {
    font-weight: normal;
    padding: 15px;
    text-align: left;
}
#shopinfo #companyinfo th {
	background: #b0bacb;
}
#shopinfo #companyinfo td {
	background: #eee8e1;
}

/*zakka
---------------------------------------*/
#zakka{
	text-align:center;
	}
.btn_fb{
	width:177px;
	margin:10px auto 0 auto;
	}
#fb_latest{
	margin-bottom:20px;
	}
#fb_latest ul{
	}
#fb_latest li{
	margin:2px;
	}
#fb_latest li img{
	border:1px solid #ccc;
	vertical-align:bottom;
	}

/*curtain & reform
---------------------------------------*/
#main_photo ul{
	margin-left:-5px;
	*width:665px;
	}
#main_photo li{
    float: left;
    height: 230px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 216px;
	}
#maker{
	}
#maker ul{
    margin-left: 15px;
	}
#maker li{
    float: left;
    margin-bottom: 40px;
    margin-right: 15px;
    width: 200px;
	}
#maker li span{
    display: block;
	}
#maker li a{
    color: #666666;
	}
#step{
    width: 600px;
    margin: 0 auto 60px auto;
	}
#step ul{
    margin-left: 30px;
	}
#step li{
    float: left;
    height: 240px;
    margin-right: 30px;
    text-align: center;
    width: 158px;
	}
#step li img{
	}
#step li h3{
    color: #96826E;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 5px;;
    margin-top: 5px;
	}
#step li p{
	font-size:85%;
	line-height:1.3em;
	}
.btns{
	margin-bottom:20px;
	}
.btns ul li{
	margin-bottom:5px;
	}
.btns h3{
	color:#172B4B;
	font-weight:normal;
	}
.btns p{
    font-size: 85%;
    line-height: 1.3em;
	}

.btn_contact{
	text-align: center;
}
.btn_contact a{
	background: #a20938;
	color: #fff;
	padding: 30px 60px;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 40px;
}
.btn_contact a img{
	margin-right: 10px;
}

/*reform report
---------------------------------------*/
.reformreport{
	
}
.reformreport #sub_head{
	margin-bottom: 60px;
}
.reformreport #sub_head p{
	margin-bottom: 30px;
}

.reformreport h2{
	font-family: 'Questrial', sans-serif;
	font-size: 22px;
	color: #96826e;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.reformreport h3{
	margin-bottom: 10px;
	line-height: 1.8em;
}
.reformreport p{
	margin-bottom: 10px;
}

.reformreport .photos{
	text-align: center;
	margin: 60px auto;
}
.reformreport .photos img{
	margin-bottom: 20px;
}

.reformreport .voice{
	width: 760px;
	background: #ece6e1;
	margin: 60px auto;
	padding: 40px;
	border-radius: 5px;
}
.reformreport .voice h2,
.reformreport .voice h3{
	display: inline-block;
}
.reformreport .voice figure{
	float: left;
	margin-right: 10px;
}
.reformreport .voice .sign{
	text-align: right;
}
.reformreport .rightbox{
	margin-bottom: 40px;
}
.reformreport .rightbox li{
	display: inline-block;
}
.reformreport .rightbox li img{
	height: 200px;
	width: auto;
}
/*contact
---------------------------------------*/
#contact{
	}
#contact #form{
	width:630px;
	margin:0 auto;
	}
#contact #form p.half{
    float: left;
    width: 305px;
	}
#contact #form p.mgn{
    margin-right: 20px;
	}
#contact #form label{
    display: block;
    font-size: 85%;
	}
#contact #form p{
	color:#172B4B;
	font-style:normal;
	margin-bottom:30px;
	}
#contact #form p span{
    color: #96826E;
    font-family: 'Playfair Display',serif;
    font-size: 160%;
    font-style: italic;
    font-weight: 700;
    margin-right: 10px;
	}
#contact #form p span.required{
    color: #BE0C0C;
    font-size: inherit;
    font-style: normal;
	}
#contact #form p span.wpcf7-not-valid-tip{
    color: #BE0C0C;
    font-style: normal;
    font-family: auto;
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
}
#contact #form p#send span{
    color: #BE0C0C;
    font-size:13px;
    font-style: normal;
	display:block;
	font-weight:normal;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka', verdana, Helvetica,Arial, sans-serif;

	}
.error_messe{
    color: #BE0C0C;

	}
#contact input, #contact textarea, #contact select{
    border: 1px solid #CCCCCC;
    padding: 5px;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Osaka', verdana, Helvetica,Arial, sans-serif;
	}
#contact input{
    width: 295px;
	}
#contact select{
	width:630px;
	}
#contact textarea{
	width:620px;
	height:200px;
	}

#contact input:focus, #contact textarea:focus, #contact select:focus {
    border:solid 1px #96826E;
}
#contact input#btn_send{
	border:none;
	}
#contact #form p#send{
	text-align:center;
	}
#contact #caution{
	width:760px;
	margin:0 auto;
	font-size:90%;
	}
#contact #caution h4{
	margin-top:20px;
	}
#contact a{
	color:#96826E;
	}

#contact table#contact_check{
    margin: 0 auto;
    width: 660px;
	}
#contact table#contact_check, #contact table#contact_check td{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#contact table#contact_check td{
    font-weight: normal;
    padding: 15px;
    text-align: left;
}

#contact table#contact_check td {
	background:none;
}
#contact table#contact_check td.l_Cel{
	background: #eee8e1;
    width: 140px;
	}



#recruit{
	position:relative;
	}
#recruit p{
	text-align:center;
	margin-top:-110px;
	}