@charset "UTF-8";
/* CSS Document */

body#home{ background: url(../_common/bg02.jpg); }
body#message{ background: url(../_common/bg01.jpg); }
body#guidance{ background: url(../_common/bg03.jpg); }
body#item{ background: url(../_common/bg05.jpg); }
body#pickup,
body#archive{ background: url(../_common/bg04.jpg); }
body#faq{ background: url(../_common/bg06.jpg); }

/* トップページ：お知らせ
* --------------------------------------- */
#home .main ul#news{
	border-bottom: 1px dotted #7A6E66;
}
ul#news li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 23px;
	overflow: hidden;
}
ul#news li .Icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	text-indent: -9999px;
	background: url(../images/mark_news.png) no-repeat;
}
ul#news li time{
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 4px;
	vertical-align: top; 
	font-size: 10px;
	font-size: 1.0rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#news li .headLine{
	display: block;
	overflow: hidden;
}

/* ごあいさつページ
* --------------------------------------- */
#message #lead{
	float: left;
	width: 350px;
}
#message dl{
	float: right;
	width: 250px;
	padding: 5px 5px 0 5px;
	color: #353535;
	border: 10px solid #F6F6F6;
}
#message dl dt{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted #505050;
}
#message dl dd{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding: 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#message dl dd span::after{
	content: url(../images/mark_free.jpg);
	padding-left: 3px;
	vertical-align: middle;
}
#message dl dd#shoplink{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dotted #505050;
}
#message dl dd#shoplink a{
	display: inline-block;
	width: 120px;
	height: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../_common/nav05.png);
}
#message dl dd#shoplink a:hover{ background-position: 0 -20px; }
@media screen and (max-width : 960px){
	#message #lead{
		float: none;
		width: 100%;
	}
	#message dl{
		float: none;
		width: 100%;
	}
}

/* ご利用案内ページ
* --------------------------------------- */
#guidance .main ul{
	padding: 10px;
	text-align: center;
	color: #353535;
	background: #FFF;
	border: 10px solid #F6F6F6;
}
#guidance .main ul li{
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CCC;
}
#guidance .main ul li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#guidance .main ul li:first-of-type{
	font-weight: bold;
	color: #A5030F;
}
#guidance .main ul li span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	color: #050505;
}
#guidance .main em{
	display: block;
	margin-top: 7px;
	margin-top: 0.7rem;
	font-style: normal;
	text-align: right;
}
@media screen and (max-width : 960px){
	#guidance .main ul{ text-align: left; }
}

/* 取扱い品目ページ
* --------------------------------------- */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-prev {
	left: -25px;
	background: url(../images/bx_controls.png) no-repeat  0 -100px;
}
.bx-wrapper .bx-next {
	right: -25px;
	background: url(../images/bx_controls.png) no-repeat  -15px -100px;
}
.bx-wrapper .bx-prev:hover{ background-position: 0 0; }
.bx-wrapper .bx-next:hover{ background-position: -15px 0; }
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100px;
	margin-top: 0px;
	outline: 0;
	width: 15px;
	height: 100px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled{ display: none; }

#item .main #slideBox{
/*
	position: relative;
	overflow: hidden;
	text-align: center;
*/
}
.bx-wrapper{ width: 540px; }
#slideBox .slide{
	margin: 0 auto;
	width: 540px;
	text-align: center;
}
.slide dl dt{
	margin-top: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.slide dl dd{
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width : 960px){
	.bx-wrapper{ width: 90%; }
	.slide h3{ text-align: center; }
	.bx-wrapper img{
		margin: 0 auto;
	}
	.slide dl dd{ text-align: left; }
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: calc(50% - 110px);
		margin-top: 0px;
		outline: 0;
		width: 15px;
		height: 100px;
		text-indent: -9999px;
		z-index: 9999;
	}
	.bx-wrapper .bx-prev{ left: -20px; }
	.bx-wrapper .bx-next{ right: -20px; }
}



/* 今月の特選品ページ
* --------------------------------------- */
#pickup h2 span{
	float: right;
	margin-top: -5px;
	font-size: 14px;
	font-size: 1.4rem;
}
#pickup h2 span a{
	display: inline-block;
	padding: 3px 5px;
	color: #FFF;
	background: #7A6E66;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pickup h2 span a:hover{
	text-decoration: none;
	background: #A5030F;
}
#pickup p.zoom{
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
	margin-bottom: 0;
}
p.zoom:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
table.itemOutline{
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
	background: #FFF;
}
table.itemOutline caption{
	padding: 3px 0;
	font-weight: bold;
	background: #F6F6F6;
	border-bottom: 1px solid #CCC;
}
table.itemOutline th{
	padding: 5px 5px 5px 10px;
	text-align: right;
	font-size: 10px;
	font-size: 1.0rem;
	white-space: nowrap;
}
table.itemOutline th:nth-of-type(2n){
	border-left: 1px dotted #F6F6F6;
}
table.itemOutline th,
table.itemOutline td{
	border-bottom: 1px dotted #CCC;
}
table.itemOutline td{
	padding: 5px 10px 5px 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
figcaption{
	padding: 5px 10px !important;
	background: rgba(255,255,255, 0.6) !important;
}
figcaption h1{
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
figcaption h2{
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.zoomImage{
	display: inline-block;
	width: 100%;
	cursor: url("../_common/plus_cursor.png") 25 25, pointer;
}

#archive #zoomBox .zoom{
	float: left;
	width: 300px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#archive #zoomBox .zoom:nth-of-type(2n){
	margin-right: 0;
}
#archive #zoomBox .zoom p{
	position: relative;
	margin-bottom: 0;
	height: 180px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #E6E6E6;
}
#archive #zoomBox .zoom p img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#archive #zoomBox .zoom p:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#archive #zoomBox .zoom dl{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}
#archive .zoom dl dt{
	padding: 3px 0;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;;
}
#archive .zoom dl dd{ padding-top: 3px; }
#archive figcaption h1{
	text-align: center !important;
	margin: 0 auto;
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
#archive figcaption h2{
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
@media screen and (max-width: 960px){
	#archive #zoomBox .zoom{
		width: 32%;
		margin-left: 0;
		margin-right: 0;
	}
	#archive #zoomBox .zoom:nth-of-type(3n-1){
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 480px){
	#archive #zoomBox .zoom{
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	#archive #zoomBox .zoom p{
		float: left;
		width: 40%;
	}
	#archive #zoomBox .zoom table{
		width: 60%;
	}
}
/*
@media screen and (max-width: 768px){
	#archive #zoomBox .zoom{
		width: 180px;
		margin-left: 0;
		margin-right: 0;
	}
	#archive #zoomBox .zoom:nth-of-type(3n-1){
		margin-left: 15px;
		margin-right: 15px;
	}
}
*/



/* よくある質問ページ
* --------------------------------------- */
#faq .main dl{
	margin-top: 20px;
	padding: 10px;
	background: #F6F6F6;
}
#faq .main dl dt{
	padding: 0 0 5px 40px;
	background: url(../images/faq_q.png) no-repeat 10px center;
}
#faq .main dl dd{
	padding: 10px 10px 10px 40px;
	background: #FFF url(../images/faq_a.png) no-repeat 10px 0.8em;
}

/* 店舗のご案内ページ
* --------------------------------------- */
#shopinfo{ display: table-cell; }
#shopinfo #info{
	position: relative;
	margin: 70px auto 30px auto;
	padding: 30px 40px;
	width: 780px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#shopinfo h2{
	 margin-bottom: 10px;
	border-bottom: 1px dotted #000;
}
#shopinfo #outline{
	float: left;
	width: 300px;
}
#shopinfo #outline p#add,
#shopinfo #outline p#time,
#shopinfo #outline p#trafic{
	margin-bottom: 10px;
}
#shopinfo #outline p#add span{
	font-size: 10px;
	font-size: 1.0rem;
}
#shopinfo #outline p#contactlink{
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dotted #505050;
}
#shopinfo #outline p#contactlink a{
	display: inline-block;
	width: 120px;
	height: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../_common/nav07.png);
}
#shopinfo #outline p#contactlink a:hover{ background-position: 0 -20px; }

#shopinfo iframe{
	float: right;
	margin-bottom: 20px;
	width: 380px;
}
p#pct{ clear: both; }
.close-shopinfo{
	position: absolute;
	display: block;
	right: 40px;
	top: 20px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url(../_common/btnclose.jpg) no-repeat;
}
.close-shopinfo:hover{ background-position: -31px 0; }

@media screen and (max-width : 961px){
	#shopinfo{ padding-bottom: 20px; }
	#shopinfo #info{
		margin-top: 20px;
		padding: 20px 30px;
		width: 90%;
	}
	#shopinfo #outline{
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	#shopinfo iframe{
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
	p#pct{ display: none; }
	.close-shopinfo{
		right: 30px;
		top: 20px;
		width: 25px;
		height: 25px;
		background-size:  auto 25px;
	}
	.close-shopinfo:hover{ background-position: -25px 0; }
}