@charset "UTF-8";

/****************************************

          General Setting

*****************************************/
body{
color:#fff;
background-color:#000;
margin: 0;
line-height: 1.6;
font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#wrapper {
	background:#000;
	color:#fff;
	width:100%;
	overflow:hidden;
}
a {text-decoration: none; color: #ff0000;}
a:link {color: #ff0000;}
a:hover {color: #ff0000;text-decoration: underline;}
a:visited {color: #ff0000;}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
img.responsiveimg {
	width:100%;
	height:auto;
}
#topimg {
	width:100%;
	background:#fff;
}
.date {
	padding:0 0 20px;
	margin:0;
	font-weight:normal;
}
h1 {
	margin-top:0;
	padding:0;
	display:block;
}
p.guestact {
	border-top:1px dotted #bbb390;
	border-bottom:1px dotted #bbb390;
	padding:10px 0 10px;
	margin:20px 0 0;
	font-weight:normal;
}
.date h2 {
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #bbb390;
	font-size:12px;
}
.topcontents {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topcontents a {
	background:#000;
	padding:15px 25px;
	font-size:12px;
	font-weight:bold;
	color:#bbb390;
	display:inline-block;
	margin-top:20px;
}
.main {
	padding:20px;
}
.topcontents a:hover {
	opacity: .6; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .6; /* Safari 1.x */
	-moz-opacity: .6; /* FF lt 1.5, Netscape */
}
h2.title {
	background:#000;
	color:#fff;
	padding:15px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:1px;
	font-weight:300;
}
h2.scheduletitle {
	margin:20px 0 20px;
}
h2.goods {
	margin:0 0 10px;
}
.schedule .goodsbox h3 {
	font-size:12px;
	padding:10px 0 5px 0;
	margin:0;
}
.schedule .goodsbox img.responsiveimg {
	margin-top:10px;
}
.schedule .goodsbox {
	font-size:11px;
	line-height:1.6;
}
.goodsnotice {
	background: rgba(0,0,0,.1);
	padding:20px;
	border-radius:4px;
}
span.strong {
	font-size:16px;
	font-weight:bold;
}
span.red {
	color:#ff0000;
	font-size:12px;
}
.box {
	font-size:12px;
	line-height:1.8;
}
.schedule {
	background:#fff;
	color:#000;
	padding:20px;
	margin:40px 0 20px;
	font-size:12px;
	line-height:2;
}
.schedule h3 {
	font-size:14px;
	padding:10px 0;
	margin:0 0 10px;
	line-height:1.8;
	font-weight:bold;
}
.schedule h4 {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
	background:#222;
	padding:15px;
}

.entrybox h4 {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	font-size:13px;
	background:#eee;
	padding:15px;
}
hr {
border-top: 3px solid #c9eefc;
}
.entrybox {
	margin:20px 0;
}
.notice {
	background:#222;
	color:#fff;
	margin-top:20px;
	padding:30px 0;
	font-size:12px;
	line-height:2;
}
.notice h2.notice {
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	color:#fff;
	font-size:14px;
	padding:10px 0;
	margin:0 0 10px;
	text-align:center;
}
.notice h2.margintop20 {
	margin-top:20px;
}
.schedulebox {
	background:rgba(0,0,0,.9);
	padding:10px;
	color:#fff;
        text-align: center;
}
p.check {
	display:block;
	background:#000;
	padding:10px;
	margin:10px 0;
}
p.check a {
	display:block;
}
span.entrybtn {
	font-size:16px;
	background:#aaa;
	color:#fff;
	text-decoration:none;
	padding:20px;
	display:block;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	border-radius:4px;
}
a.entrybtn {
	font-size:16px;
	background:#000;
	color:#fff;
	text-decoration:none;
	padding:20px;
	display:block;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	border-radius:4px;
}
a.wht {
	background:#ff0000;
	color:#fff;
	padding:15px;
	font-size:14px;	
}
a.sold {
	background:#aaa;
}
hr {
	border-top:1px dotted #aaa;	
}
a.entrybtn:hover {
	opacity: .6; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .6; /* Safari 1.x */
	-moz-opacity: .6; /* FF lt 1.5, Netscape */
}
.notice span {
	font-weight:bold;
}
.pagetop {
	margin:0 0 10px 0;
}
a.down {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
	z-index:10001;
}
#footer {
	color:#fff;
	padding:20px;
	font-size:11px;
}
.dropdown {
	width:100px;
	position:absolute;
	position:fixed;
	z-index:1000;	
	top:20px;
	right:20px;
	background:#0bb2f0;
	color:#fff;
}
.dropdown-toggle {
	padding:10px;
	font-size:12px;
	text-align:center;
	display:block;
	text-decoration:none;	
}
a.dropdown-toggle:hover {
	color:#fff;
	text-decoration:none;
}
.dropdown-menu>li>a {
display: block;
padding: 10px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 100px;
padding: 0;
margin: 2px 0 0;
font-size: 12px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
.specialdetail img {
	width:80%;
	height:auto;
}
}
@media (max-width: 768px) {
h1 img {
	width:100%;
	height:auto;
}
.notice h2.second {
	margin-top:20px;
}
.specialdetail img {
	width:60%;
	height:auto;
}
h3.restop {
	margin-top:20px;
}
}
