@charset "utf-8";
/* CSS Document */
a { color:#FFF; }
a:visited { color:#FFF; }
a:hover img { opacity:0.8; }

body { background:url(../img/bg3.png) no-repeat fixed; background-size:cover; color:#333; position:relative; }
/*body { background-color:#fff;}*/

.mt15 { margin-top:15px; }
.mt50 { margin-top:50px; }
.w100 { width:100%; box-shadow: 0px 0px 5px #ccc;}

/***ヘッダー***/
.intro { font-size:1.0rem; padding:0.5rem 1.0rem; line-height:1.6em; text-shadow:1px 1px 5px #ccc; }
.intro span { font-size:1.3rem; padding:0.5rem 1.0rem; line-height:1.6em; text-shadow:1px 1px 5px #ccc; font-weight: bold;}
.big span { font-size:1.3rem; line-height:1.6em; text-shadow:1px 1px 5px #ccc; font-weight: bold; color:#000;}

.center { font-size:1.0rem; padding:0.5rem 1.0rem; line-height:1.6em; text-shadow:1px 1px 5px #ccc;text-align: center; }
.center span { font-size:1.3rem; padding:0.5rem 1.0rem; line-height:1.6em; text-shadow:1px 1px 5px #ccc; font-weight: bold;}


/***コンテンツ***/
.point { text-align:center; }
.item { width:30%; height:400px; margin:10px; box-sizing:border-box; background-color:rgba(255,255,255,0.6); border-radius:5px; box-shadow:0px 0px 8px #333; display:inline-block; vertical-align:top; }
	@media (max-width: 991px) { 
		.item { width:45%; }
}
	@media (max-width: 761px) { 
		.item { width:90%; height:auto; }
}

.item img { border-radius:5px 5px 0 0; }
.item p { padding:0.5em; font-size:16px; line-height:1.2em; text-shadow:1px 1px 5px #999; text-align:left; }

.lineup { list-style-type:none; width:100%; margin:0 auto; padding:15px 40px; font-size:1.0rem; text-shadow:1px 1px 5px #999;}
.lineup span { font-weight:bold; }


/***店舗情報***/
.tenpo { font-size:1.4rem; text-align:center; text-shadow:3px 3px 10px #000; color:#FFF; }
.shop { margin:1.0rem 0; }
.text1 { color:#FFF; font-size:1.4rem; line-height:1.4em; text-align:center; text-shadow:3px 3px 10px #000; }
.text1 a { color: #FB0; }
.text1 a:hover { text-decoration:underline; }
.text2 { color:#FFF; padding:0.5rem 1.0rem; border-top:solid 2px #FFF; font-size:0.8rem; line-height:1.5em; text-align:left;  text-shadow:3px 3px 10px #000;}
	@media (max-width: 761px) {
		.text2 { text-align:center; }
	}
.text2 span { font-family:Oswald; font-size:1.4rem; }
.text2 a { color:#FFF; text-decoration:underline; }


/***フッター***/
.footer { width:100%; background-color:#000; color:#FFF; font-size:0.5rem; line-height:2.0em; text-align:center; }


/***カート***/
.cart { position:fixed; bottom:20px; left:-110px; transition:0.8s; }
.cart:hover { left:-25px; }
.cart a:hover img { opacity:1.0; }

.bgslideshow { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }  
.bgslideshow img { position: absolute; min-height: 100%; min-width: 800px; width: 100%; height: auto;left:0; top:0; opacity: 0.2;} 


