@charset "utf-8";


/* -------------------------------
   BASE
------------------------------- */

body {
	font-family: "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", sans-serif;
	padding-bottom: 50px;
}
#wrap {
	width:100%;
	overflow:hidden;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
#wrap.navOpen {
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	margin-left:-75%;
	border-right:1px solid #333;
}
.pc {
	display:none;
}



/* -------------------------------
   common
------------------------------- */


/* -------------------------------
   header
------------------------------- */

#spNavBtn {
	background:#FFF;
	text-align:center;
	padding:10px;
	color:#B9AB76;
	
	-moz-transition-duration:0.25s;
	-webkit-transition-duration:0.25s;
	-o-transition-duration:0.25s;
	-ms-transition-duration:0.25s;
}
#nav.open #spNavBtn {
	background:#B9AB76;
	color:#FFF;
}
#hWrap {
	background:url(/img/common/wood_bg.jpg) center top repeat;
}
#hWrap #header {
	position:relative;
	padding:15px;
}
#hWrap #logo {
	width:40%;
	margin:0 auto;
}
#hWrap #nav {
	margin-top:20px;
}
#nav.open #gNav {
	height:auto;
}
#hWrap #gNav {
	font-family:Heuristica-Regular;
	font-size:14px;
	height:0;
	overflow:hidden;
}
#hWrap #gNav li {
	float:left;
	width:33.3%;
	padding:1px 1px 0 0;
	line-height:1;
}
#hWrap #gNav li a {
	display:block;
	padding:10px 0;
	text-align:center;
	background:#FFF;
}
#hWrap #gNav li.current a {
	background:#B9AB76;
	color:#FFF;
}
#nav.open #snsNav {
	display:block
}
#hWrap #snsNav {
	text-align:center;
	margin-top:10px;
	font-size:20px;
	display:none;
}
#hWrap #snsNav li {
	display:inline-block;
}
#hWrap #snsNav li a {
	display:block;
	padding:5px;
}

#storesBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
#storesBtn a {
	display: block;
	padding: 15px;
}


/* -------------------------------
   footer
------------------------------- */


#pagetop {
	width:80px;
	margin:0 auto;
}
#copyright {
	font-family:Heuristica-Regular;
	width:100%;
	background:url(/img/common/f_bg.jpg);
	font-size:12px;
	text-align:center;
	padding:20px 0;
}


/* -------------------------------
   contents
------------------------------- */

#pagetit {
	font-size:32px;
	margin-bottom:40px;
}
#subContents {
	padding:40px 20px;
	text-align:center;
}
.subSec {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #EFEEE7;
}
.subSec:nth-child(2) {
	margin-top:0;
	padding-top:0;
	border-top:none;
	
}
.subSec h2.tit {
	font-size:21px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝" , serif;
	margin-bottom:20px;
	line-height:1.2;
}
.subSec .sec {
	margin-top:30px;
}
.subSec h3.tit {
	font-size:18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝" , serif;
	margin-bottom:15px;
	line-height:1.2;
	color:#B9AB76;
}
.subSec .catch {
	font-size:15px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "HG明朝B","ＭＳ Ｐ明朝","ＭＳ 明朝" , serif;
	margin-bottom:20px;
}



/* -------------------------------
   top
------------------------------- */

#homeHeader #spNavBtn {
	display:none;
}
#homeHeader {
	position:relative;
	background:url(/img/home/main_bg.jpg) center top;
	padding:20px 0;
	z-index:2;
}
#homeHeader #logo {
	position:relative;
	width:40%;
	max-width:134px;
	margin:0 auto;
	z-index:1;
}
@media screen and (min-width: 480px) {
	#homeHeader #logo {
		width:40%;
		max-width:none;
		margin:0;
		text-align:center;
	}
	#homeHeader #logo img {
		max-width:134px;
	}
}
#homeHeader #nav {
	float:left;
	width:40%;
	text-align:center;
	margin:20px 0;
}
#homeHeader #nav a {
	display:block;
}
#homeHeader #gNav {
	font-family:Heuristica-Regular;
}
#homeHeader #gNav a {
	padding:5px 10px;
}
#homeHeader #snsNav li {
	display:inline-block;
	font-size:18px;
	padding:0 5px;
}
#homeHeader #main {
	position:absolute;
	right:0;
	bottom:0;
	width:60%;
}

#home .sec {
	text-align:center;
	padding:40px 20px;
}
#home .sec h2.tit {
	font-family:Heuristica-Regular;
	font-size:28px;
	font-weight:normal;
	letter-spacing:5px;
	line-height:1;
	margin-bottom:40px;
}
#home .sec .btn,
#home .sec .btns {
	margin-top:40px;
}
#home .sec .btns li {
	margin-top:10px;
}
#home .sec .btn a,
#home .sec .btns li a {
	width:100%;
}

#home #concept {
	background:url(/img/common/wood_bg.jpg) center top;
}
#home #concept .inner {
	padding-bottom:250px;
	margin-bottom:-40px;
	background:url(/img/home/concept_bg_sp.jpg) center bottom no-repeat;
	-moz-background-size:auto 280px;
	-webkit-background-size:auto 280px;
	-o-background-size:auto 280px;
	-ms-background-size:auto 280px;
}
#home #concept .inner p {
	margin-top:20px;
}
#home #concept .inner p:nth-child(1) {
	margin-top:0;
}

#home #order {
	background:url(/img/home/order_bg.jpg) right bottom no-repeat;
	-moz-background-size:110% auto;
	-webkit-background-size:110% auto;
	-o-background-size:110% auto;
	-ms-background-size:110% auto;
	padding-bottom:200px;
}
#home #order h3.tit {
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
#home #order .inner p {
	margin-top:20px;
	text-align:left;
}

.komeNumList li {
	padding-left:2em;
	text-indent:-2em;
	text-align:left;
}

#home #contact table {
	font-size:14px;
}


/* -------------------------------
   works
------------------------------- */

#workList li {
	float:left;
	width:50%;
	padding:5px;
	background:url(/img/common/wood_bg.jpg);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#newsList li {
	float:left;
	width:50%;
	padding:5px;
	background:url(/img/common/wood_bg.jpg);
}
#workList li:nth-child(odd),
#newsList li:nth-child(odd) {
	clear:left;
}
#workList li a {
	position:relative;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
#newsList li a {
	position:relative;
	display:block;
	overflow:hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
#workList li a p {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index:1;
	color:#FFF;
	border:5px solid rgba(255,255,255,0.50);
	padding:50% 10px 0 10px;
	font-size:13px;
}
#newsList li a p {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	color:#FFF;
	border:5px solid rgba(255,255,255,0.50);
	padding:50% 10px 0 10px;
	font-size:13px;
}
#workList li a p span,
#newsList li a p span {
	display:none;
}

#workImgPreiview {
	width:100%;
	padding-top:66.67%;
}
#workImgs {
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,0.5);
	padding:5px 10px 0 5px;
	margin:-20px 10px 30px 10px;
	z-index:1;
}
#workImgs li {
	float:left;
	width:20%;
	padding:5px 0 0 5px;
}
#workImgs li a {
	display:block;
}
#workImgs li.current a {
	border:5px solid #B9AB76;
	overflow:hidden;
}
#newsImgs {
	position:relative;
	width:100%;
	margin:0 auto 50px auto;
	overflow:hidden;
}
#newsImgs ul {
	display:table;
	table-layout:fixed;
}
#newsImgs li {
	display:table-cell;
	padding:0 50px;
	text-align:center;
	vertical-align:middle;
}
#newsImgs li img {
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
}
#newsImgs i {
	display:none;
	position:absolute;
	top:50%;
	font-size:40px;
	line-height:1;
	margin-top:-20px;
	cursor:pointer;
}
#newsImgs i.fa-chevron-circle-left {
	left:2px;
}
#newsImgs i.fa-chevron-circle-right {
	right:2px;
}

#relationLinks {
	margin-top:20px;
}


/* -------------------------------
   shop
------------------------------- */

#shopImgs {
	position:relative;
}
#shopImgs ul {
	width:250%;
	margin:0 -75% 40px -75%;
}
#shopImgs li {
	float:left;
	width:10%;
	padding:5px;
	background:url(/img/common/wood_bg.jpg);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#shopImgs li:first-child {
	clear:left;
	margin-left:0;
}
#shopImgs li span {
	position:relative;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}


/* -------------------------------
   diary
------------------------------- */

#diary #instagramImgs,
#diary #sb_instagram {
	margin:-10px -5px 0;
}
#diary #instagramImgs li,
#sb_instagram #sbi_images .sbi_item {
	float:left;
	width:50%!important;
	height: auto!important;
	padding:0 5px!important;
	margin-top:10px;
}
#diary #instagramImgs li a,
#sb_instagram #sbi_images .sbi_item a {
	display:block;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.075) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.075) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.075) 0px 0px 5px 0px;
	padding-top: 100%;
	height: auto!important;
}
#diary #instagramImgs li:nth-child(odd),
#sb_instagram #sbi_images .sbi_item:nth-child(odd) {
	clear: left;
	margin-left:0;
}
#sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
	margin-top: 10px!important;
}


/* -------------------------------
   order
------------------------------- */

.orderImg {
	padding:5px;
	background:url(/img/common/wood_bg.jpg);
	margin:0 auto;
}
.orderImgs {
	margin:0 0 40px -30px;
	text-align:center;
}
.orderImgs {
	margin-bottom:20px;
}
.orderImgs li {
	float:left;
	width:33.3%;
}
.orderImgs li span {
	display:block;
	padding:5px;
	background:url(/img/common/wood_bg.jpg);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.orderImgs li img {
	position:relative;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
.orderImgs li p {
	margin-top:10px!important;
	text-align:center;
}
#order .btns {
	text-align:center;
	margin-top:10px;
}
#order .btns li {
	display:inline-block;
	margin:10px 5px 0 5px;
}
#order .btns li a {
	min-width:210px;
}

#form table {
	width:100%;
	font-size:14px;
}
#form tbody,
#form tr {
	display:block;
}
#form th {
	display:block;
	background:#EFEEE7;
	padding:10px;
	text-align:center;
	vertical-align:top;
}
#form td {
	display:block;
	text-align:left;
	padding:10px;
	border-top:1px solid #EFEEE7;
}
#form td li {
	float:left;
	margin-right:20px;
}
#form td.text {
	padding:0;
	background:#F7F6F3;
}
#form td.note {
	text-align:right;
	padding:0 0 20px 0;
	border-top:none;
}
#form td.unit {
	text-align:center;
	background:#F2F1EC;
	padding:10px;
}
#form td.intable {
	padding:0;
}
#form td input[type=text],
#form td input[type=tel],
#form td input[type=email],
#form td textarea {
	width:100%;
	border:none;
	background:none!important;
	resize: none; 
	padding:10px;
	line-height:1.5;
}
#form td dt {
	padding:10px;
	background:#EFEEE7;
	margin-top:20px;
}
#form td dt:first-child {
	margin-top:0;
}
#form td dd {
	padding:5px 0 0 15px;
}
#form td dd dl {
	margin-left:-10px;
}
#form td dd dt {
	background:#F5F4F0;
}
#form td table {
	display:table;
	width:100%;
}
#form td tbody {
	display:table-row-group;
}
#form td tr {
	display:table-row;
}
#form td th {
	display:table-cell;
	text-align:right;
	white-space:nowrap;
	width:auto;
	border-top:1px solid #FFF;
}
#form td td {
	display:table-cell;
	width:100%;
	border-top:1px solid #FFF;
	background:#F7F6F3;
	padding:0;
}
#form td.col6 .unit {
	width:3.3%;
}
#form td.col6 .text {
	width:30%;
}
#form td.col2 .unit {
	width:1%;
}
#form td.col2 .text {
	width:99%;
}