@charset "UTF-8";

/* ***************************************************************

	ディズニー・オン・クラシック 2021用　CSS

	/card/campaign/disneyclassic2021/

	01. 見出し帯の色
	02. 汎用クラス
	03. キャンペーン内容
	04. スマホランドスケープ対応

*************************************************************** */

/* ***************************************************************

	01. 見出し帯の色

*************************************************************** */
.cp-color {
	color: #ffde7c;
	border-bottom: 3px solid #ffdc7c;
	background: linear-gradient(96deg, #34a3e2, #021b5a 20%, #021b5a 80%, #c71cbe);
	background-color: #021b5a;
}





/* ***************************************************************

	02. 汎用クラス

*************************************************************** */
.bold {font-weight: bold !important;}
.inb {display: inline-block !important;}





/* ***************************************************************

	03. キャンペーン内容

*************************************************************** */
#campaign .flow02 {
	margin: 30px auto 5px;
	width: 100%;
}
#campaign .flow02 .box {
	padding: 15px 10px 10px 20px;
	width: 30%;
	height: 80px;
	background: #F6EEDD;
	float: left;
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
	color: #b0872b;
}
#campaign .flow02 .box02 {
	background: #b0872b;
	color: #fff;
	width: 70%;
	padding: 15px 30px 10px 30px;
	height: 80px;
	float: left;
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4;
}
#campaign .flow02 .box02:before {
	border-left: 20px solid #F6EEDD;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
#campaign .clum2 li {
	width: 50%;
	float: left;
}
#campaign .clum2 li .linkBtn a,
#campaign .clum2 li .cvBtn a{
	width: 95%;
}
#campaign .txt-area .box .fL {
	width: 82%;
	margin-right: 2%;
}
#campaign .txt-area .box .fR { width: 16%; }
#campaign .txt-area .box .fR img { width: 100%; }

/* table */
td,th{ border: none;}
#campaign .schedule {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
#campaign .schedule caption {
	margin-bottom: 5px;
}
#campaign .schedule th,
#campaign .schedule td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 8px;
}
#campaign .schedule th {
	background: #eaeaea;
	text-align: left;
	font-weight: bold;
}





/* ***************************************************************

	04. スマホランドスケープ対応

*************************************************************** */
@media screen and (max-width: 949px) and (min-width: 641px){
	#main .content {
		width: 100%;
	}

	#campaign .detail-text {
		width: 65%;
		margin-left: 3%;
	}
	#campaign .details_entry_right { margin-top: 10px; }
	#campaign .clum2 li {
		width: 100%;
		float: none;
	}
	#campaign .flow02 .box { padding: 1.5% 2% 2% 2%; }
	#campaign .flow02 .box02 { padding-top: 1.5%; }
	/*#campaign .txt-area.sp-left .cp-period { text-align: left !important; }*/
}

/*	for SP
=============================================================== */
@media screen and (max-width: 640px){
	#campaign .flow02 .box {
		padding: 30px 10px 10px 10px;
		width: 40%;
		height: 120px;
		position: relative;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 1.4;
	}

	#campaign .flow02 .box02 {
		width: 60%;
		padding: 7% 10% 5% 13%;
		height: 120px;
		position: relative;
		font-size: 0.95em;
		font-weight: bold;
		line-height: 1.4;
	}

	#campaign .flow02 .box02:before {
		border-top: 60px solid transparent;
		border-bottom: 60px solid transparent;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
	}

	#campaign .clum2 li {
		width: 100%;
		float: none;
	}

	#campaign .cvBtn a {
		padding: 12px 30px 11px;
		font-size: 93%;
	}

	/*#campaign .txt-area.sp-left .cp-period { text-align: left !important; }*/
	#campaign .txt-area .box .fL {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	#campaign .txt-area .box .fR { float: none;
		width: 150px;
		margin: 10px auto 0;
	}
/* table */
	#campaign .schedule {
		border: none;
	}
	#campaign .schedule thead {
		display: none;
	}
	#campaign .schedule tr {
		border-top: 1px solid #999;
		display: block;
		margin-bottom: 20px;
	}
	#campaign .schedule tr:last-child {
		margin-bottom: 0;
	}
	#campaign .schedule td {
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		display: block;
		padding: 10px;
		text-align: right;
	}
	#campaign .schedule td:first-child {
		background: #eaeaea;
	}
	#campaign .schedule td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}