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

body { -webkit-text-size-adjust: none; }

img {
	width: 100%;
	height: auto;
}

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

#header {
	margin: 0 auto;
}
#header h1 {
	width: 100%;
}
#header h1 a {
	width: 100%;
	height: 30px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../img/common/header/logo.png) no-repeat 50% 50%;
	text-indent: -9999px;
}
/* gNav */

#gNav {
	padding: 0;
	margin: 0;
	width: 100%;
}
p.navtitle {
	padding: 7px 10px;
	margin: 0 0 5px 0;
	color: #FFF;
	font-weight: bold;
	width: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-indent: -9999px;
	background: #FFF url(../img/common/ico/menu.png) no-repeat 50% 50%;
	background-size: 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #DDD;
}
#gNav ul {
	position: fixed;
	top: 0;
    left: -70%;
    width: 70%;
    height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../img/common/bg/hemp.jpg);
	z-index: 100000;
}
#gNav ul li {
	margin: 0;
	padding: 0;
}
#gNav ul li a {
	border-bottom: 1px solid #DDD;
	display: block;
	text-decoration: none;
	padding: 10px;
	background: url(../img/common/ico/arrow_gray.png) no-repeat 97% 50%;
	background-size: 7px;
	color: #333;
}



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

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

#icons {
	margin: 50px 10px;
}
#icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#icons ul li {
	margin: 10px 0;
	padding: 0;
	position: relative;
}
#icons ul li img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60%;
	height: auto;
}

#icons ul li a {
	margin: 20px auto;
	border: 5px solid #EEE;
	width: 95%;
	height: 257px;
	text-indent: -9999px;
	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%;
	background-size: contain;
	-webkit-filter: grayscale(0%);
	filter: none;
	border: 0;
	margin-bottom: 50px;
}
#icons ul li.store a {
	background: url(../img/top/sp_store.jpg) no-repeat 50% 0%;
	background-size: cover;
}
#icons ul li.aboutus a {
	background: url(../img/top/sp_aboutus.png) no-repeat 100% 50%;
	background-size: cover;
}
#icons ul li.news a {
	background: url(../img/top/sp_news.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#icons ul li.onlineshop a {
	background: url(../img/top/sp_onlineshop.png) no-repeat 100% 50%;
	background-size: cover;
}
#icons ul li.contact a {
	background: url(../img/top/sp_contact.jpg) no-repeat 50% 50%;
	background-size: cover;
}

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

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

#content {
	margin: 15px 0;
}


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

#footer {
	background: url(../img/common/bg/hemp.jpg);
}
#footer .foot_info {
	margin: 0 auto;
	padding: 150px 10px 10px 10px;
	position: relative;
}
#footer .foot_info img.logo {
	position: absolute;
	top: -12px;
	left: 10px;
	width: auto;
}
#footer .foot_info .inner h3 {
	margin: 15px 0 5px 0;
	font-weight: normal;
	font-size: 16px;
}
#footer .foot_info .inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .foot_info .inner ul li {
	padding: 0;
	margin: 0;
}
#footer .foot_info .inner ul li a {
	background: #DCCFBB url(../img/common/ico/arrow_white.png) 98% 50% no-repeat;
	background-size: 10px;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #CDC2B1;
	border-top: 1px solid #E5D8C3;
}

.copyright {
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0 10px 5px 0;
}


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

#side {
	padding: 0 10px 10px 10px;
	margin-bottom: 30px;
}
#side h3 {
	margin: 15px 0 5px 0;
	font-weight: normal;
	font-size: 16px;
}
#side ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#side ul li {
	padding: 0;
	margin: 0;
}
#side ul li a {
	background: #DCCFBB url(../img/common/ico/arrow_white.png) 98% 50% no-repeat;
	background-size: 10px;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #CDC2B1;
	border-top: 1px solid #E5D8C3;
}

/* Blog _ Category 
---------------------------- */
#content.category {
	overflow: hidden;
}
#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 {
	overflow: hidden;
	padding: 15px;
}
#content.category .blogs .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #CCC;
}
#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: 5px;
}
#content.category .blogs a:hover .entry .blogttl {
	text-decoration: underline;
}


/* Blog _ Single
---------------------------- */
#content.blogs {
	overflow: hidden;
}
#content.blogs h2 {
	text-align: center;
	padding: 0 0 20px 0;
	margin: 20px 0;
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	border-bottom: 2px dotted #CCC;
}
#content.blogs .post {
}
#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: 45%;
	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 50% 0;
	background-size: 380px;
	padding: 320px 20px 10px 20px;
	margin-bottom: 40px;
}
.about .head .concept {
	padding: 15px;
	border: 5px solid #EEE;
	margin-top: 20px;
	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: #FFF8CB;
}
.about .head .concept p {
	margin: 10px;
}
.about .img {
	background: url(../img/contents/about/02_sp.jpg) no-repeat 50% 100%;
	background-size: cover;
	width: 100%;
	height: 350px;
}

.about .text {
	padding: 10px;
	background: url(../img/common/bg/hemp.jpg);
	margin: 0;
}
.about .text h3 {
	font-size: 18px;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 2px dashed #FFF;
}
.about .text h4 {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 10px;
	background: #FFF8CB;
}
.about .text h5 {
	font-size: 14px;
	margin: 20px 0 0 0;
	background: -moz-linear-gradient(transparent 60%, #FFF73F 0%);
	background: -webkit-linear-gradient(transparent 60%, #FFF73F 0%);
	background: -ms-linear-gradient(transparent 60%, #FFF73F 0%);
	background: -o-linear-gradient(transparent 60%, #FFF73F 0%);
	background: linear-gradient(transparent 60%, #FFF73F 0%);
  }
.about .text div,
.about .team div {
	padding: 5px;
	margin: 5px 0 30px 0;
	overflow: hidden;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
}
@media only screen and (max-width: 600px) {
.about .text div,
.about .team div {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
}
}

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

.about .team {
	padding: 10px;
	margin: 20px 0;
}
.about .team h3 {
	font-size: 22px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding-bottom: 30px;
	border-bottom: 2px dashed #CCC;
}
.about .team h4 {
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 5px 0; 
	background: #FFB891;
	padding: 10px;
}
.about .team h4.ttl {
	background: url(../img/common/bg/hemp.jpg);
	padding: 15px;
	text-align: left;
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 18px;
}
.about .team small {
	text-align: right;
	display: block;
	border-bottom: 1px dashed #EEE;
	padding-bottom: 5px;
}


/* 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 {
	padding: 0 15px;
}
.store .store_info h3 {
	font-size: 21px;
	line-height: 130%;
	font-weight: normal;
	margin: 0;
	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;
}
.store .store_info h4 {
	margin: 5px 0 0 0;
	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 0;
	margin: 15px 0 0 0;
	display: block;
	background: #FF6700;
	width: 100%;
	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: 85%;
	height: 300px;
	margin: 10px auto;
}
