@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
form{margin:0; padding:0;}
table{border-collapse:collapse;}
address{font-style:normal;}
body{
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
	color: #44484B;
	font-family:'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
}
body div {display: block;}
address{font-style:normal;}
img {max-width:100%; height:auto;}
main{
	padding: 80px 1vw 0;
}
ol li{
margin-left: 2em;
}
p{
	padding-bottom: 1em;
}
.caption{font-size: 84%;}
hr.short{
	border:none;
	border-bottom: 1px solid #666;
	margin: .8em 0;
	height: 1px;
}
hr{
	border:none;
	border-top: 3px solid #666;
	border-bottom: 1px solid #666;
	margin: 4em 0;
	height: 3px;
}
a{
	color: #44484B;
	text-decoration: none;
	transition: ease 0.2s;
}
a:hover{
	color: #67738B;
	text-decoration: none;
}
ul.normal_ul{
	padding: 0 0 1em 2em;
}
em{
	font-style: normal;
}

/*----------------------------------------------------------

H

----------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
form{margin:0; padding:0;}
table{border-collapse:collapse;}
address{font-style:normal;}
body{
	margin:0;
	padding:0;
	height:100%;
	background-color: #F7F4EF;
	color: #1A511C;
	font-family:'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;
}
body div {display: block;}
address{font-style:normal;}
img {max-width:100%; height:auto;}
main{
	padding: 80px 1vw 0;
}
ol li{
margin-left: 2em;
}
p{
	line-height: 1.4em;
	padding-bottom: 1em;
}
.caption{font-size: 84%;}
a{
	color: #16681A;
	text-decoration: none;
	transition: ease 0.2s;
}
a:hover{
	color: #399058;
	text-decoration: none;
}
ul.normal_ul{
	padding: 0 0 1em 2em;
}
em{
	font-style: normal;
}
strong{
	color: #16681A;
}
h2~strong{
	line-height: 1.8;
}
/*----------------------------------------------------------

H

----------------------------------------------------------*/
h1{}
h2{
	font-family: "DM Serif Display", serif;
	font-size: 46px;
	color: #16681A;
}
h2.smh2{
	font-size: 42px;
}
h2.smh2 span{
	display: block;
	line-height: 1;
	font-size: 28px;
	padding-bottom: 20px;
}
h2 span{
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h2.ch2{text-align: center;}
h2.ch2 span{}
h2.wh2{
	color: #F7F4EF;
	font-family: "DM Serif Display", serif;
	font-size: 48px;
}
h3{
	font-size: 24px;
	color: #16681A;
	padding-bottom: 20px;
	line-height: 1;
	font-feature-settings: "palt";
}
h3.ch3{
	text-align: center;
	line-height: 1.6;
}
h3.smh3{
	font-size: 36px;
	font-family: "DM Serif Display", serif;
	text-align: center;
	line-height: 1.6;
}
h3.smh3 span{
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h4{
	line-height: 1.4em;
	font-size: 18px;
	color: #16681A;
	padding-bottom: 10px;
}
strong.timeline{
	font-size: 18px;
	color: #16681A;
	line-height: 1.4em;
}
/*----------------------------------------------------------

Header

----------------------------------------------------------*/
.header{
	background:url("../images/head-bg.png") no-repeat #16681A center center;
	background-size: 80%;
	border-radius: 0 0 60px 60px;
	color: #F7F4EF;
	width: 100%;
}
h1{
	margin: 0 auto;
	width: 645px;
	height: 200px;
	padding: 30px 0;
	line-height: 0.88;
	background: url("../images/ivy.png") no-repeat center center;
	background-size:contain;
	text-indent: 500%;
	overflow: hidden;
	white-space: nowrap;
}
/*----------------------------------------------------------

main

----------------------------------------------------------*/
section{
	width:940px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: calc((99vw - 955px) / 2);
	padding-right: calc((99vw - 955px) / 2);
}
section.gra{
	background-color: #DFDFDF;
}
section.gre{
	background-color: #16681A;
	color: #F7F4EF;
}
.topimg{
	margin: 40px -60px 50px;
}
.topimg img{
	border-radius: 15px;
}
.mapunit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}
.map{
	width: 470px;
	height: 320px;
}
.map iframe{width: 100%;}
.mapguide{
	width: 450px;
}
table.sce{
	width: 100%;
	margin-bottom: 10px;
}
table.sce td{
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
table.sce td.scetime{
	border-bottom: 1px dotted #4F4E4E;
	font-size: 14px;
}
table.sce td.scetimeend{
	border-bottom: 1px solid #979797;
	font-size: 15px;
}
table.sce td.sceopen{
	background-color: #E9FAE9;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov1{
	background-color: #CDE4C2;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov2{
	background-color: #C4E4CC;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.sceevent{
	background-color: #ECD7DF;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scenone{
	border: 1px solid #979797;
	border-top:none;
}
table.sce th{
	background-color: #16681A;
	color: #fff;
	font-weight: 300;
}
.ticketunit{
	display: flex;
	justify-content: space-between;
}
.ticketday{
	width: 30%;
}
.dayno{
	font-family: "DM Serif Display", serif;
	font-size: 38px;
	color: #16681A;
}
.ticket{
	border-radius: 15px;
	background-color: #fff;
	text-align: center;
	line-height: 1.65;
	box-sizing: border-box;
	padding: 5px 10px;
	margin-bottom: 25px;
	transition: ease .4s;
}
.ticket a{
	color: #16681A;
}
.ticket:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);}
.ticketdate{
	display: block;
	font-size: 22px;
	font-weight: 600;
}
.ticketprice{
	font-size: 32px;
	display: block;
	font-weight: 800;
	border-top: 1px dotted #16681A;
}
.aboutunit{
	display: flex;
	justify-content: space-between;
}
.about{
	width: 600px;
}
.abouttxt{
	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 50px;
}
.aboutfig{
	width: 300px;
	background-clip: border-box;
}
.what{
	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 60px 0;
}
.screening{
	padding: 40px 0 20px;
}
.movunit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}
.movtmb{
	width: 450px;
}
.movdata{
	width: 450px;
}
.movdata span{
	font-size: 14px;
	display: block;
}
section.gre strong{
	font-size: 22px;
	padding: 25px 0 20px;
	display: block;
	color: #F7F4EF;
}
section.gre strong span{
	font-size: 18px;
	display: block;
}
.guestsub{
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 600;
}
.guestunit{
	display: flex;
	justify-content: space-around;
}
.guestfig{
	width: 350px;
	padding-top: 40px;
}
.guestdata{
	width: 550px;
}
.link{}
span.pcicon{
	display:inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/laptop-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
span.instaicon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/insta-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
.footer{
	padding: 15px 0;
	background-color: #fff;
}
.footlink a{
	width: 100px;
	height: 60px;
	background: url("../images/logofooter.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	transition: ease .4s;
}
.footlink a:hover{
	opacity: .7;
}
.copy{
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	body{
		font-size: 14px;
	}
h2{
	font-size: 33px;
}
h2.smh2{
	font-size: 32px;
}
h2.smh2 span{
/*	display: block;
	line-height: 1;
	padding-bottom: 20px;*/
	font-size: 24px;
}
h2 span{
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

h2.ch2{text-align: center;}
h2.ch2 span{}
h2.wh2{
/*	color: #F7F4EF;
	font-family: "DM Serif Display", serif;*/
	font-size: 42px;
}
h3{
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 1;
	font-feature-settings: "palt";
}
h3.ch3{
	text-align: center;
	line-height: 1.6;
}
h3.smh3{
	font-size: 36px;
	font-family: "DM Serif Display", serif;
	text-align: center;
	line-height: 1.6;
}
h3.smh3 span{
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h4{
	line-height: 1.4em;
	font-size: 18px;
	color: #16681A;
	padding-bottom: 10px;
}
strong.timeline{
	font-size: 18px;
	color: #16681A;
	line-height: 1.4em;
}
/*----------------------------------------------------------

Header

----------------------------------------------------------*/
.header{
	width: 100%;
	background-image: none;
}
h1{
	margin: 0 auto;
	width: 480px;
	height: 180px;
	padding: 20px 0;
	line-height: 0.88;
	background: url("../images/ivy.png") no-repeat center center;
	background-size:contain;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
}
/*----------------------------------------------------------

main

----------------------------------------------------------*/
section{
	width:94%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 3%;
	padding-right: 3%;
}
.topimg{
	margin: 40px auto 50px;
}
.topimg img{
	border-radius: 15px;
}
.mapunit{
/*	display: flex;
	justify-content: space-between;*/
	padding-bottom: 70px;
}
.map{
	width: 48%;
	height: 300px;
}
.map iframe{width: 100%;}
.mapguide{
	width: 48%;
}
table.sce{
	width: 100%;
	margin-bottom: 10px;
}
table.sce td{
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
/*table.sce td.scetime{
	border-bottom: 1px dotted #4F4E4E;
	font-size: 14px;
}
table.sce td.scetimeend{
	border-bottom: 1px solid #979797;
	font-size: 15px;
}
table.sce td.sceopen{
	background-color: #E9FAE9;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov1{
	background-color: #CDE4C2;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov2{
	background-color: #C4E4CC;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.sceevent{
	background-color: #ECD7DF;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scenone{
	border: 1px solid #979797;
	border-top:none;
}
table.sce th{
	background-color: #16681A;
	color: #fff;
	font-weight: 300;
}
.ticketunit{
	display: flex;
	justify-content: space-between;
}*/
.ticketday{
	width: 31.5%;
}
.dayno{
/*	font-family: "DM Serif Display", serif;
	color: #16681A;*/
	font-size: 32px;
}
.ticket{
	/*border-radius: 15px;
	background-color: #fff;
	text-align: center;
	line-height: 1.65;
	box-sizing: border-box;*/
	padding: 5px 5px;
	margin-bottom: 20px;
	transition: ease .4s;
}
.ticket a{
	color: #16681A;
}
.ticket:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);}
.ticketdate{
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.ticketprice{
	font-size: 32px;
	display: block;
	font-weight: 800;
	border-top: 1px dotted #16681A;
}
.aboutunit{
/*	display: flex;
	justify-content: space-between;*/
}
.about{
	width: 58%;
}
.abouttxt{
/*	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 50px;*/
}
.aboutfig{
	width: 38%;
	background-clip: border-box;
}
.what{
	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 60px 0;
}
.screening{
	padding: 40px 0 20px;
}
.movunit{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}
.movtmb{
	width: 48%;
}
.movdata{
	width: 48%;
}
.movdata span{
	font-size: 13px;
	border-bottom: 1px dotted #16681A;
	margin-bottom: 5px;
}
section.gre strong{
	font-size: 20px;
	padding: 20px 0 5px;
/*	display: block;
	color: #F7F4EF;*/
}
section.gre strong span{
	font-size: 18px;
	display: block;
}
.guestsub{
	font-size: 28px;
/*	line-height: 1.4em;
	font-weight: 600;*/
}
.guestunit{
	display: flex;
	justify-content: space-around;
}
.guestfig{
	width: 35%;
	padding-top: 30px;
}
.guestdata{
	width: 55%;
}
/*span.pcicon{
	display:inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/laptop-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
span.instaicon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/insta-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
.footer{
	padding: 15px 0;
	background-color: #fff;
}
.footlink a{
	width: 100px;
	height: 60px;
	background: url("../images/logofooter.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	transition: ease .4s;
}
.footlink a:hover{
	opacity: .7;
}
.copy{
	font-size: 12px;
	text-align: center;
}*/
}
@media screen and (max-width: 599px) {
	body{
		font-size: 14px;
	}
h2{
	font-size: 32px;
	line-height: 0.9;
}
h2.linkh2{
	padding-bottom: 20px;
}
h2.smh2{
	font-size: 32px;
}
h2.smh2 span{
/*	display: block;*/
	padding: 20px 0;
	font-size: 20px;
}
h2 span{
	font-size: 20px;
/*	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;*/
}

h2.ch2{
	text-align: center;
	padding-bottom: 15px;
	}
h2.wh2{
/*	color: #F7F4EF;
	font-family: "DM Serif Display", serif;*/
	font-size: 32px;
	padding-bottom: 15px;
}
h3{
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 1;
	font-feature-settings: "palt";
}
h3.ch3{
	text-align: center;
	line-height: 1.6;
}
h3.smh3{
	font-size: 30px;
/*	font-family: "DM Serif Display", serif;
	text-align: center;*/
	line-height: 1.3;
}
h3.smh3 span{
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
h4{
	line-height: 1.4em;
	font-size: 18px;
	color: #16681A;
	padding-bottom: 10px;
}
strong.timeline{
	font-size: 16px;
/*	color: #16681A;
	line-height: 1.4em;*/
}
/*----------------------------------------------------------

Header

----------------------------------------------------------*/
.header{
	width: 100%;
	border-radius: 0 0 30px 30px;
}
h1{
	margin: 0 auto;
	width: 90%;
	height: 160px;
	padding: 20px 0;
}
/*----------------------------------------------------------

main

----------------------------------------------------------*/
section{
	width:94%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 3%;
	padding-right: 3%;
}
.topimg{
	margin: 40px auto 50px;
}
.topimg img{
	border-radius: 15px;
}
.mapunit{
/*	display: flex;
	justify-content: space-between;*/
	flex-wrap: wrap;
	padding-bottom: 70px;
}
.map{
	width: 100%;
	order: 2;
	height: 300px;
	margin-top: 20px;
}
.map iframe{width: 100%;}
.mapguide{
	width: 100%;
order: 1;
}
table.sce{
	width: 100%;
	margin-bottom: 10px;
}
table.sce td{
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
/*table.sce td.scetime{
	border-bottom: 1px dotted #4F4E4E;
	font-size: 14px;
}
table.sce td.scetimeend{
	border-bottom: 1px solid #979797;
	font-size: 15px;
}
table.sce td.sceopen{
	background-color: #E9FAE9;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov1{
	background-color: #CDE4C2;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scemov2{
	background-color: #C4E4CC;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.sceevent{
	background-color: #ECD7DF;
	border: 1px solid #979797;
	border-top:none;
}
table.sce td.scenone{
	border: 1px solid #979797;
	border-top:none;
}
table.sce th{
	background-color: #16681A;
	color: #fff;
	font-weight: 300;
}*/
.ticketunit{
	display: block;
	justify-content: inherit;
}
.ticketday{
	width: 90%;
	margin: 0 auto;
}
.dayno{
/*	font-family: "DM Serif Display", serif;
	color: #16681A;*/
	font-size: 32px;
}
.ticket{
	/*border-radius: 15px;
	background-color: #fff;
	text-align: center;
	line-height: 1.65;
	box-sizing: border-box;*/
	padding: 5px 5px;
	margin-bottom: 20px;
	transition: ease .4s;
}
.ticket a{
	color: #16681A;
}
.ticket:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);}
.ticketdate{
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.ticketprice{
	font-size: 32px;
	display: block;
	font-weight: 800;
	border-top: 1px dotted #16681A;
}
.aboutunit{
display: block;
	/*justify-content: space-between;*/
}
.about{
	width: 100%;
}
.abouttxt{
/*	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 50px;*/
}
.aboutfig{
	width: 80%;
	background-clip: border-box;
	margin: 20px auto;
}
.what{
	border-left: 5px solid #16681A;
	padding-left: 20px;
	padding-bottom: 0px;
	margin: 60px 0;
}
.screening{
	padding: 40px 0 20px;
}
.movunit{
	display: block;
	justify-content: inherit;
}
.movtmb{
	width: 100%;
	padding-bottom: 15px;
}
.movdata{
	width: 100%;
	padding-bottom: 30px;
}
.movdata span{
	font-size: 13px;
	border-bottom: 1px dotted #16681A;
	margin-bottom: 5px;
}
section.gre strong{
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
/*	display: block;
	color: #F7F4EF;*/
}
section.gre strong span{
	font-size: 18px;
	display: block;
}
.guestsub{
	font-size: 18px;
/*	line-height: 1.4em;
	font-weight: 600;*/
}
.guestunit{
	display: block;
	justify-content: inherit;
}
.guestfig{
	width: 60%;
	padding-top: 30px;
	margin: 0 auto;
}
.guestdata{
	width: 100%;
}
.footlink a{
	width: 80px;
	height: 50px;
/*	background: url("../images/logofooter.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	transition: ease .4s;*/
}
/*span.pcicon{
	display:inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/laptop-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
span.instaicon{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("../images/insta-solid.png")no-repeat center bottom;
	background-size: contain;
	vertical-align: middle;
}
.footer{
	padding: 15px 0;
	background-color: #fff;
}

.footlink a:hover{
	opacity: .7;
}*/
.copy{
	font-size: 10px;
}
}