@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body{
	color:#333;
	font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	background-image: url(images/bg_white.png);
}


/* リンク設定
------------------------------------------------------------*/
a{
	color:#4b0100;
	text-decoration: none;
}
a:hover{color:#1f1f1f;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
	width:100%;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0%;
}

.inner{
	width:98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 1%;
	padding-left: 1%;
}


/*************
/* ヘッダー
*************/
#header{
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

* html #header{height:1%;}

#header h1{
	font-size:11px;
	font-weight:normal;
	padding-bottom: 15px;
}


/*************
/* ロゴ
*************/
#header .logo{
	float:left;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
}

.logo span{
font-size:12px;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	padding:0;
	width:100%;
	line-height:0px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#mainBanner img{
max-width:100%;
height:auto;
padding:1px;
border:1px solid #ccc;
background:#eee;
}

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:-2px;
	left:0;
	padding:5px 10px;
	line-height:1.4;
	z-index:100;
	display: none;
}

.slogan h2{
	padding-bottom:5px;
	color:#333;
	font-size:28px;
	font-weight: normal;
}

.slogan h3{
font-size:14px;
color:#666;
}

/* サブページ スローガンの背景・黒*/
.subImg .slogan{
	left:auto;
	right:5px;
}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
	float:left;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	padding-right: 40px;
	padding-left: 40px;
}

.grid h3{
	font-weight:normal;
	color: #963;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.grid p{
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}

.grid p .img{
	max-width:100%;
	text-align:center;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.grid .sub_logo {
	left: 60px;
	top: 4px;
	padding-top: 10px;
}

.gridWrapper img, img.frame{
	max-width:100%;
	height:auto;
	padding:1px;
}

#sub img{
padding:0;
border:1px solid #ccc;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
	border-radius:6px;
	overflow:hidden;
	font-size:14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

.pankuzu{
	font-size: 11px;
	padding-bottom: 5px;
}
.pankuzu a{
	text-decoration: underline;
}

h3.heading{
padding-bottom:5px;
margin-bottom:10px;
font-size:16px;
border-bottom:3px solid #555;
color:#555;
}

h3.heading_icon{
	padding-bottom:10px;
	font-size:16px;
	border-bottom:3px solid #555;
	color:#C30;
	margin-bottom: 10px;
	padding-top: 10px;
}

.heading_icon span {
	color: #900;
	font-size: 12px;
}


section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
	float:right;
	clear:right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}

#gallery .grid{
	border:0;
	background:#fff;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.box{
	float: left;
	width: 30%;
	padding-bottom: 23px;
	line-height: 1.2;
	margin-right: 25px;
}

.box h3{
    font-size: 14px;
    margin: 0 0 15px;
    padding: 5px 10px 7px 0;
    border-bottom: 1px solid #d0be95;
    color: #333333;
}

/* 最後のbox */
.last{
	margin-right:0;
	float: left;
	width: 56%;
	line-height: 1.3em;
}
.box.last .sale {
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background-image: url(images/sale_back.jpg);
	background-repeat: repeat;
	background-position: center center;
	line-height: 1.5em;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border: 3px double #990000;
}

/*--
.box.last .sale a{
	display: block;
	padding: 20px;
}
--*/

.box.last .sale span {
	font-weight: bold;
	color: #DB2879;
	font-size: 200%;
	line-height: 1.3em;
}



/* 横に長いbox */
.long{
	width:40%;
	float: left;
	line-height: 1.3em;
}

/* 画像を左に回りこみ */
.long img{
float:left;
margin: 0 10px 10px 0;
}

.whatsnew_sp{
	padding: 20px;
	float: left;
	width: 40em;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #1f1f1f;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#555;
border-left:#1f1f1f 5px solid
}

table.table td{border-left:#1f1f1f 3px double}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#1f1f1f;
border-top:1px solid #555;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer .copyright{font-size:11px;}
.shop_info {
	padding-bottom: 20px;
	padding-top: 10px;
}

/*************
ブランド
*************/

h3.brand{
	font-size:16px;
	border-bottom:3px solid #555;
	color:#960;
	text-indent: 130px;
	background-image: url(images/brand_ti.png);
	background-position: -25px 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.brand_list {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #960;
	height: auto;
}
.brand_list li {
	float: left;
	list-style-type: square;
	text-indent: 14px;
	list-style-position: inside;
	font-family: Georgia, "Times New Roman", Times, serif;
}




/*************
インフォメーション
*************/

h3.heading_ringmu{
	font-size:16px;
	border-bottom:3px solid #555;
	color:#555;
	text-indent: 80px;
	background-image: url(images/lingmu_logo_small.png);
	background-position: -50px 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h3.heading_bayern{
	font-size:16px;
	border-bottom:3px solid #555;
	color:#555;
	text-indent: 120px;
	background-image: url(images/bayern_logo_small.png);
	background-position: -30px 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3.heading_mistimilan{
	font-size:16px;
	border-bottom:3px solid #555;
	color:#555;
	text-indent: 150px;
	background-image: url(images/mistimilan_logo_small.png);
	background-position: -15px 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3.heading_ersteinbiena{
	font-size:16px;
	border-bottom:3px solid #555;
	color:#555;
	text-indent: 160px;
	background-image: url(images/ersteinbiena_logo_small.png);
	background-position: -8px 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.infostyle dl{
}
.infostyle dt{
	background-color: #DFDFDF;
	float: left;
	width: 10em;
	margin-right: 15px;
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFF;
}
.infostyle dd{
	padding-bottom: 8px;
}

.access_bu {
	float: right;
	margin-top: 10px;
}

.access_bu li a {
	display: block;
	text-align: center;
	background-color: #666;
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 20px;
	padding-left: 90px;
	color: #FFF;
	background-image: url(images/ecalic002_024.png);
	background-repeat: no-repeat;
	background-position: 60px center;
}

.access_bu li a:hover{
cursor:pointer;
opacity:.8;
}


.infomap{
	float: left;
	width: 550px;
	margin-top: 10px;
}
.infomap h4 {
	color: #963;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 4px;
}


/*************
コンタクト
*************/
.honbu_tel{
	font-size: 18px;
	font-weight: bold;
	text-indent: 24px;
}
.honbu_tel span {
	font-size: 12px;
	font-weight: normal;
}


.contact_info{
	color: #805555;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info_list {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.info_list dt {
	width: 19ex;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D09D9D;
}
.info_list dd {
	padding: 4px;
	margin-bottom: 2px;
	width: 50em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D09D9D;
}
.instructions {
	margin: 15px;
	font-size: 12px;
}
.instructions a{
	text-decoration: underline;
}



/*************
スタイル
*************/


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav div.panel{
	display:block !important;
	float:right;
	margin-top: 40px;
	}

	a#menu{
	display: none;
}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0be95;
	}

	* html nav#mainNav ul{
	height: 1%;
}

	nav#mainNav ul li{
	float:left;
	margin:0 5px;
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0be95;
	}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: underline;
	color: #4b0100;
	}

	nav#mainNav ul span{
	color:#aaa;
	font-size:10px;
	}

	nav#mainNav ul a:hover{
	color: #7b6e52;
    }
	
	#mainBanner img{max-width:936px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:218px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:298px;}
	#footer .grid{border:0;}
	
	#gallery{
}
    #gallery .grid{
	width:220px;
	margin-bottom: 20px;
}
	
		
}



/* モニター幅960px以下 */
@media only screen and (max-width:960px){


	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header h1{text-align:center;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #1f1f1f), color-stop(0.00, #555));
	background: -webkit-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -moz-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -o-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: -ms-linear-gradient(top, #555 0%, #1f1f1f 100%);
	background: linear-gradient(top, #555 0%, #1f1f1f 100%);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#1f1f1f;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#555;}

	nav div.panel{float:none;}
	
	.box{
	float: left;
	width: 100%;
	margin-right: 15px;
	padding-bottom: 23px;
	line-height: 1.2;
}

	.grid{
	float:left;
	width:100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

	
	#gallery{
	padding-left:1px;
}
	
	#gallery .grid{
	width:23%;
	padding:0;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}

}



/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:left;
	padding:10px 5px 20px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}

    .infomap {
	float: none;
	width: 50%;
    }

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}
    
    .grid h3{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}
	
    .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}

    .infomap {
	float: none;
	width: 100%;
    }

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	
	#sub .grid{
	float:left;
	width:98%;
	}
	
	#sub .grid h3{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	.infomap {
	float: none;
	width: 100%;
    }
}
