@charset "UTF-8";

/* INTERFACE */

body>footer{
	padding:5%;
	text-align:center;
	background-color:#1a060a;
}

body>footer img{
	width:300px;
}

body>footer p{
	margin:2em 0;
	font-size:12px;
}

body>footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#fdddaa;
}

body>article{
	padding:0 0 10%;
}

body>article::before{
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

#home_key_area{
	margin:0 0 10%;
}

#home_key_area h1{
	max-width:1400px;
	margin:0 auto 4%;
	line-height:1;
}

#home_key_area img{
	width:100%;
}

#home_key_area a.btn_ticket{
	display:table;
	margin:0 auto;
	padding:1em 4em;
	font-size:25px;
	font-weight:600;
	color:#80192f;
	background-color:#eeb125;
	border:4px solid #fdddaa;
}

#home_key_area a.btn_ticket:hover{
	text-decoration:none;
	opacity:0.9;
}

#home_program_area{
	padding:5%;
}

#home_program_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:300;
	line-height:1.5;
}

#home_program_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_program_area>div{
	max-width:1200px;
	margin:0 auto;
}

#home_program_area section{
	display:flex;
	align-items:flex-start;
	margin:0 0 5%;
	padding:3%;
	border:2px solid #fdddaa;
	background-color:#fff;
	background-image:url("../img/pic_shimizu.png");
	background-repeat:no-repeat;
	background-position:right bottom -30px;
	background-size:150px;
}

#home_program_area section img{
	width:45%;
	margin:0 2% 0 0;
}

#home_program_area section div{
	width:40%;
}

#home_program_area section time{
	display:inline-block;
	font-family: "Roboto", sans-serif;
	font-size:36px;
	line-height:1;
	color:#1a060a;
}

#home_program_area section time span{
	font-size:16px;
}

#home_program_area section time b{
	font-size:50px;
}

#home_program_area section h3{
	margin:0.2em 0;
	font-family: "Arvo", sans-serif;
	font-size:25px;
	line-height:1.3;
	color:#1a060a;
}

#home_program_area section h3 span{
	display:block;
	font-size:12px;
}

#home_program_area section p{
	text-align:justify;
	font-size:15px;
	line-height:1.5;
	color:#1a060a;
}

#home_program_area ul.notes{
	max-width:1200px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	font-size:14px;
}

@media only screen and (max-width:1000px){
	#home_program_area section{
		background-size:120px;
	}
	#home_program_area section p{
		font-size:14px;
		line-height:1.4;
	}
}

#home_access_area{
	max-width:800px;
	margin:0 auto;
	padding:5%;
}

#home_access_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:300;
	line-height:1.5;
}

#home_access_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_access_area p{
	margin:0 0 2em;
	text-align:center;
	font-size:17px;
}

#home_access_area p span{
	display:block;
	margin:0.5em 0 0;
	font-size:14px;
	color:#fdddaa;
}

#home_access_area div{
	width:100%;
	height:0;
	padding:70% 0 0;
	position:relative;
}

#home_access_area div iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

#home_ticket_area{
	max-width:500px;
	margin:0 auto;
	padding:5%;
}

#home_ticket_area h2{
	margin:0 0 2em;
	text-align:center;
	font-size:40px;
	font-weight:300;
	line-height:1.5;
}

#home_ticket_area h2 span{
	display:block;
	font-family: "Arvo", sans-serif;
	font-size:13px;
}

#home_ticket_area ul{
	margin:0 0 3em;
	padding:0 0 0 1.5em;
	font-size:17px;
}

#home_ticket_area a.btn_ticket{
	display:block;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	font-size:25px;
	font-weight:600;
	color:#80192f;
	background-color:#eeb125;
	border:4px solid #fdddaa;
}

#home_ticket_area a.btn_ticket:hover{
	text-decoration:none;
	opacity:0.9;
}
