@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color:#FFF;
}
p a{
	text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img {
	border: none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

*{
	box-sizing:border-box;
}

html {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.5;
	background: #000;
	color: #FFF;
}
li{
	list-style:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.clear{
	clear: both;
}


/*-----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {
.forSP{
	display:none !important;
}
body{
	background: #000;
	font-size: 14px;
	line-height:24px;
	min-width:746px;
}

#wrapper{
	background: url(../images/body_bg.png) no-repeat center top;
	padding-top: 75px;
}

#article{
	width: 746px;
	margin:0 auto;
	padding-bottom: 100px;
}

#article h1{
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

p.read{
	text-align: center;
	margin-bottom: 15px;
}

.attned{
	padding:0 65px;
	text-align: left;
}

.attned li{
	font-size: 13px;
	color: #999;
}

.section{
	margin-bottom: 45px;
	text-align: center;
}

.section h2{
	display:inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	font-size: 20px;
	margin-bottom: 50px;
}

.shopList{
	overflow: hidden;
	position: relative;
}

.shopList:after{
	content:"";
	display:block;
	background:url(../images/dummy.gif) no-repeat;
	width: 15px;
	height: 8px;
	position: absolute;
	top:448px;
	left:50%;
	margin-left: -7px;
}

.shopList li{
	padding: 30px 0 0;
	text-align: center;
	width: 50%;
	height: 400px;
	float: left;
	background: url(../images/tokuten_bg.jpg) no-repeat left top;
}

.shopList li:nth-child(even){
	border-left:1px solid #505050;
}

.shopList li:nth-child(-n+2){
	border-bottom:1px solid #505050;
	height: 450px;
}

.shopList .name{
	font-size: 20px;
	margin-bottom: 20px;
	line-height:1.4;
}

.shopList .name span{
	font-size: 12px;
}

.shopList .imgBox{
	height: 258px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.shopList .imgBox img{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}

.shopList .txt{
	font-size: 13px;
	color: #ccc;
}

.shopAll{
	border:	1px solid #505050;
	background:url(../images/grade.png) no-repeat left top;
	padding:30px 45px;
	overflow: hidden;
	margin-bottom: 70px;
}

.shopAll .leftCol{
	width: 305px;
	float: left;
}

.shopAll .rightCol{
	width: 287px;
	float: right;
}

.shopAll h2{
	font-size: 20px;
	margin: 12px 0 22px;
}

.shopAll .leftCol p{
	margin-bottom: 15px;	
}

.shopAll .leftCol a{
	border:1px solid #505050;
	font-size: 13px;
	display:block;
	padding:10px;
	text-align: center;
	position: relative;
}

.shopAll .leftCol a:after{
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	top:50%;
	left:15px;
	margin-top: -4px;
	content:"";
}

.closeBt{
	width: 220px;
	margin:0 auto;
	border:1px solid #505050;
	padding:10px;
	text-align: center;
	position: relative;
	cursor:pointer;
}

.closeBt:after{
	content:"";
	background:url(../images/close.gif) no-repeat left top;
	width:14px;
	height: 13px;
	position: absolute;
	left:15px;
	top:50%;
	margin-top: -6px;
	display:block;
}

}


@media screen and (max-width: 768px) {
.forPC{
	display:none !important;
}

body{
	background: #000;
	font-size: 13px;
	line-height:24px;
	min-width:320px;
}

#wrapper{
	background: url(../images/body_bg.png) no-repeat center top;
	padding-top: 35px;
}

#article{
	margin:0 auto;
	padding-bottom: 50px;
}

#article h1{
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}

p.read{
	text-align: center;
	margin: 0 15px 15px;
}

.attned{
	margin:0 15px;
	text-align: left;
}

.attned li{
	font-size: 11px;
	color: #999;
}

.section{
	margin-bottom: 35px;
	text-align: center;
}

.section h2{
	display:inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	font-size: 18px;
	margin-bottom: 25px;
}

.shopList{
	overflow: hidden;
	margin:0 15px;
}

.shopList li{
	padding: 15px 0;
	text-align: center;
}

.shopList li{
	border-bottom:1px solid #505050;
	width: 100%;
}

.shopList li:last-child{
	border-bottom: none;
}

.shopList .name{
	font-size: 16px;
	margin-bottom: 15px;
	line-height:1.4;
}

.shopList .name span{
	font-size: 12px;
}

.shopList .imgBox{
	margin-bottom: 15px;
}

.shopList .txt{
	font-size: 13px;
	color: #ccc;
}

.shopAll{
	border:	1px solid #505050;
	background:url(../images/grade.png) no-repeat left top;
	padding:15px;
	overflow: hidden;
	margin: -15px 15px 60px;
}

.shopAll h2{
	font-size: 16px;
	margin-bottom: 10px;
}

.shopAll .leftCol{
	margin-bottom: 15px;
}

.shopAll .leftCol p,
.shopAll .rightCol p{
	margin-bottom: 15px;	
}

.shopAll .rightCol a{
	border:1px solid #505050;
	font-size: 13px;
	display:block;
	padding:10px;
	text-align: center;
	position: relative;
}

.shopAll .rightCol a:after{
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	top:50%;
	left:15px;
	margin-top: -4px;
	content:"";
}

.shopAll .rightCol img{
	width: 100%;
}

.closeBt{
	width: 220px;
	margin:0 auto;
	border:1px solid #505050;
	padding:10px;
	text-align: center;
	position: relative;
	cursor:pointer;
}

.closeBt:after{
	content:"";
	background:url(../images/close.gif) no-repeat left top;
	width:14px;
	height: 13px;
	position: absolute;
	left:15px;
	top:50%;
	margin-top: -6px;
	display:block;
}

}