html, body, div, p, table, th, tr, td, a, span, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, header, footer, article, section, aside {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.4;
	color: #e2e2e2;
    font-family: Yu Gothic, 'メイリオ', Meiryo,'ＭＳ Ｐゴシック', Helvetica, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}


html, body, div, p, header, article, section, aside, footer, ul, li {
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: baseline;
}

img a {
	border: 0;
}

a {
	text-decoration: underline;
}

ul {
	list-style: none;
}

body {
	background: #222;
}

.colw { color: #e2e2e2;}


/*===============================*/
/* COMMON */
header {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 50000;
}

.logo {
	height: 44px;
}

#btnNavi {
	position: absolute;
	width: 46px;
	height: 50px;
	left: 0;
	top: 8px;
}

#btnNavi div, #btnNavi div::before, #btnNavi div::after {
	display: inline-block;
	width: 24px;
	height: 1px;
	left: 8px;
	background: #fff;
	position: absolute;
	transition: all 300ms ease;
}

#btnNavi div {
	top: 20px;	
}

#btnNavi div::before {
	content: "";
	top: 6px;
	left: 0;
}

#btnNavi div::after {
	content: "";
	top: 12px;
	left: 0;
}

#topImage {
	margin: 65px auto 0 auto;
	width: 100%;
	padding: 180px 5%;
	background: url("images/bg-main.jpg") center center no-repeat;
	background-size: cover;	
	background-color: #202020;
	text-align: center;
}

.mes-wrap {
	background: rgba(0,0,0,0.5);
	padding: 24px 32px;
	display: inline-block;
	
}

h1 {
	font-size: 180%;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	color: #f0d282;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}

h2 {
	font-size: 100%;
	line-height: 1.1;
	font-family: 'Crimson Text', serif;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
	color: #eee;
}

.btnHome {
	display: block;
	text-decoration: none;
	background: #987242;
	font-size: 90%;
	width: 160px;
	text-align: center;
	margin: 30px auto 10px auto;
	padding: 7px 0;
	border-radius: 3px;
}

.tc {
	text-align: center;
}

article {
	background: #1a1a1a;
}

section {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 30px 5% 0 5%;
	max-width: 1280px;
}

section:last-child {
	padding-bottom: 30px;
}

h3 {
	text-align: center;
	font-family: 'Crimson Text', serif;
	color: #e0c272;
	font-size: 140%;
	margin-bottom: 5px;
	font-weight: 700;
}

.sec_text {
	width: 90%;
	line-height: 1.6;
	margin: 0 auto 0 auto;
}
.top_notice {
	padding: 32px 48px;
	border: 2px solid #888;
	background-color: #282828;
	margin-top: 24px;
}
.top_notice p {
	margin: 1.0em;
}
.colw {
	text-align: center;
	color: #ccc;
}

.event_btn_area {
	margin-top: 30px;
}

.btn_toEvent {
	text-decoration: none;
	display: block;
	width: 80%;
	max-width: 180px;
	border: 1px solid #eee;
	text-align: center;
	padding: 9px 0;
	margin: 0 auto;
	background-color: #222;
	transition: background-color 0.3s ease;
}

.btn_toEvent:hover {
	background-color: #444;
}

/* Food */
.recFoodWrap {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 50% 50%;
}

.foodAreas {
	padding: 20px;
}

.foodwrap {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.foodName {
	font-size: 120%;
	font-weight: 500;
}

.foodPrice {
	font-size: 85%;
	font-weight: 500;
}

.topImages {
	max-width: 100%;
}

/*VIDEO*/
.ytb_area {
	width: 100%;
    padding-top: 56.10%;
	margin: 30px 0;
}

.ytb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Google Map */
.map_area {
	margin: 10px 0;
}

.gmap {
	border: 0;
	width: 100%;
	height: 250px;
}

footer {
	padding: 20px 5%;
	color: #bbb;
	font-size: 95%;
}

.f_address{
	margin-bottom: 20px;
}

.copy {
	text-align: center;
	margin-top: 20px;
	font-size: 85%;
}

.f_sec {
	font-size: 100%;
	font-weight: 700;
	color: #e0c272;
}

.f_timelist {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
}

.f_timelist dt {
	text-align: left;
	margin-right: 15px;
}

.f_timelist dd {
	text-align: left;
}

#gnav {
	width: 70%;
	max-width: 350px;
	height: 100%;
	position: fixed;
	left: -70%;
	top: 0;
	background: #111;
	z-index: 10000;
	padding-top: 68px;
	transition: all 300ms ease;
}

#navCover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 5000;
	display: none;
	transition: all 300ms ease;
}

#gnav ul li {
	border-bottom: 1px solid #222;
}

#gnav ul li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #ccc;
	display: flex;
	gap: 9px;
	align-items: center;
}
#gnav ul li a .svg-wrap {
	padding: 4px;
	display: flex;
	align-items: center;
}
#gnav ul li a img {
	width: 1.8em;
}
#gnav ul li a img.x {
	width: 0.7em;
	padding: 8px;
}

.sns_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-bottom: 10px;
}

.sns_area a img {
	height: 35px;
}

.sns_area a img.x {
	height: 18px;
}

/* Event */
.event-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555;
}
.event-date {
	font-size: 90%;
	font-weight: bold;
	color: #ccc;
}
.event-title {
	font-weight: bold;
	color: #ccb882;
	font-size: 115%;
	margin-bottom: 5px;
}

.subpage-top {
	width: 100%;
	height: 120px;
}

.subpage-article .event {
	background: url('images/event.png') center center no-repeat;
	background-size: cover;
}

.subpage-article .menu { 
	background: url('images/foods.jpg') center center no-repeat;
	background-size: cover;
}

.subpage-article .info { 
	background: url('images/access.png') center center no-repeat;
	background-size: cover;
}

.subpage-article .session { 
	background: url('images/session.png') center center no-repeat;
	background-size: cover;
}

#noevent {
	text-align: center;
}

/* Menu */
.menu-list li {
	margin-bottom: 25px;
}
.menu-name {
	font-weight: bold;
	color: #ccb882;
	font-size: 115%;
}

.menu-price {
	font-size: 85%;
}

.menu-desc {
	margin: 10px 0;
	display: table;
}

.menu-image {
	display: table-cell;
}

.menu-text {
	display: table-cell;
	width: 60%;
	padding-left: 10px;
	vertical-align: top;
}

/* INFORMATION */
.info-table {
	padding: 0;
	width: 90%;
	border-spacing: 0;
	margin: 10px auto;
}

.info-table td {
	border-top: 1px solid #555;
	text-align: center;
	padding: 6px 10px 6px 0;
}


.info-table-top {
	text-align: center !important;
}


/* SESSION */
.session-images-area {
	text-align: center;	
	margin-top: 45px;
}

.session-images-area div {
	width: 90%;
}

/* interactive */
.btnOn::before { display: none !important; }
.btnOn { 
	transform: rotate(45deg) !important;
	top: 25px !important;
}

.btnOn::after { 
	transform: rotate(-90deg) !important; 
	left: 0px !important;
	top: 0px !important;
}
.navOn { display: block !important;}
.coverOn { left: 0 !important; }

.subpage-article {
	padding-top: 70px;
}

/*===============================*/
/*MOBILE*/
@media screen and (max-width: 800px) {
	.pc-nav {
		display: none;
	}
	.top_notice {
		padding: 16px;
	}
}



/*================*/
/*PC*/
@media screen and (min-width: 801px) {
	.subpage-top {
		height: 380px;
	}

	h3 {
		font-size: 230%;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.event-list li {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.menu-desc, .menu-image, .menu-text {
		display: block;	
		width: 100%;
	}

	.menu-list {
		display: table;
		margin-bottom: 45px;
	}

	.menu-list li {
		display: table-cell;
		width: 33.3%;
		padding: 1%;
	}

	.f_address {
		text-align: center;
	}

	.info-table td {
		padding: 10px 0;
		border: 0;
	}

	.info-table {
		margin-bottom: 30px;
	}

	.gmap {
		height: 480px;
	}

	.logo {
		height: 48px;
	}

	.pc-nav ul {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		max-width: 480px;
		margin: 0 auto;
	}

	.pc-nav ul li a {
		text-decoration: none;
		font-family: 'Crimson Text', serif;
	}

	.notice {
		text-align: center;
	}

}