@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
}

#wrapper {
	margin: 0;
	padding: 0;
  background-color: rgba(255,255,255,0.9);
  width: auto;
  color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
}

#wrapper img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/*==== header ====*/
#wrapper header{
	text-align: center;
}
#wrapper header h1{
	padding: 30px 0;
}
#wrapper #dateArea{
	padding: 30px 0 0;
	background-color: #005bb4;
}
#wrapper #dateArea .date{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
#wrapper #dateArea .date img{
	padding:30px 10px;
}

@media screen and (max-width: 1000px) {
	#wrapper header h1{
		padding: 20px 0;
	}
	#wrapper #dateArea{
		padding: 20px 0 0;
	}
	#wrapper #dateArea .date img{
		padding:10px 20px;
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #dateArea .date{
		display: block;
	}
	#wrapper #dateArea .date img{
		padding:10px 20px;
		width: 100%;
	}
}

/*==== #about ====*/
#wrapper #about{
	padding: 30px 0;
	background-color: #005bb4;
}
#wrapper #about .txtArea{
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	border:10px solid #005bb4;
	border-radius: 30px;
}
#wrapper #about .txtArea p{
	color: #ff5454;
	padding: 40px;
	font-size: 1.6rem;
	font-family: 'Kiwi Maru', serif;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (max-width: 1000px) {
	#wrapper #about{
		padding: 10px 0;
		background-color: #005bb4;
	}
	#wrapper #about .txtArea{
		margin: 0 15px;
		background-color: #fff;
		border:10px solid #005bb4;
		border-radius: 30px;
	}
	#wrapper #about .txtArea p{
		padding: 30px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #about .txtArea p{
		padding: 20px;
		font-size: 1rem;
	}
}

/*==== #timeTable ====*/
#wrapper #timeTable{
	padding: 30px 0;
	background-color: #005bb4;
}
#wrapper #timeTable h2{
	text-align: center;
	padding: 20px;
}
#wrapper #timeTable h3{
	font-size: 2rem;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
#wrapper #timeTable h3 span{
	display: inline-block;
	background:linear-gradient(transparent 60%, #ef5e3d 60%);
}
#wrapper #timeTable .scArea{
	max-width: 1000px;
	margin: 10px auto 30px;
}
#wrapper #timeTable dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	border: 1px solid #005bb4;
}
#wrapper #timeTable dt {
  width: 30%;
	padding: 15px;
  background-color: #61acf5;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 1.3rem;
}
#wrapper #timeTable dd {
  width: 70%;
	padding: 15px;
  background-color: #ffffff;
	border-bottom: 1px solid #005bb4;
	font-size: 1.3rem;
}
#wrapper #timeTable dt:last-of-type{
	border-bottom: none;
}
#wrapper #timeTable dd:last-of-type{
	border-bottom: none;
}
#wrapper #timeTable p{
	color: #fff;
	padding: 10px 5px;
	font-size: 0.9rem;
}
@media screen and (max-width: 1000px) {
	#wrapper #timeTable{
		padding: 20px 0;
	}
	#wrapper #timeTable h2{
		padding: 20px 20px 0;
		width: 400px;
		margin: 0 auto;
	}
	#wrapper #timeTable h3{
		font-size: 1.6rem;
	}
	#wrapper #timeTable .scArea{
		margin: 10px 15px 30px;
	}
	#wrapper #timeTable dt,
	#wrapper #timeTable dd {
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #timeTable{
		padding: 10px 0;
	}
	#wrapper #timeTable h2{
		width: 320px;
	}
	#wrapper #timeTable dt {
		width: 20%;
	}
	#wrapper #timeTable dd {
		width: 80%;
	}
	#wrapper #timeTable dt,
	#wrapper #timeTable dd {
		font-size:0.9rem;
	}
}

/*==== #stage #event ====*/
#wrapper #stage,
#wrapper #event{
	padding: 30px 0;
	background-color: #005bb4;
}
#wrapper #stage h2,
#wrapper #event h2{
	text-align: center;
	padding: 20px;
}
#wrapper #stage article,
#wrapper #event article{
	background-color: #fff;
	border-radius: 30px;
	max-width: 1000px;
	margin: 20px auto;
	padding: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#wrapper #stage article.nofl,
#wrapper #event article.nofl{
	display: block;
}
#wrapper #stage article figure,
#wrapper #event article figure{
	width: 200px;
}
#wrapper #stage article figure img,
#wrapper #event article figure img{
	max-width: 200px;
}
#wrapper #stage article .txtArea,
#wrapper #event article .txtArea{
	width: 700px;
}
#wrapper #stage article.nofl,
#wrapper #event article.nofl{
	width: auto
}
#wrapper #stage article .txtArea h3,
#wrapper #event article .txtArea h3{
	color: #e30482;
	font-size: 1.4rem;
	margin: 0 0 10px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
}
#wrapper #stage article .txtArea p,
#wrapper #event article .txtArea p{
	font-size: 1.1rem;
}

@media screen and (max-width: 1000px) {
	#wrapper #stage article,
	#wrapper #event article{
		max-width: 1000px;
		margin: 20px 15px;
		padding: 30px;
	}
	#wrapper #stage h2,
	#wrapper #event h2{
		padding: 20px 20px 0;
		width: 400px;
		text-align: center;
		margin: 0 auto;
	}
	#wrapper #stage article .txtArea,
	#wrapper #event article .txtArea{
		width: 70%;
		padding-right: 10px;
	}
	#wrapper #stage article .txtArea h3,
	#wrapper #event article .txtArea h3{
		color: #e30482;
		font-size: 1.1rem;
		line-height: 1.4;
	}
	#wrapper #stage article .txtArea p,
	#wrapper #event article .txtArea p{
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #stage,
	#wrapper #event{
		padding: 10px 0;
		background-color: #005bb4;
	}
	#wrapper #stage h2,
	#wrapper #event h2{
		width: 320px;
	}
	#wrapper #stage article,
	#wrapper #event article{
		background-color: #fff;
		border-radius: 20px;
		margin: 20px 15px;
		padding: 20px;
		display: block;
	}
	#wrapper #stage article .txtArea,
	#wrapper #event article .txtArea{
		width: auto;
		padding:15px 0 0;
	}
	#wrapper #stage article figure,
	#wrapper #event article figure{
		width: auto;
		max-width: 400px;
		margin: 0 auto
	}
	#wrapper #stage article figure img,
	#wrapper #event article figure img{
		max-width: 100%;
	}
}

/*==== #goods ====*/
#wrapper #goods{
	padding: 30px 0;
	background-color: #005bb4;
}
#wrapper #goods h2{
	text-align: center;
	padding: 20px;
}
#wrapper #goods p{
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	padding: 15px;
}
#wrapper #goods .goodsArea{
	background-color: #fff;
	border-radius: 30px;
	max-width: 1000px;
	margin: 20px auto;
	padding: 30px;
}
#wrapper #goods .goodsImg{
	text-align: center;
}
#wrapper #goods .goodsTxt{
	padding: 20px 0;
}
#wrapper #goods .goodsTxt h3{
	color: #e30482;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
	max-width: 800px;
	margin: 0 auto 10px;
}
#wrapper #goods .goodsTxt ul{
	max-width: 800px;
	margin: 0 auto;
}
#wrapper #goods .goodsTxt ul li{
	font-size: 1.3rem;
	padding: 3px 0;
}
#wrapper #goods .ather{
	color: #002f5d;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 30px;
	background-color: #ffe200;
	text-align: center;
	padding: 15px;
	font-size: 1.5rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	#wrapper #goods h2{
		padding: 20px 20px 0;
		width: 400px;
		text-align: center;
		margin: 0 auto;
	}
	#wrapper #goods .goodsArea{
		margin: 20px 15px;
		padding: 30px;
	}
	#wrapper #goods .goodsTxt ul li{
		font-size: 1.1rem;
		padding: 3px 0;
	}
	#wrapper #goods .ather{
		width: 95%;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #goods h2{
		width: 320px;
	}
	#wrapper #goods p{
		font-size: 1rem;
	}
	#wrapper #goods .goodsTxt h3{
		color: #e30482;
		font-size: 1.2rem;
	}
	#wrapper #goods .goodsTxt ul li{
		font-size: 0.95rem;
	}
	#wrapper #goods .ather{
		font-size: 1.2rem;
	}
}

/*==== #coronavirus ====*/
#wrapper #coronavirus{
	padding: 30px 0;
	background-color: #005bb4;
}
#wrapper #coronavirus .coronavirusArea{
	background-color: #fff678;
	border-radius: 30px;
	max-width: 1000px;
	margin: 20px auto;
	padding:50px 30px;
}
#wrapper #coronavirus .coronavirusArea ul{
	max-width: 800px;
	margin: 0 auto;
}
#wrapper #coronavirus .coronavirusArea ul li{
	padding: 10px 0;
	font-size: 1.1rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}

@media screen and (max-width: 1000px) {
	#wrapper #coronavirus{
		padding: 20px 0;
	}
	#wrapper #coronavirus .coronavirusArea{
		margin: 20px 15px;
		padding:50px 30px;
	}
	#wrapper #coronavirus .coronavirusArea ul{
		padding: 0 15px;
	}
	#wrapper #coronavirus .coronavirusArea ul li{
		padding: 10px 0;
		font-size: 1rem;
	}
}
@media screen and (max-width: 600px) {
	#wrapper #coronavirus{
		padding: 10px 0;
	}
	#wrapper #coronavirus .coronavirusArea{
		padding:30px 30px;
	}
	#wrapper #coronavirus .coronavirusArea ul li{
		font-size: 0.9rem;
	}
}
