@charset "utf-8";

/*アコーデオン******************
*****************************/
label {
    display: inline-block;
    cursor :pointer;
    transition: all 0.5s;
	font-weight: normal;
}

input{
	display:none;
}
input.cart{
display:block;
}
/*button[type="submit"]{
	width: 1px;
	height: 1px;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}*/
.accshow {
height: 0;
overflow:hidden;
opacity: 0;
transition: 0.8s;
font-size: 1.5vw;
	padding: 0 !important;
  font-weight: bold;
  letter-spacing: -1px;
}
.symbol:hover{
	background:rgba(255,255,255,0.72);
	color:#000;
}
.accshow a{
	padding: 8px 0 8px 2px;
	color:#FFFFFF;
	background: rgba(2,2,2,0.31);
	text-decoration: none;
	white-space: nowrap;
	border-radius: 10px 0 10px 0;
	margin-bottom: 3px;
  text-align: center;
}
.accshow.flower a{
  background: rgba(166,89,90,1);
  opacity: 0.6;
}
.accshow.green a{
  background: rgba(111,173,86,1.00);
  opacity: 0.6;
}
.accshow.saccu a{
  background: rgba(107,165,186,1.00);
  opacity: 0.6;
}
.accshow.aid a{
  background: rgba(196,147,58,1.00);
  opacity: 0.6;
}
.accshow.info a{
  background: rgba(176,117,215,1.00);
  opacity: 0.6;
}
.accshow.care a{
  background: rgba(139,190,86,1.00);
  opacity: 0.6;
}
.accshow a:hover{
	/*color: #fff !important;*/
  opacity: 1;
}
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}
.navi-group{
position: relative;
}
.group-title{
position: absolute;
top: 2px;
left: -12px;
  letter-spacing: -1px;
}

/*フリックメニュー***********/

/*XS*********************************
**************************************/
@media screen and (max-width : 420px ){
.left-navi{
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.navi-wrapper {
width: 900vw;
padding: 0 20px 0;
}
.navi-wrapper::-webkit-scrollbar {
display: none;
height: 0 !important;
}
.navi-group {
-webkit-overflow-scrolling: touch;
float: left;
border-top: rgba(255,191,75,1.00) 1px solid;
border-left: rgba(255,191,75,1.00) 1px solid;
padding: 5px;
margin:35px 0 0 30px;
position: relative;
}
.navi-group ul li{
width:30vw;
margin-right: 0 !important;
}
.navi-group:first-child{
margin-left: 0;
width: 150vw;

}
.navi-group > * {
-webkit-transform: translateZ(0px);
}
.group-title{
position: absolute;
top: -15px;
left: 0px;
font-size: 14px;
color: rgba(219,165,43,1.00);
}
.navi-group.infomation{
width: 200vw;
}
.symbol{
float: left ;
width: 30vw;
margin: 0 0 0 10px;
border-bottom: none;
text-align: center;
width: 30vw;
color: #555;
}
.symbol img{
width: 22vw;
}
.symbol-name{
font-size: 3.5vw;
transform:scaleX(0.85);
transform-origin: center;
}
a .symbol-name {
color: #555;
}
.symbol:first-child{
margin: 0;
}
/*アコーディオン*******************/
.accshow{
clear: both;
}
.accshow a{
display: block;
padding: 10px 5px;
background: rgba(0,0,0,0.3);
color: #FFFFFF;
text-decoration: none;
width: 90%;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
letter-spacing: 1px;
margin:0 0 1px;
}
.symbol:checked + .symbol-name{
display: none;
}
.navi-group li{
float: left;
}
}

/*SM**********************************
*******************************************/
@media screen and ( min-width : 421px ) and (max-width : 600px ){
	
.left-navi{
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.navi-wrapper {
width: 900vw;
padding: 0 20px 0;
}
.navi-wrapper::-webkit-scrollbar {
display: none;
height: 0 !important;
}
.navi-group {
-webkit-overflow-scrolling: touch;
float: left;
border-top: rgba(255,191,75,1.00) 1px solid;
border-left: rgba(255,191,75,1.00) 1px solid;
padding: 5px;
margin:35px 0 0 30px;
position: relative;
}
.navi-group ul li{
width:30vw;
margin-right: 0 !important;
}
.navi-group:first-child{
margin-left: 0;
width: 120vw;
}
.navi-group.infomation{
width: 200vw;
}
.navi-group > * {
-webkit-transform: translateZ(0px);
}
.group-title{
position: absolute;
top: -15px;
left: 0px;
font-size: 14px;
color: rgba(219,165,43,1.00);
}
.symbol{
float: left ;
width: 22vw;
margin: 0 0 0 10px;
border-bottom: none;
text-align: center;
width: 30vw !important;
color: #555;
}
.symbol img{
width: 19vw;
}
.symbol-name{
font-size: 2.6vw;
transform:scaleX(0.85);
transform-origin: center;
}
a .symbol-name{
color: #555;
}
.symbol:first-child{
margin: 0;
}
/*アコーディオン*******************/
.accshow{
clear: both;
}
.accshow a{
display: block;
padding: 10px 5px;
background: rgba(0,0,0,0.3);
color: #FFFFFF;
text-decoration: none;
width: 90%;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
letter-spacing: 1px;
margin:0 0 5px;
}
.symbol:checked + .symbol-name{
display: none;
}
.navi-group li{
float: left;
}

}

/*MD*******************/
@media screen and (min-width: 601px) and (max-width: 770px) {

/*サイドナビ*************/
.navi-group{
	border-left: rgba(200,129,35,1.00) 1px solid;
	border-top: rgba(200,129,35,1.00) 1px solid;	margin-bottom: 30px;
	padding: 15px 5px 0;
}
.navi-group a{
	display: block;
}
.navi-group ul li a:hover {
	background: rgba(255,254,254,0.62);
	color: rgba(209,156,0,1.00);
}
.navi-group ul li a:hover .symbol-name{
	color: rgba(209,156,0,1.00);
}
.group-title{
	color: #DF8A2E;
	position: absolute;
	left: 5px;
	font-weight: bold;
}
.symbol{
	width: 100%;
	z-index: 10;
	/*position: relative;*/
	color: #666;
	display: block;
	border-radius: 0%;
	padding: 7px 0;
	height: 9vw;
  text-align: center;
}
.navi-group{
	/*position: relative;*/
	overflow: hidden;
}
.navi-group ul li ul{
	position: absolute;
	top: -100px;
}
.navi-group ul li:hover ul{
	top: 80px;
}
.navi-group ul li{
	/*position:static;*/
}
/***********************/
.symbol img{
	width: 80%;
	float: left;
}
.symbol-name{
	font-family:"漢字タイポス４１５ Std R";
	font-size: 1.4vw;
	margin-top: -3px;
	margin-left: 3px;
	float: left;
	width: 100%;
	line-height: 12px;
	width: 70%;

}
.group-title{
		font-size: 12px;
	}

}

/*LG******************************
**LG*******************************/
@media screen and (min-width: 770px) {

/*サイドナビ*************/
.navi-group{
	border-left: rgba(200,129,35,1.00) 1px solid;
	border-top: rgba(200,129,35,1.00) 1px solid;	margin-bottom: 30px;
	padding: 15px 5px 0;
}
.navi-group a{
	display: block;
}
.navi-group ul li a:hover {
	background: rgba(255,254,254,0.62);
	color: rgba(209,156,0,1.00);
}
.navi-group ul li a:hover .symbol-name{
	color: rgba(209,156,0,1.00);
}
.group-title{
	color: #DF8A2E;
	position: absolute;
	left: 7px;
	font-weight: bold
}
.symbol{
	width: 100%;
	z-index: 10;
	/*position: relative;*/
	color: #666;
	display: block;
	border-radius: 0%;
	padding: 0;
	height: 10vw;
  text-align: center;
}
.symbol-name{
font-size: 1.3vw;
width: 80%;
line-height: 13px;
}
.navi-group{
	/*position: relative;*/
	overflow: hidden;
}
.navi-group ul li ul{
	position: absolute;
	top: -100px;
}
.navi-group ul li:hover ul{
	top: 80px;
}
.navi-group ul li{
	/*position:static;*/
}
/***********************/
.symbol img{
	width: 80%;
	float: left;
}
.symbol-name{
	font-family:"漢字タイポス４１５ Std R";
	font-size: 1.4vw;
	margin-top: -3px;
	margin-left: 3px;
	float: left;
	width: 70%;

}
.group-title{
		font-size: 12px;
	}
}