@charset "utf-8";
/* CSS Document */
.header-gmenu a{
	color: #111 !important;
}
.header-gmenu .h-img {
    margin: 20px 0 0;
	font-size: 12px;
}
.header-gmenu img{
	margin: 0 0 5px 0;
	max-width:100%;
	height:auto;
}
.header-gmenu{
    position:relative;
    width: 900px;
    height:70px;
    z-index:4;
	float: right;
	left: 5px;
}
.header-gmenu ul.tabwrap{
    position:relative;
    width:100%;
}
.header-gmenu .tabwrap li{
    float:left;
    width:calc(100/9);
    height:50px;
    text-align:center;
    font-size:14px;
	cursor:pointer;
	list-style: none;
}
.header-gmenu .tabwrap li em{
    display:block;
    width:100%;
    height:50px;
    padding:10px 0;
}
.header-gmenu .tabcont {
    position: absolute;
    width: 835px;
    top: 50px;
    left: 0;
    max-height: 0;
    margin: auto;
    text-align: center;
    color: #000;
    z-index: 100;
	overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 100;
    border-top: 3px soddd #2DB5F7;
    width: 1050px;
    top: 61px;
    left: -155px;
    margin-top: 0;
    background-color: rgb(255,255,255);
    -moz-box-shadow: 7px 7px 6px rgba(0,0,0,0.25);
    -webkit-box-shadow: 7px 7px 6px rgba(0,0,0,0.25);
    box-shadow: 7px 7px 6px rgba(0,0,0,0.25);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=7,OffY=7,Color=#40000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7,OffY=7,Color=#40000000,Positive=true);
    border-left: 1px soddd #D8D8D8;
}
.header-gmenu .item-cate {
    width: 775px;
    float: left;
    padding: 10px 20px 20px;
    border: 1px solid #eee;
	min-height: 120px;
}
.header-gmenu .item-cate dd {
    margin: 0 0px !important;
    height: 45px !important;
    line-height: 40px !important;
    padding: 0px 10px 10px 30px;
    width: 150px !important;
    display: block;
    float: left;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.header-gmenu .item-cate span {
    margin-left: 15px;
    padding: 0;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.header-gmenu .tabcont .inner{
    padding:20px 0;
}
.header-gmenu .tabwrap li:hover{
    transition:all 1s;
}
.header-gmenu .tabwrap li:hover .tabcont{
    max-height:1000px !important; /*開いたときの高さを指定*/
}

.item-cate dd {
    margin: 0 0px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 2px 10px 2px 27px !important;
    width: 155px !important;
    display: block;
    float: left;
    border-bottom: 1px dotted #ccc;
}

.left-fix .item-cate dd {
  margin: 0 0px !important;
  height: 50px !important;
  line-height: 40px !important;
  padding: 2px 10px 2px 27px !important;
  width: 188px !important;
  display: block;
  float: left;
  border-bottom: 1px dotted #ccc;
}

.header-gmenu .h-sale dd {
    float: left;
    background: none !important;
    width: 40%;
    text-align: left;
    padding: 10px 5%;
	font-size: 12px;
}
.h-sale .img-left {
    margin-right: 20px;
    width: 176px;
}


.header-gmenu .h-shop{
	padding: 20px 20px 30px;
}
.header-gmenu .h-shop dd {
    width: 25%;
    float: left;
}

.header-gmenu .h-shop .img-left {
    float: left;
    margin: 10px;
    width: 40%;
}
.header-gmenu .h-shop li a::after {
    content: "〉";
    float: right;
    display: block;
    color: #bbb;
}
.header-gmenu .h-futakotamagawa,
.header-gmenu .h-aoyama,
.header-gmenu .h-kichijoji,
.header-gmenu .h-kyoto,
.header-gmenu .h-fukuoka,
.header-gmenu .h-cafe,
.header-gmenu .h-service{
    float: right;
    width: 50%;
	margin-top: 10px;
}
.header-gmenu .h-futakotamagawa:before {
    content: "二子玉川店";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-kichijoji:before {
    content: "吉祥寺店";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-aoyama::before {
    content: "青山店";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-kyoto::before {
    content: "京都店";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}

.header-gmenu .h-fukuoka::before {
    content: "福岡店";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-cafe::before {
    content: "SERVICE";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-service::before {
    content: "FUKUOKA";
    background: #7ECDAF;
    display: block;
    color: white;
	font-size: 12px;
}
.header-gmenu .h-shop li {
    float: none !important;
    width: 100%;
    height: 25px !important;
    text-align: left !important;
}
.header-gmenu .h-shop li a {
    display: block !important;
    width: 100% !important;
    height: 25px !important;
    padding: 10px 0 !important;
    font-size: 12px;
}
.header-gmenu .feature li {
    float: left;
    width: 11.5%;
    height: auto !important;
    margin: 10px 1%;
	font-size: 12px;
}
.header-gmenu .feature em {
    font-style: normal;
    display: block;
    margin: 50px 0 0 20px;
    background: #f7f7f7;
	border: 1px solid #ccc;
    padding: 10px;
    height: auto !important;
}
.header-gmenu .feature li{
	max-width: 100%;
}


.h-magazine-cate {
    float: left;
    width: 98% !important;
	padding: 10px 1%;
}
.h-magazine-cate dl:nth-of-type(1) dd,
.h-magazine-cate dl:nth-of-type(2) dd{
    width: 24%;
}

.h-magazine-cate dl {
    width: 100%;
    margin: 0 0 5px;
}

.h-magazine-cate dd {
    float: left;
    font-size: 11px;
    width: 19%;
    3: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: .5% !important;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 10px 1% !important;
    text-align: left;
}
.h-magazine-cate dd::after {
    content: "〉";
    float: right;
    display: block;
    color: #bbb;
}
.h-magazine-cate strong {
    display: block;
    clear: both;
    text-align: center;
    background: #f6f6f6;
    margin: 15px 0 0;
    padding: 3px 0;
    font-size: 13px;
    width: 100%;
}
