@charset "utf-8";
/* CSS Document */

/* ================================
 * Google Fonts(Shippori Mincho) *
================================ */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.eventWebpage {
  font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}

.topTxt {
	text-align: center;
	font-size: 18px;
	line-height: 1.75em;
	font-weight: 700;
}

.topTxt span {
	font-size: 24px;
	font-weight: 800;
	display: inline-block;
	margin: 0 0 0.5em;
}

.conversion {
	margin: 2em 0 0;
	text-align: center;
}

.conversion a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #000943 !important;
	font-size: 24px;
	border-radius: 0px;
	width: 18em;
	font-weight: 700;
	border: 3px solid #f39800;
	transition: 0.3s;
	box-shadow: 7px 7px 0px 0px rgba(0, 9, 67, 1);
	background-color: #fff100;
	padding: 1em 0;
	margin: 0 auto;
	font-weight: 800;
}

.conversion a:hover {
  box-shadow: 0 0 #000943;
  color: #fff100 !important;
  background-color: #000943;
	opacity: 1;
	/* border: 3px solid #fff100; */
}

.conversion span {
	display: block;
	margin: 1em 0 0;
}

#floating_bnr {
	position: fixed;
	/* width: 150px; */
	right: 30px;
	bottom: 120px;
	opacity: 0;
	z-index: 100;
	text-align: center;
}
#floating_bnr a {
	position: relative;
	display: block;
	text-decoration: none;
	background: #000943;
	padding: 1em 0;
	width: 12em;
	border-radius: 100vh;
	color: #fff100 !important;
}

#floating_bnr span {
	font-size: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 0 0.25em;
}

.item.clearfix .title {
	font-weight: 800;
}

.pic_gp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic_gp li {
	text-align: center;
	width: 32%;
	font-size: 18px;
}

.pic_gp li:nth-of-type(n+4) {
	margin: 2% 0 0;
}

.pic_gp li img {
	vertical-align: middle;
	margin: 0 0 0.25em;
}

.pic_gp li span {
	font-size: 14px;
}

.playguide li {
	display: flex;
}

.playguide li span:first-child {
	width: 12em;
}

.entry_other .program {
	display: flex;
	justify-content: space-evenly;
	font-weight: 700;
}

.entry_other .program dl {
	width: 48%;
}

.entry_other .program .part_ttl {
	font-size: 18px;
}

.entry_other .program .part_item {
	margin: 0.5em 0 0;
}

.entry_other .program dt {
	font-size: 16px;
}

.entry_other .program dt span {
	font-size: 14px;
}

.entry_other .program dd {
	color: #ff8d24;
}

.entry_other .caution {
	margin: 2em 0 0;
	padding: 2em 0 0;
	border-top: 2px dashed #bdd9ff;
	line-height: 1.75em;
}

.entry_other .caution span {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 0.25em;
	display: inline-block;
}

@media screen and (max-width: 899px) {
	.topTxt {
		text-align: left;
		font-size: 4vw;
	}
	
	.topTxt span {
		font-size: 5vw;
	}

	.conversion a {
		font-size: 4.5vw;
		width: 90%;
		border: 2px solid #f39800;
		box-shadow: 5px 5px 0px 0px rgba(0, 9, 67, 1);
	}

  #floating_bnr {
		right: 2%;
    bottom: 150px;
    z-index: 3;
  }

  #floating_bnr a {
		margin: 0 0 0 auto;
		width: 10em;
	}

	#floating_bnr span {

	}

	.pic_gp li {
		width: 45%;
		font-size: 4vw;
	}

	.pic_gp li:nth-of-type(n+3) {
		margin: 5% 0 0;
	}

	.pic_gp li span {
		font-size: 3vw;
	}

	.playguide li {
		display: block;
	}

	.playguide li:nth-of-type(n+2) {
		margin: 0.5em 0 0;
	}

	.playguide li span:first-child {
		display: block;
		width: auto;
	}

	.playguide li span:nth-of-type(2) {
		padding-left: 1em;
	}

	.playguide li:nth-of-type(6) span:nth-of-type(2) {
		display: none;
	}

	.entry_other .program {
		display: block;
	}

	.entry_other .program dl {
		width: auto;
	}

	.entry_other .program dl:nth-of-type(2) {
		margin: 2em 0 0;
	}

	.entry_other .program .part_ttl {
		font-size: 16px;
	}

	.entry_other .program dt {
		font-size: 14px;
	}

	.entry_other .program dt span {
		font-size: 12px;
	}

	.entry_other .program dt span.sp-speace {
		font-size: 16px;
		width: 5em;
		display: inline-block;
	}

	.entry_other .caution span {
		font-size: 14px;
	}
}