@charset "utf-8";
#reg a {
	background-image: url(../images/1fen.png);
}
#ticket a {
	background-image: url(../images/4fen.png);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
#textWrapper h1 {
	font-size: 60px;
	width: 80%;
	margin: 0 auto;
	font-family: 'EB Garamond', serif;
	line-height: 110%;
	color: #323232;
}
#textWrapper h1 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #c9a063;
	margin-bottom: 5px;
}
#textWrapper h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #c9a063;
	padding: 12px 0;
}
#feature {
	text-align: center;
	width: 100%
}
#feature li {
	display: inline-block;
}
#feature li:last-child {
	font-size: 18px;
}
#expo li a h1 span {
	font-family: 'EB Garamond', serif;
	font-size: 51px;
	line-height: 100%;
	text-transform:uppercase;
}
#expo li a h2 {
	font-family: 'EB Garamond', serif;
	font-size: 31px;
	color: rgba(255,255,255,0.6)
}
.btn {
	font-size: 15px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
#textWrapper h1 span {
	display: block;
	font-size: 17px;
	font-weight: normal;
	color: #c9a063;
}
#textWrapper h1 {
	font-size: 42px;
	width: 80%;
	margin: 0 auto;
	font-family: 'EB Garamond', serif;
	line-height: 110%;
	color: #323232;
}
#textWrapper h3 {
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	color: #c9a063;
	padding: 15px 0;
}
#feature li {
	font-size: 18px;
}
#expo li a h1 span {
	line-height: 100%;
	font-family: 'EB Garamond', serif;
	text-transform:uppercase;
}
}
