@charset "utf-8";

/*
2015/12/7
*/

/* ---------------------
common
--------------------- */
.title{
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
	width: 100%;
}
#items .title{height:370px;}
p{margin:0;padding:0;}

.title h2.overimage {
	opacity: 0;
}

/* ---------------------
HEADER
--------------------- */
#headarea{
	height:16px;
	text-indent: -9999px;
}


/* top upper menu */
#onitem ul{width:756px;padding:40px 0 7% 0;margin:auto;overflow:hidden;}
#onitem li{
	float: left;
	margin: 0 52px 0 20px;
	font-size: 15px;
}
#onitem #gm01{margin-left:25px;}
#onitem #gm05{margin-right:0;}

#logo img {
    width: 20%;
    max-width: 215px;
}

/* ---------------------
Fix menu
--------------------- */
#wrap{
	position: relative;
}

#fxmenubox {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:48px;color:#fff;
	background-color:#040000;
	padding:14px 0 11px 0;
	z-index:99;	
}

#fxmenu{width:955px;margin:0 auto;}
h1{
	width:270px;
	height:60px;
	margin:-8px 0 0 0;
	padding:0;
	float:left;	
}
h1 a{
	display:block;
	width:270px;
	height:60px;
	text-indent: -9999px;
	background-image: url(../img/logo_fm.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#fxmenu ul{margin:12px auto 0;padding:0;float:right;}
#fxmenu li{
	float: left;
	margin-left: 45px;
}
#fxmenu #gm04{margin-right:10px;}
#fxmenu #gm05{margin-right:0;}

/*
each area padding setting
fixmenuで移動してきた時の上部余白は
エリアを囲むDivの上部マージンで設定
*/
#concept{height:820px;padding:50px 0 0 0;}
#items,#news{padding-top:110px;}
#shoplist{padding-top:110px;}


/* ---------------------
SLIDER
--------------------- */
#slidebox{
	width: 100%;
	position: relative;
	clear:both;
	text-align:center;
}

#slider{
	width: 100%;
	height:auto;
	max-height:571px;
	background-color:#ffffff;
	overflow:hidden;
}

#onitem{
	position: absolute;
	top:0;left:0;
	width:100%;
	box-shadow:inset 0 7px 7px -7px rgba(0,0,0,.5);
	z-index:9;
}


/* ---------------------
topnews
--------------------- */
.topnews{
	text-align: center;
	line-height: 1.8em;
	font-size: 14px;
}
.bold{
	font-weight: bold;
}

/* ---------------------
concept
--------------------- */
#concept .floatl{width:450px;padding:0 50px 0 33px;}
#concept .floatr{width:433px;padding-right:33px;margin-top:80px;}

.mt3{margin-top:3px;}

.concept {
	display:none;
}


/* ---------------------
items
--------------------- */
#items .title{background-image: url(../img/top_item_ttl.jpg);}

/* bxslider next&prev arrow */
.bx-wrapper .bx-prev {
	left:-60px;
	width: 40px;height: 40px;
	background: url(../img/btn_prev.gif);
}

.bx-wrapper .bx-next {
	right: -60px;
	width: 40px;height: 40px;
	background: url(../img/btn_next.gif);
}
.bx-wrapper .bx-prev:hover{background: url(../img/btn_prev_ov.gif);}
.bx-wrapper .bx-next:hover{background: url(../img/btn_next_ov.gif);}

.bx-wrapper .bx-controls-direction a{z-index:1;}


/* ---------------------
shoplist
--------------------- */
#shoplist .title{background-image: url(../img/top_slist_ttl.jpg);}

#slistbox{width:1000px;margin:95px auto;}
.slistl{float:left;}
.slistr{float:right;}
.slist p{text-align:center;margin-top:25px;font-size:17px;line-height:120%;}
.slist .eng{color:#003302;margin-top:5px;font-size:13px;}

.slistl h3 {font-size: 22px;}
.slistl h4 {border-top: 1px solid #8a9394;padding-top: 15px;margin-top: 15px;font-size: 16px;padding-bottom: 10px;}
.slistl p {line-height: 180%;}
.slistl p.tel {font-size: 18px;color: #3e3a39;margin-top: 10px;font-weight: bold;letter-spacing: 1px;line-height: 100%;border-bottom: 1px solid #8a9394;padding-bottom: 10px;}
.slistl a img {margin:30px 0 0 0;}

/* ---------------------
news
--------------------- */
#news .title{background-image: url(../img/top_news_ttl.jpg);}

#topics{width:925px;margin:70px auto 120px auto;}

#topics dl{
	width: 934px;
	padding-right:15px;
	overflow-y: scroll;
	margin-top:45px;
}


#topics dt{font-size:17px;color:#3e3a39;font-weight:bold;}
#topics .date{padding-right:25px;}

#topics dd{
	padding:10px 0 45px 0;
	margin:0;
	line-height:180%;
}

