@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import 'https://fonts.googleapis.com/css?family=Dosis';

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
}

#page {
	border-top: 1px solid #179a2c;
}

a:hover img {
	opacity: 0.7;
}

input {
	line-height: normal !important;
}

.wrap {
	max-width: 980px;
	margin: 0px auto;
}

.site-header .fa {
	color: #FFFFFF;
}

.contents {
	text-align: left;

}

.english {}

.required {
	color: #CC0000;
}

strong {
	font-weight: bold;
}

.content-area {
	padding-top: 200px;
}

/* ヘッダー */
#menu-toggle {
	display: none;
}

.site-header {
	background-color: #189a2c;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 999;
}

.site-branding {
	padding: 15px 0;
	text-align: center;
}

.site-logo {
	height: 40px;
	width: 96px;
	margin-top: 5px;
}

.site-header-inner {
	max-width: 980px;
	min-height: 80px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

.header-flex {
	width: 100%;
	display: flex;
}

h1.site-title {
	font-size: 14px !important;
}

.site-header-main {
	/* border-bottom: 1px solid #e7e7e7; */
}

/* メインメニュー */
.site-header-menu {
	flex: auto;
	padding: 0;
	margin: 0;
	height: 50px;
}

.site-header-menu ul.primary-menu {
	padding: 0;
	margin: 0px auto;
	display: flex;
	justify-content: center;
}

.site-header-menu ul.primary-menu li.menu-item {

	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 30px;
}

.site-header-menu li.menu-item>a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	height: 50px;
	line-height: 50px;
	display: block;
}

.site-header-menu li.menu-item>a:hover {
	color: #cee1cf;
}

.site-header-menu li.menu-item div.mega-menu {
	display: none;
}

.site-header-menu li.menu-item div.mega-menu {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #393939;
}

.site-header-menu ul div.mega-menu>ul {
	min-width: auto !important;
	width: 980px;
	margin: 0px auto 10px auto;
	display: flex;
}

.site-header-menu ul div.mega-menu>ul li {
	text-align: center;
	list-style: none;
	margin-right: 10px;
}

.site-header-menu ul div.mega-menu>ul li a {
	margin-top: 15px;
	height: auto;
	line-height: 20px;
	display: block;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.site-header-menu ul div.mega-menu>ul li img {
	width: 140px;
	height: 90px;
}

.site-header-menu ul div.mega-menu .sitemap {
	width: 100vw;
	background-color: #393939;
	border-top: 1px solid #222222;
}

.site-header-menu ul div.mega-menu .sitemap {
	width: 100%;
}

.site-header-menu ul div.mega-menu .sitemap div {
	width: 980px;
	margin: 0 auto;
	display: flex;
	padding: 10px 0;
}

.site-header-menu ul div.mega-menu .sitemap div ul {
	width: auto !important;
	min-width: auto !important;
}

.site-header-menu ul div.mega-menu .sitemap ul li {
	float: none;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
	margin-left: 0;
	list-style: none;
}

.site-header-menu ul div.mega-menu .sitemap ul li.title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.site-header-menu ul div.mega-menu .sitemap ul li.title a {
	color: #FFFFFF;
}

.site-header-menu ul div.mega-menu .sitemap ul li.title.mt-20 {
	margin-top: 20px;
}

.site-header-menu ul div.mega-menu .sitemap ul li a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

.site-header-menu ul div.mega-menu .sitemap ul li a:hover {
	text-decoration: underline;
}

.site-header-pagetitle {
	background-color: #3CA344;
	color: #FFFFFF;
	padding: 20px 0 15px 0;
	position: fixed;
	top: 125px;
	width: 100%;
	z-index: 997;
}

.site-header-pagetitle-inner {
	width: 980px;
	margin: 0 auto;
}

/* ヘッダーアイコン */
#site-header-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 997;
}

#site-header-icon>ul {
	padding: 0px;
	margin: 0px;
	display: flex;
}

#site-header-icon>ul>li {
	list-style: none;
	padding: 0px;
	margin: 0 3px;
}

#site-header-icon>ul>li>a {
	background-color: transparent !important;
	display: block;
	padding-top: 10px;
	height: 40px;
	width: 35px;
	text-align: center;
}

#site-header-icon li a:hover {
	opacity: 0.8;
}

#site-header-icon>ul>li>a>i {
	font-size: 1.33em;
}


/* 商品検索 */
.site-header-search {
	clear: both;
	display: none;
	background-color: #F5FAF5;
	position: fixed;
	top: 70px;
	left: 0;
}

.product-search {
	clear: both;
	width: 100%;
	padding: 20px 0px;
	padding-top: 0px;
	text-align: center;
}

.product-search #category-search {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px auto;
}

.product-search #category-search li {
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 18px;
}

.product-search #category-search li a {
	color: #333333;
	text-decoration: none;
}

.product-search #category-search li a img {
	height: 80px;
	max-width: 100px;
	object-fit: contain;
}

.product-search #brand-search {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px auto;
}

.product-search #brand-search li {
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 18px;
}

.product-search #brand-search li a {
	color: #333333;
	text-decoration: none;
}

.product-search #brand-search li a img {
	max-width: 120px;
}

.product-search .brand-search {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto 50px !important;
}

.product-search .brand-search li {
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 18px;
}

.product-search .brand-search li a {
	color: #333333;
	text-decoration: none;
}

.product-search .brand-search li a img {
	width: 100%;
	max-width: 120px;

	@media (max-width: 768px) {
		max-width: 80px;
	}
}

.product-search input[type="search"] {
	clear: both;
	width: 700px;
	font-size: 20px;
	padding: 10px 10px 10px 45px;
	border: 0px;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
	background-position: 15px 16px;
	margin-top: 20px;
}

.product-search input[type="search"]:focus {
	outline: 0;
}

.store-link li {
	background-image: url(/wp-content/themes/designcube/img/arrow-link.svg);
	background-repeat: no-repeat;
	background-position-y: 3px;
	background-size: 12px;
}

#keyword_field2 {}

#keyword_field2 ul {
	display: block !important;
}

#keyword_field2 ul li {
	clear: both !important;
	width: 100% !important;
}

/* オンラインストア */
#woo_top_sidebar li.product-category {
	height: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#woo_top_sidebar li.product-category a {
	display: flex;
}

#woo_top_sidebar li.product-category a img {
	height: 32px !important;
	width: 32px !important;
}

#woo_top_sidebar li.product-category a h2 {
	font-size: 14px;
	color: #393939;
	height: 32px;
	line-height: 32px;
	min-height: 32px;
	padding: 0;
	margin-left: 10px;
	font-weight: normal;
}

#woo_top_sidebar li.product-category a:hover h2 {
	color: #666666;
}

#woo_top_sidebar li.product-category a mark {
	display: none;
}

#woo_top_main {
	min-width: 65%;
}

#woo_top_main .product>p {
	clear: both;
	margin: 30px 0;
}

#woo_top_main .woocommerce-loop-product__title {
	line-height: 20px;
	font-size: 12px;
	color: #393939;
}

#woo_top_main .add_to_cart_button {
	display: none;
}

#woo_top_main .head_title {
	margin: 0;
	/* デフォルトCSS打ち消し */
	font-size: 18px;
	/* 文字サイズ指定 */
	position: relative;
	/* 位置調整 */
	font-weight: normal;
	/* 文字の太さ調整 */
	display: inline-block;
	/* インラインブロックにする */
	background-color: #fff;
	/* 背景色指定 */
	margin-left: 20px;
	/* 周りの余白指定 */
	padding: 0 10px;
	/* 余白指定 */
	color: #3CA344;
}

#woo_top_main .head_title-wrap {
	position: relative;
	/* 位置調整 */
	margin-bottom: 15px;
	/* 周りの余白指定 */
}

#woo_top_main .head_title-wrap:before {
	content: '';
	/* 空白の要素を作る */
	background-color: #000;
	/* 背景色指定 */
	display: block;
	/* ブロック要素にする */
	position: absolute;
	/* 位置調整 */
	left: 0;
	/* 位置調整 */
	width: 100%;
	/* 幅指定 */
	height: 1px;
	/* 高さ指定 */
	top: 0;
	/* 位置調整 */
	bottom: 0;
	/* 位置調整 */
	margin: auto;
	/* 位置調整 */
}

#woo_top_main .store-download dd {
	float: left;
	margin: 0px;
	margin-right: 20px;
}

#woo_top_main .store-download dd a {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
}

#woo_top_main .store-download dd img {
	margin-right: 3px;
	vertical-align: -3px;
}

#woo_top_main .store_special_item_list {
	display: flex;
	flex-wrap: wrap;
}

.bnr_sale img.vc_single_image-img {
	max-height: 200px;
	width: auto;
}

#woo_top_sidebar ul.news-list .date {
	font-weight: normal;
	color: #3CA344;
}

#woo_top_sidebar ul.news-list .text {
	clear: both;
	font-size: 14px;
}

#woo_top_sidebar .store-link li {
	background-position-y: 3px;
	margin: 10px 0;
	font-size: 14px;
}

#woo_top_sidebar .store-sidebar-line {
	padding: 20px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#woo_top_sidebar .woocommerce-product-search button {
	background-color: #3CA344;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	outline: none;
	padding: 4px 10px;
	font-size: 12px;
	appearance: none;
	border-radius: 3px;
}

#woo_top_sidebar .search-field {
	padding: 3px 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

#woo_top_sidebar ul {
	padding: 0;
}

#woo_top_sidebar li {
	list-style: none;
}

#woo_top_sidebar li a {
	text-decoration: none;
}

#woo_top_sidebar li a:hover {
	color: #666666;
}

.woocommerce-products-header__title {
	font-size: 24px;
	font-weight: normal;
}

#woo_single {
	display: flex;
}

#woo_single #woo_top_sidebar {
	min-width: 300px;
	margin-right: 20px;
}

/* コンテンツ */
.site-inner {
	margin: 0px auto;
}

/* スティッキーフッター: 画面高さからヘッダーとフッターの高さを引いた最小高さ */
.site-content {
	min-height: calc(100vh - 360px);
	/* 100vh - ヘッダー(約130px) - フッター(約230px) */
}

.entry-header {
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px;
	height: 40px;
}

h1.entry-title {
	margin: 0px 0px 20px 0px !important;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
	float: left;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #1b8c21;
}

.catch {
	font-size: 24px;
	color: #189a2c;
	line-height: 35px;
}

p {
	margin: 0px;
}

h4 {
	font-size: 16px;
	margin-bottom: 0px;
}

.eng-title {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px 0px;
	letter-spacing: 2px;
	color: #555555;
}

.vc_figure-caption {
	line-height: 15px;
}

/* フォーム */
.form input {}

.form textarea {
	text-indent: 0px;
	border: 1px solid #CCCCCC;
}

.entry-header-h2 {
	margin: 20px 0px 40px;
	padding: 20px;
	background-color: #e6e7ea;
}

.entry-title {
	margin: 0px;
}

.entry-data {
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	margin-top: 5px;
}

.entry-content {}

.entry-content p {
	margin-bottom: 15px;
	line-height: 25px;
}

.form input {
	margin-bottom: 5px;
}

.form .text {
	padding: 0px 5px;
}

.form .input-size-s {
	width: 50px;
}

.form .input-size-m {
	width: 100px;
}

.form .input-size-l {
	width: 400px;
}

.form .textarea {
	height: 100px;
}

.err_text {
	color: #CC0000;
	font-size: 10px;
}

label.form-label {
	color: #1A9A2C;
}


/* サイドメニュー */
.side-menu {}

.side-menu ul {
	margin: 5px 0 0;
	float: right;
}

.side-menu ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
	font-size: 12px;
	line-height: 20px;
}

.side-menu ul li a {
	text-decoration: none;
	color: #333333;
}

.side-menu ul li a:hover {
	color: #999999;
}

.sidebar_list ul {
	padding: 0;
}

.sidebar_list ul li {
	list-style: none;
	margin-bottom: 10px;
	line-height: 15px;
}

.sidebar_list ul li a {
	text-decoration: none;
	color: #393939;
	font-size: 12px;
}

.sidebar_list ul li a img {
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 10px;
}

/* フッター */
.site-footer {
	margin-top: 50px;
	width: 100%;
	clear: both;
}

#goto-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	width: 41px;
	height: 41px;
	opacity: 0.5;
	cursor: pointer;
	background: url(../img/arrow-page.png) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#goto-top:hover {
	opacity: 0.9;
}

.site-footer {
	background-color: #189a2c;
	text-align: left;
}

.footer-logo {
	position: absolute;
	margin: 20px 0px 0px 40px;
}

#footer-nav h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFFFFF;
}

#footer-nav ul {
	padding: 0px;
	margin: 10px 0px;
}

#footer-nav li {
	font-size: 10px;
	list-style: none;
	padding: 0px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#footer-nav li a {
	color: #FFFFFF;
	background-image: url(../img/arrow-footer.gif);
	background-repeat: no-repeat;
	background-position-y: -5px;
	padding-left: 10px;
	text-decoration: none;
}

#footer-nav li a:hover {
	color: #bbe5b7;
}

.footer-tablet {
	display: flex;
	margin: 30px;
	gap: 0px 30px;
	width: 100%;
}

.footer-block {
	width: 25%;
	/*margin: 20px 0px 20px 35px;*/
}

.logo-space {
	margin-top: 70px;
}

.copyright {
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 0px;
	line-height: 20px;
	text-align: left;
	background-color: #1b8014;
	width: 100%;
	letter-spacing: 1px;
}

.copyright-inner {
	width: 930px;
	margin: 0px auto;
}

.footer-sns {
	float: right;
}

.woocommerce .footer-sns img,
.woocommerce-page .footer-sns img {
	height: 20px;
}

.footer-sns a {
	color: #FFFFFF !important;
	margin: 10px 15px;
	text-decoration: none;
}

.footer-sns a img {
	display: inline;
}

.p-access__map {
	height: 400px;
	width: 100%;
	margin-top: 50px;
}

/* ClearFix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

input[type="image"],
input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none;
}

.breadcrumb {
	background-color: #ebecee;
	height: 30px;
	vertical-align: middle;
}

.breadcrumb .wrap div {
	float: left;
	font-size: 8px;
}

.breadcrumb .wrap div a {
	font-size: 10px;
	text-decoration: none;
	margin: 10px;
	color: #666666;
}

.breadcrumb .icon-home {
	background-image: url(../img/icon-home.png);
	background-repeat: no-repeat;
	background-position-y: 7px;
	width: 15px;
	display: inline-block;
}

.breadcrumb .thispage {
	margin-left: 10px;
	font-size: 10px !important;
	color: #666666;
}

.zoomtimeline {
	height: 650px;
}

ul.home_links {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}

ul.home_links li {
	width: calc(11% - 20px) !important;
}

ul.home_links li img {
	width: 100%;
}

/* /////////////////////////////////////////////////////////////////////*/
/* ///////// タブレット //////////*/
/* /////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:959px) {

	.site-header-inner {
		margin: 0px 20px;
	}

	.site-header-usermenu nav {
		padding-left: 20px;
	}

	.site-header-usermenu nav li {
		margin-right: 20px;
	}

	.site-header-search {
		margin-right: 5px;
	}

	h1.entry-title {
		padding-left: 20px;
	}

	.side-menu {
		clear: both;
		text-align: left;
		border-top: 1px solid #EEEEEE;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.side-menu ul {
		float: left;
		margin: 0px;
		padding: 0px;
	}

	.side-menu ul li {
		line-height: 30px;
	}

	.copyright-inner {
		width: 90%;
		padding-left: 0px;
	}

	.site-header-pagetitle-inner {
		width: 100%;
		padding-right: 10px;
	}

}

@media screen and (max-width:900px) {
	.site-header-menu li {
		margin-left: 20px;
	}
}

@media screen and (max-width:850px) {
	.site-header-menu li {
		margin-left: 10px;
	}
}

@media screen and (max-width:790px) {
	#site-header-menu {
		display: none;
	}

	#site-header-lang {
		display: none;
	}

	#site-header-icon {
		display: none;
	}

	#user-navigation ul {
		display: none;
	}

	#site-header-submenu {
		display: none;
	}

	.site-header-inner {
		margin: 0px 10px;
	}

	.site-branding {
		margin: 0px auto;
		/*padding-left: 40%;*/
	}

	.site-branding a {
		text-align: center;
	}

	#menu-toggle {
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
	}

	.site-header-usermenu {
		padding: 0px;
	}

	.site-header-usermenu nav {
		padding-left: 0px;
	}

	.site-header-search {
		width: 100%;
	}

	.site-header-search input[type="search"] {
		width: 90%;
		border-radius: 0px;
	}

	.site-header-search input[type="image"] {
		right: 0px;
	}

	#category-search {
		flex-wrap: wrap;
		clear: both;
		text-align: center;
		width: 100%;
		padding-top: 30px !important;
	}

	#category-search li {
		display: block;
		font-size: 10px;
		line-height: 12px;
		width: 20%;
		height: 120px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}

	#category-search li img {
		width: 50px;
		max-height: 50px;
	}

	#brand-search {
		flex-wrap: wrap;
		clear: both;
		text-align: center;
		width: 100%;
		padding-top: 30px !important;
	}

	#brand-search li {
		height: 80px;
		text-align: center;
	}

	#brand-search li img {
		height: 50px;
		max-width: 60px;
		object-fit: contain;
	}

	/* .product-search #category-search {
		width: 100%;
	}
	.product-search #category-search li {
		width: 10%;
	} */
	.site-header-pagetitle {
		top: 80px;
		padding-left: 15px;
	}

	.content-area {
		padding-top: 150px;
	}

	.site-main {}

	#woo_top_sidebar li.product-category a h2 {
		font-size: 14px !important;
		width: 100%;
		text-align: left;
		border-bottom: 0px;
	}

	#woo_top_main h2 {
		font-size: 14px !important;
		border-bottom: 0px;
	}

	.woocommerce ul.products {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}

	.woocommerce ul.products li.product-category {
		width: calc(25% - 20px) !important;
	}

	.woocommerce ul.products li.product {
		width: calc(25% - 20px) !important;
	}

	#woo_top_sidebar .woocommerce ul.products {
		display: block;
		gap: 0;
	}

	#woo_top_sidebar .woocommerce ul.products li.product-category {
		width: 100% !important;
	}

	ul.home_links li {
		width: calc(33% - 20px) !important;
	}

	#woo_top {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	#woo_single {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	#woo_single #woo_top_sidebar {
		min-width: auto;
		width: calc(100% - 40px);
		margin: 20px;
	}

	#woo_single #woo_top_main {
		min-width: auto;
		width: 100%;
		margin-right: 0px;
	}
}

/* /////////////////////////////////////////////////////////////////////*/
/* ///////// スマートフォン //////////*/
/* /////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:599px) {


	.entry-content {
		margin-top: 30px;
		padding: 0px;
		clear: both;
	}

	.side-menu ul {
		margin-bottom: 30px !important;
		background-color: #ededed;
		padding: 20px 0px !important;
		width: 100%;
	}

	.side-menu ul li a {}

	#footer-nav {
		display: none;
	}

	.breadcrumb {
		background-color: #cccccc;
	}

	.plane {
		display: none;
	}

	#footer-nav {
		display: none;
	}

	#goto-top {
		display: none;
	}

	.entry-content {
		margin: 0px 5%;
	}

	.entry-content h2 {
		font-size: 22px !important;
		border-bottom: 1px solid #cccccc;
	}

	.entry-content table {
		width: 300px !important;
	}

	.entry-content table td,
	.entry-content table th {
		font-size: 10px;
		word-break: break-all !important;
	}

	.woocommerce ul.products li.product-category {
		width: calc(33% - 20px) !important;
	}

	.woocommerce ul.products li.product {
		width: calc(33% - 20px) !important;
	}

	.copyright-inner {
		text-align: center;
	}

	.footer-sns {
		width: 100%;
		clear: both;
	}

	/* スティッキーフッター: スマホ用 */
	.site-content {
		min-height: calc(100vh - 88px);
	}
}