@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Libre+Bodoni:ital@0;1&display=swap');

/* FONTS
font-family: 'Libre Bodoni', serif;
font-family: 'Libre Baskerville', serif;
 */

/* MATERIALS */

a:link{
	color:#ea5520;
	text-decoration:none;
}

a:visited{
	color:#ea5520;
	text-decoration:none;
}

a:hover{
	color:#f39800;
	text-decoration:none;
}

a:active{
	color:#f39800;
	text-decoration:none;
}

a.btn_more{
	display:inline-block;
	padding:10px 40px 12px;
	font-size:16px;
	line-height:1.2em;
	background-color:#fff;
	border:1px solid #ea5520;
	border-radius:30px;
}

a.btn_book{
	padding:20px 50px 22px;
	font-size:24px;
	line-height:1em;
	letter-spacing:1px;
	background-color:#fff;
	border:3px solid #f39800;
}

a.btn_book02{
	padding:20px 30px 22px;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	background-color:#f39800;
	border:3px solid #ea5520;
}

a.btn_book03{
	font-size:15px;
	font-weight:500;
	line-height:1em;
}

a.btn_book03 img{
	width:40px;
	margin:-5px 5px 0 0;
	vertical-align:middle;
}

a.btn_book04{
	display:table;
	width:260px;
	margin:0 auto;
	padding:20px 30px 22px;
	text-align:center;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	background-color:#009d85;
	border:3px solid #009d85;
	border-radius:5px;
}

a.btn_book04:hover{
	color:#009d85;
	background-color:#fff;
}

a.btn_book05{
	display:block;
	margin:5px 0;
	padding:0 0 8px 15px;
	text-align:left;
	font-size:14px;
	color:#009d85;
	border-bottom:1px solid #ddd;
	background-image:url("../img/interface/triangle.svg");
	background-repeat:no-repeat;
	background-size:8px auto;
	background-position:left center;
}

a.btn_book06{
	display:table;
	width:260px;
	margin:0 auto 20px;
	padding:20px 30px 22px;
	text-align:center;
	font-size:16px;
	line-height:1.2em;
	color:#fff;
	background-color:#f39800;
	border:3px solid #ea5520;
	border-radius:5px;
	clear:both;
}

a.btn_book06:hover{
	color:#ea5520;
	background-color:#fff;
}


@media only screen and (max-width:768px){
	a.btn_book{
		padding:20px 25px 24px;
		font-size:18px;
	}

	a.btn_book02{
		padding:15px 20px 17px;
	}

	a.btn_book03 img{
		display:block;
		width:50px;
		vertical-align:bottom;
	}
	a.btn_book03 span{
		display:none;
	}
	a.btn_book04{
		display:block;
		padding:15px 20px 17px;
		text-align:center;
		font-size:15px;
	}
	a.btn_book06{
		display:block;
		padding:15px 20px 17px;
		text-align:center;
		font-size:15px;
	}

}


/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#credit{
	padding:0 20px;
	text-align:center;
	font-size:12px;
}

#event_area section a.btn_more.margin{
	margin:20px 0;
}

@media screen and (max-width:660px) {
	#credit{
		text-align:justify;
	}
}


#event_detail_area section p.lead em.orange{
	color:#ea5520;
}

#event_detail_area section p.lead em.yellow{
	color:#f39800;
}

#event_detail_area section p.lead em.blue{
	color:#1e3d91;
}

#event_detail_area section h3.orange>span{
	background-color:#ea5520;
}

#event_detail_area section h3.yellow>span{
	background-color:#f39800;
}

#event_detail_area section h3.blue>span{
	background-color:#1e3d91;
}

#ticket_detail_area section{
	padding:0 0 60px;
}

#ticket_detail_area h2{
	display:inline-block;
	margin:0 0 30px;
	font-size:24px;
	line-height:1.2;
}

#ticket_detail_area a.btn_more{
	padding:10px 20px 12px;
	font-size:15px;
	float:right;
}

#ticket_detail_area p{
	margin:15px 0;
	text-align:justify;
	font-size:17px;
	font-weight:300;
	line-height:1.7;
}

#ticket_detail_area table.price{
	width:100%;
	border-collapse:collapse;
	margin:30px 0;
	font-size:16px;
	border-left:1px solid #ddd;
}

#ticket_detail_area table.price a:link{
	text-decoration:underline;
}

#ticket_detail_area table.price th{
	width:30%;
	padding:10px 15px;
	text-align:left;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color:#fdefdb;
}

#ticket_detail_area table.price td{
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

#ticket_detail_area table.price thead th,
#ticket_detail_area table.price thead td{
	text-align:center;
	color:#fff;
	background-color:#1e3d91;
}

#ticket_detail_area table.price.green thead th,
#ticket_detail_area table.price.green thead td{
	background-color:#009d85;
}

#ticket_detail_area table.price.orange thead th,
#ticket_detail_area table.price.orange thead td{
	background-color:#ea5520;
}

#ticket_detail_area table.price.yellow thead th,
#ticket_detail_area table.price.yellow thead td{
	background-color:#f39800;
}

#ticket_detail_area table.price.purple thead th,
#ticket_detail_area table.price.purple thead td{
	background-color:#81009d;
}

@media only screen and (max-width:767px) {
	#ticket_detail_area section{
		padding:0 0 40px;
	}
	#ticket_detail_area section h2{
		display:block;
		margin:0 0 10px;
	}

	#ticket_detail_area a.btn_more{
		margin:0 0 20px;
}

	#ticket_detail_area table.price{
		font-size:14px;
	}
	#ticket_detail_area table.price th{
		padding:10px;
	}
	
	#ticket_detail_area table.price td{
		padding:10px;
	}
}
