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

.sp { display: none; }

/* Header
---------------------- */

#header {
	margin: 0 auto;
}
#header h1 {
}
#header h1 a {
	width: 200px;
	height: 60px;
	display: block;
	margin: 0 auto;
	padding: 20px 5px;
	background: url(../img/common/header/logo.png) no-repeat 0 50%;
	text-indent: -9999px;
}
#header #gNav {
	width: 1026px;
	margin: 0 auto;
}
#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#header ul li {
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -9999px;
}
#header ul li a {
	display: block;
	width: 171px;
	height: 45px;
}
#header ul li.logo a {
	background: url(../img/common/header/home.png) no-repeat;
}
#header ul li.store a {
	background: url(../img/common/header/store.png) no-repeat;
}
#header ul li.aboutus a {
	background: url(../img/common/header/about.png) no-repeat;
}
#header ul li.news a {
	background: url(../img/common/header/news.png) no-repeat;
}
#header ul li.onlineshop a {
	background: url(../img/common/header/onlineshop.png) no-repeat;
}
#header ul li.contact a {
	background: url(../img/common/header/contact.png) no-repeat;
}

p.navtitle { display: none; }

/* Top
---------------------- */

h1.top {
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0 5px 5px 0;
	font-weight: normal;
}

#icons {
	width: 810px;
	margin: 100px auto;
}
#icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#icons ul li {
	margin: 0;
	padding: 0;
}
#icons ul li a {
	margin: 5px;
	width: 257px;
	height: 257px;
	text-indent: -9999px;
	float: left;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#icons ul li a:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}
#icons ul li.logo a {
	background: url(../img/top/logo.png) no-repeat 50% 50%;
	-webkit-filter: grayscale(0%);
	filter: none;
}
#icons ul li.store a {
	background: url(../img/top/store.jpg) no-repeat 50% 50%;
}
#icons ul li.aboutus a {
	background: url(../img/top/aboutus.png) no-repeat 50% 50%;
}
#icons ul li.news a {
	background: url(../img/top/news.jpg) no-repeat 50% 50%;
}
#icons ul li.onlineshop a {
	background: url(../img/top/onlineshop.png) no-repeat 50% 50%;
}
#icons ul li.contact a {
	background: url(../img/top/contact.jpg) no-repeat 50% 50%;
}

/* Contents
---------------------------- */

.breadcrumbs {
	padding: 10px;
	background: #EEE;
	font-size: 12px;
	margin: 20px 0 15px 0;
}

#content {
	margin: 30px auto 60px auto;
}


/* Footer
------------------------------ */

#footer {
	background: url(../img/common/bg/hemp.jpg);
}
#footer .foot_info {
	width: 1004px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
#footer .foot_info img.logo {
	position: absolute;
	top: -12px;
	left: 10px;
}
#footer .foot_info .inner {
	width: 48%;
	margin: 140px 1% 1% 1%;
	float: left;
}
.copyright {
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0 10px 5px 0;
}


/* Side
--------------------------- */

#side  {
	width: 170px;
	float: right;
}


/* Blog _ Category 
---------------------------- */
#content.category {
	overflow: hidden;
	width: 1024px;
}
#content.category h2 {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 20px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px dotted #CCC;
}
#content.category .blogs {
	width: 800px;
	float: left;
	overflow: hidden;
}
#content.category .blogs .entry {
	width: 31%;
	margin: 1%;
	float: left;
}
#content.category .blogs .entry .icatch {
	margin-bottom: 10px;
}
#content.category .blogs .entry .icatch img {
	width: 100%;
	height: auto;
}
#content.category .blogs .entry .blogttl {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
#content.category .blogs a:hover .entry .blogttl {
	text-decoration: underline;
}


/* Blog _ Single
---------------------------- */
#content.blogs {
	overflow: hidden;
	width: 1024px;
}
#content.blogs h2 {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 20px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px dotted #CCC;
}
#content.blogs .post {
	width: 800px;
	float: left;
}
#content.blogs .post ul.blog_info {
	overflow: hidden;
	padding: 5px;
	margin: 0 0 10px 0;
	list-style: none;
	font-size: 12px;
	line-height: 140%;
}
#content.blogs .post ul.blog_info li {
	float: left;
	margin: 0 10px 0 0;
}
#content.blogs .post .icatch {
	margin-bottom: 20px;
}
#content.blogs .post .icatch img {
	max-width: 100%;
	height: auto;
}
#content.blogs .post .blog_message {
	padding: 10px;
}
#content.blogs .post .blog_message .img {
	padding: 20px;
	background: url(../img/common/bg/hemp.jpg);
	margin: 30px 0 0 0;
}
#content.blogs .post .blog_message .img img {
	width: 47.5%;
	margin: 1%;
	height: auto;
}

#content.blogs .post .blog_message hr {
	border: 0;
	border-top: dashed 2px #DDD;
	margin: 20px 0;
}
#content.blogs .post .blog_message h4 {
	font-size: 21px;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding: 5px;
	background: -moz-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0, #FFF8CB));
	background: -o-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: linear-gradient(transparent 60%, #FFF8CB 0%);
}
#content.blogs .post .blog_message h5 {
	font-size: 16px;
	line-height: 140%;
	margin: 5px 0;
}



/* About Us
-------------------------- */

.about {
}
.about h2 {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 20px 0 30px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px dotted #CCC;
}
.about .head {
	background: url(../img/contents/about/01.png) no-repeat 95% 10%;
	background-size: 470px;
	min-height: 300px;
	padding-right: 500px;
	margin: 0 auto 60px auto;
	width: 524px;
}
.about .head .concept {
	padding: 15px;
	border: 5px solid #EEE;
	margin-top: 15px;
	background: #FFF;
}
.about .head .concept h3 {
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
	font-weight: 500;
	font-family: "Hiragino Mincho ProN W6", "游明朝体", "MS Mincho", serif;
	background: -moz-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0, #FFF8CB));
	background: -o-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: linear-gradient(transparent 60%, #FFF8CB 0%);
}
.about .head .concept p {
	margin: 10px;
}
.about .img {
	width: 100%;
	height: 450px;
	background: url(../img/contents/about/02.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
}

.about .text {
	padding: 40px;
	background: url(../img/common/bg/hemp.jpg);
	margin: 0;
}
.about .text h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px dashed #FFF;
	text-align: center;
}
.about .text h4 {
	font-size: 21px;
	font-weight: normal;
	margin: 0 auto 5px auto; 
	background: -moz-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0, #FFF8CB));
	background: -o-linear-gradient(transparent 60%, #FFF8CB 0%);
	background: linear-gradient(transparent 60%, #FFF8CB 0%);
	width: 1024px;
}
.about .text h5 {
	font-size: 16px;
	margin: 20px auto 0 auto;
	width: 1024px;
}
.about .text .column {
	padding: 10px;
	margin: 5px auto 30px auto;
	overflow: hidden;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	width: 1004px;
}

.about .team .column_head {
	padding: 10px;
	margin: 5px auto 30px auto;
	overflow: hidden;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	width: 1004px;
}
.about .team .column {
	overflow: hidden;
	padding: 10px;
	margin: 5px auto 30px auto;
	width: 1004px;
}
.about .team .column .member {
	width: 680px;
	float: right;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
}
.about .team .column img {
	width: 300px;
	height: auto;
	float: left;
}

.about .text p,
.about .team p {
	text-indent: 14px;
	margin: 0 0 15px 0;
}

.about .team {
	padding: 40px;
	margin: 20px 0;
}
.about .team h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px dashed #CCC;
	text-align: center;
}
.about .team h4 {
	font-size: 21px;
	font-weight: normal;
	margin: 0 auto 5px auto; 
	width: 1024px;
	background: -moz-linear-gradient(transparent 70%, #FFB891 0%);
	background: -webkit-linear-gradient(transparent 70%, #FFB891 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, transparent), color-stop(0, #FFB891));
	background: -o-linear-gradient(transparent 70%, #FFB891 0%);
	background: linear-gradient(transparent 70%, #FFB891 0%);
}
.about .team h4.ttl {
	background: url(../img/common/bg/hemp.jpg);
	padding: 15px 0;
	text-align: center;
	line-height: 160%;
	margin-bottom: 10px;
}
.about .team small {
	text-align: right;
	display: block;
	border-bottom: 1px dashed #EEE;
	padding-bottom: 5px;
	margin: 0 auto; 
	width: 1024px;
}


/* Store
-------------------------- */

.store {
}
.store h2 {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 20px 0 30px 0;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px dotted #CCC;
}
.store .store_info {
	background: url(../img/contents/store/01.png) no-repeat 98% 50%;
	min-height: 835px;
	padding: 0 15px;
	width: 1024px;
	margin: 0 auto;
}
.store .store_info h3 {
	font-size: 21px;
	line-height: 130%;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	background: -moz-linear-gradient(transparent 60%, #FFB891 0%);
	background: -webkit-linear-gradient(transparent 60%, #FFB891 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, transparent), color-stop(0, #FFB891));
	background: -o-linear-gradient(transparent 60%, #FFB891 0%);
	background: linear-gradient(transparent 60%, #FFB891 0%);
	display: inline;
	width: 1024px;
}
.store .store_info h4 {
	margin: 0 auto 5px auto; 
	width: 1024px;
	padding: 0;
	display: inline;
	background: -moz-linear-gradient(transparent 80%, #FFB891 0%);
	background: -webkit-linear-gradient(transparent 80%, #FFB891 0%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.8, transparent), color-stop(0, #FFB891));
	background: -o-linear-gradient(transparent 80%, #FFB891 0%);
	background: linear-gradient(transparent 80%, #FFB891 0%);
}
.store .store_info a {
	padding: 8px 10px;
	margin: 15px 0 0 0;
	display: block;
	background: #FF6700;
	width: 130px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	box-shadow: 0 3px 0 #AD4A00;
}
.store .store_info a:hover {
	background-color: #E74400;
}

.store .store_info p {
	margin: 5px 0 20px 0;
}
.store .store_info iframe {
	width: 500px;
	height: 500px;
}
