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

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
/* 基本設定
=============================================== */

html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	overflow-x: hidden;
	background: #f3f2e9;
}
a {
	text-decoration: none;
	color: #808040;
	transition: 0.3s;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
}
a img {
	transition: 0.3s;
}
a:hover img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
.serif {
	font-family: 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav li {
	margin: 0;
	padding: 0;
}
i {
  margin-right: 0.5em;
 }

/* ヘッダー
=============================================== */

#gHeader {
	width: 100%;
	line-height: 1;
	border-bottom: 1px solid #E5E1D1;
	position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    background: #f3f2e9;
    z-index: 10000;
    height:80px;
}
#gHeader #gHeadeInner {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#gHeader h1 {
  margin: 0;
  position: absolute;
	left: 0;
	top: 15px;
}
#gHeader h1 img {
  width: 170px;
}
#gHeader ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#gHeader #gNav {
	font-size: 13px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top:20px;
	text-align: right;
}
#gHeader #gNav li {
	display: inline-block;
}
#gHeader #gNav a {
	display: block;
	text-decoration: none;
	padding: 15px 20px;
	color: #4F3524;
}
#gHeader #gNav a span {
	color: #978678;
}
#gHeader #gNav a:hover {
	color: #CC6600;
}
#toggle_gNav, #toggle_sNav {
	display: none;
}
/* コンテンツ用ナビゲーション
=============================================== */

#cNav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: none;
	border-collapse: collapse;
	margin: 0px auto 50px;
}
#cNav li {
	float: none;
	display: table-cell;
	width: 100%;
	border-bottom: none;
	border: 1px solid #E5E1D1;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
}
#cNav a {
	display: block;
	color: #635245;
	text-decoration: none;
	background: #fbfaf7;
}
#cNav a:hover, #cNav .current {
	color: #635245;
	background: #E5E1D1;
}
/* コンテンツ
=============================================== */


#contents {
	margin: 0 auto;
	width: 1000px;
	padding: 115px 0px 120px;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
}
#home #contents {
  margin: 0;
  width: 100%;
  padding: 115px 0px 0px;
}
#homeContents {
	margin: 0 auto;
	width: 1000px;
	padding: 60px 0px 120px;
	display: table;
}
#main {
	float: right;
	width: 760px;
}
#sub {
	float: left;
	width: 200px;
}

#post #main,
#information #main {
	float: left;
	width: 760px;
}
#post #sub,
#information #sub {
	float: right;
	width: 200px;
}


/* フッター
=============================================== */

#gFooter {
	background: #a29888;
	padding: 60px 0px 0px;
	color: #CFCAC2;
}
#gFooterInner {
	font-size: 12px;
	min-height: 150px;
	line-height: 1.6;
	clear: both;
	margin: 0px auto;
	width: 1000px;
}
#gFooter a {
	text-decoration: none;
	color: #FFF;
}
#gFooter a:hover {
	text-decoration: underline;
}
#gFooter #fNav {
	overflow: hidden;
}
#gFooter #fNav dl {
	float: left;
	padding: 10px 0px 60px 30px;
	width: 250px;
	box-sizing: border-box;
	height: 340px;
}
#gFooter #fNav dl+dl {
	border-left: 1px solid #b0a799;
}
#gFooter #fNav dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#gFooter #fNav dd {
	margin: 0px 0px 5px;
	padding: 0px;
	position: relative;
}
#gFooter #fNav dd.child {
	margin-left: 10px;
}
#gFooter #fNav dd+dt {
	margin-top: 25px;
}
#gFooter #fNav dd::before {
	display: block;
	content: '・';
	float: left;
	color: #CFCAC2;
}
#gFooter #copyright {
	border-top: 1px solid #b0a799;
	text-align: center;
	padding: 30px;
	font-size: 11px;
	clear: both;
	margin-top: 30px;
}

#gFooter #fNav dd.social {
  margin: 20px 0 0 10px;
  font-size:18px;
}
#gFooter #fNav dd.social a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background: #E3E0DB;
}
#gFooter #fNav dd.social a.twitter {
  background: #1DA1F2;
}
#gFooter #fNav dd.social a.facebook {
  background: #3B5998;
}
#gFooter #fNav dd.social a.instagram {
  background: #DC5D63;
}
#gFooter #fNav dd.social a:hover {
  background: #4F3524;
}
#gFooter #fNav dd.social a i {
  margin: 0;
}
#gFooter #fNav dd.social::before {
  display: none;
}
#gFooter #fNav dd.social a+a {
  margin-left: 8px;
}

/* サイドメニュー
=============================================== */


#sub {
	font-size: 13px;
}
#sub h3 {
	font-size: 13px;
	background: #eeede4;
	padding: 20px 15px;
	margin: 0px;
	border-top: 1px solid #E5E1D1;
	border-bottom: 1px solid #E5E1D1;
	line-height: 1;
	color: #4f3524;
  clear:both;
}
#sub ul+h3 {
  margin-top:40px;
}
#sub #searchForm {
	margin: 0px 0px 40px;
}
#sub #searchForm h3 {
	margin: 0px 0px 20px;
}
#sub #searchForm .search {
	position: relative;
	height: 30px;
}
#sub #searchForm .search input[type="text"] {
	background-color: #ecebdd;
	border: 0;
	height: 30px;
	width: 150px;
	padding: 0 10px;
	position: absolute;
	right: 30px;
	border-radius: 0;
	box-shadow: none;
}
#sub #searchForm .search input[type="submit"] {
	border: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	background: #ecebdd url(/images/icon_search.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#sub #categoryMenu ul {
  margin: 5px 0px 0px;
  list-style: none;
  overflow: hidden;
  list-style: none;
}
#sub #categoryMenu li {
	border-bottom: 1px solid #ded9c6;
	font-size: 13px;

}
#sub #categoryMenu li .fa {
margin-top: 0.5em;
font-size: 10px;
}

#sub #categoryMenu li a {
	display: block;
	padding: 10px 0;
	overflow: hidden;
}
#sub #categoryMenu li .onlink {
  font-weight: bold;
  color: #C60;
}
#sub #categoryMenu li ul {
  margin: 0;
}
#sub #categoryMenu li li {
   border: none;
}
#sub #categoryMenu li ul ul {
  margin-bottom: 10px;
}
#sub #categoryMenu li.level2 {
  border-top: 1px dotted #ded9c6;
}
#sub #categoryMenu li.level2 a {
  padding: 10px 0px 10px 10px;
}
#sub #categoryMenu li.level2 a:before {
  content: "・";
  display: inline-block;
}

#sub #categoryMenu li.level3 a {
  padding: 5px 0px 5px 20px;
}


/* コンテンツタイトル
=============================================== */

#cTitle {
	text-align: center;
	border-bottom: 1px solid #E5E1D1;
	line-height: 1;
	padding: 80px 0px 70px;
	margin: 0px auto;
	width: 1000px;
	color: #4f3524;
}
#cTitle h1 {
	margin: 0 0 16px;
	font: normal 26px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cTitle p {
	margin: 0;
	font-size: 11px;
}
/* パンくずナビ
=============================================== */

#topicpath {
	margin: 0px auto 50px;
	width: 1000px;
	text-align: right;
	font-size: 11px;
	padding-top: 30px;
}
#topicpath li {
	display: inline-block;
}
#topicpath li + li:before {
	margin: 0 5px;
	content: ">";
	color: #CCC;
}
/* ページの先頭へ
=============================================== */

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop a {
    background: #968C7B;
    text-decoration: none;
    color: #fff;
    padding: 0;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
#pagetop a:hover {
    text-decoration: none;
    background: #8D8271;
}

/* ページ送り
=============================================== */

#pager {
	clear: both;
	height: 40px;
	font-size: 11px;
}
#pager .page-numbers {
	height: 20px;
	padding: 10px 20px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin: 0px 1px 1px 0px;
}
#pager span {
	background: #dcdbd3;
}
#pager a {
	color: #fff;
	background: #ada293;
}
#pager a:hover {
	background: #C8C8C8;
	text-decoration: none;
}
/* 次の記事
=============================================== */

#pageNav {
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin-top: 100px;
	overflow: hidden;
	padding-top: 20px;
	font-size: 13px;
}
#pageNav li {
	float: left;
	width: 50%;
}
#pageNav li.prev {
	border-right: 1px solid #e4e4e4;
	box-sizing: border-box;
}
#pageNav li.prev a:before {
	content: "<";
	display: inline;
	margin-right: 5px;
}
#pageNav li.next {
	text-align: right;
}
#pageNav li.next a:after {
	content: ">";
	display: inline;
	margin-left: 5px;
}
/* 共通スタイル
=============================================== */

#contents #title {
	margin: 0px 0px 80px;
	text-align: center;
}
#contents #title h2 {
	font: normal 32px/1.4 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0px 0px 40px;
	color: #937859;
}
#contents #title p {
	font: normal 16px/2 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.arw {
	padding-left: 16px;
	background: url(/images/arw.png) no-repeat left center;
}
.attention {
	color: #f00;
}
.btn {
	background: #4f3524;
	color: #FFF;
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
	font-size: 13px;
	min-width: 200px;
}
.btn:hover {
	background: #754F35;
	text-decoration: none;
}
/* タイトル
=============================================== */

h2.ttl {
	padding: 50px 0px;
	font-size: 24px;
	border-top: 3px solid #e4e4e4;
	margin: 100px 0px 40px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	font-weight: normal;
	background: url(/images/h2_ttl.png) no-repeat center center;
}
h3.ttl {
	clear: both;
	font-size: 21px;
	margin: 50px 0px 40px;
	padding: 0px 0px 25px;
	font-weight: normal;
	color: #4f3524;
	position: relative;
}
h3.ttl span {
	font-size: 14px;
}
h3.ttl:after {
	content: " ";
	float: left;
	position: absolute;
	bottom: 0px;
	background: #978678;
	height: 1px;
	width: 30px;
	left: 0px;
}
section .ttl:first-child {
	margin-top: 0!important;
}


/* 共通表
=============================================== */

dl.table {
	border-top: 1px solid #E5E1D1;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
dl.table dt {
	clear: both;
	float: left;
	padding: 25px;
	margin: 0px;
}
dl.table dd {
	border-bottom: 1px solid #E5E1D1;
	padding: 25px 25px 25px 200px;
	margin: 0px;
}
dl.table dd:nth-child(4n+2) {
	background: #f5f5ed;
}
dl.table dd p:first-child {
	margin-top: 0;
}
dl.table dd h4 {
	margin: 1.5em 0px 0.5em;
	font-size: 14px;
	color: #4f3524;
}
dl.table dd h4+p {
	margin-top: 0.5em;
}
dl.table dd h4:first-child {
	margin-top: 0;
}
dl.table dd p:last-child {
	margin-bottom: 0;
}
#pNav ul{
  margin: 0px;
	padding: 0px;
	list-style: none;
}
#pNav li{
  display: inline-block;
}
#pNav li+li{
  margin-left: 20px;
}

/* アロマガイド
=============================================== */

#aromaguide #aromaguideList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 1050px;
	overflow: hidden;
	margin-bottom: -50px;
}
#aromaguide #aromaguideList li {
	float: left;
	width: 300px;
	margin: 0px 50px 50px 0px;
}
#aromaguide #aromaguideList li figure {
	margin-bottom: 15px;
}
#aromaguide #aromaguideList li figure img {
	width: 100%;
}
#aromaguide #aromaguideList li:nth-child(3n+1) {
	clear:both;
}
#aromaguide #visual {
	text-align: center;
	margin: 0px 0px 70px;
}
#aromaguide #entry {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#aromaguide #entry #text {
	overflow: hidden;
}
#aromaguide #entry h2 {
	margin: 0 0 30px;
	color: #4f3524;
	font-size: 26px;
	font-weight: normal;
}
#aromaguide #recipe {
	width: 380px;
	margin: 0px 0px 0px 0px;
	float: right;
	background: #F9F9F4;
	padding: 30px;
	margin-left: 50px;
}
#aromaguide #recipe h3 {
	font-size: 16px;
	margin: 0px 0px 10px;
	color: #4f3524;
}
#aromaguide #recipe dl {
	border-top: 1px dotted #E5E1D1;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
#aromaguide #recipe dt {
	clear: both;
	float: left;
	padding: 15px 0px 15px 5px;
	margin: 0px;
}
#aromaguide #recipe dd {
	border-bottom: 1px dotted #E5E1D1;
	padding: 15px 5px 15px 0px;
	text-align: right;
	margin: 0px;
}
#aromaguide #productsList h2 {
	margin: 0px 0px 25px;
	font-size: 20px;
	font-weight: normal;
	color: #4f3524;
}
#aromaguide #productsList {
	clear: both;
	margin-top: 60px;
	border-top: 1px solid #E5E1D1;
	padding-top: 50px;
}

/* キャンペーン
=============================================== */

#campaign #campaignList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 1060px;
	overflow: hidden;
	margin-bottom: -50px;
}
#campaign #campaignList li {
	float: left;
	width: 470px;
	margin: 0px 60px 50px 0px;
}
#campaign #campaignList li figure {
	margin-bottom: 15px;
}
#campaign #campaignList li figure img {
	width: 100%;
}
#campaign #campaignList li .meta {
	font-size: 11px;
	color: #978678;
}
#campaign #campaignList li a {
}


/* エッセンスについて
=============================================== */

#about #contentsList {
	width: 1000px;
	overflow: hidden;
}
#about #contentsList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	width: 1040px;
}
#about #contentsList li {
	float: left;
	width: 480px;
	margin: 0px 40px 50px 0px;
}
#about #contentsList li figure {
	width: 480px;
	height: 200px;
}
#about #contentsList li figure img {
	width: 480px;
	height: 200px;
}
#about #contentsList li .text {
	padding: 25px 30px;
}
#about #contentsList li .text h3 {
	margin: 0px 0px 5px;
	font: normal 16px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
#about #contentsList li .text p {
	margin: 0px;
	font-size: 12px;
}
#about #contentsList li a {
	display: block;
	background: #FFF;
	box-sizing: border-box;
}
#about #contentsList li a p {
	color: #666;
}
#about #contentsList li a:hover {
	text-decoration: none;
	background: #f7f6f1;
}
#about #contentsList li:first-child {
	display: table;
	width: 100%;
}
#about #contentsList li:first-child figure {
	display: table-cell;
}
#about #contentsList li:first-child .text {
	display: table-cell;
	vertical-align: middle;
}

/* メッセージ 日本のみなさまへ
=============================================== */

#about.message #ceo {
	overflow: hidden;
	padding-bottom: 80px;
	border-bottom: 1px solid #E5E1D1;
}
#about.message #ceo #photo {
	margin: 0px;
	float: left;
}
#about.message #ceo #text {
	overflow: hidden;
	float: right;
	width: 600px;
}
#about.message #ceo #text h2 {
	margin: 20px 0px 30px;
	color: #4f3524;
	font: normal 26px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#about.message #ceo #text p {
	line-height: 2;
}
#about.message #ceo #text .sign {
	text-align: right;
	margin: 40px 0px 0px;
}
#about.message #featureList {
	overflow: hidden;
	margin: 0px auto;
	width: 720px;
}
#about.message #featureList h2 {
	clear: both;
	font: normal 28px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4f3524;
	margin: 100px 0 70px;
	text-align: center;
}
#about.message #featureList ul {
	width: 800px;
	margin: 0px 0px -80px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
#about.message #featureList li {
	float: left;
	width: 320px;
	margin: 0px 80px 80px 0px;
}
#about.message #featureList li figure {
	margin-top: 20px;
}
#about.message #featureList li figure img {
}
#about.message #featureList li:nth-child(1) .text, #about.message #featureList li:nth-child(2) .text {
	min-height: 12em;
}
#about.message #featureList li:nth-child(3) .text, #about.message #featureList li:nth-child(4) .text {
	min-height: 15em;
}
#about.message #featureList .reason li:nth-child(1) .text, #about.message #featureList .reason li:nth-child(2) .text {
	min-height: 20em;
}
#about.message #featureList li .text h3 {
	color: #4f3524;
	margin: 0px 0px 15px;
	font-size: 16px;
}
#about.message #featureList li .text p {
	margin: 0px;
	font-size: 12px;
}
#about.message #featureList li .text p+p {
	margin-top: 10px;
}

/* ストーリー
=============================================== */

#about.story #outline {
	text-align: center;
	margin: 100px 0px 70px;
}
#about.story #outline h2 {
	font: normal 32px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4f3524;
	margin: 0;
}
#about.story #outline figure {
	margin: 70px 0px;
}
#about.story #outline p {
	line-height: 2;
}
#about.story #story {
	margin-top: 40px;
	clear: both;
}
#about.story #story #photo {
	margin: 0px;
	float: left;
}
#about.story #story #text {
	overflow: hidden;
	float: right;
	width: 600px;
	line-height: 2;
}
#about.story #story #text p:first-child {
	margin-top: 0;
}

/* エッセンスのこだわり
=============================================== */

#about.quality .messageSec {
	text-align: center;
	margin: 100px 0px 70px;
}
#about.quality .messageSec h2 {
	font: normal 32px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4f3524;
	margin: 0;
}
#about.quality .messageSec figure {
	margin: 70px 0px;
}
#about.quality .messageSec p {
	line-height: 2;
}
#about.quality #approach {
	margin-top: 70px;
	clear: both;
	display: table;
}
#about.quality #approach #photo {
	margin: 0px;
	display: table-cell;
	vertical-align: top;
}
#about.quality #approach #text {
	overflow: hidden;
	display: table-cell;
	font-size: 13px;
	background: #FFF;
	padding: 50px;
}
#about.quality #approach #text h3 {
	color: #4f3524;
	margin: 0 0 20px;
	font-size: 18px;
}
#about.quality #approach #text ol {
	margin: 0px;
	padding: 0px 0px 0px 1.8em;
}
#about.quality #approach #text li+li {
	margin-top: 10px;
}
/* 安全性について
=============================================== */

#about.safety #safetyList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#about.safety #safetyList li {
	margin-bottom: 40px;
}
#about.safety #safetyList li h3 {
	background: #fafafa;
	padding: 20px 30px;
	font-size: 18px;
	color: #4f3524;
	margin: 0;
}
#about.safety #safetyList li .text {
	padding: 40px;
	background: #fff;
}
#about.safety #safetyList li h4 {
	font-size: 14px;
	margin: 0;
}
#about.safety #safetyList li em {
	color: #930;
	font-style: normal;
}
#about.safety #safetyList li ul {
	list-style: disc;
	padding-left: 1.5em;
}
#about.safety #safetyList li ul li {
	margin: 0px;
}
#about.safety #safetyList li ul li+li {
	margin-top: 10px;
}
#about.safety #safetyList li div > p:first-child {
	margin-top : 0;
}
/* よくあるご質問
=============================================== */

#about.faq #faqList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#about.faq #faqList li {
	background: #fafafa;
	margin-bottom: 30px;
}
#about.faq #faqList li .q {
	padding: 20px;
	background: #fafafa;
	overflow: hidden;
}
#about.faq #faqList li .q .icon {
	color: #857ac4;
}
#about.faq #faqList li .icon {
	font-size: 21px;
	font-weight: normal;
	width: 30px;
	display: table-cell;
	vertical-align: top;
	line-height: 1;
}
#about.faq #faqList li .q h3 {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	color: #4f3524;
}
#about.faq #faqList li .a {
	padding: 30px 20px 30px 50px;
	background: #fff;
}
#about.faq #faqList li .text {
	display: table-cell;
	vertical-align: top;
}
/* 製品情報
=============================================== */

#products #outline {
	text-align: center;
	margin: 100px 0px 70px;
}
#products #outline h2 {
	font: normal 32px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4f3524;
	margin: 0;
}
#products #outline figure {
	margin: 70px -100px 0px;
}
#products #outline p {
	line-height: 2;
}
#products #categoryList {
	text-align: center;
}
#products #categoryList h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 20px;
	color: #4f3524;
}
#products #categoryList p {
	line-height: 2;
	margin-bottom: 40px;
}
#products #categoryList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	width: 1050px;
}
#products #categoryList li {
	float: left;
	margin: 0px 50px 30px 0px;
}
#products #categoryList li h3 {
	font: normal 16px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0px;
	padding: 20px 15px 15px;
	border-bottom: 1px solid #f1efee;
}
#products #categoryList li figure img {
	width: 100%;
}
#products #categoryList li a {
	display: block;
	background: #FFF;
	width: 300px;
	box-sizing: border-box;
}
#products #categoryList li a:hover {
	text-decoration: none;
	background: #f7f6f1;
}
/* 商品一覧
=============================================== */

#productsList {
}
#productsList #categoryOutline {
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E1D1;
	padding-bottom: 20px;
}
#productsList #categoryOutline h2 {
	font-size: 24px;
	margin: 0px 0px 20px;
	color: #4f3524;
}
#productsList #categoryOutline p {
	margin-bottom: 0px;
}
#productsList .listPager {
	font-size: 12px;
	margin-bottom: 30px;
	position: relative;
	clear: both;
	height: 1.5em;
}
#productsList .listPager.foot {
	margin: 30px 0 0;
}
#productsList .listPager .itemNum {
}
#productsList .listPager .pager {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#productsList ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 1050px;
}
#productsList ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#productsList li {
	float: left;
	margin: 0px 35px 50px 0px;
}
#productsList li h4 {
	margin: 0px 0px 5px;
	font-size: 13px;
	font-weight: normal;
}
#productsList li p.text {
	font-size: 11px;
	margin-bottom:10px;
}
#productsList li p.price {
	text-align: right;
	margin: 0px;
	font-size: 10px;
}
#productsList li p.text+p.price {
	text-align: right;
	margin: 0px;
	font-size: 10px;
}
#productsList li p.price strong {
	font-size: 12px;
}
#productsList li p.member_price strong {
	font-size: 14px;
	color: #bf0000;
}

#productsList li br {
  display: none;
}
#productsList li .pricebox {
	text-align: right;
	margin: 0px;
	font-size: 11px;
  color: #808040!important;
}
#productsList li .pricebox span {
  font-size: 12px;
  color: #bf0000;
}
#productsList li figure {
	width: 230px;
	height: 230px;
	background: #FFF;
	margin-bottom: 15px;
}
#productsList li figure img {
	width: 230px;
	height: 230px;
}
#productsList li a {
	display: block;
	width: 230px;
	overflow:hidden;
}
#productsList li a p.text  {
	  color: #886F33;
}
#productsList li a:hover {
	text-decoration: none;
	background: #FFF;
	padding: 10px;
	margin: -10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#productsList li:nth-child(3n+1) {
	clear: both;
}
#productsList li .addcart {
	font-size: 12px;
  margin-top: 10px;
}
#productsList li .addcart select {
    border: 0;
    margin: 0 5px 0 0;
    padding: 5px;
}
#productsList li input {
    border: none;
    padding: 5px 0px;
    text-decoration: none;
    background-color: #B2A899;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font: normal 13px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
    -webkit-appearance: none;
    border-radius: 0;
    width: 130px;
}
#productsList li input:hover {
    background: #4F3524;
}
/* 商品詳細
=============================================== */

#products #gallery {
	float: left;
	width: 500px;
	margin-bottom: 100px;
}
#products #gallery a {
	transition: 0s;
}
#products #gallery .mainImage {
	margin: 0px 0px 30px;
}
#products #gallery .mainImage img {
	width: 500px;
}
#products #gallery .mainImage img {
	margin: 0px;
}
#products #gallery .thumbnail ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#products #gallery #thumbnail li {
	width: 80px;
	height: 80px;
	display: inline-block;
}
#products #gallery #thumbnail li+li {
	margin-left: 10px;
}
#products #gallery #thumbnail li img {
	width: 80px;
	height: 80px;
}
#products #gallery .thumbnail .over {
	margin: -1px;
	border: 1px solid #AC9877;
	display: block;
}
#products #details {
	float: right;
	width: 440px;
	overflow: hidden;
}
#products #details .code {
	margin: 0px 0px 10px;
	font-size: 10px;
}
#products #details h2 {
	margin: 0px;
	color: #4f3524;
	font-size: 24px;
	padding-bottom: 20px;
	border-bottom: 3px solid #E5E1D1;
	font-weight: normal;
}
#products #details .copy {
	margin: 5px 0px 0px;
	font-size: 12px;
	color: #886F33;
}
#products #details .priceList {
	margin: 0px;
	font-size: 12px;
	padding: 30px 0px 0px;
}
#products #details .priceList dl {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#products #details .priceList dt {
	display: inline;
	margin-right: 5px;
}
#products #details .priceList dd {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#products #details .priceList .usual_price {
	font-size: 11px;
	margin-bottom: 10px;
}
#products #details .priceList strong {
	font-size: 18px;
}
#products #details .priceList .member_price strong {
	font-size: 24px;
  color: #bf0000;
}
#products #details .priceList .members strong {
	color: #bf0000;
	font-size: 18px;
}
#products #details .cart {
	padding: 15px 0px 30px;
	border-bottom: 1px solid #E5E1D1;
}
#products #details .cart select {
	border: 0;
	margin: 0 5px 0 0;
	padding: 10px;
}
#products #details .cart .cartBtn {
	background: #4f3524;
	padding: 11px;
	color: #FFF;
	display: inline-block;
	width: 200px;
	text-align: center;
}
#products #details .cart .cartBtn:hover {
	background: #754F35;
	text-decoration: none;
}
#products #details .comment {
	border-bottom: 1px solid #E5E1D1;
	padding: 30px 0px;
}
#products #details .comment p {
	margin: 0px;
	line-height: 1.8;
}
#products #details .data {
	overflow: hidden;
}
#products #details .data {
	margin: 30px 0px;
}
#products #details .data dt {
	color: #4F3524;
	font-size: 12px;
	font-weight: bold;
}
#products #details .data dd {
	padding: 5px 0px 20px;
	margin: 0px;
	font-size: 13px;
}


#productsList.column4 {
	clear: both;
	border-top: 1px solid #E5E1D1;
	padding-top: 50px;
	width: 1000px;
}
#productsList.column4 h2 {
	margin: 0px 0px 25px;
	font-size: 20px;
	font-weight: normal;
	color: #4f3524;
}
#productsList.column4 li figure {
	width: 232px;
	height: 232px;
}
#productsList.column4 li figure img {
	width: 232px;
	height: 232px;
}
#productsList.column4 li a {
	width: 232px;
}
#productsList.column4 li {
	margin: 0px 25px 40px 0px;
}
#productsList.column5 li a {
	width: 232px;
}
#productsList.column4 li:nth-child(3n+1) {
	clear: none;
}
#productsList.column4 li:nth-child(4n+1) {
	clear: both;
}

#productsList.column5 {
	clear: both;
	border-top: 1px solid #E5E1D1;
	padding-top: 50px;
	width: 1000px;
}
#productsList.column5 h2 {
	margin: 0px 0px 25px;
	font-size: 20px;
	font-weight: normal;
	color: #4f3524;
}
#productsList.column5 li figure {
	width: 180px;
	height: 180px;
}
#productsList.column5 li figure img {
	width: 180px;
	height: 180px;
}
#productsList.column5 li {
	margin: 0px 25px 40px 0px;
}
#productsList.column5 li a {
	width: 180px;
}
#productsList.column5 li:nth-child(3n+1) {
	clear: none;
}
#productsList.column5 li:nth-child(5n+1) {
	clear: both;
}


/* カスタマーレビュー */

#products #review {
	clear: both;
	margin: 50px 0;
	border-top: 1px solid #E5E1D1;
	padding-top: 50px;
}
#products #review h2 {
	margin: 0px 0px 30px;
	font-size: 20px;
	font-weight: normal;
	color: #4f3524;
}
#products .intro {
	margin-bottom: 30px;
}
#products #review #reviewList {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
}
#products #review #reviewList li {
	margin: 0;
}
#products #review #reviewList li h4 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #4F3524;
}
#products #review #reviewList li .meta {
	font-size: 12px;
	margin: 0 0 5px;
}
#products #review #reviewList li+li {
	margin-top: 20px;
}
#products #review #reviewList li .level {
	color: #EAC671;
}
/* 会社案内
=============================================== */

#company #contentsList {
	width: 1000px;
	overflow: hidden;
}
#company #contentsList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	width: 1040px;
}
#company #contentsList li {
	float: left;
	width: 480px;
	margin: 0px 40px 50px 0px;
	display: table;
}
#company #contentsList li figure {
	width: 200px;
	height: 200px;
	display: table-cell;
}
#company #contentsList li figure img {
	width: 200px;
	height: 200px;
}
#company #contentsList li .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 40px;
}
#company #contentsList li .text h3 {
	margin: 0px 0px 10px;
	font: normal 18px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
#company #contentsList li .text p {
	margin: 0px;
	font-size: 12px;
}
#company #contentsList li a {
	display: block;
	background: #FFF;
	box-sizing: border-box;
}
#company #contentsList li a:hover {
	text-decoration: none;
	background: #f7f6f1;
}
#company #contentsList li a p {
	color: #666;
}
/* 取扱店舗
=============================================== */

#stores .sotoreList {
	clear: both;
	overflow: hidden;
}
#stores .sotoreList+.sotoreList {
	margin-top: 80px;
}
#stores .sotoreList figure {
	width: 420px;
	margin: 0px;
	float: left;
}
#stores .sotoreList figure img {
	width: 100%;
}
#stores .sotoreList .text {
	overflow: hidden;
	float: right;
	width: 520px;
}
#stores .sotoreList h3 {
	border-bottom: 3px solid #E5E1D1;
	margin: 0px 0px 30px;
	color: #4f3524;
	padding-bottom: 20px;
}
#stores .sotoreList .text p {
	line-height: 2;
}
#stores .sotoreList .text dl {
	border-top: 1px solid #E5E1D1;
	padding: 0px;
	margin: 30px 0px 0px;
	font-size: 12px;
}
#stores .sotoreList .text dt {
	clear: both;
	float: left;
	padding: 12px 0px 12px 5px;
	margin: 0px;
}
#stores .sotoreList .text dd {
	border-bottom: 1px solid #E5E1D1;
	padding: 12px 0px 12px 100px;
	margin: 0px;
}
/* アロマテラピー101
=============================================== */


#aromatherapy101 .chapter {
	clear: both;
	overflow: hidden;
}
#aromatherapy101 .chapter+.chapter {
	margin-top: 70px;
}
#aromatherapy101 .chapter .visual {
	margin: 0px;
	float: left;
}
#aromatherapy101 .chapter .visual figure {
	margin: 0px;
}
#aromatherapy101 .chapter .visual figure img {
	width: 460px;
}
#aromatherapy101 .chapter .text {
	overflow: hidden;
	float: right;
	width: 480px;
}
#aromatherapy101 .chapter h2 {
	margin: 0px 0px 40px;
	color: #4f3524;
	font: normal 28px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#aromatherapy101 .chapter h3 {
	margin: 0px 0px 40px;
	color: #4f3524;
	font: normal 24px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	padding: 0px 0px 25px;
}
#aromatherapy101 .chapter h3:after {
	content: " ";
	float: left;
	position: absolute;
	bottom: 0px;
	background: #978678;
	height: 1px;
	width: 30px;
	left: 0px;
}
#aromatherapy101 .chapter h3 span {
	display: block;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #978678;
	margin-top: 7px;
}
#aromatherapy101 .chapter h4 {
	font-size: 15px;
	margin: 25px 0px 10px;
}
#aromatherapy101 .chapter .text p {
	line-height: 2;
}
#aromatherapy101 .chapter .text ul {
	padding: 0px 0px 0px 1.5em;
}
#aromatherapy101 .chapter .text li+li {
	margin-top: 5px;
}
#aromatherapy101 .chapter .sectionList {
	margin: 30px 0px 0px;
	padding: 0px 0px 0px 1.5em;
	font-size: 13px;
}
#aromatherapy101 .chapter .sectionList li+li {
	margin-top: 5px;
}
#aromatherapy101 .chapter .visual .sectionList {
	margin-top: 50px;
}
#aromatherapy101 .chapter .text nav {
	line-height: 2;
	border-top: 1px solid #E5E1D1;
	margin-top: 50px;
	text-align: right;
	padding-top: 30px;
	font-size: 12px;
}

/* LIFE by ESCENTS
=============================================== */

#lifeby * {
  box-sizing: border-box;
}
#lifeby #visual {
	margin: 0px 0px 70px;
}
#lifeby .messageSec {
  clear:both;
		margin: 100px 0px 70px;
}
#lifeby .messageSec h2 {
	font: normal 32px 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4f3524;
	margin: 0 0 40px;
}
#lifeby .messageSec p {
	line-height: 2;
}


#lifeby #outline {
  text-align:center;
}
#lifeby #outline p {
  line-height: 2;
  font-size: 16px;;
}

#lifeby .lifebyCat {
  clear: both;
  border-top: 3px solid #5aa1a2;
  margin-bottom: 100px;
}
#lifeby .lifebyCat .outline {
  padding: 50px 0;
	font-family: 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  color: #5aa1a2;
}
#lifeby .lifebyCat .outline figure {
  display: table-cell;
}
#lifeby .lifebyCat .outline .text {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;

}
#lifeby .lifebyCat .outline h2 {
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}
#lifeby .lifebyCat .outline p {
  line-height: 2;
  font-size: 16px;
    margin: 0;
}
#lifeby .essentialOil {
  overflow: hidden;
  margin-bottom: 50px;
}
#lifeby .essentialOil .product {
  margin: 0px 6% 0 0;
  width: 47%;
  float: left;
}
#lifeby .essentialOil .product:nth-child(even) {
  margin: 0;
}
#lifeby .essentialOil .product figure {
  margin: 0px;
  display: table-cell;
}
#lifeby .essentialOil .product .text{
  display: table-cell;
  line-height: 2;
  vertical-align: top;
  padding: 0 0 0 40px;
}
#lifeby .essentialOil .product .text h4{
  margin: 0 0 0.5em 0;
  font-size: 16px;
}
#lifeby .essentialOil .product .text p{
  margin: 0 0 1em 0;
  font-size: 13px;
}
#lifeby .essentialOil .product .text ul{
  margin: 0 0 2em 0;
  padding: 0 0 0 1.5em;
  font-size: 11px;
}
#lifeby .essentialOil .product .cartBtn {
    background: #5aa1a2;
    padding: 11px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#lifeby .essentialOil .product .cartBtn:hover {
	background: #754F35;
	text-decoration: none;
}
#lifeby .aromaBrend {
  overflow: hidden;
  margin-bottom: 50px;
  background: #fff;
  padding: 60px 50px 30px 40px;
  border: 1px #e5e1d1 solid;
}
#lifeby .aromaBrend .product {
  margin: 0px 4% 5% 0;
  width: 48%;
  float: left;
}
#lifeby .aromaBrend .product:nth-child(even) {
  margin: 0;
}
#lifeby .aromaBrend .product figure {
  margin: 0px;
  display: table-cell;
}
#lifeby .aromaBrend .product .text{
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
}
#lifeby .aromaBrend .product .text h4{
  margin: 0 0 0.5em 0;
  font-size: 13px;
}
#lifeby .aromaBrend .product .text p{
  margin: 0 0 1em 0;
  font-size: 12px;
}
#lifeby .aromaBrend .product .text p:last-child{
  margin: 0 ;
}


/* ブログ
=============================================== */


#main .entry {
  margin-bottom: 80px;
}
#main .entry .title {
  border-top: 2px solid #A29888;
  border-bottom: 1px solid #E5E1D1;
  margin-bottom: 25px
}
#main .entry .title h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 25px 0;
  margin: 0px;
}
#main .entry .entrybody img {
  margin: 20px auto;
}
#main .entry .entrybody {
  clear: both;
  border-bottom: 1px solid #E5E1D1;
  padding-bottom: 20px;
}
#main .entry .meta {
  padding-top: 25px;
  font-size: 12px;
}
#main .entry .meta span {
  display: inline-block;
  padding-right:10px;
  margin-right: 10px;
  border-right: 1px solid #e8e8e8;
}
#sub #sidemenu nav {
  padding-top: 30px;
  margin: 0px 0px 40px 0px;
}

#sub #sidemenu ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
#sub #sidemenu li {
  margin: 0px 0px 5px;
  padding: 0px;
  list-style: none;
  text-indent: -15px;
}
#sub #sidemenu li:before {
  content: "・";
  width: 10px;
  height: 10px;
  margin: 0px 5px 0 0;
  float: left;
}
#sub #sidemenu li ul {
  margin: 5px 0px 10px 15px;
}
#sub #sidemenu li ul li {
  font-size: 12px;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 3px;
}


/* お知らせ
=============================================== */

#information #infoList {
}
#information #infoList h2.ttl {
	margin: 0px 0px 5px;
}
#information #infoList dl {
	border-top: 1px solid #E5E1D1;
	padding: 0px;
	margin: 0px 0px 50px;
}
#information #infoList dt {
	clear: both;
	float: left;
	padding: 25px;
	margin: 0px;
	color: #937859;
}
#information #infoList dd {
	border-bottom: 1px solid #E5E1D1;
	padding: 25px 20px 25px 150px;
	margin: 0px;
}
#information #infoList dd:nth-child(4n+2) {
	background: #f5f5ed;
}
#information #entry {
}
#information #entry .title h3 {
	margin: 10px 0px 40px;
	font-size: 20px;
	color: #4f3524;
	border-bottom: 1px solid #E5E1D1;
	padding-bottom: 20px;
}
#information #entry .meta {
	font-size: 11px;
}
#information #entry .entrybody {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 100px;
}
#information #entry .entrybody img {
	margin: 10px auto;
}
/* マイページ
=============================================== */

#pointAnnounce {
	margin: 0px 0px 20px;
}
#pointAnnounce .point {
	color: #bf0000;
}
/* ポップアップ画面
=============================================== */

#windowcolumn {
	padding: 10px;
}
#windowcolumn h2 {
	margin: 0px 0px 30px;
	color: #4f3524;
	font-size: 24px;
	border-bottom: 3px solid #E5E1D1;
	font-weight: normal;
	padding: 20px 0px;
}
#windowcolumn #formArea .intro {
	margin-bottom: 25px;
}
#windowcolumn #formArea dt {
	padding: 15px 2%;
	width: 30%;
}
#windowcolumn #formArea dd {
	padding: 15px 0 15px 30%;
	min-height: 1.5em;
}
#windowcolumn #formArea dd:after {
 content:  " ";
}

#windowcolumn #formArea dd {
	padding: 15px 0 15px 30%;
	min-height: 1.5em;
}
#windowcolumn .btn_area {
	padding: 0px 0px 40px;
}
/* ホーム
=============================================== */



#home #visual {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #e1dfca;
}
#home #visual .inner {
  width: 1300px;
  margin: 0 auto;
}
#home #visual .copy {
  z-index: 2000;
  width: 1000px;
  margin: 150px auto 50px;
}
#home #visual .onlinebtn {

}
#home #visual .onlinebtn a {
  width: 260px;
  border: 1px solid #4f3524;
  display: block;
  padding: 10px;
  text-align: center;
  color: #4f3524;
}
#home #visual .onlinebtn a:hover {
  background: #4f3524;
  color: #FFF;
  text-decoration: none;
}

#home #visual ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #visual li img {
	width: 100%;
	min-width: 1120px;
}
#home #visual .mobileapp {
	position: relative;
}
#home #visual .appstore {
	z-index: 2;
	position: absolute;
	top: 350px;
	left: 230px;
}
#home #visual .googleplay {
	z-index: 2;
	position: absolute;
	top: 350px;
	left: 410px;
}
#home #campaignSec {
	width: 1000px;
	margin: 0 auto;
}
#home #campaignSec ul {
	width: 1470px;
	margin: 0px 0px 0px -235px;
	padding: 0px;
	list-style: none;
  overflow: hidden;
  height: 280px;
}
#home #campaignSec li {
	background: #fff;
	margin: 5px;
	position: relative;
  overflow: hidden;

}
#home #campaignSec li img {
	width: 480px;
  height: 280px;
}
#home #featureSec {
	overflow: hidden;
	margin-bottom: 40px;
 width: 680px;
 float: left;
}
#home #featureSec ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
#home #featureSec li {
  float: left;
  width: 300px;
  text-align: center;
  margin: 0px 40px 20px 0px;
}
#home #featureSec li a {
	display: block;
	color: #4f3524;
}
#home #featureSec li a:hover {
	text-decoration: none;
}
#home #featureSec li figure {
	margin-bottom: 20px;
}
#home #featureSec li h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  font-variant: normal;
}
#home #featureSec li p {
	margin: 0px;
	font-size: 12px;
  display: none;
}
#home #productsSecOld {
	width: 620px;
	float: left;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}
#home #productsSecOld ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #productsSecOld li {
	font-family: 'Libre Baskerville', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 33.3%;
	float: left;
	border-top: 1px solid #e6e6dc;
	font-size: 12px;
}
#home #productsSecOld li figure {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
#home #productsSecOld li p {
	display: table-cell;
	vertical-align: middle;
}
#home #productsSecOld li a {
	display: table;
	width: 100%;
	padding: 14px 0px;
}
#home #informationSec {
	width: 300px;
	float: right;
	overflow: hidden;
}
#home #informationSec h2 {
	border-top: 2px solid #e6e6dc;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font: normal 16px/90px 'Libre Baskerville', serif;
}
#home #informationSec h2 span {
	font-size: 12px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#home #informationSec h2 img {
	vertical-align: middle;
}
#home #informationSec dl {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#home #informationSec dt {
	border-top: 1px solid #e6e6dc;
	font-size: 11px;
	padding: 20px 0px 0px;
}
#home #informationSec dd {
	margin: 0px;
	padding-bottom: 20px;
}
#home #facebookSec {
	width: 480px;
	float: left;
	overflow: hidden;
}
#home #instagramSec {
	width: 480px;
	float: right;
	overflow: hidden;
}


#home #productsSec {
  width: 1000px;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0px 20px;
}
#home #productsSec h2 {
	border-top: 2px solid #e6e6dc;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font: normal 16px/90px 'Libre Baskerville', serif;
}
#home #productsSec h2 span {
	font-size: 12px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#home #productsSec ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
  	width: 1080px;
}
#home #productsSec li {
  width: 215px;

  float: left;
 margin: 0px 47px 30px 0px;
}

#home #productsSec li figure {
  margin: 0px 0px 15px;
}
#home #productsSec li figure img {
  width: 100%;
}
#home #productsSec li h3 {
  font-size: 14px;
  margin: 0 0 0px 0;
}
#home #productsSec li p {
  margin: 0;
  font-size: 12px;
}

#home #bannerSec {
  width: 1000px;
  margin: 70px auto 60px;
  clear: both;
  overflow: hidden;
}
#home #bannerSec ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #bannerSec li {
	float: left;
}
#home #bannerSec li+li {
	margin-left: 40px;
}

#home #footBannerSec {
  width: 1000px;
  margin: 0;
  clear: both;
  overflow: hidden;
}
#home #footBannerSec ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home #footBannerSec li {
	float: left;
}
#home #footBannerSec li+li {
	margin-left: 35px;
}

/* フォーム
=============================================== */

#formArea {
}
#formArea h2 {
	font-size: 24px;
	margin: 0px 0px 20px;
	color: #4f3524;
}
#formArea h3 {
	margin: 50px 0px 30px;
	font-size: 18px;
	font-weight: normal;
	color: #4f3524;
	border-left: 3px solid #4F3524;
	padding-left: 10px;
}
#formArea h4 {
	margin: 2em 0px 1em;
	font-size: 15px;
}
#formArea table {
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
	border: 1px solid #DEDDDB;
	font-size: 13px;
	margin: 20px 0px 40px;
}
#formArea table caption {
	background: #E5E1D1;
	padding: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
#formArea table th {
	padding: 15px;
	background: #f8f8f4;
	font-weight: normal;
	border: 1px solid #DEDDDB;
	vertical-align: top;
}
#formArea table thead th {
	text-align: left;
	background: #ECEBEA;
}
#formArea table td {
	padding: 15px;
	border: 1px solid #DEDDDB;
}
#formArea small {
	display: block;
	margin-top: 10px;
}
#formArea table .alignC {
	text-align: center;
}
#formArea table .alignR {
	text-align: right;
}
#formArea table .alignL {
	text-align: left;
}
#formArea .intro {
	margin-bottom: 40px;
}
#formArea dl {
	border-top: 1px solid #E5E1D1;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#formArea dt {
	clear: both;
	float: left;
	padding: 25px;
	margin: 0px;
}
#formArea dd {
	border-bottom: 1px solid #E5E1D1;
	padding: 25px 25px 25px 240px;
	margin: 0px;
	min-height: 1.5em;
}
#formArea dd:nth-child(4n+2) {
	background: #f5f5ed;
}
#formArea dd p {
	margin: 5px 0px;
}
#formArea input[type=text], #formArea textarea, #formArea select {
	border: 1px solid #e4e4e4;
	margin: 2px 0px;
	background: #fff;
	padding: 5px;
	border-radius: 1px;
}
#formArea .box100 {
	width: 100px;
}
#formArea .box500 {
	width: 500px;
}
.message_area {
	margin: 100px 0px 0px;
	text-align: center;
}
.btn_area {
	margin: 50px 0px 0px;
	text-align: center;
}
.login .btn_area {
	text-align: left;
}
.btn_area p {
	margin-bottom: 30px;
	font-size: 12px;
}
.btn_area ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.btn_area li {
	display: inline-block;
}
.btn_area li+li {
	margin-left: 20px;
}
.btn_area input {
	border: none;
	padding: 10px 0px;
	text-decoration: none;
	background-color: #4F3524;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font: normal 14px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
	-webkit-appearance: none;
	border-radius: 0;
	min-width: 200px;
}
.btn_area input:hover {
	background: #444;
}
.btn_area input.back {
	background: #B7B7B7;
}
#quantity_level {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#quantity_level li {
	display: inline;
}
.list-unstyled {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* スライダー
=============================================== */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-initialized .slick-slide {
	display: block;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	cursor: pointer;
	color: transparent;
	top: 50%;
	margin-top: -24px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev {
	left: 300px;
	background: url(/images/slider_prev.png) no-repeat;
}
.slick-next {
	right: 300px;
	background: url(/images/slider_next.png) no-repeat;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* Dots */

.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	margin-top: -10px;
}
.slick-dots li {
	position: relative!important;
	display: inline-block!important;
	height: 20px!important;
	width: 20px!important;
	margin: 0 5px!important;
	padding: 0!important;
	cursor: pointer!important;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	width: 20px;
	height: 20px;
	text-align: center;
	color: #CCC;
	opacity: 0.25;
	font-size: 6px;
	line-height: 20px;
}
.slick-dots li.slick-active button:before {
	color: #CCC;
	opacity: 0.75;
}
@charset "utf-8";

/* ----------------------------------------
 * clearfix
 * ---------------------------------------- */
 
.clearfix:before,
.clearfix:after {
    content:"";
    display:block;
    overflow:hidden!important;}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* ----------------------------------------
 * 汎用イメージフロート
 * ---------------------------------------- */

.imgfl{
	float:left;
	margin: 0px 30px 0px 0px!important;}
.imgfr{
	float:right;
	margin: 0px 0px 10px 30px;
}

/* ----------------------------------------
 *   汎用float
 * ---------------------------------------- */

.fl { float: left;}
.fr { float: right;}


/* ----------------------------------------
 *   汎用クリア
 * ---------------------------------------- */
.cb { clear: both;}


/* ----------------------------------------
 *   汎用align
 * ---------------------------------------- */

.algl { text-align: left; }
.algr { text-align: right; }


/* ----------------------------------------
 *   汎用width
 * ---------------------------------------- */
.w50 { width: 50px!important;}
.w60 { width: 60px!important;}
.w70 { width: 70px!important;}
.w80 { width: 80px!important;}
.w90 { width: 90px!important;}
.w100 { width: 100px!important;}
.w110 { width: 110px!important;}
.w120 { width: 120px!important;}
.w130 { width: 130px!important;}
.w140 { width: 140px!important;}
.w150 { width: 150px!important;}
.w200 { width: 200px!important;}
.w250 { width: 250px!important;}
.w300 { width: 300px!important;}
.w400 { width: 400px!important;}
.w500 { width: 500px!important;}
.w600 { width: 600px!important;}

/* ----------------------------------------
 *   汎用line-height
 * ---------------------------------------- */

.lh10 { line-height: 1.0!important;}
.lh11 { line-height: 1.1!important;}
.lh12 { line-height: 1.2!important;}
.lh13 { line-height: 1.3!important;}
.lh14 { line-height: 1.4!important;}
.lh15 { line-height: 1.5!important;}
.lh16 { line-height: 1.6!important;}
.lh17 { line-height: 1.7!important;}
.lh18 { line-height: 1.8!important;}
.lh19 { line-height: 1.9!important;}
.lh20 { line-height: 2.0!important;}

/* ----------------------------------------
 *   汎用line-height
 * ---------------------------------------- */

.lh10 { line-height: 1.0!important;}
.lh11 { line-height: 1.1!important;}
.lh12 { line-height: 1.2!important;}
.lh13 { line-height: 1.3!important;}
.lh14 { line-height: 1.4!important;}
.lh15 { line-height: 1.5!important;}
.lh16 { line-height: 1.6!important;}
.lh17 { line-height: 1.7!important;}
.lh18 { line-height: 1.8!important;}
.lh19 { line-height: 1.9!important;}
.lh20 { line-height: 2.0!important;}

/* ----------------------------------------
 *   汎用margin
 * ---------------------------------------- */

.m0 {margin: 0px!important;}
.mt0 {margin-top: 0px!important;}
.ml0 {margin-left: 0px!important;}
.mr0 {margin-right: 0px!important;}
.mb0 {margin-bottom: 0px!important;}

.m5 {margin: 5px!important;}
.mt5 {margin-top: 5px!important;}
.ml5 {margin-left: 5px!important;}
.mr5 {margin-right: 5px!important;}
.mb5 {margin-bottom: 5px!important;}

.m10 {margin: 10px!important;}
.mt10 {margin-top: 10px!important;}
.ml10 {margin-left: 10px!important;}
.mr10 {margin-right: 10px!important;}
.mb10 {margin-bottom: 10px!important;}

.m15 {margin: 15px!important;}
.mt15 {margin-top: 15px!important;}
.ml15 {margin-left: 15px!important;}
.mr15 {margin-right: 15px!important;}
.mb15 {margin-bottom: 15px!important;}

.m20 {margin: 20px!important;}
.mt20 {margin-top: 20px!important;}
.ml20 {margin-left: 20px!important;}
.mr20 {margin-right: 20px!important;}
.mb20 {margin-bottom: 20px!important;}

.m25 {margin: 25px!important;}
.mt25 {margin-top: 25px!important;}
.ml25 {margin-left: 25px!important;}
.mr25 {margin-right: 25px!important;}
.mb25 {margin-bottom: 25px!important;}

.m30 {margin: 30px!important;}
.mt30 {margin-top: 30px!important;}
.ml30 {margin-left: 30px!important;}
.mr30 {margin-right: 30px!important;}
.mb30 {margin-bottom: 30px!important;}

.m35 {margin: 35px!important;}
.mt35 {margin-top: 35px!important;}
.ml35 {margin-left: 35px!important;}
.mr35 {margin-right: 35px!important;}
.mb35 {margin-bottom: 35px!important;}

.m40 {margin: 40px!important;}
.mt40 {margin-top: 40px!important;}
.ml40 {margin-left: 40px!important;}
.mr40 {margin-right: 40px!important;}
.mb40 {margin-bottom: 40px!important;}

.m45 {margin: 45px!important;}
.mt45 {margin-top: 45px!important;}
.ml45 {margin-left: 45px!important;}
.mr45 {margin-right: 45px!important;}
.mb45 {margin-bottom: 45px!important;}

.m50 {margin: 50px!important;}
.mt50 {margin-top: 50px!important;}
.ml50 {margin-left: 50px!important;}
.mr50 {margin-right: 50px!important;}
.mb50 {margin-bottom: 50px!important;}

/* ----------------------------------------
 *   汎用padding
 * ---------------------------------------- */

.p5 {padding: 5px!important;}
.pt5 {padding-top: 5px!important;}
.pl5 {padding-left: 5px!important;}
.pr5 {padding-right: 5px!important;}
.pb5 {padding-bottom: 5px!important;}

.p10 {padding: 10px!important;}
.pt10 {padding-top: 10px!important;}
.pl10 {padding-left: 10px!important;}
.pr10 {padding-right: 10px!important;}
.pb10 {padding-bottom: 10px!important;}

.p15 {padding: 15px!important;}
.pt15 {padding-top: 15px!important;}
.pl15 {padding-left: 15px!important;}
.pr15 {padding-right: 15px!important;}
.pb15 {padding-bottom: 15px!important;}

.p20 {padding: 20px!important;}
.pt20 {padding-top: 20px!important;}
.pl20 {padding-left: 20px!important;}
.pr20 {padding-right: 20px!important;}
.pb20 {padding-bottom: 20px!important;}

.p25 {padding: 25px!important;}
.pt25 {padding-top: 25px!important;}
.pl25 {padding-left: 25px!important;}
.pr25 {padding-right: 25px!important;}
.pb25 {padding-bottom: 25px!important;}

.p30 {padding: 30px!important;}
.pt30 {padding-top: 30px!important;}
.pl30 {padding-left: 30px!important;}
.pr30 {padding-right: 30px!important;}
.pb30 {padding-bottom: 30px!important;}

.p35 {padding: 35px!important;}
.pt35 {padding-top: 35px!important;}
.pl35 {padding-left: 35px!important;}
.pr35 {padding-right: 35px!important;}
.pb35 {padding-bottom: 35px!important;}

.p40 {padding: 40px!important;}
.pt40 {padding-top: 40px!important;}
.pl40 {padding-left: 40px!important;}
.pr40 {padding-right: 40px!important;}
.pb40 {padding-bottom: 40px!important;}

.p45 {padding: 45px!important;}
.pt45 {padding-top: 45px!important;}
.pl45 {padding-left: 45px!important;}
.pr45 {padding-right: 45px!important;}
.pb45 {padding-bottom: 45px!important;}

.p50 {padding: 50px!important;}
.pt50 {padding-top: 50px!important;}
.pl50 {padding-left: 50px!important;}
.pr50 {padding-right: 50px!important;}
.pb50 {padding-bottom: 50px!important;}

/* ----------------------------------------
 *   デフォルト化
 * ---------------------------------------- */

.entrybody {
	font-size: 14px;
	overflow:hidden;
}
.entrybody em {
	font-style: italic;
}
.entrybody ul {
	margin: 1em 0 1em 1em;
}
.entrybody ul li {
	list-style: disc inside;
}
.entrybody ol li {
	list-style: decimal inside;
}
.entrybody h1 {
	font-size: 20px;
}
.entrybody h2 {
	font-size: 18px;
}
.entrybody h3 {
	font-size: 16px;
}
.entrybody h4 {
	font-size: 14px;
}
.entrybody img {
  max-width:100%;
	height:auto;
}
.entrybody h1,
.entrybody h2,
.entrybody h3,
.entrybody h4,
.entrybody h5 {
	margin: 0em 0 0.5em 0;
	font-weight: bold;
}
.entrybody img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entrybody img.alignright {
	margin: 0 0 30px 30px;
	display: inline;
}
.entrybody img.alignleft {
	margin: 0 30px 30px 0;
	display: inline;
}
.entrybody .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entrybody .alignright {
	float: right;
}
.entrybody .alignleft {
	float: left;
}
.entrybody hr {
	border: 1px solid #333333;
}
.entrybody hr {/* for ~IE7 */
	/padding: 0px;
	/height: 1px;
	/border: 0px;
}
.entrybody p {
	line-height: 1.8;
}
.entrybody blockquote {
	border-left: 5px solid #999999;
	background-color: #CCCCCC;
	padding: 1em 0 0 10px;
}
