﻿@charset "utf-8";
/*!
 * TEMP： プラグイン用CSS
 * ECCUBE：v3.14
 * CSS Information： plugin style
 * Copyright shiro8 all rights reserved.
 */

/* -------------------------------------------------------
 カテゴリ Mega Menuプラグイン / headerの一番下に配置
--------------------------------------------------------- */

/* 階層ごとの実装class

** 子カテゴリ  …ul.child-1
** 孫カテゴリ  …ul.child-2
** ひ孫カテゴリ…ul.child-3
*/
/******** common ********/
#category_block {
	position: relative;
	clear: both;
}
#category_block .mega-menu {
	width: 100%;
	clear: both;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}

.category-menu a {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	text-decoration: none;
}
.category-menu a:hover {
	color: #000;
	background: #eee;
}
/*今いるカテゴリ*/
.category-menu .now, .category-menu a.now {
	color: #F60;
}
/* clearfix */
#category_block:before, #category_block:after {
	content: " ";
	display: table;
}
#category_block:after {
	clear: both;
}
#category_block {
 *zoom: 1;
}
.mega-menu > ul:before, .mega-menu > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul:before, .mega-menu > ul > li > ul:after {
	content: "";
	display: table;
}
.mega-menu > ul > li > ul:after {
	clear: both;
}
.mega-menu > ul > li > ul > li > ul:before, .mega-menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
/********* in header ***********/
#header #category_block {
	padding-top: 20px;
}
#header #category_block .mega-menu {
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#header .category-menu {
	text-align: center;
	padding: 2px;
	z-index: 10;
	margin: 0 auto;
}
/* drawer用 */
#header #category_block h2 {
	display: none;
}
#header .menu-dropdown-icon:before {
	display: none;
}
#header .mega-menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .mega-menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}
#header #category_block .mega-menu > ul > li {
	background: #fff;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#header #category_block .mega-menu > ul > li a {
	text-decoration: none;
	padding: 1.2em 1.5em;
	display: block;
	font-weight: bold;
}
#header #category_block .mega-menu > ul > li > ul {
	display: none;
	width: 100%;
	background: #fefefe;
	position: absolute;
	z-index: 999;
	left: 0;
	margin: 0;
	padding: 15px 15px 30px;
	list-style: none;
	box-sizing: border-box;
	border: #CCC solid 1px;
	transition: all 0.4s linear;
	box-shadow: 0 0 3px #ddd;
}
#header #category_block .mega-menu > ul > li > ul > li {
	width: 25%;
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	background: none;
	float: left;
	text-align: left;
}
#header #category_block .mega-menu > ul > li > ul > li a {
	width: 95%;
	padding: 0.5em 0.2em;
	display: block;
}
#header #category_block .mega-menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
#header #category_block .mega-menu > ul > li > ul > li > ul:after {
	clear: both;
}
#header #category_block.mega-menu > ul > li > ul > li > ul > li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
#header #category_block .mega-menu > ul > li > ul > li > ul > li a {
	padding: 0.3em 0.2em;
}
/*---------- 階層ごとの装飾 ----------*/
/* 子 */
#header #category_block .mega-menu ul.child-1 li a {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}
/* 孫 */
#header #category_block .mega-menu ul.child-2 li a {
	border: 0;
	padding-left: 0.8em;
	margin-bottom: 0;
	font-weight: normal;
}
#header #category_block .mega-menu ul.child-2 li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0.2em;
	height: 0;
	width: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #778899;
}
/* ひ孫 */
#header #category_block .mega-menu ul.child-3 li a {
	border: 0;
	font-size: 87%;
}
#header #category_block .mega-menu ul.child-3 li a:before {
	content: '';
	display: none;
}
/*@media only screen and (max-width: 757px) {*/
/*#drawer */.mega-menu {
	clear: both;
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	text-align: left;
}
/*#drawer */.category-menu {
	width: 100%;
	padding: 5px;
	position: relative;
	display: block;
	border-top: 1px solid #ccc;
}
/*#drawer */.mega-menu h2 {
	font-size: 14px;
	font-size: 1.4rem;
	display: none;
	line-height: 1.5;
	padding: 0.2em 1em;
	margin: 0;
}

/*#drawer */.menu-dropdown-icon:before {
	/*  content: url(icon-plus.svg);
	content: " ";
	display: inline-block;
	cursor: pointer;
	margin: 1px;
	padding: 0.7em 1.2em;
	color: #333;
	background: #fff;
	width: 20px;
	height: 20px;
	background: url(icon-plus.svg) no-repeat center left;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 999;*/
}
.side .category-nav li a {
    display: block;
    padding: 0 10px;
}
li.parent.accord span.accordionBtn {
    background: url(icon-plus.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 20px;
    cursor: pointer;
    background-size: 25px;
}
li.parent.accord.active span.accordionBtn {
  background: url(icon-minus.svg) no-repeat center center;
}
li.parent.accord.active span.accordionBtn {
  background: url(icon-minus.svg) no-repeat center center;
}
li.parent.accord.active ul li span.accordionBtn {
  display: none;
}
li.parent.accord.active ul li span.accordionBtn {
  display: none;
}


/*#drawer */.mega-menu > ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
}
/*#drawer */.mega-menu > ul > li {
	width: 100%;
	float: none;
	display: block;
	text-align: left;
	background: #fff;
	position: relative;
}
/*#drawer */.mega-menu > ul > li a {
	padding: 1em;
	width: 100%;
	display: block;
}
/*#drawer */.mega-menu > ul > li > ul {
	display: none;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	transition: all 0.4s linear;
}
/*#drawer */.mega-menu > ul > li > ul.normal-sub {
	width: 100%;
}
/*#drawer */.mega-menu > ul > li > ul > li {
	float: none;
	width: 100%;
}
/*#drawer */.mega-menu > ul > li > ul > li:first-child {
	margin: 0;
}
/*#drawer */.mega-menu > ul > li > ul > li > ul {
	position: relative;
}
/*#drawer */.mega-menu > ul > li > ul > li > ul > li {
	float: none;
}
/*#drawer */.mega-menu .show-on-mobile {
	display: block;
}
/*#drawer */.mega-menu > ul > li > ul.normal-sub {
	left: auto;
	padding: 10px;
}
/*#drawer */.mega-menu > ul > li > ul.normal-sub > li {
	width: 100%;
}
/*#drawer *//* ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}*/
/*---------- 階層ごとの装飾 ----------*/
/*#drawer */.mega-menu ul li a {
	font-weight: bold;
}
/* 子 */
/*#drawer */.mega-menu ul.child-1 li a {
	border-bottom: 1px dotted #ccc;
}
/* 孫 */
/*#drawer */.mega-menu ul.child-2 li a {
	border-bottom: 1px dotted #ccc;
	padding-left: 1em;
	font-weight: normal;
}
/* ひ孫 */
/*#drawer */.mega-menu ul.child-3 li a {
	font-size: 87%;
	padding-left: 2em;
}
/*}*/

/* -------------------------------------------------------
 Custom EN mega menu
--------------------------------------------------------- */
.mega-menu > ul {
    display: flex;
    background: none;
}

li.parent {
    display: none !important;
}

li.parent.accord {
    display: block !important;
    position: static;
}
#contents_top .mega-menu {
    margin-bottom: 0;
    position: static;
}

#contents_top {
    background-color: #1C1D31;
}

#contents_top .category-nav {
    border: 0;
    position: static;
}
#contents_top .category-nav ul {
    background: none;
}

#contents_top .mega-menu > ul > li {
    background: none;
}
#contents_top .category-menu {
    border-top: 0;
    position: static;
}

#contents_top .category-menu a {
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    border-bottom: 0;
    border-left: 1px solid #fff;
}

#contents_top .category-menu a:hover {
    background: rgba(204, 204, 204, 0.1);
}

#contents_top .category-menu .parent ul {
    position: absolute;
    background-color: #8D7F66;
    width: 100%;
    left: 0;
    padding-bottom: 40px;
}
#contents_top .category-menu .parent ul {
    display: none;
}

#contents_top .category-menu .parent:hover ul {
    display: block;
} 

#contents_top .category-menu .parent ul .accord:not(:first-child) {
    /* margin-top: 50px; */
}
#contents_top .category-menu .parent ul .accord {
    max-width: 1200px;
    margin: auto;
}
#contents_top .category-menu .parent ul .accord a {
    text-align: left;
}
#contents_top .category-menu .parent.accord:last-child a {
    border-right: 1px solid #fff;
}

#contents_top .category-menu .parent ul .accord a:hover {
    background-color: #8D7F66;
}
#contents_top .category-menu .parent ul .accord a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 16px;
}

#contents_top .category-menu .parent ul .accord a::before {
    content: "";
    width: 8px;
    height: 20px;
    background-color: #F0C71E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#contents_top .category-menu .parent ul .accord .child-2 {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 20px 12px;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 20px;
}
#contents_top .category-menu .parent ul .accord .child-2::before {
    content: none;
}

#contents_top .category-menu .parent ul .accord .child-2 a {
    min-width: 170px;
    padding: 0 20px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}
#contents_top .category-menu .parent ul .accord .child-2 a::before {
    content: none;
}

#contents_top .category-menu .parent ul li a {
    border-left: 0;
    border-right: 0 !important;
}
/* -------------------------------------------------------
 商品一覧ページ list・grid表示切替プラグイン
--------------------------------------------------------- */






/* -------------------------------------------------------
 商品詳細ページ 商品画像lightbox風表示プラグイン
--------------------------------------------------------- */










/*ダミー登録用テーブル*/
div.sample {
	border: #CCC solid 1px;
	padding: 10px;
	line-height: 1.7;
}
.tbl_sample {
	background: #fff;
	margin-bottom: 15px;
}
.tbl_sample th, .tbl_sample td {
	padding: 5px 10px;
	border: #CCC solid 1px;
}
.tbl_sample th {
	background: #F5F5F5;
}
