@charset "utf-8";

/* shippei.jp : ondo.css */


/*======================================================================*
 *  [ page ] 
 *======================================================================*/

#page > img { margin: -25px 0 20px 0; }

/* [ movie ] */
#page .movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#page .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*======================================================================*
 *  [ ondo ] 
 *======================================================================*/

#ondo {
	margin: 0 0 50px 0;
	padding: 0 30px;
}
#ondo h2 {
	color: #e94609;
	font-size: 1.125rem;
	text-align: center;
	margin: 0 auto 25px auto;
	padding: 0;
}

@media screen and (max-width: 480px) {
	#ondo {
		margin: 0 0 50px 0;
		padding: 0;
	}
}

/*======================================================================*
 *  [ dance ] 
 *======================================================================*/

#dance {
	margin: 0 0 50px 0;
	padding: 0 30px;
}
#dance h2 {
	margin-right: -30px;
	margin-left: -30px;
}

/* [ audiobox ] */
#dance .audiobox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #ebe7da;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 30px auto 50px auto;
	padding: 20px;
}
#dance .audiobox audio { min-width: 80%; }
#dance .audiobox p {
	font-size: 1.125rem;
	font-weight: bold;
	color: #603c1c;
	padding-top: 5px;
}

/* [ download ] */
#dance .download {
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 0;
}
#dance .download a {
	display: block;
	width: 60%;
	color: #b72e22;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 3px #b72e22 solid;
	margin: 0 auto 10px auto;
	padding: 15px 15px 15px 40px;
	text-decoration: none;
}
#dance .download a:hover { text-decoration: underline; }
#dance .download a span {
	display: block;
	font-size: 0.875rem;
	font-weight: normal;
}
#dance .ic-card {
	background: url(../img/icon_card.png) left no-repeat;
	padding-left: 15px;
}
#dance .ic-sound { background: url(../img/icon_audio.png) left no-repeat; }

#dance p {
	width: 100%;
	text-align: center;
}
#dance .shi-small {
	font-size: 0.6875rem !important;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#dance {
		margin: 0 0 50px 0;
		padding: 0;
	}
	#dance h2 {
		margin-right: 0;
		margin-left: 0;
	}
	
	/* [ audiobox ] */
	#dance .audiobox {
		display: flex;
		flex-direction: column;
		justify-content: left;
		background: #ebe7da;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 30px auto;
		padding: 15px 20px 20px 20px;
	}
	#dance .audiobox audio {
		width: 100%;
		min-width: 100%;
	}
	#dance .audiobox p {
		display: block;
		font-size: 1.125rem;
		font-weight: bold;
		color: #603c1c;
		text-align: left;
	}
	
	/* [ download ] */
	#dance .download a {
		display: block;
		width: 70%;
		color: #b72e22;
		font-size: 1.125rem;
		font-weight: bold;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border: 3px #b72e22 solid;
		margin: 0 auto 10px auto;
		padding: 15px 15px 15px 50px;
		text-decoration: none;
	}
}

/*======================================================================*
 *  [ schelule ] 
 *======================================================================*/

#schelule { margin-bottom: 50px; }

#schelule figure {
	margin: 15px 0;
	text-align: center;
}

/* [ skdlist ] */
#schelule .skdlist section {
	margin: 30px 0;
	padding: 0 30px;
}
#schelule .skdlist h3 {
	margin: 0 0 15px 0;
	padding: 7px 10px 7px 40px;
	background: url(/shared/img/icon_niku.png) 15px center no-repeat #fdd4d1;
	color: #603c1c;
	font-size: 1.125rem;
}
#schelule .skdlist h3 > span {
	display: block;
	font-size: 14px;
}
#schelule .skdlist h3 span span {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
#schelule .skdlist p { margin: 10px !important; }
#schelule .skdlist .point {
	padding: 10px;
	border: 1px solid #E0C670;
	background: #fffcee;
	color: #AD281D;
	font-weight: bold;
	text-align: center;
}
#schelule .skdlist .list li > span {
	display: block;
	padding-left: 4em;
}
#schelule .skdlist .list li > span b {
	display: inline-block;
	width: 4em;
	margin-left: -4em;
}

@media screen and (max-width: 480px) {
	#schelule .skdlist section { padding: 0; }
	#schelule .skdlist p br { display: none; }
}


/*======================================================================*
 *  [ subbox ] 
 *======================================================================*/

#cd {
	margin: 0;
	padding: 0 0 20px 0;
}

/* [ cdbox ] */
#cd .cdbox {
	display: flex;
	justify-content: space-between;
	background-color: #fffcee;
	border: #e0c670 1px solid;
	padding: 25px;
	margin: 30px 0 0 0;
}
#cd .cdbox dd {
	font-weight: bold;
	line-height: 160%;
}
#cd .cdbox dd span {
	font-size: 0.75rem;
	font-weight: normal;
}
#cd .cdbox .one { padding-bottom: 25px; }
#cd .cdbox .one dt {
	font-size: 0.9375rem;
	color: #603c1c;
	font-weight: bold;
	padding-bottom: 8px;
}
#cd .cdbox .two dt { font-size: 0.75rem; }
#cd .cdbox .flex.center { text-align: center; }
#cd .cdbox .flex.left { text-align: left; }
#cd .cdbox .flex.right { text-align: right; }
#cd .cdbox .flex.cdimage { margin-right: 15px; }
#cd .cdbox.flex .price p {
	border-top: #eee 1px solid;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}

@media screen and (max-width: 480px) {
	#cd .cdbox {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #fffcee;
		border: #e0c670 1px solid;
		padding: 15px;
		margin: 15px auto 0 auto;
	}
	#cd .cdbox .flex.cdimage {
		width: 100%;
		min-width: 100%;
		margin: 0 auto 15px auto;
		text-align: center;
	}
	#cd .cdbox dd span {
		font-size: 0.6875rem;
		font-weight: normal;
	}
}

