@charset "UTF-8";

/* Common */
html {
	background: none repeat scroll 0 0 #F9F6F1;
	color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0 none;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none outside none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: "";
}

abbr, acronym {
	border: 0 none;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {color: #000;}

.center {text-align: center;}

.clear {clear: both;}

a {
	color: #474747;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* jQueryでalphaを設定中 footerエリア共通 */
a:hover img {
}

.hv_al60 a:hover {opacity: 0.6;}
.hv_al70 a:hover {opacity: 0.7;}

.hv_al80 a:hover {
	opacity: 0.8;
}


.pc_only {display: block;}
.sp_only {display: none;}

.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}

/* Structure */
body {
	color: #474747;
	font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#header {
	margin: 0;
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 70px 0 0;
	max-width: 990px;
}

#content {
	overflow: hidden;
}

#content #left {
	float: left;
	margin: 0 25px 0 0;
	max-width: 58%;
}

#content #left img {
	max-width: 100%;
}

#content #right {
	float: left;
	padding: 20px 0 0;
	max-width: 37%;
}

/* メインメニュー */
.main-menu {
	margin: 40px auto 37px;
	text-align: center;
	width: 100%;
}

.main-menu ul {
	font-family: Garamond, serif;
	font-size: 23px;
	letter-spacing: -0.4em;
}

.main-menu ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 40px;
}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul li a {
	color: #747372;
	text-decoration: none;
}

.main-menu ul li a:hover {
	text-decoration: underline;
}

.main-menu ul li.current-menu-item {
	color: #747372;
	font-weight: bold;
}

.main-menu ul li.current-menu-item a {
	color: #303030;
}

/* 商品メニュー、サブメニュー */
.item-menu, .item-sub-menu {
	text-align: center;
	font-size: 18px;
	font-family: Garamond,serif, "Hiragino Kaku Gothic ProN",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 12px 0 12px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #9D9D9D;
	border-top: 1px solid #9D9D9D;
	width: 740px;
}

.item-sub-menu {
	border-top: none;
	margin: -30px auto 30px;
}

.item-menu ul li, .item-sub-menu ul li {
	display: inline-block;
	margin: 0 10px;
}

.item-menu ul li {
	margin: 0 18px;
}

.item-menu ul li a, .item-sub-menu ul li a {
	color: #9D9D9D;
	text-decoration: none;
}

.item-menu ul li a:hover, .item-sub-menu ul li a:hover {
	text-decoration: underline;
}

.item-menu ul li.current-menu-item, .item-sub-menu ul li.current-menu-item {
	color: #9D9D9D;
	font-weight: bold;
}

.item-menu ul li.current-menu-item a, .item-sub-menu ul li.current-menu-item a {
	color: #303030;
}

/* ページトップへ */
#pagetop a {
	display: block;
	position: fixed;
	height: 12px;
	padding: 3px 10px 3px 15px;
	color: #474747;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 12px;
	right: 35px;
	bottom: 55px;
}

#pagetop a span {
	margin-right: 2px;
}

/* 投稿記事ページ */
#content.article {
	width: 75%;
	margin: 0 auto;
	padding-top: 40px;
	border-top: 1px solid #A8A6A3;
}

/* 本文テキスト */
#content.article p {
	line-height: 1.7;
	margin-bottom: 1.4em;
}

#content.article p.intro {
	line-height: 2.2;
	margin-bottom: 25px;
}

#content.article img {
	border: 1px solid #A8A6A3;
}

#content.article h2 {
	font-weight: bold;
	margin: 30px 0 15px;
}

#content.article .gmap {
	margin: 50px 0;
}

#content.article .gmap a {
	color: #474747;
	text-decoration: none;
}

#content.article .gmap a:hover {
	text-decoration: underline;
}

/* 投稿内容 */
.post {
	width: 75%;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9D9D9D;
}

.post .new_ttl {
	margin: 0 auto 15px;
	overflow: hidden;
}

.post h2 {
	font-family: "HiraKakuProN-W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-bottom: 10px;
}

.post .new_ttl h2 {
	float: left;
	margin-bottom: 5px;
	color: #474747;
	font-size: 18px;
}

.post .new_ttl h2 a {
	color: #474747;
	text-decoration: none;
}

.post .new_ttl h2 a:hover {
	text-decoration: underline;
}

.post .new_ttl .cat_date {
	float: right;
	font-size: 11px;
	padding-top: 10px;
}

.post .new_ttl .cat_date a {
	color: #474747;
	text-decoration: none;
}

.post .new_ttl .cat_date a:hover {
	text-decoration: underline;
}

.post .new_ttl .cat_date span {
	color: #9D9D9D;
	font-size: 12px;
	margin-left: 17px;
	height: auto;
}

/* 投稿画像 */
.post img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #A8A6A3;
	text-align: center;
	box-sizing: border-box;
}

.post img.mr {
	margin-right: 17px;
}

.post p {
	line-height: 1.6;
	margin-bottom: 1em;
}

.post .more {
	margin: 0;
	font-family: serif;
	text-align: right;
}

.post .more a {
	color: #474747;
	text-decoration: none;
}

.post .more a:hover {
	text-decoration: underline;
}

p.not_found {
	text-align: center;
	padding: 90px 0 35px;
}

.post p.not_found {
	height: 200px;
	padding-top: 130px;
}

#content .paging {
	font-size: 20px;
	text-align: center;
	margin: 0 auto 40px;
	overflow: hidden;
	width: 75%;
}

#content .paging ul li {
	margin: 0 30px;
	display: inline-block;
}

#content .paging ul li a {
	color: #A5A5A4;
	text-decoration: none;
}

#content .paging ul li a:hover {
	text-decoration: underline;
}

#material {
	padding-bottom: 90px;
	text-align: center;
}

#material h2 {
	font-weight: bold;
}

#material p {
	line-height: 1.5;
	margin-bottom: 25px;
}

#material p.exp {
	line-height: 2.2;
	margin-bottom: 20px;
	padding-top: 30px;
}

#material p.exp.bdt {
	border-top: 1px solid #9D9D9D;
	margin: 0 auto 5px;
	width: 75%;
}

#material img {
	border: 1px solid #A8A6A3;
	margin: 20px 0;
}

/* copyright */
.copyright {
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
	margin: 40px 0 0;
}

.copyright a {
	color: #474747;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright ul {
	font-family: Garamond, serif;
	font-size: 15px;
	letter-spacing: -0.4em;
}

.copyright ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 40px;
}

.copyright ul li:first-child {
	margin-left: 0;
}


/* top
--------------------------------------------------------*/
.page-template-top-php {
	margin: 0 auto;
}

.page-template-top-php #content .main {
	text-align: center;
        margin-bottom: 20px;
}

.page-template-top-php #content .main img {
	border: 1px solid #A8A6A3;
	margin: 0 8px;
}

/* お知らせ欄 */
/* 旧デザイン（ul） */
.page-template-top-php #content ul {
	color: #474747;
	font-size: 13px;
	margin: 40px auto 0;
	text-align: center;
}

.page-template-top-php #content ul li {
	list-style: none outside none;
	margin-bottom: 10px;
}

/* 新デザイン（table） */
.page-template-top-php #content table {
	font-size: 12px;
	margin: 35px auto 0;
	line-height: 1.7;
	max-width: 620px;
}
.page-template-top-php #content table th {
	vertical-align: top;
	width: 100px;
}
.page-template-top-php #content table td {
	vertical-align: top;
	padding-bottom: 8px;
}

/* about us
--------------------------------------------------------*/
#aboutus {
	text-align: center;
}

#aboutus h2 {
	padding-bottom: 10px;
	color: #474747;
	font-size: 18px;
}

#aboutus img {
	max-width: 99%;
	height: auto;
	margin: 13px 0;
	/*box-sizing: border-box;*/
}

/* items 商品一覧
--------------------------------------------------------*/
#item_list {
	min-height: 250px;
	max-width: 740px;
	margin: 0 auto;
}

#item_list ul {
	letter-spacing: -0.4em;
}

#item_list ul li {
	display: inline-block;
	width: 32%;
	height: auto;
	margin: 0 2% 2% 0;
	letter-spacing: normal;
}

#item_list ul li.mr0 {
	margin-right: 0;
}

#item_list ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #A8A6A3;
	vertical-align: text-bottom;
}

#item_list ul li a:hover img {
	opacity: 0.65;
}

#item_list p.not_found {
	height: 200px;
	padding-top: 130px;
	text-align: center;
}

#item_list .pagenavi {
	margin-top: 20px;
	font-size: 22px;
	text-align: center;
}

#item_list .pagenavi a {
	color: #A9A8A7;
	text-decoration: none;
}

/* items 商品詳細
--------------------------------------------------------*/
#left .item_photo {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

#left .item_photo img {
	width: 100%;
	height: auto;
	border: 1px solid #A8A6A3;
	box-sizing: border-box;
}

#content #left ul.item_thumb {
	text-align: center;
	letter-spacing: -0.4em;
}

#left ul.item_thumb li {
	display: inline-block;
	width: 18.4%;
	height: auto;
	margin: 0 2% 12px 0;
}

#left ul.item_thumb li.mr0 {
	margin-right: 0;
}

#left ul.item_thumb li img {
	width: 100%;
	height: auto;
	border: 1px solid #A8A6A3;
	vertical-align: text-bottom;
}

#left ul.item_thumb li:hover img {
	opacity: 0.65;
}

/* Right Content */
#right h2.item_name {
	font-size: 18px;
	margin: 0;
}

#right p.material {
	font-size: 14px;
	margin: 0 0 6px;
}

#right ul.pattern {
	letter-spacing: -0.4em;
	margin: 20px 0 23px;
}

#right ul.pattern li {
	font-size: 11px;
	letter-spacing: normal;
	margin: 0 15px 10px 0;
}

#right ul.pattern li img {
	border: 1px solid #A8A6A3;
	margin-right: 5px;
	vertical-align: -8px;
}

/* 商品説明 */
#right .description p {
	font-size: 15px;
}

#right p.txt {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 36px;
}

#right ul.kind {
	font-size: 14px;
	margin: 22px 0 35px;
}

#right .buy_button a {
	background: none repeat scroll 0 0 #8D8D8D;
	border: 1px solid #AAA8A5;
	color: #FFFFFF;
	display: inline-block;
	margin: 20px 0 15px;
	padding: 10px 22px;
	text-decoration: none;
}

#right .buy_button a:hover {
	background: none repeat scroll 0 0 transparent;
	color: #5E5D5B;
}

#right ul.share li {
	display: inline-block;
	margin-right: 3px;
}

#right ul.share li img {
	width: 35px;
	height: auto;
}

.cat_name {
	color: #9D9D9D;
	font-family: Garamond,serif;
	font-size: 27px;
	margin-bottom: 25px;
	text-align: center;
}

/* news
--------------------------------------------------------*/
ul.archive_month li {
	color: #9D9D9D;
}

/* leather
--------------------------------------------------------*/
#content.article #leather {
	text-align: center;
}

#content.article #leather p img {
	max-width: 99%;
	height: auto;
	/*box-sizing: border-box;*/
}

#content.article #leather p.sp_mb {
	margin-bottom: 0;
	line-height: 2.7;
}

/* shop
--------------------------------------------------------*/
#content.shop {
	border-top: 1px solid #A8A6A3;
	margin: 0 auto;
	padding-top: 48px;
}

#content.shop #left img {
	margin-bottom: 15px;
	width: 98%;
	border: 1px solid #A8A6A3;
}

#content.shop p {
	margin-bottom: 15px;
}

#content.shop p.caption {
	font-size: 12px;
	line-height: 1.9;
}

#content.shop p.gmap {
	margin-bottom: 25px;
}

#content.shop p.gmap a {
	color: #474747;
	text-decoration: none;
}

#content.shop p.gmap a:hover {
	text-decoration: underline;
}

#content.shop #right {
	padding-top: 0;
}

/* Tablet
--------------------------------------------------------*/
@media(max-width: 768px) and (min-width: 651px) {
	#content {
		margin: 0 auto;
		width: 94%;
	}

	#content #left {
		width: 50%;
	}

	#content #right {
		width: 46%;
	}

	/* item
	--------------------------------------------------------*/
	#left .item_photo {
		margin: 0 auto 10px;
		width: 100%;
		height: auto;
	}

	#left .item_photo img {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	#left ul.item_thumb li {
		width: 18.4%;
		height: auto;
		margin: 0 2% 2% 0;
	}

	#left ul.item_thumb li.mr0 {
		margin-right: 0;
	}

	#left ul.item_thumb li img {
		width: 100%;
		height: auto;
	}

	/* shop
	--------------------------------------------------------*/
    #container #content.shop #left {
		width: 55%;
	}

	#container #content.shop #right {
		width: 41%;
	}

	#container #content.shop #left img {
		width: 100%;
		height: auto;
	}

}

/* Smart Phone
--------------------------------------------------------*/
@media screen and (max-width: 650px) {
	/* Common */
	html { height: 100%; }
	body {
		font-size: 14px;
		letter-spacing: 0.5px;
		-webkit-text-size-adjust: none;
	}

	.pc_only { display: none; }
	.sp_only { display: block; }

	#container {
		padding-top: 40px;
		width: 100%;
	}

	#header h1 img {
		margin-bottom: 25px;
		width: 130px;
	}

	#content {
		margin: 0 auto;
		width: 320px;
	}

	#content #left,
	#content #right {
		max-width: 320px
	}

	/* copyright */
	.copyright {
		font-size: 9px;
		padding-bottom: 15px;
		margin: 40px 0 0;
	}

	/* メインメニュー */
	.main-menu {
		margin: 20px auto 20px;
		width: 282px;
	}

	.main-menu ul {
		font-family: serif;
		font-size: 19px;
	}

	.main-menu ul li {
		margin: 0 8px 10px;
		width: 70px;
	}

	/* ページトップ */
	#pagetop a {
		right: 15px;
		bottom: 35px;
	}

	#pagetop a img {
		width: 35px;
		height: 35px;
		opacity: 0.90;
	}

	/* メインメニューの一段目（about us, news） */
	.main-menu ul li.primary {
		margin: 0 4px 10px;
		width: 90px;
	}

		/* 商品メニュー、サブメニュー */
	.item-menu, .item-sub-menu {
		letter-spacing: 0;
		font-size: 13px;
		line-height: 38px;
		padding: 0;
		margin: 0 auto;
		width: 320px;
		height: 38px;
	}

	.item-menu ul li, .item-sub-menu ul li {
		margin: 0 4px;
	}

	.item-menu ul li {
		margin: 0 10px;
	}

	.item-sub-menu {
		letter-spacing: 0;
		margin: 0 auto;
		border-top: none;
		display: table;
	}

	/* 投稿記事ページ */
	#content.article {
		border-top: 1px solid #A8A6A3;
		margin: 0 auto;
		padding: 15px 0 0;
		width: 320px;
	}

	#content.article h2 {
		/*text-align: left;*/
		margin: 0 auto 5px;
		width: 94%;
	}

	#content.article p {
		/*text-align: left;*/
		margin: 0 auto 15px;
		width: 94%;
	}

	#content.article img {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	/* 投稿内容 */
	.post {
		border-bottom: 1px solid #9D9D9D;
		padding-bottom: 15px;
		margin: 15px auto 20px;
		width: 320px;
	}

	.post .new_ttl {
		margin: 0 auto 5px;
		overflow: hidden;
		width: 94%;
	}

	.post .new_ttl h2 {
		font-size: 16px;
		color: #474747;
		float: left;
	}

	.post .new_ttl h2 a {
		color: #474747;
		text-decoration: none;
	}

	.post .more {
		margin-top: -10px !important;
	}

	/* アイキャッチ画像 */
	.post img.wp-post-image {
		margin-bottom: 15px !important;
		max-width: 94%;
	}

	.post p {
		margin: 0 auto 15px;
		width: 94%;
	}

	.post .more {
		margin: 5px 10px 0 0;
	}

	/* 投稿日時 */
	.post .new_ttl .cat_date {
		float: right;
		font-size: 10px;
		padding-top: 6px;
	}

	.post .new_ttl .cat_date span {
		font-size: 10px;
	}

	.post img {
		text-align: center;
		margin: 0 auto 15px!important;
		max-width: 100%;
		height: auto;
		display: block !important;
	}

	/* top
	--------------------------------------------------------*/
	.page-template-top-php #content .main img {
		margin: 0;
		width: 300px;
		height: auto;
		border: 1px solid #A8A6A3;
	}

	.page-template-top-php #content ul {
		margin: 15px 0 0;
		min-height: 100%;
	}

	/* 新デザイン（table） */
	.page-template-top-php #content table {
		margin: 7px auto 0;
		max-width: 94%;
	}

	.page-template-top-php #content table th {
		width: 90px;
		padding: 8px 0 0 0;
	}

	.page-template-top-php #content table td {
		padding: 8px 0 0 0;
	}

	/* about us
	--------------------------------------------------------*/
	#aboutus {
		text-align: left;
		margin: 0 auto;
		width: 320px;
	}

	#aboutus p {
		margin-bottom: 10px !important;
	}

	#aboutus img {
		margin: 0;
	}

	/* news
	--------------------------------------------------------*/
	.item-menu ul.archive_month {
	}

	.item-menu ul.archive_month li {
		margin: 0 3px;
	}

	/* items 商品一覧、商品詳細
	--------------------------------------------------------*/
	#item_list {
		width: 312px;
		margin: 3px auto 0;
		min-height: 100px;
	}

	#item_list ul li {
		width: 94px;
		height: 71px;
		margin: 3px 5px;
		border: none;
	}

	#item_list ul li img {
		width: 94px;
		height: 71px;
		border: 1px solid #A8A6A3;
		box-sizing: border-box;
	}

	#item_list p.not_found {
		height: 200px;
		padding-top: 130px;
		text-align: center;
	}

	#content #left {
		float: none;
		margin: 0 auto;
		width: 320px;
	}

	#content #left img {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	#left .item_photo {
		margin: 0 auto 5px;
		width: 320px; height: 240px;
	}

	#left .item_photo img {
		width: 320px; height: 240px;
		border-top: none;
		border-left: 1px solid #A8A6A3;
		border-right: 1px solid #A8A6A3;
		border-bottom: 1px solid #A8A6A3;
		box-sizing: border-box;
	}

	/* 画像フリック対応 */
	.jCarouselWrapper0 {
		position: relative;
	}

	.jCarouselNavi {
		position: absolute;
		bottom: 10px; left: 5%;
		width: 90%;
	}

	#content #left ul.item_thumb {
		margin: 0 auto 10px;
		width: 308px;
		text-align: center;
	}

	#left ul.item_thumb li,
	#left ul.item_thumb li.mr0 {
		text-align: center;
		margin: 0 12px 7px 0;
		width: 50px;
		height: 38px;
	}

	#left ul.item_thumb li.mr0 {
		margin-right: 0;
	}

	#left ul.item_thumb li img {
		text-align: center;
		width: 50px;
		height: 38px;
	}

	#left ul.item_thumb li:hover img {
		opacity: 0.65;
	}

	/* Right Content */
	#content #right {
		float: none;
		padding: 0;
		margin: 0 auto;
		width: 300px;
	}

	#right h2.item_name {
		font-size: 18px;
		margin: 0;
	}

	#right p.material {
		font-size: 14px;
		margin: 0 0 6px;
	}

	#right ul.pattern {
		letter-spacing: -0.4em;
		margin: 20px 0 23px;
	}

	#right ul.pattern li {
		font-size: 11px;
		letter-spacing: normal;
		margin: 0 15px 10px 0;
	}

	#right ul.pattern li img {
		border: 1px solid #A8A6A3;
		margin-right: 5px;
		vertical-align: -8px;
	}

	#right .buy_button {
		text-align: center;
	}

	#right .buy_button a {
		margin: 0 0 15px;
	}

	#right ul.share {
		text-align: center;
	}

	#right ul.share li {
		display: inline-block;
		margin-right: 3px;
	}

	#right ul.share li img {
		width: 35px;
		height: auto;
	}

	/* leather
	--------------------------------------------------------*/
	#content.article #leather h2 {
		text-align: left;
	}

	#content.article #leather p {
		text-align: left;
		line-height: 1.4;
	}

	#content.article #leather {
		text-align: center;
	}

	#content.article #leather p.sp_mb {
		line-height: 1.6;
		margin-bottom: 15px;
	}

	/* shop
	--------------------------------------------------------*/
	#content.shop {
		padding-top: 0;
		margin: 0 auto;
	}

	#content.shop #left {
		margin: 10px auto;
		width: 94%;
	}

	#content.shop #left img {
		width: 100%;
		margin: 0 auto;
	}

	#content.shop #right p {
		margin: 0 10px 15px;
	}

	#content.shop p.caption {
		line-height: 1.6;
	}

	#content.shop p.gmap {
		margin: 25px 0 0;
	}

	#content.shop p.gmap a {
		text-decoration: none;
	}

}/* // Smart Phone End */

