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

/*------------------------------------------------------------------------------------------------------Reset-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/*-----------------------------------------------------------------------------------------------------BASIC-*/
/* 基本的なスタイル設定*/

a:link {
	color: #663333;
	text-decoration: underline;
}
a:visited {
	color:#637C50;
	text-decoration: none;
}
a:active {
	color:#00CC33;
	text-decoration:none;
}
a:hover {
	color: #9C6F30;
	text-decoration: underline;
}

.border-link{
	text-decoration:underline;
}
a.border-link-gray{
	text-decoration:underline;
	color:#666666;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
	padding: 2px 0;
}

html{
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(../common_img/bg.jpg);
	color: #525252;
}

h2,h3{margin: 0;}
p{
	margin-bottom: 1.5em;
}
p.line{
	margin-bottom: 1.5em;
	padding: 0.5em 0;
}
.note{
	padding: 2px 5px;
	background-color: #6C5148;
	position: relative;
	display: inline-block;
	color: #FEEECA;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.note:after{
	content:"▼";
	font-size:18px;
	position:absolute;
	color: #6C5148;
	width:20px;
	height:20px;
	bottom:-10px;
	right:10px;
}
a img{border-style:none;}
strong{
	color: #6C5148;
}

strong a{
	background-color: #6C5148;
	padding: 5px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* [disabled]position: relative; */
	margin-bottom: 5px;
	font-size: 14px;
	border: #FDDAA4 2px solid!important;
	color: #FFEFCB !important;
	text-decoration: none!important;
	box-shadow: inset 0px 0px 2px 1px #1A1615,0px 0px 2px 1px rgba(102,79,34,09);
	margin: 20px 0;
}
strong a:hover{
	border: #FFFFFF 2px solid!important;
	color: #FFFFFF!important;
	text-decoration: none;

}
/*-- ヘッダ --*/

#header{
	height: 110px;
	border-bottom: #6C5148 1px dotted;
	/* [disabled]background-color: #FFFFFF; */
	padding: 10px 0 20px;
}

/*--ロゴ--*/

#headlogo{
	/*background:url(../common_img/logo.gif) no-repeat;
	top: 10px;
	cursor: pointer;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 auto;
	padding: 10px;
}
#headlogo h1 {
	font-family: 'Chango', cursive;
	/*font-family: 'Londrina Outline', cursive;*/
	/* [disabled]font-family: 'Bevan', arial, serif; */
	color: #6C5148;
	font-size: 30px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(61,47,46,.3),  0px 0px 15px rgba(102,79,34,.4);
}
#headlogo h1 span {
	font-family: "Concert One", cursive;
	/*font-family: 'Londrina Outline', cursive;*/
	/* [disabled]font-family: 'Bevan', arial, serif; */
	font-size: 20px;
}
#headlogo h1 a:link{
color:#FFFFFF;
text-decoration:none;
}
#headlogo h1 a:visited{
color:#FFFFFF;
text-decoration:none;
}
#headlogo h1 a:hover{
color:#FFFFFF;
text-decoration:none;
}

.sub-h1{
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C5148;
	display: block;
	width: 100%;
	margin-top: 25px;
}
#headcopy{
	margin: 0 auto 0;
}

#headcopy h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C5148;
	font-size: 11px;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(61,47,46,.4),  0px 0px 10px rgba(102,79,34,09);
	line-height: 1.6em;
}
#headcopy h2 span {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tel-fax{
	float: right;
	width: 48%;
	text-align: right;
	font-family: "Concert One", cursive;
	font-size: 13px;
	text-shadow: 0px 0px 3px rgba(61,47,46,.2), 0px 0px 5px #63553F;
	color: #FEECC6;
	/* [disabled]font-weight: bold; */
	padding: 1%;
}
#email{
	float: right;
	width: 48%;
	text-align: left;
	font-family: "Concert One", cursive;
	font-size: 13px;
	text-shadow: 0px 0px 3px rgba(61,47,46,.2), 0px 0px 5px #63553F;
	color: #FEECC6;
	/* [disabled]font-weight: bold; */
	padding: 1%;
}

#main h2{
	font-size: 14px;
	padding: 8px 5px 8px 5px;
	background-color: #6C5148;
	margin: 0 0 25px 0;
	color: #FDE9C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
/*-- ラッパー --*/

#wrapper{
	position: relative;
	_height: 100%;
	width: 96%;
	color: #666666;
	/* [disabled]-webkit-box-shadow: inset 0px 1px 4px 2px rgba(102,102,102,.4); */
	/* [disabled]box-shadow: inset 0px 1px 4px 2px rgba(102,102,102,.4); */
	margin: 0 auto;
	padding: 0 2%;
}
#subwrapper{
	width: 100%;
}
/*-- menu --*/
.menu-header{
	color: rgba(84,64,56,1);
	padding: 12px 6px 12px 32px;
	font-weight: bold;
	background: url(../common_img/headmenu-arrow-down.png) no-repeat right center, url(../common_img/menu-bg.jpg);
	position: relative;
}
.menu-header.menuclose{
	background: url(../common_img/headmenu-arrow-up.png) no-repeat right center, url(../common_img/menu-bg.jpg);
}
.menu-header:before{
	content:'';
	width:35px;
	height:35px;
	display:block;
	background-image:url(../common_img/headmenu-smp.png);
	background-size:contain;
	position:absolute;
	left:0px;
	top:5px;
}
#main-menu {
	margin: 0;
	padding: 0;
	display: none;
}

#main-menu ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-menu li {
	display: block;
}

#main-menu li a {
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	padding: 10px 1% 10px 7%;
	font-weight: bold;
	color: #6C5148;
	border-bottom: #6C5148 1px dotted;
	width: 92%;
}
#top #main-menu ul li a .m-home:after,
#about #main-menu ul li a .m-about:after,
#area #main-menu ul li a .m-area:after,
#inq #main-menu ul li a .m-inq:after,
#works #main-menu ul li a .m-works:after,
#shop #main-menu ul li a .m-shop:after,
#oriental #main-menu ul li a .m-oriental:after,
#display #main-menu ul li a .m-display:after,
#other #main-menu ul li a .m-other:after
{
	content:url(../common_img/av.png);
	width:25px;
	height:25px;
	position:absolute;
	left:-8px;
	top:10px;
}
#main-menu li a:hover {
	background: url(../common_img/menu-bg.jpg);
	text-decoration: none;
}
#main-menu li span {
}
#main-menu li.sub-menu a{
	padding: 10px 1% 10px 11% !important;
	position: relative;
	width: 88%;
}
#main-menu li.sub-menu a:before{
	content:'';
	width:16px;
	height:22px;
	position:absolute;
	left:4%;
	background: url(../common_img/menu-arrow.png) no-repeat center 4%;
}
#main-menu li.sub-menu a:hover {
	background: url(../common_img/menu-bg.jpg);
}

/*-- main --*/
#main{
	width: 100%;
	margin: 20px 0 60px 0;
	float: left;
}
.case{
	margin-left: -5%;
	width: 100%;
}
.case img{
	margin: 0 0 20px 5%;
	width: 43%;
	height: auto;
		-webkit-box-shadow: 1px 1px 4px 1px rgba(51,51,51,.4);
	box-shadow: 1px 1px 4px 1px rgba(51,51,51,.4);
}
.case2{
	margin-left: -5%;
	width: 100%;
}
.case2 img{
	margin: 0 0 20px 5%;
	width: 94%;
	height: auto;
}
/*-- slide --*/
#gallery{

}
.rslides{
	width: 710px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(51,51,51,.6);
	box-shadow: 0px 0px 3px 2px rgba(51,51,51,.6);
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}
.rslides ul{
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}


/*-- 事例 --*/
.shadow-img{
	-webkit-box-shadow: 1px 1px 4px 2px rgba(51,51,51,.4);
	box-shadow: 1px 1px 4px 2px rgba(51,51,51,.4);
}
.works .shadow-img{
	-webkit-box-shadow: 1px 1px 4px 2px rgba(51,51,51,.4);
	box-shadow: 1px 1px 4px 2px rgba(51,51,51,.4);
	width: 98%;
	height: auto;
}
.zirei {
	float: left;
	width: 190px;
	height: 200px;
	margin: center;
	text-align: center;
}
.zirei a{
	width: 190px;
	height: 200px;
	background-image: url(../common_img/shop_bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}
.zirei a:hover{
	background-image: url(../common_img/shop_bg_on.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#about iframe{
	width:100% !important;}
#area #main img{
	width:100%;
	height:auto;
/*-- フッタ --*/

#footer {
	height: 50px;
	vertical-align: bottom;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C5148;
	text-shadow: 0px 0px 3px rgba(61,47,46,.4),  0px 0px 10px rgba(102,79,34,09);
	padding-top: 20px;
	border-top: #6C5148 1px dotted;
}

/*-- ボックス --*/

.column{
	padding: 0 10px 0 10px;
}

.column_nb{
	background-color: #3399CC;
}

.img_right{
float:right;
padding:0px 0px 10px 10px;
}

.img_left{
float:left;
padding:0px 10px 10px 0px;
}

.floating_left{float:left;}
.floating_right{float:right;}
.border-clear{
	clear: both;
	border-bottom: #6C5148 1px dotted;
	padding-top: 10px;
	margin-bottom: 25px;
}
.clear{
clear:both;
}
.test_border{border:#CCCCCC solid 1px;}

/*-- ボックスコーション化 --*/
.caution{
	width:400px;
	background-color:#CC9966;
	border:#CC0000 solid 1px;
	color:#CC0000;
	font-weight:bold;
	margin:10px auto;
	text-align:center;
	padding: 20px;
}

/*-- ボックスルックミー！！と言う感じ--*/
.lookme{
	/* [disabled]background-color: #CCCCCC; */
	/* [disabled]border: #ffffff solid 6px; */
	/* [disabled]color: #FFFFFF; */
	margin: 0px auto;
	padding: 0.5%;
	/* [disabled]font-size: 115%; */
	-webkit-box-shadow: 1px 1px 4px 1px rgba(51,51,51,.4);
	box-shadow: 1px 1px 4px 1px rgba(51,51,51,.4);
}


.lookme2{
	background-color:#333333;
	color:#FFFFFF;
	margin:10px auto;
	padding: 24px;
	font-size: 115%;
}
.font_syou{
	font-size:70%;
}
/*----------------------------------------------------------------------------------------------------------------Clear Fix-*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
