.syncer-acdn-child {
	display: none ;
}
header .gnavi .gnavi_1 .spmenu_cat .acdn_item a span {
        display: block;
        padding: 15px 0 15px 10px;
        width: calc(100% - 40px);
        box-sizing: border-box;
}
header .gnavi .gnavi_1 .spmenu_cat .syncer-acdn-child a {
  background: #2f2f2f;
}
.acdn_item {
  position: relative;
}
.acdn_item a:after
{
	position: absolute ;
	top: 50% ;
	right: 12px ;
    content: "\f107";
    font-family: FontAwesome;
	font-size: 1.5em ;
	margin-top: -12.5px ;
	height: 17px ;
	line-height: 17px ;
	padding: 4px 8px ;
}
header .gnavi .gnavi_1 .spmenu_cat a.menu_cart {
  position: relative;
  background: #404040;
  right: 0;
  top: 0;
}
.menu_cart {
    position: absolute;
    right: 66px;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
}

/* FAQ 2020.5.14 */

footer a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

/* google map レスポンシブ */

.ggmap_box {
  padding-bottom: 40px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}