@charset "shift_jis";

/* ========== ========== ==========
	共通
========== ========== ========== */

#syouokoukai_wrap *, 
#syouokoukai_wrap *:before, 
#syouokoukai_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#syouokoukai_wrap h1, #syouokoukai_wrap h2, 
#syouokoukai_wrap h3, #syouokoukai_wrap h4,
#syouokoukai_wrap p {
	margin: 0;
	padding: 0;
}

#syouokoukai_wrap * {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#syouokoukai_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#syouokoukai_wrap img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#syouokoukai_wrap a,
#syouokoukai_wrap a:hover {
	color: #F00085;
	text-decoration: underline;
	transition: 0.2s;
}

#syouokoukai_wrap a:hover,
#syouokoukai_wrap a:hover > img {
	opacity: 0.5;
}

#syouokoukai_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#syouokoukai_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 640px) {
	#syouokoukai_wrap * {
		font-size: 14px;
	}
}



/* ========== ========== ==========
	#syouokoukai_wrap
========== ========== ========== */

#syouokoukai_wrap {
	width: 960px;
	margin: 0 auto 2em;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_wrap {
		width: 100%;
	}
}



/* ========== ========== ==========
	#syouokoukai_head
========== ========== ========== */

#syouokoukai_head {
	margin: 0 auto 1em;
}
#syouokoukai_head_ttl {
	padding: 0.5em !important;
	background: #502d1e url(../images/bg_info01.png) repeat;
	color: #ffffff;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
}
#syouokoukai_head_ttl > span {
	margin-left: 1em;
	font-size: 0.75em;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_head_ttl {
		font-size: 1em;
	}
	#syouokoukai_head_ttl > span {
		margin-left: 0.5em;
		font-size: 1em;
	}
}



/* ========== ========== ==========
	#syouokoukai_main
========== ========== ========== */

#syouokoukai_main > section {
	margin-top: 2em;
}
#syouokoukai_main > section > h2 {
	margin-bottom: 1em;
	padding: 1em 0;
	background: #8addfa url(../images/bg_info01.png) repeat;
	color: #502d1e;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#syouokoukai_main > section > h2:after {
	content: "";
	width: 82px;
	height: 82px;
	/*background: url(../images/icon_ribbon01.png);*/
	position: absolute;
	left: -2px;
	top: -2px;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_main {
		width: 90%;
		margin: 0 auto;
	}
	#syouokoukai_main > section {
		margin-top: 1em;
	}
	#syouokoukai_main > section > h2 {
		font-size: 1em;
	}
	#syouokoukai_main > section > h2:after {
		width: 42px;
		height: 42px;
		background: url(../images/icon_ribbon02.png);
		position: absolute;
		left: -1px;
		top: -1px;
	}
}



/* ========== ========== ==========
	#syouokoukai_info
========== ========== ========== */

#syouokoukai_info {
	padding: 1em;
	background-color: #fafbf5;
}
#syouokoukai_info > h2 {
	margin-bottom: 0.5em !important;
	padding: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #ffffff !important;
}
#syouokoukai_info > h2:after {
	display: none !important;
}
#syouokoukai_info_list {
	width: 100%;
	padding: 1em !important;
	background: #ffffff;
	border-radius: 0.25em;
}

#syouokoukai_info_list > p {
	width: 100%;
	padding: 1em !important;
	background: #ffffff;
	border-radius: 0.25em;
	text-align:center;
	margin:0 auto;
	font-size:24px;
}

#syouokoukai_info_list > p > span {
	margin-right: 1em;
}


#syouokoukai_info_list > li > span {
	margin-right: 1em;
}
#syouokoukai_info_list > li > span:before {
	content: "◆";
	display: inline !important;
	margin-right: 0.25em;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_info_list {
		background-image: none;
	}
	#syouokoukai_info_list > li {
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px dotted #222222;
	}
	#syouokoukai_info_list > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	#syouokoukai_info_list > li > span {
		display: block;
		margin-right: 0;
		font-weight: bold;
	}
}



/* ========== ========== ==========
	.slideButton & .slideBox
========== ========== ========== */

#syouokoukai_main > section .slideButton {
	margin-bottom: 1em;
	padding: 1em 0;
	background-color: #E8FF90;
	border-radius: 0.25em;
	box-shadow: 0 3px 0 #b9cc73;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	transition: 0.2s;
}
/* #syouokoukai_main > section .slideButton:hover {
	background-color: #d0e581;
	cursor: pointer;
} */
#syouokoukai_main > section .slideBox {
	/* display: none; */
	margin-bottom: 2em;
}
#syouokoukai_main > section .slideBox > .slideBox_img {
	width: 464px;
	float: left;
}
#syouokoukai_main > section .slideBox > .slideBox_txt {
	width: 464px;
	padding: 0.5em 0;
	float: right;
}
#syouokoukai_main > section .slideBox > .slideBox_txt > h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}
#syouokoukai_main > section .slideBox > .slideBox_txt > h3 > span {
	display: block;
	font-size: 0.75em;
}
#syouokoukai_main > section .slideBox > .slideBox_txt > p {
	margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_main > section .slideButton {
		/* padding: 2em 0; */
		font-size: 1em;
	}
	#syouokoukai_main > section .slideBox > .slideBox_img {
		width: 100%;
		float: left;
	}
	#syouokoukai_main > section .slideBox > .slideBox_txt {
		width: 100%;
		padding: 1em 0 0;
		float: right;
	}
}



/* ========== ========== ==========
	#content01
========== ========== ========== */

#content01_btnSquare {
	margin-bottom: 1em !important;
}
#content01_btnSquare img {
	border-radius: 0.25em;
	box-shadow: 0 3px 0 #cc7488;
}
#content01_list > li {
	width: 472px;
	margin: 0 1em 1em 0;
	float: left;
	position: relative;
}
#content01_list > li:nth-child(2n) {
	margin-right: 0;
}
#content01_list > li.cs:after {
	content: "";
	width: 472px;
	height: 137px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}
#content01_list > li img {
	border-radius: 0.25em;
	box-shadow: 0 3px 0 #b0711f;
}
@media only screen and (max-width: 640px) {
	#content01_list > li {
		width: 49%;
		margin: 0 2% 2% 0;
		float: left;
	}
}
@media only screen and (max-width: 480px) {
	#content01_list > li {
		width: 100%;
		margin: 0 0 2% 0;
	}
}


/* ========== ========== ==========
	#musicEvent
========== ========== ========== */

#syouokoukai_main > #contentEvent .slideBox > .slideBox_txt {
	width: 100%;
}
#syouokoukai_main > #contentEvent .slideBox > .slideBox_txt h3 {
	margin: 2em 0 1em;
	border-bottom: 2px dotted #222222;
	font-size: 1.25em;
}
#syouokoukai_main > #contentEvent .slideBox > .slideBox_txt h3 span {
	display: inline-block;
}
@media only screen and (max-width: 640px) {
	#syouokoukai_main > #contentEvent .slideBox > .slideBox_txt h3 {
		font-size: 1em;
	}
}



/* ========== ========== ==========
	#contentBack
========== ========== ========== */

#contentBack {
	text-align: center;
}
#contentBack a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	border: 2px solid #F00087;
	border-radius: 0.25em;
	color: #F00087;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#contentBack a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
	#contentBack a {
		font-size: 1em;
	}
}