
#camp-wrap {
	max-width: 1170px;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	padding: 0 50px;
	margin: 20px auto 40px auto;
}

#camp-wrap #left {
	float: left;
	width: calc(100% - 430px);
}

#camp-wrap #sanka {
	width: 400px;
	float: right;
}

#camp-wrap #sanka img {
	width: 100%;
}

#camp-wrap #sanka .timeline {
    border: 10px solid #f7f7f7;	
}

#camp-wrap #left > div+div{
	margin-top: 60px;
}

#camp-wrap #kokuchi {
	text-align:center;
	margin-bottom: 40px;
}


#camp-wrap h1 {
	margin-bottom: 20px;
}

#camp-wrap h1 img {
	width: 100%;
}

#camp-wrap #kokuchi strong {
	display: inline-block;
	font-size: 1.3em;
	font-weight: normal;
	background: #ffff66;
	background: linear-gradient(transparent 50%, #ffff66 50%);
	margin-bottom:0.5em;
}

#camp-wrap #gaiyou h2 {
	height:30px;
	border-bottom: solid 2px #eee;
	margin-bottom: 10px;
	font-size: 120%;
    font-weight: bold;
    color: #e60021;
}

#camp-wrap #gaiyou ul + small {
	display: block;
	margin-top: 10px;
}



#camp-wrap #gaiyou li {
	list-style:disc;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

#camp-wrap #oubo {
	clear: both;
	text-align: center;
	color: #F00;
	margin-top: 40px;
}
#camp-wrap #oubo img {
	width: 90%;
	width: calc(100% - 360px);
}

#camp-wrap #oubo a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#camp-wrap #oubo.before img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}







#camp-wrap #kokuchi .catchTxt,
#camp-wrap #kokuchi .startTime {
	margin-bottom:1em;
}
	
#camp-wrap #kokuchi .startTime strong {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	background: #ffff66;
	background: linear-gradient(transparent 50%, #ffff66 50%);
}


#camp-wrap #detail {
	width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#camp-wrap #detail h2 {
	height:30px;
	border-bottom: solid 2px #eee;
	margin-bottom: 10px;
	font-size: 120%;
    font-weight: bold;
    color: #e60021;
}

#camp-wrap #detail #right {
	width: 330px;
}

#camp-wrap #detail #left {
	width: calc(100% - 360px);
}

#camp-wrap #left > div+div {
	margin-top: 60px;
}

#camp-wrap dl {
	margin-top: -11px;
    border-bottom: 1px solid #eee;
	overflow: auto;
}

#camp-wrap dt{
	font-weight: bold;
    width: 5em;
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0.8em 0;
    float: left;
    clear: left;
}

#camp-wrap dd{
    margin: 0 0 0 5em;
    padding:  0.8em 0;
    padding-left: 20px;
    border-top: 1px solid #eee;
}

#camp-wrap #gaiyou .freearea {
	margin-top: 30px;
}


#camp-wrap #right {
	width: 330px;
}

#camp-wrap .timetable dt {
	width: 10em;
}

#camp-wrap .step {
	margin-top: 20px;
}
#camp-wrap .step ol{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

#camp-wrap .step li {
	display: flex;
	position: relative;
}

#camp-wrap .step li:before {
	counter-increment: item;
	content: "STEP\A"counter(item);
	white-space: pre;

	display: block;
	width: 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #ff900d;
	
	padding-top: 10px;
}

#camp-wrap .step li:nth-of-type(1):before { background: #ffb761; }
#camp-wrap .step li:nth-of-type(2):before { background: #ffa63d; }
#camp-wrap .step li:nth-of-type(3):before { background: #ff900d; }

#camp-wrap .step li:after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 0 30px;
	border-color: #ff900d transparent transparent transparent;	
}

#camp-wrap .step li:nth-of-type(1):after { border-color: #ffb761 transparent transparent transparent; }
#camp-wrap .step li:nth-of-type(2):after { border-color: #ffa63d transparent transparent transparent; }
#camp-wrap .step li:nth-of-type(3):after { border-color: #ff900d transparent transparent transparent; }

#camp-wrap .step li:first-child:before { padding-top: 10px; }
#camp-wrap .step li:last-child:after { display: none; }


#camp-wrap .step li p {
	flex: 1;
	background: #f7f7f7;
	padding: 10px 1em;
}

#camp-wrap .step li p b {
	display: block;
    color: #e60021;
}

#camp-wrap #right .timeline {
	margin-top: 40px;
    border: 10px solid #f7f7f7;
}


#camp-wrap .twitter-timeline {
	height: 700px !important;
}

#camp-wrap #oubo {
	text-align: center;
	color: #F00;
	margin-top: 60px;
}

#camp-wrap #oubo .btn {
	width: 80%;
	max-width: 330px;
	margin: 0 auto;
	font-size: 130%;
	border-radius: 5px;
}
#camp-wrap #oubo.before .btn {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
}

#camp-wrap #oubo .btn a {
	display: block;

	background: #e60021;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
	border-radius: 5px;
	border-bottom: 3px solid #cf001e;
}





@media screen and (max-width:990px) {
	#camp-wrap {
		padding: 0;
		margin: 0 auto 20px auto;
	}
	#old-page, #left, #sanka {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	#camp-wrap #twitter-widget-0 {
		height: 70vh !important;
	}

	#camp-wrap #detail {
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	
	#camp-wrap #detail #left,
	#camp-wrap #detail #right {
		float: none;
		width: 100%;
		margin: 0 auto 40px;;
	}
		
}